01KS35JBTSA7JXH96BCGKBY72K: 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: 01KS35JZACYA560QFW1VEZYEJE

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-20T17:06:17.286Zjob assigned to worker 01KS35K34EJMKB6G4815VPQRWH [factory aws, i-0f7aee270c653992c] (queued for 46 s)
 
22026-05-20T17:06:24.628Zstarting task 0: "setup"
32026-05-20T17:06:24.631Z++ uname -s
42026-05-20T17:06:24.631Z+ kern=SunOS
52026-05-20T17:06:24.631Z+ build_user=build
62026-05-20T17:06:24.631Z+ build_uid=12345
72026-05-20T17:06:24.631Z+ work_dir=/work
82026-05-20T17:06:24.631Z+ input_dir=/input
92026-05-20T17:06:24.631Z+ [[ 0 == 12345 ]]
102026-05-20T17:06:24.635Z+ case "$kern" in
112026-05-20T17:06:24.635Z+ groupadd -g 12345 build
122026-05-20T17:06:24.644Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-20T17:06:26.655Z+ zfs create -o mountpoint=/work rpool/work
142026-05-20T17:06:26.721Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-20T17:06:26.726Z+ home_fs=zfs
162026-05-20T17:06:26.726Z+ [[ zfs == autofs ]]
172026-05-20T17:06:26.726Z+ mkdir -p /home/build
182026-05-20T17:06:26.726Z+ chown build:build /home/build /work
192026-05-20T17:06:28.726Z+ chmod 0700 /home/build /work
202026-05-20T17:06:28.734Zprocess exited: duration 4101 ms, exit code 0
 
212026-05-20T17:06:28.750Zstarting task 1: "rust-toolchain"
222026-05-20T17:06:28.755Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-20T17:06:28.755Z * rust toolchain channel = "1.94.0"
242026-05-20T17:06:28.755Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-05-20T17:06:28.755Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-20T17:06:28.755Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-20T17:06:28.755Z * rust toolchain profile = "default"
282026-05-20T17:06:28.760Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-20T17:06:28.760Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-20T17:06:28.824Zinfo: downloading installer
312026-05-20T17:06:30.437Zwarn: It looks like you have an existing rustup settings file at:
322026-05-20T17:06:30.437Zwarn: /home/build/.rustup/settings.toml
332026-05-20T17:06:30.437Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-20T17:06:30.437Zwarn: instead of the one inferred from the default host triple.
352026-05-20T17:06:30.455Zinfo: profile set to default
362026-05-20T17:06:30.455Zinfo: default host triple is x86_64-unknown-illumos
372026-05-20T17:06:30.465Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-20T17:06:30.588Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-20T17:06:30.593Zinfo: downloading 6 components
402026-05-20T17:06:44.575Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-20T17:06:44.575Z
422026-05-20T17:06:44.605Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-20T17:06:44.605Z
442026-05-20T17:06:44.605Z
452026-05-20T17:06:44.605ZRust is installed now. Great!
462026-05-20T17:06:44.605Z
472026-05-20T17:06:44.605ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-20T17:06:44.605Zenvironment variable. This has not been done automatically.
492026-05-20T17:06:44.605Z
502026-05-20T17:06:44.605ZTo configure your current shell, you need to source
512026-05-20T17:06:44.605Zthe corresponding env file under $HOME/.cargo.
522026-05-20T17:06:44.605Z
532026-05-20T17:06:44.606ZThis is usually done by running one of the following (note the leading DOT):
542026-05-20T17:06:44.609Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-20T17:06:44.609Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-20T17:06:44.610Zsource "~/.cargo/env.nu" # For nushell
572026-05-20T17:06:44.610Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-20T17:06:44.610Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-20T17:06:44.610Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-20T17:06:44.610Zwarn: no default linker (`cc`) was found in your PATH
612026-05-20T17:06:44.610Zwarn: many Rust crates require a system C toolchain to build
622026-05-20T17:06:44.688Z+ rustup --version
632026-05-20T17:06:44.697Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-20T17:06:44.701Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-20T17:06:44.720Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-20T17:06:44.724Z+ cargo --version
672026-05-20T17:06:44.734Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-20T17:06:44.738Z+ rustc --version
692026-05-20T17:06:44.756Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-20T17:06:44.760Zprocess exited: duration 16009 ms, exit code 0
 
712026-05-20T17:06:44.766Zstarting task 2: "authentication"
722026-05-20T17:06:44.783Zprocess exited: duration 16 ms, exit code 0
 
732026-05-20T17:06:44.790Zstarting task 3: "clone repository"
742026-05-20T17:06:44.793Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-20T17:06:44.796Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-20T17:06:44.846ZCloning into '/work/oxidecomputer/omicron'...
772026-05-20T17:06:55.310Z+ cd /work/oxidecomputer/omicron
782026-05-20T17:06:55.310Z+ git fetch origin 3282a46c59efc30d206c652080a7c99a03bfa90b
792026-05-20T17:06:55.706ZFrom https://github.com/oxidecomputer/omicron
802026-05-20T17:06:55.707Z * branch 3282a46c59efc30d206c652080a7c99a03bfa90b -> FETCH_HEAD
812026-05-20T17:06:55.718Z+ [[ -n ben/update-dendrite-for-consistent-duids ]]
822026-05-20T17:06:55.723Z++ git branch --show-current
832026-05-20T17:06:55.723Z+ current=main
842026-05-20T17:06:55.723Z+ [[ main != ben/update-dendrite-for-consistent-duids ]]
852026-05-20T17:06:55.723Z+ git branch -f ben/update-dendrite-for-consistent-duids 3282a46c59efc30d206c652080a7c99a03bfa90b
862026-05-20T17:06:55.723Z+ git checkout -f ben/update-dendrite-for-consistent-duids
872026-05-20T17:06:55.962ZSwitched to branch 'ben/update-dendrite-for-consistent-duids'
882026-05-20T17:06:55.965Z+ git reset --hard 3282a46c59efc30d206c652080a7c99a03bfa90b
892026-05-20T17:06:55.996ZHEAD is now at 3282a46c5 Pull in consistent DHCPv6 DUID fixes
902026-05-20T17:06:55.999Zprocess exited: duration 11208 ms, exit code 0
 
