01KS0GF9ECDWYC4RVMNACVB5ZE: 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: 01KS0GFXHCM92V4BJSADHPQSD5

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-19T16:19:05.524Zjob assigned to worker 01KS0GFZ87T2BYCP227FN6WK53 [factory aws, i-0d4bbb0ad9f1eb5b4] (queued for 44 s)
 
22026-05-19T16:19:11.766Zstarting task 0: "setup"
32026-05-19T16:19:11.771Z++ uname -s
42026-05-19T16:19:11.774Z+ kern=SunOS
52026-05-19T16:19:11.774Z+ build_user=build
62026-05-19T16:19:11.774Z+ build_uid=12345
72026-05-19T16:19:11.774Z+ work_dir=/work
82026-05-19T16:19:11.774Z+ input_dir=/input
92026-05-19T16:19:11.774Z+ [[ 0 == 12345 ]]
102026-05-19T16:19:11.774Z+ case "$kern" in
112026-05-19T16:19:11.774Z+ groupadd -g 12345 build
122026-05-19T16:19:11.775Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-19T16:19:13.781Z+ zfs create -o mountpoint=/work rpool/work
142026-05-19T16:19:13.878Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-19T16:19:13.881Z+ home_fs=zfs
162026-05-19T16:19:13.881Z+ [[ zfs == autofs ]]
172026-05-19T16:19:13.881Z+ mkdir -p /home/build
182026-05-19T16:19:13.881Z+ chown build:build /home/build /work
192026-05-19T16:19:15.882Z+ chmod 0700 /home/build /work
202026-05-19T16:19:15.885Zprocess exited: duration 4120 ms, exit code 0
 
212026-05-19T16:19:15.891Zstarting task 1: "rust-toolchain"
222026-05-19T16:19:15.895Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-19T16:19:15.895Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-19T16:19:15.895Z * rust toolchain channel = "1.94.0"
252026-05-19T16:19:15.895Z * rust toolchain profile = "default"
262026-05-19T16:19:15.895Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-19T16:19:15.895Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-19T16:19:15.900Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-19T16:19:15.900Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-19T16:19:16.001Zinfo: downloading installer
312026-05-19T16:19:17.329Zwarn: It looks like you have an existing rustup settings file at:
322026-05-19T16:19:17.329Zwarn: /home/build/.rustup/settings.toml
332026-05-19T16:19:17.329Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-19T16:19:17.329Zwarn: instead of the one inferred from the default host triple.
352026-05-19T16:19:17.341Zinfo: profile set to default
362026-05-19T16:19:17.341Zinfo: default host triple is x86_64-unknown-illumos
372026-05-19T16:19:17.344Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-19T16:19:17.473Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-19T16:19:17.476Zinfo: downloading 6 components
402026-05-19T16:19:33.496Z
412026-05-19T16:19:33.496Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
422026-05-19T16:19:33.525Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-19T16:19:33.526Z
442026-05-19T16:19:33.526Z
452026-05-19T16:19:33.526ZRust is installed now. Great!
462026-05-19T16:19:33.526Z
472026-05-19T16:19:33.526ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-19T16:19:33.526Zenvironment variable. This has not been done automatically.
492026-05-19T16:19:33.526Z
502026-05-19T16:19:33.526ZTo configure your current shell, you need to source
512026-05-19T16:19:33.526Zthe corresponding env file under $HOME/.cargo.
522026-05-19T16:19:33.526Z
532026-05-19T16:19:33.526ZThis is usually done by running one of the following (note the leading DOT):
542026-05-19T16:19:33.526Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-19T16:19:33.526Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-19T16:19:33.526Zsource "~/.cargo/env.nu" # For nushell
572026-05-19T16:19:33.526Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-19T16:19:33.526Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-19T16:19:33.526Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-19T16:19:33.530Zwarn: no default linker (`cc`) was found in your PATH
612026-05-19T16:19:33.530Zwarn: many Rust crates require a system C toolchain to build
622026-05-19T16:19:33.627Z+ rustup --version
632026-05-19T16:19:33.637Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-19T16:19:33.637Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-19T16:19:33.644Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-19T16:19:33.653Z+ cargo --version
672026-05-19T16:19:33.663Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-19T16:19:33.676Z+ rustc --version
692026-05-19T16:19:33.682Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-19T16:19:33.687Zprocess exited: duration 17790 ms, exit code 0
 
712026-05-19T16:19:33.706Zstarting task 2: "authentication"
722026-05-19T16:19:33.719Zprocess exited: duration 23 ms, exit code 0
 
732026-05-19T16:19:33.729Zstarting task 3: "clone repository"
742026-05-19T16:19:33.736Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-19T16:19:33.740Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-19T16:19:33.771ZCloning into '/work/oxidecomputer/omicron'...
772026-05-19T16:19:43.701Z+ cd /work/oxidecomputer/omicron
782026-05-19T16:19:43.701Z+ git fetch origin 7660302088420e2aee235c2822ef5aad8b94ca29
792026-05-19T16:19:43.976ZFrom https://github.com/oxidecomputer/omicron
802026-05-19T16:19:43.976Z * branch 7660302088420e2aee235c2822ef5aad8b94ca29 -> FETCH_HEAD
812026-05-19T16:19:43.987Z+ [[ -n eliza/million-dollar-mistake ]]
822026-05-19T16:19:44.002Z++ git branch --show-current
832026-05-19T16:19:44.002Z+ current=main
842026-05-19T16:19:44.002Z+ [[ main != eliza/million-dollar-mistake ]]
852026-05-19T16:19:44.002Z+ git branch -f eliza/million-dollar-mistake 7660302088420e2aee235c2822ef5aad8b94ca29
862026-05-19T16:19:44.002Z+ git checkout -f eliza/million-dollar-mistake
872026-05-19T16:19:44.225ZSwitched to branch 'eliza/million-dollar-mistake'
882026-05-19T16:19:44.229Z+ git reset --hard 7660302088420e2aee235c2822ef5aad8b94ca29
892026-05-19T16:19:44.244ZHEAD is now at 766030208 Merge branch 'main' into eliza/million-dollar-mistake
902026-05-19T16:19:44.247Zprocess exited: duration 10514 ms, exit code 0
 
