01KRCB4JC8T681X2X3A1FC68VM: 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: 01KRCB53543DR8WR8VQPX1S11Q

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-11T20:20:59.710Zjob assigned to worker 01KRCB56C8X92PMEWF81TP7MFG [factory aws, i-039d5612a3762d876] (queued for 44 s)
 
22026-05-11T20:21:06.798Zstarting task 0: "setup"
32026-05-11T20:21:06.803Z++ uname -s
42026-05-11T20:21:06.806Z+ kern=SunOS
52026-05-11T20:21:06.806Z+ build_user=build
62026-05-11T20:21:06.806Z+ build_uid=12345
72026-05-11T20:21:06.806Z+ work_dir=/work
82026-05-11T20:21:06.806Z+ input_dir=/input
92026-05-11T20:21:06.806Z+ [[ 0 == 12345 ]]
102026-05-11T20:21:06.806Z+ case "$kern" in
112026-05-11T20:21:06.806Z+ groupadd -g 12345 build
122026-05-11T20:21:06.818Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-11T20:21:08.825Z+ zfs create -o mountpoint=/work rpool/work
142026-05-11T20:21:08.956Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-11T20:21:08.959Z+ home_fs=zfs
162026-05-11T20:21:08.959Z+ [[ zfs == autofs ]]
172026-05-11T20:21:08.959Z+ mkdir -p /home/build
182026-05-11T20:21:08.959Z+ chown build:build /home/build /work
192026-05-11T20:21:10.960Z+ chmod 0700 /home/build /work
202026-05-11T20:21:10.963Zprocess exited: duration 4166 ms, exit code 0
 
212026-05-11T20:21:10.970Zstarting task 1: "rust-toolchain"
222026-05-11T20:21:10.974Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-11T20:21:10.974Z * rust toolchain channel = "1.94.0"
242026-05-11T20:21:10.975Z * rust toolchain profile = "default"
252026-05-11T20:21:10.975Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-11T20:21:10.975Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-11T20:21:10.975Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-11T20:21:10.978Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-11T20:21:10.978Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-11T20:21:11.059Zinfo: downloading installer
312026-05-11T20:21:12.534Zwarn: It looks like you have an existing rustup settings file at:
322026-05-11T20:21:12.534Zwarn: /home/build/.rustup/settings.toml
332026-05-11T20:21:12.534Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-11T20:21:12.534Zwarn: instead of the one inferred from the default host triple.
352026-05-11T20:21:12.547Zinfo: profile set to default
362026-05-11T20:21:12.547Zinfo: default host triple is x86_64-unknown-illumos
372026-05-11T20:21:12.553Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-11T20:21:12.688Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-11T20:21:12.691Zinfo: downloading 6 components
402026-05-11T20:21:27.116Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-11T20:21:27.116Z
422026-05-11T20:21:27.143Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-11T20:21:27.143Z
442026-05-11T20:21:27.143Z
452026-05-11T20:21:27.143ZRust is installed now. Great!
462026-05-11T20:21:27.143Z
472026-05-11T20:21:27.146ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-11T20:21:27.146Zenvironment variable. This has not been done automatically.
492026-05-11T20:21:27.146Z
502026-05-11T20:21:27.146ZTo configure your current shell, you need to source
512026-05-11T20:21:27.146Zthe corresponding env file under $HOME/.cargo.
522026-05-11T20:21:27.146Z
532026-05-11T20:21:27.146ZThis is usually done by running one of the following (note the leading DOT):
542026-05-11T20:21:27.146Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-11T20:21:27.146Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-11T20:21:27.146Zsource "~/.cargo/env.nu" # For nushell
572026-05-11T20:21:27.146Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-11T20:21:27.146Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-11T20:21:27.146Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-11T20:21:27.146Zwarn: no default linker (`cc`) was found in your PATH
612026-05-11T20:21:27.146Zwarn: many Rust crates require a system C toolchain to build
622026-05-11T20:21:27.228Z+ rustup --version
632026-05-11T20:21:27.238Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-11T20:21:27.241Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-11T20:21:27.259Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-11T20:21:27.262Z+ cargo --version
672026-05-11T20:21:27.275Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-11T20:21:27.278Z+ rustc --version
692026-05-11T20:21:27.297Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-11T20:21:27.300Zprocess exited: duration 16329 ms, exit code 0
 
712026-05-11T20:21:27.306Zstarting task 2: "authentication"
722026-05-11T20:21:27.323Zprocess exited: duration 16 ms, exit code 0
 
732026-05-11T20:21:27.329Zstarting task 3: "clone repository"
742026-05-11T20:21:27.332Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-11T20:21:27.335Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-11T20:21:27.365ZCloning into '/work/oxidecomputer/omicron'...
772026-05-11T20:21:37.395Z+ cd /work/oxidecomputer/omicron
782026-05-11T20:21:37.395Z+ git fetch origin caefd4b868248daee7a761a6fddd6c56be03e222
792026-05-11T20:21:37.683ZFrom https://github.com/oxidecomputer/omicron
802026-05-11T20:21:37.683Z * branch caefd4b868248daee7a761a6fddd6c56be03e222 -> FETCH_HEAD
812026-05-11T20:21:37.693Z+ [[ -n ben/set-retention-policy-take2 ]]
822026-05-11T20:21:37.696Z++ git branch --show-current
832026-05-11T20:21:37.696Z+ current=main
842026-05-11T20:21:37.696Z+ [[ main != ben/set-retention-policy-take2 ]]
852026-05-11T20:21:37.696Z+ git branch -f ben/set-retention-policy-take2 caefd4b868248daee7a761a6fddd6c56be03e222
862026-05-11T20:21:37.699Z+ git checkout -f ben/set-retention-policy-take2
872026-05-11T20:21:37.785ZSwitched to branch 'ben/set-retention-policy-take2'
882026-05-11T20:21:37.788Z+ git reset --hard caefd4b868248daee7a761a6fddd6c56be03e222
892026-05-11T20:21:37.877ZHEAD is now at caefd4b86 TEST: alter TTL then materialize separately, wait on neither
902026-05-11T20:21:37.880Zprocess exited: duration 10549 ms, exit code 0
 