912026-05-20T17:06:56.010Zstarting task 4: "build"
922026-05-20T17:06:56.018Z+ source .github/buildomat/ci-env.sh
932026-05-20T17:06:56.018Z++ export CARGO_TERM_COLOR=always
942026-05-20T17:06:56.018Z++ CARGO_TERM_COLOR=always
952026-05-20T17:06:56.018Z+ cargo --version
962026-05-20T17:06:56.026Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-20T17:06:56.030Z+ rustc --version
982026-05-20T17:06:56.048Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-20T17:06:56.052Z+ source ./env.sh
1002026-05-20T17:06:56.053Z++ OLD_SHELL_OPTS=ehxB
1012026-05-20T17:06:56.053Z++ set -o xtrace
1022026-05-20T17:06:56.053Z++++ dirname ./env.sh
1032026-05-20T17:06:56.064Z+++ readlink -f .
1042026-05-20T17:06:56.069Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-05-20T17:06:56.074Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-05-20T17:06:56.074Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-05-20T17:06:56.074Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-05-20T17:06:56.074Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-05-20T17:06:56.074Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-05-20T17:06:56.074Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-05-20T17:06:56.074Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122026-05-20T17:06:56.074Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1132026-05-20T17:06:56.074Z++ case $OLD_SHELL_OPTS in
1142026-05-20T17:06:56.074Z++ unset OLD_SHELL_OPTS OMICRON_WS
1152026-05-20T17:06:56.075Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1162026-05-20T17:06:56.075Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1172026-05-20T17:06:56.075Z+ banner prerequisites
1182026-05-20T17:06:56.075Z
1192026-05-20T17:06:56.075Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-05-20T17:06:56.075Z # # # # # # # # # # # # # # #
1212026-05-20T17:06:56.075Z # # # # ##### # # ##### # # # # # #### #
1222026-05-20T17:06:56.075Z ##### ##### # ##### # # # # # # # # #
1232026-05-20T17:06:56.075Z # # # # # # # # # # # # # # #
1242026-05-20T17:06:56.075Z # # # ###### # # ###### ### # #### # #### #
1252026-05-20T17:06:56.075Z
1262026-05-20T17:06:56.075Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-05-20T17:06:58.050Z Startup: Refreshing catalog 'helios' ... Done
1282026-05-20T17:06:58.106Z Startup: Caching catalogs ... Done
1292026-05-20T17:06:58.318ZPlanning: Solver setup ... Done (0.177s)
1302026-05-20T17:06:58.332ZPlanning: Running solver ... Done (0.017s)
1312026-05-20T17:06:58.347ZPlanning: Finding local manifests ... Done (0.012s)
1322026-05-20T17:06:58.358ZPlanning: Fetching manifests: 0/2 0% complete
1332026-05-20T17:06:58.378ZPlanning: Fetching manifests: 2/2 100% complete
1342026-05-20T17:06:58.391ZPlanning: Package planning ... Done (0.013s)
1352026-05-20T17:06:58.397ZPlanning: Merging actions ... Done (0.001s)
1362026-05-20T17:06:58.598ZPlanning: Checking for conflicting actions ... Done (0.205s)
1372026-05-20T17:06:58.602ZPlanning: Consolidating action changes ... Done (0.001s)
1382026-05-20T17:06:59.919ZPlanning: Evaluating mediators ... Done (1.320s)
1392026-05-20T17:06:59.924ZPlanning: Planning completed in 1.79 seconds
1402026-05-20T17:06:59.930Z Packages to install: 2
1412026-05-20T17:06:59.930Z Estimated space available: 156.08 GB
1422026-05-20T17:06:59.930ZEstimated space to be consumed: 19.75 MB
1432026-05-20T17:06:59.934Z Create boot environment: No
1442026-05-20T17:06:59.935ZCreate backup boot environment: No
1452026-05-20T17:06:59.935Z Rebuild boot archive: No
1462026-05-20T17:06:59.935Z
1472026-05-20T17:06:59.935ZChanged packages:
1482026-05-20T17:06:59.935Zhelios
1492026-05-20T17:06:59.935Z developer/build-essential
1502026-05-20T17:06:59.935Z None -> 11-3.0
1512026-05-20T17:06:59.935Z library/libxmlsec1
1522026-05-20T17:06:59.935Z None -> 1.2.35-3.0
1532026-05-20T17:06:59.976Z
1542026-05-20T17:06:59.976ZDownload: 0/214 items 0.0/1.3MB 0% complete
1552026-05-20T17:07:00.445ZDownload: Completed 1.28 MB in 0.47 seconds (2.7M/s)
1562026-05-20T17:07:00.515Z Actions: 1/268 actions (Installing new actions)
1572026-05-20T17:07:00.552Z Actions: Completed 268 actions in 0.04 seconds.
1582026-05-20T17:07:00.558ZFinalize: Updating package state database ... Done (0.006s)
1592026-05-20T17:07:00.561ZFinalize: Updating package cache ... Done (0.000s)
1602026-05-20T17:07:00.591ZFinalize: Updating image state ... Done (0.015s)
1612026-05-20T17:07:03.286ZFinalize: Creating fast lookup database ... Done (2.690s)
1622026-05-20T17:07:03.354ZFinalize: Reading search index ... Done (0.013s)
1632026-05-20T17:07:03.357ZFinalize: Updating search index ... Done (0.000s)
1642026-05-20T17:07:03.470ZFinalize: Updating package cache ... Done (0.000s)
1652026-05-20T17:07:03.772ZPlanning: Evaluating mediator changes ... Done
1662026-05-20T17:07:03.876ZPlanning: Checking for conflicting actions ... Done
1672026-05-20T17:07:03.881ZPlanning: Consolidating action changes ... Done
1682026-05-20T17:07:04.034ZPlanning: Evaluating mediators ... Done
1692026-05-20T17:07:04.047ZPlanning: Planning completed in 0.26 seconds
1702026-05-20T17:07:04.064Z Mediators to change: 2
1712026-05-20T17:07:04.064Z Create boot environment: No
1722026-05-20T17:07:04.091ZCreate backup boot environment: No
1732026-05-20T17:07:04.141ZFinalize: Updating package state database ... Done
1742026-05-20T17:07:04.141ZFinalize: Updating package cache ... Done
1752026-05-20T17:07:04.147ZFinalize: Updating image state ... Done
1762026-05-20T17:07:06.110ZFinalize: Creating fast lookup database ... Done
1772026-05-20T17:07:06.174ZFinalize: Reading search index ... Done
1782026-05-20T17:07:06.177ZFinalize: Updating search index ... Done
1792026-05-20T17:07:06.251ZFinalize: Updating package cache ... Done
1802026-05-20T17:07:06.554ZPlanning: Evaluating mediator changes ... Done
1812026-05-20T17:07:06.653ZPlanning: Checking for conflicting actions ... Done
1822026-05-20T17:07:06.659ZPlanning: Consolidating action changes ... Done
1832026-05-20T17:07:06.815ZPlanning: Evaluating mediators ... Done
1842026-05-20T17:07:06.819ZPlanning: Planning completed in 0.27 seconds
1852026-05-20T17:07:06.838Z Mediators to change: 1
1862026-05-20T17:07:06.838Z Create boot environment: No
1872026-05-20T17:07:06.838ZCreate backup boot environment: No
1882026-05-20T17:07:06.887ZFinalize: Updating package state database ... Done
1892026-05-20T17:07:06.887ZFinalize: Updating package cache ... Done
1902026-05-20T17:07:06.895ZFinalize: Updating image state ... Done
1912026-05-20T17:07:08.865ZFinalize: Creating fast lookup database ... Done
1922026-05-20T17:07:08.926ZFinalize: Reading search index ... Done
1932026-05-20T17:07:08.934ZFinalize: Updating search index ... Done
1942026-05-20T17:07:09.014ZFinalize: Updating package cache ... Done
1952026-05-20T17:07:09.330ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962026-05-20T17:07:09.330Zapache system 2.4 system
1972026-05-20T17:07:09.330Zclang system 15 system
1982026-05-20T17:07:09.330Zcsh system system illumos
1992026-05-20T17:07:09.330Zctags system system illumos
2002026-05-20T17:07:09.330Zfile vendor vendor darwinsys
2012026-05-20T17:07:09.330Zfile system system illumos
2022026-05-20T17:07:09.330Zgcc vendor 14 vendor
2032026-05-20T17:07:09.330Zgcc system 13 system
2042026-05-20T17:07:09.330Zgcc system 10 system
2052026-05-20T17:07:09.330Zgo system 1.25 system
2062026-05-20T17:07:09.330Zllvm system 15 system
2072026-05-20T17:07:09.330Zmariadb system 11.4 system
2082026-05-20T17:07:09.330Zmta vendor vendor dma
2092026-05-20T17:07:09.330Zopenjdk system 17 system
2102026-05-20T17:07:09.330Zopenjdk system 11 system
2112026-05-20T17:07:09.330Zopenssl vendor 3 vendor
2122026-05-20T17:07:09.331Zperl system 5.40 system
2132026-05-20T17:07:09.331Zpostgresql system 18 system
2142026-05-20T17:07:09.331Zpostgresql system 17 system
2152026-05-20T17:07:09.331Zpython vendor 3 vendor
2162026-05-20T17:07:09.331Zpython system 2 system
2172026-05-20T17:07:09.331Zpython3 vendor 3.13 vendor
2182026-05-20T17:07:09.331Zruby system 3.4 system
2192026-05-20T17:07:09.331Zruby system 3.0 system
2202026-05-20T17:07:09.331Zwords vendor vendor american-english
2212026-05-20T17:07:09.331Zwords system system australian-english
2222026-05-20T17:07:09.331Zwords system system british-english
2232026-05-20T17:07:09.331Zwords system system canadian-english
2242026-05-20T17:07:09.331Zwords system system french
2252026-05-20T17:07:09.331Zwords system system italian
2262026-05-20T17:07:09.331Zwords system system ngerman
2272026-05-20T17:07:09.331Zwords system system ogerman
2282026-05-20T17:07:09.331Zwords system system spanish
2292026-05-20T17:07:09.590ZPUBLISHER TYPE STATUS P LOCATION
2302026-05-20T17:07:09.590Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2312026-05-20T17:07:09.864ZFMRI IFO
2322026-05-20T17:07:09.864Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2332026-05-20T17:07:09.865Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2342026-05-20T17:07:09.865Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2352026-05-20T17:07:09.865Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2362026-05-20T17:07:09.865Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2372026-05-20T17:07:09.865Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2382026-05-20T17:07:09.865Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2392026-05-20T17:07:09.865Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2402026-05-20T17:07:09.865Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2412026-05-20T17:07:10.120Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2422026-05-20T17:07:10.750Z Updating crates.io index
2432026-05-20T17:07:10.780Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2442026-05-20T17:07:11.049Z Updating git repository `https://github.com/oxidecomputer/lldp`
2452026-05-20T17:07:12.329Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2462026-05-20T17:07:12.443Z Updating git repository `https://github.com/oxidecomputer/propolis`
2472026-05-20T17:07:13.481Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2482026-05-20T17:07:14.107Z Updating git repository `https://github.com/oxidecomputer/crucible`
2492026-05-20T17:07:15.454Z Updating git repository `https://github.com/oxidecomputer/opte`
2502026-05-20T17:07:16.621Z Updating git repository `https://github.com/oxidecomputer/tofino`
2512026-05-20T17:07:20.749Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522026-05-20T17:07:20.801Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-05-20T17:07:20.801Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2542026-05-20T17:07:20.801Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2552026-05-20T17:07:20.801Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2562026-05-20T17:07:20.834Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2572026-05-20T17:07:20.835Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2582026-05-20T17:07:20.835Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2592026-05-20T17:07:21.143Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2602026-05-20T17:07:21.529Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2612026-05-20T17:07:22.121Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2622026-05-20T17:07:22.414Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2632026-05-20T17:07:22.710Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2642026-05-20T17:07:23.140Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2652026-05-20T17:07:23.564Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2662026-05-20T17:07:23.988Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2672026-05-20T17:07:24.782Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2682026-05-20T17:07:25.102Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2692026-05-20T17:07:25.437Z Updating git repository `https://github.com/oxidecomputer/ispf`
2702026-05-20T17:07:26.640Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2712026-05-20T17:07:26.900Z Updating git repository `https://github.com/oxidecomputer/crucible`
2722026-05-20T17:07:28.203Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2732026-05-20T17:07:28.734Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2742026-05-20T17:07:29.148Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2752026-05-20T17:07:31.846Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2762026-05-20T17:07:31.987Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2772026-05-20T17:07:31.987Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2782026-05-20T17:07:31.987Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2792026-05-20T17:07:31.987Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2802026-05-20T17:07:31.987Z Updating git repository `https://github.com/illumos/smf-rs`
2812026-05-20T17:07:32.387Z Updating git repository `https://github.com/oxidecomputer/omicron`
2822026-05-20T17:07:43.832Z Downloading crates ...
2832026-05-20T17:07:43.890Z Downloaded block-buffer v0.10.4
2842026-05-20T17:07:43.893Z Downloaded bytecount v0.6.9
2852026-05-20T17:07:43.896Z Downloaded bitflags v2.11.0
2862026-05-20T17:07:43.899Z Downloaded anstream v0.6.21
2872026-05-20T17:07:43.899Z Downloaded usdt v0.5.0
2882026-05-20T17:07:43.899Z Downloaded macaddr v1.0.1
2892026-05-20T17:07:43.902Z Downloaded serde_core v1.0.228
2902026-05-20T17:07:43.905Z Downloaded proc-macro2 v1.0.106
2912026-05-20T17:07:43.905Z Downloaded fastrand v2.3.0
2922026-05-20T17:07:43.908Z Downloaded zerofrom-derive v0.1.6
2932026-05-20T17:07:43.911Z Downloaded cargo_toml v0.21.0
2942026-05-20T17:07:43.915Z Downloaded scroll v0.12.0
2952026-05-20T17:07:43.922Z Downloaded utf8_iter v1.0.4
2962026-05-20T17:07:43.922Z Downloaded plain v0.2.3
2972026-05-20T17:07:43.922Z Downloaded utf8parse v0.2.2
2982026-05-20T17:07:43.922Z Downloaded usdt-attr-macro v0.5.0
2992026-05-20T17:07:43.926Z Downloaded smawk v0.3.2
3002026-05-20T17:07:43.926Z Downloaded usdt-macro v0.5.0
3012026-05-20T17:07:43.926Z Downloaded cfg-if v1.0.4
3022026-05-20T17:07:43.926Z Downloaded thiserror v2.0.18
3032026-05-20T17:07:43.926Z Downloaded toml_write v0.1.2
3042026-05-20T17:07:43.926Z Downloaded fs-err v3.3.0
3052026-05-20T17:07:43.929Z Downloaded thiserror-impl v1.0.69
3062026-05-20T17:07:43.929Z Downloaded typenum v1.19.0
3072026-05-20T17:07:43.932Z Downloaded usdt-impl v0.5.0
3082026-05-20T17:07:43.932Z Downloaded idna_adapter v1.2.1
3092026-05-20T17:07:43.935Z Downloaded serde_spanned v0.6.9
3102026-05-20T17:07:43.935Z Downloaded serde_tokenstream v0.2.3
3112026-05-20T17:07:43.938Z Downloaded stable_deref_trait v1.2.1
3122026-05-20T17:07:43.938Z Downloaded yoke-derive v0.8.1
3132026-05-20T17:07:43.938Z Downloaded unicode-xid v0.2.6
3142026-05-20T17:07:43.938Z Downloaded typeid v1.0.3
3152026-05-20T17:07:43.941Z Downloaded thread-id v4.2.2
3162026-05-20T17:07:43.941Z Downloaded form_urlencoded v1.2.2
3172026-05-20T17:07:43.941Z Downloaded icu_collections v2.1.1
3182026-05-20T17:07:43.944Z Downloaded is_terminal_polyfill v1.70.2
3192026-05-20T17:07:43.951Z Downloaded unicode-linebreak v0.1.5
3202026-05-20T17:07:43.951Z Downloaded toml_datetime v0.6.11
3212026-05-20T17:07:43.951Z Downloaded tinystr v0.8.2
3222026-05-20T17:07:43.955Z Downloaded writeable v0.6.2
3232026-05-20T17:07:43.958Z Downloaded fnv v1.0.7
3242026-05-20T17:07:43.958Z Downloaded terminal_size v0.4.3
3252026-05-20T17:07:43.958Z Downloaded zmij v1.0.21
3262026-05-20T17:07:43.961Z Downloaded crypto-common v0.1.7
3272026-05-20T17:07:43.961Z Downloaded cpufeatures v0.2.17
3282026-05-20T17:07:43.961Z Downloaded displaydoc v0.2.5
3292026-05-20T17:07:43.968Z Downloaded zerocopy-derive v0.7.35
3302026-05-20T17:07:43.971Z Downloaded ucd-trie v0.1.7
3312026-05-20T17:07:43.974Z Downloaded toml v0.8.23
3322026-05-20T17:07:43.974Z Downloaded zerotrie v0.2.3
3332026-05-20T17:07:43.977Z Downloaded textwrap v0.16.2
3342026-05-20T17:07:43.977Z Downloaded thiserror-impl v2.0.18
3352026-05-20T17:07:43.980Z Downloaded heck v0.5.0
3362026-05-20T17:07:43.980Z Downloaded zerofrom v0.1.6
3372026-05-20T17:07:43.980Z Downloaded percent-encoding v2.3.2
3382026-05-20T17:07:43.980Z Downloaded unicode-ident v1.0.24
3392026-05-20T17:07:43.986Z Downloaded itoa v1.0.17
3402026-05-20T17:07:43.986Z Downloaded zerovec-derive v0.11.2
3412026-05-20T17:07:43.986Z Downloaded errno v0.3.14
3422026-05-20T17:07:43.989Z Downloaded clap_lex v1.0.0
3432026-05-20T17:07:43.989Z Downloaded equivalent v1.0.2
3442026-05-20T17:07:43.989Z Downloaded yoke v0.8.1
3452026-05-20T17:07:43.989Z Downloaded version_check v0.9.5
3462026-05-20T17:07:43.989Z Downloaded memmap v0.7.0
3472026-05-20T17:07:43.989Z Downloaded ordered-float v2.10.1
3482026-05-20T17:07:43.989Z Downloaded cargo-platform v0.2.0
3492026-05-20T17:07:43.992Z Downloaded thiserror v1.0.69
3502026-05-20T17:07:43.995Z Downloaded colorchoice v1.0.4
3512026-05-20T17:07:43.995Z Downloaded heck v0.4.1
3522026-05-20T17:07:43.995Z Downloaded proc-macro-error-attr v1.0.4
3532026-05-20T17:07:43.998Z Downloaded tabled_derive v0.7.0
3542026-05-20T17:07:43.998Z Downloaded serde-value v0.7.0
3552026-05-20T17:07:44.002Z Downloaded pretty-hex v0.4.1
3562026-05-20T17:07:44.002Z Downloaded strsim v0.11.1
3572026-05-20T17:07:44.002Z Downloaded swrite v0.1.0
3582026-05-20T17:07:44.005Z Downloaded generic-array v0.14.7
3592026-05-20T17:07:44.008Z Downloaded scroll_derive v0.12.1
3602026-05-20T17:07:44.012Z Downloaded toml_edit v0.22.27
3612026-05-20T17:07:44.017Z Downloaded dof v0.3.0
3622026-05-20T17:07:44.020Z Downloaded zerovec v0.11.5
3632026-05-20T17:07:44.023Z Downloaded url v2.5.8
3642026-05-20T17:07:44.023Z Downloaded zerocopy v0.7.35
3652026-05-20T17:07:44.032Z Downloaded quote v1.0.45
3662026-05-20T17:07:44.035Z Downloaded digest v0.10.7
3672026-05-20T17:07:44.035Z Downloaded anstyle-query v1.1.5
3682026-05-20T17:07:44.038Z Downloaded unicode-width v0.1.14
3692026-05-20T17:07:44.040Z Downloaded anstyle v1.0.13
3702026-05-20T17:07:44.041Z Downloaded winnow v0.7.14
3712026-05-20T17:07:44.045Z Downloaded synstructure v0.13.2
3722026-05-20T17:07:44.048Z Downloaded unicode-width v0.2.0
3732026-05-20T17:07:44.051Z Downloaded cargo_metadata v0.21.0
3742026-05-20T17:07:44.051Z Downloaded camino-tempfile v1.4.1
3752026-05-20T17:07:44.051Z Downloaded serde-untagged v0.1.9
3762026-05-20T17:07:44.053Z Downloaded potential_utf v0.1.4
3772026-05-20T17:07:44.054Z Downloaded erased-serde v0.4.9
3782026-05-20T17:07:44.054Z Downloaded sha2 v0.10.9
3792026-05-20T17:07:44.057Z Downloaded proc-macro-error v1.0.4
3802026-05-20T17:07:44.057Z Downloaded dtrace-parser v0.2.0
3812026-05-20T17:07:44.057Z Downloaded pest_generator v2.8.6
3822026-05-20T17:07:44.060Z Downloaded once_cell v1.21.3
3832026-05-20T17:07:44.060Z Downloaded clap v4.5.60
3842026-05-20T17:07:44.063Z Downloaded clap_derive v4.5.55
3852026-05-20T17:07:44.066Z Downloaded icu_provider v2.1.1
3862026-05-20T17:07:44.066Z Downloaded anyhow v1.0.102
3872026-05-20T17:07:44.069Z Downloaded autocfg v1.5.0
3882026-05-20T17:07:44.072Z Downloaded icu_properties v2.1.2
3892026-05-20T17:07:44.072Z Downloaded anstyle-parse v0.2.7
3902026-05-20T17:07:44.072Z Downloaded byteorder v1.5.0
3912026-05-20T17:07:44.075Z Downloaded cargo-util-schemas v0.8.2
3922026-05-20T17:07:44.078Z Downloaded semver v1.0.28
3932026-05-20T17:07:44.081Z Downloaded pest_derive v2.8.6
3942026-05-20T17:07:44.084Z Downloaded litemap v0.8.1
3952026-05-20T17:07:44.090Z Downloaded tempfile v3.25.0
3962026-05-20T17:07:44.093Z Downloaded smallvec v1.15.1
3972026-05-20T17:07:44.093Z Downloaded icu_normalizer_data v2.1.1
3982026-05-20T17:07:44.098Z Downloaded serde_derive v1.0.228
3992026-05-20T17:07:44.101Z Downloaded papergrid v0.11.0
4002026-05-20T17:07:44.104Z Downloaded getrandom v0.4.1
4012026-05-20T17:07:44.107Z Downloaded log v0.4.29
4022026-05-20T17:07:44.109Z Downloaded camino v1.2.2
4032026-05-20T17:07:44.114Z Downloaded icu_locale_core v2.1.1
4042026-05-20T17:07:44.123Z Downloaded pest_meta v2.8.6
4052026-05-20T17:07:44.126Z Downloaded num-traits v0.2.19
4062026-05-20T17:07:44.132Z Downloaded serde v1.0.228
4072026-05-20T17:07:44.137Z Downloaded icu_normalizer v2.1.1
4082026-05-20T17:07:44.145Z Downloaded serde_json v1.0.149
4092026-05-20T17:07:44.150Z Downloaded memchr v2.8.0
4102026-05-20T17:07:44.154Z Downloaded hashbrown v0.17.0
4112026-05-20T17:07:44.157Z Downloaded pest v2.8.6
4122026-05-20T17:07:44.160Z Downloaded indexmap v2.14.0
4132026-05-20T17:07:44.163Z Downloaded clap_builder v4.5.60
4142026-05-20T17:07:44.179Z Downloaded idna v1.1.0
4152026-05-20T17:07:44.188Z Downloaded icu_properties_data v2.1.2
4162026-05-20T17:07:44.196Z Downloaded goblin v0.8.2
4172026-05-20T17:07:44.207Z Downloaded tabled v0.15.0
4182026-05-20T17:07:44.215Z Downloaded syn v1.0.109
4192026-05-20T17:07:44.224Z Downloaded syn v2.0.117
4202026-05-20T17:07:44.234Z Downloaded rustix v1.1.3
4212026-05-20T17:07:44.261Z Downloaded libc v0.2.185
4222026-05-20T17:07:44.331Z Compiling proc-macro2 v1.0.106
4232026-05-20T17:07:44.332Z Compiling unicode-ident v1.0.24
4242026-05-20T17:07:44.335Z Compiling quote v1.0.45
4252026-05-20T17:07:44.336Z Compiling serde_core v1.0.228
4262026-05-20T17:07:44.336Z Compiling libc v0.2.185
4272026-05-20T17:07:44.336Z Compiling version_check v0.9.5
4282026-05-20T17:07:44.336Z Compiling stable_deref_trait v1.2.1
4292026-05-20T17:07:44.336Z Compiling memchr v2.8.0
4302026-05-20T17:07:44.614Z Compiling serde v1.0.228
4312026-05-20T17:07:44.658Z Compiling zmij v1.0.21
4322026-05-20T17:07:44.874Z Compiling thiserror v1.0.69
4332026-05-20T17:07:45.170Z Compiling autocfg v1.5.0
4342026-05-20T17:07:45.210Z Compiling ucd-trie v0.1.7
4352026-05-20T17:07:45.224Z Compiling itoa v1.0.17
4362026-05-20T17:07:45.424Z Compiling pest v2.8.6
4372026-05-20T17:07:45.478Z Compiling litemap v0.8.1
4382026-05-20T17:07:45.539Z Compiling writeable v0.6.2
4392026-05-20T17:07:45.623Z Compiling icu_normalizer_data v2.1.1
4402026-05-20T17:07:45.671Z Compiling byteorder v1.5.0
4412026-05-20T17:07:45.731Z Compiling rustix v1.1.3
4422026-05-20T17:07:45.882Z Compiling icu_properties_data v2.1.2
4432026-05-20T17:07:45.965Z Compiling errno v0.3.14
4442026-05-20T17:07:46.052Z Compiling syn v2.0.117
4452026-05-20T17:07:46.083Z Compiling bitflags v2.11.0
4462026-05-20T17:07:46.111Z Compiling serde_json v1.0.149
4472026-05-20T17:07:46.326Z Compiling num-traits v0.2.19
4482026-05-20T17:07:46.341Z Compiling typeid v1.0.3
4492026-05-20T17:07:46.355Z Compiling hashbrown v0.17.0
4502026-05-20T17:07:46.504Z Compiling pest_meta v2.8.6
4512026-05-20T17:07:46.681Z Compiling smallvec v1.15.1
4522026-05-20T17:07:46.782Z Compiling equivalent v1.0.2
4532026-05-20T17:07:46.871Z Compiling indexmap v2.14.0
4542026-05-20T17:07:46.959Z Compiling thread-id v4.2.2
4552026-05-20T17:07:47.028Z Compiling proc-macro-error-attr v1.0.4
4562026-05-20T17:07:47.071Z Compiling usdt-impl v0.5.0
4572026-05-20T17:07:47.085Z Compiling winnow v0.7.14
4582026-05-20T17:07:47.207Z Compiling toml_write v0.1.2
4592026-05-20T17:07:47.388Z Compiling erased-serde v0.4.9
4602026-05-20T17:07:47.405Z Compiling syn v1.0.109
4612026-05-20T17:07:47.731Z Compiling proc-macro-error v1.0.4
4622026-05-20T17:07:47.761Z Compiling utf8_iter v1.0.4
4632026-05-20T17:07:47.912Z Compiling log v0.4.29
4642026-05-20T17:07:47.926Z Compiling getrandom v0.4.1
4652026-05-20T17:07:48.094Z Compiling plain v0.2.3
4662026-05-20T17:07:48.139Z Compiling utf8parse v0.2.2
4672026-05-20T17:07:48.156Z Compiling camino v1.2.2
4682026-05-20T17:07:48.203Z Compiling thiserror v2.0.18
4692026-05-20T17:07:48.252Z Compiling percent-encoding v2.3.2
4702026-05-20T17:07:48.290Z Compiling anstyle-parse v0.2.7
4712026-05-20T17:07:48.317Z Compiling ordered-float v2.10.1
4722026-05-20T17:07:48.447Z Compiling form_urlencoded v1.2.2
4732026-05-20T17:07:48.589Z Compiling terminal_size v0.4.3
4742026-05-20T17:07:48.690Z Compiling synstructure v0.13.2
4752026-05-20T17:07:48.733Z Compiling pest_generator v2.8.6
4762026-05-20T17:07:48.736Z Compiling anstyle v1.0.13
4772026-05-20T17:07:48.827Z Compiling pretty-hex v0.4.1
4782026-05-20T17:07:48.966Z Compiling colorchoice v1.0.4
4792026-05-20T17:07:49.041Z Compiling anstyle-query v1.1.5
4802026-05-20T17:07:49.055Z Compiling is_terminal_polyfill v1.70.2
4812026-05-20T17:07:49.071Z Compiling cfg-if v1.0.4
4822026-05-20T17:07:49.159Z Compiling anstream v0.6.21
4832026-05-20T17:07:49.163Z Compiling serde-untagged v0.1.9
4842026-05-20T17:07:49.329Z Compiling semver v1.0.28
4852026-05-20T17:07:49.423Z Compiling fs-err v3.3.0
4862026-05-20T17:07:49.497Z Compiling bytecount v0.6.9
4872026-05-20T17:07:49.527Z Compiling clap_lex v1.0.0
4882026-05-20T17:07:49.616Z Compiling fnv v1.0.7
4892026-05-20T17:07:49.634Z Compiling strsim v0.11.1
4902026-05-20T17:07:49.675Z Compiling anyhow v1.0.102
4912026-05-20T17:07:49.693Z Compiling unicode-xid v0.2.6
4922026-05-20T17:07:49.717Z Compiling unicode-width v0.1.14
4932026-05-20T17:07:49.817Z Compiling heck v0.4.1
4942026-05-20T17:07:50.004Z Compiling once_cell v1.21.3
4952026-05-20T17:07:50.008Z Compiling heck v0.5.0
4962026-05-20T17:07:50.008Z Compiling fastrand v2.3.0
4972026-05-20T17:07:50.077Z Compiling papergrid v0.11.0
4982026-05-20T17:07:50.195Z Compiling tempfile v3.25.0
4992026-05-20T17:07:50.232Z Compiling clap_builder v4.5.60
5002026-05-20T17:07:50.317Z Compiling memmap v0.7.0
5012026-05-20T17:07:50.365Z Compiling unicode-linebreak v0.1.5
5022026-05-20T17:07:50.465Z Compiling unicode-width v0.2.0
5032026-05-20T17:07:50.535Z Compiling serde_derive v1.0.228
5042026-05-20T17:07:50.588Z Compiling zerofrom-derive v0.1.6
5052026-05-20T17:07:50.609Z Compiling yoke-derive v0.8.1
5062026-05-20T17:07:50.708Z Compiling zerovec-derive v0.11.2
5072026-05-20T17:07:50.743Z Compiling displaydoc v0.2.5
5082026-05-20T17:07:51.496Z Compiling thiserror-impl v1.0.69
5092026-05-20T17:07:51.542Z Compiling zerocopy-derive v0.7.35
5102026-05-20T17:07:51.770Z Compiling pest_derive v2.8.6
5112026-05-20T17:07:51.828Z Compiling scroll_derive v0.12.1
5122026-05-20T17:07:52.005Z Compiling zerofrom v0.1.6
5132026-05-20T17:07:52.138Z Compiling yoke v0.8.1
5142026-05-20T17:07:52.192Z Compiling thiserror-impl v2.0.18
5152026-05-20T17:07:52.336Z Compiling zerovec v0.11.5
5162026-05-20T17:07:52.405Z Compiling zerotrie v0.2.3
5172026-05-20T17:07:52.499Z Compiling zerocopy v0.7.35
5182026-05-20T17:07:52.717Z Compiling scroll v0.12.0
5192026-05-20T17:07:52.845Z Compiling tinystr v0.8.2
5202026-05-20T17:07:52.864Z Compiling potential_utf v0.1.4
5212026-05-20T17:07:52.977Z Compiling dtrace-parser v0.2.0
5222026-05-20T17:07:53.023Z Compiling icu_locale_core v2.1.1
5232026-05-20T17:07:53.050Z Compiling icu_collections v2.1.1
5242026-05-20T17:07:53.064Z Compiling goblin v0.8.2
5252026-05-20T17:07:53.327Z Compiling tabled_derive v0.7.0
5262026-05-20T17:07:53.397Z Compiling clap_derive v4.5.55
5272026-05-20T17:07:53.663Z Compiling icu_provider v2.1.1
5282026-05-20T17:07:53.725Z Compiling smawk v0.3.2
5292026-05-20T17:07:53.881Z Compiling textwrap v0.16.2
5302026-05-20T17:07:53.921Z Compiling icu_normalizer v2.1.1
5312026-05-20T17:07:53.992Z Compiling toml_datetime v0.6.11
5322026-05-20T17:07:54.048Z Compiling serde_spanned v0.6.9
5332026-05-20T17:07:54.119Z Compiling icu_properties v2.1.2
5342026-05-20T17:07:54.195Z Compiling dof v0.3.0
5352026-05-20T17:07:54.288Z Compiling toml_edit v0.22.27
5362026-05-20T17:07:54.304Z Compiling serde_tokenstream v0.2.3
5372026-05-20T17:07:54.375Z Compiling serde-value v0.7.0
5382026-05-20T17:07:54.594Z Compiling cargo-platform v0.2.0
5392026-05-20T17:07:54.631Z Compiling tabled v0.15.0
5402026-05-20T17:07:54.739Z Compiling macaddr v1.0.1
5412026-05-20T17:07:54.874Z Compiling camino-tempfile v1.4.1
5422026-05-20T17:07:55.102Z Compiling idna_adapter v1.2.1
5432026-05-20T17:07:55.129Z Compiling usdt-attr-macro v0.5.0
5442026-05-20T17:07:55.242Z Compiling idna v1.1.0
5452026-05-20T17:07:55.242Z Compiling usdt-macro v0.5.0
5462026-05-20T17:07:55.274Z Compiling clap v4.5.60
5472026-05-20T17:07:55.357Z Compiling swrite v0.1.0
5482026-05-20T17:07:55.654Z Compiling url v2.5.8
5492026-05-20T17:07:55.835Z Compiling toml v0.8.23
5502026-05-20T17:07:55.919Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5512026-05-20T17:07:56.178Z Compiling cargo-util-schemas v0.8.2
5522026-05-20T17:07:56.182Z Compiling cargo_toml v0.21.0
5532026-05-20T17:07:56.412Z Compiling usdt v0.5.0
5542026-05-20T17:07:57.084Z Compiling cargo_metadata v0.21.0
5552026-05-20T17:07:58.004Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5562026-05-20T17:08:00.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.18s
5572026-05-20T17:08:00.378Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5582026-05-20T17:08:00.955Z Downloading crates ...
5592026-05-20T17:08:01.045Z Downloaded aead v0.5.2
5602026-05-20T17:08:01.063Z Downloaded atomicwrites v0.4.4
5612026-05-20T17:08:01.067Z Downloaded array-init v0.0.4
5622026-05-20T17:08:01.067Z Downloaded byte-wrapper v0.1.0
5632026-05-20T17:08:01.071Z Downloaded blowfish v0.9.1
5642026-05-20T17:08:01.071Z Downloaded backoff v0.4.0
5652026-05-20T17:08:01.071Z Downloaded darling v0.23.0
5662026-05-20T17:08:01.077Z Downloaded async-compression v0.4.41
5672026-05-20T17:08:01.081Z Downloaded bcrypt-pbkdf v0.10.0
5682026-05-20T17:08:01.081Z Downloaded darling v0.21.3
5692026-05-20T17:08:01.084Z Downloaded darling_core v0.20.11
5702026-05-20T17:08:01.084Z Downloaded crc32fast v1.5.0
5712026-05-20T17:08:01.087Z Downloaded ahash v0.8.12
5722026-05-20T17:08:01.087Z Downloaded async-recursion v1.1.1
5732026-05-20T17:08:01.090Z Downloaded crc-catalog v2.4.0
5742026-05-20T17:08:01.090Z Downloaded display-error-chain v0.2.2
5752026-05-20T17:08:01.094Z Downloaded camino-tempfile-ext v0.3.3
5762026-05-20T17:08:01.094Z Downloaded adler2 v2.0.1
5772026-05-20T17:08:01.094Z Downloaded debug-ignore v1.0.5
5782026-05-20T17:08:01.097Z Downloaded atty v0.2.14
5792026-05-20T17:08:01.097Z Downloaded assert_matches v1.5.0
5802026-05-20T17:08:01.097Z Downloaded cassowary v0.3.0
5812026-05-20T17:08:01.100Z Downloaded bitflags v1.3.2
5822026-05-20T17:08:01.100Z Downloaded diesel-dtrace v0.5.0
5832026-05-20T17:08:01.100Z Downloaded derive-ex v0.1.8
5842026-05-20T17:08:01.103Z Downloaded defmt v0.3.100
5852026-05-20T17:08:01.103Z Downloaded bit-vec v0.8.0
5862026-05-20T17:08:01.103Z Downloaded bit-set v0.5.3
5872026-05-20T17:08:01.106Z Downloaded document-features v0.2.12
5882026-05-20T17:08:01.106Z Downloaded diesel_derives v2.3.7
5892026-05-20T17:08:01.109Z Downloaded fixedbitset v0.4.2
5902026-05-20T17:08:01.112Z Downloaded enum-as-inner v0.6.1
5912026-05-20T17:08:01.112Z Downloaded derive_builder_macro v0.20.2
5922026-05-20T17:08:01.112Z Downloaded difflib v0.4.0
5932026-05-20T17:08:01.116Z Downloaded fd-lock v4.0.4
5942026-05-20T17:08:01.116Z Downloaded crossbeam-epoch v0.9.18
5952026-05-20T17:08:01.116Z Downloaded chacha20 v0.10.0
5962026-05-20T17:08:01.118Z Downloaded dof v0.4.0
5972026-05-20T17:08:01.119Z Downloaded des v0.8.1
5982026-05-20T17:08:01.121Z Downloaded derive_more v0.99.20
5992026-05-20T17:08:01.124Z Downloaded daft v0.1.5
6002026-05-20T17:08:01.124Z Downloaded base64 v0.21.7
6012026-05-20T17:08:01.127Z Downloaded darling_macro v0.21.3
6022026-05-20T17:08:01.127Z Downloaded fixedbitset v0.5.7
6032026-05-20T17:08:01.127Z Downloaded crunchy v0.2.4
6042026-05-20T17:08:01.130Z Downloaded cargo-platform v0.1.9
6052026-05-20T17:08:01.130Z Downloaded endian-type v0.1.2
6062026-05-20T17:08:01.130Z Downloaded darling_macro v0.23.0
6072026-05-20T17:08:01.130Z Downloaded castaway v0.2.4
6082026-05-20T17:08:01.133Z Downloaded async-stream v0.3.6
6092026-05-20T17:08:01.133Z Downloaded dropshot_endpoint v0.17.0
6102026-05-20T17:08:01.136Z Downloaded cpufeatures v0.3.0
6112026-05-20T17:08:01.136Z Downloaded arrayvec v0.7.6
6122026-05-20T17:08:01.139Z Downloaded float-cmp v0.10.0
6132026-05-20T17:08:01.139Z Downloaded data-encoding v2.10.0
6142026-05-20T17:08:01.139Z Downloaded derive_more v2.1.1
6152026-05-20T17:08:01.145Z Downloaded der_derive v0.7.3
6162026-05-20T17:08:01.148Z Downloaded crucible-workspace-hack v0.1.0
6172026-05-20T17:08:01.148Z Downloaded crc8 v0.1.1
6182026-05-20T17:08:01.148Z Downloaded convert_case v0.4.0
6192026-05-20T17:08:01.151Z Downloaded compression-core v0.4.31
6202026-05-20T17:08:01.151Z Downloaded bb8 v0.8.6
6212026-05-20T17:08:01.151Z Downloaded backon v1.6.0
6222026-05-20T17:08:01.154Z Downloaded embedded-io v0.6.1
6232026-05-20T17:08:01.154Z Downloaded dyn-clone v1.0.20
6242026-05-20T17:08:01.154Z Downloaded console v0.16.2
6252026-05-20T17:08:01.157Z Downloaded clang-sys v1.8.1
6262026-05-20T17:08:01.157Z Downloaded cipher v0.4.4
6272026-05-20T17:08:01.160Z Downloaded ena v0.14.4
6282026-05-20T17:08:01.160Z Downloaded foreign-types v0.5.0
6292026-05-20T17:08:01.163Z Downloaded funty v2.0.0
6302026-05-20T17:08:01.163Z Downloaded cstr-argument v0.1.2
6312026-05-20T17:08:01.163Z Downloaded crc v3.4.0
6322026-05-20T17:08:01.163Z Downloaded foreign-types v0.3.2
6332026-05-20T17:08:01.203Z Downloaded async-stream-impl v0.3.6
6342026-05-20T17:08:01.203Z Downloaded embedded-io v0.4.0
6352026-05-20T17:08:01.203Z Downloaded futures-task v0.3.32
6362026-05-20T17:08:01.207Z Downloaded dtrace-parser v0.3.0
6372026-05-20T17:08:01.207Z Downloaded cbc v0.1.2
6382026-05-20T17:08:01.207Z Downloaded ctr v0.9.2
6392026-05-20T17:08:01.207Z Downloaded defmt-parser v1.0.0
6402026-05-20T17:08:01.207Z Downloaded ciborium-ll v0.2.2
6412026-05-20T17:08:01.207Z Downloaded compression-codecs v0.4.37
6422026-05-20T17:08:01.207Z Downloaded foreign-types-shared v0.3.1
6432026-05-20T17:08:01.207Z Downloaded ghash v0.5.1
6442026-05-20T17:08:01.207Z Downloaded dirs-next v2.0.0
6452026-05-20T17:08:01.207Z Downloaded find-msvc-tools v0.1.9
6462026-05-20T17:08:01.207Z Downloaded ciborium-io v0.2.2
6472026-05-20T17:08:01.207Z Downloaded block-padding v0.3.3
6482026-05-20T17:08:01.207Z Downloaded futures-macro v0.3.32
6492026-05-20T17:08:01.207Z Downloaded float-ord v0.3.2
6502026-05-20T17:08:01.207Z Downloaded diesel_table_macro_syntax v0.3.0
6512026-05-20T17:08:01.207Z Downloaded gethostname v0.5.0
6522026-05-20T17:08:01.207Z Downloaded cfg_aliases v0.2.1
6532026-05-20T17:08:01.207Z Downloaded dirs-sys-next v0.1.2
6542026-05-20T17:08:01.207Z Downloaded flagset v0.4.7
6552026-05-20T17:08:01.207Z Downloaded cobs v0.3.0
6562026-05-20T17:08:01.207Z Downloaded bit-vec v0.6.3
6572026-05-20T17:08:01.207Z Downloaded defmt v1.0.1
6582026-05-20T17:08:01.207Z Downloaded fallible-iterator v0.2.0
6592026-05-20T17:08:01.207Z Downloaded const_format_proc_macros v0.2.34
6602026-05-20T17:08:01.207Z Downloaded corncobs v0.1.4
6612026-05-20T17:08:01.207Z Downloaded flume v0.11.1
6622026-05-20T17:08:01.207Z Downloaded base16ct v0.2.0
6632026-05-20T17:08:01.207Z Downloaded convert_case v0.10.0
6642026-05-20T17:08:01.207Z Downloaded bit-set v0.8.0
6652026-05-20T17:08:01.208Z Downloaded env_filter v1.0.0
6662026-05-20T17:08:01.208Z Downloaded dsl_auto_type v0.2.0
6672026-05-20T17:08:01.208Z Downloaded cargo_metadata v0.19.2
6682026-05-20T17:08:01.208Z Downloaded fxhash v0.2.1
6692026-05-20T17:08:01.208Z Downloaded console v0.15.11
6702026-05-20T17:08:01.212Z Downloaded foreign-types-shared v0.1.1
6712026-05-20T17:08:01.212Z Downloaded foreign-types-macros v0.2.3
6722026-05-20T17:08:01.212Z Downloaded futures-sink v0.3.32
6732026-05-20T17:08:01.212Z Downloaded dropshot-api-manager-types v0.7.1
6742026-05-20T17:08:01.212Z Downloaded ar_archive_writer v0.5.1
6752026-05-20T17:08:01.215Z Downloaded foldhash v0.2.0
6762026-05-20T17:08:01.216Z Downloaded hex v0.4.3
6772026-05-20T17:08:01.219Z Downloaded hostname v0.3.1
6782026-05-20T17:08:01.219Z Downloaded home v0.5.12
6792026-05-20T17:08:01.219Z Downloaded http-body v1.0.1
6802026-05-20T17:08:01.219Z Downloaded downcast-rs v2.0.2
6812026-05-20T17:08:01.222Z Downloaded git-stub v1.0.0
6822026-05-20T17:08:01.222Z Downloaded ff v0.13.1
6832026-05-20T17:08:01.222Z Downloaded csv-core v0.1.13
6842026-05-20T17:08:01.225Z Downloaded bitfield v0.19.4
6852026-05-20T17:08:01.225Z Downloaded chacha20 v0.9.1
6862026-05-20T17:08:01.229Z Downloaded fs_extra v1.3.0
6872026-05-20T17:08:01.229Z Downloaded curve25519-dalek-derive v0.1.1
6882026-05-20T17:08:01.229Z Downloaded hash32 v0.2.1
6892026-05-20T17:08:01.233Z Downloaded bzip2 v0.6.1
6902026-05-20T17:08:01.233Z Downloaded headers-core v0.3.0
6912026-05-20T17:08:01.233Z Downloaded bcs v0.1.6
6922026-05-20T17:08:01.233Z Downloaded argon2 v0.5.3
6932026-05-20T17:08:01.236Z Downloaded futures-executor v0.3.32
6942026-05-20T17:08:01.236Z Downloaded ecdsa v0.16.9
6952026-05-20T17:08:01.239Z Downloaded critical-section v1.2.0
6962026-05-20T17:08:01.240Z Downloaded futures-io v0.3.32
6972026-05-20T17:08:01.240Z Downloaded cookie_store v0.22.1
6982026-05-20T17:08:01.242Z Downloaded hostname v0.4.2
6992026-05-20T17:08:01.242Z Downloaded foldhash v0.1.5
7002026-05-20T17:08:01.245Z Downloaded httpdate v1.0.3
7012026-05-20T17:08:01.245Z Downloaded colored v2.2.0
7022026-05-20T17:08:01.245Z Downloaded defmt-macros v1.0.1
7032026-05-20T17:08:01.248Z Downloaded globwalk v0.9.1
7042026-05-20T17:08:01.251Z Downloaded ident_case v1.0.1
7052026-05-20T17:08:01.251Z Downloaded hubpack v0.1.2
7062026-05-20T17:08:01.251Z Downloaded illumos-nvpair v0.3.0
7072026-05-20T17:08:01.251Z Downloaded http-range v0.1.5
7082026-05-20T17:08:01.254Z Downloaded hash32 v0.3.1
7092026-05-20T17:08:01.254Z Downloaded crossbeam-channel v0.5.15
7102026-05-20T17:08:01.257Z Downloaded illumos-nvpair-sys v0.2.0
7112026-05-20T17:08:01.257Z Downloaded hyper-tls v0.6.0
7122026-05-20T17:08:01.260Z Downloaded hubpack_derive v0.1.1
7132026-05-20T17:08:01.261Z Downloaded hex-literal v0.4.1
7142026-05-20T17:08:01.261Z Downloaded group v0.13.0
7152026-05-20T17:08:01.261Z Downloaded glob v0.3.3
7162026-05-20T17:08:01.264Z Downloaded derive_builder_core v0.20.2
7172026-05-20T17:08:01.264Z Downloaded constant_time_eq v0.4.2
7182026-05-20T17:08:01.267Z Downloaded futures-core v0.3.32
7192026-05-20T17:08:01.267Z Downloaded is_ci v1.2.0
7202026-05-20T17:08:01.270Z Downloaded is-terminal v0.4.17
7212026-05-20T17:08:01.270Z Downloaded internet-checksum v0.2.1
7222026-05-20T17:08:01.270Z Downloaded fs-err v2.11.0
7232026-05-20T17:08:01.270Z Downloaded chacha20poly1305 v0.10.1
7242026-05-20T17:08:01.273Z Downloaded instant v0.1.13
7252026-05-20T17:08:01.273Z Downloaded kstat-rs v0.2.4
7262026-05-20T17:08:01.276Z Downloaded instability v0.3.11
7272026-05-20T17:08:01.276Z Downloaded inout v0.1.4
7282026-05-20T17:08:01.276Z Downloaded indent_write v2.2.0
7292026-05-20T17:08:01.279Z Downloaded blake2 v0.10.6
7302026-05-20T17:08:01.279Z Downloaded async-trait v0.1.89
7312026-05-20T17:08:01.282Z Downloaded futures-channel v0.3.32
7322026-05-20T17:08:01.282Z Downloaded allocator-api2 v0.2.21
7332026-05-20T17:08:01.285Z Downloaded crossbeam-utils v0.8.21
7342026-05-20T17:08:01.288Z Downloaded daft-derive v0.1.5
7352026-05-20T17:08:01.291Z Downloaded getrandom v0.2.17
7362026-05-20T17:08:01.291Z Downloaded lalrpop-util v0.19.12
7372026-05-20T17:08:01.294Z Downloaded derive_builder v0.20.2
7382026-05-20T17:08:01.297Z Downloaded lru v0.12.5
7392026-05-20T17:08:01.297Z Downloaded libscf-sys v1.1.0
7402026-05-20T17:08:01.297Z Downloaded indoc v1.0.9
7412026-05-20T17:08:01.300Z Downloaded lazy_static v1.5.0
7422026-05-20T17:08:01.303Z Downloaded maybe-uninit v2.0.0
7432026-05-20T17:08:01.303Z Downloaded lru-slab v0.1.2
7442026-05-20T17:08:01.303Z Downloaded linked-hash-map v0.5.6
7452026-05-20T17:08:01.303Z Downloaded git-stub-vcs v0.1.0
7462026-05-20T17:08:01.307Z Downloaded crc-any v2.5.0
7472026-05-20T17:08:01.307Z Downloaded managed v0.8.0
7482026-05-20T17:08:01.310Z Downloaded indoc v2.0.7
7492026-05-20T17:08:01.310Z Downloaded multimap v0.10.1
7502026-05-20T17:08:01.310Z Downloaded match_cfg v0.1.0
7512026-05-20T17:08:01.310Z Downloaded lzss v0.8.2
7522026-05-20T17:08:01.313Z Downloaded lru-cache v0.1.2
7532026-05-20T17:08:01.313Z Downloaded hyper-staticfile v0.10.1
7542026-05-20T17:08:01.316Z Downloaded crossbeam-deque v0.8.6
7552026-05-20T17:08:01.316Z Downloaded bumpalo v3.20.2
7562026-05-20T17:08:01.320Z Downloaded erased-serde v0.3.31
7572026-05-20T17:08:01.320Z Downloaded humantime v2.3.0
7582026-05-20T17:08:01.324Z Downloaded md-5 v0.10.6
7592026-05-20T17:08:01.324Z Downloaded keccak v0.1.6
7602026-05-20T17:08:01.324Z Downloaded memoffset v0.9.1
7612026-05-20T17:08:01.324Z Downloaded ipnetwork v0.21.1
7622026-05-20T17:08:01.327Z Downloaded newline-converter v0.3.0
7632026-05-20T17:08:01.327Z Downloaded new_debug_unreachable v1.0.6
7642026-05-20T17:08:01.327Z Downloaded globset v0.4.18
7652026-05-20T17:08:01.330Z Downloaded num-conv v0.2.0
7662026-05-20T17:08:01.330Z Downloaded ed25519 v2.2.3
7672026-05-20T17:08:01.330Z Downloaded cookie v0.18.1
7682026-05-20T17:08:01.333Z Downloaded num-iter v0.1.45
7692026-05-20T17:08:01.333Z Downloaded num-derive v0.4.2
7702026-05-20T17:08:01.337Z Downloaded num_enum_derive v0.5.11
7712026-05-20T17:08:01.337Z Downloaded num-derive v0.3.3
7722026-05-20T17:08:01.337Z Downloaded ingot-types v0.1.2
7732026-05-20T17:08:01.341Z Downloaded half v1.8.3
7742026-05-20T17:08:01.341Z Downloaded ipnet v2.11.0
7752026-05-20T17:08:01.341Z Downloaded newtype-uuid-macros v0.1.0
7762026-05-20T17:08:01.344Z Downloaded nodrop v0.1.14
7772026-05-20T17:08:01.344Z Downloaded compact_str v0.8.1
7782026-05-20T17:08:01.347Z Downloaded ciborium v0.2.2
7792026-05-20T17:08:01.347Z Downloaded cancel-safe-futures v0.1.5
7802026-05-20T17:08:01.351Z Downloaded ingot v0.1.1
7812026-05-20T17:08:01.351Z Downloaded const-oid v0.9.6
7822026-05-20T17:08:01.354Z Downloaded libloading v0.8.9
7832026-05-20T17:08:01.354Z Downloaded linear-map v1.2.0
7842026-05-20T17:08:01.354Z Downloaded libsw-core v0.3.2
7852026-05-20T17:08:01.357Z Downloaded iana-time-zone v0.1.65
7862026-05-20T17:08:01.361Z Downloaded num_threads v0.1.7
7872026-05-20T17:08:01.361Z Downloaded colored v3.1.1
7882026-05-20T17:08:01.361Z Downloaded olpc-cjson v0.1.4
7892026-05-20T17:08:01.364Z Downloaded nibble_vec v0.1.0
7902026-05-20T17:08:01.365Z Downloaded normalize-line-endings v0.3.0
7912026-05-20T17:08:01.365Z Downloaded nonempty v0.12.0
7922026-05-20T17:08:01.365Z Downloaded hyper-rustls v0.27.7
7932026-05-20T17:08:01.369Z Downloaded bytes v1.11.1
7942026-05-20T17:08:01.372Z Downloaded diff v0.1.13
7952026-05-20T17:08:01.372Z Downloaded oso-derive v0.27.3
7962026-05-20T17:08:01.372Z Downloaded openssl-probe v0.2.1
7972026-05-20T17:08:01.372Z Downloaded nanorand v0.7.0
7982026-05-20T17:08:01.375Z Downloaded jobserver v0.1.34
7992026-05-20T17:08:01.375Z Downloaded md5 v0.7.0
8002026-05-20T17:08:01.378Z Downloaded maplit v1.0.2
8012026-05-20T17:08:01.378Z Downloaded httparse v1.10.1
8022026-05-20T17:08:01.381Z Downloaded libsw v3.5.0
8032026-05-20T17:08:01.381Z Downloaded libefi-sys v0.1.0
8042026-05-20T17:08:01.381Z Downloaded lock_api v0.4.14
8052026-05-20T17:08:01.384Z Downloaded darling v0.20.11
8062026-05-20T17:08:01.387Z Downloaded openssl-macros v0.1.1
8072026-05-20T17:08:01.387Z Downloaded num v0.4.3
8082026-05-20T17:08:01.387Z Downloaded ingot-macros v0.1.1
8092026-05-20T17:08:01.390Z Downloaded newtype-uuid v1.3.2
8102026-05-20T17:08:01.390Z Downloaded highway v1.3.0
8112026-05-20T17:08:01.393Z Downloaded mime v0.3.17
8122026-05-20T17:08:01.393Z Downloaded packed_struct_codegen v0.10.1
8132026-05-20T17:08:01.397Z Downloaded num-complex v0.4.6
8142026-05-20T17:08:01.397Z Downloaded impl-trait-for-tuples v0.2.3
8152026-05-20T17:08:01.400Z Downloaded http-body-util v0.1.3
8162026-05-20T17:08:01.400Z Downloaded pbkdf2 v0.12.2
8172026-05-20T17:08:01.400Z Downloaded peg-runtime v0.8.5
8182026-05-20T17:08:01.400Z Downloaded opaque-debug v0.3.1
8192026-05-20T17:08:01.403Z Downloaded pbkdf2 v0.11.0
8202026-05-20T17:08:01.403Z Downloaded num_enum v0.7.5
8212026-05-20T17:08:01.406Z Downloaded mime_guess v2.0.5
8222026-05-20T17:08:01.409Z Downloaded getrandom v0.3.4
8232026-05-20T17:08:01.412Z Downloaded newtype_derive v0.1.6
8242026-05-20T17:08:01.412Z Downloaded parse-display v0.10.0
8252026-05-20T17:08:01.412Z Downloaded const_format v0.2.35
8262026-05-20T17:08:01.415Z Downloaded path-slash v0.1.5
8272026-05-20T17:08:01.418Z Downloaded parse-size v1.1.0
8282026-05-20T17:08:01.418Z Downloaded arc-swap v1.8.2
8292026-05-20T17:08:01.421Z Downloaded num-rational v0.4.2
8302026-05-20T17:08:01.421Z Downloaded openssl-probe v0.1.6
8312026-05-20T17:08:01.421Z Downloaded dropshot_endpoint v0.16.7
8322026-05-20T17:08:01.424Z Downloaded pin-utils v0.1.0
8332026-05-20T17:08:01.427Z Downloaded phf_shared v0.11.3
8342026-05-20T17:08:01.427Z Downloaded num_enum_derive v0.7.5
8352026-05-20T17:08:01.427Z Downloaded derive-where v1.6.0
8362026-05-20T17:08:01.430Z Downloaded memmap2 v0.9.10
8372026-05-20T17:08:01.433Z Downloaded packed_struct v0.10.1
8382026-05-20T17:08:01.433Z Downloaded futures v0.3.32
8392026-05-20T17:08:01.436Z Downloaded phf_shared v0.12.1
8402026-05-20T17:08:01.439Z Downloaded num_enum v0.5.11
8412026-05-20T17:08:01.442Z Downloaded powerfmt v0.2.0
8422026-05-20T17:08:01.442Z Downloaded nu-ansi-term v0.50.3
8432026-05-20T17:08:01.445Z Downloaded elliptic-curve v0.13.8
8442026-05-20T17:08:01.474Z Downloaded phf_shared v0.13.1
8452026-05-20T17:08:01.487Z Downloaded peg v0.8.5
8462026-05-20T17:08:01.487Z Downloaded password-hash v0.4.2
8472026-05-20T17:08:01.487Z Downloaded parking_lot_core v0.8.6
8482026-05-20T17:08:01.487Z Downloaded multer v3.1.0
8492026-05-20T17:08:01.487Z Downloaded proc-macro-crate v1.3.1
8502026-05-20T17:08:01.488Z Downloaded phf v0.13.1
8512026-05-20T17:08:01.488Z Downloaded predicates-core v1.0.10
8522026-05-20T17:08:01.488Z Downloaded oxnet v0.1.4
8532026-05-20T17:08:01.488Z Downloaded password-hash v0.5.0
8542026-05-20T17:08:01.488Z Downloaded hmac v0.12.1
8552026-05-20T17:08:01.488Z Downloaded half v2.7.1
8562026-05-20T17:08:01.488Z Downloaded fatfs v0.3.6
8572026-05-20T17:08:01.488Z Downloaded darling_core v0.21.3
8582026-05-20T17:08:01.488Z Downloaded base64 v0.22.1
8592026-05-20T17:08:01.488Z Downloaded progenitor-client v0.10.0
8602026-05-20T17:08:01.488Z Downloaded indexmap v1.9.3
8612026-05-20T17:08:01.493Z Downloaded parse-display-derive v0.10.0
8622026-05-20T17:08:01.493Z Downloaded owo-colors v4.3.0
8632026-05-20T17:08:01.493Z Downloaded proc-macro-crate v3.4.0
8642026-05-20T17:08:01.493Z Downloaded proc-macro-error-attr2 v2.0.0
8652026-05-20T17:08:01.493Z Downloaded native-tls v0.2.18
8662026-05-20T17:08:01.493Z Downloaded progenitor-client v0.11.2
8672026-05-20T17:08:01.493Z Downloaded oxide-tokio-rt v0.1.4
8682026-05-20T17:08:01.499Z Downloaded progenitor-macro v0.10.0
8692026-05-20T17:08:01.499Z Downloaded pem-rfc7468 v0.7.0
8702026-05-20T17:08:01.499Z Downloaded litrs v1.0.0
8712026-05-20T17:08:01.502Z Downloaded filetime v0.2.27
8722026-05-20T17:08:01.502Z Downloaded async-bb8-diesel v0.2.1
8732026-05-20T17:08:01.502Z Downloaded drift v0.1.4
8742026-05-20T17:08:01.506Z Downloaded quick-error v1.2.3
8752026-05-20T17:08:01.509Z Downloaded progenitor-macro v0.11.2
8762026-05-20T17:08:01.509Z Downloaded darling_core v0.23.0
8772026-05-20T17:08:01.512Z Downloaded progenitor-macro v0.14.0
8782026-05-20T17:08:01.512Z Downloaded precomputed-hash v0.1.1
8792026-05-20T17:08:01.512Z Downloaded poly1305 v0.8.0
8802026-05-20T17:08:01.515Z Downloaded deranged v0.5.8
8812026-05-20T17:08:01.515Z Downloaded rand_chacha v0.3.1
8822026-05-20T17:08:01.518Z Downloaded phf v0.12.1
8832026-05-20T17:08:01.518Z Downloaded indicatif v0.18.4
8842026-05-20T17:08:01.521Z Downloaded bzip2 v0.4.4
8852026-05-20T17:08:01.521Z Downloaded num-integer v0.1.46
8862026-05-20T17:08:01.521Z Downloaded der v0.7.10
8872026-05-20T17:08:01.524Z Downloaded predicates v3.1.4
8882026-05-20T17:08:01.527Z Downloaded paste v1.0.15
8892026-05-20T17:08:01.530Z Downloaded hickory-resolver v0.25.2
8902026-05-20T17:08:01.533Z Downloaded primeorder v0.13.6
8912026-05-20T17:08:01.533Z Downloaded parking_lot v0.11.2
8922026-05-20T17:08:01.533Z Downloaded rand_xorshift v0.4.0
8932026-05-20T17:08:01.536Z Downloaded heapless v0.8.0
8942026-05-20T17:08:01.536Z Downloaded recursive v0.1.1
8952026-05-20T17:08:01.539Z Downloaded predicates-tree v1.0.13
8962026-05-20T17:08:01.539Z Downloaded polyval v0.6.2
8972026-05-20T17:08:01.539Z Downloaded crossterm v0.29.0
8982026-05-20T17:08:01.543Z Downloaded ignore v0.4.25
8992026-05-20T17:08:01.546Z Downloaded ref-cast-impl v1.0.25
9002026-05-20T17:08:01.546Z Downloaded recursive-proc-macro-impl v0.1.1
9012026-05-20T17:08:01.546Z Downloaded progenitor-client v0.14.0
9022026-05-20T17:08:01.549Z Downloaded progenitor v0.13.0
9032026-05-20T17:08:01.549Z Downloaded ppv-lite86 v0.2.21
9042026-05-20T17:08:01.549Z Downloaded peg-macros v0.8.5
9052026-05-20T17:08:01.552Z Downloaded radium v0.7.0
9062026-05-20T17:08:01.552Z Downloaded progenitor-macro v0.13.0
9072026-05-20T17:08:01.552Z Downloaded progenitor-client v0.13.0
9082026-05-20T17:08:01.555Z Downloaded progenitor v0.14.0
9092026-05-20T17:08:01.555Z Downloaded headers v0.4.1
9102026-05-20T17:08:01.558Z Downloaded psl-types v2.0.11
9112026-05-20T17:08:01.558Z Downloaded pkcs8 v0.10.2
9122026-05-20T17:08:01.562Z Downloaded cc v1.2.56
9132026-05-20T17:08:01.562Z Downloaded base64ct v1.8.3
9142026-05-20T17:08:01.565Z Downloaded oso v0.27.3
9152026-05-20T17:08:01.565Z Downloaded pkcs5 v0.7.1
9162026-05-20T17:08:01.569Z Downloaded progenitor-extras v0.2.0
9172026-05-20T17:08:01.569Z Downloaded rtoolbox v0.0.3
9182026-05-20T17:08:01.572Z Downloaded pin-project-internal v1.1.11
9192026-05-20T17:08:01.572Z Downloaded russh-cryptovec v0.7.3
9202026-05-20T17:08:01.572Z Downloaded env_logger v0.11.9
9212026-05-20T17:08:01.575Z Downloaded rand_chacha v0.9.0
9222026-05-20T17:08:01.575Z Downloaded rand_seeder v0.4.0
9232026-05-20T17:08:01.579Z Downloaded postgres-protocol v0.6.10
9242026-05-20T17:08:01.579Z Downloaded progenitor v0.10.0
9252026-05-20T17:08:01.579Z Downloaded crypto-bigint v0.5.5
9262026-05-20T17:08:01.582Z Downloaded parking_lot v0.12.5
9272026-05-20T17:08:01.585Z Downloaded heapless v0.7.17
9282026-05-20T17:08:01.588Z Downloaded pem v3.0.6
9292026-05-20T17:08:01.588Z Downloaded ed25519-dalek v2.2.0
9302026-05-20T17:08:01.591Z Downloaded r2d2 v0.8.10
9312026-05-20T17:08:01.591Z Downloaded pkg-config v0.3.32
9322026-05-20T17:08:01.591Z Downloaded psm v0.1.30
9332026-05-20T17:08:01.594Z Downloaded either v1.15.0
9342026-05-20T17:08:01.594Z Downloaded rfc6979 v0.4.0
9352026-05-20T17:08:01.594Z Downloaded aes v0.8.4
9362026-05-20T17:08:01.597Z Downloaded rustc_version v0.4.1
9372026-05-20T17:08:01.600Z Downloaded rustc_version v0.1.7
9382026-05-20T17:08:01.600Z Downloaded dunce v1.0.5
9392026-05-20T17:08:01.600Z Downloaded cfg_aliases v0.1.1
9402026-05-20T17:08:01.600Z Downloaded progenitor v0.11.2
9412026-05-20T17:08:01.603Z Downloaded proc-macro-error2 v2.0.1
9422026-05-20T17:08:01.603Z Downloaded ref-cast v1.0.25
9432026-05-20T17:08:01.607Z Downloaded libbz2-rs-sys v0.2.2
9442026-05-20T17:08:01.607Z Downloaded buf-list v1.1.2
9452026-05-20T17:08:01.611Z Downloaded cmake v0.1.57
9462026-05-20T17:08:01.611Z Downloaded cexpr v0.6.0
9472026-05-20T17:08:01.611Z Downloaded bitfield-struct v0.6.2
9482026-05-20T17:08:01.611Z Downloaded bitfield-macros v0.19.4
9492026-05-20T17:08:01.614Z Downloaded resolv-conf v0.7.6
9502026-05-20T17:08:01.614Z Downloaded rand_core v0.6.4
9512026-05-20T17:08:01.614Z Downloaded pkcs1 v0.7.5
9522026-05-20T17:08:01.617Z Downloaded pin-project-lite v0.2.17
9532026-05-20T17:08:01.620Z Downloaded parking_lot_core v0.9.12
9542026-05-20T17:08:01.620Z Downloaded hickory-resolver v0.24.4
9552026-05-20T17:08:01.622Z Downloaded same-file v1.0.6
9562026-05-20T17:08:01.626Z Downloaded salsa20 v0.10.2
9572026-05-20T17:08:01.626Z Downloaded openssl-sys v0.9.115
9582026-05-20T17:08:01.629Z Downloaded scrypt v0.11.0
9592026-05-20T17:08:01.629Z Downloaded secrecy v0.8.0
9602026-05-20T17:08:01.629Z Downloaded rand_core v0.9.5
9612026-05-20T17:08:01.632Z Downloaded scopeguard v1.2.0
9622026-05-20T17:08:01.632Z Downloaded ascii-canvas v3.0.0
9632026-05-20T17:08:01.632Z Downloaded darling_macro v0.20.11
9642026-05-20T17:08:01.635Z Downloaded omicron-zone-package v0.12.2
9652026-05-20T17:08:01.635Z Downloaded postgres-types v0.2.12
9662026-05-20T17:08:01.638Z Downloaded derive_more-impl v2.1.1
9672026-05-20T17:08:01.641Z Downloaded p256 v0.13.2
9682026-05-20T17:08:01.641Z Downloaded prefix-trie v0.7.0
9692026-05-20T17:08:01.645Z Downloaded serde_bytes v0.11.19
9702026-05-20T17:08:01.645Z Downloaded sapling-renderdag v0.1.0
9712026-05-20T17:08:01.648Z Downloaded miniz_oxide v0.8.9
9722026-05-20T17:08:01.648Z Downloaded postcard v1.1.3
9732026-05-20T17:08:01.651Z Downloaded atomic-waker v1.1.2
9742026-05-20T17:08:01.651Z Downloaded secrecy v0.10.3
9752026-05-20T17:08:01.651Z Downloaded scheduled-thread-pool v0.2.7
9762026-05-20T17:08:01.651Z Downloaded semver v0.1.20
9772026-05-20T17:08:01.654Z Downloaded arrayref v0.3.9
9782026-05-20T17:08:01.654Z Downloaded serde_spanned v1.0.4
9792026-05-20T17:08:01.657Z Downloaded dropshot-api-manager v0.7.1
9802026-05-20T17:08:01.660Z Downloaded http v1.4.0
9812026-05-20T17:08:01.663Z Downloaded expectorate v1.2.0
9822026-05-20T17:08:01.668Z Downloaded sha1 v0.10.6
9832026-05-20T17:08:01.671Z Downloaded signal-hook-tokio v0.3.1
9842026-05-20T17:08:01.671Z Downloaded rustc-hash v2.1.1
9852026-05-20T17:08:01.674Z Downloaded quinn-udp v0.5.14
9862026-05-20T17:08:01.674Z Downloaded sigpipe v0.1.3
9872026-05-20T17:08:01.674Z Downloaded serde_urlencoded v0.7.1
9882026-05-20T17:08:01.677Z Downloaded serde_plain v1.0.2
9892026-05-20T17:08:01.677Z Downloaded serde_repr v0.1.20
9902026-05-20T17:08:01.677Z Downloaded serde-big-array v0.5.1
9912026-05-20T17:08:01.680Z Downloaded scroll_derive v0.13.1
9922026-05-20T17:08:01.680Z Downloaded shell-words v1.1.1
9932026-05-20T17:08:01.685Z Downloaded rustls-pemfile v1.0.4
9942026-05-20T17:08:01.685Z Downloaded rusty-fork v0.3.1
9952026-05-20T17:08:01.688Z Downloaded pin-project v1.1.11
9962026-05-20T17:08:01.694Z Downloaded rustls-native-certs v0.8.3
9972026-05-20T17:08:01.697Z Downloaded schemars_derive v0.8.22
9982026-05-20T17:08:01.697Z Downloaded jiff-static v0.2.21
9992026-05-20T17:08:01.697Z Downloaded signal-hook-mio v0.2.5
10002026-05-20T17:08:01.697Z Downloaded signature v2.2.0
10012026-05-20T17:08:01.701Z Downloaded rustls-pemfile v2.2.0
10022026-05-20T17:08:01.704Z Downloaded hashbrown v0.12.3
10032026-05-20T17:08:01.704Z Downloaded rustversion v1.0.22
10042026-05-20T17:08:01.709Z Downloaded siphasher v1.0.2
10052026-05-20T17:08:01.712Z Downloaded slog-bunyan v2.5.0
10062026-05-20T17:08:01.712Z Downloaded pretty_assertions v1.4.1
10072026-05-20T17:08:01.716Z Downloaded minimal-lexical v0.2.1
10082026-05-20T17:08:01.719Z Downloaded aes-gcm v0.10.3
10092026-05-20T17:08:01.722Z Downloaded progenitor-impl v0.14.0
10102026-05-20T17:08:01.725Z Downloaded papergrid v0.17.0
10112026-05-20T17:08:01.729Z Downloaded sct v0.7.1
10122026-05-20T17:08:01.732Z Downloaded ssh-cipher v0.2.0
10132026-05-20T17:08:01.735Z Downloaded sqlparser_derive v0.5.0
10142026-05-20T17:08:01.735Z Downloaded seq-macro v0.3.6
10152026-05-20T17:08:01.744Z Downloaded serde-hex v0.1.0
10162026-05-20T17:08:01.754Z Downloaded signal-hook-registry v1.4.8
10172026-05-20T17:08:01.757Z Downloaded ssh-encoding v0.2.0
10182026-05-20T17:08:01.757Z Downloaded shlex v1.3.0
10192026-05-20T17:08:01.764Z Downloaded serde_path_to_error v0.1.20
10202026-05-20T17:08:01.765Z Downloaded rand_core v0.10.0
10212026-05-20T17:08:01.765Z Downloaded scroll v0.13.0
10222026-05-20T17:08:01.769Z Downloaded rustls-pki-types v1.14.0
10232026-05-20T17:08:01.769Z Downloaded strum v0.27.2
10242026-05-20T17:08:01.769Z Downloaded progenitor-impl v0.11.2
10252026-05-20T17:08:01.769Z Downloaded mio v1.2.0
10262026-05-20T17:08:01.772Z Downloaded hyper-util v0.1.20
10272026-05-20T17:08:01.776Z Downloaded structmeta-derive v0.3.0
10282026-05-20T17:08:01.776Z Downloaded ron v0.8.1
10292026-05-20T17:08:01.784Z Downloaded slog-json v2.6.1
10302026-05-20T17:08:01.784Z Downloaded tagptr v0.2.0
10312026-05-20T17:08:01.784Z Downloaded subtle v2.6.1
10322026-05-20T17:08:01.784Z Downloaded tap v1.0.1
10332026-05-20T17:08:01.788Z Downloaded sync_wrapper v1.0.2
10342026-05-20T17:08:01.788Z Downloaded russh-keys v0.45.0
10352026-05-20T17:08:01.788Z Downloaded slog-stdlog v4.1.1
10362026-05-20T17:08:01.788Z Downloaded tabled_derive v0.11.0
10372026-05-20T17:08:01.788Z Downloaded slog-scope v4.4.1
10382026-05-20T17:08:01.788Z Downloaded crossterm v0.28.1
10392026-05-20T17:08:01.791Z Downloaded serde_derive_internals v0.29.1
10402026-05-20T17:08:01.796Z Downloaded libxml v0.3.3
10412026-05-20T17:08:01.799Z Downloaded smallvec v0.6.14
10422026-05-20T17:08:01.799Z Downloaded slog-term v2.9.2
10432026-05-20T17:08:01.799Z Downloaded testing_table v0.3.0
10442026-05-20T17:08:01.799Z Downloaded strum v0.26.3
10452026-05-20T17:08:01.803Z Downloaded take_mut v0.2.2
10462026-05-20T17:08:01.803Z Downloaded tabwriter v1.4.1
10472026-05-20T17:08:01.803Z Downloaded termtree v0.5.1
10482026-05-20T17:08:01.803Z Downloaded smf v0.2.3
10492026-05-20T17:08:01.803Z Downloaded thiserror-impl-no-std v2.0.2
10502026-05-20T17:08:01.806Z Downloaded sync-ptr v0.1.4
10512026-05-20T17:08:01.806Z Downloaded structmeta v0.3.0
10522026-05-20T17:08:01.806Z Downloaded sqlformat v0.3.5
10532026-05-20T17:08:01.809Z Downloaded snafu-derive v0.8.9
10542026-05-20T17:08:01.809Z Downloaded serde_cbor v0.11.2
10552026-05-20T17:08:01.812Z Downloaded spki v0.7.3
10562026-05-20T17:08:01.812Z Downloaded hashbrown v0.13.2
10572026-05-20T17:08:01.815Z Downloaded progenitor-impl v0.10.0
10582026-05-20T17:08:01.815Z Downloaded progenitor-impl v0.13.0
10592026-05-20T17:08:01.818Z Downloaded itertools v0.10.5
10602026-05-20T17:08:01.821Z Downloaded tinyvec_macros v0.1.1
10612026-05-20T17:08:01.821Z Downloaded stacker v0.1.23
10622026-05-20T17:08:01.824Z Downloaded thread-id v5.1.0
10632026-05-20T17:08:01.824Z Downloaded sec1 v0.7.3
10642026-05-20T17:08:01.826Z Downloaded slog-async v2.8.0
10652026-05-20T17:08:01.826Z Downloaded string_cache v0.8.9
10662026-05-20T17:08:01.826Z Downloaded static_assertions v1.1.0
10672026-05-20T17:08:01.830Z Downloaded serde_with_macros v3.17.0
10682026-05-20T17:08:01.830Z Downloaded supports-color v3.0.2
10692026-05-20T17:08:01.834Z Downloaded strip-ansi-escapes v0.2.1
10702026-05-20T17:08:01.834Z Downloaded slog-envlogger v2.2.0
10712026-05-20T17:08:01.834Z Downloaded slog-dtrace v0.3.0
10722026-05-20T17:08:01.834Z Downloaded flate2 v1.1.9
10732026-05-20T17:08:01.837Z Downloaded strum_macros v0.26.4
10742026-05-20T17:08:01.840Z Downloaded simd-adler32 v0.3.8
10752026-05-20T17:08:01.840Z Downloaded tokio-macros v2.7.0
10762026-05-20T17:08:01.840Z Downloaded slab v0.4.12
10772026-05-20T17:08:01.843Z Downloaded rcgen v0.12.1
10782026-05-20T17:08:01.843Z Downloaded hickory-server v0.25.2
10792026-05-20T17:08:01.846Z Downloaded iri-string v0.7.10
10802026-05-20T17:08:01.849Z Downloaded iddqd v0.3.18
10812026-05-20T17:08:01.853Z Downloaded strum_macros v0.27.2
10822026-05-20T17:08:01.856Z Downloaded stringprep v0.1.5
10832026-05-20T17:08:01.856Z Downloaded ryu v1.0.23
10842026-05-20T17:08:01.859Z Downloaded strum_macros v0.24.3
10852026-05-20T17:08:01.868Z Downloaded thiserror-no-std v2.0.2
10862026-05-20T17:08:01.871Z Downloaded hashbrown v0.16.1
10872026-05-20T17:08:01.875Z Downloaded prettyplease v0.2.37
10882026-05-20T17:08:01.883Z Downloaded serde_yaml v0.9.34+deprecated
10892026-05-20T17:08:01.886Z Downloaded termios v0.3.3
10902026-05-20T17:08:01.888Z Downloaded spin v0.9.8
10912026-05-20T17:08:01.891Z Downloaded rustls-platform-verifier v0.6.2
10922026-05-20T17:08:01.894Z Downloaded num-bigint v0.4.6
10932026-05-20T17:08:01.897Z Downloaded slog v2.8.2
10942026-05-20T17:08:01.897Z Downloaded tower-service v0.3.3
10952026-05-20T17:08:01.900Z Downloaded time-core v0.1.8
10962026-05-20T17:08:01.900Z Downloaded thread_local v1.1.9
10972026-05-20T17:08:01.900Z Downloaded topological-sort v0.2.2
10982026-05-20T17:08:01.903Z Downloaded quinn v0.11.9
10992026-05-20T17:08:01.903Z Downloaded typify-macro v0.4.3
11002026-05-20T17:08:01.905Z Downloaded trait-variant v0.1.2
11012026-05-20T17:08:01.905Z Downloaded tower-layer v0.3.3
11022026-05-20T17:08:01.905Z Downloaded support-bundle-viewer v0.1.2
11032026-05-20T17:08:01.905Z Downloaded publicsuffix v2.3.0
11042026-05-20T17:08:01.908Z Downloaded hashbrown v0.15.5
11052026-05-20T17:08:01.911Z Downloaded unarray v0.1.4
11062026-05-20T17:08:01.914Z Downloaded tiny-keccak v2.0.2
11072026-05-20T17:08:01.917Z Downloaded tokio-dtrace v0.1.1
11082026-05-20T17:08:01.917Z Downloaded tls_codec_derive v0.4.2
11092026-05-20T17:08:01.917Z Downloaded untrusted v0.7.1
11102026-05-20T17:08:01.920Z Downloaded universal-hash v0.5.1
11112026-05-20T17:08:01.920Z Downloaded tls_codec v0.4.2
11122026-05-20T17:08:01.920Z Downloaded signal-hook v0.3.18
11132026-05-20T17:08:01.923Z Downloaded unit-prefix v0.5.2
11142026-05-20T17:08:01.923Z Downloaded unicode-truncate v1.1.0
11152026-05-20T17:08:01.926Z Downloaded term v1.2.1
11162026-05-20T17:08:01.926Z Downloaded rayon-core v1.13.0
11172026-05-20T17:08:01.929Z Downloaded similar v2.7.0
11182026-05-20T17:08:01.933Z Downloaded tokio-rustls v0.25.0
11192026-05-20T17:08:01.936Z Downloaded tokio-native-tls v0.3.1
11202026-05-20T17:08:01.936Z Downloaded tokio-tungstenite v0.21.0
11212026-05-20T17:08:01.936Z Downloaded usdt-attr-macro v0.6.0
11222026-05-20T17:08:01.936Z Downloaded utf-8 v0.7.6
11232026-05-20T17:08:01.939Z Downloaded usdt-macro v0.6.0
11242026-05-20T17:08:01.939Z Downloaded untrusted v0.9.0
11252026-05-20T17:08:01.939Z Downloaded socket2 v0.5.10
11262026-05-20T17:08:01.942Z Downloaded typify-macro v0.6.2
11272026-05-20T17:08:01.942Z Downloaded term v0.7.0
11282026-05-20T17:08:01.944Z Downloaded tokio-tungstenite v0.23.1
11292026-05-20T17:08:01.947Z Downloaded rsa v0.9.10
11302026-05-20T17:08:01.950Z Downloaded schemars v0.8.22
11312026-05-20T17:08:01.956Z Downloaded toml_writer v1.0.6+spec-1.1.0
11322026-05-20T17:08:01.960Z Downloaded nom v7.1.3
11332026-05-20T17:08:01.963Z Downloaded try-lock v0.2.5
11342026-05-20T17:08:01.963Z Downloaded void v1.0.2
11352026-05-20T17:08:01.963Z Downloaded hyper v1.8.1
11362026-05-20T17:08:01.966Z Downloaded socket2 v0.6.3
11372026-05-20T17:08:01.969Z Downloaded rand v0.8.6
11382026-05-20T17:08:01.969Z Downloaded qorb v0.4.1
11392026-05-20T17:08:01.972Z Downloaded schemars v0.9.0
11402026-05-20T17:08:01.978Z Downloaded waitgroup v0.1.2
11412026-05-20T17:08:01.981Z Downloaded wait-timeout v0.2.1
11422026-05-20T17:08:01.981Z Downloaded itertools v0.13.0
11432026-05-20T17:08:01.984Z Downloaded unicase v2.9.0
11442026-05-20T17:08:01.988Z Downloaded rand v0.9.2
11452026-05-20T17:08:01.988Z Downloaded itertools v0.12.1
11462026-05-20T17:08:01.991Z Downloaded want v0.3.1
11472026-05-20T17:08:01.995Z Downloaded p521 v0.13.3
11482026-05-20T17:08:01.995Z Downloaded usdt v0.6.0
11492026-05-20T17:08:01.998Z Downloaded rustls-webpki v0.103.9
11502026-05-20T17:08:01.998Z Downloaded bindgen v0.71.1
11512026-05-20T17:08:02.002Z Downloaded tokio-rustls v0.24.1
11522026-05-20T17:08:02.002Z Downloaded usdt-impl v0.6.0
11532026-05-20T17:08:02.005Z Downloaded subprocess v0.2.15
11542026-05-20T17:08:02.005Z Downloaded xattr v1.6.1
11552026-05-20T17:08:02.008Z Downloaded zeroize_derive v1.4.3
11562026-05-20T17:08:02.008Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11572026-05-20T17:08:02.008Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11582026-05-20T17:08:02.008Z Downloaded time-macros v0.2.27
11592026-05-20T17:08:02.011Z Downloaded tui-tree-widget v0.23.1
11602026-05-20T17:08:02.011Z Downloaded test-strategy v0.4.5
11612026-05-20T17:08:02.014Z Downloaded tokio-stream v0.1.18
11622026-05-20T17:08:02.018Z Downloaded xshell-macros v0.2.7
11632026-05-20T17:08:02.018Z Downloaded vergen-git2 v1.0.7
11642026-05-20T17:08:02.018Z Downloaded tokio-rustls v0.26.4
11652026-05-20T17:08:02.022Z Downloaded samael v0.0.19
11662026-05-20T17:08:02.022Z Downloaded vergen-lib v0.1.6
11672026-05-20T17:08:02.031Z Downloaded toml_parser v1.0.9+spec-1.1.0
11682026-05-20T17:08:02.031Z Downloaded h2 v0.4.13
11692026-05-20T17:08:02.035Z Downloaded futures-util v0.3.32
11702026-05-20T17:08:02.035Z Downloaded walkdir v2.5.0
11712026-05-20T17:08:02.038Z Downloaded tracing-attributes v0.1.31
11722026-05-20T17:08:02.038Z Downloaded zone_cfg_derive v0.3.1
11732026-05-20T17:08:02.038Z Downloaded zone v0.3.1
11742026-05-20T17:08:02.038Z Downloaded aho-corasick v1.1.4
11752026-05-20T17:08:02.041Z Downloaded libm v0.2.16
11762026-05-20T17:08:02.047Z Downloaded unicode-properties v0.1.4
11772026-05-20T17:08:02.050Z Downloaded twox-hash v2.1.2
11782026-05-20T17:08:02.054Z Downloaded whoami v2.1.0
11792026-05-20T17:08:02.054Z Downloaded rand v0.10.0
11802026-05-20T17:08:02.057Z Downloaded schemars v1.2.1
11812026-05-20T17:08:02.065Z Downloaded zeroize v1.8.2
11822026-05-20T17:08:02.068Z Downloaded wyz v0.5.1
11832026-05-20T17:08:02.068Z Downloaded whoami v1.6.1
11842026-05-20T17:08:02.068Z Downloaded vergen v9.0.6
11852026-05-20T17:08:02.072Z Downloaded tar v0.4.45
11862026-05-20T17:08:02.072Z Downloaded xshell v0.2.7
11872026-05-20T17:08:02.074Z Downloaded uzers v0.12.2
11882026-05-20T17:08:02.074Z Downloaded toml v0.7.8
11892026-05-20T17:08:02.077Z Downloaded toml v0.9.12+spec-1.1.0
11902026-05-20T17:08:02.077Z Downloaded snafu v0.8.9
11912026-05-20T17:08:02.081Z Downloaded hkdf v0.12.4
11922026-05-20T17:08:02.084Z Downloaded blake3 v1.8.3
11932026-05-20T17:08:02.087Z Downloaded num-bigint-dig v0.8.6
11942026-05-20T17:08:02.090Z Downloaded vsss-rs v3.3.4
11952026-05-20T17:08:02.093Z Downloaded russh v0.45.0
11962026-05-20T17:08:02.096Z Downloaded zstd-safe v7.2.4
11972026-05-20T17:08:02.096Z Downloaded zstd v0.13.3
11982026-05-20T17:08:02.099Z Downloaded tungstenite v0.23.0
11992026-05-20T17:08:02.099Z Downloaded vergen-gitcl v1.0.8
12002026-05-20T17:08:02.102Z Downloaded typify v0.4.3
12012026-05-20T17:08:02.105Z Downloaded tinyvec v1.10.0
12022026-05-20T17:08:02.105Z Downloaded steno v0.4.1
12032026-05-20T17:08:02.108Z Downloaded itertools v0.14.0
12042026-05-20T17:08:02.111Z Downloaded unsafe-libyaml v0.2.11
12052026-05-20T17:08:02.114Z Downloaded aws-lc-rs v1.16.3
12062026-05-20T17:08:02.117Z Downloaded uuid v1.23.0
12072026-05-20T17:08:02.120Z Downloaded rustyline v14.0.0
12082026-05-20T17:08:02.124Z Downloaded rpassword v7.4.0
12092026-05-20T17:08:02.127Z Downloaded reedline v0.40.0
12102026-05-20T17:08:02.129Z Downloaded yasna v0.5.2
12112026-05-20T17:08:02.129Z Downloaded bitvec v1.0.1
12122026-05-20T17:08:02.137Z Downloaded typify v0.6.2
12132026-05-20T17:08:02.139Z Downloaded vte v0.14.1
12142026-05-20T17:08:02.142Z Downloaded p384 v0.13.1
12152026-05-20T17:08:02.147Z Downloaded tungstenite v0.21.0
12162026-05-20T17:08:02.150Z Downloaded chrono v0.4.44
12172026-05-20T17:08:02.164Z Downloaded unicode-bidi v0.3.18
12182026-05-20T17:08:02.169Z Downloaded zerocopy v0.6.6
12192026-05-20T17:08:02.172Z Downloaded toml_edit v0.19.15
12202026-05-20T17:08:02.181Z Downloaded zopfli v0.8.3
12212026-05-20T17:08:02.184Z Downloaded tracing-core v0.1.36
12222026-05-20T17:08:02.184Z Downloaded regex v1.12.3
12232026-05-20T17:08:02.189Z Downloaded toml v1.0.6+spec-1.1.0
12242026-05-20T17:08:02.194Z Downloaded ssh-key v0.6.7
12252026-05-20T17:08:02.198Z Downloaded unicode_categories v0.1.1
12262026-05-20T17:08:02.235Z Downloaded toml_edit v0.23.10+spec-1.0.0
12272026-05-20T17:08:02.241Z Downloaded lalrpop v0.19.12
12282026-05-20T17:08:02.241Z Downloaded tokio-postgres v0.7.16
12292026-05-20T17:08:02.241Z Downloaded reqwest v0.13.2
12302026-05-20T17:08:02.241Z Downloaded yansi v1.0.1
12312026-05-20T17:08:02.241Z Downloaded moka v0.12.13
12322026-05-20T17:08:02.241Z Downloaded zip v0.6.6
12332026-05-20T17:08:02.244Z Downloaded rayon v1.11.0
12342026-05-20T17:08:02.247Z Downloaded zerocopy-derive v0.8.40
12352026-05-20T17:08:02.250Z Downloaded goblin v0.10.5
12362026-05-20T17:08:02.254Z Downloaded reqwest v0.12.28
12372026-05-20T17:08:02.261Z Downloaded git2 v0.20.4
12382026-05-20T17:08:02.269Z Downloaded tower v0.5.3
12392026-05-20T17:08:02.274Z Downloaded portable-atomic v1.13.1
12402026-05-20T17:08:02.279Z Downloaded proptest v1.10.0
12412026-05-20T17:08:02.284Z Downloaded unicode-segmentation v1.12.0
12422026-05-20T17:08:02.287Z Downloaded typed-path v0.9.3
12432026-05-20T17:08:02.290Z Downloaded salty v0.3.0
12442026-05-20T17:08:02.294Z Downloaded x509-cert v0.2.5
12452026-05-20T17:08:02.297Z Downloaded quick-xml v0.37.5
12462026-05-20T17:08:02.300Z Downloaded petname v2.0.2
12472026-05-20T17:08:02.303Z Downloaded unicode-normalization v0.1.25
12482026-05-20T17:08:02.306Z Downloaded rustls-webpki v0.101.7
12492026-05-20T17:08:02.313Z Downloaded zip v4.6.1
12502026-05-20T17:08:02.316Z Downloaded curve25519-dalek v4.1.3
12512026-05-20T17:08:02.321Z Downloaded object v0.30.4
12522026-05-20T17:08:02.326Z Downloaded tokio-util v0.7.18
12532026-05-20T17:08:02.330Z Downloaded tower-http v0.6.8
12542026-05-20T17:08:02.334Z Downloaded serde_with v3.17.0
12552026-05-20T17:08:02.341Z Downloaded tough v0.22.0
12562026-05-20T17:08:02.346Z Downloaded rustls-webpki v0.102.8
12572026-05-20T17:08:02.356Z Downloaded radix_trie v0.2.1
12582026-05-20T17:08:02.365Z Downloaded nix v0.27.1
12592026-05-20T17:08:02.371Z Downloaded polar-core v0.27.3
12602026-05-20T17:08:02.378Z Downloaded quinn-proto v0.11.13
12612026-05-20T17:08:02.382Z Downloaded bstr v1.12.1
12622026-05-20T17:08:02.393Z Downloaded nix v0.29.0
12632026-05-20T17:08:02.399Z Downloaded winnow v0.5.40
12642026-05-20T17:08:02.411Z Downloaded winnow v0.6.26
12652026-05-20T17:08:02.416Z Downloaded nix v0.28.0
12662026-05-20T17:08:02.422Z Downloaded openssl v0.10.79
12672026-05-20T17:08:02.439Z Downloaded time v0.3.47
12682026-05-20T17:08:02.447Z Downloaded rustls v0.21.12
12692026-05-20T17:08:02.453Z Downloaded object v0.37.3
12702026-05-20T17:08:02.462Z Downloaded dropshot v0.16.7
12712026-05-20T17:08:02.474Z Downloaded tabled v0.20.0
12722026-05-20T17:08:02.484Z Downloaded smoltcp v0.9.1
12732026-05-20T17:08:02.490Z Downloaded nix v0.31.2
12742026-05-20T17:08:02.498Z Downloaded zlib-rs v0.6.2
12752026-05-20T17:08:02.501Z Downloaded webpki-roots v1.0.6
12762026-05-20T17:08:02.503Z Downloaded vcpkg v0.2.15
12772026-05-20T17:08:02.523Z Downloaded rustls v0.22.4
12782026-05-20T17:08:02.530Z Downloaded regress v0.10.5
12792026-05-20T17:08:02.536Z Downloaded openapiv3 v2.2.0
12802026-05-20T17:08:02.542Z Downloaded zerocopy v0.8.40
12812026-05-20T17:08:02.548Z Downloaded smoltcp v0.11.0
12822026-05-20T17:08:02.554Z Downloaded rustls v0.23.37
12832026-05-20T17:08:02.561Z Downloaded regex-syntax v0.8.10
12842026-05-20T17:08:02.566Z Downloaded diesel v2.3.7
12852026-05-20T17:08:02.577Z Downloaded rustix v0.38.44
12862026-05-20T17:08:02.590Z Downloaded regress v0.11.1
12872026-05-20T17:08:02.595Z Downloaded hickory-proto v0.25.2
12882026-05-20T17:08:02.604Z Downloaded dropshot v0.17.0
12892026-05-20T17:08:02.616Z Downloaded sled v0.34.7
12902026-05-20T17:08:02.623Z Downloaded tracing v0.1.44
12912026-05-20T17:08:02.635Z Downloaded hickory-proto v0.24.4
12922026-05-20T17:08:02.643Z Downloaded regex-syntax v0.6.29
12932026-05-20T17:08:02.655Z Downloaded sqlparser v0.61.0
12942026-05-20T17:08:02.661Z Downloaded regex-automata v0.4.14
12952026-05-20T17:08:02.684Z Downloaded bzip2-sys v0.1.13+1.0.8
12962026-05-20T17:08:02.691Z Downloaded jiff v0.2.21
12972026-05-20T17:08:02.704Z Downloaded typify-impl v0.6.2
12982026-05-20T17:08:02.716Z Downloaded ratatui v0.29.0
12992026-05-20T17:08:02.724Z Downloaded typify-impl v0.4.3
13002026-05-20T17:08:02.733Z Downloaded csv v1.4.0
13012026-05-20T17:08:02.752Z Downloaded tokio v1.52.1
13022026-05-20T17:08:02.774Z Downloaded zerocopy-derive v0.6.6
13032026-05-20T17:08:02.787Z Downloaded encoding_rs v0.8.35
13042026-05-20T17:08:02.808Z Downloaded chrono-tz v0.10.4
13052026-05-20T17:08:02.819Z Downloaded petgraph v0.6.5
13062026-05-20T17:08:02.855Z Downloaded petgraph v0.8.3
13072026-05-20T17:08:02.881Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13082026-05-20T17:08:02.891Z Downloaded libz-sys v1.1.24
13092026-05-20T17:08:02.910Z Downloaded sha3 v0.10.8
13102026-05-20T17:08:03.011Z Downloaded ring v0.17.14
13112026-05-20T17:08:03.050Z Downloaded libgit2-sys v0.18.3+1.9.2
13122026-05-20T17:08:03.565Z Downloaded aws-lc-sys v0.40.0
13132026-05-20T17:08:03.816Z Compiling libc v0.2.185
13142026-05-20T17:08:03.816Z Compiling serde v1.0.228
13152026-05-20T17:08:03.819Z Compiling log v0.4.29
13162026-05-20T17:08:03.819Z Compiling find-msvc-tools v0.1.9
13172026-05-20T17:08:03.819Z Compiling shlex v1.3.0
13182026-05-20T17:08:03.819Z Compiling syn v2.0.117
13192026-05-20T17:08:03.819Z Compiling smallvec v1.15.1
13202026-05-20T17:08:03.980Z Compiling typenum v1.19.0
13212026-05-20T17:08:04.270Z Compiling generic-array v0.14.7
13222026-05-20T17:08:04.297Z Compiling subtle v2.6.1
13232026-05-20T17:08:04.330Z Compiling scopeguard v1.2.0
13242026-05-20T17:08:04.354Z Compiling const-oid v0.9.6
13252026-05-20T17:08:04.376Z Compiling serde_json v1.0.149
13262026-05-20T17:08:04.453Z Compiling lock_api v0.4.14
13272026-05-20T17:08:04.479Z Compiling zerocopy v0.8.40
13282026-05-20T17:08:04.509Z Compiling parking_lot_core v0.9.12
13292026-05-20T17:08:04.683Z Compiling portable-atomic v1.13.1
13302026-05-20T17:08:04.745Z Compiling pin-project-lite v0.2.17
13312026-05-20T17:08:04.867Z Compiling getrandom v0.2.17
13322026-05-20T17:08:04.881Z Compiling jobserver v0.1.34
13332026-05-20T17:08:04.943Z Compiling errno v0.3.14
13342026-05-20T17:08:05.103Z Compiling cc v1.2.56
13352026-05-20T17:08:05.118Z Compiling rand_core v0.6.4
13362026-05-20T17:08:05.122Z Compiling pkg-config v0.3.32
13372026-05-20T17:08:05.189Z Compiling signal-hook-registry v1.4.8
13382026-05-20T17:08:05.404Z Compiling bitflags v2.11.0
13392026-05-20T17:08:05.479Z Compiling libm v0.2.16
13402026-05-20T17:08:05.576Z Compiling futures-core v0.3.32
13412026-05-20T17:08:05.646Z Compiling critical-section v1.2.0
13422026-05-20T17:08:05.731Z Compiling parking_lot v0.12.5
13432026-05-20T17:08:05.736Z Compiling once_cell v1.21.3
13442026-05-20T17:08:05.747Z Compiling mio v1.2.0
13452026-05-20T17:08:05.762Z Compiling num-traits v0.2.19
13462026-05-20T17:08:05.775Z Compiling percent-encoding v2.3.2
13472026-05-20T17:08:05.962Z Compiling socket2 v0.6.3
13482026-05-20T17:08:05.979Z Compiling futures-sink v0.3.32
13492026-05-20T17:08:06.086Z Compiling futures-channel v0.3.32
13502026-05-20T17:08:06.100Z Compiling futures-io v0.3.32
13512026-05-20T17:08:06.117Z Compiling slab v0.4.12
13522026-05-20T17:08:06.227Z Compiling cpufeatures v0.2.17
13532026-05-20T17:08:06.261Z Compiling futures-task v0.3.32
13542026-05-20T17:08:06.297Z Compiling getrandom v0.4.1
13552026-05-20T17:08:06.312Z Compiling rand_core v0.10.0
13562026-05-20T17:08:06.326Z Compiling indexmap v2.14.0
13572026-05-20T17:08:06.390Z Compiling getrandom v0.3.4
13582026-05-20T17:08:06.434Z Compiling rustversion v1.0.22
13592026-05-20T17:08:06.484Z Compiling form_urlencoded v1.2.2
13602026-05-20T17:08:06.750Z Compiling cmake v0.1.57
13612026-05-20T17:08:06.849Z Compiling dunce v1.0.5
13622026-05-20T17:08:06.926Z Compiling fs_extra v1.3.0
13632026-05-20T17:08:07.026Z Compiling base64ct v1.8.3
13642026-05-20T17:08:07.031Z Compiling ident_case v1.0.1
13652026-05-20T17:08:07.140Z Compiling synstructure v0.13.2
13662026-05-20T17:08:07.171Z Compiling rustix v1.1.3
13672026-05-20T17:08:07.207Z Compiling aws-lc-sys v0.40.0
13682026-05-20T17:08:07.292Z Compiling pem-rfc7468 v0.7.0
13692026-05-20T17:08:07.315Z Compiling regex-syntax v0.8.10
13702026-05-20T17:08:07.450Z Compiling iana-time-zone v0.1.65
13712026-05-20T17:08:07.543Z Compiling flagset v0.4.7
13722026-05-20T17:08:07.627Z Compiling rand_core v0.9.5
13732026-05-20T17:08:07.673Z Compiling ring v0.17.14
13742026-05-20T17:08:07.757Z Compiling aws-lc-rs v1.16.3
13752026-05-20T17:08:07.799Z Compiling vcpkg v0.2.15
13762026-05-20T17:08:07.904Z Compiling uuid v1.23.0
13772026-05-20T17:08:07.982Z Compiling rustc_version v0.4.1
13782026-05-20T17:08:08.321Z Compiling tracing-core v0.1.36
13792026-05-20T17:08:08.551Z Compiling openssl-sys v0.9.115
13802026-05-20T17:08:08.623Z Compiling base64 v0.22.1
13812026-05-20T17:08:08.796Z Compiling serde_derive v1.0.228
13822026-05-20T17:08:08.854Z Compiling zeroize_derive v1.4.3
13832026-05-20T17:08:08.943Z Compiling zerofrom-derive v0.1.6
13842026-05-20T17:08:08.982Z Compiling yoke-derive v0.8.1
13852026-05-20T17:08:09.127Z Compiling zerovec-derive v0.11.2
13862026-05-20T17:08:09.577Z Compiling zeroize v1.8.2
13872026-05-20T17:08:09.787Z Compiling zerocopy-derive v0.8.40
13882026-05-20T17:08:10.191Z Compiling displaydoc v0.2.5
13892026-05-20T17:08:10.261Z Compiling crypto-common v0.1.7
13902026-05-20T17:08:10.289Z Compiling block-buffer v0.10.4
13912026-05-20T17:08:10.386Z Compiling zerofrom v0.1.6
13922026-05-20T17:08:10.411Z Compiling tokio-macros v2.7.0
13932026-05-20T17:08:10.463Z Compiling digest v0.10.7
13942026-05-20T17:08:10.510Z Compiling yoke v0.8.1
13952026-05-20T17:08:10.698Z Compiling zerovec v0.11.5
13962026-05-20T17:08:10.723Z Compiling futures-macro v0.3.32
13972026-05-20T17:08:10.930Z Compiling zerotrie v0.2.3
13982026-05-20T17:08:11.130Z Compiling hmac v0.12.1
13992026-05-20T17:08:11.210Z Compiling tinystr v0.8.2
14002026-05-20T17:08:11.238Z Compiling potential_utf v0.1.4
14012026-05-20T17:08:11.287Z Compiling block-padding v0.3.3
14022026-05-20T17:08:11.400Z Compiling icu_locale_core v2.1.1
14032026-05-20T17:08:11.415Z Compiling icu_collections v2.1.1
14042026-05-20T17:08:11.447Z Compiling inout v0.1.4
14052026-05-20T17:08:11.519Z Compiling futures-util v0.3.32
14062026-05-20T17:08:11.612Z Compiling cipher v0.4.4
14072026-05-20T17:08:11.876Z Compiling sha2 v0.10.9
14082026-05-20T17:08:11.894Z Compiling der_derive v0.7.3
14092026-05-20T17:08:12.276Z Compiling bytes v1.11.1
14102026-05-20T17:08:12.293Z Compiling icu_provider v2.1.1
14112026-05-20T17:08:12.594Z Compiling icu_normalizer v2.1.1
14122026-05-20T17:08:12.852Z Compiling tokio v1.52.1
14132026-05-20T17:08:12.893Z Compiling icu_properties v2.1.2
14142026-05-20T17:08:13.131Z Compiling der v0.7.10
14152026-05-20T17:08:13.273Z Compiling http v1.4.0
14162026-05-20T17:08:13.534Z Compiling chrono v0.4.44
14172026-05-20T17:08:13.777Z Compiling idna_adapter v1.2.1
14182026-05-20T17:08:13.918Z Compiling idna v1.1.0
14192026-05-20T17:08:13.986Z Compiling spki v0.7.3
14202026-05-20T17:08:14.221Z Compiling ppv-lite86 v0.2.21
14212026-05-20T17:08:14.237Z Compiling url v2.5.8
14222026-05-20T17:08:14.249Z Compiling salsa20 v0.10.2
14232026-05-20T17:08:14.381Z Compiling pbkdf2 v0.12.2
14242026-05-20T17:08:14.395Z Compiling rustls-pki-types v1.14.0
14252026-05-20T17:08:14.499Z Compiling tracing-attributes v0.1.31
14262026-05-20T17:08:14.547Z Compiling thiserror-impl v2.0.18
14272026-05-20T17:08:14.607Z Compiling rand_chacha v0.9.0
14282026-05-20T17:08:14.846Z Compiling scrypt v0.11.0
14292026-05-20T17:08:14.989Z Compiling http-body v1.0.1
14302026-05-20T17:08:15.057Z Compiling aes v0.8.4
14312026-05-20T17:08:15.106Z Compiling cbc v0.1.2
14322026-05-20T17:08:15.220Z Compiling httparse v1.10.1
14332026-05-20T17:08:15.257Z Compiling openssl-probe v0.2.1
14342026-05-20T17:08:15.318Z Compiling untrusted v0.7.1
14352026-05-20T17:08:15.437Z Compiling untrusted v0.9.0
14362026-05-20T17:08:15.453Z Compiling tinyvec_macros v0.1.1
14372026-05-20T17:08:15.525Z Compiling tinyvec v1.10.0
14382026-05-20T17:08:15.603Z Compiling pkcs5 v0.7.1
14392026-05-20T17:08:15.821Z Compiling tracing v0.1.44
14402026-05-20T17:08:15.871Z Compiling pest_generator v2.8.6
14412026-05-20T17:08:15.891Z Compiling thiserror v2.0.18
14422026-05-20T17:08:16.002Z Compiling rand v0.9.2
14432026-05-20T17:08:16.089Z Compiling serde_derive_internals v0.29.1
14442026-05-20T17:08:16.105Z Compiling aho-corasick v1.1.4
14452026-05-20T17:08:16.117Z Compiling try-lock v0.2.5
14462026-05-20T17:08:16.224Z Compiling tower-layer v0.3.3
14472026-05-20T17:08:16.391Z Compiling schemars v0.8.22
14482026-05-20T17:08:16.571Z Compiling atomic-waker v1.1.2
14492026-05-20T17:08:16.598Z Compiling rustls v0.23.37
14502026-05-20T17:08:16.700Z Compiling tokio-util v0.7.18
14512026-05-20T17:08:16.772Z Compiling tower-service v0.3.3
14522026-05-20T17:08:16.803Z Compiling dyn-clone v1.0.20
14532026-05-20T17:08:16.891Z Compiling pest_derive v2.8.6
14542026-05-20T17:08:16.943Z Compiling regex-automata v0.4.14
14552026-05-20T17:08:16.982Z Compiling schemars_derive v0.8.22
14562026-05-20T17:08:17.318Z Compiling want v0.3.1
14572026-05-20T17:08:17.359Z Compiling pkcs8 v0.10.2
14582026-05-20T17:08:17.484Z Compiling h2 v0.4.13
14592026-05-20T17:08:17.740Z Compiling ipnet v2.11.0
14602026-05-20T17:08:17.795Z Compiling scroll_derive v0.13.1
14612026-05-20T17:08:17.961Z Compiling darling_core v0.20.11
14622026-05-20T17:08:18.224Z Compiling httpdate v1.0.3
14632026-05-20T17:08:18.246Z Compiling openssl v0.10.79
14642026-05-20T17:08:18.445Z Compiling foreign-types-shared v0.1.1
14652026-05-20T17:08:18.479Z Compiling pin-utils v0.1.0
14662026-05-20T17:08:18.537Z Compiling foreign-types v0.3.2
14672026-05-20T17:08:18.576Z Compiling tempfile v3.25.0
14682026-05-20T17:08:18.599Z Compiling scroll v0.13.0
14692026-05-20T17:08:18.628Z Compiling unicode-normalization v0.1.25
14702026-05-20T17:08:18.953Z Compiling openssl-macros v0.1.1
14712026-05-20T17:08:19.119Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14722026-05-20T17:08:19.336Z Compiling spin v0.9.8
14732026-05-20T17:08:19.374Z Compiling crc32fast v1.5.0
14742026-05-20T17:08:19.517Z Compiling num-conv v0.2.0
14752026-05-20T17:08:19.547Z Compiling powerfmt v0.2.0
14762026-05-20T17:08:19.651Z Compiling time-core v0.1.8
14772026-05-20T17:08:19.669Z Compiling native-tls v0.2.18
14782026-05-20T17:08:19.758Z Compiling deranged v0.5.8
14792026-05-20T17:08:19.800Z Compiling time-macros v0.2.27
14802026-05-20T17:08:20.315Z Compiling darling_macro v0.20.11
14812026-05-20T17:08:20.734Z Compiling hyper v1.8.1
14822026-05-20T17:08:20.784Z Compiling darling v0.20.11
14832026-05-20T17:08:20.867Z Compiling goblin v0.10.5
14842026-05-20T17:08:20.882Z Compiling rustls-native-certs v0.8.3
14852026-05-20T17:08:21.112Z Compiling sync_wrapper v1.0.2
14862026-05-20T17:08:21.170Z Compiling wait-timeout v0.2.1
14872026-05-20T17:08:21.222Z Compiling simd-adler32 v0.3.8
14882026-05-20T17:08:21.434Z Compiling unicode-segmentation v1.12.0
14892026-05-20T17:08:21.471Z Compiling num_threads v0.1.7
14902026-05-20T17:08:21.521Z Compiling usdt-impl v0.6.0
14912026-05-20T17:08:21.568Z Compiling crossbeam-utils v0.8.21
14922026-05-20T17:08:21.726Z Compiling syn v1.0.109
14932026-05-20T17:08:21.819Z Compiling hyper-util v0.1.20
14942026-05-20T17:08:21.858Z Compiling bit-vec v0.8.0
14952026-05-20T17:08:22.036Z Compiling siphasher v1.0.2
14962026-05-20T17:08:22.096Z Compiling quick-error v1.2.3
14972026-05-20T17:08:22.209Z Compiling rusty-fork v0.3.1
14982026-05-20T17:08:22.315Z Compiling bit-set v0.8.0
14992026-05-20T17:08:22.554Z Compiling time v0.3.47
15002026-05-20T17:08:22.569Z Compiling tower v0.5.3
15012026-05-20T17:08:22.582Z Compiling derive_builder_core v0.20.2
15022026-05-20T17:08:23.041Z Compiling dtrace-parser v0.3.0
15032026-05-20T17:08:23.149Z Compiling http-body-util v0.1.3
15042026-05-20T17:08:23.394Z Compiling webpki-roots v1.0.6
15052026-05-20T17:08:23.458Z Compiling signature v2.2.0
15062026-05-20T17:08:23.518Z Compiling thiserror-impl v1.0.69
15072026-05-20T17:08:23.557Z Compiling scroll_derive v0.12.1
15082026-05-20T17:08:23.645Z Compiling dof v0.4.0
15092026-05-20T17:08:23.802Z Compiling heapless v0.7.17
15102026-05-20T17:08:24.093Z Compiling rand_xorshift v0.4.0
15112026-05-20T17:08:24.179Z Compiling slog v2.8.2
15122026-05-20T17:08:24.257Z Compiling darling_core v0.21.3
15132026-05-20T17:08:24.272Z Compiling bzip2-sys v0.1.13+1.0.8
15142026-05-20T17:08:24.368Z Compiling thread-id v5.1.0
15152026-05-20T17:08:24.457Z Compiling cookie v0.18.1
15162026-05-20T17:08:24.551Z Compiling unicode-properties v0.1.4
15172026-05-20T17:08:24.647Z Compiling anyhow v1.0.102
15182026-05-20T17:08:24.772Z Compiling iri-string v0.7.10
15192026-05-20T17:08:24.842Z Compiling zstd-safe v7.2.4
15202026-05-20T17:08:24.868Z Compiling unarray v0.1.4
15212026-05-20T17:08:24.963Z Compiling unicode-bidi v0.3.18
15222026-05-20T17:08:24.982Z Compiling paste v1.0.15
15232026-05-20T17:08:25.040Z Compiling adler2 v2.0.1
15242026-05-20T17:08:25.178Z Compiling ryu v1.0.23
15252026-05-20T17:08:25.238Z Compiling signal-hook v0.3.18
15262026-05-20T17:08:25.254Z Compiling allocator-api2 v0.2.21
15272026-05-20T17:08:25.356Z Compiling serde_urlencoded v0.7.1
15282026-05-20T17:08:25.430Z Compiling stringprep v0.1.5
15292026-05-20T17:08:25.554Z Compiling miniz_oxide v0.8.9
15302026-05-20T17:08:25.604Z Compiling proptest v1.10.0
15312026-05-20T17:08:25.798Z Compiling thiserror v1.0.69
15322026-05-20T17:08:25.924Z Compiling tower-http v0.6.8
15332026-05-20T17:08:26.314Z Compiling scroll v0.12.0
15342026-05-20T17:08:26.374Z Compiling derive_builder_macro v0.20.2
15352026-05-20T17:08:26.647Z Compiling tokio-native-tls v0.3.1
15362026-05-20T17:08:26.740Z Compiling heck v0.4.1
15372026-05-20T17:08:26.776Z Compiling darling_macro v0.21.3
15382026-05-20T17:08:26.817Z Compiling ipnetwork v0.21.1
15392026-05-20T17:08:26.833Z Compiling bstr v1.12.1
15402026-05-20T17:08:26.962Z Compiling rand_chacha v0.3.1
15412026-05-20T17:08:27.062Z Compiling serde_tokenstream v0.2.3
15422026-05-20T17:08:27.214Z Compiling toml_datetime v0.6.11
15432026-05-20T17:08:27.253Z Compiling erased-serde v0.3.31
15442026-05-20T17:08:27.379Z Compiling serde_spanned v0.6.9
15452026-05-20T17:08:27.474Z Compiling md-5 v0.10.6
15462026-05-20T17:08:27.490Z Compiling zerocopy-derive v0.7.35
15472026-05-20T17:08:27.524Z Compiling pin-project-internal v1.1.11
15482026-05-20T17:08:27.643Z Compiling async-trait v0.1.89
15492026-05-20T17:08:27.737Z Compiling curve25519-dalek v4.1.3
15502026-05-20T17:08:27.786Z Compiling vergen-lib v0.1.6
15512026-05-20T17:08:27.969Z Compiling num-integer v0.1.46
15522026-05-20T17:08:28.073Z Compiling hash32 v0.2.1
15532026-05-20T17:08:28.273Z Compiling ff v0.13.1
15542026-05-20T17:08:28.294Z Compiling memoffset v0.9.1
15552026-05-20T17:08:28.354Z Compiling litrs v1.0.0
15562026-05-20T17:08:28.414Z Compiling base16ct v0.2.0
15572026-05-20T17:08:28.492Z Compiling smoltcp v0.9.1
15582026-05-20T17:08:28.608Z Compiling psl-types v2.0.11
15592026-05-20T17:08:28.654Z Compiling num-bigint-dig v0.8.6
15602026-05-20T17:08:28.680Z Compiling zlib-rs v0.6.2
15612026-05-20T17:08:28.736Z Compiling cfg_aliases v0.2.1
15622026-05-20T17:08:28.814Z Compiling ref-cast v1.0.25
15632026-05-20T17:08:28.840Z Compiling fallible-iterator v0.2.0
15642026-05-20T17:08:28.855Z Compiling rustix v0.38.44
15652026-05-20T17:08:28.876Z Compiling document-features v0.2.12
15662026-05-20T17:08:29.218Z Compiling postgres-protocol v0.6.10
15672026-05-20T17:08:29.288Z Compiling nix v0.31.2
15682026-05-20T17:08:29.364Z Compiling publicsuffix v2.3.0
15692026-05-20T17:08:29.530Z Compiling pin-project v1.1.11
15702026-05-20T17:08:29.544Z Compiling sec1 v0.7.3
15712026-05-20T17:08:29.661Z Compiling group v0.13.0
15722026-05-20T17:08:29.734Z Compiling zerocopy v0.7.35
15732026-05-20T17:08:29.848Z Compiling num-iter v0.1.45
15742026-05-20T17:08:29.943Z Compiling newtype-uuid v1.3.2
15752026-05-20T17:08:30.260Z Compiling darling v0.21.3
15762026-05-20T17:08:30.276Z Compiling rand v0.8.6
15772026-05-20T17:08:30.280Z Compiling oxnet v0.1.4
15782026-05-20T17:08:30.342Z Compiling snafu-derive v0.8.9
15792026-05-20T17:08:30.357Z Compiling derive_builder v0.20.2
15802026-05-20T17:08:30.488Z Compiling hyper-tls v0.6.0
15812026-05-20T17:08:30.563Z Compiling hubpack_derive v0.1.1
15822026-05-20T17:08:30.782Z Compiling goblin v0.8.2
15832026-05-20T17:08:31.472Z Compiling phf_shared v0.13.1
15842026-05-20T17:08:31.650Z Compiling flate2 v1.1.9
15852026-05-20T17:08:31.671Z Compiling lazy_static v1.5.0
15862026-05-20T17:08:31.723Z Compiling regex v1.12.3
15872026-05-20T17:08:31.766Z Compiling strum_macros v0.27.2
15882026-05-20T17:08:31.951Z Compiling futures-executor v0.3.32
15892026-05-20T17:08:32.057Z Compiling hex v0.4.3
15902026-05-20T17:08:32.160Z Compiling cargo-platform v0.1.9
15912026-05-20T17:08:32.216Z Compiling hkdf v0.12.4
15922026-05-20T17:08:32.252Z Compiling crypto-bigint v0.5.5
15932026-05-20T17:08:32.334Z Compiling ref-cast-impl v1.0.25
15942026-05-20T17:08:32.390Z Compiling daft-derive v0.1.5
15952026-05-20T17:08:32.423Z Compiling curve25519-dalek-derive v0.1.1
15962026-05-20T17:08:32.872Z Compiling terminal_size v0.4.3
15972026-05-20T17:08:33.019Z Compiling vergen v9.0.6
15982026-05-20T17:08:33.072Z Compiling fs-err v3.3.0
15992026-05-20T17:08:33.113Z Compiling ahash v0.8.12
16002026-05-20T17:08:33.199Z Compiling encoding_rs v0.8.35
16012026-05-20T17:08:33.260Z Compiling mime v0.3.17
16022026-05-20T17:08:33.314Z Compiling winnow v0.5.40
16032026-05-20T17:08:33.518Z Compiling same-file v1.0.6
16042026-05-20T17:08:33.688Z Compiling foldhash v0.2.0
16052026-05-20T17:08:33.736Z Compiling bitflags v1.3.2
16062026-05-20T17:08:33.818Z Compiling object v0.37.3
16072026-05-20T17:08:33.921Z Compiling managed v0.8.0
16082026-05-20T17:08:34.148Z Compiling bumpalo v3.20.2
16092026-05-20T17:08:34.198Z Compiling libbz2-rs-sys v0.2.2
16102026-05-20T17:08:34.309Z Compiling foldhash v0.1.5
16112026-05-20T17:08:34.413Z Compiling clap_builder v4.5.60
16122026-05-20T17:08:34.433Z Compiling zopfli v0.8.3
16132026-05-20T17:08:34.495Z Compiling hashbrown v0.15.5
16142026-05-20T17:08:34.810Z Compiling toml_edit v0.19.15
16152026-05-20T17:08:34.827Z Compiling bzip2 v0.6.1
16162026-05-20T17:08:35.066Z Compiling hashbrown v0.16.1
16172026-05-20T17:08:35.098Z Compiling strum v0.27.2
16182026-05-20T17:08:35.130Z Compiling walkdir v2.5.0
16192026-05-20T17:08:35.411Z Compiling elliptic-curve v0.13.8
16202026-05-20T17:08:35.451Z Compiling daft v0.1.5
16212026-05-20T17:08:35.715Z Compiling dof v0.3.0
16222026-05-20T17:08:35.815Z Compiling cargo_metadata v0.19.2
16232026-05-20T17:08:35.838Z Compiling snafu v0.8.9
16242026-05-20T17:08:36.200Z Compiling futures v0.3.32
16252026-05-20T17:08:36.434Z Compiling phf v0.13.1
16262026-05-20T17:08:36.653Z Compiling signal-hook-mio v0.2.5
16272026-05-20T17:08:36.840Z Compiling cookie_store v0.22.1
16282026-05-20T17:08:37.098Z Compiling hubpack v0.1.2
16292026-05-20T17:08:37.171Z Compiling zstd v0.13.3
16302026-05-20T17:08:37.320Z Compiling bzip2 v0.4.4
16312026-05-20T17:08:37.439Z Compiling serde_with_macros v3.17.0
16322026-05-20T17:08:37.508Z Compiling postgres-types v0.2.12
16332026-05-20T17:08:37.541Z Compiling usdt-macro v0.6.0
16342026-05-20T17:08:37.553Z Compiling usdt-attr-macro v0.6.0
16352026-05-20T17:08:38.069Z Compiling globset v0.4.18
16362026-05-20T17:08:38.292Z Compiling dtrace-parser v0.2.0
16372026-05-20T17:08:38.355Z Compiling ed25519 v2.2.3
16382026-05-20T17:08:38.581Z Compiling phf_shared v0.11.3
16392026-05-20T17:08:38.650Z Compiling olpc-cjson v0.1.4
16402026-05-20T17:08:38.722Z Compiling pkcs1 v0.7.5
16412026-05-20T17:08:38.760Z Compiling strum_macros v0.26.4
16422026-05-20T17:08:38.775Z Compiling clap_derive v4.5.55
16432026-05-20T17:08:38.813Z Compiling enum-as-inner v0.6.1
16442026-05-20T17:08:39.079Z Compiling serde_plain v1.0.2
16452026-05-20T17:08:39.194Z Compiling serde-big-array v0.5.1
16462026-05-20T17:08:39.283Z Compiling rfc6979 v0.4.0
16472026-05-20T17:08:39.301Z Compiling pem v3.0.6
16482026-05-20T17:08:39.335Z Compiling serde_repr v0.1.20
16492026-05-20T17:08:39.348Z Compiling async-recursion v1.1.1
16502026-05-20T17:08:39.411Z Compiling float-cmp v0.10.0
16512026-05-20T17:08:39.564Z Compiling thread-id v4.2.2
16522026-05-20T17:08:39.635Z Compiling memmap2 v0.9.10
16532026-05-20T17:08:39.653Z Compiling env_filter v1.0.0
16542026-05-20T17:08:39.853Z Compiling jiff v0.2.21
16552026-05-20T17:08:39.868Z Compiling normalize-line-endings v0.3.0
16562026-05-20T17:08:40.005Z Compiling rustc-hash v2.1.1
16572026-05-20T17:08:40.012Z Compiling fixedbitset v0.5.7
16582026-05-20T17:08:40.012Z Compiling typed-path v0.9.3
16592026-05-20T17:08:40.088Z Compiling keccak v0.1.6
16602026-05-20T17:08:40.280Z Compiling fixedbitset v0.4.2
16612026-05-20T17:08:40.496Z Compiling predicates-core v1.0.10
16622026-05-20T17:08:40.621Z Compiling whoami v2.1.0
16632026-05-20T17:08:40.652Z Compiling new_debug_unreachable v1.0.6
16642026-05-20T17:08:40.685Z Compiling precomputed-hash v0.1.1
16652026-05-20T17:08:40.701Z Compiling static_assertions v1.1.0
16662026-05-20T17:08:40.774Z Compiling data-encoding v2.10.0
16672026-05-20T17:08:40.785Z Compiling either v1.15.0
16682026-05-20T17:08:40.906Z Compiling difflib v0.4.0
16692026-05-20T17:08:40.941Z Compiling tokio-postgres v0.7.16
16702026-05-20T17:08:40.994Z Compiling itertools v0.13.0
16712026-05-20T17:08:41.242Z Compiling predicates v3.1.4
16722026-05-20T17:08:41.465Z Compiling hickory-proto v0.25.2
16732026-05-20T17:08:41.480Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16742026-05-20T17:08:41.914Z Compiling string_cache v0.8.9
16752026-05-20T17:08:42.027Z Compiling clap v4.5.60
16762026-05-20T17:08:42.117Z Compiling toml_edit v0.22.27
16772026-05-20T17:08:42.140Z Compiling strum v0.26.3
16782026-05-20T17:08:42.245Z Compiling petgraph v0.6.5
16792026-05-20T17:08:42.275Z Compiling sha3 v0.10.8
16802026-05-20T17:08:42.736Z Compiling zip v4.6.1
16812026-05-20T17:08:43.168Z Compiling petgraph v0.8.3
16822026-05-20T17:08:43.694Z Compiling iddqd v0.3.18
16832026-05-20T17:08:43.739Z Compiling env_logger v0.11.9
16842026-05-20T17:08:44.041Z Compiling usdt v0.6.0
16852026-05-20T17:08:44.129Z Compiling usdt-impl v0.5.0
16862026-05-20T17:08:44.310Z Compiling ecdsa v0.16.9
16872026-05-20T17:08:44.365Z Compiling rsa v0.9.10
16882026-05-20T17:08:44.716Z Compiling serde_with v3.17.0
16892026-05-20T17:08:44.734Z Compiling ed25519-dalek v2.2.0
16902026-05-20T17:08:44.906Z Compiling crossterm v0.28.1
16912026-05-20T17:08:45.231Z Compiling zip v0.6.6
16922026-05-20T17:08:45.786Z Compiling toml v0.7.8
16932026-05-20T17:08:46.247Z Compiling toml_parser v1.0.9+spec-1.1.0
16942026-05-20T17:08:46.361Z Compiling similar v2.7.0
16952026-05-20T17:08:46.397Z Compiling crossbeam-epoch v0.9.18
16962026-05-20T17:08:46.419Z Compiling tokio-stream v0.1.18
16972026-05-20T17:08:46.451Z Compiling buf-list v1.1.2
16982026-05-20T17:08:46.725Z Compiling x509-cert v0.2.5
16992026-05-20T17:08:46.740Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17002026-05-20T17:08:46.884Z Compiling openapiv3 v2.2.0
17012026-05-20T17:08:46.884Z Compiling sha1 v0.10.6
17022026-05-20T17:08:47.044Z Compiling toml_datetime v0.7.5+spec-1.1.0
17032026-05-20T17:08:47.127Z Compiling peg-runtime v0.8.5
17042026-05-20T17:08:47.247Z Compiling lalrpop-util v0.19.12
17052026-05-20T17:08:47.345Z Compiling thread_local v1.1.9
17062026-05-20T17:08:47.421Z Compiling slog-async v2.8.0
17072026-05-20T17:08:47.445Z Compiling crossbeam-channel v0.5.15
17082026-05-20T17:08:47.602Z Compiling filetime v0.2.27
17092026-05-20T17:08:47.746Z Compiling is-terminal v0.4.17
17102026-05-20T17:08:47.761Z Compiling xattr v1.6.1
17112026-05-20T17:08:47.780Z Compiling take_mut v0.2.2
17122026-05-20T17:08:47.845Z Compiling term v1.2.1
17132026-05-20T17:08:47.902Z Compiling tar v0.4.45
17142026-05-20T17:08:48.352Z Compiling slog-term v2.9.2
17152026-05-20T17:08:57.522Z Compiling rustls-webpki v0.103.9
17162026-05-20T17:09:00.327Z Compiling tokio-rustls v0.26.4
17172026-05-20T17:09:00.327Z Compiling rustls-platform-verifier v0.6.2
17182026-05-20T17:09:00.527Z Compiling hyper-rustls v0.27.7
17192026-05-20T17:09:00.729Z Compiling reqwest v0.12.28
17202026-05-20T17:09:00.729Z Compiling reqwest v0.13.2
17212026-05-20T17:09:01.989Z Compiling tough v0.22.0
17222026-05-20T17:09:04.550Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17232026-05-20T17:09:04.772Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17242026-05-20T17:09:07.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
17252026-05-20T17:09:07.776Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17262026-05-20T17:09:07.830ZMay 20 17:09:06.413 INFO Starting download, target: DendriteStub
17272026-05-20T17:09:07.830ZMay 20 17:09:06.413 INFO Starting download, target: Cockroach
17282026-05-20T17:09:07.830ZMay 20 17:09:06.413 INFO Starting download, target: Console
17292026-05-20T17:09:07.830ZMay 20 17:09:06.413 INFO Starting download, target: Clickhouse
17302026-05-20T17:09:07.830ZMay 20 17:09:06.413 INFO Starting download, target: MaghemiteMgd
17312026-05-20T17:09:07.830ZMay 20 17:09:06.413 INFO Starting download, target: TransceiverControl
17322026-05-20T17:09:07.833ZMay 20 17:09:06.413 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17332026-05-20T17:09:07.833ZMay 20 17:09:06.413 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17342026-05-20T17:09:07.833ZMay 20 17:09:06.413 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17352026-05-20T17:09:07.833ZMay 20 17:09:06.413 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17362026-05-20T17:09:07.833ZMay 20 17:09:06.413 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17372026-05-20T17:09:07.833ZMay 20 17:09:06.413 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17382026-05-20T17:09:08.351ZMay 20 17:09:06.928 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17392026-05-20T17:09:08.567ZMay 20 17:09:07.138 INFO Download complete, target: TransceiverControl
17402026-05-20T17:09:08.864ZMay 20 17:09:07.435 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17412026-05-20T17:09:09.130ZMay 20 17:09:07.714 INFO Download complete, target: Console
17422026-05-20T17:09:09.266ZMay 20 17:09:07.838 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17432026-05-20T17:09:09.662ZMay 20 17:09:08.242 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17442026-05-20T17:09:09.865ZMay 20 17:09:08.443 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17452026-05-20T17:09:10.445ZMay 20 17:09:09.028 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17462026-05-20T17:09:10.445ZMay 20 17:09:09.028 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17472026-05-20T17:09:11.579ZMay 20 17:09:10.133 INFO Download complete, target: DendriteStub
17482026-05-20T17:09:12.154ZMay 20 17:09:10.649 INFO Download complete, target: MaghemiteMgd
17492026-05-20T17:09:15.220ZMay 20 17:09:13.754 INFO Checking that binary works, target: Cockroach
17502026-05-20T17:09:15.322ZMay 20 17:09:13.897 INFO Download complete, target: Cockroach
17512026-05-20T17:09:16.546ZMay 20 17:09:15.129 INFO Checking that binary works, target: Clickhouse
17522026-05-20T17:09:16.678ZMay 20 17:09:15.261 INFO Download complete, target: Clickhouse
17532026-05-20T17:09:16.736ZAll builder prerequisites installed successfully, and PATH looks valid
17542026-05-20T17:09:16.740Z
17552026-05-20T17:09:16.740Zreal 2:20.651706848
17562026-05-20T17:09:16.740Zuser 7:03.214476841
17572026-05-20T17:09:16.740Zsys 1:23.096351117
17582026-05-20T17:09:16.740Ztrap 0.220235204
17592026-05-20T17:09:16.740Ztflt 1.111050602
17602026-05-20T17:09:16.740Zdflt 1.422243164
17612026-05-20T17:09:16.740Zkflt 0.036464926
17622026-05-20T17:09:16.740Zlock 22:30.436074976
17632026-05-20T17:09:16.740Zslp 21:53.017752147
17642026-05-20T17:09:16.740Zlat 44.456434337
17652026-05-20T17:09:16.740Zstop 1:58.151110152
17662026-05-20T17:09:16.740Z+ banner hack-check
17672026-05-20T17:09:16.740Z
17682026-05-20T17:09:16.740Z # # ## #### # # #### # # ###### #### # #
17692026-05-20T17:09:16.740Z # # # # # # # # # # # # # # # # #
17702026-05-20T17:09:16.741Z ###### # # # #### ##### # ###### ##### # ####
17712026-05-20T17:09:16.741Z # # ###### # # # # # # # # # #
17722026-05-20T17:09:16.741Z # # # # # # # # # # # # # # # # #
17732026-05-20T17:09:16.741Z # # # # #### # # #### # # ###### #### # #
17742026-05-20T17:09:16.741Z
17752026-05-20T17:09:16.741Z+ export CARGO_INCREMENTAL=0
17762026-05-20T17:09:16.741Z+ CARGO_INCREMENTAL=0
17772026-05-20T17:09:16.741Z+ ptime -m timeout 2h cargo xtask check-features --ci
17782026-05-20T17:09:17.273Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17792026-05-20T17:09:17.496Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17802026-05-20T17:09:19.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.61s
17812026-05-20T17:09:19.458Z Running `target/debug/xtask check-features --ci`
17822026-05-20T17:09:19.486Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17832026-05-20T17:09:19.489Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17842026-05-20T17:09:19.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
17852026-05-20T17:09:20.005Z Running `target/debug/xtask download cargo-hack`
17862026-05-20T17:09:20.811Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17872026-05-20T17:09:21.154Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17882026-05-20T17:09:24.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.56s
17892026-05-20T17:09:24.662Z Running `target/debug/xtask-downloader cargo-hack`
17902026-05-20T17:09:24.662ZMay 20 17:09:22.402 INFO Starting download, target: CargoHack
17912026-05-20T17:09:24.662ZMay 20 17:09:22.403 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17922026-05-20T17:09:24.662ZMay 20 17:09:22.779 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17932026-05-20T17:09:24.662ZMay 20 17:09:22.828 INFO Download complete, target: CargoHack
17942026-05-20T17:09:24.662Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
17952026-05-20T17:09:24.662Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17962026-05-20T17:09:24.663Zinfo: running `cargo check --bins` on api_identity (1/276)
17972026-05-20T17:09:24.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17982026-05-20T17:09:24.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17992026-05-20T17:09:24.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18002026-05-20T17:09:24.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18012026-05-20T17:09:25.007Z
18022026-05-20T17:09:25.007Zinfo: running `cargo check --bins` on bootstore (2/276)
18032026-05-20T17:09:25.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18042026-05-20T17:09:25.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18052026-05-20T17:09:25.527Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18062026-05-20T17:09:25.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18072026-05-20T17:09:25.605Z
18082026-05-20T17:09:25.605Zinfo: running `cargo check --bins` on omicron-ledger (3/276)
18092026-05-20T17:09:26.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18102026-05-20T17:09:26.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18112026-05-20T17:09:26.127Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18122026-05-20T17:09:26.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18132026-05-20T17:09:26.205Z
18142026-05-20T17:09:26.205Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/276)
18152026-05-20T17:09:26.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18162026-05-20T17:09:26.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18172026-05-20T17:09:26.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18182026-05-20T17:09:26.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18192026-05-20T17:09:26.792Z
18202026-05-20T17:09:26.792Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/276)
18212026-05-20T17:09:27.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18222026-05-20T17:09:27.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18232026-05-20T17:09:27.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18242026-05-20T17:09:27.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18252026-05-20T17:09:27.380Z
18262026-05-20T17:09:27.380Zinfo: running `cargo check --bins` on omicron-certificates (6/276)
18272026-05-20T17:09:27.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18282026-05-20T17:09:27.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18292026-05-20T17:09:27.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18302026-05-20T17:09:27.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18312026-05-20T17:09:27.978Z
18322026-05-20T17:09:27.978Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/276)
18332026-05-20T17:09:28.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18342026-05-20T17:09:28.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18352026-05-20T17:09:28.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18362026-05-20T17:09:28.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18372026-05-20T17:09:28.582Z
18382026-05-20T17:09:28.582Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/276)
18392026-05-20T17:09:29.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18402026-05-20T17:09:29.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18412026-05-20T17:09:29.095Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18422026-05-20T17:09:29.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18432026-05-20T17:09:29.186Z
18442026-05-20T17:09:29.186Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/276)
18452026-05-20T17:09:29.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18462026-05-20T17:09:29.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18472026-05-20T17:09:29.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18482026-05-20T17:09:29.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18492026-05-20T17:09:29.660Z
18502026-05-20T17:09:29.660Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/276)
18512026-05-20T17:09:30.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18522026-05-20T17:09:30.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18532026-05-20T17:09:30.077Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18542026-05-20T17:09:30.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18552026-05-20T17:09:30.134Z
18562026-05-20T17:09:30.135Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/276)
18572026-05-20T17:09:30.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18582026-05-20T17:09:30.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18592026-05-20T17:09:30.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18602026-05-20T17:09:30.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18612026-05-20T17:09:30.605Z
18622026-05-20T17:09:30.605Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/276)
18632026-05-20T17:09:31.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18642026-05-20T17:09:31.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18652026-05-20T17:09:31.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18662026-05-20T17:09:31.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18672026-05-20T17:09:31.077Z
18682026-05-20T17:09:31.077Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/276)
18692026-05-20T17:09:31.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18702026-05-20T17:09:31.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18712026-05-20T17:09:31.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18722026-05-20T17:09:31.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18732026-05-20T17:09:31.551Z
18742026-05-20T17:09:31.551Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/276)
18752026-05-20T17:09:31.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18762026-05-20T17:09:31.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18772026-05-20T17:09:31.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18782026-05-20T17:09:32.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18792026-05-20T17:09:32.052Z
18802026-05-20T17:09:32.053Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/276)
18812026-05-20T17:09:32.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18822026-05-20T17:09:32.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18832026-05-20T17:09:32.437Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18842026-05-20T17:09:32.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18852026-05-20T17:09:32.498Z
18862026-05-20T17:09:32.498Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/276)
18872026-05-20T17:09:32.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18882026-05-20T17:09:32.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18892026-05-20T17:09:32.910Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18902026-05-20T17:09:32.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18912026-05-20T17:09:32.971Z
18922026-05-20T17:09:32.971Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/276)
18932026-05-20T17:09:33.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18942026-05-20T17:09:33.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18952026-05-20T17:09:33.388Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18962026-05-20T17:09:33.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18972026-05-20T17:09:33.447Z
18982026-05-20T17:09:33.447Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/276)
18992026-05-20T17:09:33.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19002026-05-20T17:09:33.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19012026-05-20T17:09:33.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19022026-05-20T17:09:33.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19032026-05-20T17:09:33.934Z
19042026-05-20T17:09:33.934Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/276)
19052026-05-20T17:09:34.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19062026-05-20T17:09:34.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19072026-05-20T17:09:34.338Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19082026-05-20T17:09:34.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19092026-05-20T17:09:34.397Z
19102026-05-20T17:09:34.397Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/276)
19112026-05-20T17:09:34.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19122026-05-20T17:09:34.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19132026-05-20T17:09:34.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19142026-05-20T17:09:34.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19152026-05-20T17:09:34.870Z
19162026-05-20T17:09:34.870Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/276)
19172026-05-20T17:09:35.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19182026-05-20T17:09:35.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19192026-05-20T17:09:35.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19202026-05-20T17:09:35.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19212026-05-20T17:09:35.345Z
19222026-05-20T17:09:35.345Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/276)
19232026-05-20T17:09:35.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19242026-05-20T17:09:35.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19252026-05-20T17:09:35.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19262026-05-20T17:09:35.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19272026-05-20T17:09:35.821Z
19282026-05-20T17:09:35.821Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/276)
19292026-05-20T17:09:36.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19302026-05-20T17:09:36.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19312026-05-20T17:09:36.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19322026-05-20T17:09:36.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19332026-05-20T17:09:36.302Z
19342026-05-20T17:09:36.302Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/276)
19352026-05-20T17:09:36.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19362026-05-20T17:09:36.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19372026-05-20T17:09:36.718Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19382026-05-20T17:09:36.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19392026-05-20T17:09:36.780Z
19402026-05-20T17:09:36.780Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/276)
19412026-05-20T17:09:37.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19422026-05-20T17:09:37.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19432026-05-20T17:09:37.197Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19442026-05-20T17:09:37.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19452026-05-20T17:09:37.258Z
19462026-05-20T17:09:37.258Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/276)
19472026-05-20T17:09:37.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19482026-05-20T17:09:37.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19492026-05-20T17:09:37.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19502026-05-20T17:09:37.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19512026-05-20T17:09:37.733Z
19522026-05-20T17:09:37.733Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/276)
19532026-05-20T17:09:38.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19542026-05-20T17:09:38.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19552026-05-20T17:09:38.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19562026-05-20T17:09:38.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19572026-05-20T17:09:38.241Z
19582026-05-20T17:09:38.241Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/276)
19592026-05-20T17:09:38.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19602026-05-20T17:09:38.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19612026-05-20T17:09:38.635Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19622026-05-20T17:09:38.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19632026-05-20T17:09:38.696Z
19642026-05-20T17:09:38.696Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/276)
19652026-05-20T17:09:39.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19662026-05-20T17:09:39.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19672026-05-20T17:09:39.114Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19682026-05-20T17:09:39.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19692026-05-20T17:09:39.175Z
19702026-05-20T17:09:39.175Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/276)
19712026-05-20T17:09:39.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19722026-05-20T17:09:39.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19732026-05-20T17:09:39.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19742026-05-20T17:09:39.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19752026-05-20T17:09:39.647Z
19762026-05-20T17:09:39.647Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/276)
19772026-05-20T17:09:40.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19782026-05-20T17:09:40.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19792026-05-20T17:09:40.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19802026-05-20T17:09:40.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19812026-05-20T17:09:40.120Z
19822026-05-20T17:09:40.120Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/276)
19832026-05-20T17:09:40.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19842026-05-20T17:09:40.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19852026-05-20T17:09:40.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19862026-05-20T17:09:40.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19872026-05-20T17:09:40.592Z
19882026-05-20T17:09:40.592Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/276)
19892026-05-20T17:09:41.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19902026-05-20T17:09:41.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19912026-05-20T17:09:41.008Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19922026-05-20T17:09:41.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19932026-05-20T17:09:41.067Z
19942026-05-20T17:09:41.067Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/276)
19952026-05-20T17:09:41.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19962026-05-20T17:09:41.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19972026-05-20T17:09:41.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19982026-05-20T17:09:41.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19992026-05-20T17:09:41.585Z
20002026-05-20T17:09:41.585Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/276)
20012026-05-20T17:09:41.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20022026-05-20T17:09:41.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20032026-05-20T17:09:41.969Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20042026-05-20T17:09:41.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20052026-05-20T17:09:42.011Z
20062026-05-20T17:09:42.011Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/276)
20072026-05-20T17:09:42.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20082026-05-20T17:09:42.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20092026-05-20T17:09:42.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20102026-05-20T17:09:42.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20112026-05-20T17:09:42.515Z
20122026-05-20T17:09:42.516Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/276)
20132026-05-20T17:09:42.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20142026-05-20T17:09:42.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20152026-05-20T17:09:42.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20162026-05-20T17:09:42.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20172026-05-20T17:09:42.960Z
20182026-05-20T17:09:42.961Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/276)
20192026-05-20T17:09:43.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20202026-05-20T17:09:43.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20212026-05-20T17:09:43.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20222026-05-20T17:09:43.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20232026-05-20T17:09:43.434Z
20242026-05-20T17:09:43.435Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/276)
20252026-05-20T17:09:43.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20262026-05-20T17:09:43.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20272026-05-20T17:09:43.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20282026-05-20T17:09:43.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20292026-05-20T17:09:43.918Z
20302026-05-20T17:09:43.918Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/276)
20312026-05-20T17:09:44.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20322026-05-20T17:09:44.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20332026-05-20T17:09:44.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20342026-05-20T17:09:44.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20352026-05-20T17:09:44.381Z
20362026-05-20T17:09:44.381Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/276)
20372026-05-20T17:09:44.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20382026-05-20T17:09:44.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20392026-05-20T17:09:44.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20402026-05-20T17:09:44.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20412026-05-20T17:09:44.857Z
20422026-05-20T17:09:44.857Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/276)
20432026-05-20T17:09:45.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20442026-05-20T17:09:45.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20452026-05-20T17:09:45.272Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20462026-05-20T17:09:45.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20472026-05-20T17:09:45.333Z
20482026-05-20T17:09:45.333Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/276)
20492026-05-20T17:09:45.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20502026-05-20T17:09:45.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20512026-05-20T17:09:45.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20522026-05-20T17:09:45.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20532026-05-20T17:09:45.811Z
20542026-05-20T17:09:45.811Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/276)
20552026-05-20T17:09:46.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20562026-05-20T17:09:46.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20572026-05-20T17:09:46.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20582026-05-20T17:09:46.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20592026-05-20T17:09:46.287Z
20602026-05-20T17:09:46.287Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/276)
20612026-05-20T17:09:46.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20622026-05-20T17:09:46.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20632026-05-20T17:09:46.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20642026-05-20T17:09:46.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20652026-05-20T17:09:46.764Z
20662026-05-20T17:09:46.764Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/276)
20672026-05-20T17:09:47.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20682026-05-20T17:09:47.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20692026-05-20T17:09:47.178Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20702026-05-20T17:09:47.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20712026-05-20T17:09:47.239Z
20722026-05-20T17:09:47.239Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/276)
20732026-05-20T17:09:47.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20742026-05-20T17:09:47.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20752026-05-20T17:09:47.655Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20762026-05-20T17:09:47.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20772026-05-20T17:09:47.718Z
20782026-05-20T17:09:47.718Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/276)
20792026-05-20T17:09:48.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20802026-05-20T17:09:48.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20812026-05-20T17:09:48.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20822026-05-20T17:09:48.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20832026-05-20T17:09:48.200Z
20842026-05-20T17:09:48.200Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/276)
20852026-05-20T17:09:48.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20862026-05-20T17:09:48.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20872026-05-20T17:09:48.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20882026-05-20T17:09:48.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20892026-05-20T17:09:48.847Z
20902026-05-20T17:09:48.847Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/276)
20912026-05-20T17:09:49.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20922026-05-20T17:09:49.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20932026-05-20T17:09:49.392Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20942026-05-20T17:09:49.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20952026-05-20T17:09:49.495Z
20962026-05-20T17:09:49.495Zinfo: running `cargo check --bins` on nexus-config (51/276)
20972026-05-20T17:09:50.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20982026-05-20T17:09:50.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20992026-05-20T17:09:50.035Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21002026-05-20T17:09:50.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21012026-05-20T17:09:50.137Z
21022026-05-20T17:09:50.137Zinfo: running `cargo check --bins` on nexus-types (52/276)
21032026-05-20T17:09:50.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21042026-05-20T17:09:50.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21052026-05-20T17:09:50.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21062026-05-20T17:09:50.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21072026-05-20T17:09:50.777Z
21082026-05-20T17:09:50.777Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/276)
21092026-05-20T17:09:51.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21102026-05-20T17:09:51.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21112026-05-20T17:09:51.294Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21122026-05-20T17:09:51.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21132026-05-20T17:09:51.389Z
21142026-05-20T17:09:51.389Zinfo: running `cargo check --bins` on omicron-passwords (54/276)
21152026-05-20T17:09:51.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21162026-05-20T17:09:51.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21172026-05-20T17:09:51.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21182026-05-20T17:09:51.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21192026-05-20T17:09:51.987Z
21202026-05-20T17:09:51.987Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/276)
21212026-05-20T17:09:52.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21222026-05-20T17:09:52.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21232026-05-20T17:09:52.508Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21242026-05-20T17:09:52.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21252026-05-20T17:09:52.601Z
21262026-05-20T17:09:52.601Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/276)
21272026-05-20T17:09:53.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21282026-05-20T17:09:53.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21292026-05-20T17:09:53.120Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21302026-05-20T17:09:53.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21312026-05-20T17:09:53.214Z
21322026-05-20T17:09:53.214Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/276)
21332026-05-20T17:09:53.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21342026-05-20T17:09:53.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21352026-05-20T17:09:53.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21362026-05-20T17:09:53.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21372026-05-20T17:09:53.827Z
21382026-05-20T17:09:53.827Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/276)
21392026-05-20T17:09:54.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21402026-05-20T17:09:54.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21412026-05-20T17:09:54.368Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21422026-05-20T17:09:54.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21432026-05-20T17:09:54.439Z
21442026-05-20T17:09:54.439Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/276)
21452026-05-20T17:09:54.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21462026-05-20T17:09:54.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21472026-05-20T17:09:54.943Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21482026-05-20T17:09:54.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21492026-05-20T17:09:55.037Z
21502026-05-20T17:09:55.037Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/276)
21512026-05-20T17:09:55.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21522026-05-20T17:09:55.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21532026-05-20T17:09:55.544Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21542026-05-20T17:09:55.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21552026-05-20T17:09:55.635Z
21562026-05-20T17:09:55.635Zinfo: running `cargo check --bins --no-default-features` on gfss (61/276)
21572026-05-20T17:09:56.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21582026-05-20T17:09:56.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21592026-05-20T17:09:56.140Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21602026-05-20T17:09:56.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21612026-05-20T17:09:56.224Z
21622026-05-20T17:09:56.224Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/276)
21632026-05-20T17:09:56.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21642026-05-20T17:09:56.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21652026-05-20T17:09:56.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21662026-05-20T17:09:56.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21672026-05-20T17:09:56.815Z
21682026-05-20T17:09:56.815Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/276)
21692026-05-20T17:09:57.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21702026-05-20T17:09:57.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21712026-05-20T17:09:57.331Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21722026-05-20T17:09:57.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21732026-05-20T17:09:57.424Z
21742026-05-20T17:09:57.424Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/276)
21752026-05-20T17:09:57.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21762026-05-20T17:09:57.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21772026-05-20T17:09:57.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21782026-05-20T17:09:57.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21792026-05-20T17:09:58.039Z
21802026-05-20T17:09:58.039Zinfo: running `cargo check --bins` on cockroach-admin-types (65/276)
21812026-05-20T17:09:58.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21822026-05-20T17:09:58.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21832026-05-20T17:09:58.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21842026-05-20T17:09:58.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21852026-05-20T17:09:58.628Z
21862026-05-20T17:09:58.628Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/276)
21872026-05-20T17:09:59.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21882026-05-20T17:09:59.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21892026-05-20T17:09:59.130Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21902026-05-20T17:09:59.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21912026-05-20T17:09:59.215Z
21922026-05-20T17:09:59.215Zinfo: running `cargo check --bins` on ereport-types (67/276)
21932026-05-20T17:09:59.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21942026-05-20T17:09:59.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21952026-05-20T17:09:59.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21962026-05-20T17:09:59.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21972026-05-20T17:09:59.815Z
21982026-05-20T17:09:59.815Zinfo: running `cargo check --bins` on gateway-client (68/276)
21992026-05-20T17:10:00.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22002026-05-20T17:10:00.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22012026-05-20T17:10:00.329Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22022026-05-20T17:10:00.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22032026-05-20T17:10:00.421Z
22042026-05-20T17:10:00.421Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/276)
22052026-05-20T17:10:00.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22062026-05-20T17:10:00.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22072026-05-20T17:10:00.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22082026-05-20T17:10:00.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22092026-05-20T17:10:01.022Z
22102026-05-20T17:10:01.022Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/276)
22112026-05-20T17:10:01.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22122026-05-20T17:10:01.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22132026-05-20T17:10:01.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22142026-05-20T17:10:01.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22152026-05-20T17:10:01.692Z
22162026-05-20T17:10:01.692Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/276)
22172026-05-20T17:10:02.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22182026-05-20T17:10:02.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22192026-05-20T17:10:02.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22202026-05-20T17:10:02.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22212026-05-20T17:10:02.224Z
22222026-05-20T17:10:02.224Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/276)
22232026-05-20T17:10:02.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22242026-05-20T17:10:02.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22252026-05-20T17:10:02.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22262026-05-20T17:10:02.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22272026-05-20T17:10:02.824Z
22282026-05-20T17:10:02.824Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/276)
22292026-05-20T17:10:03.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22302026-05-20T17:10:03.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22312026-05-20T17:10:03.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22322026-05-20T17:10:03.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22332026-05-20T17:10:03.439Z
22342026-05-20T17:10:03.440Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/276)
22352026-05-20T17:10:03.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22362026-05-20T17:10:03.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22372026-05-20T17:10:03.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22382026-05-20T17:10:03.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22392026-05-20T17:10:04.054Z
22402026-05-20T17:10:04.054Zinfo: running `cargo check --bins` on key-manager-types (75/276)
22412026-05-20T17:10:04.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22422026-05-20T17:10:04.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22432026-05-20T17:10:04.557Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22442026-05-20T17:10:04.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22452026-05-20T17:10:04.647Z
22462026-05-20T17:10:04.647Zinfo: running `cargo check --bins` on oxlog (76/276)
22472026-05-20T17:10:05.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22482026-05-20T17:10:05.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22492026-05-20T17:10:05.273Z Checking cfg-if v1.0.4
22502026-05-20T17:10:05.276Z Checking libc v0.2.185
22512026-05-20T17:10:05.276Z Checking serde_core v1.0.228
22522026-05-20T17:10:05.394Z Checking zeroize v1.8.2
22532026-05-20T17:10:05.403Z Checking memchr v2.8.0
22542026-05-20T17:10:05.412Z Checking log v0.4.29
22552026-05-20T17:10:05.421Z Checking smallvec v1.15.1
22562026-05-20T17:10:05.433Z Checking typenum v1.19.0
22572026-05-20T17:10:05.433Z Checking subtle v2.6.1
22582026-05-20T17:10:05.537Z Checking itoa v1.0.17
22592026-05-20T17:10:05.573Z Checking scopeguard v1.2.0
22602026-05-20T17:10:05.586Z Checking stable_deref_trait v1.2.1
22612026-05-20T17:10:05.601Z Checking const-oid v0.9.6
22622026-05-20T17:10:05.658Z Checking zerofrom v0.1.6
22632026-05-20T17:10:05.673Z Checking lock_api v0.4.14
22642026-05-20T17:10:05.686Z Checking pin-project-lite v0.2.17
22652026-05-20T17:10:05.774Z Checking yoke v0.8.1
22662026-05-20T17:10:05.786Z Checking portable-atomic v1.13.1
22672026-05-20T17:10:05.799Z Checking getrandom v0.2.17
22682026-05-20T17:10:05.799Z Checking errno v0.3.14
22692026-05-20T17:10:05.866Z Checking parking_lot_core v0.9.12
22702026-05-20T17:10:05.920Z Checking signal-hook-registry v1.4.8
22712026-05-20T17:10:05.938Z Checking rand_core v0.6.4
22722026-05-20T17:10:05.941Z Checking zerovec v0.11.5
22732026-05-20T17:10:05.982Z Checking generic-array v0.14.7
22742026-05-20T17:10:06.050Z Checking critical-section v1.2.0
22752026-05-20T17:10:06.076Z Checking futures-core v0.3.32
22762026-05-20T17:10:06.112Z Checking parking_lot v0.12.5
22772026-05-20T17:10:06.146Z Checking mio v1.2.0
22782026-05-20T17:10:06.186Z Checking once_cell v1.21.3
22792026-05-20T17:10:06.199Z Checking zerocopy v0.8.40
22802026-05-20T17:10:06.291Z Checking zmij v1.0.21
22812026-05-20T17:10:06.305Z Checking socket2 v0.6.3
22822026-05-20T17:10:06.359Z Checking libm v0.2.16
22832026-05-20T17:10:06.378Z Checking tinystr v0.8.2
22842026-05-20T17:10:06.421Z Checking crypto-common v0.1.7
22852026-05-20T17:10:06.424Z Checking block-buffer v0.10.4
22862026-05-20T17:10:06.499Z Checking writeable v0.6.2
22872026-05-20T17:10:06.616Z Checking equivalent v1.0.2
22882026-05-20T17:10:06.622Z Checking percent-encoding v2.3.2
22892026-05-20T17:10:06.622Z Checking litemap v0.8.1
22902026-05-20T17:10:06.622Z Checking digest v0.10.7
22912026-05-20T17:10:06.626Z Checking potential_utf v0.1.4
22922026-05-20T17:10:06.655Z Checking zerotrie v0.2.3
22932026-05-20T17:10:06.690Z Checking futures-sink v0.3.32
22942026-05-20T17:10:06.731Z Checking icu_locale_core v2.1.1
22952026-05-20T17:10:06.753Z Checking icu_collections v2.1.1
22962026-05-20T17:10:06.768Z Checking futures-task v0.3.32
22972026-05-20T17:10:06.786Z Checking futures-channel v0.3.32
22982026-05-20T17:10:06.885Z Checking serde v1.0.228
22992026-05-20T17:10:06.897Z Checking bitflags v2.11.0
23002026-05-20T17:10:06.908Z Checking serde_json v1.0.149
23012026-05-20T17:10:06.977Z Checking futures-io v0.3.32
23022026-05-20T17:10:07.053Z Checking num-traits v0.2.19
23032026-05-20T17:10:07.056Z Checking cpufeatures v0.2.17
23042026-05-20T17:10:07.058Z Checking slab v0.4.12
23052026-05-20T17:10:07.123Z Checking hmac v0.12.1
23062026-05-20T17:10:07.172Z Checking icu_properties_data v2.1.2
23072026-05-20T17:10:07.250Z Checking futures-util v0.3.32
23082026-05-20T17:10:07.262Z Checking icu_normalizer_data v2.1.1
23092026-05-20T17:10:07.278Z Checking bytes v1.11.1
23102026-05-20T17:10:07.291Z Checking icu_provider v2.1.1
23112026-05-20T17:10:07.303Z Checking hashbrown v0.17.0
23122026-05-20T17:10:07.329Z Checking rand_core v0.10.0
23132026-05-20T17:10:07.469Z Checking getrandom v0.4.1
23142026-05-20T17:10:07.522Z Checking icu_normalizer v2.1.1
23152026-05-20T17:10:07.569Z Checking icu_properties v2.1.2
23162026-05-20T17:10:07.616Z Checking block-padding v0.3.3
23172026-05-20T17:10:07.631Z Checking utf8_iter v1.0.4
23182026-05-20T17:10:07.720Z Checking tokio v1.52.1
23192026-05-20T17:10:07.749Z Checking inout v0.1.4
23202026-05-20T17:10:07.761Z Checking sha2 v0.10.9
23212026-05-20T17:10:07.764Z Checking indexmap v2.14.0
23222026-05-20T17:10:07.823Z Checking form_urlencoded v1.2.2
23232026-05-20T17:10:07.887Z Checking cipher v0.4.4
23242026-05-20T17:10:07.949Z Checking getrandom v0.3.4
23252026-05-20T17:10:08.033Z Checking byteorder v1.5.0
23262026-05-20T17:10:08.090Z Checking fnv v1.0.7
23272026-05-20T17:10:08.103Z Checking base64ct v1.8.3
23282026-05-20T17:10:08.187Z Checking flagset v0.4.7
23292026-05-20T17:10:08.232Z Checking rand_core v0.9.5
23302026-05-20T17:10:08.309Z Checking http v1.4.0
23312026-05-20T17:10:08.329Z Checking regex-syntax v0.8.10
23322026-05-20T17:10:08.342Z Checking pem-rfc7468 v0.7.0
23332026-05-20T17:10:08.389Z Checking idna_adapter v1.2.1
23342026-05-20T17:10:08.412Z Checking salsa20 v0.10.2
23352026-05-20T17:10:08.501Z Checking der v0.7.10
23362026-05-20T17:10:08.514Z Checking idna v1.1.0
23372026-05-20T17:10:08.541Z Checking uuid v1.23.0
23382026-05-20T17:10:08.767Z Checking url v2.5.8
23392026-05-20T17:10:08.863Z Checking pbkdf2 v0.12.2
23402026-05-20T17:10:08.877Z Checking rustix v1.1.3
23412026-05-20T17:10:08.970Z Checking ppv-lite86 v0.2.21
23422026-05-20T17:10:08.983Z Checking tracing-core v0.1.36
23432026-05-20T17:10:09.173Z Checking rustls-pki-types v1.14.0
23442026-05-20T17:10:09.212Z Checking iana-time-zone v0.1.65
23452026-05-20T17:10:09.238Z Checking spki v0.7.3
23462026-05-20T17:10:09.260Z Checking base64 v0.22.1
23472026-05-20T17:10:09.286Z Checking tracing v0.1.44
23482026-05-20T17:10:09.315Z Checking chrono v0.4.44
23492026-05-20T17:10:09.396Z Checking rand_chacha v0.9.0
23502026-05-20T17:10:09.455Z Checking scrypt v0.11.0
23512026-05-20T17:10:09.490Z Checking http-body v1.0.1
23522026-05-20T17:10:09.504Z Checking aes v0.8.4
23532026-05-20T17:10:09.594Z Checking cbc v0.1.2
23542026-05-20T17:10:09.607Z Checking aws-lc-sys v0.40.0
23552026-05-20T17:10:09.621Z Checking untrusted v0.7.1
23562026-05-20T17:10:09.642Z Checking tinyvec_macros v0.1.1
23572026-05-20T17:10:09.707Z Checking untrusted v0.9.0
23582026-05-20T17:10:09.722Z Checking openssl-probe v0.2.1
23592026-05-20T17:10:09.736Z Checking tinyvec v1.10.0
23602026-05-20T17:10:09.749Z Checking rand v0.9.2
23612026-05-20T17:10:09.814Z Checking ring v0.17.14
23622026-05-20T17:10:09.829Z Checking tower-layer v0.3.3
23632026-05-20T17:10:09.894Z Checking pkcs5 v0.7.1
23642026-05-20T17:10:09.994Z Checking try-lock v0.2.5
23652026-05-20T17:10:10.044Z Checking tower-service v0.3.3
23662026-05-20T17:10:10.072Z Checking atomic-waker v1.1.2
23672026-05-20T17:10:10.108Z Checking aws-lc-rs v1.16.3
23682026-05-20T17:10:10.132Z Checking want v0.3.1
23692026-05-20T17:10:10.149Z Checking pkcs8 v0.10.2
23702026-05-20T17:10:10.168Z Checking ipnet v2.11.0
23712026-05-20T17:10:10.182Z Checking httparse v1.10.1
23722026-05-20T17:10:10.215Z Checking aho-corasick v1.1.4
23732026-05-20T17:10:10.252Z Checking httpdate v1.0.3
23742026-05-20T17:10:10.323Z Checking plain v0.2.3
23752026-05-20T17:10:10.387Z Checking foreign-types-shared v0.1.1
23762026-05-20T17:10:10.400Z Checking fastrand v2.3.0
23772026-05-20T17:10:10.418Z Checking pin-utils v0.1.0
23782026-05-20T17:10:10.431Z Checking dyn-clone v1.0.20
23792026-05-20T17:10:10.468Z Checking foreign-types v0.3.2
23802026-05-20T17:10:10.488Z Checking unicode-normalization v0.1.25
23812026-05-20T17:10:10.548Z Checking semver v1.0.28
23822026-05-20T17:10:10.558Z Checking openssl-sys v0.9.115
23832026-05-20T17:10:10.592Z Checking tempfile v3.25.0
23842026-05-20T17:10:10.755Z Checking spin v0.9.8
23852026-05-20T17:10:10.793Z Checking ucd-trie v0.1.7
23862026-05-20T17:10:10.841Z Checking unicode-ident v1.0.24
23872026-05-20T17:10:10.902Z Checking schemars v0.8.22
23882026-05-20T17:10:10.918Z Checking regex-automata v0.4.14
23892026-05-20T17:10:10.930Z Checking pest v2.8.6
23902026-05-20T17:10:10.943Z Checking openssl v0.10.79
23912026-05-20T17:10:10.957Z Checking proc-macro2 v1.0.106
23922026-05-20T17:10:10.957Z Checking rustls-native-certs v0.8.3
23932026-05-20T17:10:10.980Z Checking rustls-webpki v0.103.9
23942026-05-20T17:10:10.995Z Checking tokio-util v0.7.18
23952026-05-20T17:10:11.089Z Checking thiserror v2.0.18
23962026-05-20T17:10:11.191Z Checking sync_wrapper v1.0.2
23972026-05-20T17:10:11.264Z Checking wait-timeout v0.2.1
23982026-05-20T17:10:11.293Z Checking anstyle v1.0.13
23992026-05-20T17:10:11.389Z Checking utf8parse v0.2.2
24002026-05-20T17:10:11.408Z Checking rustls v0.23.37
24012026-05-20T17:10:11.473Z Checking quick-error v1.2.3
24022026-05-20T17:10:11.489Z Checking powerfmt v0.2.0
24032026-05-20T17:10:11.558Z Checking siphasher v1.0.2
24042026-05-20T17:10:11.572Z Checking simd-adler32 v0.3.8
24052026-05-20T17:10:11.591Z Checking h2 v0.4.13
24062026-05-20T17:10:11.640Z Checking pretty-hex v0.4.1
24072026-05-20T17:10:11.711Z Checking bit-vec v0.8.0
24082026-05-20T17:10:11.734Z Checking deranged v0.5.8
24092026-05-20T17:10:11.756Z Checking rusty-fork v0.3.1
24102026-05-20T17:10:11.901Z Checking bit-set v0.8.0
24112026-05-20T17:10:11.928Z Checking anstyle-parse v0.2.7
24122026-05-20T17:10:11.988Z Checking tower v0.5.3
24132026-05-20T17:10:12.047Z Checking quote v1.0.45
24142026-05-20T17:10:12.082Z Compiling newtype-uuid v1.3.2
24152026-05-20T17:10:12.223Z Checking http-body-util v0.1.3
24162026-05-20T17:10:12.262Z Checking webpki-roots v1.0.6
24172026-05-20T17:10:12.371Z Checking crossbeam-utils v0.8.21
24182026-05-20T17:10:12.387Z Checking rand_xorshift v0.4.0
24192026-05-20T17:10:12.436Z Checking crc32fast v1.5.0
24202026-05-20T17:10:12.498Z Checking scroll v0.13.0
24212026-05-20T17:10:12.577Z Checking signature v2.2.0
24222026-05-20T17:10:12.650Z Checking ryu v1.0.23
24232026-05-20T17:10:12.697Z Checking colorchoice v1.0.4
24242026-05-20T17:10:12.754Z Checking unicode-properties v0.1.4
24252026-05-20T17:10:12.763Z Checking is_terminal_polyfill v1.70.2
24262026-05-20T17:10:12.763Z Checking allocator-api2 v0.2.21
24272026-05-20T17:10:12.784Z Checking num-conv v0.2.0
24282026-05-20T17:10:12.858Z Checking unicode-bidi v0.3.18
24292026-05-20T17:10:12.865Z Checking unarray v0.1.4
24302026-05-20T17:10:12.892Z Checking anstyle-query v1.1.5
24312026-05-20T17:10:12.906Z Checking iri-string v0.7.10
24322026-05-20T17:10:12.918Z Checking time-core v0.1.8
24332026-05-20T17:10:12.974Z Checking native-tls v0.2.18
24342026-05-20T17:10:12.987Z Checking adler2 v2.0.1
24352026-05-20T17:10:13.042Z Checking num_threads v0.1.7
24362026-05-20T17:10:13.055Z Checking anstream v0.6.21
24372026-05-20T17:10:13.089Z Checking miniz_oxide v0.8.9
24382026-05-20T17:10:13.092Z Checking stringprep v0.1.5
24392026-05-20T17:10:13.127Z Checking time v0.3.47
24402026-05-20T17:10:13.150Z Checking tokio-native-tls v0.3.1
24412026-05-20T17:10:13.249Z Checking proptest v1.10.0
24422026-05-20T17:10:13.264Z Checking serde_urlencoded v0.7.1
24432026-05-20T17:10:13.308Z Checking bstr v1.12.1
24442026-05-20T17:10:13.437Z Checking goblin v0.10.5
24452026-05-20T17:10:13.466Z Checking crossbeam-epoch v0.9.18
24462026-05-20T17:10:13.692Z Checking syn v2.0.117
24472026-05-20T17:10:13.711Z Compiling daft v0.1.5
24482026-05-20T17:10:13.795Z Checking tokio-rustls v0.26.4
24492026-05-20T17:10:13.928Z Checking tower-http v0.6.8
24502026-05-20T17:10:13.985Z Checking ipnetwork v0.21.1
24512026-05-20T17:10:14.033Z Checking rand_chacha v0.3.1
24522026-05-20T17:10:14.206Z Checking scroll v0.12.0
24532026-05-20T17:10:14.219Z Checking thiserror v1.0.69
24542026-05-20T17:10:14.241Z Checking zstd-sys v2.0.16+zstd.1.5.7
24552026-05-20T17:10:14.287Z Checking hash32 v0.2.1
24562026-05-20T17:10:14.306Z Checking hyper v1.8.1
24572026-05-20T17:10:14.320Z Checking num-integer v0.1.46
24582026-05-20T17:10:14.349Z Checking toml_datetime v0.6.11
24592026-05-20T17:10:14.435Z Checking serde_spanned v0.6.9
24602026-05-20T17:10:14.448Z Checking md-5 v0.10.6
24612026-05-20T17:10:14.528Z Checking ff v0.13.1
24622026-05-20T17:10:14.543Z Checking psl-types v2.0.11
24632026-05-20T17:10:14.561Z Checking fallible-iterator v0.2.0
24642026-05-20T17:10:14.586Z Checking zlib-rs v0.6.2
24652026-05-20T17:10:14.656Z Checking base16ct v0.2.0
24662026-05-20T17:10:14.672Z Checking publicsuffix v2.3.0
24672026-05-20T17:10:14.785Z Checking sec1 v0.7.3
24682026-05-20T17:10:14.831Z Checking postgres-protocol v0.6.10
24692026-05-20T17:10:14.847Z Compiling iddqd v0.3.18
24702026-05-20T17:10:14.989Z Checking group v0.13.0
24712026-05-20T17:10:15.179Z Checking num-iter v0.1.45
24722026-05-20T17:10:15.187Z Checking heapless v0.7.17
24732026-05-20T17:10:15.205Z Checking goblin v0.8.2
24742026-05-20T17:10:15.208Z Checking hyper-util v0.1.20
24752026-05-20T17:10:15.248Z Checking zstd-safe v7.2.4
24762026-05-20T17:10:15.413Z Checking cookie v0.18.1
24772026-05-20T17:10:15.485Z Checking flate2 v1.1.9
24782026-05-20T17:10:15.574Z Checking rand v0.8.6
24792026-05-20T17:10:15.668Z Checking oxnet v0.1.4
24802026-05-20T17:10:15.797Z Checking dof v0.4.0
24812026-05-20T17:10:15.812Z Checking dtrace-parser v0.3.0
24822026-05-20T17:10:15.918Z Checking phf_shared v0.13.1
24832026-05-20T17:10:16.020Z Checking lazy_static v1.5.0
24842026-05-20T17:10:16.020Z Checking zerocopy v0.7.35
24852026-05-20T17:10:16.060Z Checking pin-project v1.1.11
24862026-05-20T17:10:16.102Z Checking bzip2-sys v0.1.13+1.0.8
24872026-05-20T17:10:16.115Z Checking signal-hook v0.3.18
24882026-05-20T17:10:16.118Z Checking terminal_size v0.4.3
24892026-05-20T17:10:16.152Z Checking futures-executor v0.3.32
24902026-05-20T17:10:16.186Z Checking hex v0.4.3
24912026-05-20T17:10:16.240Z Checking hkdf v0.12.4
24922026-05-20T17:10:16.297Z Checking crypto-bigint v0.5.5
24932026-05-20T17:10:16.310Z Checking thread-id v5.1.0
24942026-05-20T17:10:16.372Z Checking encoding_rs v0.8.35
24952026-05-20T17:10:16.389Z Checking winnow v0.5.40
24962026-05-20T17:10:16.413Z Checking either v1.15.0
24972026-05-20T17:10:16.439Z Checking bitflags v1.3.2
24982026-05-20T17:10:16.506Z Checking hyper-rustls v0.27.7
24992026-05-20T17:10:16.519Z Checking hyper-tls v0.6.0
25002026-05-20T17:10:16.532Z Checking same-file v1.0.6
25012026-05-20T17:10:16.600Z Checking libbz2-rs-sys v0.2.2
25022026-05-20T17:10:16.647Z Checking strsim v0.11.1
25032026-05-20T17:10:16.690Z Checking foldhash v0.2.0
25042026-05-20T17:10:16.716Z Checking bumpalo v3.20.2
25052026-05-20T17:10:16.815Z Checking mime v0.3.17
25062026-05-20T17:10:16.848Z Compiling rayon-core v1.13.0
25072026-05-20T17:10:16.921Z Checking foldhash v0.1.5
25082026-05-20T17:10:16.991Z Checking clap_lex v1.0.0
25092026-05-20T17:10:17.005Z Checking winnow v0.7.14
25102026-05-20T17:10:17.028Z Checking managed v0.8.0
25112026-05-20T17:10:17.055Z Checking hashbrown v0.15.5
25122026-05-20T17:10:17.144Z Checking clap_builder v4.5.60
25132026-05-20T17:10:17.178Z Checking dof v0.3.0
25142026-05-20T17:10:17.200Z Checking elliptic-curve v0.13.8
25152026-05-20T17:10:17.216Z Checking smoltcp v0.9.1
25162026-05-20T17:10:17.327Z Checking reqwest v0.12.28
25172026-05-20T17:10:17.479Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25182026-05-20T17:10:17.507Z Checking bzip2 v0.6.1
25192026-05-20T17:10:17.536Z Checking zopfli v0.8.3
25202026-05-20T17:10:17.553Z Checking toml_edit v0.19.15
25212026-05-20T17:10:17.664Z Checking hashbrown v0.16.1
25222026-05-20T17:10:17.678Z Checking walkdir v2.5.0
25232026-05-20T17:10:17.816Z Checking usdt-impl v0.6.0
25242026-05-20T17:10:17.840Z Checking signal-hook-mio v0.2.5
25252026-05-20T17:10:17.865Z Checking futures v0.3.32
25262026-05-20T17:10:17.942Z Checking bzip2 v0.4.4
25272026-05-20T17:10:17.945Z Checking snafu v0.8.9
25282026-05-20T17:10:18.094Z Checking num-bigint-dig v0.8.6
25292026-05-20T17:10:18.113Z Checking phf v0.13.1
25302026-05-20T17:10:18.270Z Checking cookie_store v0.22.1
25312026-05-20T17:10:18.280Z Checking zstd v0.13.3
25322026-05-20T17:10:18.280Z Checking postgres-types v0.2.12
25332026-05-20T17:10:18.280Z Checking dtrace-parser v0.2.0
25342026-05-20T17:10:18.381Z Checking rustls-platform-verifier v0.6.2
25352026-05-20T17:10:18.395Z Checking globset v0.4.18
25362026-05-20T17:10:18.407Z Checking crossbeam-deque v0.8.6
25372026-05-20T17:10:18.497Z Checking regex v1.12.3
25382026-05-20T17:10:18.518Z Checking ed25519 v2.2.3
25392026-05-20T17:10:18.532Z Checking phf_shared v0.11.3
25402026-05-20T17:10:18.535Z Checking olpc-cjson v0.1.4
25412026-05-20T17:10:18.580Z Checking curve25519-dalek v4.1.3
25422026-05-20T17:10:18.619Z Checking ref-cast v1.0.25
25432026-05-20T17:10:18.644Z Checking strum v0.27.2
25442026-05-20T17:10:18.672Z Checking hubpack v0.1.2
25452026-05-20T17:10:18.676Z Checking memoffset v0.9.1
25462026-05-20T17:10:18.698Z Checking rustix v0.38.44
25472026-05-20T17:10:18.715Z Checking pkcs1 v0.7.5
25482026-05-20T17:10:18.753Z Checking pem v3.0.6
25492026-05-20T17:10:18.767Z Checking float-cmp v0.10.0
25502026-05-20T17:10:18.780Z Checking serde_plain v1.0.2
25512026-05-20T17:10:18.837Z Checking erased-serde v0.3.31
25522026-05-20T17:10:18.891Z Checking serde-big-array v0.5.1
25532026-05-20T17:10:18.908Z Checking rfc6979 v0.4.0
25542026-05-20T17:10:18.911Z Checking memmap2 v0.9.10
25552026-05-20T17:10:18.933Z Checking thread-id v4.2.2
25562026-05-20T17:10:18.946Z Checking env_filter v1.0.0
25572026-05-20T17:10:19.010Z Checking fixedbitset v0.4.2
25582026-05-20T17:10:19.023Z Checking toml_write v0.1.2
25592026-05-20T17:10:19.026Z Checking normalize-line-endings v0.3.0
25602026-05-20T17:10:19.077Z Checking typed-path v0.9.3
25612026-05-20T17:10:19.090Z Checking data-encoding v2.10.0
25622026-05-20T17:10:19.110Z Checking rustc-hash v2.1.1
25632026-05-20T17:10:19.157Z Checking predicates-core v1.0.10
25642026-05-20T17:10:19.194Z Checking unicode-segmentation v1.12.0
25652026-05-20T17:10:19.223Z Checking new_debug_unreachable v1.0.6
25662026-05-20T17:10:19.226Z Checking fixedbitset v0.5.7
25672026-05-20T17:10:19.280Z Checking whoami v2.1.0
25682026-05-20T17:10:19.293Z Checking keccak v0.1.6
25692026-05-20T17:10:19.361Z Checking precomputed-hash v0.1.1
25702026-05-20T17:10:19.376Z Checking static_assertions v1.1.0
25712026-05-20T17:10:19.431Z Checking jiff v0.2.21
25722026-05-20T17:10:19.444Z Checking difflib v0.4.0
25732026-05-20T17:10:19.456Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
25742026-05-20T17:10:19.459Z Checking sha3 v0.10.8
25752026-05-20T17:10:19.480Z Checking tokio-postgres v0.7.16
25762026-05-20T17:10:19.510Z Checking similar v2.7.0
25772026-05-20T17:10:19.512Z Checking crossterm v0.28.1
25782026-05-20T17:10:19.616Z Checking predicates v3.1.4
25792026-05-20T17:10:19.671Z Checking string_cache v0.8.9
25802026-05-20T17:10:19.846Z Checking petgraph v0.8.3
25812026-05-20T17:10:19.861Z Checking tough v0.22.0
25822026-05-20T17:10:19.900Z Checking ed25519-dalek v2.2.0
25832026-05-20T17:10:19.920Z Checking hickory-proto v0.25.2
25842026-05-20T17:10:20.138Z Checking slog v2.8.2
25852026-05-20T17:10:20.409Z Checking toml_edit v0.22.27
25862026-05-20T17:10:20.768Z Checking petgraph v0.6.5
25872026-05-20T17:10:21.121Z Checking env_logger v0.11.9
25882026-05-20T17:10:21.379Z Checking usdt v0.6.0
25892026-05-20T17:10:21.410Z Checking ecdsa v0.16.9
25902026-05-20T17:10:21.490Z Checking usdt-impl v0.5.0
25912026-05-20T17:10:21.536Z Checking rsa v0.9.10
25922026-05-20T17:10:21.667Z Checking zip v4.6.1
25932026-05-20T17:10:21.745Z Checking nix v0.31.2
25942026-05-20T17:10:21.745Z Checking toml v0.7.8
25952026-05-20T17:10:21.903Z Checking reqwest v0.13.2
25962026-05-20T17:10:22.007Z Checking clap v4.5.60
25972026-05-20T17:10:22.020Z Checking toml_parser v1.0.9+spec-1.1.0
25982026-05-20T17:10:22.065Z Checking zip v0.6.6
25992026-05-20T17:10:22.086Z Checking itertools v0.13.0
26002026-05-20T17:10:22.114Z Checking serde_with v3.17.0
26012026-05-20T17:10:22.248Z Checking strum v0.26.3
26022026-05-20T17:10:22.344Z Checking fs-err v3.3.0
26032026-05-20T17:10:22.360Z Checking ahash v0.8.12
26042026-05-20T17:10:22.386Z Checking object v0.37.3
26052026-05-20T17:10:22.556Z Checking tokio-stream v0.1.18
26062026-05-20T17:10:22.645Z Checking buf-list v1.1.2
26072026-05-20T17:10:22.737Z Checking anyhow v1.0.102
26082026-05-20T17:10:22.751Z Checking camino v1.2.2
26092026-05-20T17:10:22.764Z Checking x509-cert v0.2.5
26102026-05-20T17:10:22.826Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
26112026-05-20T17:10:22.934Z Checking openapiv3 v2.2.0
26122026-05-20T17:10:22.946Z Checking sha1 v0.10.6
26132026-05-20T17:10:23.002Z Checking toml_datetime v0.7.5+spec-1.1.0
26142026-05-20T17:10:23.087Z Checking lalrpop-util v0.19.12
26152026-05-20T17:10:23.104Z Checking peg-runtime v0.8.5
26162026-05-20T17:10:23.127Z Checking rayon v1.11.0
26172026-05-20T17:10:23.201Z Checking sigpipe v0.1.3
26182026-05-20T17:10:23.241Z Checking glob v0.3.3
26192026-05-20T17:10:24.632Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26202026-05-20T17:10:24.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.26s
26212026-05-20T17:10:25.086Z
26222026-05-20T17:10:25.086Zinfo: running `cargo check --bins` on internal-dns-types (77/276)
26232026-05-20T17:10:25.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26242026-05-20T17:10:25.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26252026-05-20T17:10:25.606Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26262026-05-20T17:10:25.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26272026-05-20T17:10:25.701Z
26282026-05-20T17:10:25.701Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/276)
26292026-05-20T17:10:26.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26302026-05-20T17:10:26.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26312026-05-20T17:10:26.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26322026-05-20T17:10:26.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26332026-05-20T17:10:26.300Z
26342026-05-20T17:10:26.300Zinfo: running `cargo check --bins` on nexus-types-versions (79/276)
26352026-05-20T17:10:26.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26362026-05-20T17:10:26.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26372026-05-20T17:10:26.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26382026-05-20T17:10:26.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26392026-05-20T17:10:26.920Z
26402026-05-20T17:10:26.920Zinfo: running `cargo check --bins` on oxql-types (80/276)
26412026-05-20T17:10:27.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26422026-05-20T17:10:27.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26432026-05-20T17:10:27.432Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26442026-05-20T17:10:27.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26452026-05-20T17:10:27.527Z
26462026-05-20T17:10:27.527Zinfo: running `cargo check --bins` on oximeter-types (81/276)
26472026-05-20T17:10:28.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26482026-05-20T17:10:28.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26492026-05-20T17:10:28.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26502026-05-20T17:10:28.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26512026-05-20T17:10:28.135Z
26522026-05-20T17:10:28.135Zinfo: running `cargo check --bins` on oximeter-types-versions (82/276)
26532026-05-20T17:10:28.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26542026-05-20T17:10:28.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26552026-05-20T17:10:28.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26562026-05-20T17:10:28.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26572026-05-20T17:10:28.750Z
26582026-05-20T17:10:28.751Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/276)
26592026-05-20T17:10:29.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26602026-05-20T17:10:29.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26612026-05-20T17:10:29.280Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26622026-05-20T17:10:29.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26632026-05-20T17:10:29.340Z
26642026-05-20T17:10:29.340Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/276)
26652026-05-20T17:10:29.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26662026-05-20T17:10:29.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26672026-05-20T17:10:30.035Z Compiling structmeta-derive v0.3.0
26682026-05-20T17:10:30.153Z Compiling rustls v0.22.4
26692026-05-20T17:10:30.163Z Compiling multer v3.1.0
26702026-05-20T17:10:30.172Z Compiling async-stream-impl v0.3.6
26712026-05-20T17:10:30.175Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26722026-05-20T17:10:30.193Z Compiling dropshot v0.17.0
26732026-05-20T17:10:30.208Z Compiling newtype-uuid-macros v0.1.0
26742026-05-20T17:10:30.208Z Compiling dropshot_endpoint v0.17.0
26752026-05-20T17:10:30.348Z Checking newtype-uuid v1.3.2
26762026-05-20T17:10:30.393Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26772026-05-20T17:10:30.453Z Checking rustls-webpki v0.102.8
26782026-05-20T17:10:30.555Z Checking daft v0.1.5
26792026-05-20T17:10:30.570Z Checking thread_local v1.1.9
26802026-05-20T17:10:30.738Z Checking compression-core v0.4.31
26812026-05-20T17:10:30.757Z Checking match_cfg v0.1.0
26822026-05-20T17:10:30.800Z Checking iddqd v0.3.18
26832026-05-20T17:10:30.826Z Checking hostname v0.3.1
26842026-05-20T17:10:30.859Z Checking crossbeam-channel v0.5.15
26852026-05-20T17:10:30.875Z Checking compression-codecs v0.4.37
26862026-05-20T17:10:30.921Z Checking slog-json v2.6.1
26872026-05-20T17:10:30.960Z Checking is-terminal v0.4.17
26882026-05-20T17:10:31.034Z Checking serde_spanned v1.0.4
26892026-05-20T17:10:31.050Z Checking toml_datetime v1.0.0+spec-1.1.0
26902026-05-20T17:10:31.077Z Checking debug-ignore v1.0.5
26912026-05-20T17:10:31.166Z Checking term v1.2.1
26922026-05-20T17:10:31.179Z Checking take_mut v0.2.2
26932026-05-20T17:10:31.197Z Checking toml_writer v1.0.6+spec-1.1.0
26942026-05-20T17:10:31.235Z Compiling structmeta v0.3.0
26952026-05-20T17:10:31.253Z Checking slog-bunyan v2.5.0
26962026-05-20T17:10:31.279Z Checking slog-async v2.8.0
26972026-05-20T17:10:31.365Z Checking async-compression v0.4.41
26982026-05-20T17:10:31.378Z Checking toml v1.0.6+spec-1.1.0
26992026-05-20T17:10:31.391Z Checking slog-term v2.9.2
27002026-05-20T17:10:31.450Z Compiling derive-ex v0.1.8
27012026-05-20T17:10:31.464Z Compiling parse-display-derive v0.10.0
27022026-05-20T17:10:31.610Z Checking async-stream v0.3.6
27032026-05-20T17:10:31.645Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27042026-05-20T17:10:31.660Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27052026-05-20T17:10:31.735Z Checking progenitor-client v0.14.0
27062026-05-20T17:10:31.749Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27072026-05-20T17:10:31.890Z Checking waitgroup v0.1.2
27082026-05-20T17:10:31.959Z Checking backon v1.6.0
27092026-05-20T17:10:31.973Z Checking rustls-pemfile v2.2.0
27102026-05-20T17:10:32.063Z Checking serde_path_to_error v0.1.20
27112026-05-20T17:10:32.068Z Checking hostname v0.4.2
27122026-05-20T17:10:32.109Z Checking instant v0.1.13
27132026-05-20T17:10:32.197Z Checking backoff v0.4.0
27142026-05-20T17:10:32.281Z Checking progenitor-extras v0.2.0
27152026-05-20T17:10:32.299Z Checking tokio-rustls v0.25.0
27162026-05-20T17:10:32.343Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27172026-05-20T17:10:32.370Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27182026-05-20T17:10:32.518Z Checking itertools v0.14.0
27192026-05-20T17:10:32.566Z Checking progenitor-client v0.10.0
27202026-05-20T17:10:32.746Z Checking regress v0.10.5
27212026-05-20T17:10:32.749Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27222026-05-20T17:10:33.002Z Checking macaddr v1.0.1
27232026-05-20T17:10:33.131Z Compiling test-strategy v0.4.5
27242026-05-20T17:10:33.134Z Checking parse-display v0.10.0
27252026-05-20T17:10:34.302Z Compiling prettyplease v0.2.37
27262026-05-20T17:10:34.610Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27272026-05-20T17:10:34.756Z Checking num-rational v0.4.2
27282026-05-20T17:10:34.985Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27292026-05-20T17:10:35.333Z Checking num-complex v0.4.6
27302026-05-20T17:10:35.866Z Checking num v0.4.3
27312026-05-20T17:10:35.944Z Compiling usdt-attr-macro v0.5.0
27322026-05-20T17:10:36.082Z Compiling usdt-macro v0.5.0
27332026-05-20T17:10:36.107Z Checking memmap v0.7.0
27342026-05-20T17:10:36.132Z Checking float-ord v0.3.2
27352026-05-20T17:10:36.238Z Checking unicode-width v0.2.0
27362026-05-20T17:10:36.241Z Compiling convert_case v0.4.0
27372026-05-20T17:10:36.508Z Checking console v0.15.11
27382026-05-20T17:10:36.619Z Compiling derive_more v0.99.20
27392026-05-20T17:10:36.743Z Checking newline-converter v0.3.0
27402026-05-20T17:10:36.797Z Checking atomicwrites v0.4.4
27412026-05-20T17:10:36.810Z Checking usdt v0.5.0
27422026-05-20T17:10:36.853Z Compiling toml v0.8.23
27432026-05-20T17:10:36.925Z Compiling minimal-lexical v0.2.1
27442026-05-20T17:10:36.977Z Checking linked-hash-map v0.5.6
27452026-05-20T17:10:37.151Z Checking lru-cache v0.1.2
27462026-05-20T17:10:37.184Z Compiling nom v7.1.3
27472026-05-20T17:10:37.277Z Checking expectorate v1.2.0
27482026-05-20T17:10:37.823Z Checking camino-tempfile v1.4.1
27492026-05-20T17:10:37.958Z Checking hickory-proto v0.24.4
27502026-05-20T17:10:37.986Z Checking phf_shared v0.12.1
27512026-05-20T17:10:38.047Z Compiling slog-dtrace v0.3.0
27522026-05-20T17:10:38.131Z Compiling chrono-tz v0.10.4
27532026-05-20T17:10:38.245Z Checking resolv-conf v0.7.6
27542026-05-20T17:10:38.315Z Checking heck v0.5.0
27552026-05-20T17:10:38.466Z Compiling const_format_proc_macros v0.2.34
27562026-05-20T17:10:38.500Z Checking phf v0.12.1
27572026-05-20T17:10:38.538Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27582026-05-20T17:10:38.641Z Checking tokio-dtrace v0.1.1
27592026-05-20T17:10:38.674Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27602026-05-20T17:10:38.834Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27612026-05-20T17:10:39.012Z Compiling derive-where v1.6.0
27622026-05-20T17:10:39.190Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27632026-05-20T17:10:39.355Z Checking highway v1.3.0
27642026-05-20T17:10:39.592Z Checking const_format v0.2.35
27652026-05-20T17:10:39.867Z Checking hickory-resolver v0.24.4
27662026-05-20T17:10:39.874Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27672026-05-20T17:10:40.029Z Checking oxide-tokio-rt v0.1.4
27682026-05-20T17:10:40.220Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27692026-05-20T17:10:40.341Z Checking gethostname v0.5.0
27702026-05-20T17:10:40.414Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27712026-05-20T17:10:40.428Z Checking bcs v0.1.6
27722026-05-20T17:10:40.442Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27732026-05-20T17:10:40.517Z Checking qorb v0.4.1
27742026-05-20T17:10:40.583Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27752026-05-20T17:10:40.610Z Checking termtree v0.5.1
27762026-05-20T17:10:43.934Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27772026-05-20T17:10:46.684Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27782026-05-20T17:10:48.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.49s
27792026-05-20T17:10:49.029Z
27802026-05-20T17:10:49.029Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/276)
27812026-05-20T17:10:49.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27822026-05-20T17:10:49.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27832026-05-20T17:10:49.728Z Compiling ar_archive_writer v0.5.1
27842026-05-20T17:10:49.731Z Compiling stacker v0.1.23
27852026-05-20T17:10:49.839Z Compiling cfg_aliases v0.1.1
27862026-05-20T17:10:49.853Z Compiling convert_case v0.10.0
27872026-05-20T17:10:49.856Z Checking unicode-width v0.1.14
27882026-05-20T17:10:49.869Z Compiling proc-macro-error v1.0.4
27892026-05-20T17:10:49.880Z Checking fd-lock v4.0.4
27902026-05-20T17:10:49.880Z Checking nibble_vec v0.1.0
27912026-05-20T17:10:49.903Z Compiling nix v0.28.0
27922026-05-20T17:10:49.991Z Checking vte v0.14.1
27932026-05-20T17:10:50.009Z Compiling recursive-proc-macro-impl v0.1.1
27942026-05-20T17:10:50.093Z Checking endian-type v0.1.2
27952026-05-20T17:10:50.107Z Checking bytecount v0.6.9
27962026-05-20T17:10:50.142Z Checking strip-ansi-escapes v0.2.1
27972026-05-20T17:10:50.155Z Compiling derive_more-impl v2.1.1
27982026-05-20T17:10:50.167Z Compiling tabled_derive v0.7.0
27992026-05-20T17:10:50.202Z Checking papergrid v0.11.0
28002026-05-20T17:10:50.216Z Checking radix_trie v0.2.1
28012026-05-20T17:10:50.250Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28022026-05-20T17:10:50.412Z Compiling peg-macros v0.8.5
28032026-05-20T17:10:50.427Z Checking winnow v0.6.26
28042026-05-20T17:10:50.709Z Compiling psm v0.1.30
28052026-05-20T17:10:50.782Z Compiling sqlparser_derive v0.5.0
28062026-05-20T17:10:50.880Z Checking home v0.5.12
28072026-05-20T17:10:50.963Z Checking derive_more v2.1.1
28082026-05-20T17:10:50.988Z Checking nu-ansi-term v0.50.3
28092026-05-20T17:10:51.043Z Checking unicode_categories v0.1.1
28102026-05-20T17:10:51.187Z Checking tabled v0.15.0
28112026-05-20T17:10:51.201Z Checking crossterm v0.29.0
28122026-05-20T17:10:51.216Z Checking reedline v0.40.0
28132026-05-20T17:10:51.288Z Checking rustyline v14.0.0
28142026-05-20T17:10:51.508Z Checking recursive v0.1.1
28152026-05-20T17:10:51.580Z Checking display-error-chain v0.2.2
28162026-05-20T17:10:51.641Z Checking sqlparser v0.61.0
28172026-05-20T17:10:51.646Z Checking sqlformat v0.3.5
28182026-05-20T17:10:51.837Z Checking peg v0.8.5
28192026-05-20T17:11:02.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.85s
28202026-05-20T17:11:03.106Z
28212026-05-20T17:11:03.106Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/276)
28222026-05-20T17:11:03.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28232026-05-20T17:11:03.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28242026-05-20T17:11:03.807Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28252026-05-20T17:11:07.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.14s
28262026-05-20T17:11:07.456Z
28272026-05-20T17:11:07.456Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/276)
28282026-05-20T17:11:07.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28292026-05-20T17:11:07.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28302026-05-20T17:11:08.151Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28312026-05-20T17:11:10.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.14s
28322026-05-20T17:11:10.893Z
28332026-05-20T17:11:10.893Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/276)
28342026-05-20T17:11:11.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28352026-05-20T17:11:11.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28362026-05-20T17:11:11.485Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28372026-05-20T17:11:14.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.91s
28382026-05-20T17:11:14.926Z
28392026-05-20T17:11:14.926Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/276)
28402026-05-20T17:11:15.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28412026-05-20T17:11:15.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28422026-05-20T17:11:15.624Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28432026-05-20T17:11:18.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.98s
28442026-05-20T17:11:19.130Z
28452026-05-20T17:11:19.130Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/276)
28462026-05-20T17:11:19.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28472026-05-20T17:11:19.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28482026-05-20T17:11:19.820Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28492026-05-20T17:11:22.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.28s
28502026-05-20T17:11:22.610Z
28512026-05-20T17:11:22.610Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/276)
28522026-05-20T17:11:23.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28532026-05-20T17:11:23.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28542026-05-20T17:11:23.309Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28552026-05-20T17:11:25.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.32s
28562026-05-20T17:11:26.140Z
28572026-05-20T17:11:26.140Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/276)
28582026-05-20T17:11:26.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28592026-05-20T17:11:26.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28602026-05-20T17:11:26.836Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28612026-05-20T17:11:30.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.11s
28622026-05-20T17:11:30.457Z
28632026-05-20T17:11:30.457Zinfo: running `cargo check --bins` on oximeter (93/276)
28642026-05-20T17:11:30.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28652026-05-20T17:11:30.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28662026-05-20T17:11:30.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28672026-05-20T17:11:30.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28682026-05-20T17:11:31.075Z
28692026-05-20T17:11:31.075Zinfo: running `cargo check --bins` on oximeter-schema (94/276)
28702026-05-20T17:11:31.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28712026-05-20T17:11:31.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28722026-05-20T17:11:31.728Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28732026-05-20T17:11:31.894Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28742026-05-20T17:11:31.910Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28752026-05-20T17:11:32.236Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28762026-05-20T17:11:35.126Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28772026-05-20T17:11:36.365Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28782026-05-20T17:11:36.531Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28792026-05-20T17:11:37.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.12s
28802026-05-20T17:11:37.387Z
28812026-05-20T17:11:37.387Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/276)
28822026-05-20T17:11:37.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28832026-05-20T17:11:37.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28842026-05-20T17:11:37.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28852026-05-20T17:11:37.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28862026-05-20T17:11:38.012Z
28872026-05-20T17:11:38.012Zinfo: running `cargo check --bins` on oximeter-test-utils (96/276)
28882026-05-20T17:11:38.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28892026-05-20T17:11:38.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28902026-05-20T17:11:38.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28912026-05-20T17:11:38.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28922026-05-20T17:11:38.675Z
28932026-05-20T17:11:38.675Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/276)
28942026-05-20T17:11:39.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28952026-05-20T17:11:39.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28962026-05-20T17:11:39.200Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28972026-05-20T17:11:39.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28982026-05-20T17:11:39.295Z
28992026-05-20T17:11:39.295Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/276)
29002026-05-20T17:11:39.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29012026-05-20T17:11:39.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29022026-05-20T17:11:39.837Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29032026-05-20T17:11:39.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29042026-05-20T17:11:39.923Z
29052026-05-20T17:11:39.923Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/276)
29062026-05-20T17:11:40.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29072026-05-20T17:11:40.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29082026-05-20T17:11:40.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29092026-05-20T17:11:40.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29102026-05-20T17:11:40.548Z
29112026-05-20T17:11:40.548Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/276)
29122026-05-20T17:11:41.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29132026-05-20T17:11:41.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29142026-05-20T17:11:41.078Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29152026-05-20T17:11:41.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29162026-05-20T17:11:41.179Z
29172026-05-20T17:11:41.179Zinfo: running `cargo check --bins` on trust-quorum-types (101/276)
29182026-05-20T17:11:41.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29192026-05-20T17:11:41.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29202026-05-20T17:11:41.690Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29212026-05-20T17:11:41.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29222026-05-20T17:11:41.785Z
29232026-05-20T17:11:41.785Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/276)
29242026-05-20T17:11:42.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29252026-05-20T17:11:42.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29262026-05-20T17:11:42.314Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29272026-05-20T17:11:42.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29282026-05-20T17:11:42.414Z
29292026-05-20T17:11:42.414Zinfo: running `cargo check --bins` on update-engine (103/276)
29302026-05-20T17:11:42.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29312026-05-20T17:11:42.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29322026-05-20T17:11:42.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29332026-05-20T17:11:42.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29342026-05-20T17:11:43.023Z
29352026-05-20T17:11:43.023Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/276)
29362026-05-20T17:11:43.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29372026-05-20T17:11:43.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29382026-05-20T17:11:43.751Z Compiling crucible-workspace-hack v0.1.0
29392026-05-20T17:11:43.871Z Checking secrecy v0.10.3
29402026-05-20T17:11:43.879Z Compiling heapless v0.8.0
29412026-05-20T17:11:43.886Z Compiling ingot-macros v0.1.1
29422026-05-20T17:11:43.893Z Compiling toml_edit v0.23.10+spec-1.0.0
29432026-05-20T17:11:43.896Z Checking hash32 v0.3.1
29442026-05-20T17:11:43.915Z Compiling smoltcp v0.11.0
29452026-05-20T17:11:43.915Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29462026-05-20T17:11:43.973Z Checking cobs v0.3.0
29472026-05-20T17:11:44.023Z Compiling thiserror-impl-no-std v2.0.2
29482026-05-20T17:11:44.125Z Checking universal-hash v0.5.1
29492026-05-20T17:11:44.125Z Checking half v2.7.1
29502026-05-20T17:11:44.150Z Checking ciborium-io v0.2.2
29512026-05-20T17:11:44.239Z Checking opaque-debug v0.3.1
29522026-05-20T17:11:44.254Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29532026-05-20T17:11:44.287Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29542026-05-20T17:11:44.310Z Checking poly1305 v0.8.0
29552026-05-20T17:11:44.393Z Checking ciborium-ll v0.2.2
29562026-05-20T17:11:44.432Z Compiling proc-macro-crate v3.4.0
29572026-05-20T17:11:44.570Z Checking postcard v1.1.3
29582026-05-20T17:11:44.586Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29592026-05-20T17:11:44.648Z Checking password-hash v0.5.0
29602026-05-20T17:11:44.876Z Checking chacha20 v0.9.1
29612026-05-20T17:11:44.893Z Compiling proc-macro-crate v1.3.1
29622026-05-20T17:11:44.920Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29632026-05-20T17:11:44.934Z Checking blake2 v0.10.6
29642026-05-20T17:11:44.998Z Compiling num_enum_derive v0.7.5
29652026-05-20T17:11:45.068Z Checking aead v0.5.2
29662026-05-20T17:11:45.155Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29672026-05-20T17:11:45.168Z Compiling foreign-types-macros v0.2.3
29682026-05-20T17:11:45.195Z Checking thiserror-no-std v2.0.2
29692026-05-20T17:11:45.212Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29702026-05-20T17:11:45.284Z Checking cpufeatures v0.3.0
29712026-05-20T17:11:45.306Z Checking foreign-types-shared v0.3.1
29722026-05-20T17:11:45.358Z Checking chacha20 v0.10.0
29732026-05-20T17:11:45.373Z Compiling num_enum_derive v0.5.11
29742026-05-20T17:11:45.399Z Checking vsss-rs v3.3.4
29752026-05-20T17:11:45.461Z Checking chacha20poly1305 v0.10.1
29762026-05-20T17:11:45.591Z Checking argon2 v0.5.3
29772026-05-20T17:11:45.605Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29782026-05-20T17:11:45.755Z Checking foreign-types v0.5.0
29792026-05-20T17:11:45.933Z Checking ciborium v0.2.2
29802026-05-20T17:11:45.949Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29812026-05-20T17:11:46.059Z Checking tabwriter v1.4.1
29822026-05-20T17:11:46.073Z Checking num_enum v0.7.5
29832026-05-20T17:11:46.186Z Checking byte-wrapper v0.1.0
29842026-05-20T17:11:46.203Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29852026-05-20T17:11:46.251Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29862026-05-20T17:11:46.361Z Checking cstr-argument v0.1.2
29872026-05-20T17:11:46.393Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29882026-05-20T17:11:46.447Z Checking num_enum v0.5.11
29892026-05-20T17:11:46.485Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29902026-05-20T17:11:46.563Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29912026-05-20T17:11:46.566Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29922026-05-20T17:11:46.610Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29932026-05-20T17:11:46.631Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29942026-05-20T17:11:46.656Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29952026-05-20T17:11:46.695Z Checking rand v0.10.0
29962026-05-20T17:11:46.708Z Checking ingot-types v0.1.2
29972026-05-20T17:11:46.737Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
29982026-05-20T17:11:46.772Z Checking colored v3.1.1
29992026-05-20T17:11:46.853Z Checking indent_write v2.2.0
30002026-05-20T17:11:46.971Z Compiling zone_cfg_derive v0.3.1
30012026-05-20T17:11:47.000Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30022026-05-20T17:11:47.055Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30032026-05-20T17:11:47.068Z Checking ingot v0.1.1
30042026-05-20T17:11:47.074Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30052026-05-20T17:11:47.166Z Checking itertools v0.12.1
30062026-05-20T17:11:47.180Z Compiling num-derive v0.4.2
30072026-05-20T17:11:47.207Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30082026-05-20T17:11:47.226Z Checking swrite v0.1.0
30092026-05-20T17:11:47.318Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30102026-05-20T17:11:47.413Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30112026-05-20T17:11:47.572Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30122026-05-20T17:11:47.617Z Checking dropshot-api-manager-types v0.7.1
30132026-05-20T17:11:47.637Z Checking smf v0.2.3
30142026-05-20T17:11:47.671Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30152026-05-20T17:11:47.687Z Checking nanorand v0.7.0
30162026-05-20T17:11:47.782Z Checking whoami v1.6.1
30172026-05-20T17:11:47.867Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30182026-05-20T17:11:47.884Z Checking flume v0.11.1
30192026-05-20T17:11:48.105Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
30202026-05-20T17:11:48.178Z Checking zone v0.3.1
30212026-05-20T17:11:48.664Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30222026-05-20T17:11:49.632Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30232026-05-20T17:11:50.523Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30242026-05-20T17:11:53.843Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30252026-05-20T17:11:55.905Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30262026-05-20T17:11:57.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.00s
30272026-05-20T17:11:57.220Z
30282026-05-20T17:11:57.220Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/276)
30292026-05-20T17:11:57.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30302026-05-20T17:11:57.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30312026-05-20T17:11:57.743Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30322026-05-20T17:11:57.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30332026-05-20T17:11:57.840Z
30342026-05-20T17:11:57.840Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/276)
30352026-05-20T17:11:58.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30362026-05-20T17:11:58.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30372026-05-20T17:11:58.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30382026-05-20T17:11:58.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30392026-05-20T17:11:58.461Z
30402026-05-20T17:11:58.461Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/276)
30412026-05-20T17:11:58.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30422026-05-20T17:11:58.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30432026-05-20T17:11:58.989Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30442026-05-20T17:11:58.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30452026-05-20T17:11:59.088Z
30462026-05-20T17:11:59.088Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/276)
30472026-05-20T17:11:59.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30482026-05-20T17:11:59.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30492026-05-20T17:11:59.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30502026-05-20T17:11:59.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30512026-05-20T17:11:59.713Z
30522026-05-20T17:11:59.713Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/276)
30532026-05-20T17:12:00.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30542026-05-20T17:12:00.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30552026-05-20T17:12:00.238Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30562026-05-20T17:12:00.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30572026-05-20T17:12:00.335Z
30582026-05-20T17:12:00.335Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/276)
30592026-05-20T17:12:00.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30602026-05-20T17:12:00.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30612026-05-20T17:12:00.857Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30622026-05-20T17:12:00.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30632026-05-20T17:12:00.952Z
30642026-05-20T17:12:00.952Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/276)
30652026-05-20T17:12:01.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30662026-05-20T17:12:01.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30672026-05-20T17:12:01.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30682026-05-20T17:12:01.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30692026-05-20T17:12:01.570Z
30702026-05-20T17:12:01.570Zinfo: running `cargo check --bins` on cockroach-admin-client (112/276)
30712026-05-20T17:12:02.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30722026-05-20T17:12:02.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30732026-05-20T17:12:02.080Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30742026-05-20T17:12:02.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30752026-05-20T17:12:02.173Z
30762026-05-20T17:12:02.173Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/276)
30772026-05-20T17:12:02.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30782026-05-20T17:12:02.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30792026-05-20T17:12:02.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30802026-05-20T17:12:02.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30812026-05-20T17:12:02.793Z
30822026-05-20T17:12:02.793Zinfo: running `cargo check --bins` on dns-service-client (114/276)
30832026-05-20T17:12:03.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30842026-05-20T17:12:03.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30852026-05-20T17:12:03.317Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30862026-05-20T17:12:03.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30872026-05-20T17:12:03.414Z
30882026-05-20T17:12:03.414Zinfo: running `cargo check --bins` on installinator-client (115/276)
30892026-05-20T17:12:03.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30902026-05-20T17:12:03.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30912026-05-20T17:12:03.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30922026-05-20T17:12:03.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30932026-05-20T17:12:04.037Z
30942026-05-20T17:12:04.037Zinfo: running `cargo check --bins` on nexus-client (116/276)
30952026-05-20T17:12:04.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30962026-05-20T17:12:04.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30972026-05-20T17:12:04.592Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30982026-05-20T17:12:04.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30992026-05-20T17:12:04.693Z
31002026-05-20T17:12:04.693Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/276)
31012026-05-20T17:12:05.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31022026-05-20T17:12:05.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31032026-05-20T17:12:05.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31042026-05-20T17:12:05.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
31052026-05-20T17:12:05.351Z
31062026-05-20T17:12:05.351Zinfo: running `cargo check --bins` on ntp-admin-client (118/276)
31072026-05-20T17:12:05.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31082026-05-20T17:12:05.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31092026-05-20T17:12:05.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31102026-05-20T17:12:05.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31112026-05-20T17:12:05.960Z
31122026-05-20T17:12:05.960Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/276)
31132026-05-20T17:12:06.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31142026-05-20T17:12:06.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31152026-05-20T17:12:06.475Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31162026-05-20T17:12:06.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31172026-05-20T17:12:06.570Z
31182026-05-20T17:12:06.570Zinfo: running `cargo check --bins` on oxide-client (120/276)
31192026-05-20T17:12:07.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31202026-05-20T17:12:07.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31212026-05-20T17:12:07.088Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31222026-05-20T17:12:07.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31232026-05-20T17:12:07.182Z
31242026-05-20T17:12:07.182Zinfo: running `cargo check --bins` on oximeter-client (121/276)
31252026-05-20T17:12:07.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31262026-05-20T17:12:07.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31272026-05-20T17:12:07.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31282026-05-20T17:12:07.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31292026-05-20T17:12:07.802Z
31302026-05-20T17:12:07.802Zinfo: running `cargo check --bins` on repo-depot-client (122/276)
31312026-05-20T17:12:08.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31322026-05-20T17:12:08.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31332026-05-20T17:12:08.314Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31342026-05-20T17:12:08.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31352026-05-20T17:12:08.406Z
31362026-05-20T17:12:08.406Zinfo: running `cargo check --bins` on sled-agent-client (123/276)
31372026-05-20T17:12:08.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31382026-05-20T17:12:08.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31392026-05-20T17:12:08.939Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31402026-05-20T17:12:08.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31412026-05-20T17:12:09.040Z
31422026-05-20T17:12:09.041Zinfo: running `cargo check --bins` on wicketd-client (124/276)
31432026-05-20T17:12:09.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31442026-05-20T17:12:09.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31452026-05-20T17:12:09.581Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31462026-05-20T17:12:09.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31472026-05-20T17:12:09.682Z
31482026-05-20T17:12:09.682Zinfo: running `cargo check --bins` on installinator-common (125/276)
31492026-05-20T17:12:10.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31502026-05-20T17:12:10.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31512026-05-20T17:12:10.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31522026-05-20T17:12:10.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31532026-05-20T17:12:10.317Z
31542026-05-20T17:12:10.317Zinfo: running `cargo check --bins` on installinator-common-versions (126/276)
31552026-05-20T17:12:10.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31562026-05-20T17:12:10.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31572026-05-20T17:12:10.829Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31582026-05-20T17:12:10.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31592026-05-20T17:12:10.919Z
31602026-05-20T17:12:10.919Zinfo: running `cargo check --bins` on wicket-common (127/276)
31612026-05-20T17:12:11.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31622026-05-20T17:12:11.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31632026-05-20T17:12:11.454Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31642026-05-20T17:12:11.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31652026-05-20T17:12:11.554Z
31662026-05-20T17:12:11.554Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/276)
31672026-05-20T17:12:12.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31682026-05-20T17:12:12.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31692026-05-20T17:12:12.268Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31702026-05-20T17:12:12.385Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31712026-05-20T17:12:12.392Z Checking csv-core v0.1.13
31722026-05-20T17:12:12.400Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31732026-05-20T17:12:12.406Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31742026-05-20T17:12:12.406Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31752026-05-20T17:12:12.427Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31762026-05-20T17:12:12.439Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31772026-05-20T17:12:12.549Z Checking csv v1.4.0
31782026-05-20T17:12:12.579Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31792026-05-20T17:12:12.594Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31802026-05-20T17:12:12.622Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31812026-05-20T17:12:12.653Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31822026-05-20T17:12:12.906Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31832026-05-20T17:12:13.268Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31842026-05-20T17:12:13.268Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31852026-05-20T17:12:13.602Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31862026-05-20T17:12:19.500Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31872026-05-20T17:12:20.032Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31882026-05-20T17:12:22.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.83s
31892026-05-20T17:12:22.585Z
31902026-05-20T17:12:22.585Zinfo: running `cargo check --bins` on cockroach-admin-api (129/276)
31912026-05-20T17:12:23.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31922026-05-20T17:12:23.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31932026-05-20T17:12:23.107Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31942026-05-20T17:12:23.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31952026-05-20T17:12:23.221Z
31962026-05-20T17:12:23.221Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/276)
31972026-05-20T17:12:23.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31982026-05-20T17:12:23.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31992026-05-20T17:12:23.796Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32002026-05-20T17:12:23.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
32012026-05-20T17:12:23.910Z
32022026-05-20T17:12:23.910Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/276)
32032026-05-20T17:12:24.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32042026-05-20T17:12:24.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32052026-05-20T17:12:24.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32062026-05-20T17:12:24.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32072026-05-20T17:12:24.612Z
32082026-05-20T17:12:24.612Zinfo: running `cargo check --bins` on gateway-test-utils (132/276)
32092026-05-20T17:12:25.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32102026-05-20T17:12:25.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32112026-05-20T17:12:25.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32122026-05-20T17:12:25.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
32132026-05-20T17:12:25.283Z
32142026-05-20T17:12:25.283Zinfo: running `cargo check --bins` on omicron-gateway (133/276)
32152026-05-20T17:12:25.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32162026-05-20T17:12:25.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32172026-05-20T17:12:26.065Z Compiling regress v0.11.1
32182026-05-20T17:12:26.207Z Compiling unsafe-libyaml v0.2.11
32192026-05-20T17:12:26.220Z Compiling radium v0.7.0
32202026-05-20T17:12:26.220Z Compiling semver v0.1.20
32212026-05-20T17:12:26.247Z Compiling maybe-uninit v2.0.0
32222026-05-20T17:12:26.247Z Checking tap v1.0.1
32232026-05-20T17:12:26.275Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32242026-05-20T17:12:26.351Z Checking wyz v0.5.1
32252026-05-20T17:12:26.518Z Compiling rustc_version v0.1.7
32262026-05-20T17:12:26.538Z Checking progenitor-client v0.13.0
32272026-05-20T17:12:26.585Z Compiling zerocopy-derive v0.6.6
32282026-05-20T17:12:26.725Z Compiling serde_yaml v0.9.34+deprecated
32292026-05-20T17:12:26.746Z Compiling newtype_derive v0.1.6
32302026-05-20T17:12:26.799Z Checking funty v2.0.0
32312026-05-20T17:12:26.936Z Compiling owo-colors v4.3.0
32322026-05-20T17:12:26.958Z Checking crc-catalog v2.4.0
32332026-05-20T17:12:27.054Z Compiling cancel-safe-futures v0.1.5
32342026-05-20T17:12:27.121Z Compiling packed_struct v0.10.1
32352026-05-20T17:12:27.297Z Checking bitvec v1.0.1
32362026-05-20T17:12:27.327Z Checking crc v3.4.0
32372026-05-20T17:12:27.426Z Checking zerocopy v0.6.6
32382026-05-20T17:12:27.504Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32392026-05-20T17:12:27.527Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32402026-05-20T17:12:27.652Z Checking typify-impl v0.6.2
32412026-05-20T17:12:27.776Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32422026-05-20T17:12:27.861Z Compiling packed_struct_codegen v0.10.1
32432026-05-20T17:12:28.033Z Checking libsw-core v0.3.2
32442026-05-20T17:12:28.079Z Compiling bitfield-macros v0.19.4
32452026-05-20T17:12:28.181Z Compiling indexmap v1.9.3
32462026-05-20T17:12:28.198Z Checking nodrop v0.1.14
32472026-05-20T17:12:28.291Z Checking array-init v0.0.4
32482026-05-20T17:12:28.400Z Checking libsw v3.5.0
32492026-05-20T17:12:28.555Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32502026-05-20T17:12:28.588Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32512026-05-20T17:12:28.603Z Checking smallvec v0.6.14
32522026-05-20T17:12:28.760Z Checking bitfield v0.19.4
32532026-05-20T17:12:28.780Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32542026-05-20T17:12:28.966Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32552026-05-20T17:12:29.034Z Checking linear-map v1.2.0
32562026-05-20T17:12:29.093Z Checking base64 v0.21.7
32572026-05-20T17:12:29.119Z Checking smawk v0.3.2
32582026-05-20T17:12:29.204Z Checking tagptr v0.2.0
32592026-05-20T17:12:29.220Z Checking hashbrown v0.12.3
32602026-05-20T17:12:29.252Z Checking unicode-linebreak v0.1.5
32612026-05-20T17:12:29.334Z Checking ron v0.8.1
32622026-05-20T17:12:29.349Z Checking moka v0.12.13
32632026-05-20T17:12:29.373Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32642026-05-20T17:12:29.437Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32652026-05-20T17:12:29.466Z Checking textwrap v0.16.2
32662026-05-20T17:12:29.611Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32672026-05-20T17:12:29.678Z Checking steno v0.4.1
32682026-05-20T17:12:29.860Z Checking serde-hex v0.1.0
32692026-05-20T17:12:29.961Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32702026-05-20T17:12:29.985Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32712026-05-20T17:12:30.013Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32722026-05-20T17:12:30.122Z Checking hashbrown v0.13.2
32732026-05-20T17:12:30.422Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32742026-05-20T17:12:30.576Z Checking crc-any v2.5.0
32752026-05-20T17:12:30.603Z Checking humantime v2.3.0
32762026-05-20T17:12:30.667Z Checking object v0.30.4
32772026-05-20T17:12:30.693Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32782026-05-20T17:12:30.717Z Checking hickory-resolver v0.25.2
32792026-05-20T17:12:30.758Z Checking void v1.0.2
32802026-05-20T17:12:30.775Z Checking half v1.8.3
32812026-05-20T17:12:30.850Z Checking utf-8 v0.7.6
32822026-05-20T17:12:30.866Z Checking path-slash v0.1.5
32832026-05-20T17:12:30.980Z Checking lzss v0.8.2
32842026-05-20T17:12:30.996Z Checking serde_cbor v0.11.2
32852026-05-20T17:12:31.009Z Checking tungstenite v0.23.0
32862026-05-20T17:12:31.302Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32872026-05-20T17:12:31.377Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32882026-05-20T17:12:31.406Z Checking nix v0.27.1
32892026-05-20T17:12:31.426Z Checking kstat-rs v0.2.4
32902026-05-20T17:12:31.435Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32912026-05-20T17:12:31.474Z Checking fxhash v0.2.1
32922026-05-20T17:12:31.591Z Checking serde_bytes v0.11.19
32932026-05-20T17:12:31.606Z Checking tokio-tungstenite v0.23.1
32942026-05-20T17:12:31.623Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32952026-05-20T17:12:31.757Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32962026-05-20T17:12:31.864Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32972026-05-20T17:12:31.880Z Checking signal-hook-tokio v0.3.1
32982026-05-20T17:12:32.176Z Compiling typify-macro v0.6.2
32992026-05-20T17:12:33.027Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33002026-05-20T17:12:33.328Z Compiling typify v0.6.2
33012026-05-20T17:12:33.413Z Compiling progenitor-impl v0.13.0
33022026-05-20T17:12:33.414Z Compiling progenitor-impl v0.14.0
33032026-05-20T17:12:33.919Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33042026-05-20T17:12:34.245Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
33052026-05-20T17:12:35.010Z Compiling progenitor-macro v0.14.0
33062026-05-20T17:12:35.054Z Compiling progenitor-macro v0.13.0
33072026-05-20T17:12:37.451Z Checking progenitor v0.14.0
33082026-05-20T17:12:37.582Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33092026-05-20T17:12:37.798Z Checking progenitor v0.13.0
33102026-05-20T17:12:37.918Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33112026-05-20T17:12:40.927Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33122026-05-20T17:12:48.593Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33132026-05-20T17:12:55.029Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33142026-05-20T17:12:56.404Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33152026-05-20T17:12:56.920Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33162026-05-20T17:12:59.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.74s
33172026-05-20T17:12:59.239Z
33182026-05-20T17:12:59.239Zinfo: running `cargo check --bins` on gateway-api (134/276)
33192026-05-20T17:12:59.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33202026-05-20T17:12:59.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33212026-05-20T17:12:59.762Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33222026-05-20T17:12:59.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33232026-05-20T17:12:59.853Z
33242026-05-20T17:12:59.853Zinfo: running `cargo check --bins` on ipcc (135/276)
33252026-05-20T17:13:00.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33262026-05-20T17:13:00.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33272026-05-20T17:13:00.374Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33282026-05-20T17:13:00.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33292026-05-20T17:13:00.470Z
33302026-05-20T17:13:00.470Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/276)
33312026-05-20T17:13:00.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33322026-05-20T17:13:00.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33332026-05-20T17:13:00.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33342026-05-20T17:13:01.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33352026-05-20T17:13:01.073Z
33362026-05-20T17:13:01.073Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (137/276)
33372026-05-20T17:13:01.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33382026-05-20T17:13:01.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33392026-05-20T17:13:01.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33402026-05-20T17:13:01.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33412026-05-20T17:13:01.698Z
33422026-05-20T17:13:01.698Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/276)
33432026-05-20T17:13:02.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33442026-05-20T17:13:02.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33452026-05-20T17:13:02.226Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33462026-05-20T17:13:02.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33472026-05-20T17:13:02.321Z
33482026-05-20T17:13:02.321Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/276)
33492026-05-20T17:13:02.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33502026-05-20T17:13:02.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33512026-05-20T17:13:02.846Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33522026-05-20T17:13:02.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33532026-05-20T17:13:02.943Z
33542026-05-20T17:13:02.943Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/276)
33552026-05-20T17:13:03.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33562026-05-20T17:13:03.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33572026-05-20T17:13:03.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33582026-05-20T17:13:03.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33592026-05-20T17:13:03.566Z
33602026-05-20T17:13:03.566Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/276)
33612026-05-20T17:13:04.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33622026-05-20T17:13:04.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33632026-05-20T17:13:04.100Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33642026-05-20T17:13:04.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
33652026-05-20T17:13:04.196Z
33662026-05-20T17:13:04.196Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/276)
33672026-05-20T17:13:04.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33682026-05-20T17:13:04.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33692026-05-20T17:13:04.730Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33702026-05-20T17:13:04.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
33712026-05-20T17:13:04.823Z
33722026-05-20T17:13:04.824Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/276)
33732026-05-20T17:13:05.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33742026-05-20T17:13:05.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33752026-05-20T17:13:05.347Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33762026-05-20T17:13:05.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33772026-05-20T17:13:05.446Z
33782026-05-20T17:13:05.447Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/276)
33792026-05-20T17:13:05.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33802026-05-20T17:13:05.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33812026-05-20T17:13:05.976Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33822026-05-20T17:13:05.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33832026-05-20T17:13:06.079Z
33842026-05-20T17:13:06.079Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/276)
33852026-05-20T17:13:06.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33862026-05-20T17:13:06.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33872026-05-20T17:13:06.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33882026-05-20T17:13:06.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33892026-05-20T17:13:06.700Z
33902026-05-20T17:13:06.700Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/276)
33912026-05-20T17:13:07.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33922026-05-20T17:13:07.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33932026-05-20T17:13:07.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33942026-05-20T17:13:07.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33952026-05-20T17:13:07.326Z
33962026-05-20T17:13:07.326Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/276)
33972026-05-20T17:13:07.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33982026-05-20T17:13:07.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33992026-05-20T17:13:07.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34002026-05-20T17:13:07.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34012026-05-20T17:13:07.953Z
34022026-05-20T17:13:07.953Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (148/276)
34032026-05-20T17:13:08.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34042026-05-20T17:13:08.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34052026-05-20T17:13:08.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34062026-05-20T17:13:08.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34072026-05-20T17:13:08.575Z
34082026-05-20T17:13:08.575Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (149/276)
34092026-05-20T17:13:09.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34102026-05-20T17:13:09.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34112026-05-20T17:13:09.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34122026-05-20T17:13:09.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34132026-05-20T17:13:09.191Z
34142026-05-20T17:13:09.191Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (150/276)
34152026-05-20T17:13:09.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34162026-05-20T17:13:09.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34172026-05-20T17:13:09.719Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34182026-05-20T17:13:09.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34192026-05-20T17:13:09.816Z
34202026-05-20T17:13:09.816Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (151/276)
34212026-05-20T17:13:10.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34222026-05-20T17:13:10.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34232026-05-20T17:13:10.336Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34242026-05-20T17:13:10.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34252026-05-20T17:13:10.428Z
34262026-05-20T17:13:10.428Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (152/276)
34272026-05-20T17:13:10.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34282026-05-20T17:13:10.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34292026-05-20T17:13:10.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34302026-05-20T17:13:10.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34312026-05-20T17:13:11.046Z
34322026-05-20T17:13:11.046Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (153/276)
34332026-05-20T17:13:11.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34342026-05-20T17:13:11.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34352026-05-20T17:13:11.574Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34362026-05-20T17:13:11.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34372026-05-20T17:13:11.670Z
34382026-05-20T17:13:11.670Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (154/276)
34392026-05-20T17:13:12.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34402026-05-20T17:13:12.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34412026-05-20T17:13:12.207Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34422026-05-20T17:13:12.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34432026-05-20T17:13:12.297Z
34442026-05-20T17:13:12.297Zinfo: running `cargo check --bins` on oximeter-producer (155/276)
34452026-05-20T17:13:12.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34462026-05-20T17:13:12.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34472026-05-20T17:13:12.857Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34482026-05-20T17:13:12.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
34492026-05-20T17:13:12.961Z
34502026-05-20T17:13:12.961Zinfo: running `cargo check --bins` on internal-dns-resolver (156/276)
34512026-05-20T17:13:13.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34522026-05-20T17:13:13.491Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34532026-05-20T17:13:13.491Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34542026-05-20T17:13:13.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34552026-05-20T17:13:13.588Z
34562026-05-20T17:13:13.588Zinfo: running `cargo check --bins` on dns-server (157/276)
34572026-05-20T17:13:14.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34582026-05-20T17:13:14.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34592026-05-20T17:13:14.261Z Compiling parking_lot_core v0.8.6
34602026-05-20T17:13:14.261Z Compiling atomicwrites v0.4.4
34612026-05-20T17:13:14.261Z Compiling git-stub v1.0.0
34622026-05-20T17:13:14.264Z Checking prefix-trie v0.7.0
34632026-05-20T17:13:14.371Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34642026-05-20T17:13:14.500Z Compiling git-stub-vcs v0.1.0
34652026-05-20T17:13:14.677Z Checking hickory-server v0.25.2
34662026-05-20T17:13:14.774Z Checking parking_lot v0.11.2
34672026-05-20T17:13:14.777Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34682026-05-20T17:13:14.853Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34692026-05-20T17:13:14.857Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34702026-05-20T17:13:14.977Z Checking sled v0.34.7
34712026-05-20T17:13:16.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.29s
34722026-05-20T17:13:17.065Z
34732026-05-20T17:13:17.065Zinfo: running `cargo check --bins` on dns-server-api (158/276)
34742026-05-20T17:13:17.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34752026-05-20T17:13:17.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34762026-05-20T17:13:17.585Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34772026-05-20T17:13:17.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34782026-05-20T17:13:17.681Z
34792026-05-20T17:13:17.681Zinfo: running `cargo check --bins` on oximeter-producer-api (159/276)
34802026-05-20T17:13:18.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34812026-05-20T17:13:18.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34822026-05-20T17:13:18.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34832026-05-20T17:13:18.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34842026-05-20T17:13:18.300Z
34852026-05-20T17:13:18.300Zinfo: running `cargo check --bins` on sp-sim (160/276)
34862026-05-20T17:13:18.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34872026-05-20T17:13:18.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34882026-05-20T17:13:19.047Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34892026-05-20T17:13:20.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.51s
34902026-05-20T17:13:21.022Z
34912026-05-20T17:13:21.022Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (161/276)
34922026-05-20T17:13:21.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34932026-05-20T17:13:21.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34942026-05-20T17:13:21.585Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34952026-05-20T17:13:21.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
34962026-05-20T17:13:21.690Z
34972026-05-20T17:13:21.691Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (162/276)
34982026-05-20T17:13:22.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34992026-05-20T17:13:22.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35002026-05-20T17:13:22.254Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35012026-05-20T17:13:22.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
35022026-05-20T17:13:22.360Z
35032026-05-20T17:13:22.360Zinfo: running `cargo check --bins` on db-macros (163/276)
35042026-05-20T17:13:22.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35052026-05-20T17:13:22.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35062026-05-20T17:13:22.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35072026-05-20T17:13:22.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35082026-05-20T17:13:22.957Z
35092026-05-20T17:13:22.957Zinfo: running `cargo check --bins` on nexus-macros-common (164/276)
35102026-05-20T17:13:23.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35112026-05-20T17:13:23.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35122026-05-20T17:13:23.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35132026-05-20T17:13:23.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35142026-05-20T17:13:23.563Z
35152026-05-20T17:13:23.563Zinfo: running `cargo check --bins` on nexus-auth (165/276)
35162026-05-20T17:13:24.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35172026-05-20T17:13:24.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35182026-05-20T17:13:24.122Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35192026-05-20T17:13:24.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35202026-05-20T17:13:24.230Z
35212026-05-20T17:13:24.230Zinfo: running `cargo check --bins` on authz-macros (166/276)
35222026-05-20T17:13:24.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35232026-05-20T17:13:24.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35242026-05-20T17:13:24.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35252026-05-20T17:13:24.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35262026-05-20T17:13:24.833Z
35272026-05-20T17:13:24.833Zinfo: running `cargo check --bins` on nexus-db-fixed-data (167/276)
35282026-05-20T17:13:25.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35292026-05-20T17:13:25.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35302026-05-20T17:13:25.385Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35312026-05-20T17:13:25.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35322026-05-20T17:13:25.493Z
35332026-05-20T17:13:25.493Zinfo: running `cargo check --bins` on nexus-db-model (168/276)
35342026-05-20T17:13:26.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35352026-05-20T17:13:26.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35362026-05-20T17:13:26.052Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35372026-05-20T17:13:26.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35382026-05-20T17:13:26.159Z
35392026-05-20T17:13:26.159Zinfo: running `cargo check --bins` on nexus-db-schema (169/276)
35402026-05-20T17:13:26.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35412026-05-20T17:13:26.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35422026-05-20T17:13:26.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35432026-05-20T17:13:26.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35442026-05-20T17:13:26.769Z
35452026-05-20T17:13:26.769Zinfo: running `cargo check --bins` on omicron-rpaths (170/276)
35462026-05-20T17:13:27.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35472026-05-20T17:13:27.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35482026-05-20T17:13:27.283Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35492026-05-20T17:13:27.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35502026-05-20T17:13:27.373Z
35512026-05-20T17:13:27.373Zinfo: running `cargo check --bins` on nexus-defaults (171/276)
35522026-05-20T17:13:27.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35532026-05-20T17:13:27.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35542026-05-20T17:13:27.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35552026-05-20T17:13:27.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35562026-05-20T17:13:27.991Z
35572026-05-20T17:13:27.991Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (172/276)
35582026-05-20T17:13:28.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35592026-05-20T17:13:28.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35602026-05-20T17:13:28.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35612026-05-20T17:13:28.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35622026-05-20T17:13:28.605Z
35632026-05-20T17:13:28.605Zinfo: running `cargo check --bins` on parallel-task-set (173/276)
35642026-05-20T17:13:29.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35652026-05-20T17:13:29.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35662026-05-20T17:13:29.122Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35672026-05-20T17:13:29.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35682026-05-20T17:13:30.220Z
35692026-05-20T17:13:30.220Zinfo: running `cargo check --bins` on nexus-db-errors (174/276)
35702026-05-20T17:13:30.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35712026-05-20T17:13:30.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35722026-05-20T17:13:30.223Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35732026-05-20T17:13:30.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
35742026-05-20T17:13:30.223Z
35752026-05-20T17:13:30.223Zinfo: running `cargo check --bins` on nexus-db-lookup (175/276)
35762026-05-20T17:13:30.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35772026-05-20T17:13:30.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35782026-05-20T17:13:30.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35792026-05-20T17:13:30.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35802026-05-20T17:13:30.581Z
35812026-05-20T17:13:30.581Zinfo: running `cargo check --bins` on nexus-inventory (176/276)
35822026-05-20T17:13:31.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35832026-05-20T17:13:31.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35842026-05-20T17:13:31.097Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35852026-05-20T17:13:31.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35862026-05-20T17:13:31.204Z
35872026-05-20T17:13:31.204Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (177/276)
35882026-05-20T17:13:31.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35892026-05-20T17:13:31.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35902026-05-20T17:13:31.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35912026-05-20T17:13:31.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35922026-05-20T17:13:31.845Z
35932026-05-20T17:13:31.846Zinfo: running `cargo check --bins --no-default-features` on sled-storage (178/276)
35942026-05-20T17:13:32.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35952026-05-20T17:13:32.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35962026-05-20T17:13:32.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35972026-05-20T17:13:32.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35982026-05-20T17:13:32.488Z
35992026-05-20T17:13:32.488Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (179/276)
36002026-05-20T17:13:33.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36012026-05-20T17:13:33.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36022026-05-20T17:13:33.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36032026-05-20T17:13:33.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36042026-05-20T17:13:33.157Z
36052026-05-20T17:13:33.157Zinfo: running `cargo check --bins` on key-manager (180/276)
36062026-05-20T17:13:33.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36072026-05-20T17:13:33.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36082026-05-20T17:13:33.654Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36092026-05-20T17:13:33.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36102026-05-20T17:13:33.750Z
36112026-05-20T17:13:33.750Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (181/276)
36122026-05-20T17:13:34.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36132026-05-20T17:13:34.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36142026-05-20T17:13:34.286Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36152026-05-20T17:13:34.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36162026-05-20T17:13:34.387Z
36172026-05-20T17:13:34.387Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (182/276)
36182026-05-20T17:13:34.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36192026-05-20T17:13:34.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36202026-05-20T17:13:34.919Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36212026-05-20T17:13:34.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36222026-05-20T17:13:35.020Z
36232026-05-20T17:13:35.020Zinfo: running `cargo check --bins` on typed-rng (183/276)
36242026-05-20T17:13:35.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36252026-05-20T17:13:35.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36262026-05-20T17:13:35.532Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36272026-05-20T17:13:35.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36282026-05-20T17:13:35.624Z
36292026-05-20T17:13:35.624Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (184/276)
36302026-05-20T17:13:36.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36312026-05-20T17:13:36.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36322026-05-20T17:13:36.512Z Compiling typify-impl v0.4.3
36332026-05-20T17:13:36.512Z Compiling libefi-sys v0.1.0
36342026-05-20T17:13:36.658Z Compiling bitfield-struct v0.6.2
36352026-05-20T17:13:36.691Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36362026-05-20T17:13:36.694Z Compiling xshell-macros v0.2.7
36372026-05-20T17:13:36.694Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36382026-05-20T17:13:36.697Z Compiling salty v0.3.0
36392026-05-20T17:13:36.788Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36402026-05-20T17:13:36.919Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
36412026-05-20T17:13:37.012Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36422026-05-20T17:13:37.080Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36432026-05-20T17:13:37.147Z Checking xshell v0.2.7
36442026-05-20T17:13:37.162Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36452026-05-20T17:13:37.279Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36462026-05-20T17:13:37.336Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36472026-05-20T17:13:37.382Z Checking primeorder v0.13.6
36482026-05-20T17:13:37.507Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36492026-05-20T17:13:37.523Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36502026-05-20T17:13:37.605Z Compiling proc-macro-error-attr2 v2.0.0
36512026-05-20T17:13:37.630Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36522026-05-20T17:13:37.759Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36532026-05-20T17:13:37.788Z Checking tungstenite v0.21.0
36542026-05-20T17:13:37.841Z Checking p384 v0.13.1
36552026-05-20T17:13:37.856Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36562026-05-20T17:13:38.001Z Compiling proc-macro-error2 v2.0.1
36572026-05-20T17:13:38.253Z Compiling num-derive v0.3.3
36582026-05-20T17:13:38.324Z Compiling tabled_derive v0.11.0
36592026-05-20T17:13:38.525Z Checking tokio-tungstenite v0.21.0
36602026-05-20T17:13:38.611Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36612026-05-20T17:13:38.691Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36622026-05-20T17:13:38.806Z Checking papergrid v0.17.0
36632026-05-20T17:13:39.020Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36642026-05-20T17:13:39.143Z Checking libscf-sys v1.1.0
36652026-05-20T17:13:39.277Z Checking testing_table v0.3.0
36662026-05-20T17:13:39.300Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36672026-05-20T17:13:39.377Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36682026-05-20T17:13:39.482Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36692026-05-20T17:13:39.529Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36702026-05-20T17:13:39.598Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36712026-05-20T17:13:39.744Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36722026-05-20T17:13:39.766Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36732026-05-20T17:13:39.798Z Compiling illumos-nvpair-sys v0.2.0
36742026-05-20T17:13:39.912Z Checking corncobs v0.1.4
36752026-05-20T17:13:39.943Z Compiling unicase v2.9.0
36762026-05-20T17:13:40.043Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36772026-05-20T17:13:40.084Z Checking tabled v0.20.0
36782026-05-20T17:13:40.111Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36792026-05-20T17:13:40.154Z Compiling mime_guess v2.0.5
36802026-05-20T17:13:40.267Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36812026-05-20T17:13:40.307Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36822026-05-20T17:13:40.322Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
36832026-05-20T17:13:40.478Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36842026-05-20T17:13:40.517Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36852026-05-20T17:13:40.683Z Checking progenitor-client v0.11.2
36862026-05-20T17:13:40.712Z Checking secrecy v0.8.0
36872026-05-20T17:13:40.841Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36882026-05-20T17:13:40.990Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36892026-05-20T17:13:41.084Z Compiling typify-macro v0.4.3
36902026-05-20T17:13:41.172Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
36912026-05-20T17:13:41.227Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36922026-05-20T17:13:41.262Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36932026-05-20T17:13:41.279Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36942026-05-20T17:13:41.507Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
36952026-05-20T17:13:41.522Z Checking filetime v0.2.27
36962026-05-20T17:13:41.682Z Checking http-range v0.1.5
36972026-05-20T17:13:41.738Z Checking crc8 v0.1.1
36982026-05-20T17:13:41.815Z Checking xattr v1.6.1
36992026-05-20T17:13:41.844Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37002026-05-20T17:13:41.958Z Checking tar v0.4.45
37012026-05-20T17:13:42.041Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37022026-05-20T17:13:42.168Z Checking illumos-nvpair v0.3.0
37032026-05-20T17:13:42.324Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37042026-05-20T17:13:42.339Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37052026-05-20T17:13:42.354Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37062026-05-20T17:13:42.718Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
37072026-05-20T17:13:42.735Z Checking atty v0.2.14
37082026-05-20T17:13:42.767Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37092026-05-20T17:13:42.810Z Compiling typify v0.4.3
37102026-05-20T17:13:42.985Z Compiling progenitor-impl v0.11.2
37112026-05-20T17:13:42.990Z Compiling progenitor-impl v0.10.0
37122026-05-20T17:13:43.432Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37132026-05-20T17:13:43.571Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37142026-05-20T17:13:43.831Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37152026-05-20T17:13:43.855Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37162026-05-20T17:13:43.964Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37172026-05-20T17:13:43.983Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37182026-05-20T17:13:44.322Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37192026-05-20T17:13:44.410Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37202026-05-20T17:13:44.670Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
37212026-05-20T17:13:44.735Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
37222026-05-20T17:13:44.904Z Checking hyper-staticfile v0.10.1
37232026-05-20T17:13:44.942Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37242026-05-20T17:13:45.198Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37252026-05-20T17:13:45.214Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37262026-05-20T17:13:45.538Z Compiling progenitor-macro v0.11.2
37272026-05-20T17:13:45.541Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37282026-05-20T17:13:45.591Z Compiling progenitor-macro v0.10.0
37292026-05-20T17:13:45.606Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37302026-05-20T17:13:45.775Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37312026-05-20T17:13:45.849Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37322026-05-20T17:13:45.893Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37332026-05-20T17:13:48.419Z Checking progenitor v0.11.2
37342026-05-20T17:13:48.471Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
37352026-05-20T17:13:48.552Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37362026-05-20T17:13:48.648Z Checking progenitor v0.10.0
37372026-05-20T17:13:48.773Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37382026-05-20T17:13:53.264Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
37392026-05-20T17:14:04.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.68s
37402026-05-20T17:14:04.535Z
37412026-05-20T17:14:04.535Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (185/276)
37422026-05-20T17:14:05.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37432026-05-20T17:14:05.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37442026-05-20T17:14:05.334Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37452026-05-20T17:14:16.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.59s
37462026-05-20T17:14:16.358Z
37472026-05-20T17:14:16.359Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (186/276)
37482026-05-20T17:14:16.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37492026-05-20T17:14:16.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37502026-05-20T17:14:17.160Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37512026-05-20T17:14:27.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.63s
37522026-05-20T17:14:28.207Z
37532026-05-20T17:14:28.208Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (187/276)
37542026-05-20T17:14:28.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37552026-05-20T17:14:28.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37562026-05-20T17:14:29.012Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37572026-05-20T17:14:39.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.53s
37582026-05-20T17:14:39.958Z
37592026-05-20T17:14:39.958Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (188/276)
37602026-05-20T17:14:40.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37612026-05-20T17:14:40.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37622026-05-20T17:14:40.768Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37632026-05-20T17:14:51.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.60s
37642026-05-20T17:14:51.795Z
37652026-05-20T17:14:51.795Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (189/276)
37662026-05-20T17:14:52.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37672026-05-20T17:14:52.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37682026-05-20T17:14:52.604Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37692026-05-20T17:15:03.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.54s
37702026-05-20T17:15:03.559Z
37712026-05-20T17:15:03.559Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (190/276)
37722026-05-20T17:15:04.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37732026-05-20T17:15:04.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37742026-05-20T17:15:04.371Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37752026-05-20T17:15:15.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.57s
37762026-05-20T17:15:15.364Z
37772026-05-20T17:15:15.364Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (191/276)
37782026-05-20T17:15:15.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37792026-05-20T17:15:15.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37802026-05-20T17:15:16.179Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37812026-05-20T17:15:27.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.66s
37822026-05-20T17:15:27.258Z
37832026-05-20T17:15:27.258Zinfo: running `cargo check --bins` on bootstrap-agent-api (192/276)
37842026-05-20T17:15:27.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37852026-05-20T17:15:27.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37862026-05-20T17:15:27.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37872026-05-20T17:15:27.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37882026-05-20T17:15:27.884Z
37892026-05-20T17:15:27.884Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (193/276)
37902026-05-20T17:15:28.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37912026-05-20T17:15:28.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37922026-05-20T17:15:28.415Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37932026-05-20T17:15:28.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
37942026-05-20T17:15:28.516Z
37952026-05-20T17:15:28.516Zinfo: running `cargo check --bins` on range-requests (194/276)
37962026-05-20T17:15:29.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37972026-05-20T17:15:29.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37982026-05-20T17:15:29.041Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37992026-05-20T17:15:29.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38002026-05-20T17:15:29.135Z
38012026-05-20T17:15:29.135Zinfo: running `cargo check --bins` on repo-depot-api (195/276)
38022026-05-20T17:15:29.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38032026-05-20T17:15:29.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38042026-05-20T17:15:29.662Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38052026-05-20T17:15:29.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38062026-05-20T17:15:29.756Z
38072026-05-20T17:15:29.756Zinfo: running `cargo check --bins` on sled-agent-api (196/276)
38082026-05-20T17:15:30.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38092026-05-20T17:15:30.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38102026-05-20T17:15:30.295Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38112026-05-20T17:15:30.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38122026-05-20T17:15:30.397Z
38132026-05-20T17:15:30.398Zinfo: running `cargo check --bins` on sled-diagnostics (197/276)
38142026-05-20T17:15:30.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38152026-05-20T17:15:30.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38162026-05-20T17:15:30.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38172026-05-20T17:15:30.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38182026-05-20T17:15:31.034Z
38192026-05-20T17:15:31.035Zinfo: running `cargo check --bins` on zfs-test-harness (198/276)
38202026-05-20T17:15:31.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38212026-05-20T17:15:31.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38222026-05-20T17:15:31.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38232026-05-20T17:15:31.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38242026-05-20T17:15:31.676Z
38252026-05-20T17:15:31.676Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (199/276)
38262026-05-20T17:15:32.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38272026-05-20T17:15:32.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38282026-05-20T17:15:32.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38292026-05-20T17:15:32.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38302026-05-20T17:15:32.321Z
38312026-05-20T17:15:32.322Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (200/276)
38322026-05-20T17:15:32.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38332026-05-20T17:15:32.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38342026-05-20T17:15:32.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38352026-05-20T17:15:32.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38362026-05-20T17:15:32.969Z
38372026-05-20T17:15:32.969Zinfo: running `cargo check --bins` on sled-agent-early-networking (201/276)
38382026-05-20T17:15:33.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38392026-05-20T17:15:33.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38402026-05-20T17:15:33.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38412026-05-20T17:15:33.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38422026-05-20T17:15:33.618Z
38432026-05-20T17:15:33.618Zinfo: running `cargo check --bins` on sled-agent-health-monitor (202/276)
38442026-05-20T17:15:34.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38452026-05-20T17:15:34.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38462026-05-20T17:15:34.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38472026-05-20T17:15:34.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38482026-05-20T17:15:34.260Z
38492026-05-20T17:15:34.260Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (203/276)
38502026-05-20T17:15:34.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38512026-05-20T17:15:34.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38522026-05-20T17:15:34.809Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38532026-05-20T17:15:34.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38542026-05-20T17:15:34.911Z
38552026-05-20T17:15:34.911Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (204/276)
38562026-05-20T17:15:35.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38572026-05-20T17:15:35.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38582026-05-20T17:15:35.457Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38592026-05-20T17:15:35.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38602026-05-20T17:15:35.559Z
38612026-05-20T17:15:35.559Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (205/276)
38622026-05-20T17:15:36.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38632026-05-20T17:15:36.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38642026-05-20T17:15:36.102Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38652026-05-20T17:15:36.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38662026-05-20T17:15:36.204Z
38672026-05-20T17:15:36.205Zinfo: running `cargo check --bins` on sled-agent-rack-setup (206/276)
38682026-05-20T17:15:36.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38692026-05-20T17:15:36.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38702026-05-20T17:15:36.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38712026-05-20T17:15:36.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
38722026-05-20T17:15:36.875Z
38732026-05-20T17:15:36.875Zinfo: running `cargo check --bins` on trust-quorum (207/276)
38742026-05-20T17:15:37.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38752026-05-20T17:15:37.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38762026-05-20T17:15:37.423Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38772026-05-20T17:15:37.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38782026-05-20T17:15:37.526Z
38792026-05-20T17:15:37.526Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (208/276)
38802026-05-20T17:15:38.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38812026-05-20T17:15:38.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38822026-05-20T17:15:38.085Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38832026-05-20T17:15:38.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38842026-05-20T17:15:38.188Z
38852026-05-20T17:15:38.188Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (209/276)
38862026-05-20T17:15:38.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38872026-05-20T17:15:38.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38882026-05-20T17:15:38.756Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38892026-05-20T17:15:38.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
38902026-05-20T17:15:38.863Z
38912026-05-20T17:15:38.863Zinfo: running `cargo check --bins` on update-common (210/276)
38922026-05-20T17:15:39.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38932026-05-20T17:15:39.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38942026-05-20T17:15:39.396Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38952026-05-20T17:15:39.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38962026-05-20T17:15:39.495Z
38972026-05-20T17:15:39.495Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (211/276)
38982026-05-20T17:15:40.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38992026-05-20T17:15:40.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39002026-05-20T17:15:40.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39012026-05-20T17:15:40.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
39022026-05-20T17:15:40.167Z
39032026-05-20T17:15:40.168Zinfo: running `cargo check --bins` on omicron-deployment-graph (212/276)
39042026-05-20T17:15:40.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39052026-05-20T17:15:40.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39062026-05-20T17:15:40.683Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39072026-05-20T17:15:40.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39082026-05-20T17:15:40.771Z
39092026-05-20T17:15:40.771Zinfo: running `cargo check --bins` on reconfigurator-cli (213/276)
39102026-05-20T17:15:41.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39112026-05-20T17:15:41.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39122026-05-20T17:15:41.556Z Compiling fs-err v2.11.0
39132026-05-20T17:15:41.556Z Checking ignore v0.4.25
39142026-05-20T17:15:41.559Z Checking arc-swap v1.8.2
39152026-05-20T17:15:41.559Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
39162026-05-20T17:15:41.559Z Checking predicates-tree v1.0.13
39172026-05-20T17:15:41.678Z Checking parse-size v1.1.0
39182026-05-20T17:15:41.723Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39192026-05-20T17:15:41.727Z Checking rand_seeder v0.4.0
39202026-05-20T17:15:41.811Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39212026-05-20T17:15:41.825Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39222026-05-20T17:15:41.876Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39232026-05-20T17:15:41.890Z Checking slog-scope v4.4.1
39242026-05-20T17:15:41.926Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39252026-05-20T17:15:42.013Z Compiling petname v2.0.2
39262026-05-20T17:15:42.027Z Checking slog-stdlog v4.1.1
39272026-05-20T17:15:42.043Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39282026-05-20T17:15:42.057Z Checking globwalk v0.9.1
39292026-05-20T17:15:42.118Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
39302026-05-20T17:15:42.144Z Checking slog-envlogger v2.2.0
39312026-05-20T17:15:42.236Z Checking camino-tempfile-ext v0.3.3
39322026-05-20T17:15:42.294Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39332026-05-20T17:15:42.349Z Checking sapling-renderdag v0.1.0
39342026-05-20T17:15:42.430Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39352026-05-20T17:15:42.487Z Checking subprocess v0.2.15
39362026-05-20T17:15:42.590Z Checking sync-ptr v0.1.4
39372026-05-20T17:15:42.674Z Checking colored v2.2.0
39382026-05-20T17:15:42.709Z Checking assert_matches v1.5.0
39392026-05-20T17:15:42.769Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39402026-05-20T17:15:42.995Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39412026-05-20T17:15:42.995Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
39422026-05-20T17:15:43.689Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39432026-05-20T17:15:45.055Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39442026-05-20T17:15:47.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.54s
39452026-05-20T17:15:47.542Z
39462026-05-20T17:15:47.542Zinfo: running `cargo check --bins` on omicron-repl-utils (214/276)
39472026-05-20T17:15:48.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39482026-05-20T17:15:48.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39492026-05-20T17:15:48.050Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39502026-05-20T17:15:48.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39512026-05-20T17:15:48.139Z
39522026-05-20T17:15:48.139Zinfo: running `cargo check --bins` on transient-dns-server (215/276)
39532026-05-20T17:15:48.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39542026-05-20T17:15:48.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39552026-05-20T17:15:48.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39562026-05-20T17:15:48.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39572026-05-20T17:15:48.771Z
39582026-05-20T17:15:48.771Zinfo: running `cargo check --bins` on nexus-test-interface (216/276)
39592026-05-20T17:15:49.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39602026-05-20T17:15:49.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39612026-05-20T17:15:49.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39622026-05-20T17:15:49.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
39632026-05-20T17:15:49.443Z
39642026-05-20T17:15:49.443Zinfo: running `cargo check --bins` on oximeter-collector (217/276)
39652026-05-20T17:15:49.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39662026-05-20T17:15:49.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39672026-05-20T17:15:50.189Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39682026-05-20T17:15:50.189Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39692026-05-20T17:15:50.839Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39702026-05-20T17:15:52.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.99s
39712026-05-20T17:15:52.649Z
39722026-05-20T17:15:52.649Zinfo: running `cargo check --bins` on oximeter-api (218/276)
39732026-05-20T17:15:53.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39742026-05-20T17:15:53.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39752026-05-20T17:15:53.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39762026-05-20T17:15:53.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39772026-05-20T17:15:53.261Z
39782026-05-20T17:15:53.261Zinfo: running `cargo check --bins` on cert-dev (219/276)
39792026-05-20T17:15:53.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39802026-05-20T17:15:53.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39812026-05-20T17:15:53.886Z Checking yasna v0.5.2
39822026-05-20T17:15:54.290Z Checking rcgen v0.12.1
39832026-05-20T17:15:54.560Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39842026-05-20T17:15:54.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
39852026-05-20T17:15:54.893Z
39862026-05-20T17:15:54.893Zinfo: running `cargo check --bins` on clickana (220/276)
39872026-05-20T17:15:55.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39882026-05-20T17:15:55.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39892026-05-20T17:15:55.561Z Compiling darling_core v0.23.0
39902026-05-20T17:15:55.670Z Compiling instability v0.3.11
39912026-05-20T17:15:55.678Z Checking castaway v0.2.4
39922026-05-20T17:15:55.684Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39932026-05-20T17:15:55.687Z Compiling indoc v2.0.7
39942026-05-20T17:15:55.699Z Checking unicode-truncate v1.1.0
39952026-05-20T17:15:55.710Z Checking lru v0.12.5
39962026-05-20T17:15:55.710Z Checking cassowary v0.3.0
39972026-05-20T17:15:55.767Z Checking compact_str v0.8.1
39982026-05-20T17:15:56.744Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39992026-05-20T17:15:56.932Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40002026-05-20T17:15:57.127Z Compiling darling_macro v0.23.0
40012026-05-20T17:15:57.545Z Compiling darling v0.23.0
40022026-05-20T17:15:58.162Z Checking ratatui v0.29.0
40032026-05-20T17:15:59.233Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
40042026-05-20T17:15:59.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.01s
40052026-05-20T17:16:00.100Z
40062026-05-20T17:16:00.100Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (221/276)
40072026-05-20T17:16:00.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40082026-05-20T17:16:00.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40092026-05-20T17:16:00.853Z Checking headers-core v0.3.0
40102026-05-20T17:16:00.856Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
40112026-05-20T17:16:01.050Z Checking headers v0.4.1
40122026-05-20T17:16:01.426Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40132026-05-20T17:16:02.285Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
40142026-05-20T17:16:02.797Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
40152026-05-20T17:16:03.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.11s
40162026-05-20T17:16:03.432Z
40172026-05-20T17:16:03.432Zinfo: running `cargo check --bins` on ch-dev (222/276)
40182026-05-20T17:16:03.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40192026-05-20T17:16:03.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40202026-05-20T17:16:04.171Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
40212026-05-20T17:16:04.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s
40222026-05-20T17:16:05.148Z
40232026-05-20T17:16:05.148Zinfo: running `cargo check --bins` on dev-tools-common (223/276)
40242026-05-20T17:16:05.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40252026-05-20T17:16:05.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40262026-05-20T17:16:05.573Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40272026-05-20T17:16:05.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
40282026-05-20T17:16:05.631Z
40292026-05-20T17:16:05.631Zinfo: running `cargo check --bins` on crdb-seed (224/276)
40302026-05-20T17:16:06.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40312026-05-20T17:16:06.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40322026-05-20T17:16:06.365Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40332026-05-20T17:16:07.355Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40342026-05-20T17:16:07.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.06s
40352026-05-20T17:16:07.907Z
40362026-05-20T17:16:07.907Zinfo: running `cargo check --bins` on db-dev (225/276)
40372026-05-20T17:16:08.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40382026-05-20T17:16:08.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40392026-05-20T17:16:08.650Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40402026-05-20T17:16:09.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s
40412026-05-20T17:16:09.639Z
40422026-05-20T17:16:09.639Zinfo: running `cargo check --bins` on omicron-dev-lib (226/276)
40432026-05-20T17:16:10.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40442026-05-20T17:16:10.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40452026-05-20T17:16:10.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40462026-05-20T17:16:10.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40472026-05-20T17:16:10.291Z
40482026-05-20T17:16:10.291Zinfo: running `cargo check --bins` on xtask-downloader (227/276)
40492026-05-20T17:16:10.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40502026-05-20T17:16:10.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40512026-05-20T17:16:10.917Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40522026-05-20T17:16:11.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s
40532026-05-20T17:16:11.774Z
40542026-05-20T17:16:11.774Zinfo: running `cargo check --bins` on omicron-dropshot-apis (228/276)
40552026-05-20T17:16:12.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40562026-05-20T17:16:12.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40572026-05-20T17:16:12.563Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40582026-05-20T17:16:12.563Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40592026-05-20T17:16:12.569Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=fcb3674abe553651a5ecd321839db061aa6a9048#fcb3674a)
40602026-05-20T17:16:12.569Z Checking git-stub v1.0.0
40612026-05-20T17:16:12.569Z Compiling trait-variant v0.1.2
40622026-05-20T17:16:12.569Z Checking is_ci v1.2.0
40632026-05-20T17:16:12.569Z Checking maplit v1.0.2
40642026-05-20T17:16:12.670Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40652026-05-20T17:16:12.773Z Checking supports-color v3.0.2
40662026-05-20T17:16:12.780Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40672026-05-20T17:16:12.865Z Checking git-stub-vcs v0.1.0
40682026-05-20T17:16:12.888Z Checking drift v0.1.4
40692026-05-20T17:16:12.903Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40702026-05-20T17:16:12.991Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40712026-05-20T17:16:13.069Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40722026-05-20T17:16:13.198Z Checking dropshot-api-manager v0.7.1
40732026-05-20T17:16:13.205Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
40742026-05-20T17:16:13.214Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40752026-05-20T17:16:13.219Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40762026-05-20T17:16:13.429Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40772026-05-20T17:16:13.483Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40782026-05-20T17:16:13.610Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=fcb3674abe553651a5ecd321839db061aa6a9048#fcb3674a)
40792026-05-20T17:16:13.931Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40802026-05-20T17:16:18.893Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40812026-05-20T17:16:19.982Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40822026-05-20T17:16:20.549Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40832026-05-20T17:16:20.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.20s
40842026-05-20T17:16:21.192Z
40852026-05-20T17:16:21.192Zinfo: running `cargo check --bins` on installinator-api (229/276)
40862026-05-20T17:16:21.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40872026-05-20T17:16:21.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40882026-05-20T17:16:21.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40892026-05-20T17:16:21.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40902026-05-20T17:16:21.813Z
40912026-05-20T17:16:21.813Zinfo: running `cargo check --bins` on nexus-external-api (230/276)
40922026-05-20T17:16:22.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40932026-05-20T17:16:22.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40942026-05-20T17:16:22.388Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40952026-05-20T17:16:22.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40962026-05-20T17:16:22.480Z
40972026-05-20T17:16:22.480Zinfo: running `cargo check --bins` on nexus-internal-api (231/276)
40982026-05-20T17:16:23.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40992026-05-20T17:16:23.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41002026-05-20T17:16:23.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41012026-05-20T17:16:23.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
41022026-05-20T17:16:23.136Z
41032026-05-20T17:16:23.136Zinfo: running `cargo check --bins` on nexus-lockstep-api (232/276)
41042026-05-20T17:16:23.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41052026-05-20T17:16:23.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41062026-05-20T17:16:23.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41072026-05-20T17:16:23.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
41082026-05-20T17:16:23.799Z
41092026-05-20T17:16:23.799Zinfo: running `cargo check --bins` on ntp-admin-api (233/276)
41102026-05-20T17:16:24.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41112026-05-20T17:16:24.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41122026-05-20T17:16:24.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41132026-05-20T17:16:24.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41142026-05-20T17:16:24.426Z
41152026-05-20T17:16:24.427Zinfo: running `cargo check --bins` on ntp-admin-types-versions (234/276)
41162026-05-20T17:16:24.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41172026-05-20T17:16:24.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41182026-05-20T17:16:24.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41192026-05-20T17:16:24.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41202026-05-20T17:16:25.020Z
41212026-05-20T17:16:25.020Zinfo: running `cargo check --bins` on wicketd-api (235/276)
41222026-05-20T17:16:25.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41232026-05-20T17:16:25.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41242026-05-20T17:16:25.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41252026-05-20T17:16:25.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41262026-05-20T17:16:25.656Z
41272026-05-20T17:16:25.656Zinfo: running `cargo check --bins` on omicron-ls-apis (236/276)
41282026-05-20T17:16:26.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41292026-05-20T17:16:26.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41302026-05-20T17:16:26.285Z Checking typeid v1.0.3
41312026-05-20T17:16:26.398Z Checking ordered-float v2.10.1
41322026-05-20T17:16:26.428Z Checking unicode-xid v0.2.6
41332026-05-20T17:16:26.435Z Checking cargo-platform v0.2.0
41342026-05-20T17:16:26.464Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
41352026-05-20T17:16:26.470Z Checking erased-serde v0.4.9
41362026-05-20T17:16:26.608Z Checking serde-value v0.7.0
41372026-05-20T17:16:26.781Z Checking serde-untagged v0.1.9
41382026-05-20T17:16:26.932Z Checking cargo-util-schemas v0.8.2
41392026-05-20T17:16:27.625Z Checking cargo_metadata v0.21.0
41402026-05-20T17:16:28.425Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41412026-05-20T17:16:28.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s
41422026-05-20T17:16:29.087Z
41432026-05-20T17:16:29.087Zinfo: running `cargo check --bins` on mgs-dev (237/276)
41442026-05-20T17:16:29.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41452026-05-20T17:16:29.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41462026-05-20T17:16:33.331Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41472026-05-20T17:16:33.349Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41482026-05-20T17:16:33.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.89s
41492026-05-20T17:16:33.349Z
41502026-05-20T17:16:33.349Zinfo: running `cargo check --bins` on omicron-omdb (238/276)
41512026-05-20T17:16:33.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41522026-05-20T17:16:33.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41532026-05-20T17:16:33.349Z Compiling vergen-gitcl v1.0.8
41542026-05-20T17:16:33.349Z Compiling dirs-sys-next v0.1.2
41552026-05-20T17:16:33.349Z Compiling glob v0.3.3
41562026-05-20T17:16:33.349Z Compiling diesel_derives v2.3.7
41572026-05-20T17:16:33.349Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41582026-05-20T17:16:33.349Z Compiling crunchy v0.2.4
41592026-05-20T17:16:33.349Z Compiling dsl_auto_type v0.2.0
41602026-05-20T17:16:33.349Z Checking scheduled-thread-pool v0.2.7
41612026-05-20T17:16:33.349Z Compiling diesel_table_macro_syntax v0.3.0
41622026-05-20T17:16:33.349Z Compiling tiny-keccak v2.0.2
41632026-05-20T17:16:33.350Z Compiling dirs-next v2.0.0
41642026-05-20T17:16:33.350Z Checking r2d2 v0.8.10
41652026-05-20T17:16:33.350Z Compiling term v0.7.0
41662026-05-20T17:16:33.350Z Checking downcast-rs v2.0.2
41672026-05-20T17:16:33.350Z Compiling bit-vec v0.6.3
41682026-05-20T17:16:33.350Z Compiling clang-sys v1.8.1
41692026-05-20T17:16:33.350Z Compiling itertools v0.10.5
41702026-05-20T17:16:33.350Z Compiling bit-set v0.5.3
41712026-05-20T17:16:33.350Z Compiling ascii-canvas v3.0.0
41722026-05-20T17:16:33.350Z Compiling ena v0.14.4
41732026-05-20T17:16:33.350Z Compiling libloading v0.8.9
41742026-05-20T17:16:33.350Z Compiling bindgen v0.71.1
41752026-05-20T17:16:33.350Z Compiling diff v0.1.13
41762026-05-20T17:16:33.350Z Compiling regex-syntax v0.6.29
41772026-05-20T17:16:33.350Z Compiling cexpr v0.6.0
41782026-05-20T17:16:33.410Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41792026-05-20T17:16:33.582Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41802026-05-20T17:16:33.630Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41812026-05-20T17:16:33.735Z Compiling libxml v0.3.3
41822026-05-20T17:16:33.792Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41832026-05-20T17:16:33.986Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41842026-05-20T17:16:34.006Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41852026-05-20T17:16:34.115Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41862026-05-20T17:16:34.198Z Compiling strum_macros v0.24.3
41872026-05-20T17:16:34.221Z Compiling indoc v1.0.9
41882026-05-20T17:16:34.665Z Compiling lalrpop v0.19.12
41892026-05-20T17:16:35.281Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41902026-05-20T17:16:35.353Z Checking derive_builder v0.20.2
41912026-05-20T17:16:35.472Z Compiling oso-derive v0.27.3
41922026-05-20T17:16:35.488Z Checking quick-xml v0.37.5
41932026-05-20T17:16:35.589Z Compiling impl-trait-for-tuples v0.2.3
41942026-05-20T17:16:35.983Z Checking openssl-probe v0.1.6
41952026-05-20T17:16:36.130Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41962026-05-20T17:16:36.431Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41972026-05-20T17:16:36.628Z Checking bb8 v0.8.6
41982026-05-20T17:16:36.892Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41992026-05-20T17:16:36.916Z Checking nonempty v0.12.0
42002026-05-20T17:16:37.028Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42012026-05-20T17:16:37.081Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42022026-05-20T17:16:37.120Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
42032026-05-20T17:16:37.156Z Checking console v0.16.2
42042026-05-20T17:16:37.244Z Checking unit-prefix v0.5.2
42052026-05-20T17:16:37.295Z Checking support-bundle-viewer v0.1.2
42062026-05-20T17:16:37.389Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42072026-05-20T17:16:37.458Z Checking indicatif v0.18.4
42082026-05-20T17:16:37.543Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
42092026-05-20T17:16:37.709Z Checking multimap v0.10.1
42102026-05-20T17:16:38.209Z Checking diesel v2.3.7
42112026-05-20T17:16:40.112Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
42122026-05-20T17:16:40.534Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
42132026-05-20T17:16:40.848Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
42142026-05-20T17:16:41.870Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42152026-05-20T17:16:42.319Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
42162026-05-20T17:16:42.450Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
42172026-05-20T17:16:42.975Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
42182026-05-20T17:16:42.978Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
42192026-05-20T17:16:45.060Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42202026-05-20T17:16:49.986Z Compiling samael v0.0.19
42212026-05-20T17:16:53.746Z Checking async-bb8-diesel v0.2.1
42222026-05-20T17:16:54.097Z Checking diesel-dtrace v0.5.0
42232026-05-20T17:16:55.180Z Compiling polar-core v0.27.3
42242026-05-20T17:16:59.713Z Checking oso v0.27.3
42252026-05-20T17:17:36.838Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42262026-05-20T17:18:10.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 39s
42272026-05-20T17:18:10.917Z
42282026-05-20T17:18:10.917Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (239/276)
42292026-05-20T17:18:11.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42302026-05-20T17:18:11.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42312026-05-20T17:18:11.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42322026-05-20T17:18:11.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42332026-05-20T17:18:11.589Z
42342026-05-20T17:18:11.589Zinfo: running `cargo check --bins` on nexus-saga-recovery (240/276)
42352026-05-20T17:18:12.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42362026-05-20T17:18:12.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42372026-05-20T17:18:12.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42382026-05-20T17:18:12.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42392026-05-20T17:18:12.255Z
42402026-05-20T17:18:12.255Zinfo: running `cargo check --bins` on nexus-test-utils-macros (241/276)
42412026-05-20T17:18:12.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42422026-05-20T17:18:12.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42432026-05-20T17:18:12.762Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42442026-05-20T17:18:12.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42452026-05-20T17:18:12.854Z
42462026-05-20T17:18:12.854Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (242/276)
42472026-05-20T17:18:13.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42482026-05-20T17:18:13.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42492026-05-20T17:18:13.734Z Compiling libz-sys v1.1.24
42502026-05-20T17:18:13.867Z Compiling libgit2-sys v0.18.3+1.9.2
42512026-05-20T17:18:13.896Z Compiling vergen-git2 v1.0.7
42522026-05-20T17:18:13.904Z Compiling rustls v0.21.12
42532026-05-20T17:18:13.907Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42542026-05-20T17:18:13.907Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42552026-05-20T17:18:13.907Z Checking sct v0.7.1
42562026-05-20T17:18:13.908Z Checking rustls-webpki v0.101.7
42572026-05-20T17:18:14.065Z Compiling nix v0.29.0
42582026-05-20T17:18:14.129Z Compiling dropshot v0.16.7
42592026-05-20T17:18:14.174Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42602026-05-20T17:18:14.227Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42612026-05-20T17:18:14.256Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42622026-05-20T17:18:14.375Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42632026-05-20T17:18:14.404Z Checking toml v0.9.12+spec-1.1.0
42642026-05-20T17:18:14.420Z Compiling dropshot_endpoint v0.16.7
42652026-05-20T17:18:14.531Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42662026-05-20T17:18:14.715Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42672026-05-20T17:18:14.926Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42682026-05-20T17:18:15.003Z Checking rustls-pemfile v1.0.4
42692026-05-20T17:18:15.147Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42702026-05-20T17:18:15.326Z Checking twox-hash v2.1.2
42712026-05-20T17:18:15.366Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42722026-05-20T17:18:15.674Z Checking tokio-rustls v0.24.1
42732026-05-20T17:18:16.135Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42742026-05-20T17:18:16.181Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42752026-05-20T17:18:16.517Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
42762026-05-20T17:18:16.877Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42772026-05-20T17:18:16.930Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42782026-05-20T17:18:17.055Z Checking fatfs v0.3.6
42792026-05-20T17:18:17.075Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42802026-05-20T17:18:17.080Z Compiling seq-macro v0.3.6
42812026-05-20T17:18:20.977Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42822026-05-20T17:18:21.102Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42832026-05-20T17:18:21.333Z Compiling git2 v0.20.4
42842026-05-20T17:18:23.589Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42852026-05-20T17:19:11.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 58.46s
42862026-05-20T17:19:11.550Z
42872026-05-20T17:19:11.550Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (243/276)
42882026-05-20T17:19:12.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42892026-05-20T17:19:12.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42902026-05-20T17:19:12.466Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42912026-05-20T17:19:51.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.15s
42922026-05-20T17:19:51.936Z
42932026-05-20T17:19:51.936Zinfo: running `cargo check --bins` on nexus-background-task-interface (244/276)
42942026-05-20T17:19:52.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42952026-05-20T17:19:52.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42962026-05-20T17:19:52.456Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42972026-05-20T17:19:52.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42982026-05-20T17:19:52.551Z
42992026-05-20T17:19:52.551Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (245/276)
43002026-05-20T17:19:53.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43012026-05-20T17:19:53.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43022026-05-20T17:19:53.100Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43032026-05-20T17:19:53.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43042026-05-20T17:19:53.204Z
43052026-05-20T17:19:53.204Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (246/276)
43062026-05-20T17:19:53.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43072026-05-20T17:19:53.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43082026-05-20T17:19:53.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43092026-05-20T17:19:53.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43102026-05-20T17:19:53.873Z
43112026-05-20T17:19:53.873Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (247/276)
43122026-05-20T17:19:54.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43132026-05-20T17:19:54.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43142026-05-20T17:19:54.437Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43152026-05-20T17:19:54.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43162026-05-20T17:19:54.534Z
43172026-05-20T17:19:54.534Zinfo: running `cargo check --bins` on nexus-mgs-updates (248/276)
43182026-05-20T17:19:55.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43192026-05-20T17:19:55.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43202026-05-20T17:19:55.087Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43212026-05-20T17:19:55.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43222026-05-20T17:19:55.189Z
43232026-05-20T17:19:55.189Zinfo: running `cargo check --bins` on nexus-networking (249/276)
43242026-05-20T17:19:55.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43252026-05-20T17:19:55.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43262026-05-20T17:19:55.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43272026-05-20T17:19:55.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43282026-05-20T17:19:55.853Z
43292026-05-20T17:19:55.853Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (250/276)
43302026-05-20T17:19:56.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43312026-05-20T17:19:56.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43322026-05-20T17:19:56.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43332026-05-20T17:19:56.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43342026-05-20T17:19:56.521Z
43352026-05-20T17:19:56.521Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (251/276)
43362026-05-20T17:19:57.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43372026-05-20T17:19:57.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43382026-05-20T17:19:57.085Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43392026-05-20T17:19:57.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43402026-05-20T17:19:57.191Z
43412026-05-20T17:19:57.191Zinfo: running `cargo check --bins` on omicron-dev (252/276)
43422026-05-20T17:19:57.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43432026-05-20T17:19:57.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43442026-05-20T17:19:58.106Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43452026-05-20T17:19:58.106Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43462026-05-20T17:19:58.299Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43472026-05-20T17:19:58.329Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
43482026-05-20T17:19:58.349Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43492026-05-20T17:19:58.366Z Checking diff v0.1.13
43502026-05-20T17:19:58.368Z Checking yansi v1.0.1
43512026-05-20T17:19:58.369Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43522026-05-20T17:19:58.442Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43532026-05-20T17:19:58.684Z Checking pretty_assertions v1.4.1
43542026-05-20T17:19:59.277Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43552026-05-20T17:19:59.444Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43562026-05-20T17:20:23.267Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43572026-05-20T17:20:23.271Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43582026-05-20T17:20:23.271Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43592026-05-20T17:20:23.271Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43602026-05-20T17:20:23.271Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43612026-05-20T17:20:23.271Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43622026-05-20T17:20:24.114Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43632026-05-20T17:20:25.224Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43642026-05-20T17:21:04.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
43652026-05-20T17:21:04.430Z
43662026-05-20T17:21:04.430Zinfo: running `cargo check --bins` on omicron-pins (253/276)
43672026-05-20T17:21:04.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43682026-05-20T17:21:04.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43692026-05-20T17:21:04.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43702026-05-20T17:21:04.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43712026-05-20T17:21:05.031Z
43722026-05-20T17:21:05.031Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (254/276)
43732026-05-20T17:21:05.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43742026-05-20T17:21:05.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43752026-05-20T17:21:05.833Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43762026-05-20T17:21:05.957Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43772026-05-20T17:21:05.961Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43782026-05-20T17:21:31.884Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43792026-05-20T17:21:32.277Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43802026-05-20T17:21:33.997Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43812026-05-20T17:21:34.456Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43822026-05-20T17:21:37.428Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43832026-05-20T17:22:00.268Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43842026-05-20T17:22:00.980Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43852026-05-20T17:22:02.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.60s
43862026-05-20T17:22:02.859Z
43872026-05-20T17:22:02.859Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (255/276)
43882026-05-20T17:22:03.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43892026-05-20T17:22:03.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43902026-05-20T17:22:03.600Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43912026-05-20T17:22:04.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
43922026-05-20T17:22:04.519Z
43932026-05-20T17:22:04.519Zinfo: running `cargo check --bins` on omicron-releng (256/276)
43942026-05-20T17:22:05.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43952026-05-20T17:22:05.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43962026-05-20T17:22:05.185Z Compiling blake3 v1.8.3
43972026-05-20T17:22:05.296Z Checking arrayref v0.3.9
43982026-05-20T17:22:05.296Z Checking arrayvec v0.7.6
43992026-05-20T17:22:05.299Z Checking constant_time_eq v0.4.2
44002026-05-20T17:22:05.317Z Checking topological-sort v0.2.2
44012026-05-20T17:22:05.320Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
44022026-05-20T17:22:05.320Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
44032026-05-20T17:22:05.325Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
44042026-05-20T17:22:05.359Z Checking shell-words v1.1.1
44052026-05-20T17:22:06.095Z Checking omicron-zone-package v0.12.2
44062026-05-20T17:22:06.829Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
44072026-05-20T17:22:07.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.14s
44082026-05-20T17:22:07.872Z
44092026-05-20T17:22:07.872Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (257/276)
44102026-05-20T17:22:08.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44112026-05-20T17:22:08.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44122026-05-20T17:22:08.590Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
44132026-05-20T17:22:08.853Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
44142026-05-20T17:22:09.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
44152026-05-20T17:22:09.458Z
44162026-05-20T17:22:09.458Zinfo: running `cargo check --bins` on schema (258/276)
44172026-05-20T17:22:10.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44182026-05-20T17:22:10.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44192026-05-20T17:22:10.207Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
44202026-05-20T17:22:10.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
44212026-05-20T17:22:11.136Z
44222026-05-20T17:22:11.138Zinfo: running `cargo check --bins` on xtask (259/276)
44232026-05-20T17:22:11.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44242026-05-20T17:22:11.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44252026-05-20T17:22:11.594Z Checking libc v0.2.185
44262026-05-20T17:22:11.598Z Checking serde v1.0.228
44272026-05-20T17:22:11.682Z Checking zerofrom v0.1.6
44282026-05-20T17:22:11.686Z Checking bitflags v2.11.0
44292026-05-20T17:22:11.691Z Checking smallvec v1.15.1
44302026-05-20T17:22:11.697Z Checking indexmap v2.14.0
44312026-05-20T17:22:11.708Z Checking serde_json v1.0.149
44322026-05-20T17:22:11.711Z Checking scroll v0.12.0
44332026-05-20T17:22:11.777Z Checking yoke v0.8.1
44342026-05-20T17:22:11.830Z Checking num-traits v0.2.19
44352026-05-20T17:22:11.868Z Checking thiserror v1.0.69
44362026-05-20T17:22:11.940Z Checking zerovec v0.11.5
44372026-05-20T17:22:11.940Z Checking zerotrie v0.2.3
44382026-05-20T17:22:11.964Z Checking log v0.4.29
44392026-05-20T17:22:11.967Z Checking errno v0.3.14
44402026-05-20T17:22:12.063Z Checking toml_datetime v0.6.11
44412026-05-20T17:22:12.093Z Checking rustix v1.1.3
44422026-05-20T17:22:12.115Z Checking serde_spanned v0.6.9
44432026-05-20T17:22:12.193Z Checking percent-encoding v2.3.2
44442026-05-20T17:22:12.233Z Checking zerocopy v0.7.35
44452026-05-20T17:22:12.244Z Checking goblin v0.8.2
44462026-05-20T17:22:12.253Z Checking toml_edit v0.22.27
44472026-05-20T17:22:12.324Z Checking getrandom v0.4.1
44482026-05-20T17:22:12.336Z Checking form_urlencoded v1.2.2
44492026-05-20T17:22:12.349Z Checking ordered-float v2.10.1
44502026-05-20T17:22:12.376Z Checking tinystr v0.8.2
44512026-05-20T17:22:12.454Z Checking potential_utf v0.1.4
44522026-05-20T17:22:12.465Z Checking thiserror v2.0.18
44532026-05-20T17:22:12.554Z Checking icu_locale_core v2.1.1
44542026-05-20T17:22:12.565Z Checking serde-value v0.7.0
44552026-05-20T17:22:12.568Z Checking syn v2.0.117
44562026-05-20T17:22:12.586Z Checking icu_collections v2.1.1
44572026-05-20T17:22:12.724Z Checking dtrace-parser v0.2.0
44582026-05-20T17:22:12.766Z Checking thread-id v4.2.2
44592026-05-20T17:22:12.849Z Checking once_cell v1.21.3
44602026-05-20T17:22:12.894Z Checking terminal_size v0.4.3
44612026-05-20T17:22:12.905Z Checking cargo-platform v0.2.0
44622026-05-20T17:22:12.959Z Checking memmap v0.7.0
44632026-05-20T17:22:13.024Z Checking tempfile v3.25.0
44642026-05-20T17:22:13.033Z Checking clap_builder v4.5.60
44652026-05-20T17:22:13.093Z Checking textwrap v0.16.2
44662026-05-20T17:22:13.102Z Checking fs-err v3.3.0
44672026-05-20T17:22:13.116Z Checking icu_provider v2.1.1
44682026-05-20T17:22:13.215Z Checking camino-tempfile v1.4.1
44692026-05-20T17:22:13.276Z Checking tabled v0.15.0
44702026-05-20T17:22:13.299Z Checking anyhow v1.0.102
44712026-05-20T17:22:13.346Z Checking toml v0.8.23
44722026-05-20T17:22:13.346Z Checking icu_properties v2.1.2
44732026-05-20T17:22:13.377Z Checking icu_normalizer v2.1.1
44742026-05-20T17:22:13.503Z Checking macaddr v1.0.1
44752026-05-20T17:22:13.756Z Checking cargo_toml v0.21.0
44762026-05-20T17:22:13.764Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44772026-05-20T17:22:14.156Z Checking dof v0.3.0
44782026-05-20T17:22:14.160Z Checking idna_adapter v1.2.1
44792026-05-20T17:22:14.229Z Checking clap v4.5.60
44802026-05-20T17:22:14.279Z Checking idna v1.1.0
44812026-05-20T17:22:14.434Z Checking usdt-impl v0.5.0
44822026-05-20T17:22:14.546Z Checking url v2.5.8
44832026-05-20T17:22:14.677Z Checking usdt v0.5.0
44842026-05-20T17:22:14.843Z Checking cargo-util-schemas v0.8.2
44852026-05-20T17:22:15.543Z Checking cargo_metadata v0.21.0
44862026-05-20T17:22:16.149Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44872026-05-20T17:22:16.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.44s
44882026-05-20T17:22:16.699Z
44892026-05-20T17:22:16.699Zinfo: running `cargo check --bins` on dnsadm (260/276)
44902026-05-20T17:22:17.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44912026-05-20T17:22:17.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44922026-05-20T17:22:17.364Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
44932026-05-20T17:22:17.846Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
44942026-05-20T17:22:18.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.54s
44952026-05-20T17:22:18.434Z
44962026-05-20T17:22:18.434Zinfo: running `cargo check --bins` on end-to-end-tests (261/276)
44972026-05-20T17:22:19.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44982026-05-20T17:22:19.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44992026-05-20T17:22:19.253Z Checking polyval v0.6.2
45002026-05-20T17:22:19.378Z Checking ctr v0.9.2
45012026-05-20T17:22:19.389Z Checking ssh-encoding v0.2.0
45022026-05-20T17:22:19.389Z Checking blowfish v0.9.1
45032026-05-20T17:22:19.410Z Checking password-hash v0.4.2
45042026-05-20T17:22:19.424Z Checking p256 v0.13.2
45052026-05-20T17:22:19.427Z Checking p521 v0.13.3
45062026-05-20T17:22:19.472Z Checking russh-cryptovec v0.7.3
45072026-05-20T17:22:19.523Z Checking ghash v0.5.1
45082026-05-20T17:22:19.523Z Checking md5 v0.7.0
45092026-05-20T17:22:19.552Z Checking bcrypt-pbkdf v0.10.0
45102026-05-20T17:22:19.568Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
45112026-05-20T17:22:19.583Z Checking num-bigint v0.4.6
45122026-05-20T17:22:19.637Z Checking pbkdf2 v0.11.0
45132026-05-20T17:22:19.640Z Checking aes-gcm v0.10.3
45142026-05-20T17:22:19.674Z Checking des v0.8.1
45152026-05-20T17:22:19.701Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45162026-05-20T17:22:19.716Z Checking hex-literal v0.4.1
45172026-05-20T17:22:19.771Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
45182026-05-20T17:22:19.803Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
45192026-05-20T17:22:19.819Z Checking socket2 v0.5.10
45202026-05-20T17:22:19.823Z Checking ssh-cipher v0.2.0
45212026-05-20T17:22:19.849Z Checking internet-checksum v0.2.1
45222026-05-20T17:22:19.995Z Checking ssh-key v0.6.7
45232026-05-20T17:22:20.097Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45242026-05-20T17:22:20.629Z Checking russh-keys v0.45.0
45252026-05-20T17:22:21.174Z Checking russh v0.45.0
45262026-05-20T17:22:37.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.28s
45272026-05-20T17:22:37.931Z
45282026-05-20T17:22:37.931Zinfo: running `cargo check --bins` on gateway-cli (262/276)
45292026-05-20T17:22:38.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45302026-05-20T17:22:38.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45312026-05-20T17:22:38.585Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
45322026-05-20T17:22:38.697Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
45332026-05-20T17:22:38.705Z Checking termios v0.3.3
45342026-05-20T17:22:39.916Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45352026-05-20T17:22:40.065Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45362026-05-20T17:22:41.861Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
45372026-05-20T17:22:42.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.49s
45382026-05-20T17:22:42.621Z
45392026-05-20T17:22:42.621Zinfo: running `cargo check --bins --no-default-features` on installinator (263/276)
45402026-05-20T17:22:43.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45412026-05-20T17:22:43.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45422026-05-20T17:22:43.347Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45432026-05-20T17:22:43.350Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45442026-05-20T17:22:43.472Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45452026-05-20T17:22:43.476Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45462026-05-20T17:22:43.485Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45472026-05-20T17:22:43.488Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45482026-05-20T17:22:44.216Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45492026-05-20T17:22:44.575Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45502026-05-20T17:22:44.578Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45512026-05-20T17:22:45.208Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45522026-05-20T17:22:46.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.22s
45532026-05-20T17:22:47.051Z
45542026-05-20T17:22:47.051Zinfo: running `cargo check --bins` on internal-dns-cli (264/276)
45552026-05-20T17:22:47.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45562026-05-20T17:22:47.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45572026-05-20T17:22:47.718Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45582026-05-20T17:22:48.170Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45592026-05-20T17:22:48.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
45602026-05-20T17:22:48.697Z
45612026-05-20T17:22:48.697Zinfo: running `cargo check --bins` on omicron-live-tests (265/276)
45622026-05-20T17:22:49.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45632026-05-20T17:22:49.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45642026-05-20T17:22:49.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45652026-05-20T17:22:49.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
45662026-05-20T17:22:49.303Z
45672026-05-20T17:22:49.303Zinfo: running `cargo check --bins` on live-tests-macros (266/276)
45682026-05-20T17:22:49.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45692026-05-20T17:22:49.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45702026-05-20T17:22:49.821Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45712026-05-20T17:22:49.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
45722026-05-20T17:22:49.916Z
45732026-05-20T17:22:49.916Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (267/276)
45742026-05-20T17:22:50.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45752026-05-20T17:22:50.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45762026-05-20T17:22:50.689Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45772026-05-20T17:22:51.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
45782026-05-20T17:22:51.505Z
45792026-05-20T17:22:51.505Zinfo: running `cargo check --bins` on omicron-ntp-admin (268/276)
45802026-05-20T17:22:52.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45812026-05-20T17:22:52.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45822026-05-20T17:22:52.170Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45832026-05-20T17:22:52.173Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45842026-05-20T17:22:52.449Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45852026-05-20T17:22:52.452Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45862026-05-20T17:22:53.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
45872026-05-20T17:22:53.449Z
45882026-05-20T17:22:53.449Zinfo: running `cargo check --bins` on ntp-admin-types (269/276)
45892026-05-20T17:22:53.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45902026-05-20T17:22:53.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45912026-05-20T17:22:53.961Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45922026-05-20T17:22:53.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45932026-05-20T17:22:54.053Z
45942026-05-20T17:22:54.053Zinfo: running `cargo check --bins` on omicron-package (270/276)
45952026-05-20T17:22:54.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45962026-05-20T17:22:54.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45972026-05-20T17:22:54.754Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
45982026-05-20T17:22:55.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.77s
45992026-05-20T17:22:56.031Z
46002026-05-20T17:22:56.031Zinfo: running `cargo check --bins` on tqdb (271/276)
46012026-05-20T17:22:56.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46022026-05-20T17:22:56.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46032026-05-20T17:22:56.834Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
46042026-05-20T17:22:57.193Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
46052026-05-20T17:22:57.737Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
46062026-05-20T17:22:57.741Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
46072026-05-20T17:23:03.660Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
46082026-05-20T17:23:03.663Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
46092026-05-20T17:23:04.241Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
46102026-05-20T17:23:04.244Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
46112026-05-20T17:23:04.244Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46122026-05-20T17:23:04.244Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
46132026-05-20T17:23:05.044Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
46142026-05-20T17:23:05.977Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46152026-05-20T17:23:06.757Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46162026-05-20T17:23:07.374Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
46172026-05-20T17:23:11.735Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
46182026-05-20T17:23:18.247Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
46192026-05-20T17:23:18.251Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
46202026-05-20T17:23:18.251Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46212026-05-20T17:23:18.251Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
46222026-05-20T17:23:19.749Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
46232026-05-20T17:23:21.119Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
46242026-05-20T17:23:21.805Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
46252026-05-20T17:23:23.027Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
46262026-05-20T17:23:23.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.53s
46272026-05-20T17:23:23.792Z
46282026-05-20T17:23:23.792Zinfo: running `cargo check --bins` on wicket-dbg (272/276)
46292026-05-20T17:23:24.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46302026-05-20T17:23:24.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46312026-05-20T17:23:24.523Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46322026-05-20T17:23:24.526Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46332026-05-20T17:23:24.526Z Checking rtoolbox v0.0.3
46342026-05-20T17:23:24.658Z Checking tui-tree-widget v0.23.1
46352026-05-20T17:23:24.754Z Checking rpassword v7.4.0
46362026-05-20T17:23:25.770Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46372026-05-20T17:23:28.755Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46382026-05-20T17:23:30.589Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46392026-05-20T17:23:31.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.70s
46402026-05-20T17:23:31.708Z
46412026-05-20T17:23:31.709Zinfo: running `cargo check --bins` on wicket (273/276)
46422026-05-20T17:23:32.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46432026-05-20T17:23:32.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46442026-05-20T17:23:32.422Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46452026-05-20T17:23:32.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
46462026-05-20T17:23:33.004Z
46472026-05-20T17:23:33.004Zinfo: running `cargo check --bins` on wicketd (274/276)
46482026-05-20T17:23:33.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46492026-05-20T17:23:33.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46502026-05-20T17:23:33.741Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46512026-05-20T17:23:33.744Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46522026-05-20T17:23:33.744Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46532026-05-20T17:23:33.744Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46542026-05-20T17:23:34.744Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46552026-05-20T17:23:35.323Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46562026-05-20T17:23:38.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.28s
46572026-05-20T17:23:38.499Z
46582026-05-20T17:23:38.499Zinfo: running `cargo check --bins` on omicron-workspace-hack (275/276)
46592026-05-20T17:23:39.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46602026-05-20T17:23:39.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46612026-05-20T17:23:39.008Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46622026-05-20T17:23:39.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
46632026-05-20T17:23:39.098Z
46642026-05-20T17:23:39.098Zinfo: running `cargo check --bins` on zone-setup (276/276)
46652026-05-20T17:23:39.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46662026-05-20T17:23:39.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46672026-05-20T17:23:39.784Z Checking uzers v0.12.2
46682026-05-20T17:23:40.056Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46692026-05-20T17:23:40.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
46702026-05-20T17:23:41.020Z
46712026-05-20T17:23:41.023Zreal 14:24.273281094
46722026-05-20T17:23:41.023Zuser 20:53.675827935
46732026-05-20T17:23:41.023Zsys 4:19.967894752
46742026-05-20T17:23:41.023Ztrap 0.329528747
46752026-05-20T17:23:41.023Ztflt 1.909664469
46762026-05-20T17:23:41.023Zdflt 1.911521668
46772026-05-20T17:23:41.023Zkflt 0.037578151
46782026-05-20T17:23:41.023Zlock 1:17:48.083442058
46792026-05-20T17:23:41.023Zslp 1:39:57.564040980
46802026-05-20T17:23:41.023Zlat 1:01.110774778
46812026-05-20T17:23:41.023Zstop 3:43.936401027
46822026-05-20T17:23:41.023Zprocess exited: duration 1005004 ms, exit code 0
 
46832026-05-20T17:23:41.030Zfound 0 output files