912026-05-19T16:19:44.256Zstarting task 4: "build"
922026-05-19T16:19:44.263Z+ source .github/buildomat/ci-env.sh
932026-05-19T16:19:44.263Z++ export CARGO_TERM_COLOR=always
942026-05-19T16:19:44.263Z++ CARGO_TERM_COLOR=always
952026-05-19T16:19:44.263Z+ cargo --version
962026-05-19T16:19:44.273Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-19T16:19:44.279Z+ rustc --version
982026-05-19T16:19:44.294Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-19T16:19:44.301Z+ source ./env.sh
1002026-05-19T16:19:44.302Z++ OLD_SHELL_OPTS=ehxB
1012026-05-19T16:19:44.302Z++ set -o xtrace
1022026-05-19T16:19:44.302Z++++ dirname ./env.sh
1032026-05-19T16:19:44.307Z+++ readlink -f .
1042026-05-19T16:19:44.307Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-05-19T16:19:44.307Z++ 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-19T16:19:44.307Z++ 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-19T16:19:44.307Z++ 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-19T16:19:44.307Z++ 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-19T16:19:44.307Z++ 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-19T16:19:44.307Z++ 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-19T16:19:44.307Z++ 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-19T16:19:44.307Z++ 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-19T16:19:44.307Z++ case $OLD_SHELL_OPTS in
1142026-05-19T16:19:44.307Z++ unset OLD_SHELL_OPTS OMICRON_WS
1152026-05-19T16:19:44.307Z+ 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-19T16:19:44.307Z+ 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-19T16:19:44.307Z+ banner prerequisites
1182026-05-19T16:19:44.307Z
1192026-05-19T16:19:44.307Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-05-19T16:19:44.307Z # # # # # # # # # # # # # # #
1212026-05-19T16:19:44.307Z # # # # ##### # # ##### # # # # # #### #
1222026-05-19T16:19:44.308Z ##### ##### # ##### # # # # # # # # #
1232026-05-19T16:19:44.308Z # # # # # # # # # # # # # # #
1242026-05-19T16:19:44.308Z # # # ###### # # ###### ### # #### # #### #
1252026-05-19T16:19:44.308Z
1262026-05-19T16:19:44.308Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-05-19T16:19:46.042Z Startup: Refreshing catalog 'helios' ... Done
1282026-05-19T16:19:46.098Z Startup: Caching catalogs ... Done
1292026-05-19T16:19:46.303ZPlanning: Solver setup ... Done (0.172s)
1302026-05-19T16:19:46.321ZPlanning: Running solver ... Done (0.016s)
1312026-05-19T16:19:46.325ZPlanning: Finding local manifests ... Done (0.003s)
1322026-05-19T16:19:46.336ZPlanning: Fetching manifests: 0/2 0% complete
1332026-05-19T16:19:46.360ZPlanning: Fetching manifests: 2/2 100% complete
1342026-05-19T16:19:46.368ZPlanning: Package planning ... Done (0.014s)
1352026-05-19T16:19:46.380ZPlanning: Merging actions ... Done (0.002s)
1362026-05-19T16:19:46.559ZPlanning: Checking for conflicting actions ... Done (0.188s)
1372026-05-19T16:19:46.563ZPlanning: Consolidating action changes ... Done (0.001s)
1382026-05-19T16:19:47.364ZPlanning: Evaluating mediators ... Done (0.803s)
1392026-05-19T16:19:47.369ZPlanning: Planning completed in 1.25 seconds
1402026-05-19T16:19:47.373Z Packages to install: 2
1412026-05-19T16:19:47.373Z Estimated space available: 156.08 GB
1422026-05-19T16:19:47.373ZEstimated space to be consumed: 19.74 MB
1432026-05-19T16:19:47.373Z Create boot environment: No
1442026-05-19T16:19:47.373ZCreate backup boot environment: No
1452026-05-19T16:19:47.374Z Rebuild boot archive: No
1462026-05-19T16:19:47.374Z
1472026-05-19T16:19:47.374ZChanged packages:
1482026-05-19T16:19:47.374Zhelios
1492026-05-19T16:19:47.374Z developer/build-essential
1502026-05-19T16:19:47.374Z None -> 11-3.0
1512026-05-19T16:19:47.374Z library/libxmlsec1
1522026-05-19T16:19:47.374Z None -> 1.2.35-3.0
1532026-05-19T16:19:47.396Z
1542026-05-19T16:19:47.397ZDownload: 0/214 items 0.0/1.3MB 0% complete
1552026-05-19T16:19:47.882ZDownload: Completed 1.28 MB in 0.49 seconds (2.6M/s)
1562026-05-19T16:19:47.958Z Actions: 1/268 actions (Installing new actions)
1572026-05-19T16:19:47.996Z Actions: Completed 268 actions in 0.04 seconds.
1582026-05-19T16:19:48.002ZFinalize: Updating package state database ... Done (0.006s)
1592026-05-19T16:19:48.003ZFinalize: Updating package cache ... Done (0.000s)
1602026-05-19T16:19:48.018ZFinalize: Updating image state ... Done (0.016s)
1612026-05-19T16:19:50.395ZFinalize: Creating fast lookup database ... Done (2.356s)
1622026-05-19T16:19:50.464ZFinalize: Reading search index ... Done (0.013s)
1632026-05-19T16:19:50.467ZFinalize: Updating search index ... Done (0.000s)
1642026-05-19T16:19:50.564ZFinalize: Updating package cache ... Done (0.000s)
1652026-05-19T16:19:50.854ZPlanning: Evaluating mediator changes ... Done
1662026-05-19T16:19:50.959ZPlanning: Checking for conflicting actions ... Done
1672026-05-19T16:19:50.963ZPlanning: Consolidating action changes ... Done
1682026-05-19T16:19:51.117ZPlanning: Evaluating mediators ... Done
1692026-05-19T16:19:51.119ZPlanning: Planning completed in 0.26 seconds
1702026-05-19T16:19:51.140Z Mediators to change: 2
1712026-05-19T16:19:51.140Z Create boot environment: No
1722026-05-19T16:19:51.140ZCreate backup boot environment: No
1732026-05-19T16:19:51.210ZFinalize: Updating package state database ... Done
1742026-05-19T16:19:51.210ZFinalize: Updating package cache ... Done
1752026-05-19T16:19:51.218ZFinalize: Updating image state ... Done
1762026-05-19T16:19:53.160ZFinalize: Creating fast lookup database ... Done
1772026-05-19T16:19:53.219ZFinalize: Reading search index ... Done
1782026-05-19T16:19:53.229ZFinalize: Updating search index ... Done
1792026-05-19T16:19:53.309ZFinalize: Updating package cache ... Done
1802026-05-19T16:19:53.588ZPlanning: Evaluating mediator changes ... Done
1812026-05-19T16:19:53.691ZPlanning: Checking for conflicting actions ... Done
1822026-05-19T16:19:53.701ZPlanning: Consolidating action changes ... Done
1832026-05-19T16:19:53.851ZPlanning: Evaluating mediators ... Done
1842026-05-19T16:19:53.859ZPlanning: Planning completed in 0.26 seconds
1852026-05-19T16:19:53.874Z Mediators to change: 1
1862026-05-19T16:19:53.874Z Create boot environment: No
1872026-05-19T16:19:53.874ZCreate backup boot environment: No
1882026-05-19T16:19:53.937ZFinalize: Updating package state database ... Done
1892026-05-19T16:19:53.938ZFinalize: Updating package cache ... Done
1902026-05-19T16:19:53.949ZFinalize: Updating image state ... Done
1912026-05-19T16:19:55.873ZFinalize: Creating fast lookup database ... Done
1922026-05-19T16:19:55.937ZFinalize: Reading search index ... Done
1932026-05-19T16:19:55.949ZFinalize: Updating search index ... Done
1942026-05-19T16:19:56.007ZFinalize: Updating package cache ... Done
1952026-05-19T16:19:56.314ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962026-05-19T16:19:56.315Zapache system 2.4 system
1972026-05-19T16:19:56.315Zclang system 15 system
1982026-05-19T16:19:56.315Zcsh system system illumos
1992026-05-19T16:19:56.315Zctags system system illumos
2002026-05-19T16:19:56.315Zfile vendor vendor darwinsys
2012026-05-19T16:19:56.315Zfile system system illumos
2022026-05-19T16:19:56.315Zgcc vendor 14 vendor
2032026-05-19T16:19:56.315Zgcc system 13 system
2042026-05-19T16:19:56.315Zgcc system 10 system
2052026-05-19T16:19:56.315Zgo system 1.25 system
2062026-05-19T16:19:56.315Zllvm system 15 system
2072026-05-19T16:19:56.315Zmariadb system 11.4 system
2082026-05-19T16:19:56.315Zmta vendor vendor dma
2092026-05-19T16:19:56.315Zopenjdk system 17 system
2102026-05-19T16:19:56.315Zopenjdk system 11 system
2112026-05-19T16:19:56.315Zopenssl vendor 3 vendor
2122026-05-19T16:19:56.315Zperl system 5.40 system
2132026-05-19T16:19:56.315Zpostgresql system 18 system
2142026-05-19T16:19:56.315Zpostgresql system 17 system
2152026-05-19T16:19:56.316Zpython vendor 3 vendor
2162026-05-19T16:19:56.316Zpython system 2 system
2172026-05-19T16:19:56.316Zpython3 vendor 3.13 vendor
2182026-05-19T16:19:56.316Zruby system 3.4 system
2192026-05-19T16:19:56.316Zruby system 3.0 system
2202026-05-19T16:19:56.316Zwords vendor vendor american-english
2212026-05-19T16:19:56.316Zwords system system australian-english
2222026-05-19T16:19:56.316Zwords system system british-english
2232026-05-19T16:19:56.316Zwords system system canadian-english
2242026-05-19T16:19:56.316Zwords system system french
2252026-05-19T16:19:56.316Zwords system system italian
2262026-05-19T16:19:56.316Zwords system system ngerman
2272026-05-19T16:19:56.316Zwords system system ogerman
2282026-05-19T16:19:56.316Zwords system system spanish
2292026-05-19T16:19:56.571ZPUBLISHER TYPE STATUS P LOCATION
2302026-05-19T16:19:56.571Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2312026-05-19T16:19:56.839ZFMRI IFO
2322026-05-19T16:19:56.839Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2332026-05-19T16:19:56.840Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2342026-05-19T16:19:56.840Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2352026-05-19T16:19:56.840Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2362026-05-19T16:19:56.840Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2372026-05-19T16:19:56.840Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2382026-05-19T16:19:56.840Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2392026-05-19T16:19:56.840Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2402026-05-19T16:19:56.840Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2412026-05-19T16:19:57.068Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2422026-05-19T16:19:57.361Z Updating crates.io index
2432026-05-19T16:19:57.444Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2442026-05-19T16:20:02.023Z Updating git repository `https://github.com/oxidecomputer/lldp`
2452026-05-19T16:20:02.070Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2462026-05-19T16:20:02.070Z Updating git repository `https://github.com/oxidecomputer/propolis`
2472026-05-19T16:20:02.070Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2482026-05-19T16:20:02.070Z Updating git repository `https://github.com/oxidecomputer/crucible`
2492026-05-19T16:20:02.102Z Updating git repository `https://github.com/oxidecomputer/opte`
2502026-05-19T16:20:02.814Z Updating git repository `https://github.com/oxidecomputer/tofino`
2512026-05-19T16:20:03.450Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522026-05-19T16:20:04.379Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-05-19T16:20:04.688Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2542026-05-19T16:20:05.275Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2552026-05-19T16:20:05.836Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2562026-05-19T16:20:06.864Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2572026-05-19T16:20:07.482Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2582026-05-19T16:20:07.840Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2592026-05-19T16:20:08.301Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2602026-05-19T16:20:08.795Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2612026-05-19T16:20:09.260Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2622026-05-19T16:20:09.532Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2632026-05-19T16:20:09.796Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2642026-05-19T16:20:10.083Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2652026-05-19T16:20:10.553Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2662026-05-19T16:20:11.067Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2672026-05-19T16:20:11.628Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2682026-05-19T16:20:11.883Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2692026-05-19T16:20:12.230Z Updating git repository `https://github.com/oxidecomputer/ispf`
2702026-05-19T16:20:12.586Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2712026-05-19T16:20:14.041Z Updating git repository `https://github.com/oxidecomputer/crucible`
2722026-05-19T16:20:14.861Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2732026-05-19T16:20:15.328Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2742026-05-19T16:20:15.882Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2752026-05-19T16:20:16.363Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2762026-05-19T16:20:16.783Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2772026-05-19T16:20:17.351Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2782026-05-19T16:20:17.635Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2792026-05-19T16:20:17.994Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2802026-05-19T16:20:18.266Z Updating git repository `https://github.com/illumos/smf-rs`
2812026-05-19T16:20:18.614Z Updating git repository `https://github.com/oxidecomputer/omicron`
2822026-05-19T16:20:30.296Z Downloading crates ...
2832026-05-19T16:20:30.363Z Downloaded clap_lex v1.0.0
2842026-05-19T16:20:30.365Z Downloaded thread-id v4.2.2
2852026-05-19T16:20:30.370Z Downloaded equivalent v1.0.2
2862026-05-19T16:20:30.375Z Downloaded once_cell v1.21.3
2872026-05-19T16:20:30.377Z Downloaded icu_properties v2.1.2
2882026-05-19T16:20:30.380Z Downloaded itoa v1.0.17
2892026-05-19T16:20:30.383Z Downloaded idna_adapter v1.2.1
2902026-05-19T16:20:30.383Z Downloaded potential_utf v0.1.4
2912026-05-19T16:20:30.387Z Downloaded unicode-width v0.2.0
2922026-05-19T16:20:30.390Z Downloaded unicode-ident v1.0.24
2932026-05-19T16:20:30.390Z Downloaded swrite v0.1.0
2942026-05-19T16:20:30.390Z Downloaded plain v0.2.3
2952026-05-19T16:20:30.390Z Downloaded unicode-linebreak v0.1.5
2962026-05-19T16:20:30.390Z Downloaded usdt-macro v0.5.0
2972026-05-19T16:20:30.393Z Downloaded toml_datetime v0.6.11
2982026-05-19T16:20:30.393Z Downloaded tinystr v0.8.2
2992026-05-19T16:20:30.393Z Downloaded version_check v0.9.5
3002026-05-19T16:20:30.393Z Downloaded usdt-attr-macro v0.5.0
3012026-05-19T16:20:30.393Z Downloaded cargo-platform v0.2.0
3022026-05-19T16:20:30.396Z Downloaded block-buffer v0.10.4
3032026-05-19T16:20:30.396Z Downloaded zerofrom-derive v0.1.6
3042026-05-19T16:20:30.396Z Downloaded form_urlencoded v1.2.2
3052026-05-19T16:20:30.396Z Downloaded heck v0.5.0
3062026-05-19T16:20:30.399Z Downloaded utf8parse v0.2.2
3072026-05-19T16:20:30.399Z Downloaded cfg-if v1.0.4
3082026-05-19T16:20:30.402Z Downloaded writeable v0.6.2
3092026-05-19T16:20:30.402Z Downloaded generic-array v0.14.7
3102026-05-19T16:20:30.405Z Downloaded textwrap v0.16.2
3112026-05-19T16:20:30.407Z Downloaded zerofrom v0.1.6
3122026-05-19T16:20:30.410Z Downloaded thiserror v2.0.18
3132026-05-19T16:20:30.413Z Downloaded anstyle-query v1.1.5
3142026-05-19T16:20:30.413Z Downloaded usdt v0.5.0
3152026-05-19T16:20:30.413Z Downloaded thiserror-impl v2.0.18
3162026-05-19T16:20:30.413Z Downloaded zmij v1.0.21
3172026-05-19T16:20:30.416Z Downloaded is_terminal_polyfill v1.70.2
3182026-05-19T16:20:30.418Z Downloaded toml_write v0.1.2
3192026-05-19T16:20:30.419Z Downloaded memmap v0.7.0
3202026-05-19T16:20:30.421Z Downloaded ucd-trie v0.1.7
3212026-05-19T16:20:30.421Z Downloaded macaddr v1.0.1
3222026-05-19T16:20:30.426Z Downloaded ordered-float v2.10.1
3232026-05-19T16:20:30.429Z Downloaded dtrace-parser v0.2.0
3242026-05-19T16:20:30.429Z Downloaded yoke-derive v0.8.1
3252026-05-19T16:20:30.429Z Downloaded percent-encoding v2.3.2
3262026-05-19T16:20:30.431Z Downloaded typeid v1.0.3
3272026-05-19T16:20:30.431Z Downloaded usdt-impl v0.5.0
3282026-05-19T16:20:30.431Z Downloaded heck v0.4.1
3292026-05-19T16:20:30.431Z Downloaded zerotrie v0.2.3
3302026-05-19T16:20:30.434Z Downloaded pretty-hex v0.4.1
3312026-05-19T16:20:30.434Z Downloaded unicode-xid v0.2.6
3322026-05-19T16:20:30.437Z Downloaded colorchoice v1.0.4
3332026-05-19T16:20:30.437Z Downloaded zerocopy-derive v0.7.35
3342026-05-19T16:20:30.440Z Downloaded zerovec-derive v0.11.2
3352026-05-19T16:20:30.440Z Downloaded dof v0.3.0
3362026-05-19T16:20:30.440Z Downloaded utf8_iter v1.0.4
3372026-05-19T16:20:30.440Z Downloaded fnv v1.0.7
3382026-05-19T16:20:30.443Z Downloaded fastrand v2.3.0
3392026-05-19T16:20:30.443Z Downloaded crypto-common v0.1.7
3402026-05-19T16:20:30.443Z Downloaded url v2.5.8
3412026-05-19T16:20:30.448Z Downloaded thiserror v1.0.69
3422026-05-19T16:20:30.454Z Downloaded anstyle-parse v0.2.7
3432026-05-19T16:20:30.454Z Downloaded cargo_metadata v0.21.0
3442026-05-19T16:20:30.454Z Downloaded fs-err v3.3.0
3452026-05-19T16:20:30.454Z Downloaded yoke v0.8.1
3462026-05-19T16:20:30.458Z Downloaded toml v0.8.23
3472026-05-19T16:20:30.458Z Downloaded autocfg v1.5.0
3482026-05-19T16:20:30.458Z Downloaded bytecount v0.6.9
3492026-05-19T16:20:30.458Z Downloaded thiserror-impl v1.0.69
3502026-05-19T16:20:30.462Z Downloaded stable_deref_trait v1.2.1
3512026-05-19T16:20:30.462Z Downloaded errno v0.3.14
3522026-05-19T16:20:30.462Z Downloaded cpufeatures v0.2.17
3532026-05-19T16:20:30.465Z Downloaded strsim v0.11.1
3542026-05-19T16:20:30.468Z Downloaded terminal_size v0.4.3
3552026-05-19T16:20:30.472Z Downloaded winnow v0.7.14
3562026-05-19T16:20:30.477Z Downloaded smawk v0.3.2
3572026-05-19T16:20:30.479Z Downloaded toml_edit v0.22.27
3582026-05-19T16:20:30.482Z Downloaded zerocopy v0.7.35
3592026-05-19T16:20:30.488Z Downloaded erased-serde v0.4.9
3602026-05-19T16:20:30.490Z Downloaded cargo_toml v0.21.0
3612026-05-19T16:20:30.490Z Downloaded zerovec v0.11.5
3622026-05-19T16:20:30.493Z Downloaded unicode-width v0.1.14
3632026-05-19T16:20:30.496Z Downloaded proc-macro-error v1.0.4
3642026-05-19T16:20:30.498Z Downloaded anstream v0.6.21
3652026-05-19T16:20:30.499Z Downloaded displaydoc v0.2.5
3662026-05-19T16:20:30.501Z Downloaded serde_spanned v0.6.9
3672026-05-19T16:20:30.501Z Downloaded camino-tempfile v1.4.1
3682026-05-19T16:20:30.501Z Downloaded byteorder v1.5.0
3692026-05-19T16:20:30.504Z Downloaded typenum v1.19.0
3702026-05-19T16:20:30.504Z Downloaded tabled_derive v0.7.0
3712026-05-19T16:20:30.504Z Downloaded serde-value v0.7.0
3722026-05-19T16:20:30.507Z Downloaded scroll_derive v0.12.1
3732026-05-19T16:20:30.507Z Downloaded pest_generator v2.8.6
3742026-05-19T16:20:30.507Z Downloaded cargo-util-schemas v0.8.2
3752026-05-19T16:20:30.511Z Downloaded digest v0.10.7
3762026-05-19T16:20:30.514Z Downloaded anyhow v1.0.102
3772026-05-19T16:20:30.517Z Downloaded clap_derive v4.5.55
3782026-05-19T16:20:30.520Z Downloaded anstyle v1.0.13
3792026-05-19T16:20:30.525Z Downloaded scroll v0.12.0
3802026-05-19T16:20:30.530Z Downloaded synstructure v0.13.2
3812026-05-19T16:20:30.530Z Downloaded proc-macro-error-attr v1.0.4
3822026-05-19T16:20:30.530Z Downloaded serde_tokenstream v0.2.3
3832026-05-19T16:20:30.530Z Downloaded litemap v0.8.1
3842026-05-19T16:20:30.533Z Downloaded camino v1.2.2
3852026-05-19T16:20:30.543Z Downloaded log v0.4.29
3862026-05-19T16:20:30.547Z Downloaded serde-untagged v0.1.9
3872026-05-19T16:20:30.550Z Downloaded pest_derive v2.8.6
3882026-05-19T16:20:30.550Z Downloaded quote v1.0.45
3892026-05-19T16:20:30.550Z Downloaded clap v4.5.60
3902026-05-19T16:20:30.553Z Downloaded getrandom v0.4.1
3912026-05-19T16:20:30.560Z Downloaded sha2 v0.10.9
3922026-05-19T16:20:30.563Z Downloaded semver v1.0.28
3932026-05-19T16:20:30.566Z Downloaded smallvec v1.15.1
3942026-05-19T16:20:30.570Z Downloaded icu_provider v2.1.1
3952026-05-19T16:20:30.573Z Downloaded papergrid v0.11.0
3962026-05-19T16:20:30.579Z Downloaded num-traits v0.2.19
3972026-05-19T16:20:30.582Z Downloaded bitflags v2.11.0
3982026-05-19T16:20:30.585Z Downloaded icu_normalizer_data v2.1.1
3992026-05-19T16:20:30.588Z Downloaded serde_core v1.0.228
4002026-05-19T16:20:30.591Z Downloaded proc-macro2 v1.0.106
4012026-05-19T16:20:30.591Z Downloaded serde_derive v1.0.228
4022026-05-19T16:20:30.594Z Downloaded icu_locale_core v2.1.1
4032026-05-19T16:20:30.600Z Downloaded tempfile v3.25.0
4042026-05-19T16:20:30.603Z Downloaded icu_collections v2.1.1
4052026-05-19T16:20:30.614Z Downloaded icu_normalizer v2.1.1
4062026-05-19T16:20:30.621Z Downloaded serde v1.0.228
4072026-05-19T16:20:30.626Z Downloaded pest_meta v2.8.6
4082026-05-19T16:20:30.629Z Downloaded memchr v2.8.0
4092026-05-19T16:20:30.644Z Downloaded goblin v0.8.2
4102026-05-19T16:20:30.647Z Downloaded indexmap v2.14.0
4112026-05-19T16:20:30.662Z Downloaded icu_properties_data v2.1.2
4122026-05-19T16:20:30.666Z Downloaded idna v1.1.0
4132026-05-19T16:20:30.669Z Downloaded pest v2.8.6
4142026-05-19T16:20:30.672Z Downloaded hashbrown v0.17.0
4152026-05-19T16:20:30.675Z Downloaded serde_json v1.0.149
4162026-05-19T16:20:30.678Z Downloaded clap_builder v4.5.60
4172026-05-19T16:20:30.696Z Downloaded tabled v0.15.0
4182026-05-19T16:20:30.704Z Downloaded syn v1.0.109
4192026-05-19T16:20:30.715Z Downloaded syn v2.0.117
4202026-05-19T16:20:30.737Z Downloaded rustix v1.1.3
4212026-05-19T16:20:30.760Z Downloaded libc v0.2.185
4222026-05-19T16:20:30.826Z Compiling proc-macro2 v1.0.106
4232026-05-19T16:20:30.826Z Compiling unicode-ident v1.0.24
4242026-05-19T16:20:30.829Z Compiling quote v1.0.45
4252026-05-19T16:20:30.829Z Compiling serde_core v1.0.228
4262026-05-19T16:20:30.829Z Compiling libc v0.2.185
4272026-05-19T16:20:30.829Z Compiling version_check v0.9.5
4282026-05-19T16:20:31.007Z Compiling serde v1.0.228
4292026-05-19T16:20:31.010Z Compiling memchr v2.8.0
4302026-05-19T16:20:31.151Z Compiling stable_deref_trait v1.2.1
4312026-05-19T16:20:31.229Z Compiling zmij v1.0.21
4322026-05-19T16:20:31.449Z Compiling ucd-trie v0.1.7
4332026-05-19T16:20:31.465Z Compiling thiserror v1.0.69
4342026-05-19T16:20:31.713Z Compiling itoa v1.0.17
4352026-05-19T16:20:31.738Z Compiling autocfg v1.5.0
4362026-05-19T16:20:31.801Z Compiling pest v2.8.6
4372026-05-19T16:20:31.873Z Compiling writeable v0.6.2
4382026-05-19T16:20:31.897Z Compiling litemap v0.8.1
4392026-05-19T16:20:31.970Z Compiling byteorder v1.5.0
4402026-05-19T16:20:32.087Z Compiling icu_normalizer_data v2.1.1
4412026-05-19T16:20:32.198Z Compiling rustix v1.1.3
4422026-05-19T16:20:32.265Z Compiling icu_properties_data v2.1.2
4432026-05-19T16:20:32.368Z Compiling syn v2.0.117
4442026-05-19T16:20:32.465Z Compiling errno v0.3.14
4452026-05-19T16:20:32.499Z Compiling bitflags v2.11.0
4462026-05-19T16:20:32.516Z Compiling serde_json v1.0.149
4472026-05-19T16:20:32.724Z Compiling num-traits v0.2.19
4482026-05-19T16:20:32.743Z Compiling smallvec v1.15.1
4492026-05-19T16:20:32.838Z Compiling pest_meta v2.8.6
4502026-05-19T16:20:32.949Z Compiling typeid v1.0.3
4512026-05-19T16:20:33.032Z Compiling equivalent v1.0.2
4522026-05-19T16:20:33.087Z Compiling hashbrown v0.17.0
4532026-05-19T16:20:33.253Z Compiling thread-id v4.2.2
4542026-05-19T16:20:33.314Z Compiling proc-macro-error-attr v1.0.4
4552026-05-19T16:20:33.332Z Compiling usdt-impl v0.5.0
4562026-05-19T16:20:33.348Z Compiling winnow v0.7.14
4572026-05-19T16:20:33.493Z Compiling syn v1.0.109
4582026-05-19T16:20:33.540Z Compiling erased-serde v0.4.9
4592026-05-19T16:20:33.637Z Compiling indexmap v2.14.0
4602026-05-19T16:20:33.793Z Compiling toml_write v0.1.2
4612026-05-19T16:20:34.074Z Compiling proc-macro-error v1.0.4
4622026-05-19T16:20:34.233Z Compiling utf8parse v0.2.2
4632026-05-19T16:20:34.259Z Compiling thiserror v2.0.18
4642026-05-19T16:20:34.348Z Compiling plain v0.2.3
4652026-05-19T16:20:34.439Z Compiling getrandom v0.4.1
4662026-05-19T16:20:34.461Z Compiling percent-encoding v2.3.2
4672026-05-19T16:20:34.536Z Compiling log v0.4.29
4682026-05-19T16:20:34.586Z Compiling camino v1.2.2
4692026-05-19T16:20:34.656Z Compiling utf8_iter v1.0.4
4702026-05-19T16:20:34.697Z Compiling form_urlencoded v1.2.2
4712026-05-19T16:20:34.787Z Compiling ordered-float v2.10.1
4722026-05-19T16:20:34.822Z Compiling anstyle-parse v0.2.7
4732026-05-19T16:20:34.904Z Compiling synstructure v0.13.2
4742026-05-19T16:20:34.929Z Compiling pest_generator v2.8.6
4752026-05-19T16:20:35.009Z Compiling terminal_size v0.4.3
4762026-05-19T16:20:35.162Z Compiling anstyle v1.0.13
4772026-05-19T16:20:35.255Z Compiling is_terminal_polyfill v1.70.2
4782026-05-19T16:20:35.327Z Compiling pretty-hex v0.4.1
4792026-05-19T16:20:35.353Z Compiling colorchoice v1.0.4
4802026-05-19T16:20:35.370Z Compiling cfg-if v1.0.4
4812026-05-19T16:20:35.388Z Compiling anstyle-query v1.1.5
4822026-05-19T16:20:35.465Z Compiling anstream v0.6.21
4832026-05-19T16:20:35.499Z Compiling serde-untagged v0.1.9
4842026-05-19T16:20:35.562Z Compiling semver v1.0.28
4852026-05-19T16:20:35.630Z Compiling fs-err v3.3.0
4862026-05-19T16:20:35.736Z Compiling heck v0.4.1
4872026-05-19T16:20:35.781Z Compiling unicode-width v0.1.14
4882026-05-19T16:20:35.813Z Compiling anyhow v1.0.102
4892026-05-19T16:20:35.880Z Compiling fastrand v2.3.0
4902026-05-19T16:20:35.898Z Compiling once_cell v1.21.3
4912026-05-19T16:20:35.960Z Compiling strsim v0.11.1
4922026-05-19T16:20:36.117Z Compiling heck v0.5.0
4932026-05-19T16:20:36.186Z Compiling unicode-xid v0.2.6
4942026-05-19T16:20:36.205Z Compiling clap_lex v1.0.0
4952026-05-19T16:20:36.315Z Compiling bytecount v0.6.9
4962026-05-19T16:20:36.355Z Compiling fnv v1.0.7
4972026-05-19T16:20:36.375Z Compiling clap_builder v4.5.60
4982026-05-19T16:20:36.437Z Compiling papergrid v0.11.0
4992026-05-19T16:20:36.453Z Compiling tempfile v3.25.0
5002026-05-19T16:20:36.571Z Compiling serde_derive v1.0.228
5012026-05-19T16:20:36.588Z Compiling zerofrom-derive v0.1.6
5022026-05-19T16:20:36.690Z Compiling yoke-derive v0.8.1
5032026-05-19T16:20:36.828Z Compiling zerovec-derive v0.11.2
5042026-05-19T16:20:37.069Z Compiling displaydoc v0.2.5
5052026-05-19T16:20:37.802Z Compiling thiserror-impl v1.0.69
5062026-05-19T16:20:37.828Z Compiling zerocopy-derive v0.7.35
5072026-05-19T16:20:37.853Z Compiling pest_derive v2.8.6
5082026-05-19T16:20:37.920Z Compiling scroll_derive v0.12.1
5092026-05-19T16:20:37.960Z Compiling zerofrom v0.1.6
5102026-05-19T16:20:38.091Z Compiling yoke v0.8.1
5112026-05-19T16:20:38.262Z Compiling zerovec v0.11.5
5122026-05-19T16:20:38.285Z Compiling zerotrie v0.2.3
5132026-05-19T16:20:38.569Z Compiling scroll v0.12.0
5142026-05-19T16:20:38.587Z Compiling thiserror-impl v2.0.18
5152026-05-19T16:20:38.685Z Compiling zerocopy v0.7.35
5162026-05-19T16:20:38.762Z Compiling tinystr v0.8.2
5172026-05-19T16:20:38.838Z Compiling potential_utf v0.1.4
5182026-05-19T16:20:38.973Z Compiling icu_locale_core v2.1.1
5192026-05-19T16:20:39.009Z Compiling icu_collections v2.1.1
5202026-05-19T16:20:39.133Z Compiling dtrace-parser v0.2.0
5212026-05-19T16:20:39.227Z Compiling goblin v0.8.2
5222026-05-19T16:20:39.378Z Compiling tabled_derive v0.7.0
5232026-05-19T16:20:39.493Z Compiling clap_derive v4.5.55
5242026-05-19T16:20:39.846Z Compiling icu_provider v2.1.1
5252026-05-19T16:20:39.889Z Compiling toml_datetime v0.6.11
5262026-05-19T16:20:39.909Z Compiling serde_spanned v0.6.9
5272026-05-19T16:20:39.940Z Compiling dof v0.3.0
5282026-05-19T16:20:39.997Z Compiling serde_tokenstream v0.2.3
5292026-05-19T16:20:40.142Z Compiling icu_properties v2.1.2
5302026-05-19T16:20:40.142Z Compiling icu_normalizer v2.1.1
5312026-05-19T16:20:40.175Z Compiling toml_edit v0.22.27
5322026-05-19T16:20:40.312Z Compiling serde-value v0.7.0
5332026-05-19T16:20:40.334Z Compiling cargo-platform v0.2.0
5342026-05-19T16:20:40.604Z Compiling memmap v0.7.0
5352026-05-19T16:20:40.669Z Compiling smawk v0.3.2
5362026-05-19T16:20:40.672Z Compiling unicode-width v0.2.0
5372026-05-19T16:20:40.810Z Compiling unicode-linebreak v0.1.5
5382026-05-19T16:20:40.837Z Compiling tabled v0.15.0
5392026-05-19T16:20:40.888Z Compiling usdt-attr-macro v0.5.0
5402026-05-19T16:20:40.986Z Compiling usdt-macro v0.5.0
5412026-05-19T16:20:41.119Z Compiling idna_adapter v1.2.1
5422026-05-19T16:20:41.273Z Compiling idna v1.1.0
5432026-05-19T16:20:41.291Z Compiling clap v4.5.60
5442026-05-19T16:20:41.308Z Compiling textwrap v0.16.2
5452026-05-19T16:20:41.376Z Compiling macaddr v1.0.1
5462026-05-19T16:20:41.607Z Compiling toml v0.8.23
5472026-05-19T16:20:41.626Z Compiling url v2.5.8
5482026-05-19T16:20:41.927Z Compiling camino-tempfile v1.4.1
5492026-05-19T16:20:42.127Z Compiling cargo-util-schemas v0.8.2
5502026-05-19T16:20:42.231Z Compiling cargo_toml v0.21.0
5512026-05-19T16:20:42.391Z Compiling swrite v0.1.0
5522026-05-19T16:20:42.499Z Compiling usdt v0.5.0
5532026-05-19T16:20:42.695Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5542026-05-19T16:20:43.081Z Compiling cargo_metadata v0.21.0
5552026-05-19T16:20:43.944Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5562026-05-19T16:20:45.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.08s
5572026-05-19T16:20:46.259Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5582026-05-19T16:20:46.808Z Downloading crates ...
5592026-05-19T16:20:46.905Z Downloaded async-stream v0.3.6
5602026-05-19T16:20:46.911Z Downloaded atty v0.2.14
5612026-05-19T16:20:46.914Z Downloaded adler2 v2.0.1
5622026-05-19T16:20:46.918Z Downloaded cobs v0.3.0
5632026-05-19T16:20:46.918Z Downloaded backoff v0.4.0
5642026-05-19T16:20:46.921Z Downloaded compression-core v0.4.31
5652026-05-19T16:20:46.922Z Downloaded aead v0.5.2
5662026-05-19T16:20:46.922Z Downloaded ascii-canvas v3.0.0
5672026-05-19T16:20:46.922Z Downloaded bit-set v0.8.0
5682026-05-19T16:20:46.924Z Downloaded crc8 v0.1.1
5692026-05-19T16:20:46.924Z Downloaded block-padding v0.3.3
5702026-05-19T16:20:46.924Z Downloaded base16ct v0.2.0
5712026-05-19T16:20:46.924Z Downloaded crc v3.4.0
5722026-05-19T16:20:46.928Z Downloaded cfg_aliases v0.1.1
5732026-05-19T16:20:46.928Z Downloaded castaway v0.2.4
5742026-05-19T16:20:46.931Z Downloaded bb8 v0.8.6
5752026-05-19T16:20:46.933Z Downloaded cipher v0.4.4
5762026-05-19T16:20:46.933Z Downloaded bcs v0.1.6
5772026-05-19T16:20:46.934Z Downloaded critical-section v1.2.0
5782026-05-19T16:20:46.937Z Downloaded cargo-platform v0.1.9
5792026-05-19T16:20:46.939Z Downloaded bitfield-macros v0.19.4
5802026-05-19T16:20:46.942Z Downloaded crossbeam-deque v0.8.6
5812026-05-19T16:20:46.945Z Downloaded camino-tempfile-ext v0.3.3
5822026-05-19T16:20:46.949Z Downloaded crossbeam-utils v0.8.21
5832026-05-19T16:20:46.949Z Downloaded bzip2 v0.6.1
5842026-05-19T16:20:46.954Z Downloaded derive-ex v0.1.8
5852026-05-19T16:20:46.954Z Downloaded crossbeam-epoch v0.9.18
5862026-05-19T16:20:46.954Z Downloaded daft-derive v0.1.5
5872026-05-19T16:20:46.959Z Downloaded csv-core v0.1.13
5882026-05-19T16:20:46.959Z Downloaded bitfield-struct v0.6.2
5892026-05-19T16:20:46.959Z Downloaded darling_macro v0.20.11
5902026-05-19T16:20:46.959Z Downloaded crc-catalog v2.4.0
5912026-05-19T16:20:46.962Z Downloaded async-recursion v1.1.1
5922026-05-19T16:20:46.962Z Downloaded crc32fast v1.5.0
5932026-05-19T16:20:46.962Z Downloaded arrayref v0.3.9
5942026-05-19T16:20:46.965Z Downloaded convert_case v0.4.0
5952026-05-19T16:20:46.965Z Downloaded crossbeam-channel v0.5.15
5962026-05-19T16:20:46.969Z Downloaded darling_macro v0.21.3
5972026-05-19T16:20:46.969Z Downloaded cancel-safe-futures v0.1.5
5982026-05-19T16:20:46.973Z Downloaded derive_more v0.99.20
5992026-05-19T16:20:46.973Z Downloaded bitfield v0.19.4
6002026-05-19T16:20:46.973Z Downloaded async-bb8-diesel v0.2.1
6012026-05-19T16:20:46.976Z Downloaded ahash v0.8.12
6022026-05-19T16:20:46.976Z Downloaded dyn-clone v1.0.20
6032026-05-19T16:20:46.979Z Downloaded debug-ignore v1.0.5
6042026-05-19T16:20:46.979Z Downloaded daft v0.1.5
6052026-05-19T16:20:46.979Z Downloaded async-stream-impl v0.3.6
6062026-05-19T16:20:46.982Z Downloaded ciborium-ll v0.2.2
6072026-05-19T16:20:46.982Z Downloaded bit-set v0.5.3
6082026-05-19T16:20:46.982Z Downloaded atomic-waker v1.1.2
6092026-05-19T16:20:46.982Z Downloaded array-init v0.0.4
6102026-05-19T16:20:46.985Z Downloaded dunce v1.0.5
6112026-05-19T16:20:46.985Z Downloaded crossterm v0.29.0
6122026-05-19T16:20:46.989Z Downloaded des v0.8.1
6132026-05-19T16:20:46.992Z Downloaded ciborium-io v0.2.2
6142026-05-19T16:20:46.992Z Downloaded atomicwrites v0.4.4
6152026-05-19T16:20:46.992Z Downloaded diesel_table_macro_syntax v0.3.0
6162026-05-19T16:20:46.995Z Downloaded enum-as-inner v0.6.1
6172026-05-19T16:20:46.995Z Downloaded dirs-next v2.0.0
6182026-05-19T16:20:46.995Z Downloaded endian-type v0.1.2
6192026-05-19T16:20:46.995Z Downloaded embedded-io v0.4.0
6202026-05-19T16:20:46.998Z Downloaded document-features v0.2.12
6212026-05-19T16:20:46.998Z Downloaded difflib v0.4.0
6222026-05-19T16:20:46.998Z Downloaded crucible-workspace-hack v0.1.0
6232026-05-19T16:20:47.002Z Downloaded cpufeatures v0.3.0
6242026-05-19T16:20:47.007Z Downloaded assert_matches v1.5.0
6252026-05-19T16:20:47.007Z Downloaded env_filter v1.0.0
6262026-05-19T16:20:47.011Z Downloaded dropshot-api-manager-types v0.7.1
6272026-05-19T16:20:47.011Z Downloaded convert_case v0.10.0
6282026-05-19T16:20:47.014Z Downloaded dof v0.4.0
6292026-05-19T16:20:47.014Z Downloaded dirs-sys-next v0.1.2
6302026-05-19T16:20:47.014Z Downloaded cassowary v0.3.0
6312026-05-19T16:20:47.014Z Downloaded bzip2 v0.4.4
6322026-05-19T16:20:47.018Z Downloaded argon2 v0.5.3
6332026-05-19T16:20:47.018Z Downloaded defmt-parser v1.0.0
6342026-05-19T16:20:47.021Z Downloaded float-cmp v0.10.0
6352026-05-19T16:20:47.021Z Downloaded dsl_auto_type v0.2.0
6362026-05-19T16:20:47.021Z Downloaded downcast-rs v2.0.2
6372026-05-19T16:20:47.025Z Downloaded foreign-types v0.3.2
6382026-05-19T16:20:47.025Z Downloaded futures-core v0.3.32
6392026-05-19T16:20:47.025Z Downloaded foreign-types-macros v0.2.3
6402026-05-19T16:20:47.028Z Downloaded foreign-types v0.5.0
6412026-05-19T16:20:47.028Z Downloaded embedded-io v0.6.1
6422026-05-19T16:20:47.028Z Downloaded darling_macro v0.23.0
6432026-05-19T16:20:47.028Z Downloaded crunchy v0.2.4
6442026-05-19T16:20:47.028Z Downloaded diesel-dtrace v0.5.0
6452026-05-19T16:20:47.031Z Downloaded foreign-types-shared v0.1.1
6462026-05-19T16:20:47.035Z Downloaded fd-lock v4.0.4
6472026-05-19T16:20:47.038Z Downloaded futures-sink v0.3.32
6482026-05-19T16:20:47.038Z Downloaded fxhash v0.2.1
6492026-05-19T16:20:47.041Z Downloaded futures-io v0.3.32
6502026-05-19T16:20:47.041Z Downloaded futures-macro v0.3.32
6512026-05-19T16:20:47.041Z Downloaded funty v2.0.0
6522026-05-19T16:20:47.041Z Downloaded foreign-types-shared v0.3.1
6532026-05-19T16:20:47.044Z Downloaded git-stub v1.0.0
6542026-05-19T16:20:47.044Z Downloaded dtrace-parser v0.3.0
6552026-05-19T16:20:47.044Z Downloaded globwalk v0.9.1
6562026-05-19T16:20:47.047Z Downloaded constant_time_eq v0.4.2
6572026-05-19T16:20:47.047Z Downloaded cfg_aliases v0.2.1
6582026-05-19T16:20:47.047Z Downloaded base64ct v1.8.3
6592026-05-19T16:20:47.050Z Downloaded defmt v0.3.100
6602026-05-19T16:20:47.053Z Downloaded cbc v0.1.2
6612026-05-19T16:20:47.053Z Downloaded cargo_metadata v0.19.2
6622026-05-19T16:20:47.053Z Downloaded fixedbitset v0.4.2
6632026-05-19T16:20:47.056Z Downloaded bcrypt-pbkdf v0.10.0
6642026-05-19T16:20:47.059Z Downloaded compression-codecs v0.4.37
6652026-05-19T16:20:47.059Z Downloaded blowfish v0.9.1
6662026-05-19T16:20:47.064Z Downloaded arrayvec v0.7.6
6672026-05-19T16:20:47.064Z Downloaded ghash v0.5.1
6682026-05-19T16:20:47.064Z Downloaded gethostname v0.5.0
6692026-05-19T16:20:47.069Z Downloaded const_format_proc_macros v0.2.34
6702026-05-19T16:20:47.070Z Downloaded hash32 v0.2.1
6712026-05-19T16:20:47.070Z Downloaded headers-core v0.3.0
6722026-05-19T16:20:47.070Z Downloaded futures-task v0.3.32
6732026-05-19T16:20:47.072Z Downloaded derive_builder_macro v0.20.2
6742026-05-19T16:20:47.072Z Downloaded curve25519-dalek-derive v0.1.1
6752026-05-19T16:20:47.072Z Downloaded cstr-argument v0.1.2
6762026-05-19T16:20:47.072Z Downloaded flagset v0.4.7
6772026-05-19T16:20:47.075Z Downloaded chacha20 v0.9.1
6782026-05-19T16:20:47.076Z Downloaded bit-vec v0.6.3
6792026-05-19T16:20:47.076Z Downloaded console v0.15.11
6802026-05-19T16:20:47.079Z Downloaded ciborium v0.2.2
6812026-05-19T16:20:47.082Z Downloaded backon v1.6.0
6822026-05-19T16:20:47.085Z Downloaded hex-literal v0.4.1
6832026-05-19T16:20:47.089Z Downloaded hash32 v0.3.1
6842026-05-19T16:20:47.092Z Downloaded hex v0.4.3
6852026-05-19T16:20:47.092Z Downloaded bit-vec v0.8.0
6862026-05-19T16:20:47.096Z Downloaded home v0.5.12
6872026-05-19T16:20:47.099Z Downloaded display-error-chain v0.2.2
6882026-05-19T16:20:47.099Z Downloaded ena v0.14.4
6892026-05-19T16:20:47.102Z Downloaded fallible-iterator v0.2.0
6902026-05-19T16:20:47.102Z Downloaded ctr v0.9.2
6912026-05-19T16:20:47.102Z Downloaded futures-executor v0.3.32
6922026-05-19T16:20:47.110Z Downloaded ff v0.13.1
6932026-05-19T16:20:47.110Z Downloaded defmt v1.0.1
6942026-05-19T16:20:47.113Z Downloaded hyper-tls v0.6.0
6952026-05-19T16:20:47.113Z Downloaded fs_extra v1.3.0
6962026-05-19T16:20:47.113Z Downloaded hostname v0.3.1
6972026-05-19T16:20:47.113Z Downloaded hostname v0.4.2
6982026-05-19T16:20:47.113Z Downloaded const-oid v0.9.6
6992026-05-19T16:20:47.113Z Downloaded cookie_store v0.22.1
7002026-05-19T16:20:47.119Z Downloaded bitflags v1.3.2
7012026-05-19T16:20:47.119Z Downloaded http-body v1.0.1
7022026-05-19T16:20:47.119Z Downloaded hubpack_derive v0.1.1
7032026-05-19T16:20:47.122Z Downloaded hubpack v0.1.2
7042026-05-19T16:20:47.122Z Downloaded httpdate v1.0.3
7052026-05-19T16:20:47.122Z Downloaded ident_case v1.0.1
7062026-05-19T16:20:47.122Z Downloaded group v0.13.0
7072026-05-19T16:20:47.122Z Downloaded cmake v0.1.57
7082026-05-19T16:20:47.122Z Downloaded cookie v0.18.1
7092026-05-19T16:20:47.125Z Downloaded indent_write v2.2.0
7102026-05-19T16:20:47.125Z Downloaded illumos-nvpair-sys v0.2.0
7112026-05-19T16:20:47.125Z Downloaded illumos-nvpair v0.3.0
7122026-05-19T16:20:47.128Z Downloaded indoc v1.0.9
7132026-05-19T16:20:47.128Z Downloaded instability v0.3.11
7142026-05-19T16:20:47.131Z Downloaded aes v0.8.4
7152026-05-19T16:20:47.134Z Downloaded either v1.15.0
7162026-05-19T16:20:47.134Z Downloaded ed25519 v2.2.3
7172026-05-19T16:20:47.137Z Downloaded float-ord v0.3.2
7182026-05-19T16:20:47.137Z Downloaded fixedbitset v0.5.7
7192026-05-19T16:20:47.137Z Downloaded http-range v0.1.5
7202026-05-19T16:20:47.140Z Downloaded foldhash v0.2.0
7212026-05-19T16:20:47.140Z Downloaded colored v3.1.1
7222026-05-19T16:20:47.140Z Downloaded filetime v0.2.27
7232026-05-19T16:20:47.144Z Downloaded blake2 v0.10.6
7242026-05-19T16:20:47.144Z Downloaded async-trait v0.1.89
7252026-05-19T16:20:47.148Z Downloaded deranged v0.5.8
7262026-05-19T16:20:47.148Z Downloaded console v0.16.2
7272026-05-19T16:20:47.153Z Downloaded internet-checksum v0.2.1
7282026-05-19T16:20:47.153Z Downloaded find-msvc-tools v0.1.9
7292026-05-19T16:20:47.153Z Downloaded erased-serde v0.3.31
7302026-05-19T16:20:47.153Z Downloaded der_derive v0.7.3
7312026-05-19T16:20:47.156Z Downloaded cc v1.2.56
7322026-05-19T16:20:47.156Z Downloaded foldhash v0.1.5
7332026-05-19T16:20:47.156Z Downloaded defmt-macros v1.0.1
7342026-05-19T16:20:47.160Z Downloaded globset v0.4.18
7352026-05-19T16:20:47.160Z Downloaded ecdsa v0.16.9
7362026-05-19T16:20:47.163Z Downloaded is_ci v1.2.0
7372026-05-19T16:20:47.163Z Downloaded glob v0.3.3
7382026-05-19T16:20:47.163Z Downloaded keccak v0.1.6
7392026-05-19T16:20:47.163Z Downloaded git-stub-vcs v0.1.0
7402026-05-19T16:20:47.163Z Downloaded corncobs v0.1.4
7412026-05-19T16:20:47.166Z Downloaded base64 v0.21.7
7422026-05-19T16:20:47.171Z Downloaded instant v0.1.13
7432026-05-19T16:20:47.171Z Downloaded inout v0.1.4
7442026-05-19T16:20:47.171Z Downloaded clang-sys v1.8.1
7452026-05-19T16:20:47.174Z Downloaded hyper-staticfile v0.10.1
7462026-05-19T16:20:47.174Z Downloaded lazy_static v1.5.0
7472026-05-19T16:20:47.175Z Downloaded kstat-rs v0.2.4
7482026-05-19T16:20:47.178Z Downloaded derive_builder v0.20.2
7492026-05-19T16:20:47.181Z Downloaded libscf-sys v1.1.0
7502026-05-19T16:20:47.182Z Downloaded getrandom v0.2.17
7512026-05-19T16:20:47.182Z Downloaded lalrpop-util v0.19.12
7522026-05-19T16:20:47.185Z Downloaded is-terminal v0.4.17
7532026-05-19T16:20:47.185Z Downloaded data-encoding v2.10.0
7542026-05-19T16:20:47.185Z Downloaded fs-err v2.11.0
7552026-05-19T16:20:47.188Z Downloaded crc-any v2.5.0
7562026-05-19T16:20:47.188Z Downloaded cexpr v0.6.0
7572026-05-19T16:20:47.188Z Downloaded colored v2.2.0
7582026-05-19T16:20:47.191Z Downloaded chacha20 v0.10.0
7592026-05-19T16:20:47.193Z Downloaded http-body-util v0.1.3
7602026-05-19T16:20:47.193Z Downloaded buf-list v1.1.2
7612026-05-19T16:20:47.197Z Downloaded lru-cache v0.1.2
7622026-05-19T16:20:47.197Z Downloaded drift v0.1.4
7632026-05-19T16:20:47.201Z Downloaded managed v0.8.0
7642026-05-19T16:20:47.204Z Downloaded lru-slab v0.1.2
7652026-05-19T16:20:47.204Z Downloaded linked-hash-map v0.5.6
7662026-05-19T16:20:47.204Z Downloaded ingot v0.1.1
7672026-05-19T16:20:47.208Z Downloaded allocator-api2 v0.2.21
7682026-05-19T16:20:47.208Z Downloaded md5 v0.7.0
7692026-05-19T16:20:47.211Z Downloaded md-5 v0.10.6
7702026-05-19T16:20:47.211Z Downloaded memoffset v0.9.1
7712026-05-19T16:20:47.211Z Downloaded newline-converter v0.3.0
7722026-05-19T16:20:47.211Z Downloaded indoc v2.0.7
7732026-05-19T16:20:47.214Z Downloaded lru v0.12.5
7742026-05-19T16:20:47.214Z Downloaded ipnet v2.11.0
7752026-05-19T16:20:47.217Z Downloaded chacha20poly1305 v0.10.1
7762026-05-19T16:20:47.217Z Downloaded mime v0.3.17
7772026-05-19T16:20:47.221Z Downloaded ingot-types v0.1.2
7782026-05-19T16:20:47.221Z Downloaded derive_builder_core v0.20.2
7792026-05-19T16:20:47.221Z Downloaded highway v1.3.0
7802026-05-19T16:20:47.224Z Downloaded bumpalo v3.20.2
7812026-05-19T16:20:47.224Z Downloaded futures-channel v0.3.32
7822026-05-19T16:20:47.226Z Downloaded diff v0.1.13
7832026-05-19T16:20:47.229Z Downloaded nibble_vec v0.1.0
7842026-05-19T16:20:47.229Z Downloaded newtype-uuid-macros v0.1.0
7852026-05-19T16:20:47.229Z Downloaded num v0.4.3
7862026-05-19T16:20:47.232Z Downloaded nonempty v0.12.0
7872026-05-19T16:20:47.232Z Downloaded multimap v0.10.1
7882026-05-19T16:20:47.232Z Downloaded env_logger v0.11.9
7892026-05-19T16:20:47.235Z Downloaded maplit v1.0.2
7902026-05-19T16:20:47.235Z Downloaded half v1.8.3
7912026-05-19T16:20:47.238Z Downloaded new_debug_unreachable v1.0.6
7922026-05-19T16:20:47.238Z Downloaded getrandom v0.3.4
7932026-05-19T16:20:47.241Z Downloaded libsw v3.5.0
7942026-05-19T16:20:47.241Z Downloaded humantime v2.3.0
7952026-05-19T16:20:47.245Z Downloaded fatfs v0.3.6
7962026-05-19T16:20:47.245Z Downloaded num-derive v0.4.2
7972026-05-19T16:20:47.248Z Downloaded jobserver v0.1.34
7982026-05-19T16:20:47.248Z Downloaded num_threads v0.1.7
7992026-05-19T16:20:47.248Z Downloaded libsw-core v0.3.2
8002026-05-19T16:20:47.252Z Downloaded olpc-cjson v0.1.4
8012026-05-19T16:20:47.252Z Downloaded const_format v0.2.35
8022026-05-19T16:20:47.255Z Downloaded normalize-line-endings v0.3.0
8032026-05-19T16:20:47.255Z Downloaded bytes v1.11.1
8042026-05-19T16:20:47.260Z Downloaded nodrop v0.1.14
8052026-05-19T16:20:47.261Z Downloaded num-derive v0.3.3
8062026-05-19T16:20:47.265Z Downloaded num-iter v0.1.45
8072026-05-19T16:20:47.265Z Downloaded newtype_derive v0.1.6
8082026-05-19T16:20:47.265Z Downloaded libefi-sys v0.1.0
8092026-05-19T16:20:47.265Z Downloaded darling v0.21.3
8102026-05-19T16:20:47.268Z Downloaded lzss v0.8.2
8112026-05-19T16:20:47.268Z Downloaded opaque-debug v0.3.1
8122026-05-19T16:20:47.268Z Downloaded lock_api v0.4.14
8132026-05-19T16:20:47.268Z Downloaded ingot-macros v0.1.1
8142026-05-19T16:20:47.271Z Downloaded num-conv v0.2.0
8152026-05-19T16:20:47.271Z Downloaded openssl-probe v0.2.1
8162026-05-19T16:20:47.271Z Downloaded crossterm v0.28.1
8172026-05-19T16:20:47.275Z Downloaded match_cfg v0.1.0
8182026-05-19T16:20:47.278Z Downloaded linear-map v1.2.0
8192026-05-19T16:20:47.278Z Downloaded iana-time-zone v0.1.65
8202026-05-19T16:20:47.281Z Downloaded packed_struct_codegen v0.10.1
8212026-05-19T16:20:47.281Z Downloaded ipnetwork v0.21.1
8222026-05-19T16:20:47.285Z Downloaded arc-swap v1.8.2
8232026-05-19T16:20:47.285Z Downloaded hyper-rustls v0.27.7
8242026-05-19T16:20:47.288Z Downloaded oso-derive v0.27.3
8252026-05-19T16:20:47.288Z Downloaded openssl-probe v0.1.6
8262026-05-19T16:20:47.288Z Downloaded nanorand v0.7.0
8272026-05-19T16:20:47.291Z Downloaded hmac v0.12.1
8282026-05-19T16:20:47.291Z Downloaded compact_str v0.8.1
8292026-05-19T16:20:47.293Z Downloaded parse-size v1.1.0
8302026-05-19T16:20:47.296Z Downloaded newtype-uuid v1.3.2
8312026-05-19T16:20:47.296Z Downloaded openssl-macros v0.1.1
8322026-05-19T16:20:47.296Z Downloaded mime_guess v2.0.5
8332026-05-19T16:20:47.299Z Downloaded elliptic-curve v0.13.8
8342026-05-19T16:20:47.301Z Downloaded derive-where v1.6.0
8352026-05-19T16:20:47.301Z Downloaded dropshot_endpoint v0.16.7
8362026-05-19T16:20:47.304Z Downloaded darling v0.20.11
8372026-05-19T16:20:47.324Z Downloaded peg-runtime v0.8.5
8382026-05-19T16:20:47.327Z Downloaded ar_archive_writer v0.5.1
8392026-05-19T16:20:47.327Z Downloaded pbkdf2 v0.11.0
8402026-05-19T16:20:47.329Z Downloaded num_enum_derive v0.7.5
8412026-05-19T16:20:47.329Z Downloaded multer v3.1.0
8422026-05-19T16:20:47.332Z Downloaded path-slash v0.1.5
8432026-05-19T16:20:47.332Z Downloaded phf_shared v0.12.1
8442026-05-19T16:20:47.335Z Downloaded derive_more v2.1.1
8452026-05-19T16:20:47.340Z Downloaded powerfmt v0.2.0
8462026-05-19T16:20:47.343Z Downloaded num-complex v0.4.6
8472026-05-19T16:20:47.343Z Downloaded pbkdf2 v0.12.2
8482026-05-19T16:20:47.345Z Downloaded async-compression v0.4.41
8492026-05-19T16:20:47.348Z Downloaded owo-colors v4.3.0
8502026-05-19T16:20:47.351Z Downloaded maybe-uninit v2.0.0
8512026-05-19T16:20:47.351Z Downloaded pin-utils v0.1.0
8522026-05-19T16:20:47.354Z Downloaded predicates-core v1.0.10
8532026-05-19T16:20:47.354Z Downloaded heapless v0.8.0
8542026-05-19T16:20:47.357Z Downloaded parse-display v0.10.0
8552026-05-19T16:20:47.357Z Downloaded headers v0.4.1
8562026-05-19T16:20:47.359Z Downloaded predicates-tree v1.0.13
8572026-05-19T16:20:47.362Z Downloaded libloading v0.8.9
8582026-05-19T16:20:47.362Z Downloaded precomputed-hash v0.1.1
8592026-05-19T16:20:47.362Z Downloaded password-hash v0.4.2
8602026-05-19T16:20:47.365Z Downloaded proc-macro-crate v3.4.0
8612026-05-19T16:20:47.365Z Downloaded proc-macro-crate v1.3.1
8622026-05-19T16:20:47.368Z Downloaded phf_shared v0.13.1
8632026-05-19T16:20:47.368Z Downloaded progenitor-client v0.10.0
8642026-05-19T16:20:47.368Z Downloaded indexmap v1.9.3
8652026-05-19T16:20:47.371Z Downloaded progenitor-client v0.14.0
8662026-05-19T16:20:47.371Z Downloaded packed_struct v0.10.1
8672026-05-19T16:20:47.373Z Downloaded native-tls v0.2.18
8682026-05-19T16:20:47.373Z Downloaded paste v1.0.15
8692026-05-19T16:20:47.376Z Downloaded oxnet v0.1.4
8702026-05-19T16:20:47.376Z Downloaded oxide-tokio-rt v0.1.4
8712026-05-19T16:20:47.379Z Downloaded num_enum v0.7.5
8722026-05-19T16:20:47.394Z Downloaded num_enum_derive v0.5.11
8732026-05-19T16:20:47.394Z Downloaded num_enum v0.5.11
8742026-05-19T16:20:47.394Z Downloaded num-integer v0.1.46
8752026-05-19T16:20:47.394Z Downloaded progenitor-macro v0.13.0
8762026-05-19T16:20:47.395Z Downloaded phf v0.12.1
8772026-05-19T16:20:47.395Z Downloaded pem-rfc7468 v0.7.0
8782026-05-19T16:20:47.395Z Downloaded nu-ansi-term v0.50.3
8792026-05-19T16:20:47.395Z Downloaded libbz2-rs-sys v0.2.2
8802026-05-19T16:20:47.395Z Downloaded quick-error v1.2.3
8812026-05-19T16:20:47.398Z Downloaded half v2.7.1
8822026-05-19T16:20:47.398Z Downloaded pem v3.0.6
8832026-05-19T16:20:47.398Z Downloaded flume v0.11.1
8842026-05-19T16:20:47.400Z Downloaded progenitor-macro v0.11.2
8852026-05-19T16:20:47.400Z Downloaded darling_core v0.20.11
8862026-05-19T16:20:47.404Z Downloaded progenitor-macro v0.10.0
8872026-05-19T16:20:47.407Z Downloaded progenitor-client v0.11.2
8882026-05-19T16:20:47.407Z Downloaded parking_lot_core v0.8.6
8892026-05-19T16:20:47.410Z Downloaded psl-types v2.0.11
8902026-05-19T16:20:47.410Z Downloaded postgres-protocol v0.6.10
8912026-05-19T16:20:47.410Z Downloaded polyval v0.6.2
8922026-05-19T16:20:47.410Z Downloaded progenitor-macro v0.14.0
8932026-05-19T16:20:47.413Z Downloaded poly1305 v0.8.0
8942026-05-19T16:20:47.413Z Downloaded pkcs8 v0.10.2
8952026-05-19T16:20:47.416Z Downloaded num-rational v0.4.2
8962026-05-19T16:20:47.416Z Downloaded heapless v0.7.17
8972026-05-19T16:20:47.419Z Downloaded rand_xorshift v0.4.0
8982026-05-19T16:20:47.422Z Downloaded password-hash v0.5.0
8992026-05-19T16:20:47.422Z Downloaded parse-display-derive v0.10.0
9002026-05-19T16:20:47.422Z Downloaded der v0.7.10
9012026-05-19T16:20:47.425Z Downloaded ppv-lite86 v0.2.21
9022026-05-19T16:20:47.427Z Downloaded progenitor v0.10.0
9032026-05-19T16:20:47.427Z Downloaded predicates v3.1.4
9042026-05-19T16:20:47.430Z Downloaded progenitor v0.11.2
9052026-05-19T16:20:47.430Z Downloaded phf v0.13.1
9062026-05-19T16:20:47.433Z Downloaded peg-macros v0.8.5
9072026-05-19T16:20:47.433Z Downloaded pin-project-lite v0.2.17
9082026-05-19T16:20:47.439Z Downloaded ref-cast-impl v1.0.25
9092026-05-19T16:20:47.442Z Downloaded pin-project-internal v1.1.11
9102026-05-19T16:20:47.442Z Downloaded progenitor-client v0.13.0
9112026-05-19T16:20:47.442Z Downloaded rand_chacha v0.3.1
9122026-05-19T16:20:47.442Z Downloaded radium v0.7.0
9132026-05-19T16:20:47.442Z Downloaded parking_lot_core v0.9.12
9142026-05-19T16:20:47.445Z Downloaded parking_lot v0.12.5
9152026-05-19T16:20:47.445Z Downloaded memmap2 v0.9.10
9162026-05-19T16:20:47.448Z Downloaded pkg-config v0.3.32
9172026-05-19T16:20:47.448Z Downloaded ignore v0.4.25
9182026-05-19T16:20:47.451Z Downloaded httparse v1.10.1
9192026-05-19T16:20:47.451Z Downloaded proc-macro-error-attr2 v2.0.0
9202026-05-19T16:20:47.451Z Downloaded diesel_derives v2.3.7
9212026-05-19T16:20:47.455Z Downloaded rfc6979 v0.4.0
9222026-05-19T16:20:47.458Z Downloaded proc-macro-error2 v2.0.1
9232026-05-19T16:20:47.461Z Downloaded ref-cast v1.0.25
9242026-05-19T16:20:47.461Z Downloaded recursive v0.1.1
9252026-05-19T16:20:47.463Z Downloaded progenitor v0.13.0
9262026-05-19T16:20:47.463Z Downloaded primeorder v0.13.6
9272026-05-19T16:20:47.464Z Downloaded recursive-proc-macro-impl v0.1.1
9282026-05-19T16:20:47.464Z Downloaded darling_core v0.23.0
9292026-05-19T16:20:47.467Z Downloaded omicron-zone-package v0.12.2
9302026-05-19T16:20:47.470Z Downloaded phf_shared v0.11.3
9312026-05-19T16:20:47.470Z Downloaded litrs v1.0.0
9322026-05-19T16:20:47.472Z Downloaded base64 v0.22.1
9332026-05-19T16:20:47.475Z Downloaded rustc_version v0.4.1
9342026-05-19T16:20:47.478Z Downloaded postcard v1.1.3
9352026-05-19T16:20:47.478Z Downloaded darling_core v0.21.3
9362026-05-19T16:20:47.482Z Downloaded p256 v0.13.2
9372026-05-19T16:20:47.485Z Downloaded russh-cryptovec v0.7.3
9382026-05-19T16:20:47.485Z Downloaded r2d2 v0.8.10
9392026-05-19T16:20:47.485Z Downloaded hashbrown v0.13.2
9402026-05-19T16:20:47.488Z Downloaded hashbrown v0.12.3
9412026-05-19T16:20:47.491Z Downloaded hickory-resolver v0.24.4
9422026-05-19T16:20:47.493Z Downloaded flate2 v1.1.9
9432026-05-19T16:20:47.496Z Downloaded rustc_version v0.1.7
9442026-05-19T16:20:47.496Z Downloaded rustc-hash v2.1.1
9452026-05-19T16:20:47.499Z Downloaded rand_core v0.10.0
9462026-05-19T16:20:47.499Z Downloaded rand_core v0.9.5
9472026-05-19T16:20:47.499Z Downloaded rtoolbox v0.0.3
9482026-05-19T16:20:47.502Z Downloaded crypto-bigint v0.5.5
9492026-05-19T16:20:47.504Z Downloaded same-file v1.0.6
9502026-05-19T16:20:47.507Z Downloaded rand_chacha v0.9.0
9512026-05-19T16:20:47.507Z Downloaded psm v0.1.30
9522026-05-19T16:20:47.511Z Downloaded rand_seeder v0.4.0
9532026-05-19T16:20:47.511Z Downloaded dropshot_endpoint v0.17.0
9542026-05-19T16:20:47.514Z Downloaded futures v0.3.32
9552026-05-19T16:20:47.517Z Downloaded darling v0.23.0
9562026-05-19T16:20:47.520Z Downloaded peg v0.8.5
9572026-05-19T16:20:47.523Z Downloaded miniz_oxide v0.8.9
9582026-05-19T16:20:47.523Z Downloaded byte-wrapper v0.1.0
9592026-05-19T16:20:47.526Z Downloaded secrecy v0.8.0
9602026-05-19T16:20:47.526Z Downloaded scroll_derive v0.13.1
9612026-05-19T16:20:47.526Z Downloaded secrecy v0.10.3
9622026-05-19T16:20:47.531Z Downloaded scopeguard v1.2.0
9632026-05-19T16:20:47.531Z Downloaded impl-trait-for-tuples v0.2.3
9642026-05-19T16:20:47.531Z Downloaded rand_core v0.6.4
9652026-05-19T16:20:47.534Z Downloaded pin-project v1.1.11
9662026-05-19T16:20:47.542Z Downloaded serde_bytes v0.11.19
9672026-05-19T16:20:47.547Z Downloaded serde_plain v1.0.2
9682026-05-19T16:20:47.547Z Downloaded serde-big-array v0.5.1
9692026-05-19T16:20:47.547Z Downloaded postgres-types v0.2.12
9702026-05-19T16:20:47.551Z Downloaded scheduled-thread-pool v0.2.7
9712026-05-19T16:20:47.551Z Downloaded pkcs5 v0.7.1
9722026-05-19T16:20:47.551Z Downloaded resolv-conf v0.7.6
9732026-05-19T16:20:47.555Z Downloaded indicatif v0.18.4
9742026-05-19T16:20:47.555Z Downloaded scrypt v0.11.0
9752026-05-19T16:20:47.558Z Downloaded rustls-pemfile v1.0.4
9762026-05-19T16:20:47.558Z Downloaded expectorate v1.2.0
9772026-05-19T16:20:47.563Z Downloaded serde_urlencoded v0.7.1
9782026-05-19T16:20:47.563Z Downloaded dropshot-api-manager v0.7.1
9792026-05-19T16:20:47.565Z Downloaded papergrid v0.17.0
9802026-05-19T16:20:47.566Z Downloaded progenitor v0.14.0
9812026-05-19T16:20:47.568Z Downloaded prefix-trie v0.7.0
9822026-05-19T16:20:47.572Z Downloaded salsa20 v0.10.2
9832026-05-19T16:20:47.572Z Downloaded rusty-fork v0.3.1
9842026-05-19T16:20:47.572Z Downloaded semver v0.1.20
9852026-05-19T16:20:47.582Z Downloaded hickory-server v0.25.2
9862026-05-19T16:20:47.586Z Downloaded shell-words v1.1.1
9872026-05-19T16:20:47.586Z Downloaded serde_spanned v1.0.4
9882026-05-19T16:20:47.586Z Downloaded rustversion v1.0.22
9892026-05-19T16:20:47.586Z Downloaded derive_more-impl v2.1.1
9902026-05-19T16:20:47.586Z Downloaded progenitor-impl v0.14.0
9912026-05-19T16:20:47.586Z Downloaded progenitor-impl v0.13.0
9922026-05-19T16:20:47.586Z Downloaded progenitor-impl v0.10.0
9932026-05-19T16:20:47.590Z Downloaded scroll v0.13.0
9942026-05-19T16:20:47.590Z Downloaded sapling-renderdag v0.1.0
9952026-05-19T16:20:47.594Z Downloaded sha1 v0.10.6
9962026-05-19T16:20:47.595Z Downloaded jiff-static v0.2.21
9972026-05-19T16:20:47.595Z Downloaded serde_repr v0.1.20
9982026-05-19T16:20:47.598Z Downloaded sigpipe v0.1.3
9992026-05-19T16:20:47.598Z Downloaded signal-hook-tokio v0.3.1
10002026-05-19T16:20:47.598Z Downloaded signal-hook-mio v0.2.5
10012026-05-19T16:20:47.603Z Downloaded signature v2.2.0
10022026-05-19T16:20:47.609Z Downloaded quinn-udp v0.5.14
10032026-05-19T16:20:47.613Z Downloaded slog-bunyan v2.5.0
10042026-05-19T16:20:47.613Z Downloaded siphasher v1.0.2
10052026-05-19T16:20:47.613Z Downloaded serde-hex v0.1.0
10062026-05-19T16:20:47.617Z Downloaded parking_lot v0.11.2
10072026-05-19T16:20:47.617Z Downloaded rustls-pki-types v1.14.0
10082026-05-19T16:20:47.621Z Downloaded rustls-pemfile v2.2.0
10092026-05-19T16:20:47.621Z Downloaded pkcs1 v0.7.5
10102026-05-19T16:20:47.622Z Downloaded mio v1.2.0
10112026-05-19T16:20:47.625Z Downloaded slog-envlogger v2.2.0
10122026-05-19T16:20:47.629Z Downloaded http v1.4.0
10132026-05-19T16:20:47.632Z Downloaded shlex v1.3.0
10142026-05-19T16:20:47.632Z Downloaded hickory-resolver v0.25.2
10152026-05-19T16:20:47.635Z Downloaded oso v0.27.3
10162026-05-19T16:20:47.639Z Downloaded itertools v0.10.5
10172026-05-19T16:20:47.643Z Downloaded openssl-sys v0.9.115
10182026-05-19T16:20:47.649Z Downloaded sqlparser_derive v0.5.0
10192026-05-19T16:20:47.649Z Downloaded rcgen v0.12.1
10202026-05-19T16:20:47.649Z Downloaded progenitor-impl v0.11.2
10212026-05-19T16:20:47.649Z Downloaded sct v0.7.1
10222026-05-19T16:20:47.658Z Downloaded ssh-encoding v0.2.0
10232026-05-19T16:20:47.658Z Downloaded ed25519-dalek v2.2.0
10242026-05-19T16:20:47.662Z Downloaded structmeta v0.3.0
10252026-05-19T16:20:47.662Z Downloaded simd-adler32 v0.3.8
10262026-05-19T16:20:47.662Z Downloaded sec1 v0.7.3
10272026-05-19T16:20:47.662Z Downloaded serde_path_to_error v0.1.20
10282026-05-19T16:20:47.663Z Downloaded serde_derive_internals v0.29.1
10292026-05-19T16:20:47.672Z Downloaded progenitor-extras v0.2.0
10302026-05-19T16:20:47.672Z Downloaded slog-json v2.6.1
10312026-05-19T16:20:47.675Z Downloaded serde_cbor v0.11.2
10322026-05-19T16:20:47.675Z Downloaded slog-async v2.8.0
10332026-05-19T16:20:47.675Z Downloaded russh-keys v0.45.0
10342026-05-19T16:20:47.675Z Downloaded rustls-native-certs v0.8.3
10352026-05-19T16:20:47.680Z Downloaded slog-stdlog v4.1.1
10362026-05-19T16:20:47.680Z Downloaded aes-gcm v0.10.3
10372026-05-19T16:20:47.683Z Downloaded supports-color v3.0.2
10382026-05-19T16:20:47.683Z Downloaded smallvec v0.6.14
10392026-05-19T16:20:47.683Z Downloaded seq-macro v0.3.6
10402026-05-19T16:20:47.683Z Downloaded signal-hook-registry v1.4.8
10412026-05-19T16:20:47.683Z Downloaded slog-term v2.9.2
10422026-05-19T16:20:47.687Z Downloaded tagptr v0.2.0
10432026-05-19T16:20:47.687Z Downloaded strip-ansi-escapes v0.2.1
10442026-05-19T16:20:47.687Z Downloaded serde_with_macros v3.17.0
10452026-05-19T16:20:47.690Z Downloaded strum v0.27.2
10462026-05-19T16:20:47.690Z Downloaded structmeta-derive v0.3.0
10472026-05-19T16:20:47.690Z Downloaded sync-ptr v0.1.4
10482026-05-19T16:20:47.696Z Downloaded subtle v2.6.1
10492026-05-19T16:20:47.696Z Downloaded tabwriter v1.4.1
10502026-05-19T16:20:47.701Z Downloaded tabled_derive v0.11.0
10512026-05-19T16:20:47.701Z Downloaded tap v1.0.1
10522026-05-19T16:20:47.701Z Downloaded take_mut v0.2.2
10532026-05-19T16:20:47.704Z Downloaded rayon-core v1.13.0
10542026-05-19T16:20:47.704Z Downloaded sqlformat v0.3.5
10552026-05-19T16:20:47.711Z Downloaded ssh-cipher v0.2.0
10562026-05-19T16:20:47.715Z Downloaded slog-dtrace v0.3.0
10572026-05-19T16:20:47.715Z Downloaded slab v0.4.12
10582026-05-19T16:20:47.715Z Downloaded spki v0.7.3
10592026-05-19T16:20:47.718Z Downloaded string_cache v0.8.9
10602026-05-19T16:20:47.718Z Downloaded sync_wrapper v1.0.2
10612026-05-19T16:20:47.725Z Downloaded stacker v0.1.23
10622026-05-19T16:20:47.729Z Downloaded hyper-util v0.1.20
10632026-05-19T16:20:47.732Z Downloaded smf v0.2.3
10642026-05-19T16:20:47.735Z Downloaded quinn v0.11.9
10652026-05-19T16:20:47.735Z Downloaded thiserror-impl-no-std v2.0.2
10662026-05-19T16:20:47.739Z Downloaded thread-id v5.1.0
10672026-05-19T16:20:47.739Z Downloaded strum v0.26.3
10682026-05-19T16:20:47.739Z Downloaded slog-scope v4.4.1
10692026-05-19T16:20:47.742Z Downloaded schemars_derive v0.8.22
10702026-05-19T16:20:47.742Z Downloaded minimal-lexical v0.2.1
10712026-05-19T16:20:47.742Z Downloaded tinyvec_macros v0.1.1
10722026-05-19T16:20:47.746Z Downloaded prettyplease v0.2.37
10732026-05-19T16:20:47.749Z Downloaded hashbrown v0.16.1
10742026-05-19T16:20:47.749Z Downloaded termtree v0.5.1
10752026-05-19T16:20:47.754Z Downloaded strum_macros v0.27.2
10762026-05-19T16:20:47.754Z Downloaded strum_macros v0.24.3
10772026-05-19T16:20:47.758Z Downloaded pretty_assertions v1.4.1
10782026-05-19T16:20:47.758Z Downloaded testing_table v0.3.0
10792026-05-19T16:20:47.758Z Downloaded snafu-derive v0.8.9
10802026-05-19T16:20:47.758Z Downloaded iri-string v0.7.10
10812026-05-19T16:20:47.763Z Downloaded tokio-macros v2.7.0
10822026-05-19T16:20:47.771Z Downloaded bitvec v1.0.1
10832026-05-19T16:20:47.776Z Downloaded termios v0.3.3
10842026-05-19T16:20:47.783Z Downloaded ron v0.8.1
10852026-05-19T16:20:47.787Z Downloaded time-core v0.1.8
10862026-05-19T16:20:47.787Z Downloaded strum_macros v0.26.4
10872026-05-19T16:20:47.787Z Downloaded static_assertions v1.1.0
10882026-05-19T16:20:47.787Z Downloaded itertools v0.13.0
10892026-05-19T16:20:47.791Z Downloaded topological-sort v0.2.2
10902026-05-19T16:20:47.791Z Downloaded support-bundle-viewer v0.1.2
10912026-05-19T16:20:47.791Z Downloaded stringprep v0.1.5
10922026-05-19T16:20:47.796Z Downloaded iddqd v0.3.18
10932026-05-19T16:20:47.801Z Downloaded qorb v0.4.1
10942026-05-19T16:20:47.801Z Downloaded publicsuffix v2.3.0
10952026-05-19T16:20:47.801Z Downloaded time-macros v0.2.27
10962026-05-19T16:20:47.801Z Downloaded ryu v1.0.23
10972026-05-19T16:20:47.804Z Downloaded hyper v1.8.1
10982026-05-19T16:20:47.808Z Downloaded try-lock v0.2.5
10992026-05-19T16:20:47.811Z Downloaded tower-service v0.3.3
11002026-05-19T16:20:47.811Z Downloaded tower-layer v0.3.3
11012026-05-19T16:20:47.811Z Downloaded rsa v0.9.10
11022026-05-19T16:20:47.814Z Downloaded typify-macro v0.6.2
11032026-05-19T16:20:47.814Z Downloaded rand v0.9.2
11042026-05-19T16:20:47.817Z Downloaded tokio-native-tls v0.3.1
11052026-05-19T16:20:47.822Z Downloaded schemars v0.8.22
11062026-05-19T16:20:47.825Z Downloaded tls_codec_derive v0.4.2
11072026-05-19T16:20:47.828Z Downloaded trait-variant v0.1.2
11082026-05-19T16:20:47.828Z Downloaded tokio-tungstenite v0.21.0
11092026-05-19T16:20:47.828Z Downloaded socket2 v0.6.3
11102026-05-19T16:20:47.831Z Downloaded typify-macro v0.4.3
11112026-05-19T16:20:47.831Z Downloaded rustls-webpki v0.103.9
11122026-05-19T16:20:47.834Z Downloaded unarray v0.1.4
11132026-05-19T16:20:47.834Z Downloaded itertools v0.12.1
11142026-05-19T16:20:47.837Z Downloaded unicode-truncate v1.1.0
11152026-05-19T16:20:47.840Z Downloaded similar v2.7.0
11162026-05-19T16:20:47.844Z Downloaded hashbrown v0.15.5
11172026-05-19T16:20:47.847Z Downloaded term v1.2.1
11182026-05-19T16:20:47.851Z Downloaded usdt-attr-macro v0.6.0
11192026-05-19T16:20:47.851Z Downloaded aho-corasick v1.1.4
11202026-05-19T16:20:47.853Z Downloaded untrusted v0.9.0
11212026-05-19T16:20:47.853Z Downloaded untrusted v0.7.1
11222026-05-19T16:20:47.854Z Downloaded unit-prefix v0.5.2
11232026-05-19T16:20:47.857Z Downloaded spin v0.9.8
11242026-05-19T16:20:47.857Z Downloaded thread_local v1.1.9
11252026-05-19T16:20:47.857Z Downloaded thiserror-no-std v2.0.2
11262026-05-19T16:20:47.860Z Downloaded toml_writer v1.0.6+spec-1.1.0
11272026-05-19T16:20:47.864Z Downloaded slog v2.8.2
11282026-05-19T16:20:47.864Z Downloaded libm v0.2.16
11292026-05-19T16:20:47.868Z Downloaded void v1.0.2
11302026-05-19T16:20:47.871Z Downloaded tui-tree-widget v0.23.1
11312026-05-19T16:20:47.871Z Downloaded signal-hook v0.3.18
11322026-05-19T16:20:47.875Z Downloaded tokio-dtrace v0.1.1
11332026-05-19T16:20:47.875Z Downloaded serde_yaml v0.9.34+deprecated
11342026-05-19T16:20:47.878Z Downloaded utf-8 v0.7.6
11352026-05-19T16:20:47.878Z Downloaded usdt-macro v0.6.0
11362026-05-19T16:20:47.878Z Downloaded universal-hash v0.5.1
11372026-05-19T16:20:47.878Z Downloaded want v0.3.1
11382026-05-19T16:20:47.879Z Downloaded wait-timeout v0.2.1
11392026-05-19T16:20:47.881Z Downloaded rustls-platform-verifier v0.6.2
11402026-05-19T16:20:47.881Z Downloaded term v0.7.0
11412026-05-19T16:20:47.886Z Downloaded itertools v0.14.0
11422026-05-19T16:20:47.889Z Downloaded waitgroup v0.1.2
11432026-05-19T16:20:47.889Z Downloaded unicase v2.9.0
11442026-05-19T16:20:47.889Z Downloaded tokio-stream v0.1.18
11452026-05-19T16:20:47.892Z Downloaded xattr v1.6.1
11462026-05-19T16:20:47.895Z Downloaded rand v0.8.6
11472026-05-19T16:20:47.895Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11482026-05-19T16:20:47.898Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11492026-05-19T16:20:47.898Z Downloaded tokio-tungstenite v0.23.1
11502026-05-19T16:20:47.901Z Downloaded tokio-rustls v0.26.4
11512026-05-19T16:20:47.901Z Downloaded tokio-rustls v0.25.0
11522026-05-19T16:20:47.904Z Downloaded num-bigint v0.4.6
11532026-05-19T16:20:47.906Z Downloaded nom v7.1.3
11542026-05-19T16:20:47.909Z Downloaded libxml v0.3.3
11552026-05-19T16:20:47.912Z Downloaded futures-util v0.3.32
11562026-05-19T16:20:47.917Z Downloaded usdt-impl v0.6.0
11572026-05-19T16:20:47.920Z Downloaded toml_parser v1.0.9+spec-1.1.0
11582026-05-19T16:20:47.920Z Downloaded blake3 v1.8.3
11592026-05-19T16:20:47.927Z Downloaded zeroize_derive v1.4.3
11602026-05-19T16:20:47.931Z Downloaded tinyvec v1.10.0
11612026-05-19T16:20:47.931Z Downloaded tracing-attributes v0.1.31
11622026-05-19T16:20:47.934Z Downloaded schemars v0.9.0
11632026-05-19T16:20:47.938Z Downloaded vergen-git2 v1.0.7
11642026-05-19T16:20:47.941Z Downloaded tls_codec v0.4.2
11652026-05-19T16:20:47.941Z Downloaded xshell-macros v0.2.7
11662026-05-19T16:20:47.941Z Downloaded tiny-keccak v2.0.2
11672026-05-19T16:20:47.944Z Downloaded subprocess v0.2.15
11682026-05-19T16:20:47.946Z Downloaded zone v0.3.1
11692026-05-19T16:20:47.947Z Downloaded snafu v0.8.9
11702026-05-19T16:20:47.949Z Downloaded rustyline v14.0.0
11712026-05-19T16:20:47.952Z Downloaded zone_cfg_derive v0.3.1
11722026-05-19T16:20:47.952Z Downloaded walkdir v2.5.0
11732026-05-19T16:20:47.955Z Downloaded socket2 v0.5.10
11742026-05-19T16:20:47.955Z Downloaded chrono v0.4.44
11752026-05-19T16:20:47.961Z Downloaded tar v0.4.45
11762026-05-19T16:20:47.964Z Downloaded toml v1.0.6+spec-1.1.0
11772026-05-19T16:20:47.967Z Downloaded usdt v0.6.0
11782026-05-19T16:20:47.967Z Downloaded tokio-rustls v0.24.1
11792026-05-19T16:20:47.969Z Downloaded uzers v0.12.2
11802026-05-19T16:20:47.969Z Downloaded whoami v2.1.0
11812026-05-19T16:20:47.973Z Downloaded wyz v0.5.1
11822026-05-19T16:20:47.973Z Downloaded steno v0.4.1
11832026-05-19T16:20:47.977Z Downloaded num-bigint-dig v0.8.6
11842026-05-19T16:20:47.980Z Downloaded vergen-lib v0.1.6
11852026-05-19T16:20:47.983Z Downloaded vsss-rs v3.3.4
11862026-05-19T16:20:47.986Z Downloaded zeroize v1.8.2
11872026-05-19T16:20:47.989Z Downloaded vergen-gitcl v1.0.8
11882026-05-19T16:20:47.989Z Downloaded vergen v9.0.6
11892026-05-19T16:20:47.992Z Downloaded tungstenite v0.21.0
11902026-05-19T16:20:47.994Z Downloaded schemars v1.2.1
11912026-05-19T16:20:48.003Z Downloaded zstd v0.13.3
11922026-05-19T16:20:48.006Z Downloaded zstd-safe v7.2.4
11932026-05-19T16:20:48.006Z Downloaded whoami v1.6.1
11942026-05-19T16:20:48.009Z Downloaded aws-lc-rs v1.16.3
11952026-05-19T16:20:48.013Z Downloaded yasna v0.5.2
11962026-05-19T16:20:48.016Z Downloaded xshell v0.2.7
11972026-05-19T16:20:48.016Z Downloaded unsafe-libyaml v0.2.11
11982026-05-19T16:20:48.019Z Downloaded test-strategy v0.4.5
11992026-05-19T16:20:48.021Z Downloaded ssh-key v0.6.7
12002026-05-19T16:20:48.024Z Downloaded h2 v0.4.13
12012026-05-19T16:20:48.028Z Downloaded zerocopy v0.6.6
12022026-05-19T16:20:48.031Z Downloaded unicode-properties v0.1.4
12032026-05-19T16:20:48.031Z Downloaded toml v0.9.12+spec-1.1.0
12042026-05-19T16:20:48.034Z Downloaded unicode-bidi v0.3.18
12052026-05-19T16:20:48.037Z Downloaded twox-hash v2.1.2
12062026-05-19T16:20:48.039Z Downloaded russh v0.45.0
12072026-05-19T16:20:48.042Z Downloaded rand v0.10.0
12082026-05-19T16:20:48.045Z Downloaded samael v0.0.19
12092026-05-19T16:20:48.058Z Downloaded hkdf v0.12.4
12102026-05-19T16:20:48.061Z Downloaded git2 v0.20.4
12112026-05-19T16:20:48.065Z Downloaded uuid v1.23.0
12122026-05-19T16:20:48.068Z Downloaded tracing-core v0.1.36
12132026-05-19T16:20:48.071Z Downloaded tungstenite v0.23.0
12142026-05-19T16:20:48.071Z Downloaded typify v0.4.3
12152026-05-19T16:20:48.074Z Downloaded reqwest v0.13.2
12162026-05-19T16:20:48.077Z Downloaded typify v0.6.2
12172026-05-19T16:20:48.080Z Downloaded reedline v0.40.0
12182026-05-19T16:20:48.092Z Downloaded toml v0.7.8
12192026-05-19T16:20:48.095Z Downloaded unicode_categories v0.1.1
12202026-05-19T16:20:48.097Z Downloaded goblin v0.10.5
12212026-05-19T16:20:48.102Z Downloaded yansi v1.0.1
12222026-05-19T16:20:48.105Z Downloaded zip v0.6.6
12232026-05-19T16:20:48.115Z Downloaded toml_edit v0.23.10+spec-1.0.0
12242026-05-19T16:20:48.118Z Downloaded zopfli v0.8.3
12252026-05-19T16:20:48.120Z Downloaded bstr v1.12.1
12262026-05-19T16:20:48.125Z Downloaded unicode-segmentation v1.12.0
12272026-05-19T16:20:48.128Z Downloaded bindgen v0.71.1
12282026-05-19T16:20:48.131Z Downloaded rayon v1.11.0
12292026-05-19T16:20:48.137Z Downloaded quick-xml v0.37.5
12302026-05-19T16:20:48.140Z Downloaded p521 v0.13.3
12312026-05-19T16:20:48.143Z Downloaded tokio-postgres v0.7.16
12322026-05-19T16:20:48.151Z Downloaded x509-cert v0.2.5
12332026-05-19T16:20:48.155Z Downloaded rpassword v7.4.0
12342026-05-19T16:20:48.162Z Downloaded rustls-webpki v0.102.8
12352026-05-19T16:20:48.174Z Downloaded vte v0.14.1
12362026-05-19T16:20:48.184Z Downloaded tower-http v0.6.8
12372026-05-19T16:20:48.190Z Downloaded zip v4.6.1
12382026-05-19T16:20:48.193Z Downloaded nix v0.27.1
12392026-05-19T16:20:48.200Z Downloaded zerocopy-derive v0.8.40
12402026-05-19T16:20:48.205Z Downloaded object v0.30.4
12412026-05-19T16:20:48.212Z Downloaded tokio-util v0.7.18
12422026-05-19T16:20:48.220Z Downloaded toml_edit v0.19.15
12432026-05-19T16:20:48.230Z Downloaded regex v1.12.3
12442026-05-19T16:20:48.233Z Downloaded polar-core v0.27.3
12452026-05-19T16:20:48.240Z Downloaded p384 v0.13.1
12462026-05-19T16:20:48.248Z Downloaded reqwest v0.12.28
12472026-05-19T16:20:48.271Z Downloaded portable-atomic v1.13.1
12482026-05-19T16:20:48.276Z Downloaded time v0.3.47
12492026-05-19T16:20:48.289Z Downloaded typed-path v0.9.3
12502026-05-19T16:20:48.293Z Downloaded regex-syntax v0.6.29
12512026-05-19T16:20:48.317Z Downloaded vcpkg v0.2.15
12522026-05-19T16:20:48.341Z Downloaded zlib-rs v0.6.2
12532026-05-19T16:20:48.347Z Downloaded webpki-roots v1.0.6
12542026-05-19T16:20:48.351Z Downloaded tower v0.5.3
12552026-05-19T16:20:48.354Z Downloaded unicode-normalization v0.1.25
12562026-05-19T16:20:48.354Z Downloaded salty v0.3.0
12572026-05-19T16:20:48.358Z Downloaded smoltcp v0.11.0
12582026-05-19T16:20:48.365Z Downloaded lalrpop v0.19.12
12592026-05-19T16:20:48.372Z Downloaded regex-syntax v0.8.10
12602026-05-19T16:20:48.377Z Downloaded tough v0.22.0
12612026-05-19T16:20:48.383Z Downloaded regress v0.11.1
12622026-05-19T16:20:48.389Z Downloaded regress v0.10.5
12632026-05-19T16:20:48.394Z Downloaded rustls-webpki v0.101.7
12642026-05-19T16:20:48.403Z Downloaded curve25519-dalek v4.1.3
12652026-05-19T16:20:48.408Z Downloaded petname v2.0.2
12662026-05-19T16:20:48.424Z Downloaded serde_with v3.17.0
12672026-05-19T16:20:48.431Z Downloaded proptest v1.10.0
12682026-05-19T16:20:48.437Z Downloaded moka v0.12.13
12692026-05-19T16:20:48.449Z Downloaded winnow v0.5.40
12702026-05-19T16:20:48.454Z Downloaded winnow v0.6.26
12712026-05-19T16:20:48.459Z Downloaded bzip2-sys v0.1.13+1.0.8
12722026-05-19T16:20:48.467Z Downloaded sled v0.34.7
12732026-05-19T16:20:48.473Z Downloaded radix_trie v0.2.1
12742026-05-19T16:20:48.476Z Downloaded quinn-proto v0.11.13
12752026-05-19T16:20:48.480Z Downloaded tracing v0.1.44
12762026-05-19T16:20:48.494Z Downloaded typify-impl v0.6.2
12772026-05-19T16:20:48.503Z Downloaded typify-impl v0.4.3
12782026-05-19T16:20:48.512Z Downloaded ratatui v0.29.0
12792026-05-19T16:20:48.524Z Downloaded sqlparser v0.61.0
12802026-05-19T16:20:48.536Z Downloaded zerocopy-derive v0.6.6
12812026-05-19T16:20:48.542Z Downloaded tabled v0.20.0
12822026-05-19T16:20:48.552Z Downloaded openssl v0.10.79
12832026-05-19T16:20:48.558Z Downloaded rustls v0.21.12
12842026-05-19T16:20:48.564Z Downloaded nix v0.28.0
12852026-05-19T16:20:48.571Z Downloaded dropshot v0.16.7
12862026-05-19T16:20:48.583Z Downloaded chrono-tz v0.10.4
12872026-05-19T16:20:48.595Z Downloaded smoltcp v0.9.1
12882026-05-19T16:20:48.601Z Downloaded nix v0.31.2
12892026-05-19T16:20:48.607Z Downloaded dropshot v0.17.0
12902026-05-19T16:20:48.620Z Downloaded hickory-proto v0.24.4
12912026-05-19T16:20:48.629Z Downloaded object v0.37.3
12922026-05-19T16:20:48.635Z Downloaded libz-sys v1.1.24
12932026-05-19T16:20:48.648Z Downloaded zerocopy v0.8.40
12942026-05-19T16:20:48.653Z Downloaded rustls v0.22.4
12952026-05-19T16:20:48.660Z Downloaded openapiv3 v2.2.0
12962026-05-19T16:20:48.667Z Downloaded nix v0.29.0
12972026-05-19T16:20:48.673Z Downloaded jiff v0.2.21
12982026-05-19T16:20:48.685Z Downloaded rustls v0.23.37
12992026-05-19T16:20:48.692Z Downloaded hickory-proto v0.25.2
13002026-05-19T16:20:48.701Z Downloaded rustix v0.38.44
13012026-05-19T16:20:48.713Z Downloaded diesel v2.3.7
13022026-05-19T16:20:48.872Z Downloaded regex-automata v0.4.14
13032026-05-19T16:20:48.893Z Downloaded petgraph v0.6.5
13042026-05-19T16:20:48.964Z Downloaded petgraph v0.8.3
13052026-05-19T16:20:48.995Z Downloaded csv v1.4.0
13062026-05-19T16:20:49.008Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13072026-05-19T16:20:49.017Z Downloaded sha3 v0.10.8
13082026-05-19T16:20:49.030Z Downloaded tokio v1.52.1
13092026-05-19T16:20:49.122Z Downloaded encoding_rs v0.8.35
13102026-05-19T16:20:49.153Z Downloaded ring v0.17.14
13112026-05-19T16:20:49.176Z Downloaded libgit2-sys v0.18.3+1.9.2
13122026-05-19T16:20:49.290Z Downloaded aws-lc-sys v0.40.0
13132026-05-19T16:20:49.536Z Compiling libc v0.2.185
13142026-05-19T16:20:49.536Z Compiling serde v1.0.228
13152026-05-19T16:20:49.539Z Compiling log v0.4.29
13162026-05-19T16:20:49.539Z Compiling find-msvc-tools v0.1.9
13172026-05-19T16:20:49.539Z Compiling shlex v1.3.0
13182026-05-19T16:20:49.539Z Compiling smallvec v1.15.1
13192026-05-19T16:20:49.539Z Compiling syn v2.0.117
13202026-05-19T16:20:49.671Z Compiling typenum v1.19.0
13212026-05-19T16:20:49.858Z Compiling generic-array v0.14.7
13222026-05-19T16:20:49.871Z Compiling subtle v2.6.1
13232026-05-19T16:20:49.883Z Compiling scopeguard v1.2.0
13242026-05-19T16:20:49.977Z Compiling lock_api v0.4.14
13252026-05-19T16:20:49.991Z Compiling const-oid v0.9.6
13262026-05-19T16:20:49.994Z Compiling serde_json v1.0.149
13272026-05-19T16:20:50.040Z Compiling zerocopy v0.8.40
13282026-05-19T16:20:50.096Z Compiling pin-project-lite v0.2.17
13292026-05-19T16:20:50.191Z Compiling portable-atomic v1.13.1
13302026-05-19T16:20:50.205Z Compiling parking_lot_core v0.9.12
13312026-05-19T16:20:50.448Z Compiling pkg-config v0.3.32
13322026-05-19T16:20:50.461Z Compiling bitflags v2.11.0
13332026-05-19T16:20:50.541Z Compiling getrandom v0.2.17
13342026-05-19T16:20:50.615Z Compiling jobserver v0.1.34
13352026-05-19T16:20:50.634Z Compiling errno v0.3.14
13362026-05-19T16:20:50.676Z Compiling rand_core v0.6.4
13372026-05-19T16:20:50.762Z Compiling signal-hook-registry v1.4.8
13382026-05-19T16:20:50.944Z Compiling cc v1.2.56
13392026-05-19T16:20:50.977Z Compiling futures-core v0.3.32
13402026-05-19T16:20:51.029Z Compiling critical-section v1.2.0
13412026-05-19T16:20:51.090Z Compiling libm v0.2.16
13422026-05-19T16:20:51.152Z Compiling parking_lot v0.12.5
13432026-05-19T16:20:51.166Z Compiling mio v1.2.0
13442026-05-19T16:20:51.226Z Compiling num-traits v0.2.19
13452026-05-19T16:20:51.334Z Compiling once_cell v1.21.3
13462026-05-19T16:20:51.450Z Compiling percent-encoding v2.3.2
13472026-05-19T16:20:51.531Z Compiling socket2 v0.6.3
13482026-05-19T16:20:51.548Z Compiling futures-sink v0.3.32
13492026-05-19T16:20:51.579Z Compiling cpufeatures v0.2.17
13502026-05-19T16:20:51.640Z Compiling futures-channel v0.3.32
13512026-05-19T16:20:51.655Z Compiling futures-task v0.3.32
13522026-05-19T16:20:51.658Z Compiling getrandom v0.4.1
13532026-05-19T16:20:51.658Z Compiling futures-io v0.3.32
13542026-05-19T16:20:51.826Z Compiling slab v0.4.12
13552026-05-19T16:20:51.839Z Compiling rand_core v0.10.0
13562026-05-19T16:20:51.862Z Compiling indexmap v2.14.0
13572026-05-19T16:20:51.939Z Compiling rustversion v1.0.22
13582026-05-19T16:20:52.011Z Compiling getrandom v0.3.4
13592026-05-19T16:20:52.025Z Compiling cmake v0.1.57
13602026-05-19T16:20:52.328Z Compiling form_urlencoded v1.2.2
13612026-05-19T16:20:52.430Z Compiling fs_extra v1.3.0
13622026-05-19T16:20:52.511Z Compiling dunce v1.0.5
13632026-05-19T16:20:52.558Z Compiling base64ct v1.8.3
13642026-05-19T16:20:52.604Z Compiling ident_case v1.0.1
13652026-05-19T16:20:52.619Z Compiling flagset v0.4.7
13662026-05-19T16:20:52.704Z Compiling synstructure v0.13.2
13672026-05-19T16:20:52.731Z Compiling aws-lc-sys v0.40.0
13682026-05-19T16:20:52.756Z Compiling rustix v1.1.3
13692026-05-19T16:20:52.853Z Compiling pem-rfc7468 v0.7.0
13702026-05-19T16:20:52.884Z Compiling regex-syntax v0.8.10
13712026-05-19T16:20:52.996Z Compiling iana-time-zone v0.1.65
13722026-05-19T16:20:53.122Z Compiling rand_core v0.9.5
13732026-05-19T16:20:53.168Z Compiling ring v0.17.14
13742026-05-19T16:20:53.201Z Compiling vcpkg v0.2.15
13752026-05-19T16:20:53.325Z Compiling aws-lc-rs v1.16.3
13762026-05-19T16:20:53.393Z Compiling uuid v1.23.0
13772026-05-19T16:20:53.617Z Compiling rustc_version v0.4.1
13782026-05-19T16:20:53.939Z Compiling tracing-core v0.1.36
13792026-05-19T16:20:53.953Z Compiling openssl-sys v0.9.115
13802026-05-19T16:20:54.106Z Compiling base64 v0.22.1
13812026-05-19T16:20:54.407Z Compiling serde_derive v1.0.228
13822026-05-19T16:20:54.432Z Compiling zeroize_derive v1.4.3
13832026-05-19T16:20:54.483Z Compiling zerofrom-derive v0.1.6
13842026-05-19T16:20:54.496Z Compiling yoke-derive v0.8.1
13852026-05-19T16:20:54.509Z Compiling zerovec-derive v0.11.2
13862026-05-19T16:20:55.073Z Compiling zeroize v1.8.2
13872026-05-19T16:20:55.281Z Compiling zerocopy-derive v0.8.40
13882026-05-19T16:20:55.633Z Compiling displaydoc v0.2.5
13892026-05-19T16:20:55.652Z Compiling tokio-macros v2.7.0
13902026-05-19T16:20:55.822Z Compiling crypto-common v0.1.7
13912026-05-19T16:20:55.871Z Compiling zerofrom v0.1.6
13922026-05-19T16:20:56.004Z Compiling yoke v0.8.1
13932026-05-19T16:20:56.036Z Compiling block-buffer v0.10.4
13942026-05-19T16:20:56.198Z Compiling zerovec v0.11.5
13952026-05-19T16:20:56.198Z Compiling digest v0.10.7
13962026-05-19T16:20:56.385Z Compiling futures-macro v0.3.32
13972026-05-19T16:20:56.399Z Compiling zerotrie v0.2.3
13982026-05-19T16:20:56.459Z Compiling hmac v0.12.1
13992026-05-19T16:20:56.612Z Compiling block-padding v0.3.3
14002026-05-19T16:20:56.688Z Compiling tinystr v0.8.2
14012026-05-19T16:20:56.701Z Compiling potential_utf v0.1.4
14022026-05-19T16:20:56.770Z Compiling inout v0.1.4
14032026-05-19T16:20:56.856Z Compiling icu_locale_core v2.1.1
14042026-05-19T16:20:56.882Z Compiling icu_collections v2.1.1
14052026-05-19T16:20:56.928Z Compiling cipher v0.4.4
14062026-05-19T16:20:57.167Z Compiling futures-util v0.3.32
14072026-05-19T16:20:57.180Z Compiling sha2 v0.10.9
14082026-05-19T16:20:57.350Z Compiling der_derive v0.7.3
14092026-05-19T16:20:57.716Z Compiling icu_provider v2.1.1
14102026-05-19T16:20:57.821Z Compiling bytes v1.11.1
14112026-05-19T16:20:57.859Z Compiling chrono v0.4.44
14122026-05-19T16:20:58.005Z Compiling icu_properties v2.1.2
14132026-05-19T16:20:58.285Z Compiling tokio v1.52.1
14142026-05-19T16:20:58.422Z Compiling icu_normalizer v2.1.1
14152026-05-19T16:20:58.544Z Compiling der v0.7.10
14162026-05-19T16:20:58.941Z Compiling idna_adapter v1.2.1
14172026-05-19T16:20:59.060Z Compiling idna v1.1.0
14182026-05-19T16:20:59.076Z Compiling http v1.4.0
14192026-05-19T16:20:59.208Z Compiling salsa20 v0.10.2
14202026-05-19T16:20:59.347Z Compiling url v2.5.8
14212026-05-19T16:20:59.372Z Compiling spki v0.7.3
14222026-05-19T16:20:59.575Z Compiling ppv-lite86 v0.2.21
14232026-05-19T16:20:59.673Z Compiling pbkdf2 v0.12.2
14242026-05-19T16:20:59.689Z Compiling rustls-pki-types v1.14.0
14252026-05-19T16:20:59.702Z Compiling thiserror-impl v2.0.18
14262026-05-19T16:20:59.785Z Compiling tracing-attributes v0.1.31
14272026-05-19T16:20:59.884Z Compiling rand_chacha v0.9.0
14282026-05-19T16:20:59.973Z Compiling scrypt v0.11.0
14292026-05-19T16:21:00.120Z Compiling http-body v1.0.1
14302026-05-19T16:21:00.134Z Compiling cbc v0.1.2
14312026-05-19T16:21:00.217Z Compiling aes v0.8.4
14322026-05-19T16:21:00.279Z Compiling tinyvec_macros v0.1.1
14332026-05-19T16:21:00.326Z Compiling openssl-probe v0.2.1
14342026-05-19T16:21:00.347Z Compiling untrusted v0.9.0
14352026-05-19T16:21:00.466Z Compiling untrusted v0.7.1
14362026-05-19T16:21:00.495Z Compiling httparse v1.10.1
14372026-05-19T16:21:00.587Z Compiling tinyvec v1.10.0
14382026-05-19T16:21:00.866Z Compiling pkcs5 v0.7.1
14392026-05-19T16:21:00.932Z Compiling pest_generator v2.8.6
14402026-05-19T16:21:01.007Z Compiling thiserror v2.0.18
14412026-05-19T16:21:01.070Z Compiling tracing v0.1.44
14422026-05-19T16:21:01.127Z Compiling rand v0.9.2
14432026-05-19T16:21:01.300Z Compiling serde_derive_internals v0.29.1
14442026-05-19T16:21:01.334Z Compiling aho-corasick v1.1.4
14452026-05-19T16:21:01.386Z Compiling rustls v0.23.37
14462026-05-19T16:21:01.555Z Compiling tower-layer v0.3.3
14472026-05-19T16:21:01.625Z Compiling atomic-waker v1.1.2
14482026-05-19T16:21:01.713Z Compiling tower-service v0.3.3
14492026-05-19T16:21:01.748Z Compiling dyn-clone v1.0.20
14502026-05-19T16:21:01.806Z Compiling schemars v0.8.22
14512026-05-19T16:21:01.881Z Compiling try-lock v0.2.5
14522026-05-19T16:21:01.921Z Compiling tokio-util v0.7.18
14532026-05-19T16:21:01.988Z Compiling want v0.3.1
14542026-05-19T16:21:02.018Z Compiling pest_derive v2.8.6
14552026-05-19T16:21:02.151Z Compiling regex-automata v0.4.14
14562026-05-19T16:21:02.171Z Compiling schemars_derive v0.8.22
14572026-05-19T16:21:02.373Z Compiling pkcs8 v0.10.2
14582026-05-19T16:21:02.675Z Compiling h2 v0.4.13
14592026-05-19T16:21:02.719Z Compiling ipnet v2.11.0
14602026-05-19T16:21:02.934Z Compiling scroll_derive v0.13.1
14612026-05-19T16:21:03.014Z Compiling darling_core v0.20.11
14622026-05-19T16:21:03.207Z Compiling openssl v0.10.79
14632026-05-19T16:21:03.388Z Compiling pin-utils v0.1.0
14642026-05-19T16:21:03.430Z Compiling httpdate v1.0.3
14652026-05-19T16:21:03.460Z Compiling foreign-types-shared v0.1.1
14662026-05-19T16:21:03.548Z Compiling foreign-types v0.3.2
14672026-05-19T16:21:03.621Z Compiling tempfile v3.25.0
14682026-05-19T16:21:03.712Z Compiling scroll v0.13.0
14692026-05-19T16:21:03.858Z Compiling unicode-normalization v0.1.25
14702026-05-19T16:21:03.980Z Compiling openssl-macros v0.1.1
14712026-05-19T16:21:04.302Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14722026-05-19T16:21:04.359Z Compiling spin v0.9.8
14732026-05-19T16:21:04.373Z Compiling powerfmt v0.2.0
14742026-05-19T16:21:04.554Z Compiling time-core v0.1.8
14752026-05-19T16:21:04.571Z Compiling native-tls v0.2.18
14762026-05-19T16:21:04.680Z Compiling num-conv v0.2.0
14772026-05-19T16:21:04.697Z Compiling crc32fast v1.5.0
14782026-05-19T16:21:04.809Z Compiling time-macros v0.2.27
14792026-05-19T16:21:04.925Z Compiling deranged v0.5.8
14802026-05-19T16:21:05.223Z Compiling darling_macro v0.20.11
14812026-05-19T16:21:05.671Z Compiling hyper v1.8.1
14822026-05-19T16:21:05.842Z Compiling darling v0.20.11
14832026-05-19T16:21:05.865Z Compiling goblin v0.10.5
14842026-05-19T16:21:05.924Z Compiling rustls-native-certs v0.8.3
14852026-05-19T16:21:06.201Z Compiling sync_wrapper v1.0.2
14862026-05-19T16:21:06.240Z Compiling wait-timeout v0.2.1
14872026-05-19T16:21:06.309Z Compiling usdt-impl v0.6.0
14882026-05-19T16:21:06.503Z Compiling unicode-segmentation v1.12.0
14892026-05-19T16:21:06.516Z Compiling num_threads v0.1.7
14902026-05-19T16:21:06.519Z Compiling siphasher v1.0.2
14912026-05-19T16:21:06.610Z Compiling syn v1.0.109
14922026-05-19T16:21:06.710Z Compiling quick-error v1.2.3
14932026-05-19T16:21:06.818Z Compiling hyper-util v0.1.20
14942026-05-19T16:21:06.879Z Compiling crossbeam-utils v0.8.21
14952026-05-19T16:21:06.908Z Compiling simd-adler32 v0.3.8
14962026-05-19T16:21:07.161Z Compiling bit-vec v0.8.0
14972026-05-19T16:21:07.234Z Compiling rusty-fork v0.3.1
14982026-05-19T16:21:07.379Z Compiling bit-set v0.8.0
14992026-05-19T16:21:07.539Z Compiling time v0.3.47
15002026-05-19T16:21:07.571Z Compiling tower v0.5.3
15012026-05-19T16:21:07.585Z Compiling derive_builder_core v0.20.2
15022026-05-19T16:21:08.039Z Compiling dtrace-parser v0.3.0
15032026-05-19T16:21:08.182Z Compiling http-body-util v0.1.3
15042026-05-19T16:21:08.425Z Compiling webpki-roots v1.0.6
15052026-05-19T16:21:08.440Z Compiling signature v2.2.0
15062026-05-19T16:21:08.519Z Compiling thiserror-impl v1.0.69
15072026-05-19T16:21:08.542Z Compiling scroll_derive v0.12.1
15082026-05-19T16:21:08.613Z Compiling dof v0.4.0
15092026-05-19T16:21:08.769Z Compiling heapless v0.7.17
15102026-05-19T16:21:09.003Z Compiling rand_xorshift v0.4.0
15112026-05-19T16:21:09.092Z Compiling slog v2.8.2
15122026-05-19T16:21:09.161Z Compiling darling_core v0.21.3
15132026-05-19T16:21:09.174Z Compiling bzip2-sys v0.1.13+1.0.8
15142026-05-19T16:21:09.267Z Compiling thread-id v5.1.0
15152026-05-19T16:21:09.350Z Compiling cookie v0.18.1
15162026-05-19T16:21:09.436Z Compiling allocator-api2 v0.2.21
15172026-05-19T16:21:09.527Z Compiling paste v1.0.15
15182026-05-19T16:21:09.743Z Compiling adler2 v2.0.1
15192026-05-19T16:21:09.755Z Compiling ryu v1.0.23
15202026-05-19T16:21:09.770Z Compiling unicode-bidi v0.3.18
15212026-05-19T16:21:09.784Z Compiling signal-hook v0.3.18
15222026-05-19T16:21:09.872Z Compiling unicode-properties v0.1.4
15232026-05-19T16:21:09.928Z Compiling iri-string v0.7.10
15242026-05-19T16:21:09.949Z Compiling zstd-safe v7.2.4
15252026-05-19T16:21:10.076Z Compiling anyhow v1.0.102
15262026-05-19T16:21:10.101Z Compiling unarray v0.1.4
15272026-05-19T16:21:10.135Z Compiling stringprep v0.1.5
15282026-05-19T16:21:10.211Z Compiling proptest v1.10.0
15292026-05-19T16:21:10.313Z Compiling serde_urlencoded v0.7.1
15302026-05-19T16:21:10.546Z Compiling miniz_oxide v0.8.9
15312026-05-19T16:21:10.577Z Compiling thiserror v1.0.69
15322026-05-19T16:21:11.168Z Compiling tower-http v0.6.8
15332026-05-19T16:21:11.253Z Compiling scroll v0.12.0
15342026-05-19T16:21:11.444Z Compiling derive_builder_macro v0.20.2
15352026-05-19T16:21:11.460Z Compiling tokio-native-tls v0.3.1
15362026-05-19T16:21:11.644Z Compiling heck v0.4.1
15372026-05-19T16:21:11.656Z Compiling darling_macro v0.21.3
15382026-05-19T16:21:11.684Z Compiling ipnetwork v0.21.1
15392026-05-19T16:21:11.860Z Compiling bstr v1.12.1
15402026-05-19T16:21:11.888Z Compiling rand_chacha v0.3.1
15412026-05-19T16:21:12.036Z Compiling toml_datetime v0.6.11
15422026-05-19T16:21:12.081Z Compiling serde_tokenstream v0.2.3
15432026-05-19T16:21:12.124Z Compiling erased-serde v0.3.31
15442026-05-19T16:21:12.291Z Compiling serde_spanned v0.6.9
15452026-05-19T16:21:12.393Z Compiling md-5 v0.10.6
15462026-05-19T16:21:12.433Z Compiling async-trait v0.1.89
15472026-05-19T16:21:12.503Z Compiling pin-project-internal v1.1.11
15482026-05-19T16:21:12.555Z Compiling zerocopy-derive v0.7.35
15492026-05-19T16:21:12.599Z Compiling curve25519-dalek v4.1.3
15502026-05-19T16:21:12.689Z Compiling vergen-lib v0.1.6
15512026-05-19T16:21:12.865Z Compiling num-integer v0.1.46
15522026-05-19T16:21:12.924Z Compiling hash32 v0.2.1
15532026-05-19T16:21:13.116Z Compiling ff v0.13.1
15542026-05-19T16:21:13.184Z Compiling memoffset v0.9.1
15552026-05-19T16:21:13.249Z Compiling fallible-iterator v0.2.0
15562026-05-19T16:21:13.390Z Compiling zlib-rs v0.6.2
15572026-05-19T16:21:13.408Z Compiling litrs v1.0.0
15582026-05-19T16:21:13.447Z Compiling base16ct v0.2.0
15592026-05-19T16:21:13.573Z Compiling smoltcp v0.9.1
15602026-05-19T16:21:13.618Z Compiling cfg_aliases v0.2.1
15612026-05-19T16:21:13.621Z Compiling num-bigint-dig v0.8.6
15622026-05-19T16:21:13.691Z Compiling ref-cast v1.0.25
15632026-05-19T16:21:13.806Z Compiling psl-types v2.0.11
15642026-05-19T16:21:13.889Z Compiling rustix v0.38.44
15652026-05-19T16:21:13.902Z Compiling document-features v0.2.12
15662026-05-19T16:21:13.930Z Compiling publicsuffix v2.3.0
15672026-05-19T16:21:14.071Z Compiling nix v0.31.2
15682026-05-19T16:21:14.100Z Compiling pin-project v1.1.11
15692026-05-19T16:21:14.198Z Compiling sec1 v0.7.3
15702026-05-19T16:21:14.309Z Compiling postgres-protocol v0.6.10
15712026-05-19T16:21:14.435Z Compiling zerocopy v0.7.35
15722026-05-19T16:21:14.483Z Compiling group v0.13.0
15732026-05-19T16:21:14.566Z Compiling num-iter v0.1.45
15742026-05-19T16:21:14.850Z Compiling newtype-uuid v1.3.2
15752026-05-19T16:21:14.956Z Compiling darling v0.21.3
15762026-05-19T16:21:15.039Z Compiling rand v0.8.6
15772026-05-19T16:21:15.109Z Compiling oxnet v0.1.4
15782026-05-19T16:21:15.153Z Compiling derive_builder v0.20.2
15792026-05-19T16:21:15.171Z Compiling snafu-derive v0.8.9
15802026-05-19T16:21:15.309Z Compiling hubpack_derive v0.1.1
15812026-05-19T16:21:15.477Z Compiling hyper-tls v0.6.0
15822026-05-19T16:21:15.490Z Compiling goblin v0.8.2
15832026-05-19T16:21:16.236Z Compiling flate2 v1.1.9
15842026-05-19T16:21:16.347Z Compiling phf_shared v0.13.1
15852026-05-19T16:21:16.590Z Compiling lazy_static v1.5.0
15862026-05-19T16:21:16.598Z Compiling regex v1.12.3
15872026-05-19T16:21:16.621Z Compiling strum_macros v0.27.2
15882026-05-19T16:21:16.643Z Compiling futures-executor v0.3.32
15892026-05-19T16:21:16.684Z Compiling hex v0.4.3
15902026-05-19T16:21:16.905Z Compiling cargo-platform v0.1.9
15912026-05-19T16:21:16.956Z Compiling hkdf v0.12.4
15922026-05-19T16:21:17.031Z Compiling crypto-bigint v0.5.5
15932026-05-19T16:21:17.045Z Compiling daft-derive v0.1.5
15942026-05-19T16:21:17.120Z Compiling curve25519-dalek-derive v0.1.1
15952026-05-19T16:21:17.161Z Compiling ref-cast-impl v1.0.25
15962026-05-19T16:21:17.695Z Compiling terminal_size v0.4.3
15972026-05-19T16:21:17.751Z Compiling vergen v9.0.6
15982026-05-19T16:21:17.765Z Compiling fs-err v3.3.0
15992026-05-19T16:21:17.830Z Compiling ahash v0.8.12
16002026-05-19T16:21:17.930Z Compiling encoding_rs v0.8.35
16012026-05-19T16:21:17.947Z Compiling foldhash v0.2.0
16022026-05-19T16:21:18.027Z Compiling mime v0.3.17
16032026-05-19T16:21:18.166Z Compiling managed v0.8.0
16042026-05-19T16:21:18.282Z Compiling libbz2-rs-sys v0.2.2
16052026-05-19T16:21:18.377Z Compiling object v0.37.3
16062026-05-19T16:21:18.558Z Compiling foldhash v0.1.5
16072026-05-19T16:21:18.641Z Compiling same-file v1.0.6
16082026-05-19T16:21:18.731Z Compiling bumpalo v3.20.2
16092026-05-19T16:21:18.806Z Compiling bitflags v1.3.2
16102026-05-19T16:21:18.882Z Compiling winnow v0.5.40
16112026-05-19T16:21:18.958Z Compiling zopfli v0.8.3
16122026-05-19T16:21:18.992Z Compiling walkdir v2.5.0
16132026-05-19T16:21:19.129Z Compiling bzip2 v0.6.1
16142026-05-19T16:21:19.295Z Compiling hashbrown v0.15.5
16152026-05-19T16:21:19.377Z Compiling strum v0.27.2
16162026-05-19T16:21:19.412Z Compiling hashbrown v0.16.1
16172026-05-19T16:21:19.571Z Compiling elliptic-curve v0.13.8
16182026-05-19T16:21:19.601Z Compiling clap_builder v4.5.60
16192026-05-19T16:21:19.861Z Compiling daft v0.1.5
16202026-05-19T16:21:19.933Z Compiling dof v0.3.0
16212026-05-19T16:21:20.083Z Compiling cargo_metadata v0.19.2
16222026-05-19T16:21:20.133Z Compiling toml_edit v0.19.15
16232026-05-19T16:21:20.272Z Compiling snafu v0.8.9
16242026-05-19T16:21:20.627Z Compiling futures v0.3.32
16252026-05-19T16:21:20.705Z Compiling phf v0.13.1
16262026-05-19T16:21:20.863Z Compiling signal-hook-mio v0.2.5
16272026-05-19T16:21:21.124Z Compiling cookie_store v0.22.1
16282026-05-19T16:21:21.381Z Compiling bzip2 v0.4.4
16292026-05-19T16:21:21.431Z Compiling hubpack v0.1.2
16302026-05-19T16:21:21.584Z Compiling zstd v0.13.3
16312026-05-19T16:21:21.649Z Compiling serde_with_macros v3.17.0
16322026-05-19T16:21:21.781Z Compiling postgres-types v0.2.12
16332026-05-19T16:21:22.332Z Compiling usdt-macro v0.6.0
16342026-05-19T16:21:22.592Z Compiling usdt-attr-macro v0.6.0
16352026-05-19T16:21:22.757Z Compiling globset v0.4.18
16362026-05-19T16:21:22.764Z Compiling dtrace-parser v0.2.0
16372026-05-19T16:21:22.811Z Compiling ed25519 v2.2.3
16382026-05-19T16:21:23.053Z Compiling phf_shared v0.11.3
16392026-05-19T16:21:23.059Z Compiling olpc-cjson v0.1.4
16402026-05-19T16:21:23.208Z Compiling pkcs1 v0.7.5
16412026-05-19T16:21:23.221Z Compiling strum_macros v0.26.4
16422026-05-19T16:21:23.348Z Compiling enum-as-inner v0.6.1
16432026-05-19T16:21:23.418Z Compiling clap_derive v4.5.55
16442026-05-19T16:21:23.488Z Compiling serde-big-array v0.5.1
16452026-05-19T16:21:23.599Z Compiling serde_plain v1.0.2
16462026-05-19T16:21:23.633Z Compiling rfc6979 v0.4.0
16472026-05-19T16:21:23.716Z Compiling async-recursion v1.1.1
16482026-05-19T16:21:23.758Z Compiling serde_repr v0.1.20
16492026-05-19T16:21:23.787Z Compiling pem v3.0.6
16502026-05-19T16:21:23.838Z Compiling float-cmp v0.10.0
16512026-05-19T16:21:23.987Z Compiling memmap2 v0.9.10
16522026-05-19T16:21:24.118Z Compiling thread-id v4.2.2
16532026-05-19T16:21:24.193Z Compiling env_filter v1.0.0
16542026-05-19T16:21:24.204Z Compiling normalize-line-endings v0.3.0
16552026-05-19T16:21:24.276Z Compiling difflib v0.4.0
16562026-05-19T16:21:24.303Z Compiling data-encoding v2.10.0
16572026-05-19T16:21:24.348Z Compiling fixedbitset v0.4.2
16582026-05-19T16:21:24.499Z Compiling keccak v0.1.6
16592026-05-19T16:21:24.556Z Compiling static_assertions v1.1.0
16602026-05-19T16:21:24.630Z Compiling new_debug_unreachable v1.0.6
16612026-05-19T16:21:24.703Z Compiling jiff v0.2.21
16622026-05-19T16:21:24.821Z Compiling precomputed-hash v0.1.1
16632026-05-19T16:21:24.904Z Compiling fixedbitset v0.5.7
16642026-05-19T16:21:24.932Z Compiling predicates-core v1.0.10
16652026-05-19T16:21:24.969Z Compiling either v1.15.0
16662026-05-19T16:21:25.100Z Compiling whoami v2.1.0
16672026-05-19T16:21:25.140Z Compiling rustc-hash v2.1.1
16682026-05-19T16:21:25.175Z Compiling typed-path v0.9.3
16692026-05-19T16:21:25.205Z Compiling itertools v0.13.0
16702026-05-19T16:21:25.258Z Compiling iddqd v0.3.18
16712026-05-19T16:21:25.290Z Compiling clap v4.5.60
16722026-05-19T16:21:25.375Z Compiling tokio-postgres v0.7.16
16732026-05-19T16:21:25.467Z Compiling petgraph v0.8.3
16742026-05-19T16:21:26.233Z Compiling predicates v3.1.4
16752026-05-19T16:21:26.416Z Compiling strum v0.26.3
16762026-05-19T16:21:26.431Z Compiling string_cache v0.8.9
16772026-05-19T16:21:26.463Z Compiling sha3 v0.10.8
16782026-05-19T16:21:26.544Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16792026-05-19T16:21:26.649Z Compiling hickory-proto v0.25.2
16802026-05-19T16:21:26.877Z Compiling petgraph v0.6.5
16812026-05-19T16:21:26.915Z Compiling env_logger v0.11.9
16822026-05-19T16:21:27.276Z Compiling zip v4.6.1
16832026-05-19T16:21:27.453Z Compiling toml_edit v0.22.27
16842026-05-19T16:21:27.585Z Compiling usdt-impl v0.5.0
16852026-05-19T16:21:28.148Z Compiling usdt v0.6.0
16862026-05-19T16:21:28.209Z Compiling ecdsa v0.16.9
16872026-05-19T16:21:28.347Z Compiling rsa v0.9.10
16882026-05-19T16:21:28.407Z Compiling ed25519-dalek v2.2.0
16892026-05-19T16:21:28.590Z Compiling crossterm v0.28.1
16902026-05-19T16:21:28.857Z Compiling serde_with v3.17.0
16912026-05-19T16:21:29.300Z Compiling zip v0.6.6
16922026-05-19T16:21:29.868Z Compiling toml v0.7.8
16932026-05-19T16:21:30.470Z Compiling toml_parser v1.0.9+spec-1.1.0
16942026-05-19T16:21:30.506Z Compiling similar v2.7.0
16952026-05-19T16:21:30.533Z Compiling crossbeam-epoch v0.9.18
16962026-05-19T16:21:30.543Z Compiling tokio-stream v0.1.18
16972026-05-19T16:21:30.855Z Compiling buf-list v1.1.2
16982026-05-19T16:21:31.038Z Compiling x509-cert v0.2.5
16992026-05-19T16:21:31.094Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
17002026-05-19T16:21:31.170Z Compiling openapiv3 v2.2.0
17012026-05-19T16:21:31.264Z Compiling sha1 v0.10.6
17022026-05-19T16:21:31.386Z Compiling toml_datetime v0.7.5+spec-1.1.0
17032026-05-19T16:21:31.401Z Compiling peg-runtime v0.8.5
17042026-05-19T16:21:31.496Z Compiling lalrpop-util v0.19.12
17052026-05-19T16:21:31.661Z Compiling thread_local v1.1.9
17062026-05-19T16:21:31.680Z Compiling slog-async v2.8.0
17072026-05-19T16:21:31.699Z Compiling crossbeam-channel v0.5.15
17082026-05-19T16:21:31.699Z Compiling is-terminal v0.4.17
17092026-05-19T16:21:31.794Z Compiling filetime v0.2.27
17102026-05-19T16:21:31.908Z Compiling xattr v1.6.1
17112026-05-19T16:21:31.967Z Compiling term v1.2.1
17122026-05-19T16:21:31.994Z Compiling take_mut v0.2.2
17132026-05-19T16:21:32.070Z Compiling tar v0.4.45
17142026-05-19T16:21:32.538Z Compiling slog-term v2.9.2
17152026-05-19T16:21:42.233Z Compiling rustls-webpki v0.103.9
17162026-05-19T16:21:44.987Z Compiling tokio-rustls v0.26.4
17172026-05-19T16:21:44.987Z Compiling rustls-platform-verifier v0.6.2
17182026-05-19T16:21:45.194Z Compiling hyper-rustls v0.27.7
17192026-05-19T16:21:45.393Z Compiling reqwest v0.12.28
17202026-05-19T16:21:45.393Z Compiling reqwest v0.13.2
17212026-05-19T16:21:46.658Z Compiling tough v0.22.0
17222026-05-19T16:21:49.162Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17232026-05-19T16:21:49.370Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17242026-05-19T16:21:52.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
17252026-05-19T16:21:52.292Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17262026-05-19T16:21:52.341ZMay 19 16:21:51.372 INFO Starting download, target: Clickhouse
17272026-05-19T16:21:52.344ZMay 19 16:21:51.372 INFO Starting download, target: Console
17282026-05-19T16:21:52.344ZMay 19 16:21:51.372 INFO Starting download, target: Cockroach
17292026-05-19T16:21:52.344ZMay 19 16:21:51.372 INFO Starting download, target: DendriteStub
17302026-05-19T16:21:52.344ZMay 19 16:21:51.372 INFO Starting download, target: MaghemiteMgd
17312026-05-19T16:21:52.344ZMay 19 16:21:51.372 INFO Starting download, target: TransceiverControl
17322026-05-19T16:21:52.344ZMay 19 16:21:51.372 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17332026-05-19T16:21:52.344ZMay 19 16:21:51.372 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17342026-05-19T16:21:52.344ZMay 19 16:21:51.372 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17352026-05-19T16:21:52.344ZMay 19 16:21:51.372 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17362026-05-19T16:21:52.344ZMay 19 16:21:51.373 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17372026-05-19T16:21:52.344ZMay 19 16:21:51.373 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17382026-05-19T16:21:52.645ZMay 19 16:21:51.665 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17392026-05-19T16:21:52.870ZMay 19 16:21:51.893 INFO Download complete, target: TransceiverControl
17402026-05-19T16:21:53.294ZMay 19 16:21:52.324 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17412026-05-19T16:21:53.611ZMay 19 16:21:52.632 INFO Download complete, target: Console
17422026-05-19T16:21:53.821ZMay 19 16:21:52.847 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17432026-05-19T16:21:54.155ZMay 19 16:21:53.186 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17442026-05-19T16:21:54.630ZMay 19 16:21:53.622 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17452026-05-19T16:21:54.870ZMay 19 16:21:53.893 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17462026-05-19T16:21:54.870ZMay 19 16:21:53.893 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17472026-05-19T16:21:56.108ZMay 19 16:21:55.137 INFO Download complete, target: DendriteStub
17482026-05-19T16:21:56.509ZMay 19 16:21:55.541 INFO Download complete, target: MaghemiteMgd
17492026-05-19T16:21:59.472ZMay 19 16:21:58.503 INFO Checking that binary works, target: Cockroach
17502026-05-19T16:21:59.588ZMay 19 16:21:58.618 INFO Download complete, target: Cockroach
17512026-05-19T16:22:01.271ZMay 19 16:22:00.302 INFO Checking that binary works, target: Clickhouse
17522026-05-19T16:22:01.368ZMay 19 16:22:00.394 INFO Download complete, target: Clickhouse
17532026-05-19T16:22:01.383ZAll builder prerequisites installed successfully, and PATH looks valid
17542026-05-19T16:22:01.389Z
17552026-05-19T16:22:01.389Zreal 2:17.071254888
17562026-05-19T16:22:01.389Zuser 6:51.756547801
17572026-05-19T16:22:01.390Zsys 1:21.479626583
17582026-05-19T16:22:01.390Ztrap 0.229788468
17592026-05-19T16:22:01.390Ztflt 0.689048231
17602026-05-19T16:22:01.390Zdflt 0.555820367
17612026-05-19T16:22:01.390Zkflt 0.026175726
17622026-05-19T16:22:01.390Zlock 21:45.740886772
17632026-05-19T16:22:01.390Zslp 21:12.697371585
17642026-05-19T16:22:01.390Zlat 41.962250384
17652026-05-19T16:22:01.390Zstop 1:53.332424396
17662026-05-19T16:22:01.390Z+ banner hack-check
17672026-05-19T16:22:01.390Z
17682026-05-19T16:22:01.390Z # # ## #### # # #### # # ###### #### # #
17692026-05-19T16:22:01.390Z # # # # # # # # # # # # # # # # #
17702026-05-19T16:22:01.390Z ###### # # # #### ##### # ###### ##### # ####
17712026-05-19T16:22:01.390Z # # ###### # # # # # # # # # #
17722026-05-19T16:22:01.390Z # # # # # # # # # # # # # # # # #
17732026-05-19T16:22:01.390Z # # # # #### # # #### # # ###### #### # #
17742026-05-19T16:22:01.391Z
17752026-05-19T16:22:01.391Z+ export CARGO_INCREMENTAL=0
17762026-05-19T16:22:01.391Z+ CARGO_INCREMENTAL=0
17772026-05-19T16:22:01.391Z+ ptime -m timeout 2h cargo xtask check-features --ci
17782026-05-19T16:22:01.907Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17792026-05-19T16:22:02.134Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17802026-05-19T16:22:03.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.57s
17812026-05-19T16:22:04.056Z Running `target/debug/xtask check-features --ci`
17822026-05-19T16:22:04.083Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17832026-05-19T16:22:04.086Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17842026-05-19T16:22:04.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
17852026-05-19T16:22:04.592Z Running `target/debug/xtask download cargo-hack`
17862026-05-19T16:22:05.370Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17872026-05-19T16:22:05.680Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17882026-05-19T16:22:08.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.48s
17892026-05-19T16:22:08.276Z Running `target/debug/xtask-downloader cargo-hack`
17902026-05-19T16:22:08.316ZMay 19 16:22:07.345 INFO Starting download, target: CargoHack
17912026-05-19T16:22:08.320ZMay 19 16:22:07.346 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17922026-05-19T16:22:08.740ZMay 19 16:22:07.772 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17932026-05-19T16:22:08.789ZMay 19 16:22:07.820 INFO Download complete, target: CargoHack
17942026-05-19T16:22:08.792Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
17952026-05-19T16:22:08.805Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17962026-05-19T16:22:08.955Zinfo: running `cargo check --bins` on api_identity (1/276)
17972026-05-19T16:22:09.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17982026-05-19T16:22:09.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17992026-05-19T16:22:09.448Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18002026-05-19T16:22:09.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18012026-05-19T16:22:09.527Z
18022026-05-19T16:22:09.527Zinfo: running `cargo check --bins` on bootstore (2/276)
18032026-05-19T16:22:10.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18042026-05-19T16:22:10.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18052026-05-19T16:22:10.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18062026-05-19T16:22:10.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18072026-05-19T16:22:10.098Z
18082026-05-19T16:22:10.098Zinfo: running `cargo check --bins` on omicron-ledger (3/276)
18092026-05-19T16:22:10.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18102026-05-19T16:22:10.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18112026-05-19T16:22:10.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18122026-05-19T16:22:10.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18132026-05-19T16:22:10.669Z
18142026-05-19T16:22:10.669Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/276)
18152026-05-19T16:22:11.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18162026-05-19T16:22:11.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18172026-05-19T16:22:11.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18182026-05-19T16:22:11.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18192026-05-19T16:22:11.256Z
18202026-05-19T16:22:11.257Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/276)
18212026-05-19T16:22:11.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18222026-05-19T16:22:11.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18232026-05-19T16:22:11.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18242026-05-19T16:22:11.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18252026-05-19T16:22:11.814Z
18262026-05-19T16:22:11.814Zinfo: running `cargo check --bins` on omicron-certificates (6/276)
18272026-05-19T16:22:12.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18282026-05-19T16:22:12.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18292026-05-19T16:22:12.331Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18302026-05-19T16:22:12.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18312026-05-19T16:22:12.417Z
18322026-05-19T16:22:12.417Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/276)
18332026-05-19T16:22:12.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18342026-05-19T16:22:12.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18352026-05-19T16:22:12.913Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18362026-05-19T16:22:12.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18372026-05-19T16:22:13.003Z
18382026-05-19T16:22:13.003Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/276)
18392026-05-19T16:22:13.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18402026-05-19T16:22:13.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18412026-05-19T16:22:13.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18422026-05-19T16:22:13.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18432026-05-19T16:22:13.593Z
18442026-05-19T16:22:13.593Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/276)
18452026-05-19T16:22:14.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18462026-05-19T16:22:14.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18472026-05-19T16:22:14.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18482026-05-19T16:22:14.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18492026-05-19T16:22:14.061Z
18502026-05-19T16:22:14.062Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/276)
18512026-05-19T16:22:14.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18522026-05-19T16:22:14.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18532026-05-19T16:22:14.472Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18542026-05-19T16:22:14.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18552026-05-19T16:22:14.532Z
18562026-05-19T16:22:14.532Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/276)
18572026-05-19T16:22:14.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18582026-05-19T16:22:14.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18592026-05-19T16:22:14.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18602026-05-19T16:22:14.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18612026-05-19T16:22:14.998Z
18622026-05-19T16:22:14.998Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/276)
18632026-05-19T16:22:15.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18642026-05-19T16:22:15.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18652026-05-19T16:22:15.408Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18662026-05-19T16:22:15.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18672026-05-19T16:22:15.466Z
18682026-05-19T16:22:15.466Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/276)
18692026-05-19T16:22:15.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18702026-05-19T16:22:15.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18712026-05-19T16:22:15.877Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18722026-05-19T16:22:15.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18732026-05-19T16:22:15.933Z
18742026-05-19T16:22:15.933Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/276)
18752026-05-19T16:22:16.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18762026-05-19T16:22:16.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18772026-05-19T16:22:16.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18782026-05-19T16:22:16.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18792026-05-19T16:22:16.400Z
18802026-05-19T16:22:16.400Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/276)
18812026-05-19T16:22:16.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18822026-05-19T16:22:16.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18832026-05-19T16:22:16.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18842026-05-19T16:22:16.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18852026-05-19T16:22:16.867Z
18862026-05-19T16:22:16.867Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/276)
18872026-05-19T16:22:17.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18882026-05-19T16:22:17.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18892026-05-19T16:22:17.281Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18902026-05-19T16:22:17.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18912026-05-19T16:22:17.339Z
18922026-05-19T16:22:17.339Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/276)
18932026-05-19T16:22:17.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18942026-05-19T16:22:17.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18952026-05-19T16:22:17.770Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18962026-05-19T16:22:17.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18972026-05-19T16:22:17.813Z
18982026-05-19T16:22:17.813Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/276)
18992026-05-19T16:22:18.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19002026-05-19T16:22:18.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19012026-05-19T16:22:18.225Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19022026-05-19T16:22:18.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19032026-05-19T16:22:18.281Z
19042026-05-19T16:22:18.281Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/276)
19052026-05-19T16:22:18.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19062026-05-19T16:22:18.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19072026-05-19T16:22:18.692Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19082026-05-19T16:22:18.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19092026-05-19T16:22:18.750Z
19102026-05-19T16:22:18.750Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/276)
19112026-05-19T16:22:19.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19122026-05-19T16:22:19.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19132026-05-19T16:22:19.165Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19142026-05-19T16:22:19.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19152026-05-19T16:22:19.223Z
19162026-05-19T16:22:19.223Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/276)
19172026-05-19T16:22:19.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19182026-05-19T16:22:19.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19192026-05-19T16:22:19.635Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19202026-05-19T16:22:19.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19212026-05-19T16:22:19.694Z
19222026-05-19T16:22:19.694Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/276)
19232026-05-19T16:22:20.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19242026-05-19T16:22:20.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19252026-05-19T16:22:20.106Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19262026-05-19T16:22:20.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19272026-05-19T16:22:20.168Z
19282026-05-19T16:22:20.168Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/276)
19292026-05-19T16:22:20.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19302026-05-19T16:22:20.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19312026-05-19T16:22:20.581Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19322026-05-19T16:22:20.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19332026-05-19T16:22:20.643Z
19342026-05-19T16:22:20.643Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/276)
19352026-05-19T16:22:21.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19362026-05-19T16:22:21.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19372026-05-19T16:22:21.058Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19382026-05-19T16:22:21.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19392026-05-19T16:22:21.116Z
19402026-05-19T16:22:21.116Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/276)
19412026-05-19T16:22:21.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19422026-05-19T16:22:21.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19432026-05-19T16:22:21.529Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19442026-05-19T16:22:21.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19452026-05-19T16:22:21.590Z
19462026-05-19T16:22:21.590Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/276)
19472026-05-19T16:22:22.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19482026-05-19T16:22:22.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19492026-05-19T16:22:22.003Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19502026-05-19T16:22:22.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19512026-05-19T16:22:22.089Z
19522026-05-19T16:22:22.089Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/276)
19532026-05-19T16:22:22.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19542026-05-19T16:22:22.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19552026-05-19T16:22:22.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19562026-05-19T16:22:22.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19572026-05-19T16:22:22.533Z
19582026-05-19T16:22:22.533Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/276)
19592026-05-19T16:22:22.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19602026-05-19T16:22:22.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19612026-05-19T16:22:22.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19622026-05-19T16:22:22.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19632026-05-19T16:22:23.004Z
19642026-05-19T16:22:23.004Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/276)
19652026-05-19T16:22:23.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19662026-05-19T16:22:23.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19672026-05-19T16:22:23.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19682026-05-19T16:22:23.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19692026-05-19T16:22:23.476Z
19702026-05-19T16:22:23.476Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/276)
19712026-05-19T16:22:23.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19722026-05-19T16:22:23.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19732026-05-19T16:22:23.888Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19742026-05-19T16:22:23.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19752026-05-19T16:22:23.946Z
19762026-05-19T16:22:23.946Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/276)
19772026-05-19T16:22:24.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19782026-05-19T16:22:24.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19792026-05-19T16:22:24.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19802026-05-19T16:22:24.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19812026-05-19T16:22:24.415Z
19822026-05-19T16:22:24.415Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/276)
19832026-05-19T16:22:24.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19842026-05-19T16:22:24.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19852026-05-19T16:22:24.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19862026-05-19T16:22:24.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19872026-05-19T16:22:24.884Z
19882026-05-19T16:22:24.884Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/276)
19892026-05-19T16:22:25.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19902026-05-19T16:22:25.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19912026-05-19T16:22:25.294Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19922026-05-19T16:22:25.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19932026-05-19T16:22:25.352Z
19942026-05-19T16:22:25.352Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/276)
19952026-05-19T16:22:25.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19962026-05-19T16:22:25.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19972026-05-19T16:22:25.762Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19982026-05-19T16:22:25.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19992026-05-19T16:22:25.820Z
20002026-05-19T16:22:25.820Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/276)
20012026-05-19T16:22:26.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20022026-05-19T16:22:26.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20032026-05-19T16:22:26.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20042026-05-19T16:22:26.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20052026-05-19T16:22:26.287Z
20062026-05-19T16:22:26.287Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/276)
20072026-05-19T16:22:26.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20082026-05-19T16:22:26.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20092026-05-19T16:22:26.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20102026-05-19T16:22:26.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20112026-05-19T16:22:26.758Z
20122026-05-19T16:22:26.758Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/276)
20132026-05-19T16:22:27.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20142026-05-19T16:22:27.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20152026-05-19T16:22:27.171Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20162026-05-19T16:22:27.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20172026-05-19T16:22:27.229Z
20182026-05-19T16:22:27.229Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/276)
20192026-05-19T16:22:27.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20202026-05-19T16:22:27.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20212026-05-19T16:22:27.641Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20222026-05-19T16:22:27.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20232026-05-19T16:22:27.698Z
20242026-05-19T16:22:27.698Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/276)
20252026-05-19T16:22:28.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20262026-05-19T16:22:28.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20272026-05-19T16:22:28.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20282026-05-19T16:22:28.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20292026-05-19T16:22:28.167Z
20302026-05-19T16:22:28.167Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/276)
20312026-05-19T16:22:28.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20322026-05-19T16:22:28.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20332026-05-19T16:22:28.580Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20342026-05-19T16:22:28.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20352026-05-19T16:22:28.640Z
20362026-05-19T16:22:28.640Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/276)
20372026-05-19T16:22:29.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20382026-05-19T16:22:29.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20392026-05-19T16:22:29.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20402026-05-19T16:22:29.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20412026-05-19T16:22:29.112Z
20422026-05-19T16:22:29.112Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/276)
20432026-05-19T16:22:29.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20442026-05-19T16:22:29.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20452026-05-19T16:22:29.523Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20462026-05-19T16:22:29.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20472026-05-19T16:22:29.581Z
20482026-05-19T16:22:29.581Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/276)
20492026-05-19T16:22:29.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20502026-05-19T16:22:29.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20512026-05-19T16:22:29.994Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20522026-05-19T16:22:29.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20532026-05-19T16:22:30.053Z
20542026-05-19T16:22:30.053Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/276)
20552026-05-19T16:22:30.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20562026-05-19T16:22:30.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20572026-05-19T16:22:30.467Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20582026-05-19T16:22:30.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20592026-05-19T16:22:30.528Z
20602026-05-19T16:22:30.528Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/276)
20612026-05-19T16:22:30.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20622026-05-19T16:22:30.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20632026-05-19T16:22:30.938Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20642026-05-19T16:22:30.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20652026-05-19T16:22:30.996Z
20662026-05-19T16:22:30.996Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/276)
20672026-05-19T16:22:31.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20682026-05-19T16:22:31.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20692026-05-19T16:22:31.409Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20702026-05-19T16:22:31.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20712026-05-19T16:22:31.468Z
20722026-05-19T16:22:31.468Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/276)
20732026-05-19T16:22:31.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20742026-05-19T16:22:31.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20752026-05-19T16:22:31.880Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20762026-05-19T16:22:31.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20772026-05-19T16:22:31.940Z
20782026-05-19T16:22:31.940Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/276)
20792026-05-19T16:22:32.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20802026-05-19T16:22:32.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20812026-05-19T16:22:32.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20822026-05-19T16:22:32.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20832026-05-19T16:22:32.412Z
20842026-05-19T16:22:32.412Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/276)
20852026-05-19T16:22:32.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20862026-05-19T16:22:32.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20872026-05-19T16:22:32.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20882026-05-19T16:22:32.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20892026-05-19T16:22:33.052Z
20902026-05-19T16:22:33.052Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/276)
20912026-05-19T16:22:33.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20922026-05-19T16:22:33.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20932026-05-19T16:22:33.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20942026-05-19T16:22:33.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20952026-05-19T16:22:33.684Z
20962026-05-19T16:22:33.684Zinfo: running `cargo check --bins` on nexus-config (51/276)
20972026-05-19T16:22:34.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20982026-05-19T16:22:34.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20992026-05-19T16:22:34.220Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21002026-05-19T16:22:34.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21012026-05-19T16:22:34.316Z
21022026-05-19T16:22:34.316Zinfo: running `cargo check --bins` on nexus-types (52/276)
21032026-05-19T16:22:34.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21042026-05-19T16:22:34.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21052026-05-19T16:22:34.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21062026-05-19T16:22:34.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21072026-05-19T16:22:34.949Z
21082026-05-19T16:22:34.949Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/276)
21092026-05-19T16:22:35.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21102026-05-19T16:22:35.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21112026-05-19T16:22:35.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21122026-05-19T16:22:35.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21132026-05-19T16:22:35.551Z
21142026-05-19T16:22:35.551Zinfo: running `cargo check --bins` on omicron-passwords (54/276)
21152026-05-19T16:22:36.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21162026-05-19T16:22:36.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21172026-05-19T16:22:36.051Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21182026-05-19T16:22:36.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21192026-05-19T16:22:36.139Z
21202026-05-19T16:22:36.139Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/276)
21212026-05-19T16:22:36.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21222026-05-19T16:22:36.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21232026-05-19T16:22:36.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21242026-05-19T16:22:36.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21252026-05-19T16:22:36.745Z
21262026-05-19T16:22:36.745Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/276)
21272026-05-19T16:22:37.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21282026-05-19T16:22:37.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21292026-05-19T16:22:37.262Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21302026-05-19T16:22:37.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21312026-05-19T16:22:37.349Z
21322026-05-19T16:22:37.349Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/276)
21332026-05-19T16:22:37.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21342026-05-19T16:22:37.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21352026-05-19T16:22:37.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21362026-05-19T16:22:37.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21372026-05-19T16:22:37.952Z
21382026-05-19T16:22:37.952Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/276)
21392026-05-19T16:22:38.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21402026-05-19T16:22:38.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21412026-05-19T16:22:38.468Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21422026-05-19T16:22:38.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21432026-05-19T16:22:38.563Z
21442026-05-19T16:22:38.563Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/276)
21452026-05-19T16:22:39.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21462026-05-19T16:22:39.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21472026-05-19T16:22:39.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21482026-05-19T16:22:39.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21492026-05-19T16:22:39.155Z
21502026-05-19T16:22:39.155Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/276)
21512026-05-19T16:22:39.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21522026-05-19T16:22:39.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21532026-05-19T16:22:39.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21542026-05-19T16:22:39.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21552026-05-19T16:22:39.744Z
21562026-05-19T16:22:39.744Zinfo: running `cargo check --bins --no-default-features` on gfss (61/276)
21572026-05-19T16:22:40.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21582026-05-19T16:22:40.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21592026-05-19T16:22:40.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21602026-05-19T16:22:40.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21612026-05-19T16:22:40.327Z
21622026-05-19T16:22:40.328Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/276)
21632026-05-19T16:22:40.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21642026-05-19T16:22:40.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21652026-05-19T16:22:40.824Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21662026-05-19T16:22:40.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21672026-05-19T16:22:40.913Z
21682026-05-19T16:22:40.913Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/276)
21692026-05-19T16:22:41.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21702026-05-19T16:22:41.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21712026-05-19T16:22:41.422Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21722026-05-19T16:22:41.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21732026-05-19T16:22:41.522Z
21742026-05-19T16:22:41.522Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/276)
21752026-05-19T16:22:42.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21762026-05-19T16:22:42.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21772026-05-19T16:22:42.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21782026-05-19T16:22:42.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21792026-05-19T16:22:42.118Z
21802026-05-19T16:22:42.118Zinfo: running `cargo check --bins` on cockroach-admin-types (65/276)
21812026-05-19T16:22:42.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21822026-05-19T16:22:42.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21832026-05-19T16:22:42.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21842026-05-19T16:22:42.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21852026-05-19T16:22:42.700Z
21862026-05-19T16:22:42.700Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/276)
21872026-05-19T16:22:43.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21882026-05-19T16:22:43.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21892026-05-19T16:22:43.200Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21902026-05-19T16:22:43.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21912026-05-19T16:22:43.288Z
21922026-05-19T16:22:43.288Zinfo: running `cargo check --bins` on ereport-types (67/276)
21932026-05-19T16:22:43.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21942026-05-19T16:22:43.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21952026-05-19T16:22:43.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21962026-05-19T16:22:43.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21972026-05-19T16:22:43.884Z
21982026-05-19T16:22:43.884Zinfo: running `cargo check --bins` on gateway-client (68/276)
21992026-05-19T16:22:44.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22002026-05-19T16:22:44.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22012026-05-19T16:22:44.392Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22022026-05-19T16:22:44.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22032026-05-19T16:22:44.484Z
22042026-05-19T16:22:44.484Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/276)
22052026-05-19T16:22:44.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22062026-05-19T16:22:44.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22072026-05-19T16:22:44.988Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22082026-05-19T16:22:44.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22092026-05-19T16:22:45.077Z
22102026-05-19T16:22:45.077Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/276)
22112026-05-19T16:22:45.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22122026-05-19T16:22:45.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22132026-05-19T16:22:45.581Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22142026-05-19T16:22:45.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22152026-05-19T16:22:45.672Z
22162026-05-19T16:22:45.672Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/276)
22172026-05-19T16:22:46.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22182026-05-19T16:22:46.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22192026-05-19T16:22:46.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22202026-05-19T16:22:46.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22212026-05-19T16:22:46.268Z
22222026-05-19T16:22:46.268Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/276)
22232026-05-19T16:22:46.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22242026-05-19T16:22:46.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22252026-05-19T16:22:46.772Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22262026-05-19T16:22:46.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22272026-05-19T16:22:46.865Z
22282026-05-19T16:22:46.865Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/276)
22292026-05-19T16:22:47.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22302026-05-19T16:22:47.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22312026-05-19T16:22:47.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22322026-05-19T16:22:47.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22332026-05-19T16:22:47.482Z
22342026-05-19T16:22:47.482Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/276)
22352026-05-19T16:22:48.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22362026-05-19T16:22:48.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22372026-05-19T16:22:48.003Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22382026-05-19T16:22:48.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22392026-05-19T16:22:48.102Z
22402026-05-19T16:22:48.102Zinfo: running `cargo check --bins` on key-manager-types (75/276)
22412026-05-19T16:22:48.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22422026-05-19T16:22:48.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22432026-05-19T16:22:48.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22442026-05-19T16:22:48.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22452026-05-19T16:22:48.687Z
22462026-05-19T16:22:48.687Zinfo: running `cargo check --bins` on oxlog (76/276)
22472026-05-19T16:22:49.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22482026-05-19T16:22:49.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22492026-05-19T16:22:49.300Z Checking cfg-if v1.0.4
22502026-05-19T16:22:49.304Z Checking libc v0.2.185
22512026-05-19T16:22:49.304Z Checking serde_core v1.0.228
22522026-05-19T16:22:49.419Z Checking zeroize v1.8.2
22532026-05-19T16:22:49.426Z Checking memchr v2.8.0
22542026-05-19T16:22:49.434Z Checking log v0.4.29
22552026-05-19T16:22:49.444Z Checking smallvec v1.15.1
22562026-05-19T16:22:49.456Z Checking typenum v1.19.0
22572026-05-19T16:22:49.456Z Checking subtle v2.6.1
22582026-05-19T16:22:49.553Z Checking itoa v1.0.17
22592026-05-19T16:22:49.592Z Checking scopeguard v1.2.0
22602026-05-19T16:22:49.609Z Checking stable_deref_trait v1.2.1
22612026-05-19T16:22:49.622Z Checking const-oid v0.9.6
22622026-05-19T16:22:49.684Z Checking zerofrom v0.1.6
22632026-05-19T16:22:49.695Z Checking lock_api v0.4.14
22642026-05-19T16:22:49.707Z Checking pin-project-lite v0.2.17
22652026-05-19T16:22:49.793Z Checking yoke v0.8.1
22662026-05-19T16:22:49.806Z Checking portable-atomic v1.13.1
22672026-05-19T16:22:49.816Z Checking critical-section v1.2.0
22682026-05-19T16:22:49.819Z Checking getrandom v0.2.17
22692026-05-19T16:22:49.884Z Checking errno v0.3.14
22702026-05-19T16:22:49.943Z Checking parking_lot_core v0.9.12
22712026-05-19T16:22:49.954Z Checking zerovec v0.11.5
22722026-05-19T16:22:49.964Z Checking generic-array v0.14.7
22732026-05-19T16:22:49.997Z Checking rand_core v0.6.4
22742026-05-19T16:22:50.001Z Checking signal-hook-registry v1.4.8
22752026-05-19T16:22:50.122Z Checking futures-core v0.3.32
22762026-05-19T16:22:50.162Z Checking parking_lot v0.12.5
22772026-05-19T16:22:50.174Z Checking mio v1.2.0
22782026-05-19T16:22:50.197Z Checking once_cell v1.21.3
22792026-05-19T16:22:50.237Z Checking zerocopy v0.8.40
22802026-05-19T16:22:50.288Z Checking zmij v1.0.21
22812026-05-19T16:22:50.343Z Checking socket2 v0.6.3
22822026-05-19T16:22:50.367Z Checking libm v0.2.16
22832026-05-19T16:22:50.378Z Checking tinystr v0.8.2
22842026-05-19T16:22:50.389Z Checking crypto-common v0.1.7
22852026-05-19T16:22:50.441Z Checking block-buffer v0.10.4
22862026-05-19T16:22:50.496Z Checking percent-encoding v2.3.2
22872026-05-19T16:22:50.508Z Checking writeable v0.6.2
22882026-05-19T16:22:50.546Z Checking equivalent v1.0.2
22892026-05-19T16:22:50.575Z Checking litemap v0.8.1
22902026-05-19T16:22:50.579Z Checking digest v0.10.7
22912026-05-19T16:22:50.625Z Checking potential_utf v0.1.4
22922026-05-19T16:22:50.637Z Checking zerotrie v0.2.3
22932026-05-19T16:22:50.662Z Checking futures-sink v0.3.32
22942026-05-19T16:22:50.747Z Checking icu_locale_core v2.1.1
22952026-05-19T16:22:50.760Z Checking icu_collections v2.1.1
22962026-05-19T16:22:50.763Z Checking futures-channel v0.3.32
22972026-05-19T16:22:50.785Z Checking slab v0.4.12
22982026-05-19T16:22:50.859Z Checking serde v1.0.228
22992026-05-19T16:22:50.871Z Checking bitflags v2.11.0
23002026-05-19T16:22:50.935Z Checking serde_json v1.0.149
23012026-05-19T16:22:50.957Z Checking futures-io v0.3.32
23022026-05-19T16:22:51.029Z Checking cpufeatures v0.2.17
23032026-05-19T16:22:51.051Z Checking num-traits v0.2.19
23042026-05-19T16:22:51.063Z Checking futures-task v0.3.32
23052026-05-19T16:22:51.075Z Checking hmac v0.12.1
23062026-05-19T16:22:51.094Z Checking icu_normalizer_data v2.1.1
23072026-05-19T16:22:51.166Z Checking icu_properties_data v2.1.2
23082026-05-19T16:22:51.197Z Checking futures-util v0.3.32
23092026-05-19T16:22:51.208Z Checking rand_core v0.10.0
23102026-05-19T16:22:51.251Z Checking bytes v1.11.1
23112026-05-19T16:22:51.289Z Checking hashbrown v0.17.0
23122026-05-19T16:22:51.301Z Checking icu_provider v2.1.1
23132026-05-19T16:22:51.342Z Checking getrandom v0.4.1
23142026-05-19T16:22:51.487Z Checking block-padding v0.3.3
23152026-05-19T16:22:51.519Z Checking icu_normalizer v2.1.1
23162026-05-19T16:22:51.559Z Checking icu_properties v2.1.2
23172026-05-19T16:22:51.590Z Checking utf8_iter v1.0.4
23182026-05-19T16:22:51.617Z Checking inout v0.1.4
23192026-05-19T16:22:51.683Z Checking tokio v1.52.1
23202026-05-19T16:22:51.709Z Checking sha2 v0.10.9
23212026-05-19T16:22:51.748Z Checking indexmap v2.14.0
23222026-05-19T16:22:51.760Z Checking cipher v0.4.4
23232026-05-19T16:22:51.819Z Checking form_urlencoded v1.2.2
23242026-05-19T16:22:51.944Z Checking getrandom v0.3.4
23252026-05-19T16:22:51.962Z Checking byteorder v1.5.0
23262026-05-19T16:22:51.977Z Checking fnv v1.0.7
23272026-05-19T16:22:52.074Z Checking base64ct v1.8.3
23282026-05-19T16:22:52.090Z Checking flagset v0.4.7
23292026-05-19T16:22:52.168Z Checking rand_core v0.9.5
23302026-05-19T16:22:52.213Z Checking http v1.4.0
23312026-05-19T16:22:52.304Z Checking regex-syntax v0.8.10
23322026-05-19T16:22:52.316Z Checking pem-rfc7468 v0.7.0
23332026-05-19T16:22:52.346Z Checking salsa20 v0.10.2
23342026-05-19T16:22:52.381Z Checking idna_adapter v1.2.1
23352026-05-19T16:22:52.466Z Checking der v0.7.10
23362026-05-19T16:22:52.478Z Checking uuid v1.23.0
23372026-05-19T16:22:52.499Z Checking idna v1.1.0
23382026-05-19T16:22:52.744Z Checking url v2.5.8
23392026-05-19T16:22:52.766Z Checking pbkdf2 v0.12.2
23402026-05-19T16:22:52.780Z Checking rustix v1.1.3
23412026-05-19T16:22:52.877Z Checking tracing-core v0.1.36
23422026-05-19T16:22:52.987Z Checking ppv-lite86 v0.2.21
23432026-05-19T16:22:53.094Z Checking rustls-pki-types v1.14.0
23442026-05-19T16:22:53.175Z Checking iana-time-zone v0.1.65
23452026-05-19T16:22:53.187Z Checking base64 v0.22.1
23462026-05-19T16:22:53.199Z Checking spki v0.7.3
23472026-05-19T16:22:53.274Z Checking rand_chacha v0.9.0
23482026-05-19T16:22:53.286Z Checking chrono v0.4.44
23492026-05-19T16:22:53.356Z Checking tracing v0.1.44
23502026-05-19T16:22:53.377Z Checking scrypt v0.11.0
23512026-05-19T16:22:53.415Z Checking http-body v1.0.1
23522026-05-19T16:22:53.469Z Checking cbc v0.1.2
23532026-05-19T16:22:53.512Z Checking aes v0.8.4
23542026-05-19T16:22:53.546Z Checking aws-lc-sys v0.40.0
23552026-05-19T16:22:53.560Z Checking untrusted v0.9.0
23562026-05-19T16:22:53.594Z Checking tinyvec_macros v0.1.1
23572026-05-19T16:22:53.597Z Checking untrusted v0.7.1
23582026-05-19T16:22:53.620Z Checking openssl-probe v0.2.1
23592026-05-19T16:22:53.660Z Checking tinyvec v1.10.0
23602026-05-19T16:22:53.672Z Checking ring v0.17.14
23612026-05-19T16:22:53.714Z Checking rand v0.9.2
23622026-05-19T16:22:53.728Z Checking try-lock v0.2.5
23632026-05-19T16:22:53.825Z Checking atomic-waker v1.1.2
23642026-05-19T16:22:53.898Z Checking pkcs5 v0.7.1
23652026-05-19T16:22:53.924Z Checking tower-layer v0.3.3
23662026-05-19T16:22:53.964Z Checking tower-service v0.3.3
23672026-05-19T16:22:54.044Z Checking aws-lc-rs v1.16.3
23682026-05-19T16:22:54.056Z Checking want v0.3.1
23692026-05-19T16:22:54.071Z Checking ipnet v2.11.0
23702026-05-19T16:22:54.122Z Checking httparse v1.10.1
23712026-05-19T16:22:54.180Z Checking pkcs8 v0.10.2
23722026-05-19T16:22:54.180Z Checking aho-corasick v1.1.4
23732026-05-19T16:22:54.188Z Checking foreign-types-shared v0.1.1
23742026-05-19T16:22:54.267Z Checking httpdate v1.0.3
23752026-05-19T16:22:54.317Z Checking pin-utils v0.1.0
23762026-05-19T16:22:54.330Z Checking plain v0.2.3
23772026-05-19T16:22:54.341Z Checking fastrand v2.3.0
23782026-05-19T16:22:54.386Z Checking dyn-clone v1.0.20
23792026-05-19T16:22:54.409Z Checking foreign-types v0.3.2
23802026-05-19T16:22:54.428Z Checking unicode-normalization v0.1.25
23812026-05-19T16:22:54.476Z Checking semver v1.0.28
23822026-05-19T16:22:54.488Z Checking openssl-sys v0.9.115
23832026-05-19T16:22:54.516Z Checking tempfile v3.25.0
23842026-05-19T16:22:54.646Z Checking spin v0.9.8
23852026-05-19T16:22:54.684Z Checking ucd-trie v0.1.7
23862026-05-19T16:22:54.712Z Checking unicode-ident v1.0.24
23872026-05-19T16:22:54.815Z Checking pest v2.8.6
23882026-05-19T16:22:54.827Z Checking proc-macro2 v1.0.106
23892026-05-19T16:22:54.840Z Checking regex-automata v0.4.14
23902026-05-19T16:22:54.850Z Checking schemars v0.8.22
23912026-05-19T16:22:54.862Z Checking rustls-native-certs v0.8.3
23922026-05-19T16:22:54.864Z Checking openssl v0.10.79
23932026-05-19T16:22:54.883Z Checking rustls-webpki v0.103.9
23942026-05-19T16:22:54.897Z Checking tokio-util v0.7.18
23952026-05-19T16:22:54.981Z Checking thiserror v2.0.18
23962026-05-19T16:22:55.079Z Checking sync_wrapper v1.0.2
23972026-05-19T16:22:55.130Z Checking wait-timeout v0.2.1
23982026-05-19T16:22:55.181Z Checking powerfmt v0.2.0
23992026-05-19T16:22:55.247Z Checking simd-adler32 v0.3.8
24002026-05-19T16:22:55.301Z Checking rustls v0.23.37
24012026-05-19T16:22:55.331Z Checking quick-error v1.2.3
24022026-05-19T16:22:55.412Z Checking anstyle v1.0.13
24032026-05-19T16:22:55.431Z Checking pretty-hex v0.4.1
24042026-05-19T16:22:55.482Z Checking siphasher v1.0.2
24052026-05-19T16:22:55.497Z Checking h2 v0.4.13
24062026-05-19T16:22:55.540Z Checking utf8parse v0.2.2
24072026-05-19T16:22:55.588Z Checking bit-vec v0.8.0
24082026-05-19T16:22:55.636Z Checking rusty-fork v0.3.1
24092026-05-19T16:22:55.639Z Checking anstyle-parse v0.2.7
24102026-05-19T16:22:55.779Z Checking bit-set v0.8.0
24112026-05-19T16:22:55.792Z Checking deranged v0.5.8
24122026-05-19T16:22:55.804Z Checking tower v0.5.3
24132026-05-19T16:22:55.847Z Checking quote v1.0.45
24142026-05-19T16:22:55.922Z Compiling newtype-uuid v1.3.2
24152026-05-19T16:22:56.016Z Checking http-body-util v0.1.3
24162026-05-19T16:22:56.104Z Checking webpki-roots v1.0.6
24172026-05-19T16:22:56.180Z Checking crossbeam-utils v0.8.21
24182026-05-19T16:22:56.218Z Checking rand_xorshift v0.4.0
24192026-05-19T16:22:56.232Z Checking crc32fast v1.5.0
24202026-05-19T16:22:56.336Z Checking scroll v0.13.0
24212026-05-19T16:22:56.368Z Checking signature v2.2.0
24222026-05-19T16:22:56.498Z Checking time-core v0.1.8
24232026-05-19T16:22:56.511Z Checking unicode-properties v0.1.4
24242026-05-19T16:22:56.559Z Checking unicode-bidi v0.3.18
24252026-05-19T16:22:56.613Z Checking num_threads v0.1.7
24262026-05-19T16:22:56.637Z Checking iri-string v0.7.10
24272026-05-19T16:22:56.696Z Checking ryu v1.0.23
24282026-05-19T16:22:56.707Z Checking unarray v0.1.4
24292026-05-19T16:22:56.709Z Checking adler2 v2.0.1
24302026-05-19T16:22:56.808Z Checking num-conv v0.2.0
24312026-05-19T16:22:56.824Z Checking colorchoice v1.0.4
24322026-05-19T16:22:56.837Z Checking is_terminal_polyfill v1.70.2
24332026-05-19T16:22:56.849Z Checking allocator-api2 v0.2.21
24342026-05-19T16:22:56.852Z Checking native-tls v0.2.18
24352026-05-19T16:22:56.917Z Checking anstyle-query v1.1.5
24362026-05-19T16:22:56.931Z Checking time v0.3.47
24372026-05-19T16:22:56.931Z Checking stringprep v0.1.5
24382026-05-19T16:22:57.008Z Checking anstream v0.6.21
24392026-05-19T16:22:57.037Z Checking tokio-native-tls v0.3.1
24402026-05-19T16:22:57.094Z Checking serde_urlencoded v0.7.1
24412026-05-19T16:22:57.134Z Checking miniz_oxide v0.8.9
24422026-05-19T16:22:57.204Z Checking proptest v1.10.0
24432026-05-19T16:22:57.218Z Checking bstr v1.12.1
24442026-05-19T16:22:57.298Z Checking goblin v0.10.5
24452026-05-19T16:22:57.491Z Checking crossbeam-epoch v0.9.18
24462026-05-19T16:22:57.612Z Compiling daft v0.1.5
24472026-05-19T16:22:57.656Z Checking tokio-rustls v0.26.4
24482026-05-19T16:22:57.670Z Checking tower-http v0.6.8
24492026-05-19T16:22:57.721Z Checking syn v2.0.117
24502026-05-19T16:22:57.882Z Checking ipnetwork v0.21.1
24512026-05-19T16:22:57.897Z Checking rand_chacha v0.3.1
24522026-05-19T16:22:57.943Z Checking scroll v0.12.0
24532026-05-19T16:22:58.076Z Checking thiserror v1.0.69
24542026-05-19T16:22:58.094Z Checking zstd-sys v2.0.16+zstd.1.5.7
24552026-05-19T16:22:58.106Z Checking hash32 v0.2.1
24562026-05-19T16:22:58.155Z Checking hyper v1.8.1
24572026-05-19T16:22:58.168Z Checking num-integer v0.1.46
24582026-05-19T16:22:58.169Z Checking serde_spanned v0.6.9
24592026-05-19T16:22:58.199Z Checking toml_datetime v0.6.11
24602026-05-19T16:22:58.256Z Checking md-5 v0.10.6
24612026-05-19T16:22:58.303Z Checking ff v0.13.1
24622026-05-19T16:22:58.378Z Checking base16ct v0.2.0
24632026-05-19T16:22:58.392Z Checking fallible-iterator v0.2.0
24642026-05-19T16:22:58.405Z Checking psl-types v2.0.11
24652026-05-19T16:22:58.427Z Checking zlib-rs v0.6.2
24662026-05-19T16:22:58.500Z Checking sec1 v0.7.3
24672026-05-19T16:22:58.514Z Checking publicsuffix v2.3.0
24682026-05-19T16:22:58.660Z Checking postgres-protocol v0.6.10
24692026-05-19T16:22:58.672Z Compiling iddqd v0.3.18
24702026-05-19T16:22:58.701Z Checking group v0.13.0
24712026-05-19T16:22:58.845Z Checking num-iter v0.1.45
24722026-05-19T16:22:58.958Z Checking heapless v0.7.17
24732026-05-19T16:22:58.971Z Checking zstd-safe v7.2.4
24742026-05-19T16:22:59.035Z Checking hyper-util v0.1.20
24752026-05-19T16:22:59.131Z Checking goblin v0.8.2
24762026-05-19T16:22:59.134Z Checking rand v0.8.6
24772026-05-19T16:22:59.295Z Checking flate2 v1.1.9
24782026-05-19T16:22:59.358Z Checking oxnet v0.1.4
24792026-05-19T16:22:59.582Z Checking cookie v0.18.1
24802026-05-19T16:22:59.597Z Checking dtrace-parser v0.3.0
24812026-05-19T16:22:59.615Z Checking dof v0.4.0
24822026-05-19T16:22:59.650Z Checking phf_shared v0.13.1
24832026-05-19T16:22:59.791Z Checking lazy_static v1.5.0
24842026-05-19T16:22:59.806Z Checking pin-project v1.1.11
24852026-05-19T16:22:59.828Z Checking zerocopy v0.7.35
24862026-05-19T16:22:59.846Z Checking bzip2-sys v0.1.13+1.0.8
24872026-05-19T16:22:59.879Z Checking signal-hook v0.3.18
24882026-05-19T16:22:59.895Z Checking terminal_size v0.4.3
24892026-05-19T16:22:59.933Z Checking futures-executor v0.3.32
24902026-05-19T16:22:59.962Z Checking hex v0.4.3
24912026-05-19T16:23:00.005Z Checking hkdf v0.12.4
24922026-05-19T16:23:00.066Z Checking crypto-bigint v0.5.5
24932026-05-19T16:23:00.078Z Checking thread-id v5.1.0
24942026-05-19T16:23:00.135Z Checking encoding_rs v0.8.35
24952026-05-19T16:23:00.156Z Checking libbz2-rs-sys v0.2.2
24962026-05-19T16:23:00.183Z Checking mime v0.3.17
24972026-05-19T16:23:00.241Z Checking bitflags v1.3.2
24982026-05-19T16:23:00.253Z Checking hyper-rustls v0.27.7
24992026-05-19T16:23:00.312Z Checking hyper-tls v0.6.0
25002026-05-19T16:23:00.325Z Checking foldhash v0.2.0
25012026-05-19T16:23:00.349Z Checking winnow v0.5.40
25022026-05-19T16:23:00.458Z Checking bumpalo v3.20.2
25032026-05-19T16:23:00.472Z Checking managed v0.8.0
25042026-05-19T16:23:00.485Z Checking strsim v0.11.1
25052026-05-19T16:23:00.540Z Checking clap_lex v1.0.0
25062026-05-19T16:23:00.642Z Checking either v1.15.0
25072026-05-19T16:23:00.655Z Checking foldhash v0.1.5
25082026-05-19T16:23:00.657Z Compiling rayon-core v1.13.0
25092026-05-19T16:23:00.689Z Checking same-file v1.0.6
25102026-05-19T16:23:00.786Z Checking winnow v0.7.14
25112026-05-19T16:23:00.803Z Checking walkdir v2.5.0
25122026-05-19T16:23:00.825Z Checking hashbrown v0.15.5
25132026-05-19T16:23:00.854Z Checking clap_builder v4.5.60
25142026-05-19T16:23:00.948Z Checking elliptic-curve v0.13.8
25152026-05-19T16:23:00.960Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25162026-05-19T16:23:01.019Z Checking dof v0.3.0
25172026-05-19T16:23:01.064Z Checking reqwest v0.12.28
25182026-05-19T16:23:01.141Z Checking zopfli v0.8.3
25192026-05-19T16:23:01.255Z Checking smoltcp v0.9.1
25202026-05-19T16:23:01.293Z Checking bzip2 v0.6.1
25212026-05-19T16:23:01.296Z Checking hashbrown v0.16.1
25222026-05-19T16:23:01.455Z Checking usdt-impl v0.6.0
25232026-05-19T16:23:01.467Z Checking futures v0.3.32
25242026-05-19T16:23:01.481Z Checking toml_edit v0.19.15
25252026-05-19T16:23:01.540Z Checking signal-hook-mio v0.2.5
25262026-05-19T16:23:01.642Z Checking bzip2 v0.4.4
25272026-05-19T16:23:01.729Z Checking snafu v0.8.9
25282026-05-19T16:23:01.796Z Checking num-bigint-dig v0.8.6
25292026-05-19T16:23:01.808Z Checking phf v0.13.1
25302026-05-19T16:23:01.828Z Checking cookie_store v0.22.1
25312026-05-19T16:23:01.942Z Checking zstd v0.13.3
25322026-05-19T16:23:01.954Z Checking postgres-types v0.2.12
25332026-05-19T16:23:01.966Z Checking dtrace-parser v0.2.0
25342026-05-19T16:23:02.091Z Checking crossbeam-deque v0.8.6
25352026-05-19T16:23:02.125Z Checking rustls-platform-verifier v0.6.2
25362026-05-19T16:23:02.149Z Checking globset v0.4.18
25372026-05-19T16:23:02.173Z Checking regex v1.12.3
25382026-05-19T16:23:02.198Z Checking ed25519 v2.2.3
25392026-05-19T16:23:02.262Z Checking phf_shared v0.11.3
25402026-05-19T16:23:02.275Z Checking olpc-cjson v0.1.4
25412026-05-19T16:23:02.287Z Checking curve25519-dalek v4.1.3
25422026-05-19T16:23:02.381Z Checking ref-cast v1.0.25
25432026-05-19T16:23:02.399Z Checking strum v0.27.2
25442026-05-19T16:23:02.411Z Checking hubpack v0.1.2
25452026-05-19T16:23:02.415Z Checking memoffset v0.9.1
25462026-05-19T16:23:02.446Z Checking rustix v0.38.44
25472026-05-19T16:23:02.475Z Checking pkcs1 v0.7.5
25482026-05-19T16:23:02.499Z Checking pem v3.0.6
25492026-05-19T16:23:02.512Z Checking float-cmp v0.10.0
25502026-05-19T16:23:02.525Z Checking erased-serde v0.3.31
25512026-05-19T16:23:02.578Z Checking serde_plain v1.0.2
25522026-05-19T16:23:02.633Z Checking serde-big-array v0.5.1
25532026-05-19T16:23:02.636Z Checking rfc6979 v0.4.0
25542026-05-19T16:23:02.657Z Checking thread-id v4.2.2
25552026-05-19T16:23:02.677Z Checking memmap2 v0.9.10
25562026-05-19T16:23:02.719Z Checking env_filter v1.0.0
25572026-05-19T16:23:02.732Z Checking predicates-core v1.0.10
25582026-05-19T16:23:02.755Z Checking typed-path v0.9.3
25592026-05-19T16:23:02.767Z Checking keccak v0.1.6
25602026-05-19T16:23:02.833Z Checking difflib v0.4.0
25612026-05-19T16:23:02.845Z Checking toml_write v0.1.2
25622026-05-19T16:23:02.858Z Checking data-encoding v2.10.0
25632026-05-19T16:23:02.907Z Checking precomputed-hash v0.1.1
25642026-05-19T16:23:02.926Z Checking new_debug_unreachable v1.0.6
25652026-05-19T16:23:02.990Z Checking fixedbitset v0.5.7
25662026-05-19T16:23:03.001Z Checking rustc-hash v2.1.1
25672026-05-19T16:23:03.014Z Checking normalize-line-endings v0.3.0
25682026-05-19T16:23:03.017Z Checking fixedbitset v0.4.2
25692026-05-19T16:23:03.067Z Checking unicode-segmentation v1.12.0
25702026-05-19T16:23:03.109Z Checking static_assertions v1.1.0
25712026-05-19T16:23:03.112Z Checking whoami v2.1.0
25722026-05-19T16:23:03.132Z Checking jiff v0.2.21
25732026-05-19T16:23:03.158Z Checking petgraph v0.6.5
25742026-05-19T16:23:03.177Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
25752026-05-19T16:23:03.189Z Checking petgraph v0.8.3
25762026-05-19T16:23:03.237Z Checking crossterm v0.28.1
25772026-05-19T16:23:03.307Z Checking tokio-postgres v0.7.16
25782026-05-19T16:23:03.373Z Checking similar v2.7.0
25792026-05-19T16:23:03.534Z Checking tough v0.22.0
25802026-05-19T16:23:03.747Z Checking hickory-proto v0.25.2
25812026-05-19T16:23:04.400Z Checking predicates v3.1.4
25822026-05-19T16:23:04.549Z Checking ed25519-dalek v2.2.0
25832026-05-19T16:23:04.696Z Checking toml_edit v0.22.27
25842026-05-19T16:23:04.725Z Checking string_cache v0.8.9
25852026-05-19T16:23:04.772Z Checking sha3 v0.10.8
25862026-05-19T16:23:04.785Z Checking slog v2.8.2
25872026-05-19T16:23:04.893Z Checking env_logger v0.11.9
25882026-05-19T16:23:04.975Z Checking usdt v0.6.0
25892026-05-19T16:23:05.043Z Checking ecdsa v0.16.9
25902026-05-19T16:23:05.080Z Checking usdt-impl v0.5.0
25912026-05-19T16:23:05.141Z Checking rsa v0.9.10
25922026-05-19T16:23:05.285Z Checking zip v4.6.1
25932026-05-19T16:23:05.363Z Checking toml v0.7.8
25942026-05-19T16:23:05.379Z Checking nix v0.31.2
25952026-05-19T16:23:05.502Z Checking reqwest v0.13.2
25962026-05-19T16:23:05.607Z Checking clap v4.5.60
25972026-05-19T16:23:05.666Z Checking toml_parser v1.0.9+spec-1.1.0
25982026-05-19T16:23:05.686Z Checking zip v0.6.6
25992026-05-19T16:23:05.744Z Checking itertools v0.13.0
26002026-05-19T16:23:05.759Z Checking serde_with v3.17.0
26012026-05-19T16:23:05.852Z Checking strum v0.26.3
26022026-05-19T16:23:05.964Z Checking fs-err v3.3.0
26032026-05-19T16:23:05.993Z Checking ahash v0.8.12
26042026-05-19T16:23:06.007Z Checking object v0.37.3
26052026-05-19T16:23:06.183Z Checking tokio-stream v0.1.18
26062026-05-19T16:23:06.262Z Checking buf-list v1.1.2
26072026-05-19T16:23:06.339Z Checking camino v1.2.2
26082026-05-19T16:23:06.362Z Checking anyhow v1.0.102
26092026-05-19T16:23:06.442Z Checking x509-cert v0.2.5
26102026-05-19T16:23:06.516Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
26112026-05-19T16:23:06.555Z Checking openapiv3 v2.2.0
26122026-05-19T16:23:06.567Z Checking sha1 v0.10.6
26132026-05-19T16:23:06.581Z Checking toml_datetime v0.7.5+spec-1.1.0
26142026-05-19T16:23:06.723Z Checking lalrpop-util v0.19.12
26152026-05-19T16:23:06.763Z Checking peg-runtime v0.8.5
26162026-05-19T16:23:06.775Z Checking rayon v1.11.0
26172026-05-19T16:23:06.779Z Checking sigpipe v0.1.3
26182026-05-19T16:23:06.853Z Checking glob v0.3.3
26192026-05-19T16:23:08.212Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26202026-05-19T16:23:08.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.79s
26212026-05-19T16:23:08.652Z
26222026-05-19T16:23:08.652Zinfo: running `cargo check --bins` on internal-dns-types (77/276)
26232026-05-19T16:23:09.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26242026-05-19T16:23:09.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26252026-05-19T16:23:09.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26262026-05-19T16:23:09.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26272026-05-19T16:23:09.248Z
26282026-05-19T16:23:09.248Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/276)
26292026-05-19T16:23:09.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26302026-05-19T16:23:09.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26312026-05-19T16:23:09.756Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26322026-05-19T16:23:09.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26332026-05-19T16:23:09.849Z
26342026-05-19T16:23:09.849Zinfo: running `cargo check --bins` on nexus-types-versions (79/276)
26352026-05-19T16:23:10.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26362026-05-19T16:23:10.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26372026-05-19T16:23:10.368Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26382026-05-19T16:23:10.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26392026-05-19T16:23:10.465Z
26402026-05-19T16:23:10.465Zinfo: running `cargo check --bins` on oxql-types (80/276)
26412026-05-19T16:23:10.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26422026-05-19T16:23:10.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26432026-05-19T16:23:10.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26442026-05-19T16:23:10.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26452026-05-19T16:23:11.069Z
26462026-05-19T16:23:11.069Zinfo: running `cargo check --bins` on oximeter-types (81/276)
26472026-05-19T16:23:11.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26482026-05-19T16:23:11.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26492026-05-19T16:23:11.577Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26502026-05-19T16:23:11.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26512026-05-19T16:23:11.671Z
26522026-05-19T16:23:11.671Zinfo: running `cargo check --bins` on oximeter-types-versions (82/276)
26532026-05-19T16:23:12.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26542026-05-19T16:23:12.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26552026-05-19T16:23:12.187Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26562026-05-19T16:23:12.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26572026-05-19T16:23:12.277Z
26582026-05-19T16:23:12.277Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/276)
26592026-05-19T16:23:12.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26602026-05-19T16:23:12.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26612026-05-19T16:23:12.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26622026-05-19T16:23:12.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26632026-05-19T16:23:12.861Z
26642026-05-19T16:23:12.861Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/276)
26652026-05-19T16:23:13.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26662026-05-19T16:23:13.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26672026-05-19T16:23:13.553Z Compiling structmeta-derive v0.3.0
26682026-05-19T16:23:13.669Z Compiling rustls v0.22.4
26692026-05-19T16:23:13.679Z Compiling multer v3.1.0
26702026-05-19T16:23:13.689Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26712026-05-19T16:23:13.689Z Compiling async-stream-impl v0.3.6
26722026-05-19T16:23:13.713Z Compiling dropshot v0.17.0
26732026-05-19T16:23:13.726Z Compiling newtype-uuid-macros v0.1.0
26742026-05-19T16:23:13.726Z Compiling dropshot_endpoint v0.17.0
26752026-05-19T16:23:13.846Z Checking newtype-uuid v1.3.2
26762026-05-19T16:23:13.905Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26772026-05-19T16:23:13.964Z Checking rustls-webpki v0.102.8
26782026-05-19T16:23:14.051Z Checking daft v0.1.5
26792026-05-19T16:23:14.070Z Checking thread_local v1.1.9
26802026-05-19T16:23:14.238Z Checking match_cfg v0.1.0
26812026-05-19T16:23:14.260Z Checking compression-core v0.4.31
26822026-05-19T16:23:14.288Z Checking iddqd v0.3.18
26832026-05-19T16:23:14.304Z Checking hostname v0.3.1
26842026-05-19T16:23:14.336Z Checking crossbeam-channel v0.5.15
26852026-05-19T16:23:14.385Z Checking compression-codecs v0.4.37
26862026-05-19T16:23:14.398Z Checking slog-json v2.6.1
26872026-05-19T16:23:14.474Z Checking toml_datetime v1.0.0+spec-1.1.0
26882026-05-19T16:23:14.545Z Checking is-terminal v0.4.17
26892026-05-19T16:23:14.545Z Checking serde_spanned v1.0.4
26902026-05-19T16:23:14.647Z Checking toml_writer v1.0.6+spec-1.1.0
26912026-05-19T16:23:14.668Z Checking take_mut v0.2.2
26922026-05-19T16:23:14.681Z Checking debug-ignore v1.0.5
26932026-05-19T16:23:14.684Z Checking term v1.2.1
26942026-05-19T16:23:14.727Z Compiling structmeta v0.3.0
26952026-05-19T16:23:14.768Z Checking slog-async v2.8.0
26962026-05-19T16:23:14.780Z Checking async-compression v0.4.41
26972026-05-19T16:23:14.824Z Checking toml v1.0.6+spec-1.1.0
26982026-05-19T16:23:14.908Z Checking slog-term v2.9.2
26992026-05-19T16:23:14.938Z Compiling derive-ex v0.1.8
27002026-05-19T16:23:14.941Z Compiling parse-display-derive v0.10.0
27012026-05-19T16:23:15.021Z Checking slog-bunyan v2.5.0
27022026-05-19T16:23:15.135Z Checking async-stream v0.3.6
27032026-05-19T16:23:15.149Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27042026-05-19T16:23:15.161Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27052026-05-19T16:23:15.219Z Checking progenitor-client v0.14.0
27062026-05-19T16:23:15.260Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27072026-05-19T16:23:15.396Z Checking waitgroup v0.1.2
27082026-05-19T16:23:15.413Z Checking backon v1.6.0
27092026-05-19T16:23:15.444Z Checking rustls-pemfile v2.2.0
27102026-05-19T16:23:15.488Z Checking serde_path_to_error v0.1.20
27112026-05-19T16:23:15.501Z Checking hostname v0.4.2
27122026-05-19T16:23:15.572Z Checking instant v0.1.13
27132026-05-19T16:23:15.668Z Checking backoff v0.4.0
27142026-05-19T16:23:15.750Z Checking progenitor-extras v0.2.0
27152026-05-19T16:23:15.775Z Checking tokio-rustls v0.25.0
27162026-05-19T16:23:15.787Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27172026-05-19T16:23:15.837Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27182026-05-19T16:23:15.993Z Checking itertools v0.14.0
27192026-05-19T16:23:16.006Z Checking progenitor-client v0.10.0
27202026-05-19T16:23:16.213Z Checking regress v0.10.5
27212026-05-19T16:23:16.226Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27222026-05-19T16:23:16.456Z Checking macaddr v1.0.1
27232026-05-19T16:23:16.603Z Checking parse-display v0.10.0
27242026-05-19T16:23:16.615Z Compiling test-strategy v0.4.5
27252026-05-19T16:23:17.809Z Compiling prettyplease v0.2.37
27262026-05-19T16:23:18.132Z Checking num-rational v0.4.2
27272026-05-19T16:23:18.135Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27282026-05-19T16:23:18.516Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27292026-05-19T16:23:18.763Z Checking num-complex v0.4.6
27302026-05-19T16:23:19.290Z Checking num v0.4.3
27312026-05-19T16:23:19.366Z Compiling usdt-attr-macro v0.5.0
27322026-05-19T16:23:19.473Z Compiling usdt-macro v0.5.0
27332026-05-19T16:23:19.487Z Checking memmap v0.7.0
27342026-05-19T16:23:19.499Z Compiling float-ord v0.3.2
27352026-05-19T16:23:19.611Z Checking unicode-width v0.2.0
27362026-05-19T16:23:19.614Z Compiling convert_case v0.4.0
27372026-05-19T16:23:19.878Z Checking console v0.15.11
27382026-05-19T16:23:20.008Z Compiling derive_more v0.99.20
27392026-05-19T16:23:20.149Z Checking newline-converter v0.3.0
27402026-05-19T16:23:20.152Z Checking atomicwrites v0.4.4
27412026-05-19T16:23:20.191Z Checking usdt v0.5.0
27422026-05-19T16:23:20.260Z Compiling toml v0.8.23
27432026-05-19T16:23:20.287Z Checking linked-hash-map v0.5.6
27442026-05-19T16:23:20.356Z Compiling minimal-lexical v0.2.1
27452026-05-19T16:23:20.453Z Checking lru-cache v0.1.2
27462026-05-19T16:23:20.576Z Compiling nom v7.1.3
27472026-05-19T16:23:20.610Z Checking expectorate v1.2.0
27482026-05-19T16:23:21.206Z Checking camino-tempfile v1.4.1
27492026-05-19T16:23:21.319Z Checking hickory-proto v0.24.4
27502026-05-19T16:23:21.369Z Checking phf_shared v0.12.1
27512026-05-19T16:23:21.489Z Compiling slog-dtrace v0.3.0
27522026-05-19T16:23:21.509Z Checking heck v0.5.0
27532026-05-19T16:23:21.695Z Checking resolv-conf v0.7.6
27542026-05-19T16:23:21.701Z Compiling chrono-tz v0.10.4
27552026-05-19T16:23:21.825Z Compiling const_format_proc_macros v0.2.34
27562026-05-19T16:23:21.893Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27572026-05-19T16:23:21.928Z Checking phf v0.12.1
27582026-05-19T16:23:22.060Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27592026-05-19T16:23:22.094Z Checking tokio-dtrace v0.1.1
27602026-05-19T16:23:22.281Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27612026-05-19T16:23:22.415Z Compiling derive-where v1.6.0
27622026-05-19T16:23:22.525Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27632026-05-19T16:23:22.701Z Checking highway v1.3.0
27642026-05-19T16:23:22.939Z Checking const_format v0.2.35
27652026-05-19T16:23:23.175Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27662026-05-19T16:23:23.178Z Checking hickory-resolver v0.24.4
27672026-05-19T16:23:23.379Z Checking oxide-tokio-rt v0.1.4
27682026-05-19T16:23:23.595Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27692026-05-19T16:23:23.735Z Checking gethostname v0.5.0
27702026-05-19T16:23:23.749Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27712026-05-19T16:23:23.789Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27722026-05-19T16:23:23.820Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27732026-05-19T16:23:23.877Z Checking bcs v0.1.6
27742026-05-19T16:23:23.913Z Checking qorb v0.4.1
27752026-05-19T16:23:23.942Z Checking termtree v0.5.1
27762026-05-19T16:23:27.245Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27772026-05-19T16:23:29.926Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27782026-05-19T16:23:32.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.18s
27792026-05-19T16:23:32.231Z
27802026-05-19T16:23:32.231Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/276)
27812026-05-19T16:23:32.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27822026-05-19T16:23:32.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27832026-05-19T16:23:32.924Z Compiling ar_archive_writer v0.5.1
27842026-05-19T16:23:33.036Z Compiling stacker v0.1.23
27852026-05-19T16:23:33.039Z Compiling cfg_aliases v0.1.1
27862026-05-19T16:23:33.050Z Compiling convert_case v0.10.0
27872026-05-19T16:23:33.054Z Checking unicode-width v0.1.14
27882026-05-19T16:23:33.069Z Compiling proc-macro-error v1.0.4
27892026-05-19T16:23:33.079Z Checking fd-lock v4.0.4
27902026-05-19T16:23:33.079Z Checking nibble_vec v0.1.0
27912026-05-19T16:23:33.102Z Compiling nix v0.28.0
27922026-05-19T16:23:33.190Z Checking vte v0.14.1
27932026-05-19T16:23:33.206Z Compiling recursive-proc-macro-impl v0.1.1
27942026-05-19T16:23:33.285Z Checking endian-type v0.1.2
27952026-05-19T16:23:33.297Z Checking bytecount v0.6.9
27962026-05-19T16:23:33.335Z Checking strip-ansi-escapes v0.2.1
27972026-05-19T16:23:33.347Z Compiling derive_more-impl v2.1.1
27982026-05-19T16:23:33.359Z Compiling tabled_derive v0.7.0
27992026-05-19T16:23:33.393Z Checking papergrid v0.11.0
28002026-05-19T16:23:33.404Z Checking radix_trie v0.2.1
28012026-05-19T16:23:33.443Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28022026-05-19T16:23:33.598Z Compiling peg-macros v0.8.5
28032026-05-19T16:23:33.612Z Checking winnow v0.6.26
28042026-05-19T16:23:33.873Z Compiling psm v0.1.30
28052026-05-19T16:23:33.907Z Compiling sqlparser_derive v0.5.0
28062026-05-19T16:23:33.984Z Checking home v0.5.12
28072026-05-19T16:23:34.091Z Checking nu-ansi-term v0.50.3
28082026-05-19T16:23:34.134Z Checking derive_more v2.1.1
28092026-05-19T16:23:34.212Z Checking unicode_categories v0.1.1
28102026-05-19T16:23:34.296Z Checking reedline v0.40.0
28112026-05-19T16:23:34.296Z Checking tabled v0.15.0
28122026-05-19T16:23:34.370Z Checking crossterm v0.29.0
28132026-05-19T16:23:34.373Z Checking rustyline v14.0.0
28142026-05-19T16:23:34.630Z Checking recursive v0.1.1
28152026-05-19T16:23:34.705Z Checking display-error-chain v0.2.2
28162026-05-19T16:23:34.722Z Checking sqlparser v0.61.0
28172026-05-19T16:23:34.735Z Checking sqlformat v0.3.5
28182026-05-19T16:23:34.934Z Checking peg v0.8.5
28192026-05-19T16:23:45.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.51s
28202026-05-19T16:23:45.934Z
28212026-05-19T16:23:45.934Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/276)
28222026-05-19T16:23:46.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28232026-05-19T16:23:46.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28242026-05-19T16:23:46.615Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28252026-05-19T16:23:50.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.07s
28262026-05-19T16:23:50.206Z
28272026-05-19T16:23:50.206Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/276)
28282026-05-19T16:23:50.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28292026-05-19T16:23:50.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28302026-05-19T16:23:50.875Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28312026-05-19T16:23:53.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.08s
28322026-05-19T16:23:53.491Z
28332026-05-19T16:23:53.491Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/276)
28342026-05-19T16:23:54.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28352026-05-19T16:23:54.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28362026-05-19T16:23:54.156Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28372026-05-19T16:23:57.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.89s
28382026-05-19T16:23:57.581Z
28392026-05-19T16:23:57.581Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/276)
28402026-05-19T16:23:58.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28412026-05-19T16:23:58.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28422026-05-19T16:23:58.251Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28432026-05-19T16:24:01.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.89s
28442026-05-19T16:24:01.664Z
28452026-05-19T16:24:01.664Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/276)
28462026-05-19T16:24:02.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28472026-05-19T16:24:02.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28482026-05-19T16:24:02.334Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28492026-05-19T16:24:04.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
28502026-05-19T16:24:05.081Z
28512026-05-19T16:24:05.081Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/276)
28522026-05-19T16:24:05.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28532026-05-19T16:24:05.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28542026-05-19T16:24:05.751Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28552026-05-19T16:24:08.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
28562026-05-19T16:24:08.531Z
28572026-05-19T16:24:08.531Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/276)
28582026-05-19T16:24:09.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28592026-05-19T16:24:09.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28602026-05-19T16:24:09.205Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28612026-05-19T16:24:12.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.08s
28622026-05-19T16:24:12.826Z
28632026-05-19T16:24:12.826Zinfo: running `cargo check --bins` on oximeter (93/276)
28642026-05-19T16:24:13.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28652026-05-19T16:24:13.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28662026-05-19T16:24:13.332Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28672026-05-19T16:24:13.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28682026-05-19T16:24:13.424Z
28692026-05-19T16:24:13.424Zinfo: running `cargo check --bins` on oximeter-schema (94/276)
28702026-05-19T16:24:13.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28712026-05-19T16:24:13.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28722026-05-19T16:24:14.055Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28732026-05-19T16:24:14.217Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28742026-05-19T16:24:14.221Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28752026-05-19T16:24:14.551Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28762026-05-19T16:24:17.407Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28772026-05-19T16:24:18.608Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28782026-05-19T16:24:18.770Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28792026-05-19T16:24:19.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.00s
28802026-05-19T16:24:19.619Z
28812026-05-19T16:24:19.619Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/276)
28822026-05-19T16:24:20.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28832026-05-19T16:24:20.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28842026-05-19T16:24:20.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28852026-05-19T16:24:20.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28862026-05-19T16:24:20.217Z
28872026-05-19T16:24:20.217Zinfo: running `cargo check --bins` on oximeter-test-utils (96/276)
28882026-05-19T16:24:20.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28892026-05-19T16:24:20.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28902026-05-19T16:24:20.753Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28912026-05-19T16:24:20.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28922026-05-19T16:24:20.853Z
28932026-05-19T16:24:20.853Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/276)
28942026-05-19T16:24:21.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28952026-05-19T16:24:21.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28962026-05-19T16:24:21.364Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28972026-05-19T16:24:21.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28982026-05-19T16:24:21.458Z
28992026-05-19T16:24:21.458Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/276)
29002026-05-19T16:24:21.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29012026-05-19T16:24:21.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29022026-05-19T16:24:21.967Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29032026-05-19T16:24:21.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29042026-05-19T16:24:22.059Z
29052026-05-19T16:24:22.059Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/276)
29062026-05-19T16:24:22.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29072026-05-19T16:24:22.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29082026-05-19T16:24:22.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29092026-05-19T16:24:22.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29102026-05-19T16:24:22.659Z
29112026-05-19T16:24:22.659Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/276)
29122026-05-19T16:24:23.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29132026-05-19T16:24:23.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29142026-05-19T16:24:23.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29152026-05-19T16:24:23.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29162026-05-19T16:24:23.259Z
29172026-05-19T16:24:23.259Zinfo: running `cargo check --bins` on trust-quorum-types (101/276)
29182026-05-19T16:24:23.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29192026-05-19T16:24:23.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29202026-05-19T16:24:23.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29212026-05-19T16:24:23.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29222026-05-19T16:24:23.846Z
29232026-05-19T16:24:23.846Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/276)
29242026-05-19T16:24:24.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29252026-05-19T16:24:24.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29262026-05-19T16:24:24.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29272026-05-19T16:24:24.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29282026-05-19T16:24:24.454Z
29292026-05-19T16:24:24.454Zinfo: running `cargo check --bins` on update-engine (103/276)
29302026-05-19T16:24:24.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29312026-05-19T16:24:24.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29322026-05-19T16:24:24.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29332026-05-19T16:24:24.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29342026-05-19T16:24:25.039Z
29352026-05-19T16:24:25.039Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/276)
29362026-05-19T16:24:25.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29372026-05-19T16:24:25.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29382026-05-19T16:24:25.751Z Compiling crucible-workspace-hack v0.1.0
29392026-05-19T16:24:25.868Z Checking secrecy v0.10.3
29402026-05-19T16:24:25.876Z Compiling heapless v0.8.0
29412026-05-19T16:24:25.883Z Compiling ingot-macros v0.1.1
29422026-05-19T16:24:25.890Z Compiling toml_edit v0.23.10+spec-1.0.0
29432026-05-19T16:24:25.893Z Checking hash32 v0.3.1
29442026-05-19T16:24:25.910Z Compiling smoltcp v0.11.0
29452026-05-19T16:24:25.912Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29462026-05-19T16:24:25.971Z Checking cobs v0.3.0
29472026-05-19T16:24:26.015Z Compiling thiserror-impl-no-std v2.0.2
29482026-05-19T16:24:26.110Z Checking universal-hash v0.5.1
29492026-05-19T16:24:26.123Z Checking half v2.7.1
29502026-05-19T16:24:26.163Z Checking ciborium-io v0.2.2
29512026-05-19T16:24:26.230Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29522026-05-19T16:24:26.258Z Checking opaque-debug v0.3.1
29532026-05-19T16:24:26.276Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29542026-05-19T16:24:26.326Z Checking poly1305 v0.8.0
29552026-05-19T16:24:26.371Z Checking ciborium-ll v0.2.2
29562026-05-19T16:24:26.408Z Compiling proc-macro-crate v3.4.0
29572026-05-19T16:24:26.556Z Checking postcard v1.1.3
29582026-05-19T16:24:26.572Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29592026-05-19T16:24:26.585Z Checking password-hash v0.5.0
29602026-05-19T16:24:26.832Z Checking chacha20 v0.9.1
29612026-05-19T16:24:26.846Z Compiling proc-macro-crate v1.3.1
29622026-05-19T16:24:26.860Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29632026-05-19T16:24:26.923Z Checking blake2 v0.10.6
29642026-05-19T16:24:26.950Z Compiling num_enum_derive v0.7.5
29652026-05-19T16:24:27.023Z Checking aead v0.5.2
29662026-05-19T16:24:27.090Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29672026-05-19T16:24:27.156Z Compiling foreign-types-macros v0.2.3
29682026-05-19T16:24:27.168Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29692026-05-19T16:24:27.182Z Checking thiserror-no-std v2.0.2
29702026-05-19T16:24:27.269Z Checking foreign-types-shared v0.3.1
29712026-05-19T16:24:27.292Z Checking cpufeatures v0.3.0
29722026-05-19T16:24:27.306Z Compiling num_enum_derive v0.5.11
29732026-05-19T16:24:27.367Z Checking vsss-rs v3.3.4
29742026-05-19T16:24:27.370Z Checking chacha20 v0.10.0
29752026-05-19T16:24:27.402Z Checking chacha20poly1305 v0.10.1
29762026-05-19T16:24:27.528Z Checking argon2 v0.5.3
29772026-05-19T16:24:27.593Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29782026-05-19T16:24:27.739Z Checking foreign-types v0.5.0
29792026-05-19T16:24:27.848Z Checking ciborium v0.2.2
29802026-05-19T16:24:27.928Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29812026-05-19T16:24:27.978Z Checking tabwriter v1.4.1
29822026-05-19T16:24:28.000Z Checking num_enum v0.7.5
29832026-05-19T16:24:28.113Z Checking byte-wrapper v0.1.0
29842026-05-19T16:24:28.127Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29852026-05-19T16:24:28.204Z Checking cstr-argument v0.1.2
29862026-05-19T16:24:28.258Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29872026-05-19T16:24:28.318Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29882026-05-19T16:24:28.318Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29892026-05-19T16:24:28.344Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29902026-05-19T16:24:28.467Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29912026-05-19T16:24:28.513Z Checking num_enum v0.5.11
29922026-05-19T16:24:28.530Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29932026-05-19T16:24:28.544Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29942026-05-19T16:24:28.624Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29952026-05-19T16:24:28.652Z Checking rand v0.10.0
29962026-05-19T16:24:28.688Z Checking ingot-types v0.1.2
29972026-05-19T16:24:28.701Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
29982026-05-19T16:24:28.704Z Checking colored v3.1.1
29992026-05-19T16:24:28.825Z Checking indent_write v2.2.0
30002026-05-19T16:24:28.909Z Compiling zone_cfg_derive v0.3.1
30012026-05-19T16:24:28.954Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30022026-05-19T16:24:28.968Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30032026-05-19T16:24:29.004Z Checking itertools v0.12.1
30042026-05-19T16:24:29.029Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30052026-05-19T16:24:29.043Z Checking ingot v0.1.1
30062026-05-19T16:24:29.118Z Compiling num-derive v0.4.2
30072026-05-19T16:24:29.132Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30082026-05-19T16:24:29.158Z Checking swrite v0.1.0
30092026-05-19T16:24:29.246Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30102026-05-19T16:24:29.343Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30112026-05-19T16:24:29.507Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30122026-05-19T16:24:29.536Z Checking dropshot-api-manager-types v0.7.1
30132026-05-19T16:24:29.550Z Checking smf v0.2.3
30142026-05-19T16:24:29.565Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30152026-05-19T16:24:29.613Z Checking nanorand v0.7.0
30162026-05-19T16:24:29.703Z Checking whoami v1.6.1
30172026-05-19T16:24:29.776Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30182026-05-19T16:24:29.809Z Checking flume v0.11.1
30192026-05-19T16:24:29.995Z Checking zone v0.3.1
30202026-05-19T16:24:30.032Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
30212026-05-19T16:24:30.572Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30222026-05-19T16:24:31.508Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30232026-05-19T16:24:32.385Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30242026-05-19T16:24:35.563Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30252026-05-19T16:24:37.589Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30262026-05-19T16:24:38.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.64s
30272026-05-19T16:24:38.873Z
30282026-05-19T16:24:38.873Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/276)
30292026-05-19T16:24:39.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30302026-05-19T16:24:39.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30312026-05-19T16:24:39.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30322026-05-19T16:24:39.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30332026-05-19T16:24:39.470Z
30342026-05-19T16:24:39.470Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/276)
30352026-05-19T16:24:39.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30362026-05-19T16:24:39.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30372026-05-19T16:24:39.976Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30382026-05-19T16:24:39.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30392026-05-19T16:24:40.070Z
30402026-05-19T16:24:40.070Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/276)
30412026-05-19T16:24:40.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30422026-05-19T16:24:40.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30432026-05-19T16:24:40.578Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30442026-05-19T16:24:40.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30452026-05-19T16:24:40.675Z
30462026-05-19T16:24:40.675Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/276)
30472026-05-19T16:24:41.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30482026-05-19T16:24:41.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30492026-05-19T16:24:41.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30502026-05-19T16:24:41.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30512026-05-19T16:24:41.271Z
30522026-05-19T16:24:41.271Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/276)
30532026-05-19T16:24:41.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30542026-05-19T16:24:41.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30552026-05-19T16:24:41.775Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30562026-05-19T16:24:41.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30572026-05-19T16:24:41.869Z
30582026-05-19T16:24:41.869Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/276)
30592026-05-19T16:24:42.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30602026-05-19T16:24:42.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30612026-05-19T16:24:42.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30622026-05-19T16:24:42.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30632026-05-19T16:24:42.474Z
30642026-05-19T16:24:42.474Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/276)
30652026-05-19T16:24:42.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30662026-05-19T16:24:42.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30672026-05-19T16:24:42.978Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30682026-05-19T16:24:42.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30692026-05-19T16:24:43.072Z
30702026-05-19T16:24:43.072Zinfo: running `cargo check --bins` on cockroach-admin-client (112/276)
30712026-05-19T16:24:43.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30722026-05-19T16:24:43.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30732026-05-19T16:24:43.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30742026-05-19T16:24:43.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30752026-05-19T16:24:43.652Z
30762026-05-19T16:24:43.652Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/276)
30772026-05-19T16:24:44.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30782026-05-19T16:24:44.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30792026-05-19T16:24:44.156Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30802026-05-19T16:24:44.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30812026-05-19T16:24:44.246Z
30822026-05-19T16:24:44.247Zinfo: running `cargo check --bins` on dns-service-client (114/276)
30832026-05-19T16:24:44.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30842026-05-19T16:24:44.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30852026-05-19T16:24:44.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30862026-05-19T16:24:44.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30872026-05-19T16:24:44.846Z
30882026-05-19T16:24:44.846Zinfo: running `cargo check --bins` on installinator-client (115/276)
30892026-05-19T16:24:45.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30902026-05-19T16:24:45.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30912026-05-19T16:24:45.355Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30922026-05-19T16:24:45.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30932026-05-19T16:24:45.445Z
30942026-05-19T16:24:45.445Zinfo: running `cargo check --bins` on nexus-client (116/276)
30952026-05-19T16:24:45.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30962026-05-19T16:24:45.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30972026-05-19T16:24:45.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30982026-05-19T16:24:45.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30992026-05-19T16:24:46.070Z
31002026-05-19T16:24:46.070Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/276)
31012026-05-19T16:24:46.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31022026-05-19T16:24:46.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31032026-05-19T16:24:46.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31042026-05-19T16:24:46.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31052026-05-19T16:24:46.698Z
31062026-05-19T16:24:46.699Zinfo: running `cargo check --bins` on ntp-admin-client (118/276)
31072026-05-19T16:24:47.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31082026-05-19T16:24:47.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31092026-05-19T16:24:47.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31102026-05-19T16:24:47.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31112026-05-19T16:24:47.284Z
31122026-05-19T16:24:47.284Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/276)
31132026-05-19T16:24:47.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31142026-05-19T16:24:47.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31152026-05-19T16:24:47.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31162026-05-19T16:24:47.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31172026-05-19T16:24:47.867Z
31182026-05-19T16:24:47.867Zinfo: running `cargo check --bins` on oxide-client (120/276)
31192026-05-19T16:24:48.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31202026-05-19T16:24:48.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31212026-05-19T16:24:48.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31222026-05-19T16:24:48.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31232026-05-19T16:24:48.454Z
31242026-05-19T16:24:48.454Zinfo: running `cargo check --bins` on oximeter-client (121/276)
31252026-05-19T16:24:48.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31262026-05-19T16:24:48.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31272026-05-19T16:24:48.960Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31282026-05-19T16:24:48.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31292026-05-19T16:24:49.051Z
31302026-05-19T16:24:49.051Zinfo: running `cargo check --bins` on repo-depot-client (122/276)
31312026-05-19T16:24:49.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31322026-05-19T16:24:49.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31332026-05-19T16:24:49.546Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31342026-05-19T16:24:49.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31352026-05-19T16:24:49.633Z
31362026-05-19T16:24:49.633Zinfo: running `cargo check --bins` on sled-agent-client (123/276)
31372026-05-19T16:24:50.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31382026-05-19T16:24:50.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31392026-05-19T16:24:50.144Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31402026-05-19T16:24:50.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31412026-05-19T16:24:50.235Z
31422026-05-19T16:24:50.235Zinfo: running `cargo check --bins` on wicketd-client (124/276)
31432026-05-19T16:24:50.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31442026-05-19T16:24:50.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31452026-05-19T16:24:50.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31462026-05-19T16:24:50.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31472026-05-19T16:24:50.855Z
31482026-05-19T16:24:50.855Zinfo: running `cargo check --bins` on installinator-common (125/276)
31492026-05-19T16:24:51.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31502026-05-19T16:24:51.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31512026-05-19T16:24:51.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31522026-05-19T16:24:51.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31532026-05-19T16:24:51.466Z
31542026-05-19T16:24:51.466Zinfo: running `cargo check --bins` on installinator-common-versions (126/276)
31552026-05-19T16:24:51.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31562026-05-19T16:24:51.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31572026-05-19T16:24:51.960Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31582026-05-19T16:24:51.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31592026-05-19T16:24:52.045Z
31602026-05-19T16:24:52.045Zinfo: running `cargo check --bins` on wicket-common (127/276)
31612026-05-19T16:24:52.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31622026-05-19T16:24:52.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31632026-05-19T16:24:52.557Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31642026-05-19T16:24:52.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31652026-05-19T16:24:52.652Z
31662026-05-19T16:24:52.652Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/276)
31672026-05-19T16:24:53.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31682026-05-19T16:24:53.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31692026-05-19T16:24:53.341Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31702026-05-19T16:24:53.456Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31712026-05-19T16:24:53.464Z Checking csv-core v0.1.13
31722026-05-19T16:24:53.471Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31732026-05-19T16:24:53.478Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31742026-05-19T16:24:53.480Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31752026-05-19T16:24:53.498Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31762026-05-19T16:24:53.500Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31772026-05-19T16:24:53.622Z Checking csv v1.4.0
31782026-05-19T16:24:53.648Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31792026-05-19T16:24:53.662Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31802026-05-19T16:24:53.689Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31812026-05-19T16:24:53.714Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31822026-05-19T16:24:53.953Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31832026-05-19T16:24:54.314Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31842026-05-19T16:24:54.315Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31852026-05-19T16:24:54.648Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31862026-05-19T16:25:00.424Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31872026-05-19T16:25:00.950Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31882026-05-19T16:25:03.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.60s
31892026-05-19T16:25:03.461Z
31902026-05-19T16:25:03.462Zinfo: running `cargo check --bins` on cockroach-admin-api (129/276)
31912026-05-19T16:25:03.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31922026-05-19T16:25:03.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31932026-05-19T16:25:03.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31942026-05-19T16:25:03.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31952026-05-19T16:25:04.057Z
31962026-05-19T16:25:04.058Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/276)
31972026-05-19T16:25:04.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31982026-05-19T16:25:04.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31992026-05-19T16:25:04.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32002026-05-19T16:25:04.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
32012026-05-19T16:25:04.732Z
32022026-05-19T16:25:04.732Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/276)
32032026-05-19T16:25:05.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32042026-05-19T16:25:05.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32052026-05-19T16:25:05.302Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32062026-05-19T16:25:05.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
32072026-05-19T16:25:05.409Z
32082026-05-19T16:25:05.409Zinfo: running `cargo check --bins` on gateway-test-utils (132/276)
32092026-05-19T16:25:05.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32102026-05-19T16:25:05.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32112026-05-19T16:25:05.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32122026-05-19T16:25:05.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32132026-05-19T16:25:06.053Z
32142026-05-19T16:25:06.053Zinfo: running `cargo check --bins` on omicron-gateway (133/276)
32152026-05-19T16:25:06.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32162026-05-19T16:25:06.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32172026-05-19T16:25:06.809Z Compiling regress v0.11.1
32182026-05-19T16:25:06.945Z Compiling unsafe-libyaml v0.2.11
32192026-05-19T16:25:06.958Z Compiling semver v0.1.20
32202026-05-19T16:25:06.970Z Compiling radium v0.7.0
32212026-05-19T16:25:06.985Z Checking tap v1.0.1
32222026-05-19T16:25:06.988Z Compiling maybe-uninit v2.0.0
32232026-05-19T16:25:07.012Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32242026-05-19T16:25:07.085Z Checking wyz v0.5.1
32252026-05-19T16:25:07.233Z Compiling rustc_version v0.1.7
32262026-05-19T16:25:07.261Z Checking progenitor-client v0.13.0
32272026-05-19T16:25:07.346Z Compiling zerocopy-derive v0.6.6
32282026-05-19T16:25:07.416Z Compiling packed_struct v0.10.1
32292026-05-19T16:25:07.453Z Compiling newtype_derive v0.1.6
32302026-05-19T16:25:07.541Z Compiling serde_yaml v0.9.34+deprecated
32312026-05-19T16:25:07.639Z Compiling owo-colors v4.3.0
32322026-05-19T16:25:07.661Z Checking crc-catalog v2.4.0
32332026-05-19T16:25:07.684Z Compiling cancel-safe-futures v0.1.5
32342026-05-19T16:25:07.754Z Checking funty v2.0.0
32352026-05-19T16:25:07.907Z Checking crc v3.4.0
32362026-05-19T16:25:08.073Z Checking bitvec v1.0.1
32372026-05-19T16:25:08.102Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32382026-05-19T16:25:08.156Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32392026-05-19T16:25:08.180Z Checking zerocopy v0.6.6
32402026-05-19T16:25:08.360Z Checking typify-impl v0.6.2
32412026-05-19T16:25:08.488Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32422026-05-19T16:25:08.488Z Compiling packed_struct_codegen v0.10.1
32432026-05-19T16:25:08.623Z Checking libsw-core v0.3.2
32442026-05-19T16:25:08.756Z Compiling bitfield-macros v0.19.4
32452026-05-19T16:25:08.772Z Compiling indexmap v1.9.3
32462026-05-19T16:25:08.967Z Checking nodrop v0.1.14
32472026-05-19T16:25:09.002Z Checking libsw v3.5.0
32482026-05-19T16:25:09.091Z Checking array-init v0.0.4
32492026-05-19T16:25:09.157Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32502026-05-19T16:25:09.348Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32512026-05-19T16:25:09.363Z Checking smallvec v0.6.14
32522026-05-19T16:25:09.464Z Checking bitfield v0.19.4
32532026-05-19T16:25:09.495Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32542026-05-19T16:25:09.601Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32552026-05-19T16:25:09.728Z Checking hashbrown v0.12.3
32562026-05-19T16:25:09.728Z Checking smawk v0.3.2
32572026-05-19T16:25:09.819Z Checking linear-map v1.2.0
32582026-05-19T16:25:09.871Z Checking unicode-linebreak v0.1.5
32592026-05-19T16:25:09.901Z Checking tagptr v0.2.0
32602026-05-19T16:25:09.994Z Checking base64 v0.21.7
32612026-05-19T16:25:10.045Z Checking moka v0.12.13
32622026-05-19T16:25:10.083Z Checking textwrap v0.16.2
32632026-05-19T16:25:10.097Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32642026-05-19T16:25:10.112Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32652026-05-19T16:25:10.232Z Checking ron v0.8.1
32662026-05-19T16:25:10.263Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32672026-05-19T16:25:10.297Z Checking steno v0.4.1
32682026-05-19T16:25:10.450Z Checking serde-hex v0.1.0
32692026-05-19T16:25:10.596Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32702026-05-19T16:25:10.663Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32712026-05-19T16:25:10.756Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32722026-05-19T16:25:10.819Z Checking hashbrown v0.13.2
32732026-05-19T16:25:11.045Z Checking crc-any v2.5.0
32742026-05-19T16:25:11.228Z Checking humantime v2.3.0
32752026-05-19T16:25:11.242Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32762026-05-19T16:25:11.280Z Checking object v0.30.4
32772026-05-19T16:25:11.332Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32782026-05-19T16:25:11.358Z Checking hickory-resolver v0.25.2
32792026-05-19T16:25:11.409Z Checking half v1.8.3
32802026-05-19T16:25:11.446Z Checking void v1.0.2
32812026-05-19T16:25:11.495Z Checking path-slash v0.1.5
32822026-05-19T16:25:11.552Z Checking utf-8 v0.7.6
32832026-05-19T16:25:11.598Z Checking lzss v0.8.2
32842026-05-19T16:25:11.601Z Checking serde_cbor v0.11.2
32852026-05-19T16:25:11.686Z Checking tungstenite v0.23.0
32862026-05-19T16:25:11.917Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32872026-05-19T16:25:11.931Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32882026-05-19T16:25:11.991Z Checking nix v0.27.1
32892026-05-19T16:25:12.058Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32902026-05-19T16:25:12.111Z Checking kstat-rs v0.2.4
32912026-05-19T16:25:12.131Z Checking fxhash v0.2.1
32922026-05-19T16:25:12.205Z Checking serde_bytes v0.11.19
32932026-05-19T16:25:12.256Z Checking tokio-tungstenite v0.23.1
32942026-05-19T16:25:12.302Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32952026-05-19T16:25:12.382Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32962026-05-19T16:25:12.485Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32972026-05-19T16:25:12.516Z Checking signal-hook-tokio v0.3.1
32982026-05-19T16:25:12.809Z Compiling typify-macro v0.6.2
32992026-05-19T16:25:13.543Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33002026-05-19T16:25:13.946Z Compiling typify v0.6.2
33012026-05-19T16:25:14.026Z Compiling progenitor-impl v0.13.0
33022026-05-19T16:25:14.026Z Compiling progenitor-impl v0.14.0
33032026-05-19T16:25:14.427Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33042026-05-19T16:25:14.752Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
33052026-05-19T16:25:15.591Z Compiling progenitor-macro v0.13.0
33062026-05-19T16:25:15.632Z Compiling progenitor-macro v0.14.0
33072026-05-19T16:25:17.951Z Checking progenitor v0.13.0
33082026-05-19T16:25:18.084Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33092026-05-19T16:25:18.299Z Checking progenitor v0.14.0
33102026-05-19T16:25:18.415Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33112026-05-19T16:25:21.122Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33122026-05-19T16:25:28.778Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33132026-05-19T16:25:35.127Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33142026-05-19T16:25:36.483Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33152026-05-19T16:25:36.991Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33162026-05-19T16:25:39.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.01s
33172026-05-19T16:25:39.271Z
33182026-05-19T16:25:39.271Zinfo: running `cargo check --bins` on gateway-api (134/276)
33192026-05-19T16:25:39.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33202026-05-19T16:25:39.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33212026-05-19T16:25:39.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33222026-05-19T16:25:39.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33232026-05-19T16:25:39.869Z
33242026-05-19T16:25:39.869Zinfo: running `cargo check --bins` on ipcc (135/276)
33252026-05-19T16:25:40.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33262026-05-19T16:25:40.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33272026-05-19T16:25:40.374Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33282026-05-19T16:25:40.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33292026-05-19T16:25:40.464Z
33302026-05-19T16:25:40.464Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/276)
33312026-05-19T16:25:40.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33322026-05-19T16:25:40.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33332026-05-19T16:25:40.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33342026-05-19T16:25:40.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33352026-05-19T16:25:41.046Z
33362026-05-19T16:25:41.046Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (137/276)
33372026-05-19T16:25:41.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33382026-05-19T16:25:41.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33392026-05-19T16:25:41.552Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33402026-05-19T16:25:41.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33412026-05-19T16:25:41.644Z
33422026-05-19T16:25:41.644Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/276)
33432026-05-19T16:25:42.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33442026-05-19T16:25:42.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33452026-05-19T16:25:42.156Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33462026-05-19T16:25:42.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33472026-05-19T16:25:42.246Z
33482026-05-19T16:25:42.246Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/276)
33492026-05-19T16:25:42.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33502026-05-19T16:25:42.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33512026-05-19T16:25:42.748Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33522026-05-19T16:25:42.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33532026-05-19T16:25:42.839Z
33542026-05-19T16:25:42.839Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/276)
33552026-05-19T16:25:43.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33562026-05-19T16:25:43.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33572026-05-19T16:25:43.345Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33582026-05-19T16:25:43.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33592026-05-19T16:25:43.433Z
33602026-05-19T16:25:43.433Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/276)
33612026-05-19T16:25:43.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33622026-05-19T16:25:43.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33632026-05-19T16:25:43.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33642026-05-19T16:25:43.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33652026-05-19T16:25:44.029Z
33662026-05-19T16:25:44.029Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/276)
33672026-05-19T16:25:44.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33682026-05-19T16:25:44.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33692026-05-19T16:25:44.533Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33702026-05-19T16:25:44.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33712026-05-19T16:25:44.624Z
33722026-05-19T16:25:44.624Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/276)
33732026-05-19T16:25:45.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33742026-05-19T16:25:45.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33752026-05-19T16:25:45.129Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33762026-05-19T16:25:45.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33772026-05-19T16:25:45.222Z
33782026-05-19T16:25:45.222Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/276)
33792026-05-19T16:25:45.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33802026-05-19T16:25:45.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33812026-05-19T16:25:45.727Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33822026-05-19T16:25:45.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33832026-05-19T16:25:45.818Z
33842026-05-19T16:25:45.818Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/276)
33852026-05-19T16:25:46.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33862026-05-19T16:25:46.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33872026-05-19T16:25:46.323Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33882026-05-19T16:25:46.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33892026-05-19T16:25:46.415Z
33902026-05-19T16:25:46.415Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/276)
33912026-05-19T16:25:46.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33922026-05-19T16:25:46.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33932026-05-19T16:25:46.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33942026-05-19T16:25:46.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33952026-05-19T16:25:47.009Z
33962026-05-19T16:25:47.009Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/276)
33972026-05-19T16:25:47.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33982026-05-19T16:25:47.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33992026-05-19T16:25:47.516Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34002026-05-19T16:25:47.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34012026-05-19T16:25:47.608Z
34022026-05-19T16:25:47.608Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (148/276)
34032026-05-19T16:25:48.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34042026-05-19T16:25:48.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34052026-05-19T16:25:48.115Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34062026-05-19T16:25:48.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34072026-05-19T16:25:48.203Z
34082026-05-19T16:25:48.203Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (149/276)
34092026-05-19T16:25:48.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34102026-05-19T16:25:48.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34112026-05-19T16:25:48.707Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34122026-05-19T16:25:48.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34132026-05-19T16:25:48.799Z
34142026-05-19T16:25:48.799Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (150/276)
34152026-05-19T16:25:49.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34162026-05-19T16:25:49.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34172026-05-19T16:25:49.307Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34182026-05-19T16:25:49.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34192026-05-19T16:25:49.400Z
34202026-05-19T16:25:49.400Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (151/276)
34212026-05-19T16:25:49.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34222026-05-19T16:25:49.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34232026-05-19T16:25:49.910Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34242026-05-19T16:25:49.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34252026-05-19T16:25:50.005Z
34262026-05-19T16:25:50.005Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (152/276)
34272026-05-19T16:25:52.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34282026-05-19T16:25:52.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34292026-05-19T16:25:52.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34302026-05-19T16:25:52.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34312026-05-19T16:25:52.531Z
34322026-05-19T16:25:52.531Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (153/276)
34332026-05-19T16:25:52.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34342026-05-19T16:25:52.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34352026-05-19T16:25:52.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34362026-05-19T16:25:52.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34372026-05-19T16:25:52.531Z
34382026-05-19T16:25:52.531Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (154/276)
34392026-05-19T16:25:52.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34402026-05-19T16:25:52.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34412026-05-19T16:25:52.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34422026-05-19T16:25:52.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34432026-05-19T16:25:52.538Z
34442026-05-19T16:25:52.538Zinfo: running `cargo check --bins` on oximeter-producer (155/276)
34452026-05-19T16:25:52.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34462026-05-19T16:25:52.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34472026-05-19T16:25:52.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34482026-05-19T16:25:52.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34492026-05-19T16:25:52.538Z
34502026-05-19T16:25:52.538Zinfo: running `cargo check --bins` on internal-dns-resolver (156/276)
34512026-05-19T16:25:54.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34522026-05-19T16:25:54.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34532026-05-19T16:25:54.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34542026-05-19T16:25:54.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34552026-05-19T16:25:54.047Z
34562026-05-19T16:25:54.047Zinfo: running `cargo check --bins` on dns-server (157/276)
34572026-05-19T16:25:54.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34582026-05-19T16:25:54.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34592026-05-19T16:25:54.047Z Compiling parking_lot_core v0.8.6
34602026-05-19T16:25:54.047Z Compiling atomicwrites v0.4.4
34612026-05-19T16:25:54.047Z Compiling git-stub v1.0.0
34622026-05-19T16:25:54.047Z Checking prefix-trie v0.7.0
34632026-05-19T16:25:54.047Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34642026-05-19T16:25:54.047Z Compiling git-stub-vcs v0.1.0
34652026-05-19T16:25:54.073Z Checking hickory-server v0.25.2
34662026-05-19T16:25:54.265Z Checking parking_lot v0.11.2
34672026-05-19T16:25:54.268Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34682026-05-19T16:25:54.286Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34692026-05-19T16:25:54.286Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34702026-05-19T16:25:54.353Z Checking sled v0.34.7
34712026-05-19T16:25:56.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.17s
34722026-05-19T16:25:56.393Z
34732026-05-19T16:25:56.393Zinfo: running `cargo check --bins` on dns-server-api (158/276)
34742026-05-19T16:25:56.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34752026-05-19T16:25:56.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34762026-05-19T16:25:56.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34772026-05-19T16:25:56.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34782026-05-19T16:25:56.988Z
34792026-05-19T16:25:56.989Zinfo: running `cargo check --bins` on oximeter-producer-api (159/276)
34802026-05-19T16:25:57.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34812026-05-19T16:25:57.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34822026-05-19T16:25:57.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34832026-05-19T16:25:57.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34842026-05-19T16:25:57.585Z
34852026-05-19T16:25:57.585Zinfo: running `cargo check --bins` on sp-sim (160/276)
34862026-05-19T16:25:58.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34872026-05-19T16:25:58.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34882026-05-19T16:25:58.300Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34892026-05-19T16:26:00.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.47s
34902026-05-19T16:26:00.260Z
34912026-05-19T16:26:00.260Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (161/276)
34922026-05-19T16:26:00.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34932026-05-19T16:26:00.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34942026-05-19T16:26:00.805Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34952026-05-19T16:26:00.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34962026-05-19T16:26:00.905Z
34972026-05-19T16:26:00.905Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (162/276)
34982026-05-19T16:26:01.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34992026-05-19T16:26:01.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35002026-05-19T16:26:01.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35012026-05-19T16:26:01.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35022026-05-19T16:26:01.556Z
35032026-05-19T16:26:01.556Zinfo: running `cargo check --bins` on db-macros (163/276)
35042026-05-19T16:26:02.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35052026-05-19T16:26:02.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35062026-05-19T16:26:02.051Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35072026-05-19T16:26:02.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35082026-05-19T16:26:02.140Z
35092026-05-19T16:26:02.140Zinfo: running `cargo check --bins` on nexus-macros-common (164/276)
35102026-05-19T16:26:02.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35112026-05-19T16:26:02.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35122026-05-19T16:26:02.635Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35132026-05-19T16:26:02.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35142026-05-19T16:26:02.722Z
35152026-05-19T16:26:02.722Zinfo: running `cargo check --bins` on nexus-auth (165/276)
35162026-05-19T16:26:03.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35172026-05-19T16:26:03.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35182026-05-19T16:26:03.266Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35192026-05-19T16:26:03.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35202026-05-19T16:26:03.368Z
35212026-05-19T16:26:03.368Zinfo: running `cargo check --bins` on authz-macros (166/276)
35222026-05-19T16:26:03.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35232026-05-19T16:26:03.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35242026-05-19T16:26:03.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35252026-05-19T16:26:03.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35262026-05-19T16:26:03.950Z
35272026-05-19T16:26:03.950Zinfo: running `cargo check --bins` on nexus-db-fixed-data (167/276)
35282026-05-19T16:26:04.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35292026-05-19T16:26:04.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35302026-05-19T16:26:04.486Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35312026-05-19T16:26:04.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35322026-05-19T16:26:04.585Z
35332026-05-19T16:26:04.585Zinfo: running `cargo check --bins` on nexus-db-model (168/276)
35342026-05-19T16:26:05.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35352026-05-19T16:26:05.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35362026-05-19T16:26:05.123Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35372026-05-19T16:26:05.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35382026-05-19T16:26:05.223Z
35392026-05-19T16:26:05.223Zinfo: running `cargo check --bins` on nexus-db-schema (169/276)
35402026-05-19T16:26:05.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35412026-05-19T16:26:05.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35422026-05-19T16:26:05.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35432026-05-19T16:26:05.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35442026-05-19T16:26:05.802Z
35452026-05-19T16:26:05.802Zinfo: running `cargo check --bins` on omicron-rpaths (170/276)
35462026-05-19T16:26:06.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35472026-05-19T16:26:06.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35482026-05-19T16:26:06.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35492026-05-19T16:26:06.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35502026-05-19T16:26:06.381Z
35512026-05-19T16:26:06.381Zinfo: running `cargo check --bins` on nexus-defaults (171/276)
35522026-05-19T16:26:06.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35532026-05-19T16:26:06.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35542026-05-19T16:26:06.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35552026-05-19T16:26:06.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35562026-05-19T16:26:06.976Z
35572026-05-19T16:26:06.976Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (172/276)
35582026-05-19T16:26:07.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35592026-05-19T16:26:07.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35602026-05-19T16:26:07.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35612026-05-19T16:26:07.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35622026-05-19T16:26:07.554Z
35632026-05-19T16:26:07.554Zinfo: running `cargo check --bins` on parallel-task-set (173/276)
35642026-05-19T16:26:08.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35652026-05-19T16:26:08.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35662026-05-19T16:26:08.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35672026-05-19T16:26:08.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35682026-05-19T16:26:08.133Z
35692026-05-19T16:26:08.133Zinfo: running `cargo check --bins` on nexus-db-errors (174/276)
35702026-05-19T16:26:08.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35712026-05-19T16:26:08.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35722026-05-19T16:26:08.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35732026-05-19T16:26:08.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35742026-05-19T16:26:08.778Z
35752026-05-19T16:26:08.778Zinfo: running `cargo check --bins` on nexus-db-lookup (175/276)
35762026-05-19T16:26:09.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35772026-05-19T16:26:09.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35782026-05-19T16:26:09.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35792026-05-19T16:26:09.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35802026-05-19T16:26:09.424Z
35812026-05-19T16:26:09.424Zinfo: running `cargo check --bins` on nexus-inventory (176/276)
35822026-05-19T16:26:09.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35832026-05-19T16:26:09.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35842026-05-19T16:26:09.963Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35852026-05-19T16:26:09.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35862026-05-19T16:26:10.062Z
35872026-05-19T16:26:10.063Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (177/276)
35882026-05-19T16:26:10.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35892026-05-19T16:26:10.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35902026-05-19T16:26:10.581Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35912026-05-19T16:26:10.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35922026-05-19T16:26:10.672Z
35932026-05-19T16:26:10.672Zinfo: running `cargo check --bins --no-default-features` on sled-storage (178/276)
35942026-05-19T16:26:11.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35952026-05-19T16:26:11.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35962026-05-19T16:26:11.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35972026-05-19T16:26:11.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35982026-05-19T16:26:11.285Z
35992026-05-19T16:26:11.285Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (179/276)
36002026-05-19T16:26:11.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36012026-05-19T16:26:11.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36022026-05-19T16:26:11.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36032026-05-19T16:26:11.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36042026-05-19T16:26:11.898Z
36052026-05-19T16:26:11.898Zinfo: running `cargo check --bins` on key-manager (180/276)
36062026-05-19T16:26:12.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36072026-05-19T16:26:12.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36082026-05-19T16:26:12.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36092026-05-19T16:26:12.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36102026-05-19T16:26:12.493Z
36112026-05-19T16:26:12.493Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (181/276)
36122026-05-19T16:26:13.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36132026-05-19T16:26:13.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36142026-05-19T16:26:13.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36152026-05-19T16:26:13.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36162026-05-19T16:26:13.104Z
36172026-05-19T16:26:13.104Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (182/276)
36182026-05-19T16:26:13.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36192026-05-19T16:26:13.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36202026-05-19T16:26:13.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36212026-05-19T16:26:13.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36222026-05-19T16:26:13.717Z
36232026-05-19T16:26:13.717Zinfo: running `cargo check --bins` on typed-rng (183/276)
36242026-05-19T16:26:14.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36252026-05-19T16:26:14.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36262026-05-19T16:26:14.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36272026-05-19T16:26:14.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36282026-05-19T16:26:14.300Z
36292026-05-19T16:26:14.300Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (184/276)
36302026-05-19T16:26:14.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36312026-05-19T16:26:14.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36322026-05-19T16:26:15.153Z Compiling typify-impl v0.4.3
36332026-05-19T16:26:15.153Z Compiling libefi-sys v0.1.0
36342026-05-19T16:26:15.156Z Compiling bitfield-struct v0.6.2
36352026-05-19T16:26:15.305Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36362026-05-19T16:26:15.315Z Compiling xshell-macros v0.2.7
36372026-05-19T16:26:15.328Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36382026-05-19T16:26:15.344Z Compiling salty v0.3.0
36392026-05-19T16:26:15.371Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36402026-05-19T16:26:15.499Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
36412026-05-19T16:26:15.647Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36422026-05-19T16:26:15.662Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36432026-05-19T16:26:15.678Z Checking xshell v0.2.7
36442026-05-19T16:26:15.794Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36452026-05-19T16:26:15.864Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36462026-05-19T16:26:15.905Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36472026-05-19T16:26:15.949Z Checking primeorder v0.13.6
36482026-05-19T16:26:16.028Z Compiling proc-macro-error-attr2 v2.0.0
36492026-05-19T16:26:16.142Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36502026-05-19T16:26:16.182Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36512026-05-19T16:26:16.199Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36522026-05-19T16:26:16.237Z Checking tungstenite v0.21.0
36532026-05-19T16:26:16.373Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36542026-05-19T16:26:16.409Z Compiling proc-macro-error2 v2.0.1
36552026-05-19T16:26:16.440Z Checking p384 v0.13.1
36562026-05-19T16:26:16.483Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36572026-05-19T16:26:16.721Z Compiling num-derive v0.3.3
36582026-05-19T16:26:17.775Z Compiling tabled_derive v0.11.0
36592026-05-19T16:26:17.775Z Checking tokio-tungstenite v0.21.0
36602026-05-19T16:26:17.775Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36612026-05-19T16:26:17.775Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36622026-05-19T16:26:17.775Z Checking papergrid v0.17.0
36632026-05-19T16:26:17.775Z Checking testing_table v0.3.0
36642026-05-19T16:26:17.775Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36652026-05-19T16:26:17.775Z Checking libscf-sys v1.1.0
36662026-05-19T16:26:17.775Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36672026-05-19T16:26:17.918Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36682026-05-19T16:26:18.026Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36692026-05-19T16:26:18.144Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36702026-05-19T16:26:18.206Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36712026-05-19T16:26:18.278Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36722026-05-19T16:26:18.354Z Compiling unicase v2.9.0
36732026-05-19T16:26:18.375Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36742026-05-19T16:26:18.404Z Compiling illumos-nvpair-sys v0.2.0
36752026-05-19T16:26:18.471Z Checking corncobs v0.1.4
36762026-05-19T16:26:18.560Z Compiling mime_guess v2.0.5
36772026-05-19T16:26:18.605Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36782026-05-19T16:26:18.699Z Checking tabled v0.20.0
36792026-05-19T16:26:18.744Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36802026-05-19T16:26:18.780Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36812026-05-19T16:26:18.867Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36822026-05-19T16:26:18.952Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
36832026-05-19T16:26:19.076Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36842026-05-19T16:26:19.092Z Checking progenitor-client v0.11.2
36852026-05-19T16:26:19.153Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36862026-05-19T16:26:19.199Z Checking secrecy v0.8.0
36872026-05-19T16:26:19.321Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36882026-05-19T16:26:19.579Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36892026-05-19T16:26:19.646Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
36902026-05-19T16:26:19.663Z Compiling typify-macro v0.4.3
36912026-05-19T16:26:19.685Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36922026-05-19T16:26:19.788Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36932026-05-19T16:26:19.845Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36942026-05-19T16:26:19.887Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
36952026-05-19T16:26:19.950Z Checking filetime v0.2.27
36962026-05-19T16:26:20.052Z Checking xattr v1.6.1
36972026-05-19T16:26:20.088Z Checking http-range v0.1.5
36982026-05-19T16:26:20.185Z Checking crc8 v0.1.1
36992026-05-19T16:26:20.285Z Checking tar v0.4.45
37002026-05-19T16:26:20.301Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37012026-05-19T16:26:20.493Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37022026-05-19T16:26:20.671Z Checking illumos-nvpair v0.3.0
37032026-05-19T16:26:20.713Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37042026-05-19T16:26:20.824Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37052026-05-19T16:26:20.840Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37062026-05-19T16:26:21.102Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
37072026-05-19T16:26:21.149Z Checking atty v0.2.14
37082026-05-19T16:26:21.189Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37092026-05-19T16:26:21.251Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37102026-05-19T16:26:21.336Z Compiling typify v0.4.3
37112026-05-19T16:26:21.452Z Compiling progenitor-impl v0.11.2
37122026-05-19T16:26:21.455Z Compiling progenitor-impl v0.10.0
37132026-05-19T16:26:21.916Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37142026-05-19T16:26:22.163Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37152026-05-19T16:26:22.415Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37162026-05-19T16:26:22.454Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37172026-05-19T16:26:22.899Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37182026-05-19T16:26:23.175Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37192026-05-19T16:26:23.319Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37202026-05-19T16:26:23.370Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
37212026-05-19T16:26:23.521Z Checking hyper-staticfile v0.10.1
37222026-05-19T16:26:23.544Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
37232026-05-19T16:26:23.684Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37242026-05-19T16:26:23.770Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37252026-05-19T16:26:23.817Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37262026-05-19T16:26:23.951Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37272026-05-19T16:26:24.032Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37282026-05-19T16:26:24.065Z Compiling progenitor-macro v0.10.0
37292026-05-19T16:26:24.128Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37302026-05-19T16:26:24.145Z Compiling progenitor-macro v0.11.2
37312026-05-19T16:26:24.213Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37322026-05-19T16:26:24.304Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37332026-05-19T16:26:26.797Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
37342026-05-19T16:26:26.965Z Checking progenitor v0.10.0
37352026-05-19T16:26:27.081Z Checking progenitor v0.11.2
37362026-05-19T16:26:27.097Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37372026-05-19T16:26:27.209Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37382026-05-19T16:26:31.815Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
37392026-05-19T16:26:42.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.33s
37402026-05-19T16:26:42.863Z
37412026-05-19T16:26:42.863Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (185/276)
37422026-05-19T16:26:43.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37432026-05-19T16:26:43.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37442026-05-19T16:26:43.647Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37452026-05-19T16:26:54.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.35s
37462026-05-19T16:26:54.432Z
37472026-05-19T16:26:54.432Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (186/276)
37482026-05-19T16:26:54.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37492026-05-19T16:26:54.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37502026-05-19T16:26:55.210Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37512026-05-19T16:27:05.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.39s
37522026-05-19T16:27:06.042Z
37532026-05-19T16:27:06.042Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (187/276)
37542026-05-19T16:27:06.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37552026-05-19T16:27:06.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37562026-05-19T16:27:06.818Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37572026-05-19T16:27:17.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.43s
37582026-05-19T16:27:17.695Z
37592026-05-19T16:27:17.695Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (188/276)
37602026-05-19T16:27:18.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37612026-05-19T16:27:18.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37622026-05-19T16:27:18.474Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37632026-05-19T16:27:29.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.45s
37642026-05-19T16:27:29.370Z
37652026-05-19T16:27:29.370Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (189/276)
37662026-05-19T16:27:29.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37672026-05-19T16:27:29.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37682026-05-19T16:27:30.151Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37692026-05-19T16:27:40.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.49s
37702026-05-19T16:27:41.078Z
37712026-05-19T16:27:41.079Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (190/276)
37722026-05-19T16:27:41.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37732026-05-19T16:27:41.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37742026-05-19T16:27:41.856Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37752026-05-19T16:27:52.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.47s
37762026-05-19T16:27:52.767Z
37772026-05-19T16:27:52.767Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (191/276)
37782026-05-19T16:27:53.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37792026-05-19T16:27:53.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37802026-05-19T16:27:53.542Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37812026-05-19T16:28:04.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.38s
37822026-05-19T16:28:04.374Z
37832026-05-19T16:28:04.374Zinfo: running `cargo check --bins` on bootstrap-agent-api (192/276)
37842026-05-19T16:28:04.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37852026-05-19T16:28:04.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37862026-05-19T16:28:04.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37872026-05-19T16:28:04.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37882026-05-19T16:28:04.977Z
37892026-05-19T16:28:04.978Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (193/276)
37902026-05-19T16:28:05.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37912026-05-19T16:28:05.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37922026-05-19T16:28:05.488Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37932026-05-19T16:28:05.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37942026-05-19T16:28:05.579Z
37952026-05-19T16:28:05.580Zinfo: running `cargo check --bins` on range-requests (194/276)
37962026-05-19T16:28:06.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37972026-05-19T16:28:06.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37982026-05-19T16:28:06.080Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37992026-05-19T16:28:06.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38002026-05-19T16:28:06.170Z
38012026-05-19T16:28:06.170Zinfo: running `cargo check --bins` on repo-depot-api (195/276)
38022026-05-19T16:28:06.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38032026-05-19T16:28:06.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38042026-05-19T16:28:06.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38052026-05-19T16:28:06.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38062026-05-19T16:28:06.766Z
38072026-05-19T16:28:06.767Zinfo: running `cargo check --bins` on sled-agent-api (196/276)
38082026-05-19T16:28:07.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38092026-05-19T16:28:07.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38102026-05-19T16:28:07.288Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38112026-05-19T16:28:07.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38122026-05-19T16:28:07.382Z
38132026-05-19T16:28:07.382Zinfo: running `cargo check --bins` on sled-diagnostics (197/276)
38142026-05-19T16:28:07.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38152026-05-19T16:28:07.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38162026-05-19T16:28:07.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38172026-05-19T16:28:07.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38182026-05-19T16:28:07.992Z
38192026-05-19T16:28:07.992Zinfo: running `cargo check --bins` on zfs-test-harness (198/276)
38202026-05-19T16:28:08.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38212026-05-19T16:28:08.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38222026-05-19T16:28:08.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38232026-05-19T16:28:08.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38242026-05-19T16:28:08.607Z
38252026-05-19T16:28:08.607Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (199/276)
38262026-05-19T16:28:09.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38272026-05-19T16:28:09.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38282026-05-19T16:28:09.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38292026-05-19T16:28:09.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38302026-05-19T16:28:09.225Z
38312026-05-19T16:28:09.225Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (200/276)
38322026-05-19T16:28:09.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38332026-05-19T16:28:09.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38342026-05-19T16:28:09.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38352026-05-19T16:28:09.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38362026-05-19T16:28:09.843Z
38372026-05-19T16:28:09.843Zinfo: running `cargo check --bins` on sled-agent-early-networking (201/276)
38382026-05-19T16:28:10.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38392026-05-19T16:28:10.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38402026-05-19T16:28:10.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38412026-05-19T16:28:10.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38422026-05-19T16:28:10.458Z
38432026-05-19T16:28:10.458Zinfo: running `cargo check --bins` on sled-agent-health-monitor (202/276)
38442026-05-19T16:28:10.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38452026-05-19T16:28:10.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38462026-05-19T16:28:10.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38472026-05-19T16:28:10.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38482026-05-19T16:28:11.073Z
38492026-05-19T16:28:11.073Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (203/276)
38502026-05-19T16:28:11.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38512026-05-19T16:28:11.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38522026-05-19T16:28:11.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38532026-05-19T16:28:11.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38542026-05-19T16:28:11.691Z
38552026-05-19T16:28:11.691Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (204/276)
38562026-05-19T16:28:12.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38572026-05-19T16:28:12.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38582026-05-19T16:28:12.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38592026-05-19T16:28:12.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38602026-05-19T16:28:12.312Z
38612026-05-19T16:28:12.312Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (205/276)
38622026-05-19T16:28:12.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38632026-05-19T16:28:12.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38642026-05-19T16:28:12.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38652026-05-19T16:28:12.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38662026-05-19T16:28:12.932Z
38672026-05-19T16:28:12.932Zinfo: running `cargo check --bins` on sled-agent-rack-setup (206/276)
38682026-05-19T16:28:13.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38692026-05-19T16:28:13.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38702026-05-19T16:28:13.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38712026-05-19T16:28:13.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38722026-05-19T16:28:13.573Z
38732026-05-19T16:28:13.573Zinfo: running `cargo check --bins` on trust-quorum (207/276)
38742026-05-19T16:28:14.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38752026-05-19T16:28:14.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38762026-05-19T16:28:14.099Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38772026-05-19T16:28:14.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38782026-05-19T16:28:14.196Z
38792026-05-19T16:28:14.196Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (208/276)
38802026-05-19T16:28:14.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38812026-05-19T16:28:14.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38822026-05-19T16:28:14.730Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38832026-05-19T16:28:14.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38842026-05-19T16:28:14.825Z
38852026-05-19T16:28:14.825Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (209/276)
38862026-05-19T16:28:15.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38872026-05-19T16:28:15.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38882026-05-19T16:28:15.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38892026-05-19T16:28:15.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38902026-05-19T16:28:15.657Z
38912026-05-19T16:28:15.657Zinfo: running `cargo check --bins` on update-common (210/276)
38922026-05-19T16:28:15.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38932026-05-19T16:28:15.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38942026-05-19T16:28:15.982Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38952026-05-19T16:28:15.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38962026-05-19T16:28:16.070Z
38972026-05-19T16:28:16.070Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (211/276)
38982026-05-19T16:28:16.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38992026-05-19T16:28:16.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39002026-05-19T16:28:16.617Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39012026-05-19T16:28:16.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39022026-05-19T16:28:16.719Z
39032026-05-19T16:28:16.719Zinfo: running `cargo check --bins` on omicron-deployment-graph (212/276)
39042026-05-19T16:28:17.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39052026-05-19T16:28:17.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39062026-05-19T16:28:17.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39072026-05-19T16:28:17.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39082026-05-19T16:28:17.309Z
39092026-05-19T16:28:17.310Zinfo: running `cargo check --bins` on reconfigurator-cli (213/276)
39102026-05-19T16:28:17.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39112026-05-19T16:28:17.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39122026-05-19T16:28:18.072Z Compiling fs-err v2.11.0
39132026-05-19T16:28:18.072Z Checking ignore v0.4.25
39142026-05-19T16:28:18.076Z Checking arc-swap v1.8.2
39152026-05-19T16:28:18.208Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
39162026-05-19T16:28:18.208Z Checking predicates-tree v1.0.13
39172026-05-19T16:28:18.214Z Checking parse-size v1.1.0
39182026-05-19T16:28:18.235Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39192026-05-19T16:28:18.238Z Checking rand_seeder v0.4.0
39202026-05-19T16:28:18.312Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39212026-05-19T16:28:18.333Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39222026-05-19T16:28:18.385Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39232026-05-19T16:28:18.397Z Checking slog-scope v4.4.1
39242026-05-19T16:28:18.432Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39252026-05-19T16:28:18.518Z Compiling petname v2.0.2
39262026-05-19T16:28:18.532Z Checking slog-stdlog v4.1.1
39272026-05-19T16:28:18.548Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39282026-05-19T16:28:18.579Z Checking globwalk v0.9.1
39292026-05-19T16:28:18.620Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
39302026-05-19T16:28:18.648Z Checking slog-envlogger v2.2.0
39312026-05-19T16:28:18.755Z Checking camino-tempfile-ext v0.3.3
39322026-05-19T16:28:18.794Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39332026-05-19T16:28:18.827Z Checking sapling-renderdag v0.1.0
39342026-05-19T16:28:18.944Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39352026-05-19T16:28:18.980Z Checking subprocess v0.2.15
39362026-05-19T16:28:19.060Z Checking sync-ptr v0.1.4
39372026-05-19T16:28:19.161Z Checking colored v2.2.0
39382026-05-19T16:28:19.174Z Checking assert_matches v1.5.0
39392026-05-19T16:28:19.257Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39402026-05-19T16:28:19.419Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39412026-05-19T16:28:19.422Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
39422026-05-19T16:28:20.150Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39432026-05-19T16:28:21.461Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39442026-05-19T16:28:23.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.34s
39452026-05-19T16:28:23.873Z
39462026-05-19T16:28:23.873Zinfo: running `cargo check --bins` on omicron-repl-utils (214/276)
39472026-05-19T16:28:24.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39482026-05-19T16:28:24.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39492026-05-19T16:28:24.369Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39502026-05-19T16:28:24.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39512026-05-19T16:28:24.457Z
39522026-05-19T16:28:24.458Zinfo: running `cargo check --bins` on transient-dns-server (215/276)
39532026-05-19T16:28:24.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39542026-05-19T16:28:24.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39552026-05-19T16:28:24.970Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39562026-05-19T16:28:24.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39572026-05-19T16:28:25.065Z
39582026-05-19T16:28:25.065Zinfo: running `cargo check --bins` on nexus-test-interface (216/276)
39592026-05-19T16:28:25.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39602026-05-19T16:28:25.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39612026-05-19T16:28:25.610Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39622026-05-19T16:28:25.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39632026-05-19T16:28:25.725Z
39642026-05-19T16:28:25.725Zinfo: running `cargo check --bins` on oximeter-collector (217/276)
39652026-05-19T16:28:26.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39662026-05-19T16:28:26.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39672026-05-19T16:28:26.431Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39682026-05-19T16:28:26.431Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39692026-05-19T16:28:27.076Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39702026-05-19T16:28:28.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.94s
39712026-05-19T16:28:28.858Z
39722026-05-19T16:28:28.858Zinfo: running `cargo check --bins` on oximeter-api (218/276)
39732026-05-19T16:28:29.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39742026-05-19T16:28:29.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39752026-05-19T16:28:29.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39762026-05-19T16:28:29.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39772026-05-19T16:28:29.456Z
39782026-05-19T16:28:29.456Zinfo: running `cargo check --bins` on cert-dev (219/276)
39792026-05-19T16:28:29.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39802026-05-19T16:28:29.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39812026-05-19T16:28:30.064Z Checking yasna v0.5.2
39822026-05-19T16:28:30.466Z Checking rcgen v0.12.1
39832026-05-19T16:28:30.713Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39842026-05-19T16:28:30.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
39852026-05-19T16:28:31.075Z
39862026-05-19T16:28:31.075Zinfo: running `cargo check --bins` on clickana (220/276)
39872026-05-19T16:28:31.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39882026-05-19T16:28:31.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39892026-05-19T16:28:31.721Z Compiling darling_core v0.23.0
39902026-05-19T16:28:31.724Z Compiling instability v0.3.11
39912026-05-19T16:28:31.830Z Checking castaway v0.2.4
39922026-05-19T16:28:31.844Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39932026-05-19T16:28:31.847Z Compiling indoc v2.0.7
39942026-05-19T16:28:31.850Z Checking unicode-truncate v1.1.0
39952026-05-19T16:28:31.870Z Checking lru v0.12.5
39962026-05-19T16:28:31.870Z Checking cassowary v0.3.0
39972026-05-19T16:28:31.925Z Checking compact_str v0.8.1
39982026-05-19T16:28:32.899Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39992026-05-19T16:28:33.090Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40002026-05-19T16:28:33.245Z Compiling darling_macro v0.23.0
40012026-05-19T16:28:33.648Z Compiling darling v0.23.0
40022026-05-19T16:28:34.252Z Checking ratatui v0.29.0
40032026-05-19T16:28:35.288Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
40042026-05-19T16:28:35.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.87s
40052026-05-19T16:28:36.126Z
40062026-05-19T16:28:36.126Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (221/276)
40072026-05-19T16:28:36.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40082026-05-19T16:28:36.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40092026-05-19T16:28:36.837Z Checking headers-core v0.3.0
40102026-05-19T16:28:36.842Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
40112026-05-19T16:28:37.033Z Checking headers v0.4.1
40122026-05-19T16:28:37.409Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40132026-05-19T16:28:38.251Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
40142026-05-19T16:28:38.745Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
40152026-05-19T16:28:39.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.03s
40162026-05-19T16:28:39.361Z
40172026-05-19T16:28:39.361Zinfo: running `cargo check --bins` on ch-dev (222/276)
40182026-05-19T16:28:39.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40192026-05-19T16:28:39.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40202026-05-19T16:28:40.071Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
40212026-05-19T16:28:40.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
40222026-05-19T16:28:41.014Z
40232026-05-19T16:28:41.014Zinfo: running `cargo check --bins` on dev-tools-common (223/276)
40242026-05-19T16:28:41.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40252026-05-19T16:28:41.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40262026-05-19T16:28:41.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40272026-05-19T16:28:41.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
40282026-05-19T16:28:41.477Z
40292026-05-19T16:28:41.477Zinfo: running `cargo check --bins` on crdb-seed (224/276)
40302026-05-19T16:28:42.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40312026-05-19T16:28:42.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40322026-05-19T16:28:42.190Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40332026-05-19T16:28:43.183Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40342026-05-19T16:28:43.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s
40352026-05-19T16:28:43.721Z
40362026-05-19T16:28:43.721Zinfo: running `cargo check --bins` on db-dev (225/276)
40372026-05-19T16:28:44.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40382026-05-19T16:28:44.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40392026-05-19T16:28:44.432Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40402026-05-19T16:28:45.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
40412026-05-19T16:28:45.398Z
40422026-05-19T16:28:45.398Zinfo: running `cargo check --bins` on omicron-dev-lib (226/276)
40432026-05-19T16:28:45.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40442026-05-19T16:28:45.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40452026-05-19T16:28:45.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40462026-05-19T16:28:45.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40472026-05-19T16:28:46.037Z
40482026-05-19T16:28:46.037Zinfo: running `cargo check --bins` on xtask-downloader (227/276)
40492026-05-19T16:28:46.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40502026-05-19T16:28:46.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40512026-05-19T16:28:46.643Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40522026-05-19T16:28:47.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
40532026-05-19T16:28:47.504Z
40542026-05-19T16:28:47.505Zinfo: running `cargo check --bins` on omicron-dropshot-apis (228/276)
40552026-05-19T16:28:48.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40562026-05-19T16:28:48.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40572026-05-19T16:28:48.249Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40582026-05-19T16:28:48.249Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40592026-05-19T16:28:48.252Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
40602026-05-19T16:28:48.253Z Checking git-stub v1.0.0
40612026-05-19T16:28:48.253Z Compiling trait-variant v0.1.2
40622026-05-19T16:28:48.253Z Checking maplit v1.0.2
40632026-05-19T16:28:48.253Z Checking is_ci v1.2.0
40642026-05-19T16:28:48.399Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40652026-05-19T16:28:48.463Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40662026-05-19T16:28:48.489Z Checking supports-color v3.0.2
40672026-05-19T16:28:48.513Z Checking git-stub-vcs v0.1.0
40682026-05-19T16:28:48.614Z Checking drift v0.1.4
40692026-05-19T16:28:48.640Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40702026-05-19T16:28:48.663Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40712026-05-19T16:28:48.702Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40722026-05-19T16:28:48.871Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40732026-05-19T16:28:48.885Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
40742026-05-19T16:28:48.909Z Checking dropshot-api-manager v0.7.1
40752026-05-19T16:28:48.925Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40762026-05-19T16:28:49.101Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40772026-05-19T16:28:49.134Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40782026-05-19T16:28:49.301Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
40792026-05-19T16:28:49.606Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40802026-05-19T16:28:54.534Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40812026-05-19T16:28:55.609Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40822026-05-19T16:28:56.169Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40832026-05-19T16:28:56.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.08s
40842026-05-19T16:28:56.801Z
40852026-05-19T16:28:56.801Zinfo: running `cargo check --bins` on installinator-api (229/276)
40862026-05-19T16:28:57.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40872026-05-19T16:28:57.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40882026-05-19T16:28:57.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40892026-05-19T16:28:57.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40902026-05-19T16:28:57.405Z
40912026-05-19T16:28:57.405Zinfo: running `cargo check --bins` on nexus-external-api (230/276)
40922026-05-19T16:28:57.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40932026-05-19T16:28:57.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40942026-05-19T16:28:57.938Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40952026-05-19T16:28:57.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40962026-05-19T16:28:58.040Z
40972026-05-19T16:28:58.040Zinfo: running `cargo check --bins` on nexus-internal-api (231/276)
40982026-05-19T16:28:58.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40992026-05-19T16:28:58.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41002026-05-19T16:28:58.573Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41012026-05-19T16:28:58.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41022026-05-19T16:28:58.674Z
41032026-05-19T16:28:58.674Zinfo: running `cargo check --bins` on nexus-lockstep-api (232/276)
41042026-05-19T16:28:59.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41052026-05-19T16:28:59.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41062026-05-19T16:28:59.214Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41072026-05-19T16:28:59.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41082026-05-19T16:28:59.313Z
41092026-05-19T16:28:59.313Zinfo: running `cargo check --bins` on ntp-admin-api (233/276)
41102026-05-19T16:28:59.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41112026-05-19T16:28:59.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41122026-05-19T16:28:59.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41132026-05-19T16:28:59.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41142026-05-19T16:28:59.910Z
41152026-05-19T16:28:59.910Zinfo: running `cargo check --bins` on ntp-admin-types-versions (234/276)
41162026-05-19T16:29:00.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41172026-05-19T16:29:00.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41182026-05-19T16:29:00.407Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41192026-05-19T16:29:00.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41202026-05-19T16:29:00.496Z
41212026-05-19T16:29:00.496Zinfo: running `cargo check --bins` on wicketd-api (235/276)
41222026-05-19T16:29:01.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41232026-05-19T16:29:01.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41242026-05-19T16:29:01.015Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41252026-05-19T16:29:01.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41262026-05-19T16:29:01.107Z
41272026-05-19T16:29:01.107Zinfo: running `cargo check --bins` on omicron-ls-apis (236/276)
41282026-05-19T16:29:01.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41292026-05-19T16:29:01.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41302026-05-19T16:29:01.713Z Checking typeid v1.0.3
41312026-05-19T16:29:01.825Z Checking ordered-float v2.10.1
41322026-05-19T16:29:01.844Z Checking unicode-xid v0.2.6
41332026-05-19T16:29:01.855Z Checking cargo-platform v0.2.0
41342026-05-19T16:29:01.865Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
41352026-05-19T16:29:01.892Z Checking erased-serde v0.4.9
41362026-05-19T16:29:02.029Z Checking serde-value v0.7.0
41372026-05-19T16:29:02.203Z Checking serde-untagged v0.1.9
41382026-05-19T16:29:02.357Z Checking cargo-util-schemas v0.8.2
41392026-05-19T16:29:03.050Z Checking cargo_metadata v0.21.0
41402026-05-19T16:29:03.648Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41412026-05-19T16:29:04.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
41422026-05-19T16:29:04.508Z
41432026-05-19T16:29:04.508Zinfo: running `cargo check --bins` on mgs-dev (237/276)
41442026-05-19T16:29:05.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41452026-05-19T16:29:05.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41462026-05-19T16:29:05.234Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41472026-05-19T16:29:05.862Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41482026-05-19T16:29:06.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s
41492026-05-19T16:29:06.575Z
41502026-05-19T16:29:06.575Zinfo: running `cargo check --bins` on omicron-omdb (238/276)
41512026-05-19T16:29:07.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41522026-05-19T16:29:07.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41532026-05-19T16:29:07.427Z Compiling vergen-gitcl v1.0.8
41542026-05-19T16:29:07.427Z Compiling dirs-sys-next v0.1.2
41552026-05-19T16:29:07.427Z Compiling diesel_derives v2.3.7
41562026-05-19T16:29:07.427Z Compiling crunchy v0.2.4
41572026-05-19T16:29:07.431Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41582026-05-19T16:29:07.431Z Compiling glob v0.3.3
41592026-05-19T16:29:07.431Z Compiling dsl_auto_type v0.2.0
41602026-05-19T16:29:07.431Z Checking scheduled-thread-pool v0.2.7
41612026-05-19T16:29:07.741Z Compiling diesel_table_macro_syntax v0.3.0
41622026-05-19T16:29:07.744Z Compiling tiny-keccak v2.0.2
41632026-05-19T16:29:07.839Z Compiling dirs-next v2.0.0
41642026-05-19T16:29:07.889Z Checking r2d2 v0.8.10
41652026-05-19T16:29:07.938Z Compiling term v0.7.0
41662026-05-19T16:29:07.953Z Compiling clang-sys v1.8.1
41672026-05-19T16:29:07.982Z Compiling bit-vec v0.6.3
41682026-05-19T16:29:08.015Z Checking downcast-rs v2.0.2
41692026-05-19T16:29:08.110Z Compiling itertools v0.10.5
41702026-05-19T16:29:08.211Z Compiling ascii-canvas v3.0.0
41712026-05-19T16:29:08.314Z Compiling bit-set v0.5.3
41722026-05-19T16:29:08.452Z Compiling ena v0.14.4
41732026-05-19T16:29:08.469Z Compiling libloading v0.8.9
41742026-05-19T16:29:08.472Z Compiling bindgen v0.71.1
41752026-05-19T16:29:08.496Z Compiling regex-syntax v0.6.29
41762026-05-19T16:29:08.515Z Compiling diff v0.1.13
41772026-05-19T16:29:08.678Z Compiling cexpr v0.6.0
41782026-05-19T16:29:08.776Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41792026-05-19T16:29:08.940Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41802026-05-19T16:29:08.986Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41812026-05-19T16:29:09.095Z Compiling libxml v0.3.3
41822026-05-19T16:29:09.157Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41832026-05-19T16:29:09.338Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41842026-05-19T16:29:09.353Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41852026-05-19T16:29:09.470Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41862026-05-19T16:29:09.537Z Compiling strum_macros v0.24.3
41872026-05-19T16:29:09.554Z Compiling indoc v1.0.9
41882026-05-19T16:29:09.984Z Compiling lalrpop v0.19.12
41892026-05-19T16:29:10.572Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41902026-05-19T16:29:10.613Z Checking derive_builder v0.20.2
41912026-05-19T16:29:10.730Z Compiling oso-derive v0.27.3
41922026-05-19T16:29:10.761Z Checking quick-xml v0.37.5
41932026-05-19T16:29:10.869Z Compiling impl-trait-for-tuples v0.2.3
41942026-05-19T16:29:11.215Z Checking openssl-probe v0.1.6
41952026-05-19T16:29:11.357Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41962026-05-19T16:29:11.617Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41972026-05-19T16:29:11.812Z Checking bb8 v0.8.6
41982026-05-19T16:29:12.148Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41992026-05-19T16:29:12.169Z Checking nonempty v0.12.0
42002026-05-19T16:29:12.325Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42012026-05-19T16:29:12.340Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42022026-05-19T16:29:12.379Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
42032026-05-19T16:29:12.405Z Checking console v0.16.2
42042026-05-19T16:29:12.546Z Checking unit-prefix v0.5.2
42052026-05-19T16:29:12.565Z Checking support-bundle-viewer v0.1.2
42062026-05-19T16:29:12.683Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42072026-05-19T16:29:12.710Z Checking indicatif v0.18.4
42082026-05-19T16:29:12.812Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
42092026-05-19T16:29:12.949Z Checking multimap v0.10.1
42102026-05-19T16:29:13.366Z Checking diesel v2.3.7
42112026-05-19T16:29:15.278Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
42122026-05-19T16:29:15.735Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
42132026-05-19T16:29:15.768Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
42142026-05-19T16:29:16.021Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
42152026-05-19T16:29:16.250Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
42162026-05-19T16:29:16.928Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42172026-05-19T16:29:17.507Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
42182026-05-19T16:29:18.162Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
42192026-05-19T16:29:20.203Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42202026-05-19T16:29:23.628Z Compiling samael v0.0.19
42212026-05-19T16:29:28.638Z Checking async-bb8-diesel v0.2.1
42222026-05-19T16:29:28.985Z Checking diesel-dtrace v0.5.0
42232026-05-19T16:29:30.907Z Compiling polar-core v0.27.3
42242026-05-19T16:29:35.241Z Checking oso v0.27.3
42252026-05-19T16:30:10.852Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42262026-05-19T16:30:44.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 37s
42272026-05-19T16:30:44.246Z
42282026-05-19T16:30:44.246Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (239/276)
42292026-05-19T16:30:44.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42302026-05-19T16:30:44.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42312026-05-19T16:30:44.805Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42322026-05-19T16:30:44.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42332026-05-19T16:30:44.908Z
42342026-05-19T16:30:44.908Zinfo: running `cargo check --bins` on nexus-saga-recovery (240/276)
42352026-05-19T16:30:45.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42362026-05-19T16:30:45.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42372026-05-19T16:30:45.456Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42382026-05-19T16:30:45.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42392026-05-19T16:30:45.556Z
42402026-05-19T16:30:45.556Zinfo: running `cargo check --bins` on nexus-test-utils-macros (241/276)
42412026-05-19T16:30:46.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42422026-05-19T16:30:46.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42432026-05-19T16:30:46.054Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42442026-05-19T16:30:46.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42452026-05-19T16:30:46.140Z
42462026-05-19T16:30:46.140Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (242/276)
42472026-05-19T16:30:46.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42482026-05-19T16:30:46.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42492026-05-19T16:30:47.002Z Compiling libz-sys v1.1.24
42502026-05-19T16:30:47.135Z Compiling libgit2-sys v0.18.3+1.9.2
42512026-05-19T16:30:47.151Z Compiling vergen-git2 v1.0.7
42522026-05-19T16:30:47.156Z Compiling rustls v0.21.12
42532026-05-19T16:30:47.167Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42542026-05-19T16:30:47.186Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42552026-05-19T16:30:47.186Z Checking sct v0.7.1
42562026-05-19T16:30:47.189Z Checking rustls-webpki v0.101.7
42572026-05-19T16:30:47.348Z Compiling nix v0.29.0
42582026-05-19T16:30:47.362Z Compiling dropshot v0.16.7
42592026-05-19T16:30:47.378Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42602026-05-19T16:30:47.452Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42612026-05-19T16:30:47.511Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42622026-05-19T16:30:47.621Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42632026-05-19T16:30:47.637Z Checking toml v0.9.12+spec-1.1.0
42642026-05-19T16:30:47.652Z Compiling dropshot_endpoint v0.16.7
42652026-05-19T16:30:47.821Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42662026-05-19T16:30:47.974Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42672026-05-19T16:30:48.102Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42682026-05-19T16:30:48.207Z Checking rustls-pemfile v1.0.4
42692026-05-19T16:30:48.346Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42702026-05-19T16:30:48.537Z Checking twox-hash v2.1.2
42712026-05-19T16:30:48.562Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42722026-05-19T16:30:48.846Z Checking tokio-rustls v0.24.1
42732026-05-19T16:30:49.285Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42742026-05-19T16:30:49.431Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42752026-05-19T16:30:49.494Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
42762026-05-19T16:30:49.958Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42772026-05-19T16:30:50.031Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42782026-05-19T16:30:50.129Z Checking fatfs v0.3.6
42792026-05-19T16:30:50.170Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42802026-05-19T16:30:50.187Z Compiling seq-macro v0.3.6
42812026-05-19T16:30:53.990Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42822026-05-19T16:30:54.112Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42832026-05-19T16:30:54.411Z Compiling git2 v0.20.4
42842026-05-19T16:30:56.578Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42852026-05-19T16:31:49.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 02s
42862026-05-19T16:31:49.224Z
42872026-05-19T16:31:49.224Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (243/276)
42882026-05-19T16:31:49.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42892026-05-19T16:31:49.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42902026-05-19T16:31:50.118Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42912026-05-19T16:32:28.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.21s
42922026-05-19T16:32:28.671Z
42932026-05-19T16:32:28.671Zinfo: running `cargo check --bins` on nexus-background-task-interface (244/276)
42942026-05-19T16:32:29.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42952026-05-19T16:32:29.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42962026-05-19T16:32:29.173Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42972026-05-19T16:32:29.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42982026-05-19T16:32:29.254Z
42992026-05-19T16:32:29.255Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (245/276)
43002026-05-19T16:32:29.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43012026-05-19T16:32:29.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43022026-05-19T16:32:29.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43032026-05-19T16:32:29.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
43042026-05-19T16:32:29.891Z
43052026-05-19T16:32:29.891Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (246/276)
43062026-05-19T16:32:30.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43072026-05-19T16:32:30.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43082026-05-19T16:32:30.454Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43092026-05-19T16:32:30.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43102026-05-19T16:32:30.554Z
43112026-05-19T16:32:30.554Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (247/276)
43122026-05-19T16:32:31.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43132026-05-19T16:32:31.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43142026-05-19T16:32:31.105Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43152026-05-19T16:32:31.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43162026-05-19T16:32:31.207Z
43172026-05-19T16:32:31.207Zinfo: running `cargo check --bins` on nexus-mgs-updates (248/276)
43182026-05-19T16:32:31.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43192026-05-19T16:32:31.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43202026-05-19T16:32:31.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43212026-05-19T16:32:31.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
43222026-05-19T16:32:31.841Z
43232026-05-19T16:32:31.841Zinfo: running `cargo check --bins` on nexus-networking (249/276)
43242026-05-19T16:32:32.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43252026-05-19T16:32:32.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43262026-05-19T16:32:32.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43272026-05-19T16:32:32.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43282026-05-19T16:32:32.485Z
43292026-05-19T16:32:32.485Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (250/276)
43302026-05-19T16:32:33.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43312026-05-19T16:32:33.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43322026-05-19T16:32:33.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43332026-05-19T16:32:33.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43342026-05-19T16:32:33.134Z
43352026-05-19T16:32:33.134Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (251/276)
43362026-05-19T16:32:33.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43372026-05-19T16:32:33.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43382026-05-19T16:32:33.682Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43392026-05-19T16:32:33.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43402026-05-19T16:32:33.780Z
43412026-05-19T16:32:33.780Zinfo: running `cargo check --bins` on omicron-dev (252/276)
43422026-05-19T16:32:34.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43432026-05-19T16:32:34.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43442026-05-19T16:32:34.670Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43452026-05-19T16:32:34.670Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43462026-05-19T16:32:34.856Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43472026-05-19T16:32:34.887Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
43482026-05-19T16:32:34.907Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43492026-05-19T16:32:34.925Z Checking diff v0.1.13
43502026-05-19T16:32:34.928Z Checking yansi v1.0.1
43512026-05-19T16:32:34.952Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43522026-05-19T16:32:35.016Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43532026-05-19T16:32:35.199Z Checking pretty_assertions v1.4.1
43542026-05-19T16:32:35.835Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43552026-05-19T16:32:35.980Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43562026-05-19T16:32:59.513Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43572026-05-19T16:32:59.517Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43582026-05-19T16:32:59.517Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43592026-05-19T16:32:59.517Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43602026-05-19T16:32:59.517Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43612026-05-19T16:32:59.517Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43622026-05-19T16:33:00.365Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43632026-05-19T16:33:01.470Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43642026-05-19T16:33:39.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
43652026-05-19T16:33:39.925Z
43662026-05-19T16:33:39.925Zinfo: running `cargo check --bins` on omicron-pins (253/276)
43672026-05-19T16:33:40.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43682026-05-19T16:33:40.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43692026-05-19T16:33:40.437Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43702026-05-19T16:33:40.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43712026-05-19T16:33:40.525Z
43722026-05-19T16:33:40.525Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (254/276)
43732026-05-19T16:33:41.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43742026-05-19T16:33:41.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43752026-05-19T16:33:41.296Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43762026-05-19T16:33:41.419Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43772026-05-19T16:33:41.422Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43782026-05-19T16:34:06.896Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43792026-05-19T16:34:07.283Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43802026-05-19T16:34:08.962Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43812026-05-19T16:34:09.419Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43822026-05-19T16:34:12.319Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43832026-05-19T16:34:34.767Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43842026-05-19T16:34:35.476Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43852026-05-19T16:34:37.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.57s
43862026-05-19T16:34:37.312Z
43872026-05-19T16:34:37.312Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (255/276)
43882026-05-19T16:34:37.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43892026-05-19T16:34:37.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43902026-05-19T16:34:38.028Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43912026-05-19T16:34:38.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
43922026-05-19T16:34:38.919Z
43932026-05-19T16:34:38.919Zinfo: running `cargo check --bins` on omicron-releng (256/276)
43942026-05-19T16:34:39.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43952026-05-19T16:34:39.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43962026-05-19T16:34:39.569Z Compiling blake3 v1.8.3
43972026-05-19T16:34:39.679Z Checking arrayvec v0.7.6
43982026-05-19T16:34:39.682Z Checking constant_time_eq v0.4.2
43992026-05-19T16:34:39.686Z Checking arrayref v0.3.9
44002026-05-19T16:34:39.699Z Checking topological-sort v0.2.2
44012026-05-19T16:34:39.702Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
44022026-05-19T16:34:39.702Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
44032026-05-19T16:34:39.708Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
44042026-05-19T16:34:39.741Z Checking shell-words v1.1.1
44052026-05-19T16:34:40.461Z Checking omicron-zone-package v0.12.2
44062026-05-19T16:34:41.167Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
44072026-05-19T16:34:42.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.10s
44082026-05-19T16:34:42.210Z
44092026-05-19T16:34:42.210Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (257/276)
44102026-05-19T16:34:42.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44112026-05-19T16:34:42.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44122026-05-19T16:34:42.851Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
44132026-05-19T16:34:43.169Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
44142026-05-19T16:34:43.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
44152026-05-19T16:34:43.756Z
44162026-05-19T16:34:43.757Zinfo: running `cargo check --bins` on schema (258/276)
44172026-05-19T16:34:44.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44182026-05-19T16:34:44.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44192026-05-19T16:34:44.481Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
44202026-05-19T16:34:45.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
44212026-05-19T16:34:45.372Z
44222026-05-19T16:34:45.372Zinfo: running `cargo check --bins` on xtask (259/276)
44232026-05-19T16:34:45.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44242026-05-19T16:34:45.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44252026-05-19T16:34:45.823Z Checking libc v0.2.185
44262026-05-19T16:34:45.826Z Checking serde v1.0.228
44272026-05-19T16:34:45.910Z Checking zerofrom v0.1.6
44282026-05-19T16:34:45.915Z Checking bitflags v2.11.0
44292026-05-19T16:34:45.920Z Checking smallvec v1.15.1
44302026-05-19T16:34:45.926Z Checking indexmap v2.14.0
44312026-05-19T16:34:45.936Z Checking serde_json v1.0.149
44322026-05-19T16:34:45.938Z Checking num-traits v0.2.19
44332026-05-19T16:34:46.005Z Checking yoke v0.8.1
44342026-05-19T16:34:46.056Z Checking scroll v0.12.0
44352026-05-19T16:34:46.090Z Checking thiserror v1.0.69
44362026-05-19T16:34:46.171Z Checking zerovec v0.11.5
44372026-05-19T16:34:46.185Z Checking zerotrie v0.2.3
44382026-05-19T16:34:46.196Z Checking errno v0.3.14
44392026-05-19T16:34:46.277Z Checking log v0.4.29
44402026-05-19T16:34:46.290Z Checking toml_datetime v0.6.11
44412026-05-19T16:34:46.308Z Checking rustix v1.1.3
44422026-05-19T16:34:46.418Z Checking serde_spanned v0.6.9
44432026-05-19T16:34:46.428Z Checking percent-encoding v2.3.2
44442026-05-19T16:34:46.451Z Checking goblin v0.8.2
44452026-05-19T16:34:46.461Z Checking ordered-float v2.10.1
44462026-05-19T16:34:46.471Z Checking zerocopy v0.7.35
44472026-05-19T16:34:46.532Z Checking getrandom v0.4.1
44482026-05-19T16:34:46.543Z Checking toml_edit v0.22.27
44492026-05-19T16:34:46.562Z Checking form_urlencoded v1.2.2
44502026-05-19T16:34:46.600Z Checking tinystr v0.8.2
44512026-05-19T16:34:46.660Z Checking potential_utf v0.1.4
44522026-05-19T16:34:46.678Z Checking serde-value v0.7.0
44532026-05-19T16:34:46.689Z Checking thiserror v2.0.18
44542026-05-19T16:34:46.778Z Checking icu_locale_core v2.1.1
44552026-05-19T16:34:46.786Z Checking icu_collections v2.1.1
44562026-05-19T16:34:46.789Z Checking syn v2.0.117
44572026-05-19T16:34:46.875Z Checking dtrace-parser v0.2.0
44582026-05-19T16:34:46.950Z Checking thread-id v4.2.2
44592026-05-19T16:34:47.033Z Checking once_cell v1.21.3
44602026-05-19T16:34:47.084Z Checking cargo-platform v0.2.0
44612026-05-19T16:34:47.105Z Checking memmap v0.7.0
44622026-05-19T16:34:47.116Z Checking terminal_size v0.4.3
44632026-05-19T16:34:47.208Z Checking tempfile v3.25.0
44642026-05-19T16:34:47.243Z Checking clap_builder v4.5.60
44652026-05-19T16:34:47.255Z Checking textwrap v0.16.2
44662026-05-19T16:34:47.258Z Checking fs-err v3.3.0
44672026-05-19T16:34:47.320Z Checking icu_provider v2.1.1
44682026-05-19T16:34:47.395Z Checking camino-tempfile v1.4.1
44692026-05-19T16:34:47.436Z Checking tabled v0.15.0
44702026-05-19T16:34:47.460Z Checking anyhow v1.0.102
44712026-05-19T16:34:47.548Z Checking macaddr v1.0.1
44722026-05-19T16:34:47.559Z Checking icu_normalizer v2.1.1
44732026-05-19T16:34:47.610Z Checking icu_properties v2.1.2
44742026-05-19T16:34:47.652Z Checking toml v0.8.23
44752026-05-19T16:34:47.722Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44762026-05-19T16:34:47.962Z Checking cargo_toml v0.21.0
44772026-05-19T16:34:48.308Z Checking dof v0.3.0
44782026-05-19T16:34:48.392Z Checking idna_adapter v1.2.1
44792026-05-19T16:34:48.407Z Checking clap v4.5.60
44802026-05-19T16:34:48.505Z Checking idna v1.1.0
44812026-05-19T16:34:48.581Z Checking usdt-impl v0.5.0
44822026-05-19T16:34:48.723Z Checking url v2.5.8
44832026-05-19T16:34:48.827Z Checking usdt v0.5.0
44842026-05-19T16:34:49.057Z Checking cargo-util-schemas v0.8.2
44852026-05-19T16:34:49.728Z Checking cargo_metadata v0.21.0
44862026-05-19T16:34:50.332Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44872026-05-19T16:34:50.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.36s
44882026-05-19T16:34:50.861Z
44892026-05-19T16:34:50.861Zinfo: running `cargo check --bins` on dnsadm (260/276)
44902026-05-19T16:34:51.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44912026-05-19T16:34:51.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44922026-05-19T16:34:51.501Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
44932026-05-19T16:34:51.974Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
44942026-05-19T16:34:52.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s
44952026-05-19T16:34:52.560Z
44962026-05-19T16:34:52.560Zinfo: running `cargo check --bins` on end-to-end-tests (261/276)
44972026-05-19T16:34:53.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44982026-05-19T16:34:53.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44992026-05-19T16:34:53.357Z Checking polyval v0.6.2
45002026-05-19T16:34:53.481Z Checking ctr v0.9.2
45012026-05-19T16:34:53.492Z Checking ssh-encoding v0.2.0
45022026-05-19T16:34:53.492Z Checking blowfish v0.9.1
45032026-05-19T16:34:53.513Z Checking password-hash v0.4.2
45042026-05-19T16:34:53.528Z Checking p521 v0.13.3
45052026-05-19T16:34:53.531Z Checking p256 v0.13.2
45062026-05-19T16:34:53.555Z Checking russh-cryptovec v0.7.3
45072026-05-19T16:34:53.619Z Checking ghash v0.5.1
45082026-05-19T16:34:53.633Z Checking bcrypt-pbkdf v0.10.0
45092026-05-19T16:34:53.645Z Checking md5 v0.7.0
45102026-05-19T16:34:53.670Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
45112026-05-19T16:34:53.688Z Checking num-bigint v0.4.6
45122026-05-19T16:34:53.737Z Checking pbkdf2 v0.11.0
45132026-05-19T16:34:53.737Z Checking aes-gcm v0.10.3
45142026-05-19T16:34:53.773Z Checking des v0.8.1
45152026-05-19T16:34:53.789Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45162026-05-19T16:34:53.802Z Checking hex-literal v0.4.1
45172026-05-19T16:34:53.901Z Checking ssh-cipher v0.2.0
45182026-05-19T16:34:53.904Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
45192026-05-19T16:34:53.914Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
45202026-05-19T16:34:53.941Z Checking socket2 v0.5.10
45212026-05-19T16:34:53.944Z Checking internet-checksum v0.2.1
45222026-05-19T16:34:54.065Z Checking ssh-key v0.6.7
45232026-05-19T16:34:54.173Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45242026-05-19T16:34:54.683Z Checking russh-keys v0.45.0
45252026-05-19T16:34:55.227Z Checking russh v0.45.0
45262026-05-19T16:35:11.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.91s
45272026-05-19T16:35:11.679Z
45282026-05-19T16:35:11.679Zinfo: running `cargo check --bins` on gateway-cli (262/276)
45292026-05-19T16:35:12.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45302026-05-19T16:35:12.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45312026-05-19T16:35:12.318Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
45322026-05-19T16:35:12.427Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
45332026-05-19T16:35:12.434Z Checking termios v0.3.3
45342026-05-19T16:35:13.616Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45352026-05-19T16:35:13.764Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45362026-05-19T16:35:15.525Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
45372026-05-19T16:35:16.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.40s
45382026-05-19T16:35:16.268Z
45392026-05-19T16:35:16.268Zinfo: running `cargo check --bins --no-default-features` on installinator (263/276)
45402026-05-19T16:35:16.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45412026-05-19T16:35:16.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45422026-05-19T16:35:16.973Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45432026-05-19T16:35:16.976Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45442026-05-19T16:35:16.976Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45452026-05-19T16:35:16.976Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45462026-05-19T16:35:17.108Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45472026-05-19T16:35:17.108Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45482026-05-19T16:35:17.828Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45492026-05-19T16:35:18.158Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45502026-05-19T16:35:18.162Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45512026-05-19T16:35:18.787Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45522026-05-19T16:35:20.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.13s
45532026-05-19T16:35:20.610Z
45542026-05-19T16:35:20.610Zinfo: running `cargo check --bins` on internal-dns-cli (264/276)
45552026-05-19T16:35:21.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45562026-05-19T16:35:21.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45572026-05-19T16:35:21.245Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45582026-05-19T16:35:21.694Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45592026-05-19T16:35:22.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
45602026-05-19T16:35:22.191Z
45612026-05-19T16:35:22.191Zinfo: running `cargo check --bins` on omicron-live-tests (265/276)
45622026-05-19T16:35:22.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45632026-05-19T16:35:22.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45642026-05-19T16:35:22.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45652026-05-19T16:35:22.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45662026-05-19T16:35:22.776Z
45672026-05-19T16:35:22.776Zinfo: running `cargo check --bins` on live-tests-macros (266/276)
45682026-05-19T16:35:23.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45692026-05-19T16:35:23.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45702026-05-19T16:35:23.273Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45712026-05-19T16:35:23.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45722026-05-19T16:35:23.362Z
45732026-05-19T16:35:23.362Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (267/276)
45742026-05-19T16:35:23.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45752026-05-19T16:35:23.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45762026-05-19T16:35:24.109Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45772026-05-19T16:35:24.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
45782026-05-19T16:35:24.904Z
45792026-05-19T16:35:24.904Zinfo: running `cargo check --bins` on omicron-ntp-admin (268/276)
45802026-05-19T16:35:25.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45812026-05-19T16:35:25.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45822026-05-19T16:35:25.562Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45832026-05-19T16:35:25.566Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45842026-05-19T16:35:25.839Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45852026-05-19T16:35:25.839Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45862026-05-19T16:35:26.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s
45872026-05-19T16:35:26.815Z
45882026-05-19T16:35:26.815Zinfo: running `cargo check --bins` on ntp-admin-types (269/276)
45892026-05-19T16:35:27.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45902026-05-19T16:35:27.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45912026-05-19T16:35:27.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45922026-05-19T16:35:27.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45932026-05-19T16:35:27.401Z
45942026-05-19T16:35:27.401Zinfo: running `cargo check --bins` on omicron-package (270/276)
45952026-05-19T16:35:27.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45962026-05-19T16:35:27.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45972026-05-19T16:35:28.082Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
45982026-05-19T16:35:29.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s
45992026-05-19T16:35:29.346Z
46002026-05-19T16:35:29.346Zinfo: running `cargo check --bins` on tqdb (271/276)
46012026-05-19T16:35:29.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46022026-05-19T16:35:29.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46032026-05-19T16:35:30.122Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
46042026-05-19T16:35:30.478Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
46052026-05-19T16:35:30.979Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
46062026-05-19T16:35:30.979Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
46072026-05-19T16:35:36.894Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
46082026-05-19T16:35:36.903Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
46092026-05-19T16:35:37.472Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
46102026-05-19T16:35:37.537Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
46112026-05-19T16:35:37.537Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46122026-05-19T16:35:37.537Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
46132026-05-19T16:35:38.217Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
46142026-05-19T16:35:39.196Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46152026-05-19T16:35:39.954Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46162026-05-19T16:35:40.568Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
46172026-05-19T16:35:44.715Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
46182026-05-19T16:35:51.090Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46192026-05-19T16:35:51.097Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
46202026-05-19T16:35:51.097Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
46212026-05-19T16:35:51.097Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
46222026-05-19T16:35:52.503Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
46232026-05-19T16:35:57.423Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
46242026-05-19T16:35:57.496Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
46252026-05-19T16:35:57.496Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
46262026-05-19T16:35:57.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.89s
46272026-05-19T16:35:57.496Z
46282026-05-19T16:35:57.496Zinfo: running `cargo check --bins` on wicket-dbg (272/276)
46292026-05-19T16:35:57.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46302026-05-19T16:35:57.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46312026-05-19T16:35:57.496Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46322026-05-19T16:35:57.496Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46332026-05-19T16:35:57.496Z Checking rtoolbox v0.0.3
46342026-05-19T16:35:57.496Z Checking tui-tree-widget v0.23.1
46352026-05-19T16:35:57.496Z Checking rpassword v7.4.0
46362026-05-19T16:35:58.386Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46372026-05-19T16:36:01.308Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46382026-05-19T16:36:03.120Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46392026-05-19T16:36:04.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.55s
46402026-05-19T16:36:04.214Z
46412026-05-19T16:36:04.214Zinfo: running `cargo check --bins` on wicket (273/276)
46422026-05-19T16:36:04.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46432026-05-19T16:36:04.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46442026-05-19T16:36:04.906Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46452026-05-19T16:36:05.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
46462026-05-19T16:36:05.923Z
46472026-05-19T16:36:05.923Zinfo: running `cargo check --bins` on wicketd (274/276)
46482026-05-19T16:36:06.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46492026-05-19T16:36:06.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46502026-05-19T16:36:06.204Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46512026-05-19T16:36:06.216Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46522026-05-19T16:36:06.217Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46532026-05-19T16:36:06.217Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46542026-05-19T16:36:07.186Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46552026-05-19T16:36:07.750Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46562026-05-19T16:36:10.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.18s
46572026-05-19T16:36:10.870Z
46582026-05-19T16:36:10.870Zinfo: running `cargo check --bins` on omicron-workspace-hack (275/276)
46592026-05-19T16:36:11.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46602026-05-19T16:36:11.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46612026-05-19T16:36:11.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46622026-05-19T16:36:11.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
46632026-05-19T16:36:11.455Z
46642026-05-19T16:36:11.455Zinfo: running `cargo check --bins` on zone-setup (276/276)
46652026-05-19T16:36:11.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46662026-05-19T16:36:11.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46672026-05-19T16:36:12.123Z Checking uzers v0.12.2
46682026-05-19T16:36:12.395Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46692026-05-19T16:36:13.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
46702026-05-19T16:36:13.366Z
46712026-05-19T16:36:13.366Zreal 14:11.974475733
46722026-05-19T16:36:13.366Zuser 20:27.940755193
46732026-05-19T16:36:13.366Zsys 4:14.848768985
46742026-05-19T16:36:13.366Ztrap 0.315726149
46752026-05-19T16:36:13.366Ztflt 0.696437054
46762026-05-19T16:36:13.366Zdflt 1.321977507
46772026-05-19T16:36:13.366Zkflt 0.004879113
46782026-05-19T16:36:13.366Zlock 1:16:13.778417219
46792026-05-19T16:36:13.366Zslp 1:38:30.426841990
46802026-05-19T16:36:13.366Zlat 55.488275380
46812026-05-19T16:36:13.366Zstop 3:34.580133827
46822026-05-19T16:36:13.370Zprocess exited: duration 989103 ms, exit code 0
 
46832026-05-19T16:36:13.377Zfound 0 output files