912026-05-11T20:21:37.886Zstarting task 4: "build"
922026-05-11T20:21:37.890Z+ source .github/buildomat/ci-env.sh
932026-05-11T20:21:37.890Z++ export CARGO_TERM_COLOR=always
942026-05-11T20:21:37.891Z++ CARGO_TERM_COLOR=always
952026-05-11T20:21:37.891Z+ cargo --version
962026-05-11T20:21:37.900Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-11T20:21:37.903Z+ rustc --version
982026-05-11T20:21:37.925Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-11T20:21:37.928Z+ source ./env.sh
1002026-05-11T20:21:37.928Z++ OLD_SHELL_OPTS=ehxB
1012026-05-11T20:21:37.928Z++ set -o xtrace
1022026-05-11T20:21:37.931Z++++ dirname ./env.sh
1032026-05-11T20:21:37.942Z+++ readlink -f .
1042026-05-11T20:21:37.945Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-05-11T20:21:37.945Z++ 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-11T20:21:37.946Z++ 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-11T20:21:37.946Z++ 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-11T20:21:37.946Z++ 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-11T20:21:37.946Z++ 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-11T20:21:37.946Z++ 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-11T20:21:37.946Z++ 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-11T20:21:37.946Z++ 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-11T20:21:37.946Z++ case $OLD_SHELL_OPTS in
1142026-05-11T20:21:37.946Z++ unset OLD_SHELL_OPTS OMICRON_WS
1152026-05-11T20:21:37.946Z+ 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-11T20:21:37.946Z+ 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-11T20:21:37.946Z+ banner prerequisites
1182026-05-11T20:21:37.950Z
1192026-05-11T20:21:37.950Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-05-11T20:21:37.950Z # # # # # # # # # # # # # # #
1212026-05-11T20:21:37.950Z # # # # ##### # # ##### # # # # # #### #
1222026-05-11T20:21:37.950Z ##### ##### # ##### # # # # # # # # #
1232026-05-11T20:21:37.950Z # # # # # # # # # # # # # # #
1242026-05-11T20:21:37.950Z # # # ###### # # ###### ### # #### # #### #
1252026-05-11T20:21:37.950Z
1262026-05-11T20:21:37.950Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-05-11T20:21:40.015Z Startup: Refreshing catalog 'helios' ... Done
1282026-05-11T20:21:40.059Z Startup: Caching catalogs ... Done
1292026-05-11T20:21:40.209ZPlanning: Solver setup ... Done (0.121s)
1302026-05-11T20:21:40.218ZPlanning: Running solver ... Done (0.009s)
1312026-05-11T20:21:40.234ZPlanning: Finding local manifests ... Done (0.013s)
1322026-05-11T20:21:40.246ZPlanning: Fetching manifests: 0/2 0% complete
1332026-05-11T20:21:40.267ZPlanning: Fetching manifests: 2/2 100% complete
1342026-05-11T20:21:40.280ZPlanning: Package planning ... Done (0.013s)
1352026-05-11T20:21:40.283ZPlanning: Merging actions ... Done (0.002s)
1362026-05-11T20:21:40.485ZPlanning: Checking for conflicting actions ... Done (0.203s)
1372026-05-11T20:21:40.488ZPlanning: Consolidating action changes ... Done (0.001s)
1382026-05-11T20:21:41.791ZPlanning: Evaluating mediators ... Done (1.305s)
1392026-05-11T20:21:41.794ZPlanning: Planning completed in 1.71 seconds
1402026-05-11T20:21:41.802Z Packages to install: 2
1412026-05-11T20:21:41.802Z Estimated space available: 156.08 GB
1422026-05-11T20:21:41.802ZEstimated space to be consumed: 16.95 MB
1432026-05-11T20:21:41.802Z Create boot environment: No
1442026-05-11T20:21:41.802ZCreate backup boot environment: No
1452026-05-11T20:21:41.802Z Rebuild boot archive: No
1462026-05-11T20:21:41.802Z
1472026-05-11T20:21:41.802ZChanged packages:
1482026-05-11T20:21:41.802Zhelios
1492026-05-11T20:21:41.802Z developer/build-essential
1502026-05-11T20:21:41.802Z None -> 11-3.0
1512026-05-11T20:21:41.802Z library/libxmlsec1
1522026-05-11T20:21:41.802Z None -> 1.2.35-3.0
1532026-05-11T20:21:41.853Z
1542026-05-11T20:21:41.853ZDownload: 0/214 items 0.0/1.3MB 0% complete
1552026-05-11T20:21:42.379ZDownload: Completed 1.28 MB in 0.53 seconds (2.4M/s)
1562026-05-11T20:21:42.441Z Actions: 1/268 actions (Installing new actions)
1572026-05-11T20:21:42.491Z Actions: Completed 268 actions in 0.05 seconds.
1582026-05-11T20:21:42.495ZFinalize: Updating package state database ... Done (0.004s)
1592026-05-11T20:21:42.495ZFinalize: Updating package cache ... Done (0.000s)
1602026-05-11T20:21:42.508ZFinalize: Updating image state ... Done (0.012s)
1612026-05-11T20:21:45.196ZFinalize: Creating fast lookup database ... Done (2.670s)
1622026-05-11T20:21:45.268ZFinalize: Reading search index ... Done (0.012s)
1632026-05-11T20:21:45.271ZFinalize: Updating search index ... Done (0.000s)
1642026-05-11T20:21:45.357ZFinalize: Updating package cache ... Done (0.000s)
1652026-05-11T20:21:45.646ZPlanning: Evaluating mediator changes ... Done
1662026-05-11T20:21:45.752ZPlanning: Checking for conflicting actions ... Done
1672026-05-11T20:21:45.755ZPlanning: Consolidating action changes ... Done
1682026-05-11T20:21:45.915ZPlanning: Evaluating mediators ... Done
1692026-05-11T20:21:45.918ZPlanning: Planning completed in 0.27 seconds
1702026-05-11T20:21:45.938Z Mediators to change: 2
1712026-05-11T20:21:45.938Z Create boot environment: No
1722026-05-11T20:21:45.942ZCreate backup boot environment: No
1732026-05-11T20:21:46.065ZFinalize: Updating package state database ... Done
1742026-05-11T20:21:46.065ZFinalize: Updating package cache ... Done
1752026-05-11T20:21:46.072ZFinalize: Updating image state ... Done
1762026-05-11T20:21:48.043ZFinalize: Creating fast lookup database ... Done
1772026-05-11T20:21:48.106ZFinalize: Reading search index ... Done
1782026-05-11T20:21:48.109ZFinalize: Updating search index ... Done
1792026-05-11T20:21:48.190ZFinalize: Updating package cache ... Done
1802026-05-11T20:21:48.477ZPlanning: Evaluating mediator changes ... Done
1812026-05-11T20:21:48.583ZPlanning: Checking for conflicting actions ... Done
1822026-05-11T20:21:48.587ZPlanning: Consolidating action changes ... Done
1832026-05-11T20:21:48.744ZPlanning: Evaluating mediators ... Done
1842026-05-11T20:21:48.747ZPlanning: Planning completed in 0.27 seconds
1852026-05-11T20:21:48.767Z Mediators to change: 1
1862026-05-11T20:21:48.767Z Create boot environment: No
1872026-05-11T20:21:48.770ZCreate backup boot environment: No
1882026-05-11T20:21:48.837ZFinalize: Updating package state database ... Done
1892026-05-11T20:21:48.837ZFinalize: Updating package cache ... Done
1902026-05-11T20:21:48.844ZFinalize: Updating image state ... Done
1912026-05-11T20:21:50.813ZFinalize: Creating fast lookup database ... Done
1922026-05-11T20:21:50.873ZFinalize: Reading search index ... Done
1932026-05-11T20:21:50.875ZFinalize: Updating search index ... Done
1942026-05-11T20:21:50.958ZFinalize: Updating package cache ... Done
1952026-05-11T20:21:51.268ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962026-05-11T20:21:51.268Zapache system 2.4 system
1972026-05-11T20:21:51.268Zclang system 15 system
1982026-05-11T20:21:51.268Zcsh system system illumos
1992026-05-11T20:21:51.268Zctags system system illumos
2002026-05-11T20:21:51.268Zfile vendor vendor darwinsys
2012026-05-11T20:21:51.268Zfile system system illumos
2022026-05-11T20:21:51.268Zgcc vendor 14 vendor
2032026-05-11T20:21:51.269Zgcc system 13 system
2042026-05-11T20:21:51.269Zgcc system 10 system
2052026-05-11T20:21:51.269Zgo system 1.25 system
2062026-05-11T20:21:51.269Zllvm system 15 system
2072026-05-11T20:21:51.269Zmariadb system 11.4 system
2082026-05-11T20:21:51.269Zmta vendor vendor dma
2092026-05-11T20:21:51.269Zopenjdk system 17 system
2102026-05-11T20:21:51.269Zopenjdk system 11 system
2112026-05-11T20:21:51.269Zopenssl vendor 3 vendor
2122026-05-11T20:21:51.269Zperl system 5.40 system
2132026-05-11T20:21:51.269Zpostgresql system 18 system
2142026-05-11T20:21:51.269Zpostgresql system 17 system
2152026-05-11T20:21:51.269Zpython vendor 3 vendor
2162026-05-11T20:21:51.269Zpython system 2 system
2172026-05-11T20:21:51.269Zpython3 vendor 3.13 vendor
2182026-05-11T20:21:51.269Zruby system 3.4 system
2192026-05-11T20:21:51.269Zruby system 3.0 system
2202026-05-11T20:21:51.269Zwords vendor vendor american-english
2212026-05-11T20:21:51.269Zwords system system australian-english
2222026-05-11T20:21:51.269Zwords system system british-english
2232026-05-11T20:21:51.269Zwords system system canadian-english
2242026-05-11T20:21:51.269Zwords system system french
2252026-05-11T20:21:51.269Zwords system system italian
2262026-05-11T20:21:51.269Zwords system system ngerman
2272026-05-11T20:21:51.269Zwords system system ogerman
2282026-05-11T20:21:51.270Zwords system system spanish
2292026-05-11T20:21:51.528ZPUBLISHER TYPE STATUS P LOCATION
2302026-05-11T20:21:51.529Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2312026-05-11T20:21:51.792ZFMRI IFO
2322026-05-11T20:21:51.793Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2332026-05-11T20:21:51.793Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2342026-05-11T20:21:51.793Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2352026-05-11T20:21:51.793Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2362026-05-11T20:21:51.793Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2372026-05-11T20:21:51.793Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2382026-05-11T20:21:51.793Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2392026-05-11T20:21:51.793Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2402026-05-11T20:21:51.793Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2412026-05-11T20:21:52.033Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2422026-05-11T20:21:52.342Z Updating crates.io index
2432026-05-11T20:21:52.345Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2442026-05-11T20:21:52.647Z Updating git repository `https://github.com/oxidecomputer/lldp`
2452026-05-11T20:21:53.473Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2462026-05-11T20:21:53.927Z Updating git repository `https://github.com/oxidecomputer/propolis`
2472026-05-11T20:21:55.140Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2482026-05-11T20:21:55.680Z Updating git repository `https://github.com/oxidecomputer/crucible`
2492026-05-11T20:21:57.491Z Updating git repository `https://github.com/oxidecomputer/opte`
2502026-05-11T20:22:01.405Z Updating git repository `https://github.com/oxidecomputer/tofino`
2512026-05-11T20:22:01.486Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522026-05-11T20:22:01.486Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-05-11T20:22:01.486Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2542026-05-11T20:22:01.486Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2552026-05-11T20:22:01.486Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2562026-05-11T20:22:03.772Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2572026-05-11T20:22:04.069Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2582026-05-11T20:22:04.069Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2592026-05-11T20:22:04.069Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2602026-05-11T20:22:04.069Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2612026-05-11T20:22:04.103Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2622026-05-11T20:22:04.114Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2632026-05-11T20:22:04.445Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2642026-05-11T20:22:04.793Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2652026-05-11T20:22:05.234Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2662026-05-11T20:22:05.939Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2672026-05-11T20:22:06.262Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2682026-05-11T20:22:06.578Z Updating git repository `https://github.com/oxidecomputer/ispf`
2692026-05-11T20:22:06.875Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2702026-05-11T20:22:07.905Z Updating git repository `https://github.com/oxidecomputer/crucible`
2712026-05-11T20:22:09.058Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2722026-05-11T20:22:09.550Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2732026-05-11T20:22:10.061Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2742026-05-11T20:22:10.473Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2752026-05-11T20:22:10.826Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2762026-05-11T20:22:11.208Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2772026-05-11T20:22:11.749Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2782026-05-11T20:22:12.013Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2792026-05-11T20:22:12.306Z Updating git repository `https://github.com/illumos/smf-rs`
2802026-05-11T20:22:12.688Z Updating git repository `https://github.com/oxidecomputer/omicron`
2812026-05-11T20:22:24.627Z Downloading crates ...
2822026-05-11T20:22:24.684Z Downloaded anstream v0.6.21
2832026-05-11T20:22:24.687Z Downloaded proc-macro-error v1.0.4
2842026-05-11T20:22:24.687Z Downloaded anstyle v1.0.13
2852026-05-11T20:22:24.693Z Downloaded tempfile v3.25.0
2862026-05-11T20:22:24.697Z Downloaded heck v0.5.0
2872026-05-11T20:22:24.698Z Downloaded crypto-common v0.1.7
2882026-05-11T20:22:24.698Z Downloaded fs-err v3.3.0
2892026-05-11T20:22:24.705Z Downloaded fnv v1.0.7
2902026-05-11T20:22:24.705Z Downloaded textwrap v0.16.2
2912026-05-11T20:22:24.705Z Downloaded cpufeatures v0.2.17
2922026-05-11T20:22:24.705Z Downloaded toml v0.8.23
2932026-05-11T20:22:24.709Z Downloaded erased-serde v0.4.9
2942026-05-11T20:22:24.709Z Downloaded equivalent v1.0.2
2952026-05-11T20:22:24.709Z Downloaded dof v0.3.0
2962026-05-11T20:22:24.709Z Downloaded dtrace-parser v0.2.0
2972026-05-11T20:22:24.709Z Downloaded zerofrom v0.1.6
2982026-05-11T20:22:24.709Z Downloaded utf8_iter v1.0.4
2992026-05-11T20:22:24.714Z Downloaded goblin v0.8.2
3002026-05-11T20:22:24.714Z Downloaded displaydoc v0.2.5
3012026-05-11T20:22:24.722Z Downloaded unicode-xid v0.2.6
3022026-05-11T20:22:24.722Z Downloaded zmij v1.0.21
3032026-05-11T20:22:24.722Z Downloaded toml_datetime v0.6.11
3042026-05-11T20:22:24.725Z Downloaded zerocopy-derive v0.7.35
3052026-05-11T20:22:24.725Z Downloaded itoa v1.0.17
3062026-05-11T20:22:24.729Z Downloaded getrandom v0.4.1
3072026-05-11T20:22:24.729Z Downloaded zerofrom-derive v0.1.6
3082026-05-11T20:22:24.733Z Downloaded usdt v0.5.0
3092026-05-11T20:22:24.733Z Downloaded version_check v0.9.5
3102026-05-11T20:22:24.733Z Downloaded usdt-attr-macro v0.5.0
3112026-05-11T20:22:24.733Z Downloaded typeid v1.0.3
3122026-05-11T20:22:24.734Z Downloaded toml_write v0.1.2
3132026-05-11T20:22:24.734Z Downloaded digest v0.10.7
3142026-05-11T20:22:24.739Z Downloaded yoke-derive v0.8.1
3152026-05-11T20:22:24.739Z Downloaded ucd-trie v0.1.7
3162026-05-11T20:22:24.739Z Downloaded unicode-linebreak v0.1.5
3172026-05-11T20:22:24.739Z Downloaded utf8parse v0.2.2
3182026-05-11T20:22:24.740Z Downloaded usdt-macro v0.5.0
3192026-05-11T20:22:24.762Z Downloaded plain v0.2.3
3202026-05-11T20:22:24.762Z Downloaded tinystr v0.8.2
3212026-05-11T20:22:24.762Z Downloaded cfg-if v1.0.4
3222026-05-11T20:22:24.762Z Downloaded anstyle-query v1.1.5
3232026-05-11T20:22:24.762Z Downloaded pretty-hex v0.4.1
3242026-05-11T20:22:24.762Z Downloaded thread-id v4.2.2
3252026-05-11T20:22:24.762Z Downloaded num-traits v0.2.19
3262026-05-11T20:22:24.762Z Downloaded zerovec-derive v0.11.2
3272026-05-11T20:22:24.762Z Downloaded thiserror-impl v2.0.18
3282026-05-11T20:22:24.762Z Downloaded macaddr v1.0.1
3292026-05-11T20:22:24.762Z Downloaded usdt-impl v0.5.0
3302026-05-11T20:22:24.762Z Downloaded heck v0.4.1
3312026-05-11T20:22:24.762Z Downloaded thiserror v1.0.69
3322026-05-11T20:22:24.762Z Downloaded strsim v0.11.1
3332026-05-11T20:22:24.762Z Downloaded serde_spanned v0.6.9
3342026-05-11T20:22:24.762Z Downloaded colorchoice v1.0.4
3352026-05-11T20:22:24.762Z Downloaded generic-array v0.14.7
3362026-05-11T20:22:24.762Z Downloaded writeable v0.6.2
3372026-05-11T20:22:24.767Z Downloaded thiserror-impl v1.0.69
3382026-05-11T20:22:24.767Z Downloaded yoke v0.8.1
3392026-05-11T20:22:24.767Z Downloaded url v2.5.8
3402026-05-11T20:22:24.767Z Downloaded thiserror v2.0.18
3412026-05-11T20:22:24.767Z Downloaded smawk v0.3.2
3422026-05-11T20:22:24.767Z Downloaded unicode-ident v1.0.24
3432026-05-11T20:22:24.770Z Downloaded idna_adapter v1.2.1
3442026-05-11T20:22:24.770Z Downloaded cargo-platform v0.2.0
3452026-05-11T20:22:24.770Z Downloaded is_terminal_polyfill v1.70.2
3462026-05-11T20:22:24.770Z Downloaded toml_edit v0.22.27
3472026-05-11T20:22:24.778Z Downloaded potential_utf v0.1.4
3482026-05-11T20:22:24.778Z Downloaded scroll_derive v0.12.1
3492026-05-11T20:22:24.778Z Downloaded bytecount v0.6.9
3502026-05-11T20:22:24.778Z Downloaded zerotrie v0.2.3
3512026-05-11T20:22:24.778Z Downloaded typenum v1.19.0
3522026-05-11T20:22:24.783Z Downloaded percent-encoding v2.3.2
3532026-05-11T20:22:24.783Z Downloaded form_urlencoded v1.2.2
3542026-05-11T20:22:24.783Z Downloaded memmap v0.7.0
3552026-05-11T20:22:24.783Z Downloaded swrite v0.1.0
3562026-05-11T20:22:24.783Z Downloaded errno v0.3.14
3572026-05-11T20:22:24.787Z Downloaded block-buffer v0.10.4
3582026-05-11T20:22:24.791Z Downloaded tabled_derive v0.7.0
3592026-05-11T20:22:24.797Z Downloaded serde-value v0.7.0
3602026-05-11T20:22:24.800Z Downloaded proc-macro-error-attr v1.0.4
3612026-05-11T20:22:24.804Z Downloaded zerocopy v0.7.35
3622026-05-11T20:22:24.815Z Downloaded zerovec v0.11.5
3632026-05-11T20:22:24.818Z Downloaded winnow v0.7.14
3642026-05-11T20:22:24.823Z Downloaded unicode-width v0.2.0
3652026-05-11T20:22:24.826Z Downloaded synstructure v0.13.2
3662026-05-11T20:22:24.830Z Downloaded camino v1.2.2
3672026-05-11T20:22:24.830Z Downloaded icu_normalizer v2.1.1
3682026-05-11T20:22:24.833Z Downloaded cargo_toml v0.21.0
3692026-05-11T20:22:24.834Z Downloaded unicode-width v0.1.14
3702026-05-11T20:22:24.838Z Downloaded sha2 v0.10.9
3712026-05-11T20:22:24.838Z Downloaded fastrand v2.3.0
3722026-05-11T20:22:24.838Z Downloaded byteorder v1.5.0
3732026-05-11T20:22:24.841Z Downloaded clap_lex v1.0.0
3742026-05-11T20:22:24.841Z Downloaded anstyle-parse v0.2.7
3752026-05-11T20:22:24.841Z Downloaded camino-tempfile v1.4.1
3762026-05-11T20:22:24.841Z Downloaded terminal_size v0.4.3
3772026-05-11T20:22:24.841Z Downloaded stable_deref_trait v1.2.1
3782026-05-11T20:22:24.845Z Downloaded scroll v0.12.0
3792026-05-11T20:22:24.845Z Downloaded ordered-float v2.10.1
3802026-05-11T20:22:24.845Z Downloaded serde-untagged v0.1.9
3812026-05-11T20:22:24.845Z Downloaded cargo_metadata v0.21.0
3822026-05-11T20:22:24.854Z Downloaded icu_normalizer_data v2.1.1
3832026-05-11T20:22:24.857Z Downloaded serde_tokenstream v0.2.3
3842026-05-11T20:22:24.857Z Downloaded quote v1.0.45
3852026-05-11T20:22:24.857Z Downloaded semver v1.0.28
3862026-05-11T20:22:24.857Z Downloaded litemap v0.8.1
3872026-05-11T20:22:24.869Z Downloaded smallvec v1.15.1
3882026-05-11T20:22:24.871Z Downloaded pest_derive v2.8.6
3892026-05-11T20:22:24.876Z Downloaded once_cell v1.21.3
3902026-05-11T20:22:24.880Z Downloaded clap_derive v4.5.55
3912026-05-11T20:22:24.880Z Downloaded cargo-util-schemas v0.8.2
3922026-05-11T20:22:24.880Z Downloaded anyhow v1.0.102
3932026-05-11T20:22:24.883Z Downloaded autocfg v1.5.0
3942026-05-11T20:22:24.883Z Downloaded bitflags v2.11.0
3952026-05-11T20:22:24.885Z Downloaded proc-macro2 v1.0.106
3962026-05-11T20:22:24.888Z Downloaded log v0.4.29
3972026-05-11T20:22:24.891Z Downloaded serde_core v1.0.228
3982026-05-11T20:22:24.891Z Downloaded pest_generator v2.8.6
3992026-05-11T20:22:24.901Z Downloaded icu_provider v2.1.1
4002026-05-11T20:22:24.908Z Downloaded serde_derive v1.0.228
4012026-05-11T20:22:24.911Z Downloaded icu_properties v2.1.2
4022026-05-11T20:22:24.914Z Downloaded icu_collections v2.1.1
4032026-05-11T20:22:24.916Z Downloaded pest v2.8.6
4042026-05-11T20:22:24.920Z Downloaded clap v4.5.60
4052026-05-11T20:22:24.925Z Downloaded papergrid v0.11.0
4062026-05-11T20:22:24.928Z Downloaded pest_meta v2.8.6
4072026-05-11T20:22:24.931Z Downloaded icu_locale_core v2.1.1
4082026-05-11T20:22:24.934Z Downloaded serde v1.0.228
4092026-05-11T20:22:24.937Z Downloaded icu_properties_data v2.1.2
4102026-05-11T20:22:24.940Z Downloaded memchr v2.8.0
4112026-05-11T20:22:24.950Z Downloaded indexmap v2.14.0
4122026-05-11T20:22:24.968Z Downloaded idna v1.1.0
4132026-05-11T20:22:24.984Z Downloaded serde_json v1.0.149
4142026-05-11T20:22:24.987Z Downloaded clap_builder v4.5.60
4152026-05-11T20:22:24.993Z Downloaded hashbrown v0.17.0
4162026-05-11T20:22:25.002Z Downloaded tabled v0.15.0
4172026-05-11T20:22:25.016Z Downloaded syn v1.0.109
4182026-05-11T20:22:25.024Z Downloaded syn v2.0.117
4192026-05-11T20:22:25.033Z Downloaded rustix v1.1.3
4202026-05-11T20:22:25.063Z Downloaded libc v0.2.185
4212026-05-11T20:22:25.131Z Compiling proc-macro2 v1.0.106
4222026-05-11T20:22:25.131Z Compiling quote v1.0.45
4232026-05-11T20:22:25.140Z Compiling unicode-ident v1.0.24
4242026-05-11T20:22:25.140Z Compiling serde_core v1.0.228
4252026-05-11T20:22:25.140Z Compiling libc v0.2.185
4262026-05-11T20:22:25.140Z Compiling version_check v0.9.5
4272026-05-11T20:22:25.315Z Compiling stable_deref_trait v1.2.1
4282026-05-11T20:22:25.318Z Compiling serde v1.0.228
4292026-05-11T20:22:25.464Z Compiling memchr v2.8.0
4302026-05-11T20:22:25.482Z Compiling zmij v1.0.21
4312026-05-11T20:22:25.689Z Compiling ucd-trie v0.1.7
4322026-05-11T20:22:25.878Z Compiling itoa v1.0.17
4332026-05-11T20:22:25.997Z Compiling thiserror v1.0.69
4342026-05-11T20:22:26.079Z Compiling autocfg v1.5.0
4352026-05-11T20:22:26.102Z Compiling pest v2.8.6
4362026-05-11T20:22:26.216Z Compiling litemap v0.8.1
4372026-05-11T20:22:26.324Z Compiling writeable v0.6.2
4382026-05-11T20:22:26.482Z Compiling icu_properties_data v2.1.2
4392026-05-11T20:22:26.539Z Compiling byteorder v1.5.0
4402026-05-11T20:22:26.664Z Compiling rustix v1.1.3
4412026-05-11T20:22:26.710Z Compiling syn v2.0.117
4422026-05-11T20:22:26.774Z Compiling icu_normalizer_data v2.1.1
4432026-05-11T20:22:26.837Z Compiling errno v0.3.14
4442026-05-11T20:22:26.853Z Compiling bitflags v2.11.0
4452026-05-11T20:22:26.999Z Compiling serde_json v1.0.149
4462026-05-11T20:22:27.105Z Compiling num-traits v0.2.19
4472026-05-11T20:22:27.191Z Compiling pest_meta v2.8.6
4482026-05-11T20:22:27.245Z Compiling smallvec v1.15.1
4492026-05-11T20:22:27.285Z Compiling typeid v1.0.3
4502026-05-11T20:22:27.389Z Compiling hashbrown v0.17.0
4512026-05-11T20:22:27.462Z Compiling equivalent v1.0.2
4522026-05-11T20:22:27.767Z Compiling thread-id v4.2.2
4532026-05-11T20:22:27.790Z Compiling usdt-impl v0.5.0
4542026-05-11T20:22:27.845Z Compiling proc-macro-error-attr v1.0.4
4552026-05-11T20:22:27.862Z Compiling syn v1.0.109
4562026-05-11T20:22:27.956Z Compiling indexmap v2.14.0
4572026-05-11T20:22:27.999Z Compiling winnow v0.7.14
4582026-05-11T20:22:28.030Z Compiling toml_write v0.1.2
4592026-05-11T20:22:28.194Z Compiling erased-serde v0.4.9
4602026-05-11T20:22:28.587Z Compiling proc-macro-error v1.0.4
4612026-05-11T20:22:28.639Z Compiling utf8parse v0.2.2
4622026-05-11T20:22:28.760Z Compiling getrandom v0.4.1
4632026-05-11T20:22:28.777Z Compiling plain v0.2.3
4642026-05-11T20:22:28.836Z Compiling utf8_iter v1.0.4
4652026-05-11T20:22:28.891Z Compiling thiserror v2.0.18
4662026-05-11T20:22:28.992Z Compiling percent-encoding v2.3.2
4672026-05-11T20:22:29.009Z Compiling camino v1.2.2
4682026-05-11T20:22:29.112Z Compiling log v0.4.29
4692026-05-11T20:22:29.193Z Compiling form_urlencoded v1.2.2
4702026-05-11T20:22:29.266Z Compiling ordered-float v2.10.1
4712026-05-11T20:22:29.326Z Compiling synstructure v0.13.2
4722026-05-11T20:22:29.373Z Compiling pest_generator v2.8.6
4732026-05-11T20:22:29.437Z Compiling anstyle-parse v0.2.7
4742026-05-11T20:22:29.532Z Compiling terminal_size v0.4.3
4752026-05-11T20:22:29.693Z Compiling anstyle-query v1.1.5
4762026-05-11T20:22:29.799Z Compiling pretty-hex v0.4.1
4772026-05-11T20:22:29.840Z Compiling anstyle v1.0.13
4782026-05-11T20:22:29.880Z Compiling cfg-if v1.0.4
4792026-05-11T20:22:29.912Z Compiling colorchoice v1.0.4
4802026-05-11T20:22:29.938Z Compiling is_terminal_polyfill v1.70.2
4812026-05-11T20:22:30.036Z Compiling anstream v0.6.21
4822026-05-11T20:22:30.045Z Compiling serde-untagged v0.1.9
4832026-05-11T20:22:30.084Z Compiling semver v1.0.28
4842026-05-11T20:22:30.164Z Compiling fs-err v3.3.0
4852026-05-11T20:22:30.291Z Compiling unicode-width v0.1.14
4862026-05-11T20:22:30.358Z Compiling clap_lex v1.0.0
4872026-05-11T20:22:30.382Z Compiling heck v0.5.0
4882026-05-11T20:22:30.411Z Compiling bytecount v0.6.9
4892026-05-11T20:22:30.436Z Compiling anyhow v1.0.102
4902026-05-11T20:22:30.546Z Compiling fastrand v2.3.0
4912026-05-11T20:22:30.564Z Compiling once_cell v1.21.3
4922026-05-11T20:22:30.582Z Compiling unicode-xid v0.2.6
4932026-05-11T20:22:30.582Z Compiling strsim v0.11.1
4942026-05-11T20:22:30.746Z Compiling fnv v1.0.7
4952026-05-11T20:22:30.777Z Compiling heck v0.4.1
4962026-05-11T20:22:30.796Z Compiling clap_builder v4.5.60
4972026-05-11T20:22:30.849Z Compiling papergrid v0.11.0
4982026-05-11T20:22:31.035Z Compiling tempfile v3.25.0
4992026-05-11T20:22:31.055Z Compiling serde_derive v1.0.228
5002026-05-11T20:22:31.154Z Compiling zerofrom-derive v0.1.6
5012026-05-11T20:22:31.195Z Compiling yoke-derive v0.8.1
5022026-05-11T20:22:31.416Z Compiling zerovec-derive v0.11.2
5032026-05-11T20:22:31.583Z Compiling displaydoc v0.2.5
5042026-05-11T20:22:32.340Z Compiling thiserror-impl v1.0.69
5052026-05-11T20:22:32.358Z Compiling zerocopy-derive v0.7.35
5062026-05-11T20:22:32.374Z Compiling pest_derive v2.8.6
5072026-05-11T20:22:32.530Z Compiling scroll_derive v0.12.1
5082026-05-11T20:22:32.554Z Compiling zerofrom v0.1.6
5092026-05-11T20:22:32.685Z Compiling yoke v0.8.1
5102026-05-11T20:22:32.792Z Compiling thiserror-impl v2.0.18
5112026-05-11T20:22:32.880Z Compiling zerovec v0.11.5
5122026-05-11T20:22:33.189Z Compiling zerotrie v0.2.3
5132026-05-11T20:22:33.246Z Compiling zerocopy v0.7.35
5142026-05-11T20:22:33.385Z Compiling tinystr v0.8.2
5152026-05-11T20:22:33.497Z Compiling potential_utf v0.1.4
5162026-05-11T20:22:33.596Z Compiling icu_locale_core v2.1.1
5172026-05-11T20:22:33.670Z Compiling icu_collections v2.1.1
5182026-05-11T20:22:33.718Z Compiling dtrace-parser v0.2.0
5192026-05-11T20:22:33.793Z Compiling scroll v0.12.0
5202026-05-11T20:22:33.836Z Compiling tabled_derive v0.7.0
5212026-05-11T20:22:34.081Z Compiling goblin v0.8.2
5222026-05-11T20:22:34.151Z Compiling clap_derive v4.5.55
5232026-05-11T20:22:34.248Z Compiling icu_provider v2.1.1
5242026-05-11T20:22:34.465Z Compiling serde_spanned v0.6.9
5252026-05-11T20:22:34.485Z Compiling icu_properties v2.1.2
5262026-05-11T20:22:34.524Z Compiling icu_normalizer v2.1.1
5272026-05-11T20:22:34.548Z Compiling toml_datetime v0.6.11
5282026-05-11T20:22:34.583Z Compiling dof v0.3.0
5292026-05-11T20:22:34.609Z Compiling serde_tokenstream v0.2.3
5302026-05-11T20:22:34.737Z Compiling toml_edit v0.22.27
5312026-05-11T20:22:34.808Z Compiling serde-value v0.7.0
5322026-05-11T20:22:34.974Z Compiling cargo-platform v0.2.0
5332026-05-11T20:22:35.061Z Compiling memmap v0.7.0
5342026-05-11T20:22:35.169Z Compiling unicode-width v0.2.0
5352026-05-11T20:22:35.243Z Compiling unicode-linebreak v0.1.5
5362026-05-11T20:22:35.246Z Compiling smawk v0.3.2
5372026-05-11T20:22:35.400Z Compiling idna_adapter v1.2.1
5382026-05-11T20:22:35.445Z Compiling textwrap v0.16.2
5392026-05-11T20:22:35.488Z Compiling tabled v0.15.0
5402026-05-11T20:22:35.534Z Compiling idna v1.1.0
5412026-05-11T20:22:35.550Z Compiling usdt-macro v0.5.0
5422026-05-11T20:22:35.574Z Compiling usdt-attr-macro v0.5.0
5432026-05-11T20:22:35.906Z Compiling url v2.5.8
5442026-05-11T20:22:35.979Z Compiling clap v4.5.60
5452026-05-11T20:22:36.066Z Compiling macaddr v1.0.1
5462026-05-11T20:22:36.216Z Compiling toml v0.8.23
5472026-05-11T20:22:36.247Z Compiling camino-tempfile v1.4.1
5482026-05-11T20:22:36.608Z Compiling cargo-util-schemas v0.8.2
5492026-05-11T20:22:36.660Z Compiling cargo_toml v0.21.0
5502026-05-11T20:22:36.722Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5512026-05-11T20:22:36.984Z Compiling swrite v0.1.0
5522026-05-11T20:22:37.199Z Compiling usdt v0.5.0
5532026-05-11T20:22:37.583Z Compiling cargo_metadata v0.21.0
5542026-05-11T20:22:38.518Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5552026-05-11T20:22:40.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.75s
5562026-05-11T20:22:40.865Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5572026-05-11T20:22:41.436Z Downloading crates ...
5582026-05-11T20:22:41.539Z Downloaded clang-sys v1.8.1
5592026-05-11T20:22:41.552Z Downloaded crossbeam-deque v0.8.6
5602026-05-11T20:22:41.555Z Downloaded compact_str v0.8.1
5612026-05-11T20:22:41.555Z Downloaded crc-any v2.5.0
5622026-05-11T20:22:41.559Z Downloaded bit-vec v0.8.0
5632026-05-11T20:22:41.562Z Downloaded downcast-rs v2.0.2
5642026-05-11T20:22:41.565Z Downloaded dtrace-parser v0.3.0
5652026-05-11T20:22:41.565Z Downloaded debug-ignore v1.0.5
5662026-05-11T20:22:41.565Z Downloaded darling_macro v0.21.3
5672026-05-11T20:22:41.569Z Downloaded either v1.15.0
5682026-05-11T20:22:41.569Z Downloaded diesel_table_macro_syntax v0.3.0
5692026-05-11T20:22:41.569Z Downloaded crc32fast v1.5.0
5702026-05-11T20:22:41.572Z Downloaded float-ord v0.3.2
5712026-05-11T20:22:41.572Z Downloaded bitvec v1.0.1
5722026-05-11T20:22:41.579Z Downloaded derive_builder_core v0.20.2
5732026-05-11T20:22:41.582Z Downloaded cargo-platform v0.1.9
5742026-05-11T20:22:41.582Z Downloaded bitfield v0.19.4
5752026-05-11T20:22:41.585Z Downloaded atomic-waker v1.1.2
5762026-05-11T20:22:41.586Z Downloaded defmt-macros v1.0.1
5772026-05-11T20:22:41.589Z Downloaded foreign-types v0.5.0
5782026-05-11T20:22:41.589Z Downloaded foldhash v0.2.0
5792026-05-11T20:22:41.589Z Downloaded fatfs v0.3.6
5802026-05-11T20:22:41.592Z Downloaded cargo_metadata v0.19.2
5812026-05-11T20:22:41.592Z Downloaded crossterm v0.28.1
5822026-05-11T20:22:41.595Z Downloaded darling_core v0.21.3
5832026-05-11T20:22:41.598Z Downloaded bcs v0.1.6
5842026-05-11T20:22:41.602Z Downloaded dunce v1.0.5
5852026-05-11T20:22:41.603Z Downloaded display-error-chain v0.2.2
5862026-05-11T20:22:41.603Z Downloaded dsl_auto_type v0.2.0
5872026-05-11T20:22:41.607Z Downloaded base64ct v1.8.3
5882026-05-11T20:22:41.607Z Downloaded endian-type v0.1.2
5892026-05-11T20:22:41.607Z Downloaded ciborium-ll v0.2.2
5902026-05-11T20:22:41.607Z Downloaded atty v0.2.14
5912026-05-11T20:22:41.611Z Downloaded dirs-next v2.0.0
5922026-05-11T20:22:41.611Z Downloaded array-init v0.0.4
5932026-05-11T20:22:41.611Z Downloaded difflib v0.4.0
5942026-05-11T20:22:41.611Z Downloaded ar_archive_writer v0.5.1
5952026-05-11T20:22:41.614Z Downloaded enum-as-inner v0.6.1
5962026-05-11T20:22:41.614Z Downloaded bitfield-struct v0.6.2
5972026-05-11T20:22:41.614Z Downloaded cfg_aliases v0.1.1
5982026-05-11T20:22:41.619Z Downloaded async-recursion v1.1.1
5992026-05-11T20:22:41.619Z Downloaded embedded-io v0.4.0
6002026-05-11T20:22:41.623Z Downloaded assert_matches v1.5.0
6012026-05-11T20:22:41.623Z Downloaded arrayref v0.3.9
6022026-05-11T20:22:41.623Z Downloaded fallible-iterator v0.2.0
6032026-05-11T20:22:41.623Z Downloaded dropshot_endpoint v0.16.7
6042026-05-11T20:22:41.626Z Downloaded diff v0.1.13
6052026-05-11T20:22:41.626Z Downloaded bit-set v0.5.3
6062026-05-11T20:22:41.630Z Downloaded fd-lock v4.0.4
6072026-05-11T20:22:41.630Z Downloaded cfg_aliases v0.2.1
6082026-05-11T20:22:41.630Z Downloaded bit-set v0.8.0
6092026-05-11T20:22:41.633Z Downloaded atomicwrites v0.4.4
6102026-05-11T20:22:41.633Z Downloaded dyn-clone v1.0.20
6112026-05-11T20:22:41.633Z Downloaded dof v0.4.0
6122026-05-11T20:22:41.636Z Downloaded embedded-io v0.6.1
6132026-05-11T20:22:41.636Z Downloaded document-features v0.2.12
6142026-05-11T20:22:41.636Z Downloaded curve25519-dalek-derive v0.1.1
6152026-05-11T20:22:41.641Z Downloaded async-stream v0.3.6
6162026-05-11T20:22:41.641Z Downloaded futures-core v0.3.32
6172026-05-11T20:22:41.641Z Downloaded cstr-argument v0.1.2
6182026-05-11T20:22:41.641Z Downloaded crc v3.4.0
6192026-05-11T20:22:41.644Z Downloaded darling_macro v0.23.0
6202026-05-11T20:22:41.644Z Downloaded argon2 v0.5.3
6212026-05-11T20:22:41.644Z Downloaded funty v2.0.0
6222026-05-11T20:22:41.647Z Downloaded float-cmp v0.10.0
6232026-05-11T20:22:41.649Z Downloaded bb8 v0.8.6
6242026-05-11T20:22:41.649Z Downloaded aead v0.5.2
6252026-05-11T20:22:41.652Z Downloaded flagset v0.4.7
6262026-05-11T20:22:41.656Z Downloaded fixedbitset v0.4.2
6272026-05-11T20:22:41.659Z Downloaded dirs-sys-next v0.1.2
6282026-05-11T20:22:41.659Z Downloaded crc-catalog v2.4.0
6292026-05-11T20:22:41.659Z Downloaded darling_macro v0.20.11
6302026-05-11T20:22:41.662Z Downloaded bitfield-macros v0.19.4
6312026-05-11T20:22:41.662Z Downloaded async-stream-impl v0.3.6
6322026-05-11T20:22:41.665Z Downloaded ascii-canvas v3.0.0
6332026-05-11T20:22:41.669Z Downloaded crunchy v0.2.4
6342026-05-11T20:22:41.671Z Downloaded cpufeatures v0.3.0
6352026-05-11T20:22:41.672Z Downloaded foreign-types v0.3.2
6362026-05-11T20:22:41.672Z Downloaded castaway v0.2.4
6372026-05-11T20:22:41.674Z Downloaded base16ct v0.2.0
6382026-05-11T20:22:41.674Z Downloaded foreign-types-shared v0.3.1
6392026-05-11T20:22:41.674Z Downloaded crucible-workspace-hack v0.1.0
6402026-05-11T20:22:41.674Z Downloaded ciborium-io v0.2.2
6412026-05-11T20:22:41.678Z Downloaded futures-macro v0.3.32
6422026-05-11T20:22:41.678Z Downloaded block-padding v0.3.3
6432026-05-11T20:22:41.681Z Downloaded fxhash v0.2.1
6442026-05-11T20:22:41.681Z Downloaded foreign-types-macros v0.2.3
6452026-05-11T20:22:41.681Z Downloaded bit-vec v0.6.3
6462026-05-11T20:22:41.682Z Downloaded defmt-parser v1.0.0
6472026-05-11T20:22:41.682Z Downloaded bcrypt-pbkdf v0.10.0
6482026-05-11T20:22:41.685Z Downloaded foreign-types-shared v0.1.1
6492026-05-11T20:22:41.685Z Downloaded ecdsa v0.16.9
6502026-05-11T20:22:41.685Z Downloaded arrayvec v0.7.6
6512026-05-11T20:22:41.688Z Downloaded cobs v0.3.0
6522026-05-11T20:22:41.689Z Downloaded bitflags v1.3.2
6532026-05-11T20:22:41.689Z Downloaded dropshot-api-manager-types v0.7.1
6542026-05-11T20:22:41.692Z Downloaded arc-swap v1.8.2
6552026-05-11T20:22:41.695Z Downloaded derive_builder_macro v0.20.2
6562026-05-11T20:22:41.695Z Downloaded crc8 v0.1.1
6572026-05-11T20:22:41.695Z Downloaded chacha20 v0.9.1
6582026-05-11T20:22:41.698Z Downloaded camino-tempfile-ext v0.3.3
6592026-05-11T20:22:41.698Z Downloaded cexpr v0.6.0
6602026-05-11T20:22:41.698Z Downloaded async-trait v0.1.89
6612026-05-11T20:22:41.701Z Downloaded futures-task v0.3.32
6622026-05-11T20:22:41.701Z Downloaded futures-io v0.3.32
6632026-05-11T20:22:41.704Z Downloaded colored v3.1.1
6642026-05-11T20:22:41.704Z Downloaded adler2 v2.0.1
6652026-05-11T20:22:41.704Z Downloaded globwalk v0.9.1
6662026-05-11T20:22:41.708Z Downloaded hash32 v0.3.1
6672026-05-11T20:22:41.709Z Downloaded hash32 v0.2.1
6682026-05-11T20:22:41.711Z Downloaded defmt v0.3.100
6692026-05-11T20:22:41.711Z Downloaded hex v0.4.3
6702026-05-11T20:22:41.711Z Downloaded ghash v0.5.1
6712026-05-11T20:22:41.712Z Downloaded futures-sink v0.3.32
6722026-05-11T20:22:41.712Z Downloaded ff v0.13.1
6732026-05-11T20:22:41.715Z Downloaded diesel-dtrace v0.5.0
6742026-05-11T20:22:41.715Z Downloaded fixedbitset v0.5.7
6752026-05-11T20:22:41.715Z Downloaded critical-section v1.2.0
6762026-05-11T20:22:41.719Z Downloaded env_filter v1.0.0
6772026-05-11T20:22:41.719Z Downloaded erased-serde v0.3.31
6782026-05-11T20:22:41.722Z Downloaded data-encoding v2.10.0
6792026-05-11T20:22:41.722Z Downloaded gethostname v0.5.0
6802026-05-11T20:22:41.722Z Downloaded foldhash v0.1.5
6812026-05-11T20:22:41.722Z Downloaded headers-core v0.3.0
6822026-05-11T20:22:41.725Z Downloaded der_derive v0.7.3
6832026-05-11T20:22:41.725Z Downloaded daft-derive v0.1.5
6842026-05-11T20:22:41.730Z Downloaded daft v0.1.5
6852026-05-11T20:22:41.730Z Downloaded deranged v0.5.8
6862026-05-11T20:22:41.733Z Downloaded convert_case v0.4.0
6872026-05-11T20:22:41.733Z Downloaded cipher v0.4.4
6882026-05-11T20:22:41.733Z Downloaded cassowary v0.3.0
6892026-05-11T20:22:41.733Z Downloaded byte-wrapper v0.1.0
6902026-05-11T20:22:41.736Z Downloaded ctr v0.9.2
6912026-05-11T20:22:41.736Z Downloaded elliptic-curve v0.13.8
6922026-05-11T20:22:41.739Z Downloaded convert_case v0.10.0
6932026-05-11T20:22:41.740Z Downloaded cmake v0.1.57
6942026-05-11T20:22:41.744Z Downloaded cbc v0.1.2
6952026-05-11T20:22:41.744Z Downloaded buf-list v1.1.2
6962026-05-11T20:22:41.744Z Downloaded httpdate v1.0.3
6972026-05-11T20:22:41.747Z Downloaded home v0.5.12
6982026-05-11T20:22:41.747Z Downloaded blowfish v0.9.1
6992026-05-11T20:22:41.747Z Downloaded fs-err v2.11.0
7002026-05-11T20:22:41.751Z Downloaded csv-core v0.1.13
7012026-05-11T20:22:41.751Z Downloaded bzip2 v0.6.1
7022026-05-11T20:22:41.754Z Downloaded backoff v0.4.0
7032026-05-11T20:22:41.754Z Downloaded compression-core v0.4.31
7042026-05-11T20:22:41.755Z Downloaded hostname v0.4.2
7052026-05-11T20:22:41.758Z Downloaded hubpack_derive v0.1.1
7062026-05-11T20:22:41.758Z Downloaded const-oid v0.9.6
7072026-05-11T20:22:41.758Z Downloaded hubpack v0.1.2
7082026-05-11T20:22:41.758Z Downloaded http-range v0.1.5
7092026-05-11T20:22:41.761Z Downloaded http-body v1.0.1
7102026-05-11T20:22:41.761Z Downloaded bzip2 v0.4.4
7112026-05-11T20:22:41.761Z Downloaded blake2 v0.10.6
7122026-05-11T20:22:41.764Z Downloaded hyper-tls v0.6.0
7132026-05-11T20:22:41.764Z Downloaded git-stub v1.0.0
7142026-05-11T20:22:41.764Z Downloaded find-msvc-tools v0.1.9
7152026-05-11T20:22:41.768Z Downloaded const_format_proc_macros v0.2.34
7162026-05-11T20:22:41.768Z Downloaded env_logger v0.11.9
7172026-05-11T20:22:41.771Z Downloaded ena v0.14.4
7182026-05-11T20:22:41.771Z Downloaded hex-literal v0.4.1
7192026-05-11T20:22:41.771Z Downloaded group v0.13.0
7202026-05-11T20:22:41.774Z Downloaded globset v0.4.18
7212026-05-11T20:22:41.774Z Downloaded ident_case v1.0.1
7222026-05-11T20:22:41.774Z Downloaded glob v0.3.3
7232026-05-11T20:22:41.774Z Downloaded futures-executor v0.3.32
7242026-05-11T20:22:41.779Z Downloaded fs_extra v1.3.0
7252026-05-11T20:22:41.779Z Downloaded git-stub-vcs v0.1.0
7262026-05-11T20:22:41.782Z Downloaded filetime v0.2.27
7272026-05-11T20:22:41.782Z Downloaded indoc v1.0.9
7282026-05-11T20:22:41.782Z Downloaded inout v0.1.4
7292026-05-11T20:22:41.782Z Downloaded indent_write v2.2.0
7302026-05-11T20:22:41.782Z Downloaded ed25519 v2.2.3
7312026-05-11T20:22:41.785Z Downloaded is_ci v1.2.0
7322026-05-11T20:22:41.785Z Downloaded internet-checksum v0.2.1
7332026-05-11T20:22:41.785Z Downloaded instant v0.1.13
7342026-05-11T20:22:41.788Z Downloaded instability v0.3.11
7352026-05-11T20:22:41.788Z Downloaded lalrpop-util v0.19.12
7362026-05-11T20:22:41.789Z Downloaded des v0.8.1
7372026-05-11T20:22:41.789Z Downloaded darling v0.20.11
7382026-05-11T20:22:41.791Z Downloaded drift v0.1.3
7392026-05-11T20:22:41.795Z Downloaded corncobs v0.1.4
7402026-05-11T20:22:41.799Z Downloaded darling v0.23.0
7412026-05-11T20:22:41.804Z Downloaded cookie v0.18.1
7422026-05-11T20:22:41.804Z Downloaded defmt v1.0.1
7432026-05-11T20:22:41.804Z Downloaded is-terminal v0.4.17
7442026-05-11T20:22:41.804Z Downloaded lazy_static v1.5.0
7452026-05-11T20:22:41.804Z Downloaded console v0.16.2
7462026-05-11T20:22:41.809Z Downloaded kstat-rs v0.2.4
7472026-05-11T20:22:41.809Z Downloaded cookie_store v0.22.1
7482026-05-11T20:22:41.812Z Downloaded backon v1.6.0
7492026-05-11T20:22:41.812Z Downloaded compression-codecs v0.4.37
7502026-05-11T20:22:41.812Z Downloaded console v0.15.11
7512026-05-11T20:22:41.815Z Downloaded keccak v0.1.6
7522026-05-11T20:22:41.815Z Downloaded ciborium v0.2.2
7532026-05-11T20:22:41.820Z Downloaded crossbeam-epoch v0.9.18
7542026-05-11T20:22:41.820Z Downloaded ahash v0.8.12
7552026-05-11T20:22:41.824Z Downloaded constant_time_eq v0.4.2
7562026-05-11T20:22:41.824Z Downloaded async-bb8-diesel v0.2.1
7572026-05-11T20:22:41.828Z Downloaded libscf-sys v1.1.0
7582026-05-11T20:22:41.828Z Downloaded md5 v0.7.0
7592026-05-11T20:22:41.828Z Downloaded lru v0.12.5
7602026-05-11T20:22:41.829Z Downloaded md-5 v0.10.6
7612026-05-11T20:22:41.833Z Downloaded hostname v0.3.1
7622026-05-11T20:22:41.834Z Downloaded match_cfg v0.1.0
7632026-05-11T20:22:41.834Z Downloaded derive-where v1.6.0
7642026-05-11T20:22:41.838Z Downloaded mime v0.3.17
7652026-05-11T20:22:41.838Z Downloaded multimap v0.10.1
7662026-05-11T20:22:41.838Z Downloaded http-body-util v0.1.3
7672026-05-11T20:22:41.838Z Downloaded derive-ex v0.1.8
7682026-05-11T20:22:41.838Z Downloaded darling v0.21.3
7692026-05-11T20:22:41.842Z Downloaded humantime v2.3.0
7702026-05-11T20:22:41.842Z Downloaded lru-slab v0.1.2
7712026-05-11T20:22:41.847Z Downloaded memoffset v0.9.1
7722026-05-11T20:22:41.847Z Downloaded maybe-uninit v2.0.0
7732026-05-11T20:22:41.847Z Downloaded linked-hash-map v0.5.6
7742026-05-11T20:22:41.852Z Downloaded lru-cache v0.1.2
7752026-05-11T20:22:41.852Z Downloaded managed v0.8.0
7762026-05-11T20:22:41.852Z Downloaded dropshot_endpoint v0.17.0
7772026-05-11T20:22:41.852Z Downloaded indoc v2.0.7
7782026-05-11T20:22:41.856Z Downloaded impl-trait-for-tuples v0.2.3
7792026-05-11T20:22:41.856Z Downloaded ipnet v2.11.0
7802026-05-11T20:22:41.861Z Downloaded nibble_vec v0.1.0
7812026-05-11T20:22:41.861Z Downloaded new_debug_unreachable v1.0.6
7822026-05-11T20:22:41.861Z Downloaded ipnetwork v0.21.1
7832026-05-11T20:22:41.861Z Downloaded lzss v0.8.2
7842026-05-11T20:22:41.861Z Downloaded newtype-uuid-macros v0.1.0
7852026-05-11T20:22:41.866Z Downloaded normalize-line-endings v0.3.0
7862026-05-11T20:22:41.866Z Downloaded nodrop v0.1.14
7872026-05-11T20:22:41.866Z Downloaded ingot-types v0.1.2
7882026-05-11T20:22:41.866Z Downloaded newline-converter v0.3.0
7892026-05-11T20:22:41.866Z Downloaded derive_builder v0.20.2
7902026-05-11T20:22:41.869Z Downloaded half v1.8.3
7912026-05-11T20:22:41.869Z Downloaded newtype_derive v0.1.6
7922026-05-11T20:22:41.869Z Downloaded ingot v0.1.1
7932026-05-11T20:22:41.873Z Downloaded chacha20 v0.10.0
7942026-05-11T20:22:41.880Z Downloaded num-derive v0.3.3
7952026-05-11T20:22:41.880Z Downloaded nonempty v0.12.0
7962026-05-11T20:22:41.880Z Downloaded colored v2.2.0
7972026-05-11T20:22:41.886Z Downloaded allocator-api2 v0.2.21
7982026-05-11T20:22:41.887Z Downloaded maplit v1.0.2
7992026-05-11T20:22:41.887Z Downloaded cancel-safe-futures v0.1.5
8002026-05-11T20:22:41.887Z Downloaded num v0.4.3
8012026-05-11T20:22:41.887Z Downloaded derive_more v0.99.20
8022026-05-11T20:22:41.891Z Downloaded jobserver v0.1.34
8032026-05-11T20:22:41.892Z Downloaded libefi-sys v0.1.0
8042026-05-11T20:22:41.892Z Downloaded hmac v0.12.1
8052026-05-11T20:22:41.896Z Downloaded highway v1.3.0
8062026-05-11T20:22:41.896Z Downloaded futures-channel v0.3.32
8072026-05-11T20:22:41.896Z Downloaded num-derive v0.4.2
8082026-05-11T20:22:41.896Z Downloaded num-iter v0.1.45
8092026-05-11T20:22:41.901Z Downloaded bytes v1.11.1
8102026-05-11T20:22:41.901Z Downloaded olpc-cjson v0.1.4
8112026-05-11T20:22:41.901Z Downloaded num_threads v0.1.7
8122026-05-11T20:22:41.901Z Downloaded openssl-probe v0.1.6
8132026-05-11T20:22:41.910Z Downloaded chacha20poly1305 v0.10.1
8142026-05-11T20:22:41.910Z Downloaded mime_guess v2.0.5
8152026-05-11T20:22:41.910Z Downloaded libsw-core v0.3.2
8162026-05-11T20:22:41.915Z Downloaded openssl-probe v0.2.1
8172026-05-11T20:22:41.915Z Downloaded linear-map v1.2.0
8182026-05-11T20:22:41.915Z Downloaded oso-derive v0.27.3
8192026-05-11T20:22:41.915Z Downloaded futures v0.3.32
8202026-05-11T20:22:41.915Z Downloaded iana-time-zone v0.1.65
8212026-05-11T20:22:41.915Z Downloaded packed_struct_codegen v0.10.1
8222026-05-11T20:22:41.920Z Downloaded parse-display v0.10.0
8232026-05-11T20:22:41.920Z Downloaded hyper-rustls v0.27.7
8242026-05-11T20:22:41.920Z Downloaded getrandom v0.3.4
8252026-05-11T20:22:41.924Z Downloaded nanorand v0.7.0
8262026-05-11T20:22:41.924Z Downloaded native-tls v0.2.18
8272026-05-11T20:22:41.924Z Downloaded multer v3.1.0
8282026-05-11T20:22:41.924Z Downloaded httparse v1.10.1
8292026-05-11T20:22:41.929Z Downloaded darling_core v0.20.11
8302026-05-11T20:22:41.934Z Downloaded parse-size v1.1.0
8312026-05-11T20:22:41.934Z Downloaded path-slash v0.1.5
8322026-05-11T20:22:41.934Z Downloaded crypto-bigint v0.5.5
8332026-05-11T20:22:41.959Z Downloaded peg-runtime v0.8.5
8342026-05-11T20:22:41.964Z Downloaded pbkdf2 v0.12.2
8352026-05-11T20:22:41.964Z Downloaded pbkdf2 v0.11.0
8362026-05-11T20:22:41.964Z Downloaded num-conv v0.2.0
8372026-05-11T20:22:41.964Z Downloaded newtype-uuid v1.3.2
8382026-05-11T20:22:41.964Z Downloaded libsw v3.5.0
8392026-05-11T20:22:41.964Z Downloaded ingot-macros v0.1.1
8402026-05-11T20:22:41.964Z Downloaded async-compression v0.4.41
8412026-05-11T20:22:41.971Z Downloaded phf_shared v0.13.1
8422026-05-11T20:22:41.971Z Downloaded phf_shared v0.12.1
8432026-05-11T20:22:41.971Z Downloaded phf_shared v0.11.3
8442026-05-11T20:22:41.971Z Downloaded derive_more-impl v2.1.1
8452026-05-11T20:22:41.979Z Downloaded num_enum v0.5.11
8462026-05-11T20:22:41.979Z Downloaded num-integer v0.1.46
8472026-05-11T20:22:41.979Z Downloaded num-complex v0.4.6
8482026-05-11T20:22:41.980Z Downloaded num-rational v0.4.2
8492026-05-11T20:22:41.984Z Downloaded pin-utils v0.1.0
8502026-05-11T20:22:41.984Z Downloaded num_enum_derive v0.7.5
8512026-05-11T20:22:41.984Z Downloaded openssl-macros v0.1.1
8522026-05-11T20:22:41.984Z Downloaded nu-ansi-term v0.50.3
8532026-05-11T20:22:41.984Z Downloaded flume v0.11.1
8542026-05-11T20:22:41.984Z Downloaded opaque-debug v0.3.1
8552026-05-11T20:22:41.990Z Downloaded oxide-tokio-rt v0.1.4
8562026-05-11T20:22:41.990Z Downloaded litrs v1.0.0
8572026-05-11T20:22:41.991Z Downloaded base64 v0.22.1
8582026-05-11T20:22:41.995Z Downloaded owo-colors v4.3.0
8592026-05-11T20:22:41.995Z Downloaded const_format v0.2.35
8602026-05-11T20:22:41.995Z Downloaded predicates-tree v1.0.13
8612026-05-11T20:22:42.003Z Downloaded precomputed-hash v0.1.1
8622026-05-11T20:22:42.003Z Downloaded powerfmt v0.2.0
8632026-05-11T20:22:42.003Z Downloaded packed_struct v0.10.1
8642026-05-11T20:22:42.003Z Downloaded proc-macro-crate v1.3.1
8652026-05-11T20:22:42.008Z Downloaded proc-macro-error-attr2 v2.0.0
8662026-05-11T20:22:42.008Z Downloaded heapless v0.7.17
8672026-05-11T20:22:42.008Z Downloaded lock_api v0.4.14
8682026-05-11T20:22:42.008Z Downloaded predicates-core v1.0.10
8692026-05-11T20:22:42.008Z Downloaded headers v0.4.1
8702026-05-11T20:22:42.013Z Downloaded progenitor-client v0.14.0
8712026-05-11T20:22:42.013Z Downloaded proc-macro-crate v3.4.0
8722026-05-11T20:22:42.013Z Downloaded heapless v0.8.0
8732026-05-11T20:22:42.018Z Downloaded indexmap v1.9.3
8742026-05-11T20:22:42.018Z Downloaded crossterm v0.29.0
8752026-05-11T20:22:42.023Z Downloaded paste v1.0.15
8762026-05-11T20:22:42.023Z Downloaded memmap2 v0.9.10
8772026-05-11T20:22:42.028Z Downloaded pem-rfc7468 v0.7.0
8782026-05-11T20:22:42.028Z Downloaded peg v0.8.5
8792026-05-11T20:22:42.028Z Downloaded progenitor-client v0.10.0
8802026-05-11T20:22:42.032Z Downloaded phf v0.13.1
8812026-05-11T20:22:42.032Z Downloaded phf v0.12.1
8822026-05-11T20:22:42.032Z Downloaded peg-macros v0.8.5
8832026-05-11T20:22:42.032Z Downloaded progenitor-macro v0.14.0
8842026-05-11T20:22:42.032Z Downloaded psl-types v2.0.11
8852026-05-11T20:22:42.037Z Downloaded radium v0.7.0
8862026-05-11T20:22:42.037Z Downloaded bumpalo v3.20.2
8872026-05-11T20:22:42.037Z Downloaded base64 v0.21.7
8882026-05-11T20:22:42.043Z Downloaded progenitor-macro v0.13.0
8892026-05-11T20:22:42.043Z Downloaded flate2 v1.1.9
8902026-05-11T20:22:42.048Z Downloaded num_enum_derive v0.5.11
8912026-05-11T20:22:42.048Z Downloaded quick-error v1.2.3
8922026-05-11T20:22:42.049Z Downloaded progenitor-macro v0.11.2
8932026-05-11T20:22:42.049Z Downloaded dropshot-api-manager v0.7.1
8942026-05-11T20:22:42.053Z Downloaded rand_chacha v0.3.1
8952026-05-11T20:22:42.053Z Downloaded num_enum v0.7.5
8962026-05-11T20:22:42.054Z Downloaded pin-project-internal v1.1.11
8972026-05-11T20:22:42.058Z Downloaded pin-project-lite v0.2.17
8982026-05-11T20:22:42.058Z Downloaded pkg-config v0.3.32
8992026-05-11T20:22:42.063Z Downloaded pkcs8 v0.10.2
9002026-05-11T20:22:42.063Z Downloaded postgres-protocol v0.6.10
9012026-05-11T20:22:42.063Z Downloaded ppv-lite86 v0.2.21
9022026-05-11T20:22:42.068Z Downloaded libbz2-rs-sys v0.2.2
9032026-05-11T20:22:42.068Z Downloaded progenitor v0.11.2
9042026-05-11T20:22:42.068Z Downloaded poly1305 v0.8.0
9052026-05-11T20:22:42.068Z Downloaded parking_lot_core v0.9.12
9062026-05-11T20:22:42.074Z Downloaded recursive v0.1.1
9072026-05-11T20:22:42.074Z Downloaded ref-cast-impl v1.0.25
9082026-05-11T20:22:42.074Z Downloaded ref-cast v1.0.25
9092026-05-11T20:22:42.074Z Downloaded rand_xorshift v0.4.0
9102026-05-11T20:22:42.082Z Downloaded omicron-zone-package v0.12.2
9112026-05-11T20:22:42.082Z Downloaded oxnet v0.1.4
9122026-05-11T20:22:42.082Z Downloaded progenitor v0.10.0
9132026-05-11T20:22:42.082Z Downloaded predicates v3.1.4
9142026-05-11T20:22:42.086Z Downloaded polyval v0.6.2
9152026-05-11T20:22:42.086Z Downloaded expectorate v1.2.0
9162026-05-11T20:22:42.086Z Downloaded diesel_derives v2.3.7
9172026-05-11T20:22:42.091Z Downloaded recursive-proc-macro-impl v0.1.1
9182026-05-11T20:22:42.091Z Downloaded progenitor-client v0.13.0
9192026-05-11T20:22:42.091Z Downloaded progenitor v0.14.0
9202026-05-11T20:22:42.091Z Downloaded pem v3.0.6
9212026-05-11T20:22:42.096Z Downloaded parking_lot_core v0.8.6
9222026-05-11T20:22:42.096Z Downloaded ignore v0.4.25
9232026-05-11T20:22:42.096Z Downloaded indicatif v0.18.4
9242026-05-11T20:22:42.100Z Downloaded hickory-resolver v0.25.2
9252026-05-11T20:22:42.100Z Downloaded psm v0.1.30
9262026-05-11T20:22:42.105Z Downloaded der v0.7.10
9272026-05-11T20:22:42.110Z Downloaded progenitor-client v0.11.2
9282026-05-11T20:22:42.110Z Downloaded progenitor v0.13.0
9292026-05-11T20:22:42.110Z Downloaded ed25519-dalek v2.2.0
9302026-05-11T20:22:42.114Z Downloaded rustc_version v0.4.1
9312026-05-11T20:22:42.114Z Downloaded crossbeam-channel v0.5.15
9322026-05-11T20:22:42.114Z Downloaded derive_more v2.1.1
9332026-05-11T20:22:42.120Z Downloaded rustc-hash v2.1.1
9342026-05-11T20:22:42.125Z Downloaded progenitor-extras v0.2.0
9352026-05-11T20:22:42.125Z Downloaded pkcs5 v0.7.1
9362026-05-11T20:22:42.129Z Downloaded darling_core v0.23.0
9372026-05-11T20:22:42.129Z Downloaded rustc_version v0.1.7
9382026-05-11T20:22:42.133Z Downloaded rand_seeder v0.4.0
9392026-05-11T20:22:42.134Z Downloaded proc-macro-error2 v2.0.1
9402026-05-11T20:22:42.134Z Downloaded password-hash v0.5.0
9412026-05-11T20:22:42.138Z Downloaded same-file v1.0.6
9422026-05-11T20:22:42.138Z Downloaded russh-cryptovec v0.7.3
9432026-05-11T20:22:42.138Z Downloaded salsa20 v0.10.2
9442026-05-11T20:22:42.138Z Downloaded rtoolbox v0.0.3
9452026-05-11T20:22:42.138Z Downloaded rfc6979 v0.4.0
9462026-05-11T20:22:42.143Z Downloaded rand_core v0.10.0
9472026-05-11T20:22:42.143Z Downloaded progenitor-macro v0.10.0
9482026-05-11T20:22:42.143Z Downloaded cc v1.2.56
9492026-05-11T20:22:42.147Z Downloaded password-hash v0.4.2
9502026-05-11T20:22:42.147Z Downloaded scheduled-thread-pool v0.2.7
9512026-05-11T20:22:42.147Z Downloaded sapling-renderdag v0.1.0
9522026-05-11T20:22:42.147Z Downloaded parse-display-derive v0.10.0
9532026-05-11T20:22:42.147Z Downloaded scrypt v0.11.0
9542026-05-11T20:22:42.154Z Downloaded r2d2 v0.8.10
9552026-05-11T20:22:42.154Z Downloaded oso v0.27.3
9562026-05-11T20:22:42.154Z Downloaded pkcs1 v0.7.5
9572026-05-11T20:22:42.158Z Downloaded papergrid v0.17.0
9582026-05-11T20:22:42.158Z Downloaded rand_core v0.6.4
9592026-05-11T20:22:42.159Z Downloaded rand_chacha v0.9.0
9602026-05-11T20:22:42.163Z Downloaded p256 v0.13.2
9612026-05-11T20:22:42.163Z Downloaded rand_core v0.9.5
9622026-05-11T20:22:42.163Z Downloaded primeorder v0.13.6
9632026-05-11T20:22:42.169Z Downloaded scroll_derive v0.13.1
9642026-05-11T20:22:42.169Z Downloaded scopeguard v1.2.0
9652026-05-11T20:22:42.169Z Downloaded resolv-conf v0.7.6
9662026-05-11T20:22:42.170Z Downloaded seq-macro v0.3.6
9672026-05-11T20:22:42.170Z Downloaded secrecy v0.10.3
9682026-05-11T20:22:42.174Z Downloaded semver v0.1.20
9692026-05-11T20:22:42.174Z Downloaded half v2.7.1
9702026-05-11T20:22:42.174Z Downloaded serde_bytes v0.11.19
9712026-05-11T20:22:42.174Z Downloaded serde_repr v0.1.20
9722026-05-11T20:22:42.174Z Downloaded serde-big-array v0.5.1
9732026-05-11T20:22:42.179Z Downloaded hashbrown v0.12.3
9742026-05-11T20:22:42.179Z Downloaded hyper-staticfile v0.10.1
9752026-05-11T20:22:42.179Z Downloaded parking_lot v0.12.5
9762026-05-11T20:22:42.184Z Downloaded getrandom v0.2.17
9772026-05-11T20:22:42.184Z Downloaded crossbeam-utils v0.8.21
9782026-05-11T20:22:42.189Z Downloaded libloading v0.8.9
9792026-05-11T20:22:42.189Z Downloaded serde_spanned v1.0.4
9802026-05-11T20:22:42.193Z Downloaded postgres-types v0.2.12
9812026-05-11T20:22:42.203Z Downloaded shell-words v1.1.1
9822026-05-11T20:22:42.207Z Downloaded serde_plain v1.0.2
9832026-05-11T20:22:42.207Z Downloaded signal-hook-tokio v0.3.1
9842026-05-11T20:22:42.207Z Downloaded sha1 v0.10.6
9852026-05-11T20:22:42.207Z Downloaded aes v0.8.4
9862026-05-11T20:22:42.212Z Downloaded rustls-native-certs v0.8.3
9872026-05-11T20:22:42.217Z Downloaded rustls-pemfile v2.2.0
9882026-05-11T20:22:42.217Z Downloaded rusty-fork v0.3.1
9892026-05-11T20:22:42.221Z Downloaded rustls-pemfile v1.0.4
9902026-05-11T20:22:42.222Z Downloaded quinn-udp v0.5.14
9912026-05-11T20:22:42.222Z Downloaded siphasher v1.0.2
9922026-05-11T20:22:42.226Z Downloaded signal-hook-mio v0.2.5
9932026-05-11T20:22:42.226Z Downloaded slog-bunyan v2.5.0
9942026-05-11T20:22:42.226Z Downloaded sigpipe v0.1.3
9952026-05-11T20:22:42.226Z Downloaded signature v2.2.0
9962026-05-11T20:22:42.231Z Downloaded hickory-resolver v0.24.4
9972026-05-11T20:22:42.231Z Downloaded rustversion v1.0.22
9982026-05-11T20:22:42.235Z Downloaded sec1 v0.7.3
9992026-05-11T20:22:42.235Z Downloaded prefix-trie v0.7.0
10002026-05-11T20:22:42.235Z Downloaded postcard v1.1.3
10012026-05-11T20:22:42.240Z Downloaded secrecy v0.8.0
10022026-05-11T20:22:42.240Z Downloaded scroll v0.13.0
10032026-05-11T20:22:42.240Z Downloaded hickory-server v0.25.2
10042026-05-11T20:22:42.244Z Downloaded slog-envlogger v2.2.0
10052026-05-11T20:22:42.244Z Downloaded pin-project v1.1.11
10062026-05-11T20:22:42.249Z Downloaded parking_lot v0.11.2
10072026-05-11T20:22:42.254Z Downloaded schemars_derive v0.8.22
10082026-05-11T20:22:42.254Z Downloaded jiff-static v0.2.21
10092026-05-11T20:22:42.258Z Downloaded miniz_oxide v0.8.9
10102026-05-11T20:22:42.258Z Downloaded sct v0.7.1
10112026-05-11T20:22:42.258Z Downloaded ssh-cipher v0.2.0
10122026-05-11T20:22:42.262Z Downloaded http v1.4.0
10132026-05-11T20:22:42.262Z Downloaded minimal-lexical v0.2.1
10142026-05-11T20:22:42.267Z Downloaded russh-keys v0.45.0
10152026-05-11T20:22:42.267Z Downloaded serde_urlencoded v0.7.1
10162026-05-11T20:22:42.272Z Downloaded serde-hex v0.1.0
10172026-05-11T20:22:42.276Z Downloaded progenitor-impl v0.13.0
10182026-05-11T20:22:42.276Z Downloaded progenitor-impl v0.11.2
10192026-05-11T20:22:42.276Z Downloaded sqlparser_derive v0.5.0
10202026-05-11T20:22:42.280Z Downloaded serde_derive_internals v0.29.1
10212026-05-11T20:22:42.285Z Downloaded strum v0.26.3
10222026-05-11T20:22:42.285Z Downloaded ssh-encoding v0.2.0
10232026-05-11T20:22:42.285Z Downloaded shlex v1.3.0
10242026-05-11T20:22:42.291Z Downloaded strum v0.27.2
10252026-05-11T20:22:42.291Z Downloaded structmeta v0.3.0
10262026-05-11T20:22:42.291Z Downloaded prettyplease v0.2.37
10272026-05-11T20:22:42.295Z Downloaded simd-adler32 v0.3.8
10282026-05-11T20:22:42.295Z Downloaded slab v0.4.12
10292026-05-11T20:22:42.296Z Downloaded signal-hook-registry v1.4.8
10302026-05-11T20:22:42.300Z Downloaded rustls-pki-types v1.14.0
10312026-05-11T20:22:42.300Z Downloaded subtle v2.6.1
10322026-05-11T20:22:42.300Z Downloaded structmeta-derive v0.3.0
10332026-05-11T20:22:42.305Z Downloaded slog-async v2.8.0
10342026-05-11T20:22:42.309Z Downloaded supports-color v3.0.2
10352026-05-11T20:22:42.309Z Downloaded pretty_assertions v1.4.1
10362026-05-11T20:22:42.309Z Downloaded openssl-sys v0.9.114
10372026-05-11T20:22:42.314Z Downloaded slog-dtrace v0.3.0
10382026-05-11T20:22:42.314Z Downloaded sync_wrapper v1.0.2
10392026-05-11T20:22:42.320Z Downloaded hashbrown v0.13.2
10402026-05-11T20:22:42.320Z Downloaded itertools v0.10.5
10412026-05-11T20:22:42.324Z Downloaded progenitor-impl v0.14.0
10422026-05-11T20:22:42.324Z Downloaded smallvec v0.6.14
10432026-05-11T20:22:42.324Z Downloaded sync-ptr v0.1.4
10442026-05-11T20:22:42.324Z Downloaded smf v0.2.3
10452026-05-11T20:22:42.331Z Downloaded take_mut v0.2.2
10462026-05-11T20:22:42.331Z Downloaded serde_path_to_error v0.1.20
10472026-05-11T20:22:42.331Z Downloaded snafu-derive v0.8.9
10482026-05-11T20:22:42.331Z Downloaded tabled_derive v0.11.0
10492026-05-11T20:22:42.331Z Downloaded slog-term v2.9.2
10502026-05-11T20:22:42.338Z Downloaded slog-stdlog v4.1.1
10512026-05-11T20:22:42.338Z Downloaded tap v1.0.1
10522026-05-11T20:22:42.338Z Downloaded slog-scope v4.4.1
10532026-05-11T20:22:42.338Z Downloaded slog-json v2.6.1
10542026-05-11T20:22:42.344Z Downloaded ron v0.8.1
10552026-05-11T20:22:42.349Z Downloaded testing_table v0.3.0
10562026-05-11T20:22:42.349Z Downloaded aes-gcm v0.10.3
10572026-05-11T20:22:42.349Z Downloaded thiserror-impl-no-std v2.0.2
10582026-05-11T20:22:42.349Z Downloaded time-core v0.1.8
10592026-05-11T20:22:42.349Z Downloaded string_cache v0.8.9
10602026-05-11T20:22:42.354Z Downloaded spki v0.7.3
10612026-05-11T20:22:42.354Z Downloaded thread-id v5.1.0
10622026-05-11T20:22:42.354Z Downloaded strip-ansi-escapes v0.2.1
10632026-05-11T20:22:42.354Z Downloaded stacker v0.1.23
10642026-05-11T20:22:42.363Z Downloaded sqlformat v0.3.5
10652026-05-11T20:22:42.363Z Downloaded serde_with_macros v3.17.0
10662026-05-11T20:22:42.363Z Downloaded strum_macros v0.24.3
10672026-05-11T20:22:42.368Z Downloaded stringprep v0.1.5
10682026-05-11T20:22:42.368Z Downloaded static_assertions v1.1.0
10692026-05-11T20:22:42.368Z Downloaded termtree v0.5.1
10702026-05-11T20:22:42.368Z Downloaded tagptr v0.2.0
10712026-05-11T20:22:42.368Z Downloaded progenitor-impl v0.10.0
10722026-05-11T20:22:42.368Z Downloaded rustls-platform-verifier v0.6.2
10732026-05-11T20:22:42.368Z Downloaded mio v1.2.0
10742026-05-11T20:22:42.373Z Downloaded ryu v1.0.23
10752026-05-11T20:22:42.377Z Downloaded tokio-macros v2.7.0
10762026-05-11T20:22:42.377Z Downloaded tinyvec_macros v0.1.1
10772026-05-11T20:22:42.377Z Downloaded support-bundle-viewer v0.1.2
10782026-05-11T20:22:42.377Z Downloaded strum_macros v0.26.4
10792026-05-11T20:22:42.377Z Downloaded strum_macros v0.27.2
10802026-05-11T20:22:42.382Z Downloaded schemars v0.8.22
10812026-05-11T20:22:42.387Z Downloaded nom v7.1.3
10822026-05-11T20:22:42.391Z Downloaded hashbrown v0.16.1
10832026-05-11T20:22:42.418Z Downloaded rayon-core v1.13.0
10842026-05-11T20:22:42.418Z Downloaded tabwriter v1.4.1
10852026-05-11T20:22:42.418Z Downloaded spin v0.9.8
10862026-05-11T20:22:42.418Z Downloaded serde_cbor v0.11.2
10872026-05-11T20:22:42.418Z Downloaded num-bigint v0.4.6
10882026-05-11T20:22:42.418Z Downloaded topological-sort v0.2.2
10892026-05-11T20:22:42.418Z Downloaded termios v0.3.3
10902026-05-11T20:22:42.418Z Downloaded blake3 v1.8.3
10912026-05-11T20:22:42.418Z Downloaded tower-service v0.3.3
10922026-05-11T20:22:42.423Z Downloaded tower-layer v0.3.3
10932026-05-11T20:22:42.423Z Downloaded try-lock v0.2.5
10942026-05-11T20:22:42.423Z Downloaded tiny-keccak v2.0.2
10952026-05-11T20:22:42.423Z Downloaded rand v0.8.5
10962026-05-11T20:22:42.423Z Downloaded thread_local v1.1.9
10972026-05-11T20:22:42.423Z Downloaded thiserror-no-std v2.0.2
10982026-05-11T20:22:42.428Z Downloaded quinn v0.11.9
10992026-05-11T20:22:42.428Z Downloaded slog v2.8.2
11002026-05-11T20:22:42.432Z Downloaded typify-macro v0.6.2
11012026-05-11T20:22:42.432Z Downloaded hyper-util v0.1.20
11022026-05-11T20:22:42.437Z Downloaded tokio-native-tls v0.3.1
11032026-05-11T20:22:42.437Z Downloaded serde_yaml v0.9.34+deprecated
11042026-05-11T20:22:42.437Z Downloaded time-macros v0.2.27
11052026-05-11T20:22:42.445Z Downloaded tls_codec_derive v0.4.2
11062026-05-11T20:22:42.445Z Downloaded publicsuffix v2.3.0
11072026-05-11T20:22:42.445Z Downloaded tokio-tungstenite v0.21.0
11082026-05-11T20:22:42.450Z Downloaded unarray v0.1.4
11092026-05-11T20:22:42.450Z Downloaded rcgen v0.12.1
11102026-05-11T20:22:42.450Z Downloaded universal-hash v0.5.1
11112026-05-11T20:22:42.450Z Downloaded tokio-dtrace v0.1.1
11122026-05-11T20:22:42.450Z Downloaded tokio-tungstenite v0.23.1
11132026-05-11T20:22:42.450Z Downloaded hashbrown v0.15.5
11142026-05-11T20:22:42.454Z Downloaded itertools v0.12.1
11152026-05-11T20:22:42.459Z Downloaded schemars v0.9.0
11162026-05-11T20:22:42.463Z Downloaded untrusted v0.9.0
11172026-05-11T20:22:42.467Z Downloaded usdt v0.6.0
11182026-05-11T20:22:42.467Z Downloaded untrusted v0.7.1
11192026-05-11T20:22:42.467Z Downloaded utf-8 v0.7.6
11202026-05-11T20:22:42.467Z Downloaded tokio-rustls v0.25.0
11212026-05-11T20:22:42.472Z Downloaded unicode-truncate v1.1.0
11222026-05-11T20:22:42.472Z Downloaded typify-macro v0.4.3
11232026-05-11T20:22:42.472Z Downloaded toml_writer v1.0.6+spec-1.1.0
11242026-05-11T20:22:42.472Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11252026-05-11T20:22:42.476Z Downloaded tls_codec v0.4.2
11262026-05-11T20:22:42.476Z Downloaded trait-variant v0.1.2
11272026-05-11T20:22:42.484Z Downloaded num-bigint-dig v0.8.6
11282026-05-11T20:22:42.488Z Downloaded usdt-macro v0.6.0
11292026-05-11T20:22:42.488Z Downloaded waitgroup v0.1.2
11302026-05-11T20:22:42.493Z Downloaded usdt-attr-macro v0.6.0
11312026-05-11T20:22:42.493Z Downloaded unit-prefix v0.5.2
11322026-05-11T20:22:42.493Z Downloaded term v1.2.1
11332026-05-11T20:22:42.497Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11342026-05-11T20:22:42.497Z Downloaded qorb v0.4.1
11352026-05-11T20:22:42.501Z Downloaded wait-timeout v0.2.1
11362026-05-11T20:22:42.502Z Downloaded tui-tree-widget v0.23.1
11372026-05-11T20:22:42.502Z Downloaded socket2 v0.5.10
11382026-05-11T20:22:42.502Z Downloaded socket2 v0.6.3
11392026-05-11T20:22:42.506Z Downloaded libxml v0.3.3
11402026-05-11T20:22:42.510Z Downloaded rustls-webpki v0.103.9
11412026-05-11T20:22:42.517Z Downloaded void v1.0.2
11422026-05-11T20:22:42.517Z Downloaded unicase v2.9.0
11432026-05-11T20:22:42.517Z Downloaded xattr v1.6.1
11442026-05-11T20:22:42.517Z Downloaded want v0.3.1
11452026-05-11T20:22:42.521Z Downloaded xshell-macros v0.2.7
11462026-05-11T20:22:42.521Z Downloaded rand v0.10.0
11472026-05-11T20:22:42.521Z Downloaded iddqd v0.3.18
11482026-05-11T20:22:42.526Z Downloaded zeroize_derive v1.4.3
11492026-05-11T20:22:42.526Z Downloaded itertools v0.13.0
11502026-05-11T20:22:42.530Z Downloaded signal-hook v0.3.18
11512026-05-11T20:22:42.534Z Downloaded iri-string v0.7.10
11522026-05-11T20:22:42.539Z Downloaded uzers v0.12.2
11532026-05-11T20:22:42.539Z Downloaded hyper v1.8.1
11542026-05-11T20:22:42.543Z Downloaded futures-util v0.3.32
11552026-05-11T20:22:42.547Z Downloaded toml_parser v1.0.9+spec-1.1.0
11562026-05-11T20:22:42.551Z Downloaded subprocess v0.2.15
11572026-05-11T20:22:42.552Z Downloaded samael v0.0.19
11582026-05-11T20:22:42.556Z Downloaded aho-corasick v1.1.4
11592026-05-11T20:22:42.561Z Downloaded zone v0.3.1
11602026-05-11T20:22:42.561Z Downloaded tracing-attributes v0.1.31
11612026-05-11T20:22:42.565Z Downloaded vsss-rs v3.3.4
11622026-05-11T20:22:42.565Z Downloaded tokio-stream v0.1.18
11632026-05-11T20:22:42.569Z Downloaded tokio-rustls v0.26.4
11642026-05-11T20:22:42.569Z Downloaded vergen-gitcl v1.0.8
11652026-05-11T20:22:42.569Z Downloaded similar v2.7.0
11662026-05-11T20:22:42.574Z Downloaded rsa v0.9.10
11672026-05-11T20:22:42.578Z Downloaded tinyvec v1.10.0
11682026-05-11T20:22:42.578Z Downloaded zone_cfg_derive v0.3.1
11692026-05-11T20:22:42.578Z Downloaded vergen-lib v0.1.6
11702026-05-11T20:22:42.578Z Downloaded rand v0.9.2
11712026-05-11T20:22:42.583Z Downloaded tokio-rustls v0.24.1
11722026-05-11T20:22:42.586Z Downloaded xshell v0.2.7
11732026-05-11T20:22:42.586Z Downloaded h2 v0.4.13
11742026-05-11T20:22:42.591Z Downloaded itertools v0.14.0
11752026-05-11T20:22:42.595Z Downloaded test-strategy v0.4.5
11762026-05-11T20:22:42.599Z Downloaded walkdir v2.5.0
11772026-05-11T20:22:42.599Z Downloaded vergen v9.0.6
11782026-05-11T20:22:42.599Z Downloaded unicode-properties v0.1.4
11792026-05-11T20:22:42.604Z Downloaded usdt-impl v0.6.0
11802026-05-11T20:22:42.604Z Downloaded term v0.7.0
11812026-05-11T20:22:42.604Z Downloaded zeroize v1.8.2
11822026-05-11T20:22:42.611Z Downloaded wyz v0.5.1
11832026-05-11T20:22:42.611Z Downloaded whoami v1.6.1
11842026-05-11T20:22:42.611Z Downloaded tar v0.4.45
11852026-05-11T20:22:42.616Z Downloaded twox-hash v2.1.2
11862026-05-11T20:22:42.621Z Downloaded zstd-safe v7.2.4
11872026-05-11T20:22:42.625Z Downloaded vergen-git2 v1.0.7
11882026-05-11T20:22:42.625Z Downloaded steno v0.4.1
11892026-05-11T20:22:42.633Z Downloaded whoami v2.1.0
11902026-05-11T20:22:42.637Z Downloaded unicode-bidi v0.3.18
11912026-05-11T20:22:42.641Z Downloaded toml v1.0.6+spec-1.1.0
11922026-05-11T20:22:42.646Z Downloaded zerocopy v0.6.6
11932026-05-11T20:22:42.646Z Downloaded zstd v0.13.3
11942026-05-11T20:22:42.650Z Downloaded toml v0.7.8
11952026-05-11T20:22:42.650Z Downloaded snafu v0.8.9
11962026-05-11T20:22:42.656Z Downloaded hkdf v0.12.4
11972026-05-11T20:22:42.662Z Downloaded toml v0.9.12+spec-1.1.0
11982026-05-11T20:22:42.666Z Downloaded russh v0.45.0
11992026-05-11T20:22:42.672Z Downloaded tungstenite v0.23.0
12002026-05-11T20:22:42.677Z Downloaded tungstenite v0.21.0
12012026-05-11T20:22:42.681Z Downloaded typify v0.6.2
12022026-05-11T20:22:42.681Z Downloaded vte v0.14.1
12032026-05-11T20:22:42.681Z Downloaded p521 v0.13.3
12042026-05-11T20:22:42.684Z Downloaded typify v0.4.3
12052026-05-11T20:22:42.684Z Downloaded schemars v1.2.1
12062026-05-11T20:22:42.692Z Downloaded yasna v0.5.2
12072026-05-11T20:22:42.696Z Downloaded tokio-postgres v0.7.16
12082026-05-11T20:22:42.699Z Downloaded rustyline v14.0.0
12092026-05-11T20:22:42.699Z Downloaded tracing-core v0.1.36
12102026-05-11T20:22:42.704Z Downloaded uuid v1.23.0
12112026-05-11T20:22:42.708Z Downloaded rpassword v7.4.0
12122026-05-11T20:22:42.716Z Downloaded aws-lc-rs v1.16.0
12132026-05-11T20:22:42.720Z Downloaded toml_edit v0.23.10+spec-1.0.0
12142026-05-11T20:22:42.724Z Downloaded bindgen v0.71.1
12152026-05-11T20:22:42.728Z Downloaded libm v0.2.16
12162026-05-11T20:22:42.736Z Downloaded reqwest v0.13.2
12172026-05-11T20:22:42.740Z Downloaded reqwest v0.12.28
12182026-05-11T20:22:42.744Z Downloaded unsafe-libyaml v0.2.11
12192026-05-11T20:22:42.747Z Downloaded p384 v0.13.1
12202026-05-11T20:22:42.751Z Downloaded zip v0.6.6
12212026-05-11T20:22:42.751Z Downloaded chrono v0.4.44
12222026-05-11T20:22:42.755Z Downloaded ssh-key v0.6.7
12232026-05-11T20:22:42.772Z Downloaded reedline v0.40.0
12242026-05-11T20:22:42.779Z Downloaded yansi v1.0.1
12252026-05-11T20:22:42.795Z Downloaded tower v0.5.3
12262026-05-11T20:22:42.801Z Downloaded portable-atomic v1.13.1
12272026-05-11T20:22:42.804Z Downloaded regex v1.12.3
12282026-05-11T20:22:42.813Z Downloaded zopfli v0.8.3
12292026-05-11T20:22:42.818Z Downloaded moka v0.12.13
12302026-05-11T20:22:42.818Z Downloaded unicode-segmentation v1.12.0
12312026-05-11T20:22:42.818Z Downloaded toml_edit v0.19.15
12322026-05-11T20:22:42.828Z Downloaded quick-xml v0.37.5
12332026-05-11T20:22:42.833Z Downloaded lalrpop v0.19.12
12342026-05-11T20:22:42.836Z Downloaded tokio-util v0.7.18
12352026-05-11T20:22:42.840Z Downloaded rayon v1.11.0
12362026-05-11T20:22:42.844Z Downloaded tower-http v0.6.8
12372026-05-11T20:22:42.848Z Downloaded unicode_categories v0.1.1
12382026-05-11T20:22:42.851Z Downloaded goblin v0.10.5
12392026-05-11T20:22:42.855Z Downloaded git2 v0.20.4
12402026-05-11T20:22:42.874Z Downloaded tough v0.20.0
12412026-05-11T20:22:42.877Z Downloaded x509-cert v0.2.5
12422026-05-11T20:22:42.880Z Downloaded zerocopy-derive v0.8.40
12432026-05-11T20:22:42.886Z Downloaded typed-path v0.9.3
12442026-05-11T20:22:42.889Z Downloaded salty v0.3.0
12452026-05-11T20:22:42.892Z Downloaded rustls-webpki v0.101.7
12462026-05-11T20:22:42.901Z Downloaded proptest v1.10.0
12472026-05-11T20:22:42.920Z Downloaded unicode-normalization v0.1.25
12482026-05-11T20:22:42.927Z Downloaded bstr v1.12.1
12492026-05-11T20:22:42.933Z Downloaded zip v4.6.1
12502026-05-11T20:22:42.938Z Downloaded winnow v0.5.40
12512026-05-11T20:22:42.941Z Downloaded petname v2.0.2
12522026-05-11T20:22:42.944Z Downloaded curve25519-dalek v4.1.3
12532026-05-11T20:22:42.948Z Downloaded quinn-proto v0.11.13
12542026-05-11T20:22:42.974Z Downloaded object v0.30.4
12552026-05-11T20:22:42.979Z Downloaded serde_with v3.17.0
12562026-05-11T20:22:42.987Z Downloaded rustls-webpki v0.102.8
12572026-05-11T20:22:42.996Z Downloaded vcpkg v0.2.15
12582026-05-11T20:22:43.020Z Downloaded zlib-rs v0.6.2
12592026-05-11T20:22:43.024Z Downloaded radix_trie v0.2.1
12602026-05-11T20:22:43.027Z Downloaded nix v0.29.0
12612026-05-11T20:22:43.032Z Downloaded nix v0.27.1
12622026-05-11T20:22:43.039Z Downloaded webpki-roots v1.0.6
12632026-05-11T20:22:43.042Z Downloaded nix v0.31.2
12642026-05-11T20:22:43.052Z Downloaded winnow v0.6.26
12652026-05-11T20:22:43.058Z Downloaded openssl v0.10.78
12662026-05-11T20:22:43.064Z Downloaded zerocopy v0.8.40
12672026-05-11T20:22:43.069Z Downloaded polar-core v0.27.3
12682026-05-11T20:22:43.075Z Downloaded smoltcp v0.11.0
12692026-05-11T20:22:43.081Z Downloaded regex-syntax v0.8.10
12702026-05-11T20:22:43.087Z Downloaded nix v0.28.0
12712026-05-11T20:22:43.093Z Downloaded tabled v0.20.0
12722026-05-11T20:22:43.107Z Downloaded time v0.3.47
12732026-05-11T20:22:43.115Z Downloaded dropshot v0.17.0
12742026-05-11T20:22:43.128Z Downloaded dropshot v0.16.7
12752026-05-11T20:22:43.140Z Downloaded smoltcp v0.9.1
12762026-05-11T20:22:43.146Z Downloaded object v0.37.3
12772026-05-11T20:22:43.152Z Downloaded regex-syntax v0.6.29
12782026-05-11T20:22:43.157Z Downloaded hickory-proto v0.24.4
12792026-05-11T20:22:43.178Z Downloaded rustls v0.21.12
12802026-05-11T20:22:43.181Z Downloaded rustls v0.22.4
12812026-05-11T20:22:43.188Z Downloaded regress v0.10.5
12822026-05-11T20:22:43.193Z Downloaded openapiv3 v2.2.0
12832026-05-11T20:22:43.201Z Downloaded regress v0.11.1
12842026-05-11T20:22:43.208Z Downloaded hickory-proto v0.25.2
12852026-05-11T20:22:43.213Z Downloaded diesel v2.3.7
12862026-05-11T20:22:43.225Z Downloaded typify-impl v0.6.2
12872026-05-11T20:22:43.238Z Downloaded rustix v0.38.44
12882026-05-11T20:22:43.245Z Downloaded bzip2-sys v0.1.13+1.0.8
12892026-05-11T20:22:43.252Z Downloaded typify-impl v0.4.3
12902026-05-11T20:22:43.261Z Downloaded rustls v0.23.37
12912026-05-11T20:22:43.267Z Downloaded ratatui v0.29.0
12922026-05-11T20:22:43.279Z Downloaded sqlparser v0.61.0
12932026-05-11T20:22:43.288Z Downloaded zerocopy-derive v0.6.6
12942026-05-11T20:22:43.293Z Downloaded sled v0.34.7
12952026-05-11T20:22:43.311Z Downloaded tracing v0.1.44
12962026-05-11T20:22:43.323Z Downloaded jiff v0.2.21
12972026-05-11T20:22:43.334Z Downloaded chrono-tz v0.10.4
12982026-05-11T20:22:43.360Z Downloaded petgraph v0.8.3
12992026-05-11T20:22:43.375Z Downloaded regex-automata v0.4.14
13002026-05-11T20:22:43.381Z Downloaded petgraph v0.6.5
13012026-05-11T20:22:43.392Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13022026-05-11T20:22:43.403Z Downloaded libz-sys v1.1.24
13032026-05-11T20:22:43.416Z Downloaded sha3 v0.10.8
13042026-05-11T20:22:43.419Z Downloaded tokio v1.52.1
13052026-05-11T20:22:43.454Z Downloaded csv v1.4.0
13062026-05-11T20:22:43.513Z Downloaded encoding_rs v0.8.35
13072026-05-11T20:22:43.567Z Downloaded ring v0.17.14
13082026-05-11T20:22:43.591Z Downloaded libgit2-sys v0.18.3+1.9.2
13092026-05-11T20:22:44.021Z Downloaded aws-lc-sys v0.37.1
13102026-05-11T20:22:44.266Z Compiling libc v0.2.185
13112026-05-11T20:22:44.266Z Compiling serde v1.0.228
13122026-05-11T20:22:44.271Z Compiling shlex v1.3.0
13132026-05-11T20:22:44.271Z Compiling log v0.4.29
13142026-05-11T20:22:44.271Z Compiling find-msvc-tools v0.1.9
13152026-05-11T20:22:44.271Z Compiling smallvec v1.15.1
13162026-05-11T20:22:44.271Z Compiling syn v2.0.117
13172026-05-11T20:22:44.271Z Compiling typenum v1.19.0
13182026-05-11T20:22:44.609Z Compiling generic-array v0.14.7
13192026-05-11T20:22:44.609Z Compiling subtle v2.6.1
13202026-05-11T20:22:44.636Z Compiling scopeguard v1.2.0
13212026-05-11T20:22:44.717Z Compiling const-oid v0.9.6
13222026-05-11T20:22:44.731Z Compiling lock_api v0.4.14
13232026-05-11T20:22:44.745Z Compiling portable-atomic v1.13.1
13242026-05-11T20:22:44.773Z Compiling zerocopy v0.8.40
13252026-05-11T20:22:44.874Z Compiling critical-section v1.2.0
13262026-05-11T20:22:44.965Z Compiling serde_json v1.0.149
13272026-05-11T20:22:44.985Z Compiling pin-project-lite v0.2.17
13282026-05-11T20:22:45.081Z Compiling parking_lot_core v0.9.12
13292026-05-11T20:22:45.203Z Compiling pkg-config v0.3.32
13302026-05-11T20:22:45.246Z Compiling getrandom v0.2.17
13312026-05-11T20:22:45.277Z Compiling jobserver v0.1.34
13322026-05-11T20:22:45.311Z Compiling errno v0.3.14
13332026-05-11T20:22:45.380Z Compiling rand_core v0.6.4
13342026-05-11T20:22:45.475Z Compiling cc v1.2.56
13352026-05-11T20:22:45.653Z Compiling signal-hook-registry v1.4.8
13362026-05-11T20:22:45.653Z Compiling bitflags v2.11.0
13372026-05-11T20:22:45.761Z Compiling libm v0.2.16
13382026-05-11T20:22:45.781Z Compiling parking_lot v0.12.5
13392026-05-11T20:22:45.885Z Compiling once_cell v1.21.3
13402026-05-11T20:22:46.043Z Compiling mio v1.2.0
13412026-05-11T20:22:46.071Z Compiling num-traits v0.2.19
13422026-05-11T20:22:46.140Z Compiling futures-core v0.3.32
13432026-05-11T20:22:46.273Z Compiling percent-encoding v2.3.2
13442026-05-11T20:22:46.293Z Compiling socket2 v0.6.3
13452026-05-11T20:22:46.387Z Compiling futures-sink v0.3.32
13462026-05-11T20:22:46.426Z Compiling cpufeatures v0.2.17
13472026-05-11T20:22:46.473Z Compiling futures-channel v0.3.32
13482026-05-11T20:22:46.499Z Compiling futures-io v0.3.32
13492026-05-11T20:22:46.513Z Compiling futures-task v0.3.32
13502026-05-11T20:22:46.532Z Compiling slab v0.4.12
13512026-05-11T20:22:46.660Z Compiling getrandom v0.4.1
13522026-05-11T20:22:46.690Z Compiling getrandom v0.3.4
13532026-05-11T20:22:46.713Z Compiling rustversion v1.0.22
13542026-05-11T20:22:46.728Z Compiling rand_core v0.10.0
13552026-05-11T20:22:46.728Z Compiling indexmap v2.14.0
13562026-05-11T20:22:46.903Z Compiling form_urlencoded v1.2.2
13572026-05-11T20:22:47.228Z Compiling cmake v0.1.57
13582026-05-11T20:22:47.328Z Compiling base64ct v1.8.3
13592026-05-11T20:22:47.391Z Compiling ident_case v1.0.1
13602026-05-11T20:22:47.441Z Compiling synstructure v0.13.2
13612026-05-11T20:22:47.524Z Compiling fs_extra v1.3.0
13622026-05-11T20:22:47.644Z Compiling dunce v1.0.5
13632026-05-11T20:22:47.659Z Compiling pem-rfc7468 v0.7.0
13642026-05-11T20:22:47.678Z Compiling flagset v0.4.7
13652026-05-11T20:22:47.710Z Compiling rand_core v0.9.5
13662026-05-11T20:22:47.740Z Compiling rustix v1.1.3
13672026-05-11T20:22:47.770Z Compiling iana-time-zone v0.1.65
13682026-05-11T20:22:47.809Z Compiling aws-lc-sys v0.37.1
13692026-05-11T20:22:47.822Z Compiling ring v0.17.14
13702026-05-11T20:22:47.978Z Compiling uuid v1.23.0
13712026-05-11T20:22:47.983Z Compiling rustc_version v0.4.1
13722026-05-11T20:22:48.025Z Compiling regex-syntax v0.8.10
13732026-05-11T20:22:48.107Z Compiling aws-lc-rs v1.16.0
13742026-05-11T20:22:48.352Z Compiling vcpkg v0.2.15
13752026-05-11T20:22:48.400Z Compiling tracing-core v0.1.36
13762026-05-11T20:22:48.727Z Compiling pest_generator v2.8.6
13772026-05-11T20:22:48.973Z Compiling serde_derive_internals v0.29.1
13782026-05-11T20:22:49.121Z Compiling openssl-sys v0.9.114
13792026-05-11T20:22:49.248Z Compiling serde_derive v1.0.228
13802026-05-11T20:22:49.470Z Compiling zeroize_derive v1.4.3
13812026-05-11T20:22:49.585Z Compiling zerofrom-derive v0.1.6
13822026-05-11T20:22:49.685Z Compiling yoke-derive v0.8.1
13832026-05-11T20:22:49.936Z Compiling zerocopy-derive v0.8.40
13842026-05-11T20:22:50.161Z Compiling zeroize v1.8.2
13852026-05-11T20:22:50.509Z Compiling zerovec-derive v0.11.2
13862026-05-11T20:22:50.873Z Compiling crypto-common v0.1.7
13872026-05-11T20:22:50.940Z Compiling block-buffer v0.10.4
13882026-05-11T20:22:51.036Z Compiling zerofrom v0.1.6
13892026-05-11T20:22:51.050Z Compiling displaydoc v0.2.5
13902026-05-11T20:22:51.135Z Compiling digest v0.10.7
13912026-05-11T20:22:51.167Z Compiling yoke v0.8.1
13922026-05-11T20:22:51.355Z Compiling tokio-macros v2.7.0
13932026-05-11T20:22:51.382Z Compiling hmac v0.12.1
13942026-05-11T20:22:51.553Z Compiling futures-macro v0.3.32
13952026-05-11T20:22:51.663Z Compiling zerovec v0.11.5
13962026-05-11T20:22:51.794Z Compiling zerotrie v0.2.3
13972026-05-11T20:22:52.084Z Compiling block-padding v0.3.3
13982026-05-11T20:22:52.106Z Compiling sha2 v0.10.9
13992026-05-11T20:22:52.182Z Compiling tinystr v0.8.2
14002026-05-11T20:22:52.241Z Compiling potential_utf v0.1.4
14012026-05-11T20:22:52.358Z Compiling icu_locale_core v2.1.1
14022026-05-11T20:22:52.381Z Compiling icu_collections v2.1.1
14032026-05-11T20:22:52.402Z Compiling futures-util v0.3.32
14042026-05-11T20:22:52.787Z Compiling bytes v1.11.1
14052026-05-11T20:22:52.871Z Compiling inout v0.1.4
14062026-05-11T20:22:53.043Z Compiling icu_provider v2.1.1
14072026-05-11T20:22:53.070Z Compiling cipher v0.4.4
14082026-05-11T20:22:53.250Z Compiling der_derive v0.7.3
14092026-05-11T20:22:53.271Z Compiling tokio v1.52.1
14102026-05-11T20:22:53.338Z Compiling icu_normalizer v2.1.1
14112026-05-11T20:22:53.338Z Compiling icu_properties v2.1.2
14122026-05-11T20:22:53.528Z Compiling salsa20 v0.10.2
14132026-05-11T20:22:53.664Z Compiling http v1.4.0
14142026-05-11T20:22:53.878Z Compiling chrono v0.4.44
14152026-05-11T20:22:54.182Z Compiling idna_adapter v1.2.1
14162026-05-11T20:22:54.323Z Compiling ppv-lite86 v0.2.21
14172026-05-11T20:22:54.425Z Compiling idna v1.1.0
14182026-05-11T20:22:54.461Z Compiling der v0.7.10
14192026-05-11T20:22:54.551Z Compiling pbkdf2 v0.12.2
14202026-05-11T20:22:54.638Z Compiling thiserror-impl v2.0.18
14212026-05-11T20:22:54.660Z Compiling scrypt v0.11.0
14222026-05-11T20:22:54.675Z Compiling rand_chacha v0.9.0
14232026-05-11T20:22:54.908Z Compiling url v2.5.8
14242026-05-11T20:22:55.054Z Compiling cbc v0.1.2
14252026-05-11T20:22:55.203Z Compiling aes v0.8.4
14262026-05-11T20:22:55.239Z Compiling rustls-pki-types v1.14.0
14272026-05-11T20:22:55.380Z Compiling spki v0.7.3
14282026-05-11T20:22:55.570Z Compiling tracing-attributes v0.1.31
14292026-05-11T20:22:55.681Z Compiling pkcs5 v0.7.1
14302026-05-11T20:22:55.686Z Compiling rand v0.9.2
14312026-05-11T20:22:55.733Z Compiling http-body v1.0.1
14322026-05-11T20:22:55.954Z Compiling thiserror v2.0.18
14332026-05-11T20:22:55.999Z Compiling schemars v0.8.22
14342026-05-11T20:22:56.084Z Compiling untrusted v0.9.0
14352026-05-11T20:22:56.179Z Compiling untrusted v0.7.1
14362026-05-11T20:22:56.231Z Compiling openssl-probe v0.2.1
14372026-05-11T20:22:56.231Z Compiling httparse v1.10.1
14382026-05-11T20:22:56.314Z Compiling base64 v0.22.1
14392026-05-11T20:22:56.372Z Compiling pkcs8 v0.10.2
14402026-05-11T20:22:56.515Z Compiling schemars_derive v0.8.22
14412026-05-11T20:22:56.589Z Compiling pest_derive v2.8.6
14422026-05-11T20:22:56.619Z Compiling scroll_derive v0.13.1
14432026-05-11T20:22:56.683Z Compiling darling_core v0.20.11
14442026-05-11T20:22:56.886Z Compiling tracing v0.1.44
14452026-05-11T20:22:57.014Z Compiling tokio-util v0.7.18
14462026-05-11T20:22:57.154Z Compiling atomic-waker v1.1.2
14472026-05-11T20:22:57.287Z Compiling try-lock v0.2.5
14482026-05-11T20:22:57.401Z Compiling tower-layer v0.3.3
14492026-05-11T20:22:57.427Z Compiling rustls v0.23.37
14502026-05-11T20:22:57.563Z Compiling tower-service v0.3.3
14512026-05-11T20:22:57.600Z Compiling dyn-clone v1.0.20
14522026-05-11T20:22:57.661Z Compiling tinyvec_macros v0.1.1
14532026-05-11T20:22:57.735Z Compiling tinyvec v1.10.0
14542026-05-11T20:22:57.769Z Compiling h2 v0.4.13
14552026-05-11T20:22:58.065Z Compiling scroll v0.13.0
14562026-05-11T20:22:58.089Z Compiling want v0.3.1
14572026-05-11T20:22:58.256Z Compiling ipnet v2.11.0
14582026-05-11T20:22:58.334Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14592026-05-11T20:22:58.442Z Compiling spin v0.9.8
14602026-05-11T20:22:58.665Z Compiling aho-corasick v1.1.4
14612026-05-11T20:22:58.742Z Compiling num-conv v0.2.0
14622026-05-11T20:22:58.768Z Compiling crc32fast v1.5.0
14632026-05-11T20:22:58.872Z Compiling powerfmt v0.2.0
14642026-05-11T20:22:58.991Z Compiling darling_macro v0.20.11
14652026-05-11T20:22:59.025Z Compiling httpdate v1.0.3
14662026-05-11T20:22:59.038Z Compiling foreign-types-shared v0.1.1
14672026-05-11T20:22:59.092Z Compiling time-core v0.1.8
14682026-05-11T20:22:59.115Z Compiling pin-utils v0.1.0
14692026-05-11T20:22:59.123Z Compiling openssl v0.10.78
14702026-05-11T20:22:59.169Z Compiling foreign-types v0.3.2
14712026-05-11T20:22:59.216Z Compiling time-macros v0.2.27
14722026-05-11T20:22:59.258Z Compiling tempfile v3.25.0
14732026-05-11T20:22:59.278Z Compiling deranged v0.5.8
14742026-05-11T20:22:59.474Z Compiling darling v0.20.11
14752026-05-11T20:22:59.602Z Compiling regex-automata v0.4.14
14762026-05-11T20:22:59.657Z Compiling goblin v0.10.5
14772026-05-11T20:23:00.326Z Compiling openssl-macros v0.1.1
14782026-05-11T20:23:00.392Z Compiling wait-timeout v0.2.1
14792026-05-11T20:23:00.679Z Compiling num_threads v0.1.7
14802026-05-11T20:23:00.699Z Compiling native-tls v0.2.18
14812026-05-11T20:23:00.776Z Compiling hyper v1.8.1
14822026-05-11T20:23:00.820Z Compiling quick-error v1.2.3
14832026-05-11T20:23:00.918Z Compiling siphasher v1.0.2
14842026-05-11T20:23:01.008Z Compiling bit-vec v0.8.0
14852026-05-11T20:23:01.167Z Compiling simd-adler32 v0.3.8
14862026-05-11T20:23:01.270Z Compiling crossbeam-utils v0.8.21
14872026-05-11T20:23:01.446Z Compiling usdt-impl v0.6.0
14882026-05-11T20:23:01.539Z Compiling syn v1.0.109
14892026-05-11T20:23:01.647Z Compiling bit-set v0.8.0
14902026-05-11T20:23:01.806Z Compiling rusty-fork v0.3.1
14912026-05-11T20:23:01.877Z Compiling time v0.3.47
14922026-05-11T20:23:02.166Z Compiling hyper-util v0.1.20
14932026-05-11T20:23:02.729Z Compiling dof v0.4.0
14942026-05-11T20:23:03.467Z Compiling derive_builder_core v0.20.2
14952026-05-11T20:23:03.788Z Compiling unicode-normalization v0.1.25
14962026-05-11T20:23:03.815Z Compiling dtrace-parser v0.3.0
14972026-05-11T20:23:03.873Z Compiling rustls-native-certs v0.8.3
14982026-05-11T20:23:03.993Z Compiling signature v2.2.0
14992026-05-11T20:23:04.180Z Compiling thiserror-impl v1.0.69
15002026-05-11T20:23:04.203Z Compiling scroll_derive v0.12.1
15012026-05-11T20:23:04.244Z Compiling heapless v0.7.17
15022026-05-11T20:23:04.339Z Compiling rand_xorshift v0.4.0
15032026-05-11T20:23:04.481Z Compiling slog v2.8.2
15042026-05-11T20:23:04.510Z Compiling darling_core v0.21.3
15052026-05-11T20:23:04.568Z Compiling bzip2-sys v0.1.13+1.0.8
15062026-05-11T20:23:04.669Z Compiling sync_wrapper v1.0.2
15072026-05-11T20:23:04.778Z Compiling thread-id v5.1.0
15082026-05-11T20:23:04.837Z Compiling cookie v0.18.1
15092026-05-11T20:23:04.853Z Compiling signal-hook v0.3.18
15102026-05-11T20:23:04.864Z Compiling unarray v0.1.4
15112026-05-11T20:23:04.886Z Compiling unicode-bidi v0.3.18
15122026-05-11T20:23:05.009Z Compiling adler2 v2.0.1
15132026-05-11T20:23:05.015Z Compiling paste v1.0.15
15142026-05-11T20:23:05.015Z Compiling anyhow v1.0.102
15152026-05-11T20:23:05.356Z Compiling zstd-safe v7.2.4
15162026-05-11T20:23:05.367Z Compiling allocator-api2 v0.2.21
15172026-05-11T20:23:05.367Z Compiling unicode-properties v0.1.4
15182026-05-11T20:23:05.437Z Compiling thiserror v1.0.69
15192026-05-11T20:23:05.471Z Compiling stringprep v0.1.5
15202026-05-11T20:23:05.505Z Compiling miniz_oxide v0.8.9
15212026-05-11T20:23:05.584Z Compiling proptest v1.10.0
15222026-05-11T20:23:05.595Z Compiling scroll v0.12.0
15232026-05-11T20:23:05.927Z Compiling tower v0.5.3
15242026-05-11T20:23:06.204Z Compiling derive_builder_macro v0.20.2
15252026-05-11T20:23:06.544Z Compiling ipnetwork v0.21.1
15262026-05-11T20:23:06.598Z Compiling http-body-util v0.1.3
15272026-05-11T20:23:06.658Z Compiling webpki-roots v1.0.6
15282026-05-11T20:23:06.784Z Compiling rand_chacha v0.3.1
15292026-05-11T20:23:06.851Z Compiling serde_spanned v0.6.9
15302026-05-11T20:23:06.948Z Compiling serde_tokenstream v0.2.3
15312026-05-11T20:23:06.992Z Compiling erased-serde v0.3.31
15322026-05-11T20:23:07.006Z Compiling toml_datetime v0.6.11
15332026-05-11T20:23:07.095Z Compiling darling_macro v0.21.3
15342026-05-11T20:23:07.265Z Compiling md-5 v0.10.6
15352026-05-11T20:23:07.265Z Compiling zerocopy-derive v0.7.35
15362026-05-11T20:23:07.449Z Compiling curve25519-dalek v4.1.3
15372026-05-11T20:23:07.490Z Compiling vergen-lib v0.1.6
15382026-05-11T20:23:07.576Z Compiling num-integer v0.1.46
15392026-05-11T20:23:07.805Z Compiling hash32 v0.2.1
15402026-05-11T20:23:07.815Z Compiling ff v0.13.1
15412026-05-11T20:23:07.815Z Compiling memoffset v0.9.1
15422026-05-11T20:23:07.815Z Compiling zlib-rs v0.6.2
15432026-05-11T20:23:07.815Z Compiling psl-types v2.0.11
15442026-05-11T20:23:07.898Z Compiling base16ct v0.2.0
15452026-05-11T20:23:07.949Z Compiling ryu v1.0.23
15462026-05-11T20:23:07.985Z Compiling smoltcp v0.9.1
15472026-05-11T20:23:08.082Z Compiling rustix v0.38.44
15482026-05-11T20:23:08.139Z Compiling ref-cast v1.0.25
15492026-05-11T20:23:08.150Z Compiling litrs v1.0.0
15502026-05-11T20:23:08.326Z Compiling num-bigint-dig v0.8.6
15512026-05-11T20:23:08.437Z Compiling iri-string v0.7.10
15522026-05-11T20:23:08.453Z Compiling cfg_aliases v0.2.1
15532026-05-11T20:23:08.525Z Compiling fallible-iterator v0.2.0
15542026-05-11T20:23:08.541Z Compiling nix v0.31.2
15552026-05-11T20:23:08.680Z Compiling document-features v0.2.12
15562026-05-11T20:23:08.852Z Compiling postgres-protocol v0.6.10
15572026-05-11T20:23:09.110Z Compiling zerocopy v0.7.35
15582026-05-11T20:23:09.287Z Compiling serde_urlencoded v0.7.1
15592026-05-11T20:23:09.414Z Compiling sec1 v0.7.3
15602026-05-11T20:23:09.653Z Compiling tower-http v0.6.8
15612026-05-11T20:23:09.682Z Compiling newtype-uuid v1.3.2
15622026-05-11T20:23:09.707Z Compiling publicsuffix v2.3.0
15632026-05-11T20:23:09.878Z Compiling num-iter v0.1.45
15642026-05-11T20:23:10.003Z Compiling group v0.13.0
15652026-05-11T20:23:10.076Z Compiling darling v0.21.3
15662026-05-11T20:23:10.159Z Compiling rand v0.8.5
15672026-05-11T20:23:10.180Z Compiling oxnet v0.1.4
15682026-05-11T20:23:10.376Z Compiling hubpack_derive v0.1.1
15692026-05-11T20:23:10.477Z Compiling derive_builder v0.20.2
15702026-05-11T20:23:10.590Z Compiling tokio-native-tls v0.3.1
15712026-05-11T20:23:10.607Z Compiling goblin v0.8.2
15722026-05-11T20:23:10.821Z Compiling flate2 v1.1.9
15732026-05-11T20:23:11.215Z Compiling regex v1.12.3
15742026-05-11T20:23:11.280Z Compiling phf_shared v0.13.1
15752026-05-11T20:23:11.339Z Compiling lazy_static v1.5.0
15762026-05-11T20:23:11.399Z Compiling cargo-platform v0.1.9
15772026-05-11T20:23:11.437Z Compiling hkdf v0.12.4
15782026-05-11T20:23:11.540Z Compiling crypto-bigint v0.5.5
15792026-05-11T20:23:11.605Z Compiling terminal_size v0.4.3
15802026-05-11T20:23:11.657Z Compiling async-trait v0.1.89
15812026-05-11T20:23:11.660Z Compiling curve25519-dalek-derive v0.1.1
15822026-05-11T20:23:11.683Z Compiling strum_macros v0.27.2
15832026-05-11T20:23:11.744Z Compiling daft-derive v0.1.5
15842026-05-11T20:23:12.341Z Compiling ref-cast-impl v1.0.25
15852026-05-11T20:23:12.469Z Compiling vergen v9.0.6
15862026-05-11T20:23:12.652Z Compiling fs-err v3.3.0
15872026-05-11T20:23:12.686Z Compiling ahash v0.8.12
15882026-05-11T20:23:12.973Z Compiling winnow v0.5.40
15892026-05-11T20:23:12.989Z Compiling unicode-segmentation v1.12.0
15902026-05-11T20:23:12.989Z Compiling managed v0.8.0
15912026-05-11T20:23:13.110Z Compiling bumpalo v3.20.2
15922026-05-11T20:23:13.234Z Compiling bitflags v1.3.2
15932026-05-11T20:23:13.316Z Compiling foldhash v0.2.0
15942026-05-11T20:23:13.363Z Compiling object v0.37.3
15952026-05-11T20:23:13.543Z Compiling foldhash v0.1.5
15962026-05-11T20:23:13.637Z Compiling libbz2-rs-sys v0.2.2
15972026-05-11T20:23:13.655Z Compiling strum v0.27.2
15982026-05-11T20:23:13.698Z Compiling hashbrown v0.15.5
15992026-05-11T20:23:13.767Z Compiling hashbrown v0.16.1
16002026-05-11T20:23:13.787Z Compiling zopfli v0.8.3
16012026-05-11T20:23:14.168Z Compiling toml_edit v0.19.15
16022026-05-11T20:23:14.261Z Compiling bzip2 v0.6.1
16032026-05-11T20:23:14.363Z Compiling dof v0.3.0
16042026-05-11T20:23:14.387Z Compiling clap_builder v4.5.60
16052026-05-11T20:23:14.575Z Compiling elliptic-curve v0.13.8
16062026-05-11T20:23:14.592Z Compiling daft v0.1.5
16072026-05-11T20:23:15.020Z Compiling cargo_metadata v0.19.2
16082026-05-11T20:23:15.083Z Compiling phf v0.13.1
16092026-05-11T20:23:15.612Z Compiling cookie_store v0.22.1
16102026-05-11T20:23:16.294Z Compiling signal-hook-mio v0.2.5
16112026-05-11T20:23:16.317Z Compiling hubpack v0.1.2
16122026-05-11T20:23:16.395Z Compiling hyper-tls v0.6.0
16132026-05-11T20:23:16.553Z Compiling zstd v0.13.3
16142026-05-11T20:23:16.629Z Compiling bzip2 v0.4.4
16152026-05-11T20:23:16.824Z Compiling serde_with_macros v3.17.0
16162026-05-11T20:23:16.855Z Compiling postgres-types v0.2.12
16172026-05-11T20:23:16.940Z Compiling usdt-attr-macro v0.6.0
16182026-05-11T20:23:17.390Z Compiling usdt-macro v0.6.0
16192026-05-11T20:23:17.421Z Compiling dtrace-parser v0.2.0
16202026-05-11T20:23:17.722Z Compiling ed25519 v2.2.3
16212026-05-11T20:23:17.903Z Compiling bstr v1.12.1
16222026-05-11T20:23:17.935Z Compiling phf_shared v0.11.3
16232026-05-11T20:23:17.970Z Compiling pkcs1 v0.7.5
16242026-05-11T20:23:18.118Z Compiling hex v0.4.3
16252026-05-11T20:23:18.122Z Compiling serde-big-array v0.5.1
16262026-05-11T20:23:18.163Z Compiling rfc6979 v0.4.0
16272026-05-11T20:23:18.274Z Compiling enum-as-inner v0.6.1
16282026-05-11T20:23:18.288Z Compiling strum_macros v0.26.4
16292026-05-11T20:23:18.369Z Compiling serde_repr v0.1.20
16302026-05-11T20:23:18.384Z Compiling clap_derive v4.5.55
16312026-05-11T20:23:18.550Z Compiling float-cmp v0.10.0
16322026-05-11T20:23:18.641Z Compiling memmap2 v0.9.10
16332026-05-11T20:23:18.699Z Compiling thread-id v4.2.2
16342026-05-11T20:23:18.767Z Compiling env_filter v1.0.0
16352026-05-11T20:23:18.788Z Compiling encoding_rs v0.8.35
16362026-05-11T20:23:18.855Z Compiling fixedbitset v0.4.2
16372026-05-11T20:23:18.896Z Compiling normalize-line-endings v0.3.0
16382026-05-11T20:23:18.994Z Compiling either v1.15.0
16392026-05-11T20:23:19.069Z Compiling new_debug_unreachable v1.0.6
16402026-05-11T20:23:19.083Z Compiling precomputed-hash v0.1.1
16412026-05-11T20:23:19.146Z Compiling predicates-core v1.0.10
16422026-05-11T20:23:19.174Z Compiling keccak v0.1.6
16432026-05-11T20:23:19.208Z Compiling mime v0.3.17
16442026-05-11T20:23:19.327Z Compiling static_assertions v1.1.0
16452026-05-11T20:23:19.406Z Compiling rustc-hash v2.1.1
16462026-05-11T20:23:19.475Z Compiling fixedbitset v0.5.7
16472026-05-11T20:23:19.535Z Compiling difflib v0.4.0
16482026-05-11T20:23:19.785Z Compiling data-encoding v2.10.0
16492026-05-11T20:23:20.018Z Compiling jiff v0.2.21
16502026-05-11T20:23:20.047Z Compiling whoami v2.1.0
16512026-05-11T20:23:20.104Z Compiling hickory-proto v0.25.2
16522026-05-11T20:23:20.145Z Compiling clap v4.5.60
16532026-05-11T20:23:20.229Z Compiling strum v0.26.3
16542026-05-11T20:23:20.312Z Compiling tokio-postgres v0.7.16
16552026-05-11T20:23:20.364Z Compiling predicates v3.1.4
16562026-05-11T20:23:20.427Z Compiling petgraph v0.8.3
16572026-05-11T20:23:20.499Z Compiling iddqd v0.3.18
16582026-05-11T20:23:20.743Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16592026-05-11T20:23:21.049Z Compiling sha3 v0.10.8
16602026-05-11T20:23:21.552Z Compiling itertools v0.13.0
16612026-05-11T20:23:21.696Z Compiling string_cache v0.8.9
16622026-05-11T20:23:21.987Z Compiling petgraph v0.6.5
16632026-05-11T20:23:22.393Z Compiling env_logger v0.11.9
16642026-05-11T20:23:22.643Z Compiling toml_edit v0.22.27
16652026-05-11T20:23:22.752Z Compiling zip v4.6.1
16662026-05-11T20:23:22.766Z Compiling usdt v0.6.0
16672026-05-11T20:23:23.021Z Compiling usdt-impl v0.5.0
16682026-05-11T20:23:23.389Z Compiling serde_with v3.17.0
16692026-05-11T20:23:23.610Z Compiling similar v2.7.0
16702026-05-11T20:23:23.638Z Compiling ecdsa v0.16.9
16712026-05-11T20:23:23.700Z Compiling rsa v0.9.10
16722026-05-11T20:23:24.001Z Compiling ed25519-dalek v2.2.0
16732026-05-11T20:23:24.255Z Compiling crossterm v0.28.1
16742026-05-11T20:23:24.689Z Compiling zip v0.6.6
16752026-05-11T20:23:25.140Z Compiling toml v0.7.8
16762026-05-11T20:23:25.490Z Compiling toml_parser v1.0.9+spec-1.1.0
16772026-05-11T20:23:25.561Z Compiling heck v0.4.1
16782026-05-11T20:23:25.614Z Compiling crossbeam-epoch v0.9.18
16792026-05-11T20:23:25.724Z Compiling tokio-stream v0.1.18
16802026-05-11T20:23:25.795Z Compiling buf-list v1.1.2
16812026-05-11T20:23:25.917Z Compiling x509-cert v0.2.5
16822026-05-11T20:23:25.966Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16832026-05-11T20:23:26.081Z Compiling openapiv3 v2.2.0
16842026-05-11T20:23:26.177Z Compiling sha1 v0.10.6
16852026-05-11T20:23:26.238Z Compiling toml_datetime v0.7.5+spec-1.1.0
16862026-05-11T20:23:26.274Z Compiling peg-runtime v0.8.5
16872026-05-11T20:23:26.409Z Compiling lalrpop-util v0.19.12
16882026-05-11T20:23:26.540Z Compiling thread_local v1.1.9
16892026-05-11T20:23:26.563Z Compiling slog-async v2.8.0
16902026-05-11T20:23:26.610Z Compiling crossbeam-channel v0.5.15
16912026-05-11T20:23:26.808Z Compiling futures-executor v0.3.32
16922026-05-11T20:23:26.886Z Compiling filetime v0.2.27
16932026-05-11T20:23:27.078Z Compiling is-terminal v0.4.17
16942026-05-11T20:23:27.103Z Compiling term v1.2.1
16952026-05-11T20:23:27.103Z Compiling take_mut v0.2.2
16962026-05-11T20:23:27.110Z Compiling xattr v1.6.1
16972026-05-11T20:23:27.164Z Compiling futures v0.3.32
16982026-05-11T20:23:27.268Z Compiling tar v0.4.45
16992026-05-11T20:23:27.640Z Compiling slog-term v2.9.2
17002026-05-11T20:23:38.053Z Compiling rustls-webpki v0.103.9
17012026-05-11T20:23:40.854Z Compiling tokio-rustls v0.26.4
17022026-05-11T20:23:40.854Z Compiling rustls-platform-verifier v0.6.2
17032026-05-11T20:23:41.073Z Compiling hyper-rustls v0.27.7
17042026-05-11T20:23:41.289Z Compiling reqwest v0.12.28
17052026-05-11T20:23:41.289Z Compiling reqwest v0.13.2
17062026-05-11T20:23:43.420Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17072026-05-11T20:23:43.640Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17082026-05-11T20:23:46.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
17092026-05-11T20:23:46.683Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17102026-05-11T20:23:46.730ZMay 11 20:23:45.420 INFO Starting download, target: Cockroach
17112026-05-11T20:23:46.731ZMay 11 20:23:45.421 INFO Starting download, target: Clickhouse
17122026-05-11T20:23:46.731ZMay 11 20:23:45.421 INFO Starting download, target: Console
17132026-05-11T20:23:46.731ZMay 11 20:23:45.421 INFO Starting download, target: DendriteStub
17142026-05-11T20:23:46.746ZMay 11 20:23:45.421 INFO Starting download, target: MaghemiteMgd
17152026-05-11T20:23:46.746ZMay 11 20:23:45.421 INFO Starting download, target: TransceiverControl
17162026-05-11T20:23:46.746ZMay 11 20:23:45.421 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17172026-05-11T20:23:46.746ZMay 11 20:23:45.421 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17182026-05-11T20:23:46.746ZMay 11 20:23:45.421 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17192026-05-11T20:23:46.747ZMay 11 20:23:45.421 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17202026-05-11T20:23:46.747ZMay 11 20:23:45.421 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17212026-05-11T20:23:46.747ZMay 11 20:23:45.421 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17222026-05-11T20:23:47.285ZMay 11 20:23:45.956 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17232026-05-11T20:23:47.478ZMay 11 20:23:46.164 INFO Download complete, target: TransceiverControl
17242026-05-11T20:23:47.793ZMay 11 20:23:46.436 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17252026-05-11T20:23:47.994ZMay 11 20:23:46.669 INFO Download complete, target: Console
17262026-05-11T20:23:49.098ZMay 11 20:23:47.764 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17272026-05-11T20:23:49.663ZMay 11 20:23:48.355 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17282026-05-11T20:23:49.925ZMay 11 20:23:48.595 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17292026-05-11T20:23:50.434ZMay 11 20:23:49.127 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17302026-05-11T20:23:50.434ZMay 11 20:23:49.127 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17312026-05-11T20:23:52.008ZMay 11 20:23:50.701 INFO Download complete, target: DendriteStub
17322026-05-11T20:23:52.382ZMay 11 20:23:51.074 INFO Download complete, target: MaghemiteMgd
17332026-05-11T20:23:55.105ZMay 11 20:23:53.784 INFO Checking that binary works, target: Cockroach
17342026-05-11T20:23:55.309ZMay 11 20:23:53.963 INFO Download complete, target: Cockroach
17352026-05-11T20:23:55.928ZMay 11 20:23:54.620 INFO Checking that binary works, target: Clickhouse
17362026-05-11T20:23:56.073ZMay 11 20:23:54.760 INFO Download complete, target: Clickhouse
17372026-05-11T20:23:56.114ZAll builder prerequisites installed successfully, and PATH looks valid
17382026-05-11T20:23:56.129Z
17392026-05-11T20:23:56.129Zreal 2:18.130470176
17402026-05-11T20:23:56.129Zuser 6:53.064075419
17412026-05-11T20:23:56.129Zsys 1:21.484544530
17422026-05-11T20:23:56.129Ztrap 0.231566194
17432026-05-11T20:23:56.129Ztflt 1.007080413
17442026-05-11T20:23:56.129Zdflt 1.130650539
17452026-05-11T20:23:56.129Zkflt 0.046664640
17462026-05-11T20:23:56.129Zlock 21:51.645768549
17472026-05-11T20:23:56.129Zslp 21:22.915015771
17482026-05-11T20:23:56.129Zlat 45.068118675
17492026-05-11T20:23:56.129Zstop 1:55.986484359
17502026-05-11T20:23:56.130Z+ banner hack-check
17512026-05-11T20:23:56.130Z
17522026-05-11T20:23:56.130Z # # ## #### # # #### # # ###### #### # #
17532026-05-11T20:23:56.130Z # # # # # # # # # # # # # # # # #
17542026-05-11T20:23:56.130Z ###### # # # #### ##### # ###### ##### # ####
17552026-05-11T20:23:56.130Z # # ###### # # # # # # # # # #
17562026-05-11T20:23:56.130Z # # # # # # # # # # # # # # # # #
17572026-05-11T20:23:56.130Z # # # # #### # # #### # # ###### #### # #
17582026-05-11T20:23:56.130Z
17592026-05-11T20:23:56.130Z+ export CARGO_INCREMENTAL=0
17602026-05-11T20:23:56.130Z+ CARGO_INCREMENTAL=0
17612026-05-11T20:23:56.130Z+ ptime -m timeout 2h cargo xtask check-features --ci
17622026-05-11T20:23:56.634Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17632026-05-11T20:23:56.849Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17642026-05-11T20:23:58.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.62s
17652026-05-11T20:23:58.819Z Running `target/debug/xtask check-features --ci`
17662026-05-11T20:23:58.843Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17672026-05-11T20:23:58.847Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17682026-05-11T20:23:59.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
17692026-05-11T20:23:59.355Z Running `target/debug/xtask download cargo-hack`
17702026-05-11T20:24:00.137Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17712026-05-11T20:24:00.449Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17722026-05-11T20:24:03.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.53s
17732026-05-11T20:24:03.219Z Running `target/debug/xtask-downloader cargo-hack`
17742026-05-11T20:24:03.219ZMay 11 20:24:01.822 INFO Starting download, target: CargoHack
17752026-05-11T20:24:03.219ZMay 11 20:24:01.822 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17762026-05-11T20:24:03.375ZMay 11 20:24:02.015 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17772026-05-11T20:24:03.389ZMay 11 20:24:02.064 INFO Download complete, target: CargoHack
17782026-05-11T20:24:03.389Zrunning: "/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"
17792026-05-11T20:24:03.403Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17802026-05-11T20:24:03.539Zinfo: running `cargo check --bins` on api_identity (1/274)
17812026-05-11T20:24:04.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17822026-05-11T20:24:04.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17832026-05-11T20:24:04.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17842026-05-11T20:24:04.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
17852026-05-11T20:24:04.110Z
17862026-05-11T20:24:04.110Zinfo: running `cargo check --bins` on bootstore (2/274)
17872026-05-11T20:24:04.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17882026-05-11T20:24:04.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17892026-05-11T20:24:04.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17902026-05-11T20:24:04.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
17912026-05-11T20:24:04.688Z
17922026-05-11T20:24:04.688Zinfo: running `cargo check --bins` on omicron-ledger (3/274)
17932026-05-11T20:24:05.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17942026-05-11T20:24:05.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17952026-05-11T20:24:05.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17962026-05-11T20:24:05.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
17972026-05-11T20:24:05.262Z
17982026-05-11T20:24:05.262Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/274)
17992026-05-11T20:24:05.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18002026-05-11T20:24:05.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18012026-05-11T20:24:05.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18022026-05-11T20:24:05.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18032026-05-11T20:24:05.839Z
18042026-05-11T20:24:05.839Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/274)
18052026-05-11T20:24:06.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18062026-05-11T20:24:06.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18072026-05-11T20:24:06.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18082026-05-11T20:24:06.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18092026-05-11T20:24:06.418Z
18102026-05-11T20:24:06.418Zinfo: running `cargo check --bins` on omicron-certificates (6/274)
18112026-05-11T20:24:06.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18122026-05-11T20:24:06.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18132026-05-11T20:24:06.928Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18142026-05-11T20:24:06.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18152026-05-11T20:24:07.014Z
18162026-05-11T20:24:07.014Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/274)
18172026-05-11T20:24:07.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18182026-05-11T20:24:07.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18192026-05-11T20:24:07.523Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18202026-05-11T20:24:07.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18212026-05-11T20:24:07.610Z
18222026-05-11T20:24:07.610Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/274)
18232026-05-11T20:24:08.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18242026-05-11T20:24:08.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18252026-05-11T20:24:08.123Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18262026-05-11T20:24:08.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18272026-05-11T20:24:08.211Z
18282026-05-11T20:24:08.211Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/274)
18292026-05-11T20:24:08.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18302026-05-11T20:24:08.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18312026-05-11T20:24:08.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18322026-05-11T20:24:08.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18332026-05-11T20:24:08.686Z
18342026-05-11T20:24:08.686Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/274)
18352026-05-11T20:24:09.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18362026-05-11T20:24:09.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18372026-05-11T20:24:09.120Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18382026-05-11T20:24:09.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18392026-05-11T20:24:09.163Z
18402026-05-11T20:24:09.164Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/274)
18412026-05-11T20:24:09.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18422026-05-11T20:24:09.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18432026-05-11T20:24:09.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18442026-05-11T20:24:09.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18452026-05-11T20:24:09.634Z
18462026-05-11T20:24:09.634Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/274)
18472026-05-11T20:24:10.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18482026-05-11T20:24:10.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18492026-05-11T20:24:10.043Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18502026-05-11T20:24:10.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18512026-05-11T20:24:10.099Z
18522026-05-11T20:24:10.099Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/274)
18532026-05-11T20:24:10.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18542026-05-11T20:24:10.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18552026-05-11T20:24:10.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18562026-05-11T20:24:10.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18572026-05-11T20:24:10.572Z
18582026-05-11T20:24:10.572Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/274)
18592026-05-11T20:24:10.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18602026-05-11T20:24:10.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18612026-05-11T20:24:10.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18622026-05-11T20:24:10.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18632026-05-11T20:24:11.044Z
18642026-05-11T20:24:11.044Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/274)
18652026-05-11T20:24:11.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18662026-05-11T20:24:11.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18672026-05-11T20:24:11.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18682026-05-11T20:24:11.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18692026-05-11T20:24:11.517Z
18702026-05-11T20:24:11.518Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/274)
18712026-05-11T20:24:11.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18722026-05-11T20:24:11.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18732026-05-11T20:24:11.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18742026-05-11T20:24:11.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18752026-05-11T20:24:11.993Z
18762026-05-11T20:24:11.993Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/274)
18772026-05-11T20:24:12.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18782026-05-11T20:24:12.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18792026-05-11T20:24:12.408Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18802026-05-11T20:24:12.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18812026-05-11T20:24:12.463Z
18822026-05-11T20:24:12.463Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/274)
18832026-05-11T20:24:12.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18842026-05-11T20:24:12.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18852026-05-11T20:24:12.874Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18862026-05-11T20:24:12.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18872026-05-11T20:24:12.931Z
18882026-05-11T20:24:12.932Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/274)
18892026-05-11T20:24:13.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18902026-05-11T20:24:13.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18912026-05-11T20:24:13.347Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18922026-05-11T20:24:13.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18932026-05-11T20:24:13.402Z
18942026-05-11T20:24:13.402Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/274)
18952026-05-11T20:24:13.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18962026-05-11T20:24:13.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18972026-05-11T20:24:13.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18982026-05-11T20:24:13.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18992026-05-11T20:24:13.876Z
19002026-05-11T20:24:13.876Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/274)
19012026-05-11T20:24:14.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19022026-05-11T20:24:14.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19032026-05-11T20:24:14.291Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19042026-05-11T20:24:14.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19052026-05-11T20:24:14.350Z
19062026-05-11T20:24:14.350Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/274)
19072026-05-11T20:24:14.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19082026-05-11T20:24:14.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19092026-05-11T20:24:14.773Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19102026-05-11T20:24:14.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19112026-05-11T20:24:14.832Z
19122026-05-11T20:24:14.832Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/274)
19132026-05-11T20:24:15.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19142026-05-11T20:24:15.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19152026-05-11T20:24:15.254Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19162026-05-11T20:24:15.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19172026-05-11T20:24:15.307Z
19182026-05-11T20:24:15.307Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/274)
19192026-05-11T20:24:15.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19202026-05-11T20:24:15.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19212026-05-11T20:24:15.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19222026-05-11T20:24:15.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19232026-05-11T20:24:15.784Z
19242026-05-11T20:24:15.784Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/274)
19252026-05-11T20:24:16.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19262026-05-11T20:24:16.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19272026-05-11T20:24:16.200Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19282026-05-11T20:24:16.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19292026-05-11T20:24:16.257Z
19302026-05-11T20:24:16.257Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/274)
19312026-05-11T20:24:16.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19322026-05-11T20:24:16.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19332026-05-11T20:24:16.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19342026-05-11T20:24:16.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19352026-05-11T20:24:16.735Z
19362026-05-11T20:24:16.735Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/274)
19372026-05-11T20:24:17.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19382026-05-11T20:24:17.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19392026-05-11T20:24:17.151Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19402026-05-11T20:24:17.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19412026-05-11T20:24:17.212Z
19422026-05-11T20:24:17.212Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/274)
19432026-05-11T20:24:17.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19442026-05-11T20:24:17.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19452026-05-11T20:24:17.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19462026-05-11T20:24:17.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19472026-05-11T20:24:17.689Z
19482026-05-11T20:24:17.690Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/274)
19492026-05-11T20:24:18.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19502026-05-11T20:24:18.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19512026-05-11T20:24:18.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19522026-05-11T20:24:18.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19532026-05-11T20:24:18.166Z
19542026-05-11T20:24:18.166Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/274)
19552026-05-11T20:24:18.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19562026-05-11T20:24:18.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19572026-05-11T20:24:18.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19582026-05-11T20:24:18.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19592026-05-11T20:24:18.638Z
19602026-05-11T20:24:18.638Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/274)
19612026-05-11T20:24:19.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19622026-05-11T20:24:19.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19632026-05-11T20:24:19.052Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19642026-05-11T20:24:19.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19652026-05-11T20:24:19.108Z
19662026-05-11T20:24:19.108Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/274)
19672026-05-11T20:24:19.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19682026-05-11T20:24:19.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19692026-05-11T20:24:19.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19702026-05-11T20:24:19.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19712026-05-11T20:24:19.588Z
19722026-05-11T20:24:19.588Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/274)
19732026-05-11T20:24:19.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19742026-05-11T20:24:19.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19752026-05-11T20:24:19.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19762026-05-11T20:24:20.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19772026-05-11T20:24:20.059Z
19782026-05-11T20:24:20.059Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/274)
19792026-05-11T20:24:20.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19802026-05-11T20:24:20.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19812026-05-11T20:24:20.477Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19822026-05-11T20:24:20.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19832026-05-11T20:24:20.538Z
19842026-05-11T20:24:20.538Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/274)
19852026-05-11T20:24:20.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19862026-05-11T20:24:20.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19872026-05-11T20:24:20.953Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19882026-05-11T20:24:20.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19892026-05-11T20:24:21.011Z
19902026-05-11T20:24:21.012Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/274)
19912026-05-11T20:24:21.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19922026-05-11T20:24:21.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19932026-05-11T20:24:21.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19942026-05-11T20:24:21.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19952026-05-11T20:24:21.491Z
19962026-05-11T20:24:21.491Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/274)
19972026-05-11T20:24:21.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19982026-05-11T20:24:21.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19992026-05-11T20:24:21.910Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20002026-05-11T20:24:21.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20012026-05-11T20:24:21.969Z
20022026-05-11T20:24:21.969Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/274)
20032026-05-11T20:24:22.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20042026-05-11T20:24:22.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20052026-05-11T20:24:22.395Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20062026-05-11T20:24:22.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20072026-05-11T20:24:22.455Z
20082026-05-11T20:24:22.455Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/274)
20092026-05-11T20:24:22.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20102026-05-11T20:24:22.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20112026-05-11T20:24:22.876Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20122026-05-11T20:24:22.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20132026-05-11T20:24:22.934Z
20142026-05-11T20:24:22.934Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/274)
20152026-05-11T20:24:23.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20162026-05-11T20:24:23.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20172026-05-11T20:24:23.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20182026-05-11T20:24:23.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20192026-05-11T20:24:23.418Z
20202026-05-11T20:24:23.418Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/274)
20212026-05-11T20:24:23.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20222026-05-11T20:24:23.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20232026-05-11T20:24:23.835Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20242026-05-11T20:24:23.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20252026-05-11T20:24:23.897Z
20262026-05-11T20:24:23.897Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/274)
20272026-05-11T20:24:24.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20282026-05-11T20:24:24.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20292026-05-11T20:24:24.316Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20302026-05-11T20:24:24.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20312026-05-11T20:24:24.378Z
20322026-05-11T20:24:24.378Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/274)
20332026-05-11T20:24:24.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20342026-05-11T20:24:24.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20352026-05-11T20:24:24.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20362026-05-11T20:24:24.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20372026-05-11T20:24:24.855Z
20382026-05-11T20:24:24.855Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/274)
20392026-05-11T20:24:25.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20402026-05-11T20:24:25.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20412026-05-11T20:24:25.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20422026-05-11T20:24:25.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20432026-05-11T20:24:25.326Z
20442026-05-11T20:24:25.326Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/274)
20452026-05-11T20:24:25.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20462026-05-11T20:24:25.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20472026-05-11T20:24:25.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20482026-05-11T20:24:25.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20492026-05-11T20:24:25.803Z
20502026-05-11T20:24:25.803Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/274)
20512026-05-11T20:24:26.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20522026-05-11T20:24:26.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20532026-05-11T20:24:26.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20542026-05-11T20:24:26.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20552026-05-11T20:24:26.277Z
20562026-05-11T20:24:26.277Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/274)
20572026-05-11T20:24:26.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20582026-05-11T20:24:26.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20592026-05-11T20:24:26.693Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20602026-05-11T20:24:26.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20612026-05-11T20:24:26.752Z
20622026-05-11T20:24:26.752Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/274)
20632026-05-11T20:24:27.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20642026-05-11T20:24:27.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20652026-05-11T20:24:27.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20662026-05-11T20:24:27.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20672026-05-11T20:24:27.227Z
20682026-05-11T20:24:27.227Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/274)
20692026-05-11T20:24:27.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20702026-05-11T20:24:27.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20712026-05-11T20:24:27.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20722026-05-11T20:24:27.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20732026-05-11T20:24:27.888Z
20742026-05-11T20:24:27.888Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/274)
20752026-05-11T20:24:28.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20762026-05-11T20:24:28.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20772026-05-11T20:24:28.421Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20782026-05-11T20:24:28.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20792026-05-11T20:24:28.525Z
20802026-05-11T20:24:28.525Zinfo: running `cargo check --bins` on nexus-config (51/274)
20812026-05-11T20:24:29.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20822026-05-11T20:24:29.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20832026-05-11T20:24:29.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20842026-05-11T20:24:29.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20852026-05-11T20:24:29.165Z
20862026-05-11T20:24:29.165Zinfo: running `cargo check --bins` on nexus-types (52/274)
20872026-05-11T20:24:29.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20882026-05-11T20:24:29.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20892026-05-11T20:24:29.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20902026-05-11T20:24:29.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20912026-05-11T20:24:29.812Z
20922026-05-11T20:24:29.812Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/274)
20932026-05-11T20:24:30.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20942026-05-11T20:24:30.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20952026-05-11T20:24:30.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20962026-05-11T20:24:30.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
20972026-05-11T20:24:30.423Z
20982026-05-11T20:24:30.423Zinfo: running `cargo check --bins` on omicron-passwords (54/274)
20992026-05-11T20:24:30.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21002026-05-11T20:24:30.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21012026-05-11T20:24:30.920Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21022026-05-11T20:24:30.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21032026-05-11T20:24:31.008Z
21042026-05-11T20:24:31.008Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/274)
21052026-05-11T20:24:31.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21062026-05-11T20:24:31.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21072026-05-11T20:24:31.523Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21082026-05-11T20:24:31.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21092026-05-11T20:24:31.615Z
21102026-05-11T20:24:31.615Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/274)
21112026-05-11T20:24:32.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21122026-05-11T20:24:32.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21132026-05-11T20:24:32.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21142026-05-11T20:24:32.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21152026-05-11T20:24:32.225Z
21162026-05-11T20:24:32.225Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/274)
21172026-05-11T20:24:32.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21182026-05-11T20:24:32.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21192026-05-11T20:24:32.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21202026-05-11T20:24:32.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21212026-05-11T20:24:32.832Z
21222026-05-11T20:24:32.832Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/274)
21232026-05-11T20:24:33.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21242026-05-11T20:24:33.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21252026-05-11T20:24:33.349Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21262026-05-11T20:24:33.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21272026-05-11T20:24:33.436Z
21282026-05-11T20:24:33.436Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/274)
21292026-05-11T20:24:33.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21302026-05-11T20:24:33.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21312026-05-11T20:24:33.938Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21322026-05-11T20:24:33.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21332026-05-11T20:24:34.025Z
21342026-05-11T20:24:34.025Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/274)
21352026-05-11T20:24:34.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21362026-05-11T20:24:34.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21372026-05-11T20:24:34.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21382026-05-11T20:24:34.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21392026-05-11T20:24:34.623Z
21402026-05-11T20:24:34.623Zinfo: running `cargo check --bins --no-default-features` on gfss (61/274)
21412026-05-11T20:24:35.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21422026-05-11T20:24:35.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21432026-05-11T20:24:35.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21442026-05-11T20:24:35.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21452026-05-11T20:24:35.219Z
21462026-05-11T20:24:35.219Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/274)
21472026-05-11T20:24:35.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21482026-05-11T20:24:35.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21492026-05-11T20:24:35.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21502026-05-11T20:24:35.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21512026-05-11T20:24:35.814Z
21522026-05-11T20:24:35.814Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/274)
21532026-05-11T20:24:36.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21542026-05-11T20:24:36.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21552026-05-11T20:24:36.329Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21562026-05-11T20:24:36.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21572026-05-11T20:24:36.417Z
21582026-05-11T20:24:36.417Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/274)
21592026-05-11T20:24:36.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21602026-05-11T20:24:36.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21612026-05-11T20:24:36.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21622026-05-11T20:24:36.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21632026-05-11T20:24:37.025Z
21642026-05-11T20:24:37.025Zinfo: running `cargo check --bins` on cockroach-admin-types (65/274)
21652026-05-11T20:24:37.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21662026-05-11T20:24:37.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21672026-05-11T20:24:37.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21682026-05-11T20:24:37.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21692026-05-11T20:24:37.611Z
21702026-05-11T20:24:37.611Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/274)
21712026-05-11T20:24:38.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21722026-05-11T20:24:38.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21732026-05-11T20:24:38.112Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21742026-05-11T20:24:38.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21752026-05-11T20:24:38.198Z
21762026-05-11T20:24:38.198Zinfo: running `cargo check --bins` on ereport-types (67/274)
21772026-05-11T20:24:38.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21782026-05-11T20:24:38.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21792026-05-11T20:24:38.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21802026-05-11T20:24:38.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21812026-05-11T20:24:38.793Z
21822026-05-11T20:24:38.793Zinfo: running `cargo check --bins` on gateway-client (68/274)
21832026-05-11T20:24:39.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21842026-05-11T20:24:39.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21852026-05-11T20:24:39.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21862026-05-11T20:24:39.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21872026-05-11T20:24:39.396Z
21882026-05-11T20:24:39.396Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/274)
21892026-05-11T20:24:39.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21902026-05-11T20:24:39.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21912026-05-11T20:24:39.911Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21922026-05-11T20:24:39.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21932026-05-11T20:24:40.000Z
21942026-05-11T20:24:40.000Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/274)
21952026-05-11T20:24:40.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21962026-05-11T20:24:40.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21972026-05-11T20:24:40.507Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21982026-05-11T20:24:40.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21992026-05-11T20:24:40.595Z
22002026-05-11T20:24:40.595Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/274)
22012026-05-11T20:24:41.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22022026-05-11T20:24:41.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22032026-05-11T20:24:41.103Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22042026-05-11T20:24:41.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22052026-05-11T20:24:41.195Z
22062026-05-11T20:24:41.195Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/274)
22072026-05-11T20:24:41.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22082026-05-11T20:24:41.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22092026-05-11T20:24:41.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22102026-05-11T20:24:41.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22112026-05-11T20:24:41.794Z
22122026-05-11T20:24:41.794Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/274)
22132026-05-11T20:24:42.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22142026-05-11T20:24:42.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22152026-05-11T20:24:42.325Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22162026-05-11T20:24:42.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22172026-05-11T20:24:42.421Z
22182026-05-11T20:24:42.421Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/274)
22192026-05-11T20:24:42.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22202026-05-11T20:24:42.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22212026-05-11T20:24:42.958Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22222026-05-11T20:24:42.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
22232026-05-11T20:24:43.053Z
22242026-05-11T20:24:43.053Zinfo: running `cargo check --bins` on key-manager-types (75/274)
22252026-05-11T20:24:43.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22262026-05-11T20:24:43.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22272026-05-11T20:24:43.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22282026-05-11T20:24:43.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22292026-05-11T20:24:43.643Z
22302026-05-11T20:24:43.644Zinfo: running `cargo check --bins` on oxlog (76/274)
22312026-05-11T20:24:44.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22322026-05-11T20:24:44.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22332026-05-11T20:24:44.255Z Checking cfg-if v1.0.4
22342026-05-11T20:24:44.262Z Checking libc v0.2.185
22352026-05-11T20:24:44.262Z Checking serde_core v1.0.228
22362026-05-11T20:24:44.377Z Checking zeroize v1.8.2
22372026-05-11T20:24:44.385Z Checking memchr v2.8.0
22382026-05-11T20:24:44.393Z Checking log v0.4.29
22392026-05-11T20:24:44.406Z Checking smallvec v1.15.1
22402026-05-11T20:24:44.417Z Checking typenum v1.19.0
22412026-05-11T20:24:44.417Z Checking subtle v2.6.1
22422026-05-11T20:24:44.513Z Checking itoa v1.0.17
22432026-05-11T20:24:44.546Z Checking scopeguard v1.2.0
22442026-05-11T20:24:44.564Z Checking const-oid v0.9.6
22452026-05-11T20:24:44.576Z Checking stable_deref_trait v1.2.1
22462026-05-11T20:24:44.643Z Checking lock_api v0.4.14
22472026-05-11T20:24:44.656Z Checking portable-atomic v1.13.1
22482026-05-11T20:24:44.659Z Checking zerofrom v0.1.6
22492026-05-11T20:24:44.750Z Checking critical-section v1.2.0
22502026-05-11T20:24:44.762Z Checking getrandom v0.2.17
22512026-05-11T20:24:44.794Z Checking errno v0.3.14
22522026-05-11T20:24:44.836Z Checking yoke v0.8.1
22532026-05-11T20:24:44.849Z Checking parking_lot_core v0.9.12
22542026-05-11T20:24:44.900Z Checking rand_core v0.6.4
22552026-05-11T20:24:44.912Z Checking signal-hook-registry v1.4.8
22562026-05-11T20:24:44.929Z Checking generic-array v0.14.7
22572026-05-11T20:24:44.996Z Checking zerovec v0.11.5
22582026-05-11T20:24:45.029Z Checking zerocopy v0.8.40
22592026-05-11T20:24:45.066Z Checking pin-project-lite v0.2.17
22602026-05-11T20:24:45.070Z Checking parking_lot v0.12.5
22612026-05-11T20:24:45.095Z Checking once_cell v1.21.3
22622026-05-11T20:24:45.155Z Checking mio v1.2.0
22632026-05-11T20:24:45.239Z Checking socket2 v0.6.3
22642026-05-11T20:24:45.260Z Checking libm v0.2.16
22652026-05-11T20:24:45.270Z Checking zmij v1.0.21
22662026-05-11T20:24:45.376Z Checking crypto-common v0.1.7
22672026-05-11T20:24:45.424Z Checking block-buffer v0.10.4
22682026-05-11T20:24:45.429Z Checking tinystr v0.8.2
22692026-05-11T20:24:45.472Z Checking litemap v0.8.1
22702026-05-11T20:24:45.485Z Checking percent-encoding v2.3.2
22712026-05-11T20:24:45.499Z Checking futures-core v0.3.32
22722026-05-11T20:24:45.560Z Checking digest v0.10.7
22732026-05-11T20:24:45.609Z Checking equivalent v1.0.2
22742026-05-11T20:24:45.622Z Checking writeable v0.6.2
22752026-05-11T20:24:45.635Z Checking potential_utf v0.1.4
22762026-05-11T20:24:45.647Z Checking zerotrie v0.2.3
22772026-05-11T20:24:45.688Z Checking cpufeatures v0.2.17
22782026-05-11T20:24:45.751Z Checking hmac v0.12.1
22792026-05-11T20:24:45.764Z Checking icu_collections v2.1.1
22802026-05-11T20:24:45.776Z Checking block-padding v0.3.3
22812026-05-11T20:24:45.788Z Checking icu_locale_core v2.1.1
22822026-05-11T20:24:45.864Z Checking serde v1.0.228
22832026-05-11T20:24:45.880Z Checking bitflags v2.11.0
22842026-05-11T20:24:45.880Z Checking serde_json v1.0.149
22852026-05-11T20:24:45.904Z Checking icu_properties_data v2.1.2
22862026-05-11T20:24:45.948Z Checking num-traits v0.2.19
22872026-05-11T20:24:46.029Z Checking icu_normalizer_data v2.1.1
22882026-05-11T20:24:46.044Z Checking hashbrown v0.17.0
22892026-05-11T20:24:46.068Z Checking futures-sink v0.3.32
22902026-05-11T20:24:46.101Z Checking rand_core v0.10.0
22912026-05-11T20:24:46.166Z Checking futures-channel v0.3.32
22922026-05-11T20:24:46.241Z Checking getrandom v0.4.1
22932026-05-11T20:24:46.268Z Checking bytes v1.11.1
22942026-05-11T20:24:46.345Z Checking icu_provider v2.1.1
22952026-05-11T20:24:46.361Z Checking inout v0.1.4
22962026-05-11T20:24:46.386Z Checking slab v0.4.12
22972026-05-11T20:24:46.485Z Checking futures-io v0.3.32
22982026-05-11T20:24:46.498Z Checking futures-task v0.3.32
22992026-05-11T20:24:46.508Z Checking indexmap v2.14.0
23002026-05-11T20:24:46.539Z Checking cipher v0.4.4
23012026-05-11T20:24:46.555Z Checking sha2 v0.10.9
23022026-05-11T20:24:46.579Z Checking icu_properties v2.1.2
23032026-05-11T20:24:46.592Z Checking icu_normalizer v2.1.1
23042026-05-11T20:24:46.630Z Checking futures-util v0.3.32
23052026-05-11T20:24:46.716Z Checking tokio v1.52.1
23062026-05-11T20:24:46.748Z Checking getrandom v0.3.4
23072026-05-11T20:24:46.830Z Checking byteorder v1.5.0
23082026-05-11T20:24:46.892Z Checking base64ct v1.8.3
23092026-05-11T20:24:46.904Z Checking utf8_iter v1.0.4
23102026-05-11T20:24:47.030Z Checking form_urlencoded v1.2.2
23112026-05-11T20:24:47.045Z Checking fnv v1.0.7
23122026-05-11T20:24:47.079Z Checking flagset v0.4.7
23132026-05-11T20:24:47.155Z Checking pem-rfc7468 v0.7.0
23142026-05-11T20:24:47.166Z Checking rand_core v0.9.5
23152026-05-11T20:24:47.171Z Checking salsa20 v0.10.2
23162026-05-11T20:24:47.200Z Checking http v1.4.0
23172026-05-11T20:24:47.293Z Checking uuid v1.23.0
23182026-05-11T20:24:47.296Z Checking der v0.7.10
23192026-05-11T20:24:47.321Z Checking pbkdf2 v0.12.2
23202026-05-11T20:24:47.428Z Checking idna_adapter v1.2.1
23212026-05-11T20:24:47.441Z Checking scrypt v0.11.0
23222026-05-11T20:24:47.545Z Checking idna v1.1.0
23232026-05-11T20:24:47.575Z Checking aes v0.8.4
23242026-05-11T20:24:47.603Z Checking cbc v0.1.2
23252026-05-11T20:24:47.726Z Checking rustix v1.1.3
23262026-05-11T20:24:47.772Z Checking tracing-core v0.1.36
23272026-05-11T20:24:47.786Z Checking url v2.5.8
23282026-05-11T20:24:47.830Z Checking ppv-lite86 v0.2.21
23292026-05-11T20:24:47.962Z Checking rustls-pki-types v1.14.0
23302026-05-11T20:24:48.042Z Checking spki v0.7.3
23312026-05-11T20:24:48.079Z Checking regex-syntax v0.8.10
23322026-05-11T20:24:48.121Z Checking rand_chacha v0.9.0
23332026-05-11T20:24:48.206Z Checking iana-time-zone v0.1.65
23342026-05-11T20:24:48.217Z Checking pkcs5 v0.7.1
23352026-05-11T20:24:48.247Z Checking tracing v0.1.44
23362026-05-11T20:24:48.308Z Checking chrono v0.4.44
23372026-05-11T20:24:48.321Z Checking rand v0.9.2
23382026-05-11T20:24:48.449Z Checking http-body v1.0.1
23392026-05-11T20:24:48.469Z Checking aws-lc-sys v0.37.1
23402026-05-11T20:24:48.550Z Checking untrusted v0.9.0
23412026-05-11T20:24:48.576Z Checking openssl-probe v0.2.1
23422026-05-11T20:24:48.589Z Checking untrusted v0.7.1
23432026-05-11T20:24:48.660Z Checking base64 v0.22.1
23442026-05-11T20:24:48.682Z Checking ring v0.17.14
23452026-05-11T20:24:48.701Z Checking pkcs8 v0.10.2
23462026-05-11T20:24:48.794Z Checking tower-layer v0.3.3
23472026-05-11T20:24:48.876Z Checking plain v0.2.3
23482026-05-11T20:24:48.895Z Checking tinyvec_macros v0.1.1
23492026-05-11T20:24:48.942Z Checking atomic-waker v1.1.2
23502026-05-11T20:24:48.960Z Checking try-lock v0.2.5
23512026-05-11T20:24:48.974Z Checking aws-lc-rs v1.16.0
23522026-05-11T20:24:48.985Z Checking tower-service v0.3.3
23532026-05-11T20:24:49.037Z Checking tinyvec v1.10.0
23542026-05-11T20:24:49.055Z Checking want v0.3.1
23552026-05-11T20:24:49.071Z Checking ipnet v2.11.0
23562026-05-11T20:24:49.172Z Checking semver v1.0.28
23572026-05-11T20:24:49.184Z Checking httparse v1.10.1
23582026-05-11T20:24:49.325Z Checking spin v0.9.8
23592026-05-11T20:24:49.346Z Checking ucd-trie v0.1.7
23602026-05-11T20:24:49.423Z Checking pin-utils v0.1.0
23612026-05-11T20:24:49.429Z Checking httpdate v1.0.3
23622026-05-11T20:24:49.429Z Checking unicode-ident v1.0.24
23632026-05-11T20:24:49.450Z Checking foreign-types-shared v0.1.1
23642026-05-11T20:24:49.477Z Checking fastrand v2.3.0
23652026-05-11T20:24:49.503Z Checking dyn-clone v1.0.20
23662026-05-11T20:24:49.515Z Checking proc-macro2 v1.0.106
23672026-05-11T20:24:49.529Z Checking foreign-types v0.3.2
23682026-05-11T20:24:49.540Z Checking pest v2.8.6
23692026-05-11T20:24:49.596Z Checking openssl-sys v0.9.114
23702026-05-11T20:24:49.609Z Checking schemars v0.8.22
23712026-05-11T20:24:49.655Z Checking tempfile v3.25.0
23722026-05-11T20:24:49.674Z Checking thiserror v2.0.18
23732026-05-11T20:24:49.777Z Checking wait-timeout v0.2.1
23742026-05-11T20:24:49.809Z Checking rustls-webpki v0.103.9
23752026-05-11T20:24:49.830Z Checking aho-corasick v1.1.4
23762026-05-11T20:24:49.852Z Checking bit-vec v0.8.0
23772026-05-11T20:24:49.901Z Checking quick-error v1.2.3
23782026-05-11T20:24:49.963Z Checking tokio-util v0.7.18
23792026-05-11T20:24:50.002Z Checking utf8parse v0.2.2
23802026-05-11T20:24:50.055Z Checking anstyle v1.0.13
23812026-05-11T20:24:50.104Z Checking pretty-hex v0.4.1
23822026-05-11T20:24:50.118Z Checking powerfmt v0.2.0
23832026-05-11T20:24:50.222Z Checking simd-adler32 v0.3.8
23842026-05-11T20:24:50.238Z Checking rustls v0.23.37
23852026-05-11T20:24:50.253Z Checking siphasher v1.0.2
23862026-05-11T20:24:50.267Z Checking deranged v0.5.8
23872026-05-11T20:24:50.281Z Checking openssl v0.10.78
23882026-05-11T20:24:50.391Z Checking anstyle-parse v0.2.7
23892026-05-11T20:24:50.407Z Checking bit-set v0.8.0
23902026-05-11T20:24:50.525Z Checking regex-automata v0.4.14
23912026-05-11T20:24:50.547Z Checking rusty-fork v0.3.1
23922026-05-11T20:24:50.559Z Checking quote v1.0.45
23932026-05-11T20:24:50.584Z Checking h2 v0.4.13
23942026-05-11T20:24:50.632Z Compiling newtype-uuid v1.3.2
23952026-05-11T20:24:50.718Z Checking unicode-normalization v0.1.25
23962026-05-11T20:24:50.731Z Checking rustls-native-certs v0.8.3
23972026-05-11T20:24:50.812Z Checking crossbeam-utils v0.8.21
23982026-05-11T20:24:50.860Z Checking rand_xorshift v0.4.0
23992026-05-11T20:24:50.983Z Checking crc32fast v1.5.0
24002026-05-11T20:24:51.122Z Checking scroll v0.13.0
24012026-05-11T20:24:51.134Z Checking signature v2.2.0
24022026-05-11T20:24:51.147Z Checking sync_wrapper v1.0.2
24032026-05-11T20:24:51.213Z Checking num-conv v0.2.0
24042026-05-11T20:24:51.245Z Checking allocator-api2 v0.2.21
24052026-05-11T20:24:51.259Z Checking unicode-bidi v0.3.18
24062026-05-11T20:24:51.327Z Checking is_terminal_polyfill v1.70.2
24072026-05-11T20:24:51.346Z Checking anstyle-query v1.1.5
24082026-05-11T20:24:51.414Z Checking adler2 v2.0.1
24092026-05-11T20:24:51.436Z Checking time-core v0.1.8
24102026-05-11T20:24:51.520Z Checking colorchoice v1.0.4
24112026-05-11T20:24:51.520Z Checking unicode-properties v0.1.4
24122026-05-11T20:24:51.544Z Checking unarray v0.1.4
24132026-05-11T20:24:51.574Z Checking num_threads v0.1.7
24142026-05-11T20:24:51.618Z Checking anstream v0.6.21
24152026-05-11T20:24:51.644Z Checking proptest v1.10.0
24162026-05-11T20:24:51.658Z Checking time v0.3.47
24172026-05-11T20:24:51.713Z Checking stringprep v0.1.5
24182026-05-11T20:24:51.816Z Checking miniz_oxide v0.8.9
24192026-05-11T20:24:51.869Z Checking goblin v0.10.5
24202026-05-11T20:24:52.186Z Checking tower v0.5.3
24212026-05-11T20:24:52.334Z Checking native-tls v0.2.18
24222026-05-11T20:24:52.383Z Checking crossbeam-epoch v0.9.18
24232026-05-11T20:24:52.515Z Compiling daft v0.1.5
24242026-05-11T20:24:52.588Z Checking syn v2.0.117
24252026-05-11T20:24:52.608Z Checking ipnetwork v0.21.1
24262026-05-11T20:24:52.655Z Checking tokio-rustls v0.26.4
24272026-05-11T20:24:52.792Z Checking http-body-util v0.1.3
24282026-05-11T20:24:52.816Z Checking webpki-roots v1.0.6
24292026-05-11T20:24:52.829Z Checking rand_chacha v0.3.1
24302026-05-11T20:24:52.882Z Checking thiserror v1.0.69
24312026-05-11T20:24:52.930Z Checking scroll v0.12.0
24322026-05-11T20:24:52.978Z Checking zstd-sys v2.0.16+zstd.1.5.7
24332026-05-11T20:24:53.007Z Checking hash32 v0.2.1
24342026-05-11T20:24:53.032Z Checking num-integer v0.1.46
24352026-05-11T20:24:53.086Z Checking serde_spanned v0.6.9
24362026-05-11T20:24:53.161Z Checking toml_datetime v0.6.11
24372026-05-11T20:24:53.168Z Checking md-5 v0.10.6
24382026-05-11T20:24:53.216Z Checking ff v0.13.1
24392026-05-11T20:24:53.253Z Checking ryu v1.0.23
24402026-05-11T20:24:53.305Z Checking psl-types v2.0.11
24412026-05-11T20:24:53.335Z Checking iri-string v0.7.10
24422026-05-11T20:24:53.340Z Checking base16ct v0.2.0
24432026-05-11T20:24:53.359Z Checking hyper v1.8.1
24442026-05-11T20:24:53.392Z Checking fallible-iterator v0.2.0
24452026-05-11T20:24:53.415Z Checking zlib-rs v0.6.2
24462026-05-11T20:24:53.464Z Checking sec1 v0.7.3
24472026-05-11T20:24:53.602Z Checking publicsuffix v2.3.0
24482026-05-11T20:24:53.661Z Checking postgres-protocol v0.6.10
24492026-05-11T20:24:53.677Z Checking serde_urlencoded v0.7.1
24502026-05-11T20:24:53.760Z Checking group v0.13.0
24512026-05-11T20:24:53.878Z Compiling iddqd v0.3.18
24522026-05-11T20:24:53.907Z Checking num-iter v0.1.45
24532026-05-11T20:24:53.965Z Checking goblin v0.8.2
24542026-05-11T20:24:54.018Z Checking heapless v0.7.17
24552026-05-11T20:24:54.249Z Checking dof v0.4.0
24562026-05-11T20:24:54.252Z Checking hyper-util v0.1.20
24572026-05-11T20:24:54.306Z Checking flate2 v1.1.9
24582026-05-11T20:24:54.352Z Checking tower-http v0.6.8
24592026-05-11T20:24:54.432Z Checking zstd-safe v7.2.4
24602026-05-11T20:24:54.597Z Checking rand v0.8.5
24612026-05-11T20:24:54.611Z Checking cookie v0.18.1
24622026-05-11T20:24:54.628Z Checking oxnet v0.1.4
24632026-05-11T20:24:54.845Z Checking tokio-native-tls v0.3.1
24642026-05-11T20:24:54.873Z Checking dtrace-parser v0.3.0
24652026-05-11T20:24:54.885Z Checking phf_shared v0.13.1
24662026-05-11T20:24:54.897Z Checking lazy_static v1.5.0
24672026-05-11T20:24:54.986Z Checking zerocopy v0.7.35
24682026-05-11T20:24:55.014Z Checking terminal_size v0.4.3
24692026-05-11T20:24:55.029Z Checking bzip2-sys v0.1.13+1.0.8
24702026-05-11T20:24:55.084Z Checking signal-hook v0.3.18
24712026-05-11T20:24:55.111Z Checking hkdf v0.12.4
24722026-05-11T20:24:55.114Z Checking crypto-bigint v0.5.5
24732026-05-11T20:24:55.136Z Checking thread-id v5.1.0
24742026-05-11T20:24:55.147Z Checking strsim v0.11.1
24752026-05-11T20:24:55.215Z Checking bitflags v1.3.2
24762026-05-11T20:24:55.244Z Checking winnow v0.7.14
24772026-05-11T20:24:55.271Z Checking foldhash v0.1.5
24782026-05-11T20:24:55.284Z Checking managed v0.8.0
24792026-05-11T20:24:55.306Z Checking bumpalo v3.20.2
24802026-05-11T20:24:55.400Z Checking either v1.15.0
24812026-05-11T20:24:55.465Z Checking clap_lex v1.0.0
24822026-05-11T20:24:55.483Z Compiling rayon-core v1.13.0
24832026-05-11T20:24:55.505Z Checking winnow v0.5.40
24842026-05-11T20:24:55.548Z Checking hyper-rustls v0.27.7
24852026-05-11T20:24:55.584Z Checking foldhash v0.2.0
24862026-05-11T20:24:55.609Z Checking libbz2-rs-sys v0.2.2
24872026-05-11T20:24:55.675Z Checking clap_builder v4.5.60
24882026-05-11T20:24:55.737Z Checking hashbrown v0.16.1
24892026-05-11T20:24:55.757Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24902026-05-11T20:24:55.910Z Checking dof v0.3.0
24912026-05-11T20:24:55.942Z Checking hyper-tls v0.6.0
24922026-05-11T20:24:56.006Z Checking bzip2 v0.6.1
24932026-05-11T20:24:56.032Z Checking elliptic-curve v0.13.8
24942026-05-11T20:24:56.110Z Checking zopfli v0.8.3
24952026-05-11T20:24:56.167Z Checking smoltcp v0.9.1
24962026-05-11T20:24:56.184Z Checking hashbrown v0.15.5
24972026-05-11T20:24:56.228Z Checking signal-hook-mio v0.2.5
24982026-05-11T20:24:56.330Z Checking usdt-impl v0.6.0
24992026-05-11T20:24:56.343Z Checking num-bigint-dig v0.8.6
25002026-05-11T20:24:56.434Z Checking bzip2 v0.4.4
25012026-05-11T20:24:56.450Z Checking phf v0.13.1
25022026-05-11T20:24:56.597Z Checking cookie_store v0.22.1
25032026-05-11T20:24:56.627Z Checking zstd v0.13.3
25042026-05-11T20:24:56.666Z Checking toml_edit v0.19.15
25052026-05-11T20:24:56.679Z Checking postgres-types v0.2.12
25062026-05-11T20:24:56.758Z Checking dtrace-parser v0.2.0
25072026-05-11T20:24:56.812Z Checking rustls-platform-verifier v0.6.2
25082026-05-11T20:24:56.832Z Checking crossbeam-deque v0.8.6
25092026-05-11T20:24:56.918Z Checking regex v1.12.3
25102026-05-11T20:24:56.937Z Checking bstr v1.12.1
25112026-05-11T20:24:56.937Z Checking ed25519 v2.2.3
25122026-05-11T20:24:56.980Z Checking phf_shared v0.11.3
25132026-05-11T20:24:57.021Z Checking curve25519-dalek v4.1.3
25142026-05-11T20:24:57.029Z Checking ref-cast v1.0.25
25152026-05-11T20:24:57.180Z Checking strum v0.27.2
25162026-05-11T20:24:57.194Z Checking hubpack v0.1.2
25172026-05-11T20:24:57.194Z Checking memoffset v0.9.1
25182026-05-11T20:24:57.194Z Checking rustix v0.38.44
25192026-05-11T20:24:57.205Z Checking pkcs1 v0.7.5
25202026-05-11T20:24:57.221Z Checking float-cmp v0.10.0
25212026-05-11T20:24:57.232Z Checking hex v0.4.3
25222026-05-11T20:24:57.302Z Checking erased-serde v0.3.31
25232026-05-11T20:24:57.343Z Checking serde-big-array v0.5.1
25242026-05-11T20:24:57.374Z Checking rfc6979 v0.4.0
25252026-05-11T20:24:57.431Z Checking memmap2 v0.9.10
25262026-05-11T20:24:57.460Z Checking thread-id v4.2.2
25272026-05-11T20:24:57.474Z Checking env_filter v1.0.0
25282026-05-11T20:24:57.486Z Checking encoding_rs v0.8.35
25292026-05-11T20:24:57.542Z Checking predicates-core v1.0.10
25302026-05-11T20:24:57.593Z Checking rustc-hash v2.1.1
25312026-05-11T20:24:57.616Z Checking keccak v0.1.6
25322026-05-11T20:24:57.665Z Checking mime v0.3.17
25332026-05-11T20:24:57.696Z Checking normalize-line-endings v0.3.0
25342026-05-11T20:24:57.703Z Checking fixedbitset v0.5.7
25352026-05-11T20:24:57.734Z Checking precomputed-hash v0.1.1
25362026-05-11T20:24:57.783Z Checking static_assertions v1.1.0
25372026-05-11T20:24:57.795Z Checking new_debug_unreachable v1.0.6
25382026-05-11T20:24:57.823Z Checking fixedbitset v0.4.2
25392026-05-11T20:24:57.830Z Checking jiff v0.2.21
25402026-05-11T20:24:57.846Z Checking data-encoding v2.10.0
25412026-05-11T20:24:57.856Z Checking unicode-segmentation v1.12.0
25422026-05-11T20:24:57.867Z Checking toml_write v0.1.2
25432026-05-11T20:24:57.900Z Checking difflib v0.4.0
25442026-05-11T20:24:57.964Z Checking whoami v2.1.0
25452026-05-11T20:24:57.997Z Checking crossterm v0.28.1
25462026-05-11T20:24:58.031Z Checking toml_edit v0.22.27
25472026-05-11T20:24:58.072Z Checking predicates v3.1.4
25482026-05-11T20:24:58.110Z Checking hickory-proto v0.25.2
25492026-05-11T20:24:58.156Z Checking tokio-postgres v0.7.16
25502026-05-11T20:24:58.168Z Checking similar v2.7.0
25512026-05-11T20:24:58.367Z Checking petgraph v0.6.5
25522026-05-11T20:24:58.443Z Checking reqwest v0.12.28
25532026-05-11T20:24:58.546Z Checking petgraph v0.8.3
25542026-05-11T20:24:58.713Z Checking string_cache v0.8.9
25552026-05-11T20:24:58.887Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
25562026-05-11T20:24:59.132Z Checking ed25519-dalek v2.2.0
25572026-05-11T20:24:59.288Z Checking sha3 v0.10.8
25582026-05-11T20:24:59.376Z Checking toml v0.7.8
25592026-05-11T20:24:59.499Z Checking slog v2.8.2
25602026-05-11T20:24:59.636Z Checking env_logger v0.11.9
25612026-05-11T20:24:59.693Z Checking usdt v0.6.0
25622026-05-11T20:24:59.771Z Checking usdt-impl v0.5.0
25632026-05-11T20:24:59.831Z Checking ecdsa v0.16.9
25642026-05-11T20:24:59.864Z Checking serde_with v3.17.0
25652026-05-11T20:25:00.059Z Checking rsa v0.9.10
25662026-05-11T20:25:00.090Z Checking zip v4.6.1
25672026-05-11T20:25:00.148Z Checking nix v0.31.2
25682026-05-11T20:25:00.360Z Checking reqwest v0.13.2
25692026-05-11T20:25:00.497Z Checking clap v4.5.60
25702026-05-11T20:25:00.529Z Checking zip v0.6.6
25712026-05-11T20:25:00.577Z Checking toml_parser v1.0.9+spec-1.1.0
25722026-05-11T20:25:00.687Z Checking itertools v0.13.0
25732026-05-11T20:25:00.858Z Checking strum v0.26.3
25742026-05-11T20:25:00.900Z Checking tokio-stream v0.1.18
25752026-05-11T20:25:00.940Z Checking fs-err v3.3.0
25762026-05-11T20:25:00.966Z Checking ahash v0.8.12
25772026-05-11T20:25:01.150Z Checking object v0.37.3
25782026-05-11T20:25:01.164Z Checking buf-list v1.1.2
25792026-05-11T20:25:01.167Z Checking anyhow v1.0.102
25802026-05-11T20:25:01.192Z Checking camino v1.2.2
25812026-05-11T20:25:01.241Z Checking x509-cert v0.2.5
25822026-05-11T20:25:01.288Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
25832026-05-11T20:25:01.290Z Checking openapiv3 v2.2.0
25842026-05-11T20:25:01.344Z Checking toml_datetime v0.7.5+spec-1.1.0
25852026-05-11T20:25:01.376Z Checking sha1 v0.10.6
25862026-05-11T20:25:01.442Z Checking peg-runtime v0.8.5
25872026-05-11T20:25:01.536Z Checking lalrpop-util v0.19.12
25882026-05-11T20:25:01.536Z Checking rayon v1.11.0
25892026-05-11T20:25:01.560Z Checking sigpipe v0.1.3
25902026-05-11T20:25:01.585Z Checking glob v0.3.3
25912026-05-11T20:25:03.378Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25922026-05-11T20:25:03.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.00s
25932026-05-11T20:25:03.822Z
25942026-05-11T20:25:03.822Zinfo: running `cargo check --bins` on internal-dns-types (77/274)
25952026-05-11T20:25:04.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25962026-05-11T20:25:04.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25972026-05-11T20:25:04.329Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25982026-05-11T20:25:04.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
25992026-05-11T20:25:04.422Z
26002026-05-11T20:25:04.422Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/274)
26012026-05-11T20:25:04.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26022026-05-11T20:25:04.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26032026-05-11T20:25:04.936Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26042026-05-11T20:25:04.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26052026-05-11T20:25:05.030Z
26062026-05-11T20:25:05.030Zinfo: running `cargo check --bins` on nexus-types-versions (79/274)
26072026-05-11T20:25:05.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26082026-05-11T20:25:05.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26092026-05-11T20:25:05.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26102026-05-11T20:25:05.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26112026-05-11T20:25:05.651Z
26122026-05-11T20:25:05.651Zinfo: running `cargo check --bins` on oxql-types (80/274)
26132026-05-11T20:25:06.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26142026-05-11T20:25:06.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26152026-05-11T20:25:06.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26162026-05-11T20:25:06.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26172026-05-11T20:25:06.252Z
26182026-05-11T20:25:06.252Zinfo: running `cargo check --bins` on oximeter-types (81/274)
26192026-05-11T20:25:06.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26202026-05-11T20:25:06.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26212026-05-11T20:25:06.768Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26222026-05-11T20:25:06.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26232026-05-11T20:25:06.858Z
26242026-05-11T20:25:06.858Zinfo: running `cargo check --bins` on oximeter-types-versions (82/274)
26252026-05-11T20:25:07.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26262026-05-11T20:25:07.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26272026-05-11T20:25:07.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26282026-05-11T20:25:07.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26292026-05-11T20:25:07.470Z
26302026-05-11T20:25:07.470Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/274)
26312026-05-11T20:25:08.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26322026-05-11T20:25:08.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26332026-05-11T20:25:08.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26342026-05-11T20:25:08.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26352026-05-11T20:25:08.059Z
26362026-05-11T20:25:08.059Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/274)
26372026-05-11T20:25:08.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26382026-05-11T20:25:08.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26392026-05-11T20:25:08.743Z Compiling structmeta-derive v0.3.0
26402026-05-11T20:25:08.857Z Compiling rustls v0.22.4
26412026-05-11T20:25:08.874Z Compiling multer v3.1.0
26422026-05-11T20:25:08.890Z Compiling async-stream-impl v0.3.6
26432026-05-11T20:25:08.890Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26442026-05-11T20:25:08.899Z Compiling dropshot v0.17.0
26452026-05-11T20:25:08.915Z Compiling newtype-uuid-macros v0.1.0
26462026-05-11T20:25:08.915Z Compiling dropshot_endpoint v0.17.0
26472026-05-11T20:25:09.037Z Checking newtype-uuid v1.3.2
26482026-05-11T20:25:09.099Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26492026-05-11T20:25:09.131Z Checking rustls-webpki v0.102.8
26502026-05-11T20:25:09.236Z Checking daft v0.1.5
26512026-05-11T20:25:09.259Z Checking futures-executor v0.3.32
26522026-05-11T20:25:09.415Z Checking thread_local v1.1.9
26532026-05-11T20:25:09.456Z Checking compression-core v0.4.31
26542026-05-11T20:25:09.477Z Checking match_cfg v0.1.0
26552026-05-11T20:25:09.492Z Checking iddqd v0.3.18
26562026-05-11T20:25:09.550Z Checking hostname v0.3.1
26572026-05-11T20:25:09.578Z Checking compression-codecs v0.4.37
26582026-05-11T20:25:09.593Z Checking futures v0.3.32
26592026-05-11T20:25:09.640Z Checking crossbeam-channel v0.5.15
26602026-05-11T20:25:09.661Z Checking slog-json v2.6.1
26612026-05-11T20:25:09.676Z Checking serde_spanned v1.0.4
26622026-05-11T20:25:09.743Z Checking toml_datetime v1.0.0+spec-1.1.0
26632026-05-11T20:25:09.805Z Checking is-terminal v0.4.17
26642026-05-11T20:25:09.816Z Checking term v1.2.1
26652026-05-11T20:25:09.897Z Checking debug-ignore v1.0.5
26662026-05-11T20:25:09.930Z Compiling structmeta v0.3.0
26672026-05-11T20:25:09.944Z Checking toml_writer v1.0.6+spec-1.1.0
26682026-05-11T20:25:09.978Z Checking take_mut v0.2.2
26692026-05-11T20:25:09.993Z Checking slog-bunyan v2.5.0
26702026-05-11T20:25:10.041Z Checking slog-term v2.9.2
26712026-05-11T20:25:10.084Z Checking slog-async v2.8.0
26722026-05-11T20:25:10.106Z Checking async-compression v0.4.41
26732026-05-11T20:25:10.120Z Checking toml v1.0.6+spec-1.1.0
26742026-05-11T20:25:10.138Z Compiling derive-ex v0.1.8
26752026-05-11T20:25:10.254Z Compiling parse-display-derive v0.10.0
26762026-05-11T20:25:10.302Z Checking async-stream v0.3.6
26772026-05-11T20:25:10.353Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26782026-05-11T20:25:10.373Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26792026-05-11T20:25:10.430Z Checking progenitor-client v0.14.0
26802026-05-11T20:25:10.448Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
26812026-05-11T20:25:10.663Z Checking waitgroup v0.1.2
26822026-05-11T20:25:10.672Z Checking backon v1.6.0
26832026-05-11T20:25:10.680Z Checking rustls-pemfile v2.2.0
26842026-05-11T20:25:10.695Z Checking serde_path_to_error v0.1.20
26852026-05-11T20:25:10.695Z Checking hostname v0.4.2
26862026-05-11T20:25:10.805Z Checking instant v0.1.13
26872026-05-11T20:25:10.893Z Checking backoff v0.4.0
26882026-05-11T20:25:10.977Z Checking progenitor-extras v0.2.0
26892026-05-11T20:25:10.992Z Checking tokio-rustls v0.25.0
26902026-05-11T20:25:11.034Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
26912026-05-11T20:25:11.066Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26922026-05-11T20:25:11.213Z Checking progenitor-client v0.10.0
26932026-05-11T20:25:11.241Z Checking itertools v0.14.0
26942026-05-11T20:25:11.420Z Checking regress v0.10.5
26952026-05-11T20:25:11.439Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
26962026-05-11T20:25:11.678Z Checking macaddr v1.0.1
26972026-05-11T20:25:11.827Z Compiling test-strategy v0.4.5
26982026-05-11T20:25:11.930Z Checking parse-display v0.10.0
26992026-05-11T20:25:13.069Z Compiling prettyplease v0.2.37
27002026-05-11T20:25:13.363Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27012026-05-11T20:25:13.520Z Checking num-rational v0.4.2
27022026-05-11T20:25:13.738Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27032026-05-11T20:25:13.959Z Checking num-complex v0.4.6
27042026-05-11T20:25:14.602Z Checking num v0.4.3
27052026-05-11T20:25:14.694Z Compiling usdt-macro v0.5.0
27062026-05-11T20:25:14.709Z Compiling usdt-attr-macro v0.5.0
27072026-05-11T20:25:14.755Z Checking memmap v0.7.0
27082026-05-11T20:25:14.834Z Compiling float-ord v0.3.2
27092026-05-11T20:25:14.889Z Compiling convert_case v0.4.0
27102026-05-11T20:25:14.952Z Checking unicode-width v0.2.0
27112026-05-11T20:25:15.259Z Checking console v0.15.11
27122026-05-11T20:25:15.264Z Compiling derive_more v0.99.20
27132026-05-11T20:25:15.424Z Checking newline-converter v0.3.0
27142026-05-11T20:25:15.485Z Checking usdt v0.5.0
27152026-05-11T20:25:15.499Z Checking atomicwrites v0.4.4
27162026-05-11T20:25:15.532Z Compiling toml v0.8.23
27172026-05-11T20:25:15.627Z Compiling minimal-lexical v0.2.1
27182026-05-11T20:25:15.653Z Checking linked-hash-map v0.5.6
27192026-05-11T20:25:15.824Z Checking lru-cache v0.1.2
27202026-05-11T20:25:15.882Z Compiling nom v7.1.3
27212026-05-11T20:25:15.947Z Checking expectorate v1.2.0
27222026-05-11T20:25:16.495Z Checking camino-tempfile v1.4.1
27232026-05-11T20:25:16.660Z Checking hickory-proto v0.24.4
27242026-05-11T20:25:16.663Z Checking phf_shared v0.12.1
27252026-05-11T20:25:16.819Z Compiling slog-dtrace v0.3.0
27262026-05-11T20:25:16.953Z Checking resolv-conf v0.7.6
27272026-05-11T20:25:17.056Z Checking heck v0.5.0
27282026-05-11T20:25:17.141Z Compiling chrono-tz v0.10.4
27292026-05-11T20:25:17.235Z Compiling const_format_proc_macros v0.2.34
27302026-05-11T20:25:17.267Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27312026-05-11T20:25:17.337Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27322026-05-11T20:25:17.355Z Checking phf v0.12.1
27332026-05-11T20:25:17.503Z Checking tokio-dtrace v0.1.1
27342026-05-11T20:25:17.700Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27352026-05-11T20:25:17.751Z Compiling derive-where v1.6.0
27362026-05-11T20:25:17.885Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27372026-05-11T20:25:18.066Z Checking highway v1.3.0
27382026-05-11T20:25:18.302Z Checking const_format v0.2.35
27392026-05-11T20:25:18.526Z Checking hickory-resolver v0.24.4
27402026-05-11T20:25:18.544Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27412026-05-11T20:25:18.731Z Checking oxide-tokio-rt v0.1.4
27422026-05-11T20:25:18.919Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27432026-05-11T20:25:19.105Z Checking gethostname v0.5.0
27442026-05-11T20:25:19.124Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27452026-05-11T20:25:19.138Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27462026-05-11T20:25:19.194Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27472026-05-11T20:25:19.272Z Checking qorb v0.4.1
27482026-05-11T20:25:19.287Z Checking bcs v0.1.6
27492026-05-11T20:25:19.339Z Compiling async-recursion v1.1.1
27502026-05-11T20:25:19.521Z Checking termtree v0.5.1
27512026-05-11T20:25:22.687Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27522026-05-11T20:25:25.237Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27532026-05-11T20:25:27.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.31s
27542026-05-11T20:25:27.562Z
27552026-05-11T20:25:27.562Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/274)
27562026-05-11T20:25:28.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27572026-05-11T20:25:28.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27582026-05-11T20:25:28.248Z Compiling ar_archive_writer v0.5.1
27592026-05-11T20:25:28.359Z Compiling stacker v0.1.23
27602026-05-11T20:25:28.368Z Compiling cfg_aliases v0.1.1
27612026-05-11T20:25:28.375Z Compiling convert_case v0.10.0
27622026-05-11T20:25:28.375Z Checking unicode-width v0.1.14
27632026-05-11T20:25:28.391Z Compiling proc-macro-error v1.0.4
27642026-05-11T20:25:28.402Z Checking fd-lock v4.0.4
27652026-05-11T20:25:28.402Z Checking nibble_vec v0.1.0
27662026-05-11T20:25:28.426Z Compiling nix v0.28.0
27672026-05-11T20:25:28.515Z Checking vte v0.14.1
27682026-05-11T20:25:28.535Z Compiling recursive-proc-macro-impl v0.1.1
27692026-05-11T20:25:28.616Z Checking endian-type v0.1.2
27702026-05-11T20:25:28.631Z Checking bytecount v0.6.9
27712026-05-11T20:25:28.662Z Checking strip-ansi-escapes v0.2.1
27722026-05-11T20:25:28.674Z Compiling derive_more-impl v2.1.1
27732026-05-11T20:25:28.688Z Compiling tabled_derive v0.7.0
27742026-05-11T20:25:28.728Z Checking papergrid v0.11.0
27752026-05-11T20:25:28.740Z Checking radix_trie v0.2.1
27762026-05-11T20:25:28.762Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27772026-05-11T20:25:28.932Z Compiling peg-macros v0.8.5
27782026-05-11T20:25:28.945Z Checking winnow v0.6.26
27792026-05-11T20:25:29.183Z Compiling psm v0.1.30
27802026-05-11T20:25:29.269Z Compiling sqlparser_derive v0.5.0
27812026-05-11T20:25:29.335Z Checking nu-ansi-term v0.50.3
27822026-05-11T20:25:29.493Z Checking derive_more v2.1.1
27832026-05-11T20:25:29.548Z Checking home v0.5.12
27842026-05-11T20:25:29.574Z Checking unicode_categories v0.1.1
27852026-05-11T20:25:29.648Z Checking tabled v0.15.0
27862026-05-11T20:25:29.661Z Checking crossterm v0.29.0
27872026-05-11T20:25:29.727Z Checking reedline v0.40.0
27882026-05-11T20:25:29.758Z Checking rustyline v14.0.0
27892026-05-11T20:25:29.965Z Checking recursive v0.1.1
27902026-05-11T20:25:30.051Z Checking display-error-chain v0.2.2
27912026-05-11T20:25:30.065Z Checking sqlparser v0.61.0
27922026-05-11T20:25:30.090Z Checking sqlformat v0.3.5
27932026-05-11T20:25:30.314Z Checking peg v0.8.5
27942026-05-11T20:25:41.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.65s
27952026-05-11T20:25:41.402Z
27962026-05-11T20:25:41.402Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/274)
27972026-05-11T20:25:41.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27982026-05-11T20:25:41.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27992026-05-11T20:25:42.080Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28002026-05-11T20:25:45.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.12s
28012026-05-11T20:25:45.724Z
28022026-05-11T20:25:45.724Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/274)
28032026-05-11T20:25:46.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28042026-05-11T20:25:46.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28052026-05-11T20:25:46.402Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28062026-05-11T20:25:48.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.18s
28072026-05-11T20:25:49.091Z
28082026-05-11T20:25:49.092Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/274)
28092026-05-11T20:25:49.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28102026-05-11T20:25:49.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28112026-05-11T20:25:49.781Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28122026-05-11T20:25:53.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.94s
28132026-05-11T20:25:53.234Z
28142026-05-11T20:25:53.234Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/274)
28152026-05-11T20:25:53.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28162026-05-11T20:25:53.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28172026-05-11T20:25:53.918Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28182026-05-11T20:25:57.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.93s
28192026-05-11T20:25:57.368Z
28202026-05-11T20:25:57.368Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/274)
28212026-05-11T20:25:57.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28222026-05-11T20:25:57.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28232026-05-11T20:25:58.054Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28242026-05-11T20:26:00.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s
28252026-05-11T20:26:00.828Z
28262026-05-11T20:26:00.828Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/274)
28272026-05-11T20:26:01.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28282026-05-11T20:26:01.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28292026-05-11T20:26:01.515Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28302026-05-11T20:26:04.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.32s
28312026-05-11T20:26:04.348Z
28322026-05-11T20:26:04.348Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/274)
28332026-05-11T20:26:04.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28342026-05-11T20:26:04.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28352026-05-11T20:26:05.030Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28362026-05-11T20:26:08.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.09s
28372026-05-11T20:26:08.652Z
28382026-05-11T20:26:08.652Zinfo: running `cargo check --bins` on oximeter (93/274)
28392026-05-11T20:26:09.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28402026-05-11T20:26:09.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28412026-05-11T20:26:09.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28422026-05-11T20:26:09.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28432026-05-11T20:26:09.260Z
28442026-05-11T20:26:09.260Zinfo: running `cargo check --bins` on oximeter-schema (94/274)
28452026-05-11T20:26:09.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28462026-05-11T20:26:09.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28472026-05-11T20:26:09.900Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28482026-05-11T20:26:10.062Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28492026-05-11T20:26:10.078Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28502026-05-11T20:26:10.405Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28512026-05-11T20:26:13.336Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28522026-05-11T20:26:14.562Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28532026-05-11T20:26:14.725Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28542026-05-11T20:26:15.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.13s
28552026-05-11T20:26:15.579Z
28562026-05-11T20:26:15.579Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/274)
28572026-05-11T20:26:16.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28582026-05-11T20:26:16.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28592026-05-11T20:26:16.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28602026-05-11T20:26:16.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28612026-05-11T20:26:16.192Z
28622026-05-11T20:26:16.192Zinfo: running `cargo check --bins` on oximeter-test-utils (96/274)
28632026-05-11T20:26:16.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28642026-05-11T20:26:16.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28652026-05-11T20:26:16.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28662026-05-11T20:26:16.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28672026-05-11T20:26:16.839Z
28682026-05-11T20:26:16.839Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/274)
28692026-05-11T20:26:17.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28702026-05-11T20:26:17.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28712026-05-11T20:26:17.352Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28722026-05-11T20:26:17.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28732026-05-11T20:26:17.447Z
28742026-05-11T20:26:17.447Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/274)
28752026-05-11T20:26:17.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28762026-05-11T20:26:17.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28772026-05-11T20:26:17.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28782026-05-11T20:26:17.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28792026-05-11T20:26:18.059Z
28802026-05-11T20:26:18.059Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/274)
28812026-05-11T20:26:18.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28822026-05-11T20:26:18.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28832026-05-11T20:26:18.577Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28842026-05-11T20:26:18.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28852026-05-11T20:26:18.671Z
28862026-05-11T20:26:18.671Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/274)
28872026-05-11T20:26:19.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28882026-05-11T20:26:19.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28892026-05-11T20:26:19.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28902026-05-11T20:26:19.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28912026-05-11T20:26:19.280Z
28922026-05-11T20:26:19.280Zinfo: running `cargo check --bins` on trust-quorum-types (101/274)
28932026-05-11T20:26:19.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28942026-05-11T20:26:19.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28952026-05-11T20:26:19.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28962026-05-11T20:26:19.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28972026-05-11T20:26:19.879Z
28982026-05-11T20:26:19.879Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/274)
28992026-05-11T20:26:20.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29002026-05-11T20:26:20.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29012026-05-11T20:26:20.400Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29022026-05-11T20:26:20.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29032026-05-11T20:26:20.495Z
29042026-05-11T20:26:20.495Zinfo: running `cargo check --bins` on update-engine (103/274)
29052026-05-11T20:26:21.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29062026-05-11T20:26:21.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29072026-05-11T20:26:21.003Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29082026-05-11T20:26:21.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29092026-05-11T20:26:21.089Z
29102026-05-11T20:26:21.089Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/274)
29112026-05-11T20:26:21.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29122026-05-11T20:26:21.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29132026-05-11T20:26:21.821Z Compiling crucible-workspace-hack v0.1.0
29142026-05-11T20:26:21.937Z Checking secrecy v0.10.3
29152026-05-11T20:26:21.947Z Compiling heapless v0.8.0
29162026-05-11T20:26:21.954Z Compiling ingot-macros v0.1.1
29172026-05-11T20:26:21.962Z Compiling toml_edit v0.23.10+spec-1.0.0
29182026-05-11T20:26:21.965Z Checking hash32 v0.3.1
29192026-05-11T20:26:21.983Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29202026-05-11T20:26:21.986Z Compiling smoltcp v0.11.0
29212026-05-11T20:26:22.043Z Checking cobs v0.3.0
29222026-05-11T20:26:22.093Z Compiling thiserror-impl-no-std v2.0.2
29232026-05-11T20:26:22.184Z Checking half v2.7.1
29242026-05-11T20:26:22.222Z Checking universal-hash v0.5.1
29252026-05-11T20:26:22.250Z Checking opaque-debug v0.3.1
29262026-05-11T20:26:22.322Z Checking ciborium-io v0.2.2
29272026-05-11T20:26:22.352Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29282026-05-11T20:26:22.368Z Checking poly1305 v0.8.0
29292026-05-11T20:26:22.423Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29302026-05-11T20:26:22.476Z Checking ciborium-ll v0.2.2
29312026-05-11T20:26:22.533Z Compiling proc-macro-crate v3.4.0
29322026-05-11T20:26:22.650Z Checking postcard v1.1.3
29332026-05-11T20:26:22.666Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29342026-05-11T20:26:22.706Z Checking password-hash v0.5.0
29352026-05-11T20:26:22.934Z Checking chacha20 v0.9.1
29362026-05-11T20:26:22.949Z Compiling proc-macro-crate v1.3.1
29372026-05-11T20:26:22.952Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29382026-05-11T20:26:23.051Z Checking blake2 v0.10.6
29392026-05-11T20:26:24.098Z Compiling num_enum_derive v0.7.5
29402026-05-11T20:26:24.102Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29412026-05-11T20:26:24.102Z Checking aead v0.5.2
29422026-05-11T20:26:24.102Z Compiling foreign-types-macros v0.2.3
29432026-05-11T20:26:24.102Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29442026-05-11T20:26:24.102Z Checking thiserror-no-std v2.0.2
29452026-05-11T20:26:24.103Z Checking foreign-types-shared v0.3.1
29462026-05-11T20:26:24.103Z Checking cpufeatures v0.3.0
29472026-05-11T20:26:24.103Z Checking vsss-rs v3.3.4
29482026-05-11T20:26:24.103Z Compiling num_enum_derive v0.5.11
29492026-05-11T20:26:24.103Z Checking chacha20 v0.10.0
29502026-05-11T20:26:24.103Z Checking chacha20poly1305 v0.10.1
29512026-05-11T20:26:24.103Z Checking argon2 v0.5.3
29522026-05-11T20:26:24.103Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29532026-05-11T20:26:24.103Z Checking foreign-types v0.5.0
29542026-05-11T20:26:24.103Z Checking ciborium v0.2.2
29552026-05-11T20:26:24.103Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29562026-05-11T20:26:24.123Z Checking tabwriter v1.4.1
29572026-05-11T20:26:24.155Z Checking num_enum v0.7.5
29582026-05-11T20:26:24.265Z Checking byte-wrapper v0.1.0
29592026-05-11T20:26:24.268Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29602026-05-11T20:26:24.379Z Checking cstr-argument v0.1.2
29612026-05-11T20:26:24.402Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29622026-05-11T20:26:24.479Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29632026-05-11T20:26:24.494Z Checking num_enum v0.5.11
29642026-05-11T20:26:24.505Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29652026-05-11T20:26:24.539Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29662026-05-11T20:26:24.606Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29672026-05-11T20:26:24.682Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29682026-05-11T20:26:24.700Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29692026-05-11T20:26:24.765Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29702026-05-11T20:26:24.819Z Checking rand v0.10.0
29712026-05-11T20:26:24.832Z Checking ingot-types v0.1.2
29722026-05-11T20:26:24.846Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
29732026-05-11T20:26:24.857Z Checking colored v3.1.1
29742026-05-11T20:26:24.900Z Checking indent_write v2.2.0
29752026-05-11T20:26:25.033Z Compiling zone_cfg_derive v0.3.1
29762026-05-11T20:26:25.057Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29772026-05-11T20:26:25.156Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29782026-05-11T20:26:25.193Z Checking ingot v0.1.1
29792026-05-11T20:26:25.207Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29802026-05-11T20:26:25.229Z Checking itertools v0.12.1
29812026-05-11T20:26:25.245Z Compiling num-derive v0.4.2
29822026-05-11T20:26:25.309Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
29832026-05-11T20:26:25.327Z Checking swrite v0.1.0
29842026-05-11T20:26:25.420Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29852026-05-11T20:26:25.516Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29862026-05-11T20:26:25.652Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
29872026-05-11T20:26:25.679Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
29882026-05-11T20:26:25.694Z Checking dropshot-api-manager-types v0.7.1
29892026-05-11T20:26:25.734Z Checking smf v0.2.3
29902026-05-11T20:26:25.801Z Checking nanorand v0.7.0
29912026-05-11T20:26:25.858Z Checking whoami v1.6.1
29922026-05-11T20:26:25.961Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29932026-05-11T20:26:25.986Z Checking flume v0.11.1
29942026-05-11T20:26:26.175Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
29952026-05-11T20:26:26.258Z Checking zone v0.3.1
29962026-05-11T20:26:26.803Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29972026-05-11T20:26:27.799Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29982026-05-11T20:26:28.699Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29992026-05-11T20:26:31.638Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30002026-05-11T20:26:33.712Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30012026-05-11T20:26:34.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.74s
30022026-05-11T20:26:35.027Z
30032026-05-11T20:26:35.027Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/274)
30042026-05-11T20:26:35.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30052026-05-11T20:26:35.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30062026-05-11T20:26:35.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30072026-05-11T20:26:35.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30082026-05-11T20:26:35.629Z
30092026-05-11T20:26:35.629Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/274)
30102026-05-11T20:26:36.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30112026-05-11T20:26:36.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30122026-05-11T20:26:36.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30132026-05-11T20:26:36.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30142026-05-11T20:26:36.224Z
30152026-05-11T20:26:36.224Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/274)
30162026-05-11T20:26:36.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30172026-05-11T20:26:36.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30182026-05-11T20:26:36.734Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30192026-05-11T20:26:36.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30202026-05-11T20:26:36.827Z
30212026-05-11T20:26:36.827Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/274)
30222026-05-11T20:26:37.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30232026-05-11T20:26:37.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30242026-05-11T20:26:37.350Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30252026-05-11T20:26:37.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30262026-05-11T20:26:37.442Z
30272026-05-11T20:26:37.443Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/274)
30282026-05-11T20:26:37.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30292026-05-11T20:26:37.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30302026-05-11T20:26:37.958Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30312026-05-11T20:26:37.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30322026-05-11T20:26:38.049Z
30332026-05-11T20:26:38.049Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/274)
30342026-05-11T20:26:38.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30352026-05-11T20:26:38.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30362026-05-11T20:26:38.561Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30372026-05-11T20:26:38.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30382026-05-11T20:26:38.653Z
30392026-05-11T20:26:38.653Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/274)
30402026-05-11T20:26:39.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30412026-05-11T20:26:39.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30422026-05-11T20:26:39.160Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30432026-05-11T20:26:39.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30442026-05-11T20:26:39.254Z
30452026-05-11T20:26:39.254Zinfo: running `cargo check --bins` on cockroach-admin-client (112/274)
30462026-05-11T20:26:39.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30472026-05-11T20:26:39.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30482026-05-11T20:26:39.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30492026-05-11T20:26:39.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30502026-05-11T20:26:39.841Z
30512026-05-11T20:26:39.841Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/274)
30522026-05-11T20:26:40.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30532026-05-11T20:26:40.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30542026-05-11T20:26:40.385Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30552026-05-11T20:26:40.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30562026-05-11T20:26:40.441Z
30572026-05-11T20:26:40.441Zinfo: running `cargo check --bins` on dns-service-client (114/274)
30582026-05-11T20:26:40.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592026-05-11T20:26:40.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602026-05-11T20:26:40.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30612026-05-11T20:26:40.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30622026-05-11T20:26:41.040Z
30632026-05-11T20:26:41.040Zinfo: running `cargo check --bins` on installinator-client (115/274)
30642026-05-11T20:26:41.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652026-05-11T20:26:41.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662026-05-11T20:26:41.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30672026-05-11T20:26:41.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30682026-05-11T20:26:41.640Z
30692026-05-11T20:26:41.640Zinfo: running `cargo check --bins` on nexus-client (116/274)
30702026-05-11T20:26:42.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712026-05-11T20:26:42.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722026-05-11T20:26:42.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30732026-05-11T20:26:42.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30742026-05-11T20:26:42.272Z
30752026-05-11T20:26:42.272Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/274)
30762026-05-11T20:26:42.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30772026-05-11T20:26:42.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30782026-05-11T20:26:42.813Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30792026-05-11T20:26:42.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30802026-05-11T20:26:42.916Z
30812026-05-11T20:26:42.916Zinfo: running `cargo check --bins` on ntp-admin-client (118/274)
30822026-05-11T20:26:43.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30832026-05-11T20:26:43.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30842026-05-11T20:26:43.415Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30852026-05-11T20:26:43.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30862026-05-11T20:26:43.507Z
30872026-05-11T20:26:43.507Zinfo: running `cargo check --bins` on oxide-client (119/274)
30882026-05-11T20:26:44.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30892026-05-11T20:26:44.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30902026-05-11T20:26:44.008Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30912026-05-11T20:26:44.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30922026-05-11T20:26:44.096Z
30932026-05-11T20:26:44.096Zinfo: running `cargo check --bins` on oximeter-client (120/274)
30942026-05-11T20:26:44.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30952026-05-11T20:26:44.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30962026-05-11T20:26:44.610Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30972026-05-11T20:26:44.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30982026-05-11T20:26:44.702Z
30992026-05-11T20:26:44.702Zinfo: running `cargo check --bins` on repo-depot-client (121/274)
31002026-05-11T20:26:45.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31012026-05-11T20:26:45.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31022026-05-11T20:26:45.202Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31032026-05-11T20:26:45.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31042026-05-11T20:26:45.290Z
31052026-05-11T20:26:45.290Zinfo: running `cargo check --bins` on sled-agent-client (122/274)
31062026-05-11T20:26:45.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31072026-05-11T20:26:45.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31082026-05-11T20:26:45.809Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31092026-05-11T20:26:45.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31102026-05-11T20:26:45.902Z
31112026-05-11T20:26:45.902Zinfo: running `cargo check --bins` on wicketd-client (123/274)
31122026-05-11T20:26:46.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31132026-05-11T20:26:46.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31142026-05-11T20:26:46.442Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31152026-05-11T20:26:46.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31162026-05-11T20:26:46.539Z
31172026-05-11T20:26:46.539Zinfo: running `cargo check --bins` on installinator-common (124/274)
31182026-05-11T20:26:47.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31192026-05-11T20:26:47.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31202026-05-11T20:26:47.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31212026-05-11T20:26:47.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31222026-05-11T20:26:47.175Z
31232026-05-11T20:26:47.175Zinfo: running `cargo check --bins` on installinator-common-versions (125/274)
31242026-05-11T20:26:47.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31252026-05-11T20:26:47.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31262026-05-11T20:26:47.687Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31272026-05-11T20:26:47.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31282026-05-11T20:26:47.774Z
31292026-05-11T20:26:47.775Zinfo: running `cargo check --bins` on wicket-common (126/274)
31302026-05-11T20:26:48.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31312026-05-11T20:26:48.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31322026-05-11T20:26:48.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31332026-05-11T20:26:48.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31342026-05-11T20:26:48.393Z
31352026-05-11T20:26:48.393Zinfo: running `cargo check --bins` on omicron-cockroach-admin (127/274)
31362026-05-11T20:26:48.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31372026-05-11T20:26:48.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31382026-05-11T20:26:49.088Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31392026-05-11T20:26:49.202Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31402026-05-11T20:26:49.210Z Checking csv-core v0.1.13
31412026-05-11T20:26:49.217Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31422026-05-11T20:26:49.225Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31432026-05-11T20:26:49.237Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31442026-05-11T20:26:49.249Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31452026-05-11T20:26:49.260Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31462026-05-11T20:26:49.366Z Checking csv v1.4.0
31472026-05-11T20:26:49.384Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31482026-05-11T20:26:49.442Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31492026-05-11T20:26:49.467Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31502026-05-11T20:26:49.702Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31512026-05-11T20:26:50.081Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31522026-05-11T20:26:50.081Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31532026-05-11T20:26:50.432Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31542026-05-11T20:26:56.242Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31552026-05-11T20:26:56.786Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31562026-05-11T20:26:59.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.77s
31572026-05-11T20:26:59.369Z
31582026-05-11T20:26:59.369Zinfo: running `cargo check --bins` on cockroach-admin-api (128/274)
31592026-05-11T20:26:59.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31602026-05-11T20:26:59.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31612026-05-11T20:26:59.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31622026-05-11T20:26:59.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31632026-05-11T20:26:59.989Z
31642026-05-11T20:26:59.989Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (129/274)
31652026-05-11T20:27:00.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31662026-05-11T20:27:00.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31672026-05-11T20:27:00.574Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31682026-05-11T20:27:00.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
31692026-05-11T20:27:00.685Z
31702026-05-11T20:27:00.686Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (130/274)
31712026-05-11T20:27:01.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31722026-05-11T20:27:01.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31732026-05-11T20:27:01.282Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31742026-05-11T20:27:01.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
31752026-05-11T20:27:01.395Z
31762026-05-11T20:27:01.395Zinfo: running `cargo check --bins` on gateway-test-utils (131/274)
31772026-05-11T20:27:01.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31782026-05-11T20:27:01.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31792026-05-11T20:27:01.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31802026-05-11T20:27:01.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
31812026-05-11T20:27:02.071Z
31822026-05-11T20:27:02.071Zinfo: running `cargo check --bins` on omicron-gateway (132/274)
31832026-05-11T20:27:02.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31842026-05-11T20:27:02.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31852026-05-11T20:27:02.853Z Compiling regress v0.11.1
31862026-05-11T20:27:02.992Z Compiling unsafe-libyaml v0.2.11
31872026-05-11T20:27:03.044Z Compiling semver v0.1.20
31882026-05-11T20:27:03.044Z Compiling radium v0.7.0
31892026-05-11T20:27:03.044Z Compiling pin-project-internal v1.1.11
31902026-05-11T20:27:03.047Z Checking tap v1.0.1
31912026-05-11T20:27:03.047Z Compiling maybe-uninit v2.0.0
31922026-05-11T20:27:03.146Z Checking wyz v0.5.1
31932026-05-11T20:27:03.285Z Compiling rustc_version v0.1.7
31942026-05-11T20:27:03.344Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31952026-05-11T20:27:03.416Z Checking progenitor-client v0.13.0
31962026-05-11T20:27:03.478Z Compiling snafu-derive v0.8.9
31972026-05-11T20:27:03.506Z Compiling newtype_derive v0.1.6
31982026-05-11T20:27:03.659Z Compiling serde_yaml v0.9.34+deprecated
31992026-05-11T20:27:03.700Z Compiling zerocopy-derive v0.6.6
32002026-05-11T20:27:03.765Z Compiling cancel-safe-futures v0.1.5
32012026-05-11T20:27:03.992Z Checking same-file v1.0.6
32022026-05-11T20:27:04.124Z Checking crc-catalog v2.4.0
32032026-05-11T20:27:04.183Z Checking pin-project v1.1.11
32042026-05-11T20:27:04.223Z Checking funty v2.0.0
32052026-05-11T20:27:04.288Z Compiling owo-colors v4.3.0
32062026-05-11T20:27:04.497Z Checking typify-impl v0.6.2
32072026-05-11T20:27:04.597Z Compiling packed_struct v0.10.1
32082026-05-11T20:27:04.675Z Checking zerocopy v0.6.6
32092026-05-11T20:27:04.877Z Checking bitvec v1.0.1
32102026-05-11T20:27:04.948Z Checking crc v3.4.0
32112026-05-11T20:27:04.977Z Checking walkdir v2.5.0
32122026-05-11T20:27:05.179Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32132026-05-11T20:27:05.197Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32142026-05-11T20:27:05.233Z Checking globset v0.4.18
32152026-05-11T20:27:05.503Z Checking snafu v0.8.9
32162026-05-11T20:27:05.506Z Checking olpc-cjson v0.1.4
32172026-05-11T20:27:05.552Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32182026-05-11T20:27:05.658Z Checking pem v3.0.6
32192026-05-11T20:27:05.672Z Compiling packed_struct_codegen v0.10.1
32202026-05-11T20:27:05.731Z Checking libsw-core v0.3.2
32212026-05-11T20:27:05.750Z Checking serde_plain v1.0.2
32222026-05-11T20:27:05.813Z Compiling bitfield-macros v0.19.4
32232026-05-11T20:27:05.828Z Compiling indexmap v1.9.3
32242026-05-11T20:27:05.875Z Checking typed-path v0.9.3
32252026-05-11T20:27:05.898Z Checking nodrop v0.1.14
32262026-05-11T20:27:05.994Z Checking array-init v0.0.4
32272026-05-11T20:27:06.046Z Checking libsw v3.5.0
32282026-05-11T20:27:06.200Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32292026-05-11T20:27:06.224Z Checking smallvec v0.6.14
32302026-05-11T20:27:06.375Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32312026-05-11T20:27:06.417Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32322026-05-11T20:27:06.537Z Checking bitfield v0.19.4
32332026-05-11T20:27:06.597Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32342026-05-11T20:27:06.616Z Checking smawk v0.3.2
32352026-05-11T20:27:06.669Z Checking tough v0.20.0
32362026-05-11T20:27:06.730Z Checking tagptr v0.2.0
32372026-05-11T20:27:06.749Z Checking base64 v0.21.7
32382026-05-11T20:27:06.810Z Checking unicode-linebreak v0.1.5
32392026-05-11T20:27:06.826Z Checking hashbrown v0.12.3
32402026-05-11T20:27:06.873Z Checking linear-map v1.2.0
32412026-05-11T20:27:07.029Z Checking ron v0.8.1
32422026-05-11T20:27:07.067Z Checking moka v0.12.13
32432026-05-11T20:27:07.081Z Checking textwrap v0.16.2
32442026-05-11T20:27:07.180Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32452026-05-11T20:27:07.307Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32462026-05-11T20:27:07.488Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32472026-05-11T20:27:07.576Z Checking serde-hex v0.1.0
32482026-05-11T20:27:07.630Z Checking steno v0.4.1
32492026-05-11T20:27:07.734Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32502026-05-11T20:27:07.887Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32512026-05-11T20:27:07.902Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32522026-05-11T20:27:08.334Z Checking hashbrown v0.13.2
32532026-05-11T20:27:08.480Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32542026-05-11T20:27:08.480Z Checking crc-any v2.5.0
32552026-05-11T20:27:08.639Z Checking humantime v2.3.0
32562026-05-11T20:27:08.678Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32572026-05-11T20:27:08.710Z Checking hickory-resolver v0.25.2
32582026-05-11T20:27:08.761Z Checking void v1.0.2
32592026-05-11T20:27:08.776Z Checking object v0.30.4
32602026-05-11T20:27:08.821Z Checking utf-8 v0.7.6
32612026-05-11T20:27:08.856Z Checking half v1.8.3
32622026-05-11T20:27:08.871Z Checking path-slash v0.1.5
32632026-05-11T20:27:08.959Z Checking tungstenite v0.23.0
32642026-05-11T20:27:08.975Z Checking lzss v0.8.2
32652026-05-11T20:27:09.057Z Checking serde_cbor v0.11.2
32662026-05-11T20:27:09.161Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32672026-05-11T20:27:09.240Z Compiling typify-macro v0.6.2
32682026-05-11T20:27:09.255Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32692026-05-11T20:27:09.323Z Checking nix v0.27.1
32702026-05-11T20:27:09.379Z Checking kstat-rs v0.2.4
32712026-05-11T20:27:09.434Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32722026-05-11T20:27:09.449Z Checking fxhash v0.2.1
32732026-05-11T20:27:09.486Z Checking serde_bytes v0.11.19
32742026-05-11T20:27:09.568Z Checking tokio-tungstenite v0.23.1
32752026-05-11T20:27:09.571Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32762026-05-11T20:27:09.663Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32772026-05-11T20:27:09.845Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32782026-05-11T20:27:09.845Z Checking signal-hook-tokio v0.3.1
32792026-05-11T20:27:10.746Z Compiling typify v0.6.2
32802026-05-11T20:27:10.833Z Compiling progenitor-impl v0.13.0
32812026-05-11T20:27:10.833Z Compiling progenitor-impl v0.14.0
32822026-05-11T20:27:10.919Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32832026-05-11T20:27:11.859Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
32842026-05-11T20:27:12.196Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
32852026-05-11T20:27:12.485Z Compiling progenitor-macro v0.14.0
32862026-05-11T20:27:12.499Z Compiling progenitor-macro v0.13.0
32872026-05-11T20:27:15.110Z Checking progenitor v0.14.0
32882026-05-11T20:27:15.210Z Checking progenitor v0.13.0
32892026-05-11T20:27:15.232Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
32902026-05-11T20:27:15.330Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32912026-05-11T20:27:18.419Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32922026-05-11T20:27:26.130Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32932026-05-11T20:27:32.529Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32942026-05-11T20:27:33.929Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32952026-05-11T20:27:34.440Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32962026-05-11T20:27:36.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.46s
32972026-05-11T20:27:36.741Z
32982026-05-11T20:27:36.741Zinfo: running `cargo check --bins` on gateway-api (133/274)
32992026-05-11T20:27:37.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33002026-05-11T20:27:37.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33012026-05-11T20:27:37.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33022026-05-11T20:27:37.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33032026-05-11T20:27:37.362Z
33042026-05-11T20:27:37.362Zinfo: running `cargo check --bins` on ipcc (134/274)
33052026-05-11T20:27:37.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33062026-05-11T20:27:37.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33072026-05-11T20:27:37.879Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33082026-05-11T20:27:37.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33092026-05-11T20:27:37.973Z
33102026-05-11T20:27:37.973Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (135/274)
33112026-05-11T20:27:38.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33122026-05-11T20:27:38.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33132026-05-11T20:27:38.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33142026-05-11T20:27:38.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33152026-05-11T20:27:38.568Z
33162026-05-11T20:27:38.568Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (136/274)
33172026-05-11T20:27:39.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33182026-05-11T20:27:39.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33192026-05-11T20:27:39.091Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33202026-05-11T20:27:39.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33212026-05-11T20:27:39.189Z
33222026-05-11T20:27:39.190Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (137/274)
33232026-05-11T20:27:39.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33242026-05-11T20:27:39.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33252026-05-11T20:27:39.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33262026-05-11T20:27:39.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33272026-05-11T20:27:39.784Z
33282026-05-11T20:27:39.784Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (138/274)
33292026-05-11T20:27:40.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33302026-05-11T20:27:40.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33312026-05-11T20:27:40.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33322026-05-11T20:27:40.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33332026-05-11T20:27:40.395Z
33342026-05-11T20:27:40.395Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (139/274)
33352026-05-11T20:27:40.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33362026-05-11T20:27:40.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33372026-05-11T20:27:40.910Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33382026-05-11T20:27:40.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33392026-05-11T20:27:41.003Z
33402026-05-11T20:27:41.003Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (140/274)
33412026-05-11T20:27:41.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33422026-05-11T20:27:41.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33432026-05-11T20:27:41.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33442026-05-11T20:27:41.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33452026-05-11T20:27:41.613Z
33462026-05-11T20:27:41.613Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (141/274)
33472026-05-11T20:27:42.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33482026-05-11T20:27:42.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33492026-05-11T20:27:42.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33502026-05-11T20:27:42.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33512026-05-11T20:27:42.219Z
33522026-05-11T20:27:42.219Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (142/274)
33532026-05-11T20:27:42.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33542026-05-11T20:27:42.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33552026-05-11T20:27:42.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33562026-05-11T20:27:42.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33572026-05-11T20:27:42.829Z
33582026-05-11T20:27:42.829Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (143/274)
33592026-05-11T20:27:43.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33602026-05-11T20:27:43.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33612026-05-11T20:27:43.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33622026-05-11T20:27:43.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33632026-05-11T20:27:43.448Z
33642026-05-11T20:27:43.448Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (144/274)
33652026-05-11T20:27:43.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33662026-05-11T20:27:43.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33672026-05-11T20:27:43.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33682026-05-11T20:27:43.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33692026-05-11T20:27:44.058Z
33702026-05-11T20:27:44.058Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (145/274)
33712026-05-11T20:27:44.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33722026-05-11T20:27:44.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33732026-05-11T20:27:44.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33742026-05-11T20:27:44.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33752026-05-11T20:27:44.666Z
33762026-05-11T20:27:44.666Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (146/274)
33772026-05-11T20:27:45.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782026-05-11T20:27:45.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792026-05-11T20:27:45.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33802026-05-11T20:27:45.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33812026-05-11T20:27:45.272Z
33822026-05-11T20:27:45.272Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (147/274)
33832026-05-11T20:27:45.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842026-05-11T20:27:45.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852026-05-11T20:27:45.783Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33862026-05-11T20:27:45.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33872026-05-11T20:27:45.877Z
33882026-05-11T20:27:45.877Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (148/274)
33892026-05-11T20:27:46.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902026-05-11T20:27:46.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912026-05-11T20:27:46.392Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33922026-05-11T20:27:46.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33932026-05-11T20:27:46.488Z
33942026-05-11T20:27:46.488Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (149/274)
33952026-05-11T20:27:46.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33962026-05-11T20:27:47.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33972026-05-11T20:27:47.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33982026-05-11T20:27:47.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33992026-05-11T20:27:47.095Z
34002026-05-11T20:27:47.095Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (150/274)
34012026-05-11T20:27:47.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022026-05-11T20:27:47.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032026-05-11T20:27:47.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34042026-05-11T20:27:47.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34052026-05-11T20:27:47.705Z
34062026-05-11T20:27:47.705Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (151/274)
34072026-05-11T20:27:48.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082026-05-11T20:27:48.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092026-05-11T20:27:48.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34102026-05-11T20:27:48.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34112026-05-11T20:27:48.321Z
34122026-05-11T20:27:48.321Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (152/274)
34132026-05-11T20:27:48.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142026-05-11T20:27:48.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152026-05-11T20:27:48.831Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34162026-05-11T20:27:48.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34172026-05-11T20:27:48.926Z
34182026-05-11T20:27:48.926Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (153/274)
34192026-05-11T20:27:49.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202026-05-11T20:27:49.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212026-05-11T20:27:49.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34222026-05-11T20:27:49.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34232026-05-11T20:27:49.533Z
34242026-05-11T20:27:49.533Zinfo: running `cargo check --bins` on oximeter-producer (154/274)
34252026-05-11T20:27:50.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262026-05-11T20:27:50.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272026-05-11T20:27:50.083Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34282026-05-11T20:27:50.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34292026-05-11T20:27:50.180Z
34302026-05-11T20:27:50.180Zinfo: running `cargo check --bins` on internal-dns-resolver (155/274)
34312026-05-11T20:27:50.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34322026-05-11T20:27:50.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34332026-05-11T20:27:50.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34342026-05-11T20:27:50.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34352026-05-11T20:27:50.799Z
34362026-05-11T20:27:50.799Zinfo: running `cargo check --bins` on dns-server (156/274)
34372026-05-11T20:27:51.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34382026-05-11T20:27:51.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34392026-05-11T20:27:51.464Z Compiling parking_lot_core v0.8.6
34402026-05-11T20:27:51.464Z Compiling git-stub v1.0.0
34412026-05-11T20:27:51.465Z Compiling atomicwrites v0.4.4
34422026-05-11T20:27:51.468Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34432026-05-11T20:27:51.468Z Checking prefix-trie v0.7.0
34442026-05-11T20:27:51.704Z Compiling git-stub-vcs v0.1.0
34452026-05-11T20:27:51.866Z Checking hickory-server v0.25.2
34462026-05-11T20:27:51.982Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34472026-05-11T20:27:52.009Z Checking parking_lot v0.11.2
34482026-05-11T20:27:52.061Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34492026-05-11T20:27:52.065Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34502026-05-11T20:27:52.183Z Checking sled v0.34.7
34512026-05-11T20:27:54.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.27s
34522026-05-11T20:27:54.268Z
34532026-05-11T20:27:54.268Zinfo: running `cargo check --bins` on dns-server-api (157/274)
34542026-05-11T20:27:54.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34552026-05-11T20:27:54.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34562026-05-11T20:27:54.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34572026-05-11T20:27:54.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34582026-05-11T20:27:54.872Z
34592026-05-11T20:27:54.872Zinfo: running `cargo check --bins` on oximeter-producer-api (158/274)
34602026-05-11T20:27:55.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34612026-05-11T20:27:55.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34622026-05-11T20:27:55.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34632026-05-11T20:27:55.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34642026-05-11T20:27:55.473Z
34652026-05-11T20:27:55.473Zinfo: running `cargo check --bins` on sp-sim (159/274)
34662026-05-11T20:27:56.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34672026-05-11T20:27:56.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34682026-05-11T20:27:56.205Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34692026-05-11T20:27:57.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.51s
34702026-05-11T20:27:58.192Z
34712026-05-11T20:27:58.192Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (160/274)
34722026-05-11T20:27:58.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34732026-05-11T20:27:58.752Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34742026-05-11T20:27:58.752Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34752026-05-11T20:27:58.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34762026-05-11T20:27:58.860Z
34772026-05-11T20:27:58.860Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (161/274)
34782026-05-11T20:27:59.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34792026-05-11T20:27:59.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34802026-05-11T20:27:59.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34812026-05-11T20:27:59.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
34822026-05-11T20:27:59.528Z
34832026-05-11T20:27:59.528Zinfo: running `cargo check --bins` on db-macros (162/274)
34842026-05-11T20:28:00.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34852026-05-11T20:28:00.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34862026-05-11T20:28:00.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34872026-05-11T20:28:00.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34882026-05-11T20:28:00.123Z
34892026-05-11T20:28:00.123Zinfo: running `cargo check --bins` on nexus-macros-common (163/274)
34902026-05-11T20:28:00.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34912026-05-11T20:28:00.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34922026-05-11T20:28:00.624Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34932026-05-11T20:28:00.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34942026-05-11T20:28:00.715Z
34952026-05-11T20:28:00.715Zinfo: running `cargo check --bins` on nexus-auth (164/274)
34962026-05-11T20:28:01.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34972026-05-11T20:28:01.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34982026-05-11T20:28:01.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34992026-05-11T20:28:01.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35002026-05-11T20:28:01.376Z
35012026-05-11T20:28:01.376Zinfo: running `cargo check --bins` on authz-macros (165/274)
35022026-05-11T20:28:01.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35032026-05-11T20:28:01.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35042026-05-11T20:28:01.880Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35052026-05-11T20:28:01.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35062026-05-11T20:28:01.969Z
35072026-05-11T20:28:01.969Zinfo: running `cargo check --bins` on nexus-db-fixed-data (166/274)
35082026-05-11T20:28:02.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35092026-05-11T20:28:02.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35102026-05-11T20:28:02.516Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35112026-05-11T20:28:02.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35122026-05-11T20:28:02.622Z
35132026-05-11T20:28:02.622Zinfo: running `cargo check --bins` on nexus-db-model (167/274)
35142026-05-11T20:28:03.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35152026-05-11T20:28:03.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35162026-05-11T20:28:03.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35172026-05-11T20:28:03.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35182026-05-11T20:28:03.277Z
35192026-05-11T20:28:03.277Zinfo: running `cargo check --bins` on nexus-db-schema (168/274)
35202026-05-11T20:28:03.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35212026-05-11T20:28:03.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35222026-05-11T20:28:03.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35232026-05-11T20:28:03.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35242026-05-11T20:28:03.870Z
35252026-05-11T20:28:03.870Zinfo: running `cargo check --bins` on omicron-rpaths (169/274)
35262026-05-11T20:28:04.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35272026-05-11T20:28:04.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35282026-05-11T20:28:04.374Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35292026-05-11T20:28:04.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35302026-05-11T20:28:04.465Z
35312026-05-11T20:28:04.465Zinfo: running `cargo check --bins` on nexus-defaults (170/274)
35322026-05-11T20:28:04.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35332026-05-11T20:28:04.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35342026-05-11T20:28:04.982Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35352026-05-11T20:28:04.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35362026-05-11T20:28:05.077Z
35372026-05-11T20:28:05.077Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (171/274)
35382026-05-11T20:28:05.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35392026-05-11T20:28:05.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35402026-05-11T20:28:05.581Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35412026-05-11T20:28:05.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35422026-05-11T20:28:05.673Z
35432026-05-11T20:28:05.673Zinfo: running `cargo check --bins` on parallel-task-set (172/274)
35442026-05-11T20:28:06.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35452026-05-11T20:28:06.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35462026-05-11T20:28:06.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35472026-05-11T20:28:06.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35482026-05-11T20:28:06.267Z
35492026-05-11T20:28:06.268Zinfo: running `cargo check --bins` on nexus-db-errors (173/274)
35502026-05-11T20:28:06.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35512026-05-11T20:28:06.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35522026-05-11T20:28:06.827Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35532026-05-11T20:28:06.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35542026-05-11T20:28:06.929Z
35552026-05-11T20:28:06.929Zinfo: running `cargo check --bins` on nexus-db-lookup (174/274)
35562026-05-11T20:28:07.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35572026-05-11T20:28:07.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35582026-05-11T20:28:07.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35592026-05-11T20:28:07.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35602026-05-11T20:28:07.594Z
35612026-05-11T20:28:07.594Zinfo: running `cargo check --bins` on nexus-inventory (175/274)
35622026-05-11T20:28:08.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35632026-05-11T20:28:08.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35642026-05-11T20:28:08.144Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35652026-05-11T20:28:08.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35662026-05-11T20:28:08.248Z
35672026-05-11T20:28:08.248Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (176/274)
35682026-05-11T20:28:08.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35692026-05-11T20:28:08.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35702026-05-11T20:28:08.776Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35712026-05-11T20:28:08.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35722026-05-11T20:28:08.877Z
35732026-05-11T20:28:08.877Zinfo: running `cargo check --bins --no-default-features` on sled-storage (177/274)
35742026-05-11T20:28:09.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35752026-05-11T20:28:09.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35762026-05-11T20:28:09.410Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35772026-05-11T20:28:09.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35782026-05-11T20:28:09.507Z
35792026-05-11T20:28:09.508Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (178/274)
35802026-05-11T20:28:10.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35812026-05-11T20:28:10.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35822026-05-11T20:28:10.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35832026-05-11T20:28:10.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35842026-05-11T20:28:10.146Z
35852026-05-11T20:28:10.146Zinfo: running `cargo check --bins` on key-manager (179/274)
35862026-05-11T20:28:10.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35872026-05-11T20:28:10.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35882026-05-11T20:28:10.665Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35892026-05-11T20:28:10.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35902026-05-11T20:28:10.758Z
35912026-05-11T20:28:10.758Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (180/274)
35922026-05-11T20:28:11.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35932026-05-11T20:28:11.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35942026-05-11T20:28:11.291Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35952026-05-11T20:28:11.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35962026-05-11T20:28:11.388Z
35972026-05-11T20:28:11.388Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (181/274)
35982026-05-11T20:28:11.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35992026-05-11T20:28:11.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36002026-05-11T20:28:11.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36012026-05-11T20:28:11.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36022026-05-11T20:28:12.016Z
36032026-05-11T20:28:12.016Zinfo: running `cargo check --bins` on typed-rng (182/274)
36042026-05-11T20:28:12.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36052026-05-11T20:28:12.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36062026-05-11T20:28:12.527Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36072026-05-11T20:28:12.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36082026-05-11T20:28:12.619Z
36092026-05-11T20:28:12.619Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (183/274)
36102026-05-11T20:28:13.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36112026-05-11T20:28:13.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36122026-05-11T20:28:13.488Z Compiling typify-impl v0.4.3
36132026-05-11T20:28:13.488Z Compiling libefi-sys v0.1.0
36142026-05-11T20:28:13.623Z Compiling bitfield-struct v0.6.2
36152026-05-11T20:28:13.643Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36162026-05-11T20:28:13.653Z Compiling xshell-macros v0.2.7
36172026-05-11T20:28:13.678Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36182026-05-11T20:28:13.682Z Compiling salty v0.3.0
36192026-05-11T20:28:13.726Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36202026-05-11T20:28:13.870Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36212026-05-11T20:28:13.993Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36222026-05-11T20:28:14.043Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36232026-05-11T20:28:14.068Z Checking xshell v0.2.7
36242026-05-11T20:28:14.236Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36252026-05-11T20:28:14.251Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36262026-05-11T20:28:14.266Z Checking primeorder v0.13.6
36272026-05-11T20:28:14.407Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36282026-05-11T20:28:14.410Z Compiling proc-macro-error-attr2 v2.0.0
36292026-05-11T20:28:14.489Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36302026-05-11T20:28:14.505Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36312026-05-11T20:28:14.532Z Checking tungstenite v0.21.0
36322026-05-11T20:28:14.714Z Checking p384 v0.13.1
36332026-05-11T20:28:14.729Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36342026-05-11T20:28:14.817Z Compiling proc-macro-error2 v2.0.1
36352026-05-11T20:28:14.909Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36362026-05-11T20:28:14.963Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36372026-05-11T20:28:15.129Z Compiling num-derive v0.3.3
36382026-05-11T20:28:15.146Z Compiling tabled_derive v0.11.0
36392026-05-11T20:28:15.295Z Checking tokio-tungstenite v0.21.0
36402026-05-11T20:28:15.594Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36412026-05-11T20:28:15.609Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36422026-05-11T20:28:15.717Z Checking papergrid v0.17.0
36432026-05-11T20:28:15.986Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36442026-05-11T20:28:16.025Z Checking libscf-sys v1.1.0
36452026-05-11T20:28:16.164Z Checking testing_table v0.3.0
36462026-05-11T20:28:16.265Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36472026-05-11T20:28:16.308Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36482026-05-11T20:28:16.325Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36492026-05-11T20:28:16.516Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36502026-05-11T20:28:16.564Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36512026-05-11T20:28:16.733Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36522026-05-11T20:28:16.768Z Checking corncobs v0.1.4
36532026-05-11T20:28:16.793Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36542026-05-11T20:28:16.810Z Compiling unicase v2.9.0
36552026-05-11T20:28:16.904Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36562026-05-11T20:28:17.006Z Checking tabled v0.20.0
36572026-05-11T20:28:17.040Z Compiling mime_guess v2.0.5
36582026-05-11T20:28:17.057Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36592026-05-11T20:28:17.131Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36602026-05-11T20:28:17.191Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36612026-05-11T20:28:17.277Z Checking progenitor-client v0.11.2
36622026-05-11T20:28:17.497Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36632026-05-11T20:28:17.527Z Checking secrecy v0.8.0
36642026-05-11T20:28:17.543Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36652026-05-11T20:28:17.559Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36662026-05-11T20:28:17.626Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
36672026-05-11T20:28:17.762Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36682026-05-11T20:28:18.031Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36692026-05-11T20:28:18.049Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
36702026-05-11T20:28:18.159Z Compiling typify-macro v0.4.3
36712026-05-11T20:28:18.227Z Checking filetime v0.2.27
36722026-05-11T20:28:18.296Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36732026-05-11T20:28:18.368Z Checking xattr v1.6.1
36742026-05-11T20:28:18.483Z Checking crc8 v0.1.1
36752026-05-11T20:28:18.507Z Checking http-range v0.1.5
36762026-05-11T20:28:18.639Z Checking tar v0.4.45
36772026-05-11T20:28:18.680Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36782026-05-11T20:28:18.968Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36792026-05-11T20:28:19.089Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36802026-05-11T20:28:19.093Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
36812026-05-11T20:28:19.170Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
36822026-05-11T20:28:19.227Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
36832026-05-11T20:28:19.483Z Checking atty v0.2.14
36842026-05-11T20:28:19.588Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
36852026-05-11T20:28:19.637Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
36862026-05-11T20:28:19.777Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36872026-05-11T20:28:19.893Z Compiling typify v0.4.3
36882026-05-11T20:28:20.016Z Compiling progenitor-impl v0.11.2
36892026-05-11T20:28:20.126Z Compiling progenitor-impl v0.10.0
36902026-05-11T20:28:20.383Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36912026-05-11T20:28:20.512Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
36922026-05-11T20:28:20.632Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36932026-05-11T20:28:21.060Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
36942026-05-11T20:28:21.473Z Checking hyper-staticfile v0.10.1
36952026-05-11T20:28:21.516Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
36962026-05-11T20:28:21.551Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
36972026-05-11T20:28:21.775Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
36982026-05-11T20:28:21.791Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
36992026-05-11T20:28:21.880Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37002026-05-11T20:28:22.099Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37012026-05-11T20:28:22.219Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37022026-05-11T20:28:22.393Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37032026-05-11T20:28:22.529Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37042026-05-11T20:28:22.683Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37052026-05-11T20:28:22.726Z Compiling progenitor-macro v0.11.2
37062026-05-11T20:28:22.843Z Compiling progenitor-macro v0.10.0
37072026-05-11T20:28:25.525Z Checking progenitor v0.11.2
37082026-05-11T20:28:25.660Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37092026-05-11T20:28:25.732Z Checking progenitor v0.10.0
37102026-05-11T20:28:25.854Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37112026-05-11T20:28:30.355Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
37122026-05-11T20:28:31.457Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37132026-05-11T20:28:41.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.27s
37142026-05-11T20:28:42.113Z
37152026-05-11T20:28:42.113Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (184/274)
37162026-05-11T20:28:42.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37172026-05-11T20:28:42.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37182026-05-11T20:28:42.905Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37192026-05-11T20:28:53.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.40s
37202026-05-11T20:28:53.732Z
37212026-05-11T20:28:53.732Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (185/274)
37222026-05-11T20:28:54.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37232026-05-11T20:28:54.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37242026-05-11T20:28:54.524Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37252026-05-11T20:29:05.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.35s
37262026-05-11T20:29:05.301Z
37272026-05-11T20:29:05.301Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (186/274)
37282026-05-11T20:29:05.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37292026-05-11T20:29:05.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37302026-05-11T20:29:06.098Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37312026-05-11T20:29:16.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.38s
37322026-05-11T20:29:16.912Z
37332026-05-11T20:29:16.912Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (187/274)
37342026-05-11T20:29:17.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37352026-05-11T20:29:17.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37362026-05-11T20:29:17.705Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37372026-05-11T20:29:28.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.31s
37382026-05-11T20:29:28.441Z
37392026-05-11T20:29:28.441Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (188/274)
37402026-05-11T20:29:29.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37412026-05-11T20:29:29.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37422026-05-11T20:29:29.229Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37432026-05-11T20:29:39.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.31s
37442026-05-11T20:29:39.979Z
37452026-05-11T20:29:39.979Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (189/274)
37462026-05-11T20:29:40.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37472026-05-11T20:29:40.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37482026-05-11T20:29:40.772Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37492026-05-11T20:29:51.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.36s
37502026-05-11T20:29:51.565Z
37512026-05-11T20:29:51.565Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (190/274)
37522026-05-11T20:29:52.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37532026-05-11T20:29:52.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37542026-05-11T20:29:52.355Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37552026-05-11T20:30:02.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.19s
37562026-05-11T20:30:02.977Z
37572026-05-11T20:30:02.977Zinfo: running `cargo check --bins` on bootstrap-agent-api (191/274)
37582026-05-11T20:30:03.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37592026-05-11T20:30:03.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37602026-05-11T20:30:03.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37612026-05-11T20:30:03.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37622026-05-11T20:30:03.591Z
37632026-05-11T20:30:03.591Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (192/274)
37642026-05-11T20:30:04.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37652026-05-11T20:30:04.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37662026-05-11T20:30:04.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37672026-05-11T20:30:04.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37682026-05-11T20:30:04.204Z
37692026-05-11T20:30:04.204Zinfo: running `cargo check --bins` on range-requests (193/274)
37702026-05-11T20:30:04.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37712026-05-11T20:30:04.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37722026-05-11T20:30:04.714Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37732026-05-11T20:30:04.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37742026-05-11T20:30:04.806Z
37752026-05-11T20:30:04.807Zinfo: running `cargo check --bins` on repo-depot-api (194/274)
37762026-05-11T20:30:05.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37772026-05-11T20:30:05.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37782026-05-11T20:30:05.318Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37792026-05-11T20:30:05.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37802026-05-11T20:30:05.411Z
37812026-05-11T20:30:05.411Zinfo: running `cargo check --bins` on sled-agent-api (195/274)
37822026-05-11T20:30:05.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37832026-05-11T20:30:05.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37842026-05-11T20:30:05.938Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37852026-05-11T20:30:05.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37862026-05-11T20:30:06.035Z
37872026-05-11T20:30:06.035Zinfo: running `cargo check --bins` on sled-diagnostics (196/274)
37882026-05-11T20:30:06.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37892026-05-11T20:30:06.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37902026-05-11T20:30:06.563Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37912026-05-11T20:30:06.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37922026-05-11T20:30:06.661Z
37932026-05-11T20:30:06.661Zinfo: running `cargo check --bins` on zfs-test-harness (197/274)
37942026-05-11T20:30:07.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37952026-05-11T20:30:07.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37962026-05-11T20:30:07.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37972026-05-11T20:30:07.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37982026-05-11T20:30:07.284Z
37992026-05-11T20:30:07.284Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (198/274)
38002026-05-11T20:30:07.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38012026-05-11T20:30:07.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38022026-05-11T20:30:07.815Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38032026-05-11T20:30:07.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38042026-05-11T20:30:07.917Z
38052026-05-11T20:30:07.917Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (199/274)
38062026-05-11T20:30:08.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38072026-05-11T20:30:08.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38082026-05-11T20:30:08.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38092026-05-11T20:30:08.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38102026-05-11T20:30:08.548Z
38112026-05-11T20:30:08.548Zinfo: running `cargo check --bins` on sled-agent-health-monitor (200/274)
38122026-05-11T20:30:09.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38132026-05-11T20:30:09.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38142026-05-11T20:30:09.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38152026-05-11T20:30:09.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38162026-05-11T20:30:09.178Z
38172026-05-11T20:30:09.178Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (201/274)
38182026-05-11T20:30:09.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38192026-05-11T20:30:09.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38202026-05-11T20:30:09.709Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38212026-05-11T20:30:09.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38222026-05-11T20:30:09.809Z
38232026-05-11T20:30:09.809Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (202/274)
38242026-05-11T20:30:10.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38252026-05-11T20:30:10.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38262026-05-11T20:30:10.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38272026-05-11T20:30:10.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38282026-05-11T20:30:10.440Z
38292026-05-11T20:30:10.440Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (203/274)
38302026-05-11T20:30:10.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38312026-05-11T20:30:10.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38322026-05-11T20:30:10.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38332026-05-11T20:30:10.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38342026-05-11T20:30:11.074Z
38352026-05-11T20:30:11.074Zinfo: running `cargo check --bins` on sled-agent-rack-setup (204/274)
38362026-05-11T20:30:11.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38372026-05-11T20:30:11.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38382026-05-11T20:30:11.635Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38392026-05-11T20:30:11.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38402026-05-11T20:30:11.743Z
38412026-05-11T20:30:11.743Zinfo: running `cargo check --bins` on trust-quorum (205/274)
38422026-05-11T20:30:12.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38432026-05-11T20:30:12.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38442026-05-11T20:30:12.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38452026-05-11T20:30:12.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38462026-05-11T20:30:12.371Z
38472026-05-11T20:30:12.371Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (206/274)
38482026-05-11T20:30:12.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38492026-05-11T20:30:12.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38502026-05-11T20:30:12.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38512026-05-11T20:30:12.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38522026-05-11T20:30:13.021Z
38532026-05-11T20:30:13.022Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (207/274)
38542026-05-11T20:30:13.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38552026-05-11T20:30:13.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38562026-05-11T20:30:13.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38572026-05-11T20:30:13.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38582026-05-11T20:30:13.687Z
38592026-05-11T20:30:13.687Zinfo: running `cargo check --bins` on update-common (208/274)
38602026-05-11T20:30:14.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38612026-05-11T20:30:14.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38622026-05-11T20:30:14.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38632026-05-11T20:30:14.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38642026-05-11T20:30:14.302Z
38652026-05-11T20:30:14.302Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (209/274)
38662026-05-11T20:30:14.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38672026-05-11T20:30:14.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38682026-05-11T20:30:14.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38692026-05-11T20:30:14.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
38702026-05-11T20:30:14.975Z
38712026-05-11T20:30:14.975Zinfo: running `cargo check --bins` on omicron-deployment-graph (210/274)
38722026-05-11T20:30:15.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38732026-05-11T20:30:15.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38742026-05-11T20:30:15.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38752026-05-11T20:30:15.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38762026-05-11T20:30:15.571Z
38772026-05-11T20:30:15.571Zinfo: running `cargo check --bins` on reconfigurator-cli (211/274)
38782026-05-11T20:30:16.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38792026-05-11T20:30:16.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38802026-05-11T20:30:16.354Z Compiling fs-err v2.11.0
38812026-05-11T20:30:16.357Z Checking ignore v0.4.25
38822026-05-11T20:30:16.357Z Checking arc-swap v1.8.2
38832026-05-11T20:30:16.474Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
38842026-05-11T20:30:16.496Z Checking predicates-tree v1.0.13
38852026-05-11T20:30:16.499Z Checking parse-size v1.1.0
38862026-05-11T20:30:16.520Z Checking rand_seeder v0.4.0
38872026-05-11T20:30:16.532Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
38882026-05-11T20:30:16.598Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
38892026-05-11T20:30:16.621Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
38902026-05-11T20:30:16.660Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
38912026-05-11T20:30:16.687Z Checking slog-scope v4.4.1
38922026-05-11T20:30:16.808Z Compiling petname v2.0.2
38932026-05-11T20:30:16.824Z Checking slog-stdlog v4.1.1
38942026-05-11T20:30:16.836Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
38952026-05-11T20:30:16.865Z Checking globwalk v0.9.1
38962026-05-11T20:30:16.910Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38972026-05-11T20:30:16.942Z Checking slog-envlogger v2.2.0
38982026-05-11T20:30:17.056Z Checking camino-tempfile-ext v0.3.3
38992026-05-11T20:30:17.072Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
39002026-05-11T20:30:17.096Z Checking sapling-renderdag v0.1.0
39012026-05-11T20:30:17.237Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39022026-05-11T20:30:17.253Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39032026-05-11T20:30:17.337Z Checking subprocess v0.2.15
39042026-05-11T20:30:17.422Z Checking sync-ptr v0.1.4
39052026-05-11T20:30:17.475Z Checking colored v2.2.0
39062026-05-11T20:30:17.541Z Checking assert_matches v1.5.0
39072026-05-11T20:30:17.615Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39082026-05-11T20:30:17.687Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39092026-05-11T20:30:17.722Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39102026-05-11T20:30:17.725Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39112026-05-11T20:30:18.375Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39122026-05-11T20:30:19.697Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39132026-05-11T20:30:21.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.32s
39142026-05-11T20:30:22.124Z
39152026-05-11T20:30:22.124Zinfo: running `cargo check --bins` on omicron-repl-utils (212/274)
39162026-05-11T20:30:22.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39172026-05-11T20:30:22.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39182026-05-11T20:30:22.630Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39192026-05-11T20:30:22.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39202026-05-11T20:30:22.722Z
39212026-05-11T20:30:22.722Zinfo: running `cargo check --bins` on transient-dns-server (213/274)
39222026-05-11T20:30:23.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39232026-05-11T20:30:23.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39242026-05-11T20:30:23.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39252026-05-11T20:30:23.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39262026-05-11T20:30:23.343Z
39272026-05-11T20:30:23.343Zinfo: running `cargo check --bins` on nexus-test-interface (214/274)
39282026-05-11T20:30:23.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39292026-05-11T20:30:23.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39302026-05-11T20:30:23.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39312026-05-11T20:30:23.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
39322026-05-11T20:30:24.013Z
39332026-05-11T20:30:24.013Zinfo: running `cargo check --bins` on oximeter-collector (215/274)
39342026-05-11T20:30:24.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39352026-05-11T20:30:24.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39362026-05-11T20:30:24.748Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39372026-05-11T20:30:24.748Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39382026-05-11T20:30:25.395Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39392026-05-11T20:30:26.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.96s
39402026-05-11T20:30:27.190Z
39412026-05-11T20:30:27.190Zinfo: running `cargo check --bins` on oximeter-api (216/274)
39422026-05-11T20:30:27.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39432026-05-11T20:30:27.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39442026-05-11T20:30:27.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39452026-05-11T20:30:27.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39462026-05-11T20:30:27.789Z
39472026-05-11T20:30:27.789Zinfo: running `cargo check --bins` on cert-dev (217/274)
39482026-05-11T20:30:28.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39492026-05-11T20:30:28.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39502026-05-11T20:30:28.395Z Checking yasna v0.5.2
39512026-05-11T20:30:28.797Z Checking rcgen v0.12.1
39522026-05-11T20:30:29.045Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39532026-05-11T20:30:29.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
39542026-05-11T20:30:29.395Z
39552026-05-11T20:30:29.395Zinfo: running `cargo check --bins` on clickana (218/274)
39562026-05-11T20:30:29.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39572026-05-11T20:30:29.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39582026-05-11T20:30:30.041Z Compiling darling_core v0.23.0
39592026-05-11T20:30:30.045Z Compiling instability v0.3.11
39602026-05-11T20:30:30.045Z Checking castaway v0.2.4
39612026-05-11T20:30:30.150Z Compiling indoc v2.0.7
39622026-05-11T20:30:30.157Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39632026-05-11T20:30:30.178Z Checking unicode-truncate v1.1.0
39642026-05-11T20:30:30.189Z Checking lru v0.12.5
39652026-05-11T20:30:30.192Z Checking cassowary v0.3.0
39662026-05-11T20:30:30.246Z Checking compact_str v0.8.1
39672026-05-11T20:30:31.219Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39682026-05-11T20:30:31.405Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39692026-05-11T20:30:31.571Z Compiling darling_macro v0.23.0
39702026-05-11T20:30:31.982Z Compiling darling v0.23.0
39712026-05-11T20:30:32.591Z Checking ratatui v0.29.0
39722026-05-11T20:30:33.651Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39732026-05-11T20:30:34.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.93s
39742026-05-11T20:30:34.523Z
39752026-05-11T20:30:34.523Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (219/274)
39762026-05-11T20:30:35.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39772026-05-11T20:30:35.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39782026-05-11T20:30:35.260Z Checking headers-core v0.3.0
39792026-05-11T20:30:35.260Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39802026-05-11T20:30:35.459Z Checking headers v0.4.1
39812026-05-11T20:30:35.828Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
39822026-05-11T20:30:36.689Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39832026-05-11T20:30:37.192Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39842026-05-11T20:30:37.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.08s
39852026-05-11T20:30:37.816Z
39862026-05-11T20:30:37.816Zinfo: running `cargo check --bins` on ch-dev (220/274)
39872026-05-11T20:30:38.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39882026-05-11T20:30:38.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39892026-05-11T20:30:38.549Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
39902026-05-11T20:30:39.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
39912026-05-11T20:30:39.499Z
39922026-05-11T20:30:39.499Zinfo: running `cargo check --bins` on dev-tools-common (221/274)
39932026-05-11T20:30:39.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39942026-05-11T20:30:39.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39952026-05-11T20:30:39.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39962026-05-11T20:30:39.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
39972026-05-11T20:30:39.979Z
39982026-05-11T20:30:39.979Zinfo: running `cargo check --bins` on crdb-seed (222/274)
39992026-05-11T20:30:40.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40002026-05-11T20:30:40.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40012026-05-11T20:30:40.707Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40022026-05-11T20:30:41.698Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40032026-05-11T20:30:42.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.05s
40042026-05-11T20:30:42.247Z
40052026-05-11T20:30:42.247Zinfo: running `cargo check --bins` on db-dev (223/274)
40062026-05-11T20:30:42.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40072026-05-11T20:30:42.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40082026-05-11T20:30:42.979Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40092026-05-11T20:30:43.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
40102026-05-11T20:30:43.944Z
40112026-05-11T20:30:43.944Zinfo: running `cargo check --bins` on omicron-dev-lib (224/274)
40122026-05-11T20:30:44.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40132026-05-11T20:30:44.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40142026-05-11T20:30:44.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40152026-05-11T20:30:44.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40162026-05-11T20:30:44.600Z
40172026-05-11T20:30:44.600Zinfo: running `cargo check --bins` on xtask-downloader (225/274)
40182026-05-11T20:30:45.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40192026-05-11T20:30:45.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40202026-05-11T20:30:45.215Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40212026-05-11T20:30:45.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
40222026-05-11T20:30:46.064Z
40232026-05-11T20:30:46.064Zinfo: running `cargo check --bins` on omicron-dropshot-apis (226/274)
40242026-05-11T20:30:46.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40252026-05-11T20:30:46.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40262026-05-11T20:30:46.823Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40272026-05-11T20:30:46.824Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40282026-05-11T20:30:46.827Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
40292026-05-11T20:30:46.827Z Checking git-stub v1.0.0
40302026-05-11T20:30:46.827Z Compiling trait-variant v0.1.2
40312026-05-11T20:30:46.827Z Checking maplit v1.0.2
40322026-05-11T20:30:46.827Z Checking is_ci v1.2.0
40332026-05-11T20:30:46.960Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40342026-05-11T20:30:47.019Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40352026-05-11T20:30:47.044Z Checking supports-color v3.0.2
40362026-05-11T20:30:47.114Z Checking git-stub-vcs v0.1.0
40372026-05-11T20:30:47.175Z Checking drift v0.1.3
40382026-05-11T20:30:47.213Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40392026-05-11T20:30:47.244Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40402026-05-11T20:30:47.304Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40412026-05-11T20:30:47.409Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40422026-05-11T20:30:47.460Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
40432026-05-11T20:30:47.475Z Checking dropshot-api-manager v0.7.1
40442026-05-11T20:30:47.520Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40452026-05-11T20:30:47.732Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40462026-05-11T20:30:47.747Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40472026-05-11T20:30:47.890Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
40482026-05-11T20:30:48.194Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40492026-05-11T20:30:53.185Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40502026-05-11T20:30:54.288Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40512026-05-11T20:30:54.863Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40522026-05-11T20:30:55.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.23s
40532026-05-11T20:30:55.496Z
40542026-05-11T20:30:55.496Zinfo: running `cargo check --bins` on installinator-api (227/274)
40552026-05-11T20:30:56.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40562026-05-11T20:30:56.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40572026-05-11T20:30:56.009Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40582026-05-11T20:30:56.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40592026-05-11T20:30:56.103Z
40602026-05-11T20:30:56.103Zinfo: running `cargo check --bins` on nexus-external-api (228/274)
40612026-05-11T20:30:56.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40622026-05-11T20:30:56.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40632026-05-11T20:30:56.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40642026-05-11T20:30:56.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40652026-05-11T20:30:56.752Z
40662026-05-11T20:30:56.752Zinfo: running `cargo check --bins` on nexus-internal-api (229/274)
40672026-05-11T20:30:57.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40682026-05-11T20:30:57.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40692026-05-11T20:30:57.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40702026-05-11T20:30:57.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40712026-05-11T20:30:57.401Z
40722026-05-11T20:30:57.401Zinfo: running `cargo check --bins` on nexus-lockstep-api (230/274)
40732026-05-11T20:30:57.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40742026-05-11T20:30:57.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40752026-05-11T20:30:57.938Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40762026-05-11T20:30:57.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40772026-05-11T20:30:58.042Z
40782026-05-11T20:30:58.042Zinfo: running `cargo check --bins` on ntp-admin-api (231/274)
40792026-05-11T20:30:58.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40802026-05-11T20:30:58.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40812026-05-11T20:30:58.561Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40822026-05-11T20:30:58.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40832026-05-11T20:30:58.656Z
40842026-05-11T20:30:58.656Zinfo: running `cargo check --bins` on ntp-admin-types-versions (232/274)
40852026-05-11T20:30:59.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40862026-05-11T20:30:59.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40872026-05-11T20:30:59.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40882026-05-11T20:30:59.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40892026-05-11T20:30:59.256Z
40902026-05-11T20:30:59.256Zinfo: running `cargo check --bins` on wicketd-api (233/274)
40912026-05-11T20:30:59.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40922026-05-11T20:30:59.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40932026-05-11T20:30:59.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40942026-05-11T20:30:59.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40952026-05-11T20:30:59.884Z
40962026-05-11T20:30:59.884Zinfo: running `cargo check --bins` on omicron-ls-apis (234/274)
40972026-05-11T20:31:00.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40982026-05-11T20:31:00.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40992026-05-11T20:31:00.502Z Checking typeid v1.0.3
41002026-05-11T20:31:00.614Z Checking ordered-float v2.10.1
41012026-05-11T20:31:00.633Z Checking unicode-xid v0.2.6
41022026-05-11T20:31:00.646Z Checking cargo-platform v0.2.0
41032026-05-11T20:31:00.655Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
41042026-05-11T20:31:00.682Z Checking erased-serde v0.4.9
41052026-05-11T20:31:00.818Z Checking serde-value v0.7.0
41062026-05-11T20:31:00.994Z Checking serde-untagged v0.1.9
41072026-05-11T20:31:01.148Z Checking cargo-util-schemas v0.8.2
41082026-05-11T20:31:01.838Z Checking cargo_metadata v0.21.0
41092026-05-11T20:31:02.447Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41102026-05-11T20:31:03.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s
41112026-05-11T20:31:03.307Z
41122026-05-11T20:31:03.307Zinfo: running `cargo check --bins` on mgs-dev (235/274)
41132026-05-11T20:31:03.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41142026-05-11T20:31:03.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41152026-05-11T20:31:04.052Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41162026-05-11T20:31:04.688Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41172026-05-11T20:31:05.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.89s
41182026-05-11T20:31:05.410Z
41192026-05-11T20:31:05.410Zinfo: running `cargo check --bins` on omicron-omdb (236/274)
41202026-05-11T20:31:05.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41212026-05-11T20:31:05.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41222026-05-11T20:31:06.278Z Compiling vergen-gitcl v1.0.8
41232026-05-11T20:31:06.278Z Compiling dirs-sys-next v0.1.2
41242026-05-11T20:31:06.278Z Compiling glob v0.3.3
41252026-05-11T20:31:06.278Z Compiling crunchy v0.2.4
41262026-05-11T20:31:06.278Z Compiling diesel_derives v2.3.7
41272026-05-11T20:31:06.281Z Compiling dsl_auto_type v0.2.0
41282026-05-11T20:31:06.281Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41292026-05-11T20:31:06.281Z Checking scheduled-thread-pool v0.2.7
41302026-05-11T20:31:06.573Z Compiling dirs-next v2.0.0
41312026-05-11T20:31:06.620Z Compiling diesel_table_macro_syntax v0.3.0
41322026-05-11T20:31:06.635Z Compiling tiny-keccak v2.0.2
41332026-05-11T20:31:06.675Z Compiling term v0.7.0
41342026-05-11T20:31:06.817Z Checking r2d2 v0.8.10
41352026-05-11T20:31:06.847Z Compiling clang-sys v1.8.1
41362026-05-11T20:31:06.861Z Compiling bit-vec v0.6.3
41372026-05-11T20:31:06.875Z Checking downcast-rs v2.0.2
41382026-05-11T20:31:06.976Z Compiling ascii-canvas v3.0.0
41392026-05-11T20:31:07.080Z Compiling bit-set v0.5.3
41402026-05-11T20:31:07.225Z Compiling itertools v0.10.5
41412026-05-11T20:31:07.228Z Compiling ena v0.14.4
41422026-05-11T20:31:07.255Z Compiling libloading v0.8.9
41432026-05-11T20:31:07.269Z Compiling diff v0.1.13
41442026-05-11T20:31:07.310Z Compiling bindgen v0.71.1
41452026-05-11T20:31:07.409Z Compiling regex-syntax v0.6.29
41462026-05-11T20:31:07.460Z Compiling cexpr v0.6.0
41472026-05-11T20:31:07.526Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41482026-05-11T20:31:07.720Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41492026-05-11T20:31:07.781Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41502026-05-11T20:31:07.875Z Compiling libxml v0.3.3
41512026-05-11T20:31:08.097Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41522026-05-11T20:31:08.163Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41532026-05-11T20:31:08.286Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41542026-05-11T20:31:08.408Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41552026-05-11T20:31:08.425Z Compiling strum_macros v0.24.3
41562026-05-11T20:31:08.476Z Compiling indoc v1.0.9
41572026-05-11T20:31:08.912Z Compiling lalrpop v0.19.12
41582026-05-11T20:31:09.451Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41592026-05-11T20:31:09.507Z Checking derive_builder v0.20.2
41602026-05-11T20:31:09.626Z Compiling oso-derive v0.27.3
41612026-05-11T20:31:09.644Z Checking quick-xml v0.37.5
41622026-05-11T20:31:09.782Z Compiling impl-trait-for-tuples v0.2.3
41632026-05-11T20:31:10.123Z Checking openssl-probe v0.1.6
41642026-05-11T20:31:10.264Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41652026-05-11T20:31:10.531Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41662026-05-11T20:31:10.728Z Checking bb8 v0.8.6
41672026-05-11T20:31:11.022Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41682026-05-11T20:31:11.044Z Checking nonempty v0.12.0
41692026-05-11T20:31:11.135Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41702026-05-11T20:31:11.210Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41712026-05-11T20:31:11.250Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41722026-05-11T20:31:11.345Z Checking console v0.16.2
41732026-05-11T20:31:11.364Z Checking unit-prefix v0.5.2
41742026-05-11T20:31:11.426Z Checking support-bundle-viewer v0.1.2
41752026-05-11T20:31:11.497Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41762026-05-11T20:31:11.652Z Checking indicatif v0.18.4
41772026-05-11T20:31:11.675Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
41782026-05-11T20:31:11.885Z Checking multimap v0.10.1
41792026-05-11T20:31:12.455Z Checking diesel v2.3.7
41802026-05-11T20:31:14.228Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41812026-05-11T20:31:14.818Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41822026-05-11T20:31:15.143Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41832026-05-11T20:31:15.370Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41842026-05-11T20:31:15.913Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41852026-05-11T20:31:16.620Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41862026-05-11T20:31:16.725Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41872026-05-11T20:31:17.289Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
41882026-05-11T20:31:19.391Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41892026-05-11T20:31:24.493Z Compiling samael v0.0.19
41902026-05-11T20:31:28.347Z Checking diesel-dtrace v0.5.0
41912026-05-11T20:31:28.586Z Checking async-bb8-diesel v0.2.1
41922026-05-11T20:31:29.494Z Compiling polar-core v0.27.3
41932026-05-11T20:31:34.004Z Checking oso v0.27.3
41942026-05-11T20:32:10.857Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
41952026-05-11T20:32:44.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 38s
41962026-05-11T20:32:44.345Z
41972026-05-11T20:32:44.345Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (237/274)
41982026-05-11T20:32:44.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41992026-05-11T20:32:44.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42002026-05-11T20:32:44.903Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42012026-05-11T20:32:44.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42022026-05-11T20:32:45.011Z
42032026-05-11T20:32:45.011Zinfo: running `cargo check --bins` on nexus-saga-recovery (238/274)
42042026-05-11T20:32:45.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42052026-05-11T20:32:45.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42062026-05-11T20:32:45.564Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42072026-05-11T20:32:45.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42082026-05-11T20:32:45.665Z
42092026-05-11T20:32:45.665Zinfo: running `cargo check --bins` on nexus-test-utils-macros (239/274)
42102026-05-11T20:32:46.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42112026-05-11T20:32:46.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42122026-05-11T20:32:46.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42132026-05-11T20:32:46.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42142026-05-11T20:32:46.256Z
42152026-05-11T20:32:46.256Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (240/274)
42162026-05-11T20:32:46.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42172026-05-11T20:32:46.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42182026-05-11T20:32:47.129Z Compiling libz-sys v1.1.24
42192026-05-11T20:32:47.262Z Compiling libgit2-sys v0.18.3+1.9.2
42202026-05-11T20:32:47.272Z Compiling vergen-git2 v1.0.7
42212026-05-11T20:32:47.300Z Compiling rustls v0.21.12
42222026-05-11T20:32:47.307Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42232026-05-11T20:32:47.310Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42242026-05-11T20:32:47.310Z Checking sct v0.7.1
42252026-05-11T20:32:47.310Z Checking rustls-webpki v0.101.7
42262026-05-11T20:32:47.462Z Compiling nix v0.29.0
42272026-05-11T20:32:47.484Z Compiling dropshot v0.16.7
42282026-05-11T20:32:47.521Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42292026-05-11T20:32:47.570Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42302026-05-11T20:32:47.645Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42312026-05-11T20:32:47.736Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42322026-05-11T20:32:47.752Z Checking toml v0.9.12+spec-1.1.0
42332026-05-11T20:32:47.807Z Compiling dropshot_endpoint v0.16.7
42342026-05-11T20:32:47.953Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42352026-05-11T20:32:48.094Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42362026-05-11T20:32:48.294Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42372026-05-11T20:32:48.328Z Checking rustls-pemfile v1.0.4
42382026-05-11T20:32:48.465Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42392026-05-11T20:32:48.658Z Checking twox-hash v2.1.2
42402026-05-11T20:32:48.695Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42412026-05-11T20:32:48.940Z Checking tokio-rustls v0.24.1
42422026-05-11T20:32:49.428Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42432026-05-11T20:32:49.438Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42442026-05-11T20:32:49.738Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
42452026-05-11T20:32:50.093Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42462026-05-11T20:32:50.270Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42472026-05-11T20:32:50.291Z Checking fatfs v0.3.6
42482026-05-11T20:32:50.313Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42492026-05-11T20:32:50.411Z Compiling seq-macro v0.3.6
42502026-05-11T20:32:54.204Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42512026-05-11T20:32:54.327Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42522026-05-11T20:32:54.572Z Compiling git2 v0.20.4
42532026-05-11T20:32:56.766Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42542026-05-11T20:33:44.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 58.57s
42552026-05-11T20:33:45.058Z
42562026-05-11T20:33:45.058Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (241/274)
42572026-05-11T20:33:45.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42582026-05-11T20:33:45.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42592026-05-11T20:33:45.963Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42602026-05-11T20:34:24.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.81s
42612026-05-11T20:34:25.088Z
42622026-05-11T20:34:25.088Zinfo: running `cargo check --bins` on nexus-background-task-interface (242/274)
42632026-05-11T20:34:25.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42642026-05-11T20:34:25.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42652026-05-11T20:34:25.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42662026-05-11T20:34:25.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42672026-05-11T20:34:25.681Z
42682026-05-11T20:34:25.681Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (243/274)
42692026-05-11T20:34:26.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42702026-05-11T20:34:26.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42712026-05-11T20:34:26.245Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42722026-05-11T20:34:26.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42732026-05-11T20:34:26.347Z
42742026-05-11T20:34:26.347Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (244/274)
42752026-05-11T20:34:26.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42762026-05-11T20:34:26.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42772026-05-11T20:34:26.911Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42782026-05-11T20:34:26.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42792026-05-11T20:34:26.998Z
42802026-05-11T20:34:26.998Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (245/274)
42812026-05-11T20:34:27.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42822026-05-11T20:34:27.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42832026-05-11T20:34:27.561Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42842026-05-11T20:34:27.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42852026-05-11T20:34:27.655Z
42862026-05-11T20:34:27.655Zinfo: running `cargo check --bins` on nexus-mgs-updates (246/274)
42872026-05-11T20:34:28.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42882026-05-11T20:34:28.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42892026-05-11T20:34:28.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42902026-05-11T20:34:28.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42912026-05-11T20:34:28.301Z
42922026-05-11T20:34:28.301Zinfo: running `cargo check --bins` on nexus-networking (247/274)
42932026-05-11T20:34:28.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42942026-05-11T20:34:28.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42952026-05-11T20:34:28.857Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42962026-05-11T20:34:28.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42972026-05-11T20:34:28.961Z
42982026-05-11T20:34:28.961Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (248/274)
42992026-05-11T20:34:29.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43002026-05-11T20:34:29.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43012026-05-11T20:34:29.516Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43022026-05-11T20:34:29.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43032026-05-11T20:34:29.620Z
43042026-05-11T20:34:29.620Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (249/274)
43052026-05-11T20:34:30.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43062026-05-11T20:34:30.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43072026-05-11T20:34:30.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43082026-05-11T20:34:30.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43092026-05-11T20:34:30.281Z
43102026-05-11T20:34:30.281Zinfo: running `cargo check --bins` on omicron-dev (250/274)
43112026-05-11T20:34:30.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43122026-05-11T20:34:30.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43132026-05-11T20:34:31.183Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43142026-05-11T20:34:31.183Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43152026-05-11T20:34:31.374Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43162026-05-11T20:34:31.404Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
43172026-05-11T20:34:31.423Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43182026-05-11T20:34:31.441Z Checking diff v0.1.13
43192026-05-11T20:34:31.444Z Checking yansi v1.0.1
43202026-05-11T20:34:31.444Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43212026-05-11T20:34:31.519Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43222026-05-11T20:34:31.714Z Checking pretty_assertions v1.4.1
43232026-05-11T20:34:32.354Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43242026-05-11T20:34:32.698Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43252026-05-11T20:34:56.008Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43262026-05-11T20:34:56.012Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43272026-05-11T20:34:56.012Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43282026-05-11T20:34:56.012Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43292026-05-11T20:34:56.012Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43302026-05-11T20:34:56.013Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43312026-05-11T20:34:56.815Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43322026-05-11T20:34:57.923Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43332026-05-11T20:35:36.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
43342026-05-11T20:35:36.682Z
43352026-05-11T20:35:36.682Zinfo: running `cargo check --bins` on omicron-pins (251/274)
43362026-05-11T20:35:37.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43372026-05-11T20:35:37.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43382026-05-11T20:35:37.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43392026-05-11T20:35:37.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43402026-05-11T20:35:37.277Z
43412026-05-11T20:35:37.277Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (252/274)
43422026-05-11T20:35:37.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43432026-05-11T20:35:37.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43442026-05-11T20:35:38.053Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43452026-05-11T20:35:38.174Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43462026-05-11T20:35:38.178Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43472026-05-11T20:36:04.037Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43482026-05-11T20:36:04.428Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43492026-05-11T20:36:06.145Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43502026-05-11T20:36:06.604Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43512026-05-11T20:36:09.568Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43522026-05-11T20:36:32.271Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43532026-05-11T20:36:32.988Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43542026-05-11T20:36:34.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.34s
43552026-05-11T20:36:34.842Z
43562026-05-11T20:36:34.842Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (253/274)
43572026-05-11T20:36:35.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43582026-05-11T20:36:35.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43592026-05-11T20:36:35.562Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43602026-05-11T20:36:36.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
43612026-05-11T20:36:36.466Z
43622026-05-11T20:36:36.466Zinfo: running `cargo check --bins` on omicron-releng (254/274)
43632026-05-11T20:36:37.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43642026-05-11T20:36:37.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43652026-05-11T20:36:37.137Z Compiling blake3 v1.8.3
43662026-05-11T20:36:37.251Z Checking constant_time_eq v0.4.2
43672026-05-11T20:36:37.256Z Checking arrayref v0.3.9
43682026-05-11T20:36:37.256Z Checking arrayvec v0.7.6
43692026-05-11T20:36:37.272Z Checking topological-sort v0.2.2
43702026-05-11T20:36:37.276Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43712026-05-11T20:36:37.276Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
43722026-05-11T20:36:37.276Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
43732026-05-11T20:36:37.324Z Checking shell-words v1.1.1
43742026-05-11T20:36:38.154Z Checking omicron-zone-package v0.12.2
43752026-05-11T20:36:38.870Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43762026-05-11T20:36:39.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
43772026-05-11T20:36:39.905Z
43782026-05-11T20:36:39.905Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (255/274)
43792026-05-11T20:36:40.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43802026-05-11T20:36:40.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43812026-05-11T20:36:40.557Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
43822026-05-11T20:36:40.893Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43832026-05-11T20:36:41.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
43842026-05-11T20:36:41.468Z
43852026-05-11T20:36:41.468Zinfo: running `cargo check --bins` on schema (256/274)
43862026-05-11T20:36:42.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43872026-05-11T20:36:42.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43882026-05-11T20:36:42.197Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
43892026-05-11T20:36:42.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
43902026-05-11T20:36:43.097Z
43912026-05-11T20:36:43.098Zinfo: running `cargo check --bins` on xtask (257/274)
43922026-05-11T20:36:43.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43932026-05-11T20:36:43.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43942026-05-11T20:36:43.557Z Checking libc v0.2.185
43952026-05-11T20:36:43.562Z Checking serde v1.0.228
43962026-05-11T20:36:43.645Z Checking zerofrom v0.1.6
43972026-05-11T20:36:43.703Z Checking bitflags v2.11.0
43982026-05-11T20:36:43.704Z Checking smallvec v1.15.1
43992026-05-11T20:36:43.704Z Checking indexmap v2.14.0
44002026-05-11T20:36:43.704Z Checking serde_json v1.0.149
44012026-05-11T20:36:43.704Z Checking scroll v0.12.0
44022026-05-11T20:36:43.894Z Checking yoke v0.8.1
44032026-05-11T20:36:43.899Z Checking num-traits v0.2.19
44042026-05-11T20:36:43.899Z Checking thiserror v1.0.69
44052026-05-11T20:36:43.904Z Checking log v0.4.29
44062026-05-11T20:36:43.912Z Checking zerovec v0.11.5
44072026-05-11T20:36:43.921Z Checking zerotrie v0.2.3
44082026-05-11T20:36:43.932Z Checking errno v0.3.14
44092026-05-11T20:36:44.029Z Checking serde_spanned v0.6.9
44102026-05-11T20:36:44.047Z Checking toml_datetime v0.6.11
44112026-05-11T20:36:44.060Z Checking rustix v1.1.3
44122026-05-11T20:36:44.154Z Checking percent-encoding v2.3.2
44132026-05-11T20:36:44.165Z Checking goblin v0.8.2
44142026-05-11T20:36:44.179Z Checking zerocopy v0.7.35
44152026-05-11T20:36:44.227Z Checking toml_edit v0.22.27
44162026-05-11T20:36:44.265Z Checking getrandom v0.4.1
44172026-05-11T20:36:44.293Z Checking form_urlencoded v1.2.2
44182026-05-11T20:36:44.317Z Checking ordered-float v2.10.1
44192026-05-11T20:36:44.349Z Checking tinystr v0.8.2
44202026-05-11T20:36:44.397Z Checking potential_utf v0.1.4
44212026-05-11T20:36:44.421Z Checking thiserror v2.0.18
44222026-05-11T20:36:44.523Z Checking icu_collections v2.1.1
44232026-05-11T20:36:44.523Z Checking icu_locale_core v2.1.1
44242026-05-11T20:36:44.524Z Checking syn v2.0.117
44252026-05-11T20:36:44.561Z Checking serde-value v0.7.0
44262026-05-11T20:36:44.666Z Checking dtrace-parser v0.2.0
44272026-05-11T20:36:44.966Z Checking thread-id v4.2.2
44282026-05-11T20:36:44.999Z Checking once_cell v1.21.3
44292026-05-11T20:36:44.999Z Checking cargo-platform v0.2.0
44302026-05-11T20:36:44.999Z Checking terminal_size v0.4.3
44312026-05-11T20:36:44.999Z Checking memmap v0.7.0
44322026-05-11T20:36:45.006Z Checking clap_builder v4.5.60
44332026-05-11T20:36:45.012Z Checking tempfile v3.25.0
44342026-05-11T20:36:45.033Z Checking textwrap v0.16.2
44352026-05-11T20:36:45.038Z Checking fs-err v3.3.0
44362026-05-11T20:36:45.084Z Checking icu_provider v2.1.1
44372026-05-11T20:36:45.223Z Checking camino-tempfile v1.4.1
44382026-05-11T20:36:45.231Z Checking anyhow v1.0.102
44392026-05-11T20:36:45.240Z Checking tabled v0.15.0
44402026-05-11T20:36:45.332Z Checking icu_normalizer v2.1.1
44412026-05-11T20:36:45.344Z Checking icu_properties v2.1.2
44422026-05-11T20:36:45.364Z Checking toml v0.8.23
44432026-05-11T20:36:45.413Z Checking macaddr v1.0.1
44442026-05-11T20:36:45.593Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44452026-05-11T20:36:45.678Z Checking cargo_toml v0.21.0
44462026-05-11T20:36:46.076Z Checking dof v0.3.0
44472026-05-11T20:36:46.153Z Checking idna_adapter v1.2.1
44482026-05-11T20:36:46.218Z Checking clap v4.5.60
44492026-05-11T20:36:46.270Z Checking idna v1.1.0
44502026-05-11T20:36:46.349Z Checking usdt-impl v0.5.0
44512026-05-11T20:36:46.508Z Checking url v2.5.8
44522026-05-11T20:36:46.598Z Checking usdt v0.5.0
44532026-05-11T20:36:46.837Z Checking cargo-util-schemas v0.8.2
44542026-05-11T20:36:47.529Z Checking cargo_metadata v0.21.0
44552026-05-11T20:36:48.135Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44562026-05-11T20:36:48.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.45s
44572026-05-11T20:36:48.683Z
44582026-05-11T20:36:48.683Zinfo: running `cargo check --bins` on dnsadm (258/274)
44592026-05-11T20:36:49.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44602026-05-11T20:36:49.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44612026-05-11T20:36:49.334Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
44622026-05-11T20:36:49.817Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
44632026-05-11T20:36:50.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.52s
44642026-05-11T20:36:50.543Z
44652026-05-11T20:36:50.544Zinfo: running `cargo check --bins` on end-to-end-tests (259/274)
44662026-05-11T20:36:50.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44672026-05-11T20:36:51.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44682026-05-11T20:36:51.222Z Checking polyval v0.6.2
44692026-05-11T20:36:51.356Z Checking ctr v0.9.2
44702026-05-11T20:36:51.366Z Checking ssh-encoding v0.2.0
44712026-05-11T20:36:51.366Z Checking blowfish v0.9.1
44722026-05-11T20:36:51.381Z Checking password-hash v0.4.2
44732026-05-11T20:36:51.398Z Checking p256 v0.13.2
44742026-05-11T20:36:51.407Z Checking p521 v0.13.3
44752026-05-11T20:36:51.424Z Checking russh-cryptovec v0.7.3
44762026-05-11T20:36:51.487Z Checking ghash v0.5.1
44772026-05-11T20:36:51.501Z Checking md5 v0.7.0
44782026-05-11T20:36:51.514Z Checking bcrypt-pbkdf v0.10.0
44792026-05-11T20:36:51.540Z Checking num-bigint v0.4.6
44802026-05-11T20:36:51.555Z Checking des v0.8.1
44812026-05-11T20:36:51.602Z Checking pbkdf2 v0.11.0
44822026-05-11T20:36:51.603Z Checking aes-gcm v0.10.3
44832026-05-11T20:36:51.645Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44842026-05-11T20:36:51.661Z Checking hex-literal v0.4.1
44852026-05-11T20:36:51.675Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
44862026-05-11T20:36:51.738Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
44872026-05-11T20:36:51.755Z Checking socket2 v0.5.10
44882026-05-11T20:36:51.771Z Checking ssh-cipher v0.2.0
44892026-05-11T20:36:51.789Z Checking internet-checksum v0.2.1
44902026-05-11T20:36:51.930Z Checking ssh-key v0.6.7
44912026-05-11T20:36:52.041Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44922026-05-11T20:36:52.603Z Checking russh-keys v0.45.0
44932026-05-11T20:36:53.105Z Checking russh v0.45.0
44942026-05-11T20:37:08.032Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
44952026-05-11T20:37:09.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.84s
44962026-05-11T20:37:09.496Z
44972026-05-11T20:37:09.496Zinfo: running `cargo check --bins` on gateway-cli (260/274)
44982026-05-11T20:37:10.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44992026-05-11T20:37:10.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45002026-05-11T20:37:10.138Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
45012026-05-11T20:37:10.243Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
45022026-05-11T20:37:10.254Z Checking termios v0.3.3
45032026-05-11T20:37:11.472Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45042026-05-11T20:37:11.741Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45052026-05-11T20:37:13.453Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
45062026-05-11T20:37:14.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.53s
45072026-05-11T20:37:14.211Z
45082026-05-11T20:37:14.211Zinfo: running `cargo check --bins --no-default-features` on installinator (261/274)
45092026-05-11T20:37:14.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45102026-05-11T20:37:14.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45112026-05-11T20:37:14.928Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45122026-05-11T20:37:15.044Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45132026-05-11T20:37:15.053Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45142026-05-11T20:37:15.057Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45152026-05-11T20:37:15.066Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45162026-05-11T20:37:15.066Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45172026-05-11T20:37:15.801Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45182026-05-11T20:37:16.124Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45192026-05-11T20:37:16.128Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45202026-05-11T20:37:16.781Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45212026-05-11T20:37:19.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.22s
45222026-05-11T20:37:19.476Z
45232026-05-11T20:37:19.476Zinfo: running `cargo check --bins` on internal-dns-cli (262/274)
45242026-05-11T20:37:19.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45252026-05-11T20:37:19.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45262026-05-11T20:37:19.476Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45272026-05-11T20:37:19.741Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45282026-05-11T20:37:20.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
45292026-05-11T20:37:20.245Z
45302026-05-11T20:37:20.245Zinfo: running `cargo check --bins` on omicron-live-tests (263/274)
45312026-05-11T20:37:20.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45322026-05-11T20:37:20.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45332026-05-11T20:37:20.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45342026-05-11T20:37:20.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45352026-05-11T20:37:20.846Z
45362026-05-11T20:37:20.846Zinfo: running `cargo check --bins` on live-tests-macros (264/274)
45372026-05-11T20:37:21.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45382026-05-11T20:37:21.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45392026-05-11T20:37:21.355Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45402026-05-11T20:37:21.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45412026-05-11T20:37:21.447Z
45422026-05-11T20:37:21.447Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (265/274)
45432026-05-11T20:37:22.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45442026-05-11T20:37:22.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45452026-05-11T20:37:22.212Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45462026-05-11T20:37:22.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
45472026-05-11T20:37:23.021Z
45482026-05-11T20:37:23.021Zinfo: running `cargo check --bins` on omicron-ntp-admin (266/274)
45492026-05-11T20:37:23.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45502026-05-11T20:37:23.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45512026-05-11T20:37:23.678Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45522026-05-11T20:37:23.681Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45532026-05-11T20:37:23.935Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45542026-05-11T20:37:23.935Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45552026-05-11T20:37:24.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s
45562026-05-11T20:37:24.916Z
45572026-05-11T20:37:24.916Zinfo: running `cargo check --bins` on ntp-admin-types (267/274)
45582026-05-11T20:37:25.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45592026-05-11T20:37:25.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45602026-05-11T20:37:25.421Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45612026-05-11T20:37:25.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45622026-05-11T20:37:25.519Z
45632026-05-11T20:37:25.519Zinfo: running `cargo check --bins` on omicron-package (268/274)
45642026-05-11T20:37:26.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45652026-05-11T20:37:26.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45662026-05-11T20:37:26.202Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
45672026-05-11T20:37:27.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
45682026-05-11T20:37:27.476Z
45692026-05-11T20:37:27.476Zinfo: running `cargo check --bins` on tqdb (269/274)
45702026-05-11T20:37:28.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45712026-05-11T20:37:28.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45722026-05-11T20:37:28.259Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45732026-05-11T20:37:28.613Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45742026-05-11T20:37:29.130Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45752026-05-11T20:37:29.134Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
45762026-05-11T20:37:34.911Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45772026-05-11T20:37:34.912Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45782026-05-11T20:37:35.482Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
45792026-05-11T20:37:35.485Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45802026-05-11T20:37:35.485Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
45812026-05-11T20:37:35.485Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45822026-05-11T20:37:36.251Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
45832026-05-11T20:37:37.220Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45842026-05-11T20:37:37.985Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45852026-05-11T20:37:38.597Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
45862026-05-11T20:37:42.896Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
45872026-05-11T20:37:49.268Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
45882026-05-11T20:37:49.271Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
45892026-05-11T20:37:49.271Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
45902026-05-11T20:37:49.271Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
45912026-05-11T20:37:50.746Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
45922026-05-11T20:37:52.079Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
45932026-05-11T20:37:53.220Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
45942026-05-11T20:37:54.018Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
45952026-05-11T20:37:54.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.09s
45962026-05-11T20:37:54.787Z
45972026-05-11T20:37:54.787Zinfo: running `cargo check --bins` on wicket-dbg (270/274)
45982026-05-11T20:37:55.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45992026-05-11T20:37:55.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46002026-05-11T20:37:55.500Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46012026-05-11T20:37:55.503Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46022026-05-11T20:37:55.503Z Checking rtoolbox v0.0.3
46032026-05-11T20:37:55.632Z Checking tui-tree-widget v0.23.1
46042026-05-11T20:37:55.731Z Checking rpassword v7.4.0
46052026-05-11T20:37:56.752Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46062026-05-11T20:37:59.783Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46072026-05-11T20:38:01.624Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46082026-05-11T20:38:02.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.74s
46092026-05-11T20:38:02.737Z
46102026-05-11T20:38:02.739Zinfo: running `cargo check --bins` on wicket (271/274)
46112026-05-11T20:38:03.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46122026-05-11T20:38:03.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46132026-05-11T20:38:03.440Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46142026-05-11T20:38:03.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
46152026-05-11T20:38:04.015Z
46162026-05-11T20:38:04.015Zinfo: running `cargo check --bins` on wicketd (272/274)
46172026-05-11T20:38:04.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46182026-05-11T20:38:04.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46192026-05-11T20:38:04.740Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46202026-05-11T20:38:04.753Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46212026-05-11T20:38:04.753Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46222026-05-11T20:38:04.753Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46232026-05-11T20:38:05.732Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46242026-05-11T20:38:06.307Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46252026-05-11T20:38:09.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.26s
46262026-05-11T20:38:09.559Z
46272026-05-11T20:38:09.559Zinfo: running `cargo check --bins` on omicron-workspace-hack (273/274)
46282026-05-11T20:38:09.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46292026-05-11T20:38:09.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46302026-05-11T20:38:09.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46312026-05-11T20:38:09.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
46322026-05-11T20:38:10.076Z
46332026-05-11T20:38:10.076Zinfo: running `cargo check --bins` on zone-setup (274/274)
46342026-05-11T20:38:10.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46352026-05-11T20:38:10.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46362026-05-11T20:38:10.758Z Checking uzers v0.12.2
46372026-05-11T20:38:11.032Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46382026-05-11T20:38:11.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
46392026-05-11T20:38:12.005Z
46402026-05-11T20:38:12.016Zreal 14:15.897508179
46412026-05-11T20:38:12.016Zuser 20:51.487296877
46422026-05-11T20:38:12.016Zsys 4:16.690092085
46432026-05-11T20:38:12.016Ztrap 0.331594987
46442026-05-11T20:38:12.016Ztflt 1.337403027
46452026-05-11T20:38:12.016Zdflt 1.408233017
46462026-05-11T20:38:12.016Zkflt 0.005025540
46472026-05-11T20:38:12.016Zlock 1:18:25.858497921
46482026-05-11T20:38:12.016Zslp 1:39:22.993952869
46492026-05-11T20:38:12.017Zlat 58.497104705
46502026-05-11T20:38:12.017Zstop 3:42.579001886
46512026-05-11T20:38:12.017Zprocess exited: duration 994110 ms, exit code 0
 
46522026-05-11T20:38:12.028Zfound 0 output files