01KRYPTHCDJDWFZZH9XKNQRDDV: 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: 01KRYPV26WWQBYRJYXRT65QMAV

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-18T23:31:44.931Zjob assigned to worker 01KRYPVB24CNMYB28J5Z3RYKPD [factory aws, i-0dcd17f18999dff83] (queued for 55 s)
 
22026-05-18T23:31:51.790Zstarting task 0: "setup"
32026-05-18T23:31:51.794Z++ uname -s
42026-05-18T23:31:51.797Z+ kern=SunOS
52026-05-18T23:31:51.797Z+ build_user=build
62026-05-18T23:31:51.797Z+ build_uid=12345
72026-05-18T23:31:51.797Z+ work_dir=/work
82026-05-18T23:31:51.797Z+ input_dir=/input
92026-05-18T23:31:51.797Z+ [[ 0 == 12345 ]]
102026-05-18T23:31:51.797Z+ case "$kern" in
112026-05-18T23:31:51.798Z+ groupadd -g 12345 build
122026-05-18T23:31:51.809Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-18T23:31:53.817Z+ zfs create -o mountpoint=/work rpool/work
142026-05-18T23:31:53.903Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-18T23:31:53.906Z+ home_fs=zfs
162026-05-18T23:31:53.906Z+ [[ zfs == autofs ]]
172026-05-18T23:31:53.906Z+ mkdir -p /home/build
182026-05-18T23:31:53.906Z+ chown build:build /home/build /work
192026-05-18T23:31:55.907Z+ chmod 0700 /home/build /work
202026-05-18T23:31:55.910Zprocess exited: duration 4122 ms, exit code 0
 
212026-05-18T23:31:55.916Zstarting task 1: "rust-toolchain"
222026-05-18T23:31:55.920Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-18T23:31:55.920Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-18T23:31:55.921Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-05-18T23:31:55.921Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-18T23:31:55.921Z * rust toolchain channel = "1.94.0"
272026-05-18T23:31:55.921Z * rust toolchain profile = "default"
282026-05-18T23:31:55.924Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-18T23:31:55.924Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-18T23:31:56.013Zinfo: downloading installer
312026-05-18T23:31:57.385Zwarn: It looks like you have an existing rustup settings file at:
322026-05-18T23:31:57.385Zwarn: /home/build/.rustup/settings.toml
332026-05-18T23:31:57.386Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-18T23:31:57.386Zwarn: instead of the one inferred from the default host triple.
352026-05-18T23:31:57.399Zinfo: profile set to default
362026-05-18T23:31:57.399Zinfo: default host triple is x86_64-unknown-illumos
372026-05-18T23:31:57.402Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-18T23:31:57.558Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-18T23:31:57.561Zinfo: downloading 6 components
402026-05-18T23:32:12.170Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-18T23:32:12.170Z
422026-05-18T23:32:12.203Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-18T23:32:12.203Z
442026-05-18T23:32:12.203Z
452026-05-18T23:32:12.203ZRust is installed now. Great!
462026-05-18T23:32:12.203Z
472026-05-18T23:32:12.203ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-18T23:32:12.203Zenvironment variable. This has not been done automatically.
492026-05-18T23:32:12.203Z
502026-05-18T23:32:12.203ZTo configure your current shell, you need to source
512026-05-18T23:32:12.203Zthe corresponding env file under $HOME/.cargo.
522026-05-18T23:32:12.203Z
532026-05-18T23:32:12.203ZThis is usually done by running one of the following (note the leading DOT):
542026-05-18T23:32:12.206Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-18T23:32:12.206Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-18T23:32:12.207Zsource "~/.cargo/env.nu" # For nushell
572026-05-18T23:32:12.207Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-18T23:32:12.207Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-18T23:32:12.207Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-18T23:32:12.207Zwarn: no default linker (`cc`) was found in your PATH
612026-05-18T23:32:12.207Zwarn: many Rust crates require a system C toolchain to build
622026-05-18T23:32:12.288Z+ rustup --version
632026-05-18T23:32:12.298Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-18T23:32:12.301Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-18T23:32:12.320Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-18T23:32:12.323Z+ cargo --version
672026-05-18T23:32:12.335Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-18T23:32:12.338Z+ rustc --version
692026-05-18T23:32:12.357Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-18T23:32:12.360Zprocess exited: duration 16443 ms, exit code 0
 
712026-05-18T23:32:12.366Zstarting task 2: "authentication"
722026-05-18T23:32:12.383Zprocess exited: duration 16 ms, exit code 0
 
732026-05-18T23:32:12.389Zstarting task 3: "clone repository"
742026-05-18T23:32:12.392Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-18T23:32:12.395Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-18T23:32:12.435ZCloning into '/work/oxidecomputer/omicron'...
772026-05-18T23:32:22.643Z+ cd /work/oxidecomputer/omicron
782026-05-18T23:32:22.643Z+ git fetch origin 34caf603aba4f0c4c5bfa0ef76cbb2bbd87a4407
792026-05-18T23:32:22.897ZFrom https://github.com/oxidecomputer/omicron
802026-05-18T23:32:22.897Z * branch 34caf603aba4f0c4c5bfa0ef76cbb2bbd87a4407 -> FETCH_HEAD
812026-05-18T23:32:22.907Z+ [[ -n '' ]]
822026-05-18T23:32:22.907Z+ git reset --hard 34caf603aba4f0c4c5bfa0ef76cbb2bbd87a4407
832026-05-18T23:32:23.144ZHEAD is now at 34caf603a [spr] initial version
842026-05-18T23:32:23.147Zprocess exited: duration 10756 ms, exit code 0
 
852026-05-18T23:32:23.153Zstarting task 4: "build"
862026-05-18T23:32:23.158Z+ source .github/buildomat/ci-env.sh
872026-05-18T23:32:23.161Z++ export CARGO_TERM_COLOR=always
882026-05-18T23:32:23.162Z++ CARGO_TERM_COLOR=always
892026-05-18T23:32:23.162Z+ cargo --version
902026-05-18T23:32:23.168Zcargo 1.94.0 (85eff7c80 2026-01-15)
912026-05-18T23:32:23.171Z+ rustc --version
922026-05-18T23:32:23.190Zrustc 1.94.0 (4a4ef493e 2026-03-02)
932026-05-18T23:32:23.193Z+ source ./env.sh
942026-05-18T23:32:23.193Z++ OLD_SHELL_OPTS=ehxB
952026-05-18T23:32:23.193Z++ set -o xtrace
962026-05-18T23:32:23.196Z++++ dirname ./env.sh
972026-05-18T23:32:23.196Z+++ readlink -f .
982026-05-18T23:32:23.199Z++ OMICRON_WS=/work/oxidecomputer/omicron
992026-05-18T23:32:23.199Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002026-05-18T23:32:23.200Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012026-05-18T23:32:23.200Z++ 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
1022026-05-18T23:32:23.200Z++ 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
1032026-05-18T23:32:23.200Z++ 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
1042026-05-18T23:32:23.200Z++ 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
1052026-05-18T23:32:23.200Z++ 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
1062026-05-18T23:32:23.200Z++ 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
1072026-05-18T23:32:23.200Z++ case $OLD_SHELL_OPTS in
1082026-05-18T23:32:23.200Z++ unset OLD_SHELL_OPTS OMICRON_WS
1092026-05-18T23:32:23.200Z+ 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
1102026-05-18T23:32:23.200Z+ 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
1112026-05-18T23:32:23.200Z+ banner prerequisites
1122026-05-18T23:32:23.203Z
1132026-05-18T23:32:23.203Z ##### ##### ###### ##### ###### #### # # # #### #
1142026-05-18T23:32:23.203Z # # # # # # # # # # # # # # #
1152026-05-18T23:32:23.203Z # # # # ##### # # ##### # # # # # #### #
1162026-05-18T23:32:23.203Z ##### ##### # ##### # # # # # # # # #
1172026-05-18T23:32:23.203Z # # # # # # # # # # # # # # #
1182026-05-18T23:32:23.203Z # # # ###### # # ###### ### # #### # #### #
1192026-05-18T23:32:23.203Z
1202026-05-18T23:32:23.203Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1212026-05-18T23:32:24.846Z Startup: Refreshing catalog 'helios' ... Done
1222026-05-18T23:32:24.914Z Startup: Caching catalogs ... Done
1232026-05-18T23:32:25.124ZPlanning: Solver setup ... Done (0.177s)
1242026-05-18T23:32:25.140ZPlanning: Running solver ... Done (0.016s)
1252026-05-18T23:32:25.145ZPlanning: Finding local manifests ... Done (0.002s)
1262026-05-18T23:32:25.158ZPlanning: Fetching manifests: 0/2 0% complete
1272026-05-18T23:32:25.176ZPlanning: Fetching manifests: 2/2 100% complete
1282026-05-18T23:32:25.190ZPlanning: Package planning ... Done (0.014s)
1292026-05-18T23:32:25.193ZPlanning: Merging actions ... Done (0.002s)
1302026-05-18T23:32:25.378ZPlanning: Checking for conflicting actions ... Done (0.187s)
1312026-05-18T23:32:25.382ZPlanning: Consolidating action changes ... Done (0.001s)
1322026-05-18T23:32:26.566ZPlanning: Evaluating mediators ... Done (1.186s)
1332026-05-18T23:32:26.569ZPlanning: Planning completed in 1.63 seconds
1342026-05-18T23:32:26.575Z Packages to install: 2
1352026-05-18T23:32:26.575Z Estimated space available: 156.08 GB
1362026-05-18T23:32:26.575ZEstimated space to be consumed: 19.74 MB
1372026-05-18T23:32:26.575Z Create boot environment: No
1382026-05-18T23:32:26.578ZCreate backup boot environment: No
1392026-05-18T23:32:26.578Z Rebuild boot archive: No
1402026-05-18T23:32:26.578Z
1412026-05-18T23:32:26.578ZChanged packages:
1422026-05-18T23:32:26.578Zhelios
1432026-05-18T23:32:26.578Z developer/build-essential
1442026-05-18T23:32:26.578Z None -> 11-3.0
1452026-05-18T23:32:26.578Z library/libxmlsec1
1462026-05-18T23:32:26.578Z None -> 1.2.35-3.0
1472026-05-18T23:32:26.619Z
1482026-05-18T23:32:26.619ZDownload: 0/214 items 0.0/1.3MB 0% complete
1492026-05-18T23:32:27.165ZDownload: Completed 1.28 MB in 0.55 seconds (2.4M/s)
1502026-05-18T23:32:27.226Z Actions: 1/268 actions (Installing new actions)
1512026-05-18T23:32:27.265Z Actions: Completed 268 actions in 0.04 seconds.
1522026-05-18T23:32:27.270ZFinalize: Updating package state database ... Done (0.006s)
1532026-05-18T23:32:27.270ZFinalize: Updating package cache ... Done (0.000s)
1542026-05-18T23:32:27.288ZFinalize: Updating image state ... Done (0.015s)
1552026-05-18T23:32:29.796ZFinalize: Creating fast lookup database ... Done (2.490s)
1562026-05-18T23:32:29.876ZFinalize: Reading search index ... Done (0.025s)
1572026-05-18T23:32:29.879ZFinalize: Updating search index ... Done (0.000s)
1582026-05-18T23:32:29.964ZFinalize: Updating package cache ... Done (0.000s)
1592026-05-18T23:32:30.261ZPlanning: Evaluating mediator changes ... Done
1602026-05-18T23:32:30.369ZPlanning: Checking for conflicting actions ... Done
1612026-05-18T23:32:30.372ZPlanning: Consolidating action changes ... Done
1622026-05-18T23:32:30.530ZPlanning: Evaluating mediators ... Done
1632026-05-18T23:32:30.533ZPlanning: Planning completed in 0.27 seconds
1642026-05-18T23:32:30.553Z Mediators to change: 2
1652026-05-18T23:32:30.553Z Create boot environment: No
1662026-05-18T23:32:30.553ZCreate backup boot environment: No
1672026-05-18T23:32:30.624ZFinalize: Updating package state database ... Done
1682026-05-18T23:32:30.624ZFinalize: Updating package cache ... Done
1692026-05-18T23:32:30.633ZFinalize: Updating image state ... Done
1702026-05-18T23:32:32.604ZFinalize: Creating fast lookup database ... Done
1712026-05-18T23:32:32.665ZFinalize: Reading search index ... Done
1722026-05-18T23:32:32.665ZFinalize: Updating search index ... Done
1732026-05-18T23:32:32.737ZFinalize: Updating package cache ... Done
1742026-05-18T23:32:33.022ZPlanning: Evaluating mediator changes ... Done
1752026-05-18T23:32:33.128ZPlanning: Checking for conflicting actions ... Done
1762026-05-18T23:32:33.133ZPlanning: Consolidating action changes ... Done
1772026-05-18T23:32:33.285ZPlanning: Evaluating mediators ... Done
1782026-05-18T23:32:33.288ZPlanning: Planning completed in 0.26 seconds
1792026-05-18T23:32:33.308Z Mediators to change: 1
1802026-05-18T23:32:33.308Z Create boot environment: No
1812026-05-18T23:32:33.308ZCreate backup boot environment: No
1822026-05-18T23:32:33.347ZFinalize: Updating package state database ... Done
1832026-05-18T23:32:33.347ZFinalize: Updating package cache ... Done
1842026-05-18T23:32:33.356ZFinalize: Updating image state ... Done
1852026-05-18T23:32:35.307ZFinalize: Creating fast lookup database ... Done
1862026-05-18T23:32:35.370ZFinalize: Reading search index ... Done
1872026-05-18T23:32:35.370ZFinalize: Updating search index ... Done
1882026-05-18T23:32:35.453ZFinalize: Updating package cache ... Done
1892026-05-18T23:32:35.767ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1902026-05-18T23:32:35.767Zapache system 2.4 system
1912026-05-18T23:32:35.767Zclang system 15 system
1922026-05-18T23:32:35.767Zcsh system system illumos
1932026-05-18T23:32:35.767Zctags system system illumos
1942026-05-18T23:32:35.767Zfile vendor vendor darwinsys
1952026-05-18T23:32:35.767Zfile system system illumos
1962026-05-18T23:32:35.767Zgcc vendor 14 vendor
1972026-05-18T23:32:35.767Zgcc system 13 system
1982026-05-18T23:32:35.767Zgcc system 10 system
1992026-05-18T23:32:35.767Zgo system 1.25 system
2002026-05-18T23:32:35.767Zllvm system 15 system
2012026-05-18T23:32:35.767Zmariadb system 11.4 system
2022026-05-18T23:32:35.767Zmta vendor vendor dma
2032026-05-18T23:32:35.767Zopenjdk system 17 system
2042026-05-18T23:32:35.767Zopenjdk system 11 system
2052026-05-18T23:32:35.767Zopenssl vendor 3 vendor
2062026-05-18T23:32:35.767Zperl system 5.40 system
2072026-05-18T23:32:35.767Zpostgresql system 18 system
2082026-05-18T23:32:35.767Zpostgresql system 17 system
2092026-05-18T23:32:35.767Zpython vendor 3 vendor
2102026-05-18T23:32:35.767Zpython system 2 system
2112026-05-18T23:32:35.767Zpython3 vendor 3.13 vendor
2122026-05-18T23:32:35.767Zruby system 3.4 system
2132026-05-18T23:32:35.767Zruby system 3.0 system
2142026-05-18T23:32:35.767Zwords vendor vendor american-english
2152026-05-18T23:32:35.767Zwords system system australian-english
2162026-05-18T23:32:35.767Zwords system system british-english
2172026-05-18T23:32:35.767Zwords system system canadian-english
2182026-05-18T23:32:35.768Zwords system system french
2192026-05-18T23:32:35.768Zwords system system italian
2202026-05-18T23:32:35.768Zwords system system ngerman
2212026-05-18T23:32:35.768Zwords system system ogerman
2222026-05-18T23:32:35.768Zwords system system spanish
2232026-05-18T23:32:36.015ZPUBLISHER TYPE STATUS P LOCATION
2242026-05-18T23:32:36.015Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2252026-05-18T23:32:36.281ZFMRI IFO
2262026-05-18T23:32:36.281Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2272026-05-18T23:32:36.281Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2282026-05-18T23:32:36.281Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2292026-05-18T23:32:36.281Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2302026-05-18T23:32:36.281Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2312026-05-18T23:32:36.281Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2322026-05-18T23:32:36.281Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2332026-05-18T23:32:36.281Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2342026-05-18T23:32:36.281Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2352026-05-18T23:32:36.521Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2362026-05-18T23:32:36.778Z Updating crates.io index
2372026-05-18T23:32:36.782Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2382026-05-18T23:32:37.275Z Updating git repository `https://github.com/oxidecomputer/lldp`
2392026-05-18T23:32:37.661Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2402026-05-18T23:32:38.003Z Updating git repository `https://github.com/oxidecomputer/propolis`
2412026-05-18T23:32:39.024Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2422026-05-18T23:32:39.489Z Updating git repository `https://github.com/oxidecomputer/crucible`
2432026-05-18T23:32:40.825Z Updating git repository `https://github.com/oxidecomputer/opte`
2442026-05-18T23:32:41.598Z Updating git repository `https://github.com/oxidecomputer/tofino`
2452026-05-18T23:32:41.861Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2462026-05-18T23:32:42.683Z Updating git repository `https://github.com/oxidecomputer/clickward`
2472026-05-18T23:32:43.007Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2482026-05-18T23:32:43.311Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2492026-05-18T23:32:43.675Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2502026-05-18T23:32:44.540Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2512026-05-18T23:32:45.045Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2522026-05-18T23:32:45.337Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2532026-05-18T23:32:45.631Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2542026-05-18T23:32:45.974Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2552026-05-18T23:32:46.406Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2562026-05-18T23:32:46.635Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2572026-05-18T23:32:46.921Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2582026-05-18T23:32:47.133Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2592026-05-18T23:32:47.485Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2602026-05-18T23:32:47.855Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2612026-05-18T23:32:48.432Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2622026-05-18T23:32:48.860Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2632026-05-18T23:32:49.152Z Updating git repository `https://github.com/oxidecomputer/ispf`
2642026-05-18T23:32:49.414Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2652026-05-18T23:32:50.489Z Updating git repository `https://github.com/oxidecomputer/crucible`
2662026-05-18T23:32:51.365Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2672026-05-18T23:32:51.833Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2682026-05-18T23:32:52.092Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2692026-05-18T23:32:52.487Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2702026-05-18T23:32:52.799Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2712026-05-18T23:32:53.305Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2722026-05-18T23:32:53.542Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2732026-05-18T23:32:53.786Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2742026-05-18T23:32:54.066Z Updating git repository `https://github.com/illumos/smf-rs`
2752026-05-18T23:32:54.500Z Updating git repository `https://github.com/oxidecomputer/omicron`
2762026-05-18T23:33:06.419Z Downloading crates ...
2772026-05-18T23:33:06.471Z Downloaded anstream v0.6.21
2782026-05-18T23:33:06.478Z Downloaded anyhow v1.0.102
2792026-05-18T23:33:06.481Z Downloaded fnv v1.0.7
2802026-05-18T23:33:06.484Z Downloaded displaydoc v0.2.5
2812026-05-18T23:33:06.487Z Downloaded heck v0.5.0
2822026-05-18T23:33:06.487Z Downloaded heck v0.4.1
2832026-05-18T23:33:06.490Z Downloaded crypto-common v0.1.7
2842026-05-18T23:33:06.494Z Downloaded idna_adapter v1.2.1
2852026-05-18T23:33:06.501Z Downloaded scroll_derive v0.12.1
2862026-05-18T23:33:06.504Z Downloaded anstyle v1.0.13
2872026-05-18T23:33:06.504Z Downloaded thiserror v1.0.69
2882026-05-18T23:33:06.507Z Downloaded dof v0.3.0
2892026-05-18T23:33:06.510Z Downloaded toml v0.8.23
2902026-05-18T23:33:06.510Z Downloaded stable_deref_trait v1.2.1
2912026-05-18T23:33:06.510Z Downloaded fs-err v3.3.0
2922026-05-18T23:33:06.513Z Downloaded errno v0.3.14
2932026-05-18T23:33:06.516Z Downloaded equivalent v1.0.2
2942026-05-18T23:33:06.518Z Downloaded generic-array v0.14.7
2952026-05-18T23:33:06.518Z Downloaded fastrand v2.3.0
2962026-05-18T23:33:06.518Z Downloaded unicode-linebreak v0.1.5
2972026-05-18T23:33:06.521Z Downloaded block-buffer v0.10.4
2982026-05-18T23:33:06.521Z Downloaded usdt v0.5.0
2992026-05-18T23:33:06.524Z Downloaded cargo-platform v0.2.0
3002026-05-18T23:33:06.524Z Downloaded autocfg v1.5.0
3012026-05-18T23:33:06.524Z Downloaded zerofrom v0.1.6
3022026-05-18T23:33:06.526Z Downloaded usdt-macro v0.5.0
3032026-05-18T23:33:06.526Z Downloaded form_urlencoded v1.2.2
3042026-05-18T23:33:06.526Z Downloaded zerofrom-derive v0.1.6
3052026-05-18T23:33:06.526Z Downloaded yoke-derive v0.8.1
3062026-05-18T23:33:06.526Z Downloaded thread-id v4.2.2
3072026-05-18T23:33:06.529Z Downloaded itoa v1.0.17
3082026-05-18T23:33:06.529Z Downloaded unicode-xid v0.2.6
3092026-05-18T23:33:06.532Z Downloaded usdt-attr-macro v0.5.0
3102026-05-18T23:33:06.532Z Downloaded toml_write v0.1.2
3112026-05-18T23:33:06.537Z Downloaded cpufeatures v0.2.17
3122026-05-18T23:33:06.541Z Downloaded smawk v0.3.2
3132026-05-18T23:33:06.541Z Downloaded clap_lex v1.0.0
3142026-05-18T23:33:06.541Z Downloaded typeid v1.0.3
3152026-05-18T23:33:06.544Z Downloaded anstyle-query v1.1.5
3162026-05-18T23:33:06.544Z Downloaded dtrace-parser v0.2.0
3172026-05-18T23:33:06.547Z Downloaded toml_datetime v0.6.11
3182026-05-18T23:33:06.547Z Downloaded tabled_derive v0.7.0
3192026-05-18T23:33:06.547Z Downloaded is_terminal_polyfill v1.70.2
3202026-05-18T23:33:06.547Z Downloaded colorchoice v1.0.4
3212026-05-18T23:33:06.547Z Downloaded cfg-if v1.0.4
3222026-05-18T23:33:06.551Z Downloaded utf8parse v0.2.2
3232026-05-18T23:33:06.553Z Downloaded byteorder v1.5.0
3242026-05-18T23:33:06.557Z Downloaded thiserror-impl v1.0.69
3252026-05-18T23:33:06.560Z Downloaded utf8_iter v1.0.4
3262026-05-18T23:33:06.563Z Downloaded tinystr v0.8.2
3272026-05-18T23:33:06.563Z Downloaded thiserror-impl v2.0.18
3282026-05-18T23:33:06.565Z Downloaded zerovec-derive v0.11.2
3292026-05-18T23:33:06.565Z Downloaded serde-value v0.7.0
3302026-05-18T23:33:06.569Z Downloaded version_check v0.9.5
3312026-05-18T23:33:06.569Z Downloaded usdt-impl v0.5.0
3322026-05-18T23:33:06.572Z Downloaded writeable v0.6.2
3332026-05-18T23:33:06.572Z Downloaded pretty-hex v0.4.1
3342026-05-18T23:33:06.572Z Downloaded potential_utf v0.1.4
3352026-05-18T23:33:06.572Z Downloaded zmij v1.0.21
3362026-05-18T23:33:06.575Z Downloaded yoke v0.8.1
3372026-05-18T23:33:06.577Z Downloaded swrite v0.1.0
3382026-05-18T23:33:06.578Z Downloaded textwrap v0.16.2
3392026-05-18T23:33:06.578Z Downloaded terminal_size v0.4.3
3402026-05-18T23:33:06.581Z Downloaded memmap v0.7.0
3412026-05-18T23:33:06.581Z Downloaded percent-encoding v2.3.2
3422026-05-18T23:33:06.581Z Downloaded strsim v0.11.1
3432026-05-18T23:33:06.588Z Downloaded ucd-trie v0.1.7
3442026-05-18T23:33:06.591Z Downloaded proc-macro-error-attr v1.0.4
3452026-05-18T23:33:06.591Z Downloaded thiserror v2.0.18
3462026-05-18T23:33:06.593Z Downloaded zerocopy-derive v0.7.35
3472026-05-18T23:33:06.596Z Downloaded unicode-ident v1.0.24
3482026-05-18T23:33:06.596Z Downloaded camino v1.2.2
3492026-05-18T23:33:06.596Z Downloaded icu_properties v2.1.2
3502026-05-18T23:33:06.599Z Downloaded bytecount v0.6.9
3512026-05-18T23:33:06.599Z Downloaded serde_spanned v0.6.9
3522026-05-18T23:33:06.599Z Downloaded anstyle-parse v0.2.7
3532026-05-18T23:33:06.602Z Downloaded cargo_toml v0.21.0
3542026-05-18T23:33:06.602Z Downloaded macaddr v1.0.1
3552026-05-18T23:33:06.602Z Downloaded zerotrie v0.2.3
3562026-05-18T23:33:06.606Z Downloaded cargo_metadata v0.21.0
3572026-05-18T23:33:06.606Z Downloaded icu_normalizer_data v2.1.1
3582026-05-18T23:33:06.609Z Downloaded camino-tempfile v1.4.1
3592026-05-18T23:33:06.612Z Downloaded url v2.5.8
3602026-05-18T23:33:06.612Z Downloaded typenum v1.19.0
3612026-05-18T23:33:06.614Z Downloaded sha2 v0.10.9
3622026-05-18T23:33:06.614Z Downloaded toml_edit v0.22.27
3632026-05-18T23:33:06.617Z Downloaded scroll v0.12.0
3642026-05-18T23:33:06.620Z Downloaded bitflags v2.11.0
3652026-05-18T23:33:06.620Z Downloaded unicode-width v0.1.14
3662026-05-18T23:33:06.623Z Downloaded proc-macro-error v1.0.4
3672026-05-18T23:33:06.626Z Downloaded plain v0.2.3
3682026-05-18T23:33:06.626Z Downloaded zerovec v0.11.5
3692026-05-18T23:33:06.629Z Downloaded synstructure v0.13.2
3702026-05-18T23:33:06.629Z Downloaded serde-untagged v0.1.9
3712026-05-18T23:33:06.632Z Downloaded ordered-float v2.10.1
3722026-05-18T23:33:06.635Z Downloaded zerocopy v0.7.35
3732026-05-18T23:33:06.642Z Downloaded serde_tokenstream v0.2.3
3742026-05-18T23:33:06.645Z Downloaded icu_provider v2.1.1
3752026-05-18T23:33:06.645Z Downloaded winnow v0.7.14
3762026-05-18T23:33:06.649Z Downloaded smallvec v1.15.1
3772026-05-18T23:33:06.652Z Downloaded unicode-width v0.2.0
3782026-05-18T23:33:06.652Z Downloaded quote v1.0.45
3792026-05-18T23:33:06.655Z Downloaded pest_derive v2.8.6
3802026-05-18T23:33:06.655Z Downloaded tempfile v3.25.0
3812026-05-18T23:33:06.658Z Downloaded getrandom v0.4.1
3822026-05-18T23:33:06.658Z Downloaded erased-serde v0.4.9
3832026-05-18T23:33:06.661Z Downloaded proc-macro2 v1.0.106
3842026-05-18T23:33:06.665Z Downloaded once_cell v1.21.3
3852026-05-18T23:33:06.668Z Downloaded pest_generator v2.8.6
3862026-05-18T23:33:06.672Z Downloaded semver v1.0.28
3872026-05-18T23:33:06.675Z Downloaded litemap v0.8.1
3882026-05-18T23:33:06.679Z Downloaded cargo-util-schemas v0.8.2
3892026-05-18T23:33:06.682Z Downloaded clap v4.5.60
3902026-05-18T23:33:06.686Z Downloaded serde_derive v1.0.228
3912026-05-18T23:33:06.689Z Downloaded indexmap v2.14.0
3922026-05-18T23:33:06.692Z Downloaded num-traits v0.2.19
3932026-05-18T23:33:06.692Z Downloaded digest v0.10.7
3942026-05-18T23:33:06.695Z Downloaded clap_derive v4.5.55
3952026-05-18T23:33:06.695Z Downloaded serde_core v1.0.228
3962026-05-18T23:33:06.695Z Downloaded papergrid v0.11.0
3972026-05-18T23:33:06.698Z Downloaded icu_locale_core v2.1.1
3982026-05-18T23:33:06.701Z Downloaded log v0.4.29
3992026-05-18T23:33:06.704Z Downloaded icu_collections v2.1.1
4002026-05-18T23:33:06.707Z Downloaded icu_normalizer v2.1.1
4012026-05-18T23:33:06.710Z Downloaded pest_meta v2.8.6
4022026-05-18T23:33:06.715Z Downloaded memchr v2.8.0
4032026-05-18T23:33:06.722Z Downloaded icu_properties_data v2.1.2
4042026-05-18T23:33:06.737Z Downloaded serde v1.0.228
4052026-05-18T23:33:06.740Z Downloaded clap_builder v4.5.60
4062026-05-18T23:33:06.752Z Downloaded hashbrown v0.17.0
4072026-05-18T23:33:06.756Z Downloaded idna v1.1.0
4082026-05-18T23:33:06.769Z Downloaded pest v2.8.6
4092026-05-18T23:33:06.779Z Downloaded goblin v0.8.2
4102026-05-18T23:33:06.782Z Downloaded serde_json v1.0.149
4112026-05-18T23:33:06.797Z Downloaded syn v1.0.109
4122026-05-18T23:33:06.802Z Downloaded tabled v0.15.0
4132026-05-18T23:33:06.814Z Downloaded syn v2.0.117
4142026-05-18T23:33:06.837Z Downloaded rustix v1.1.3
4152026-05-18T23:33:06.858Z Downloaded libc v0.2.185
4162026-05-18T23:33:06.925Z Compiling proc-macro2 v1.0.106
4172026-05-18T23:33:06.925Z Compiling unicode-ident v1.0.24
4182026-05-18T23:33:06.928Z Compiling quote v1.0.45
4192026-05-18T23:33:06.929Z Compiling serde_core v1.0.228
4202026-05-18T23:33:06.929Z Compiling libc v0.2.185
4212026-05-18T23:33:06.929Z Compiling version_check v0.9.5
4222026-05-18T23:33:06.929Z Compiling memchr v2.8.0
4232026-05-18T23:33:06.929Z Compiling serde v1.0.228
4242026-05-18T23:33:07.273Z Compiling stable_deref_trait v1.2.1
4252026-05-18T23:33:07.348Z Compiling zmij v1.0.21
4262026-05-18T23:33:07.440Z Compiling thiserror v1.0.69
4272026-05-18T23:33:07.515Z Compiling itoa v1.0.17
4282026-05-18T23:33:07.530Z Compiling autocfg v1.5.0
4292026-05-18T23:33:07.721Z Compiling ucd-trie v0.1.7
4302026-05-18T23:33:07.961Z Compiling pest v2.8.6
4312026-05-18T23:33:08.034Z Compiling litemap v0.8.1
4322026-05-18T23:33:08.034Z Compiling writeable v0.6.2
4332026-05-18T23:33:08.034Z Compiling icu_properties_data v2.1.2
4342026-05-18T23:33:08.034Z Compiling rustix v1.1.3
4352026-05-18T23:33:08.210Z Compiling icu_normalizer_data v2.1.1
4362026-05-18T23:33:08.345Z Compiling byteorder v1.5.0
4372026-05-18T23:33:08.448Z Compiling syn v2.0.117
4382026-05-18T23:33:08.550Z Compiling errno v0.3.14
4392026-05-18T23:33:08.644Z Compiling bitflags v2.11.0
4402026-05-18T23:33:08.644Z Compiling serde_json v1.0.149
4412026-05-18T23:33:08.751Z Compiling num-traits v0.2.19
4422026-05-18T23:33:08.793Z Compiling equivalent v1.0.2
4432026-05-18T23:33:08.889Z Compiling hashbrown v0.17.0
4442026-05-18T23:33:08.914Z Compiling smallvec v1.15.1
4452026-05-18T23:33:08.964Z Compiling pest_meta v2.8.6
4462026-05-18T23:33:09.125Z Compiling typeid v1.0.3
4472026-05-18T23:33:09.340Z Compiling thread-id v4.2.2
4482026-05-18T23:33:09.358Z Compiling indexmap v2.14.0
4492026-05-18T23:33:09.413Z Compiling proc-macro-error-attr v1.0.4
4502026-05-18T23:33:09.428Z Compiling usdt-impl v0.5.0
4512026-05-18T23:33:09.431Z Compiling toml_write v0.1.2
4522026-05-18T23:33:09.595Z Compiling winnow v0.7.14
4532026-05-18T23:33:09.641Z Compiling erased-serde v0.4.9
4542026-05-18T23:33:09.655Z Compiling syn v1.0.109
4552026-05-18T23:33:10.013Z Compiling proc-macro-error v1.0.4
4562026-05-18T23:33:10.059Z Compiling log v0.4.29
4572026-05-18T23:33:10.199Z Compiling thiserror v2.0.18
4582026-05-18T23:33:10.246Z Compiling percent-encoding v2.3.2
4592026-05-18T23:33:10.478Z Compiling utf8_iter v1.0.4
4602026-05-18T23:33:10.578Z Compiling getrandom v0.4.1
4612026-05-18T23:33:10.595Z Compiling plain v0.2.3
4622026-05-18T23:33:10.635Z Compiling utf8parse v0.2.2
4632026-05-18T23:33:10.652Z Compiling camino v1.2.2
4642026-05-18T23:33:10.755Z Compiling anstyle-parse v0.2.7
4652026-05-18T23:33:10.852Z Compiling ordered-float v2.10.1
4662026-05-18T23:33:10.929Z Compiling form_urlencoded v1.2.2
4672026-05-18T23:33:10.991Z Compiling synstructure v0.13.2
4682026-05-18T23:33:11.023Z Compiling pest_generator v2.8.6
4692026-05-18T23:33:11.102Z Compiling terminal_size v0.4.3
4702026-05-18T23:33:11.241Z Compiling colorchoice v1.0.4
4712026-05-18T23:33:11.349Z Compiling is_terminal_polyfill v1.70.2
4722026-05-18T23:33:11.375Z Compiling pretty-hex v0.4.1
4732026-05-18T23:33:11.428Z Compiling anstyle v1.0.13
4742026-05-18T23:33:11.471Z Compiling cfg-if v1.0.4
4752026-05-18T23:33:11.509Z Compiling anstyle-query v1.1.5
4762026-05-18T23:33:11.528Z Compiling serde-untagged v0.1.9
4772026-05-18T23:33:11.603Z Compiling anstream v0.6.21
4782026-05-18T23:33:11.736Z Compiling semver v1.0.28
4792026-05-18T23:33:11.755Z Compiling fs-err v3.3.0
4802026-05-18T23:33:11.785Z Compiling fnv v1.0.7
4812026-05-18T23:33:11.892Z Compiling unicode-width v0.1.14
4822026-05-18T23:33:11.926Z Compiling once_cell v1.21.3
4832026-05-18T23:33:11.963Z Compiling anyhow v1.0.102
4842026-05-18T23:33:12.064Z Compiling bytecount v0.6.9
4852026-05-18T23:33:12.081Z Compiling heck v0.5.0
4862026-05-18T23:33:12.151Z Compiling strsim v0.11.1
4872026-05-18T23:33:12.174Z Compiling unicode-xid v0.2.6
4882026-05-18T23:33:12.277Z Compiling clap_lex v1.0.0
4892026-05-18T23:33:12.299Z Compiling heck v0.4.1
4902026-05-18T23:33:12.322Z Compiling fastrand v2.3.0
4912026-05-18T23:33:12.496Z Compiling clap_builder v4.5.60
4922026-05-18T23:33:12.515Z Compiling tempfile v3.25.0
4932026-05-18T23:33:12.547Z Compiling papergrid v0.11.0
4942026-05-18T23:33:12.686Z Compiling memmap v0.7.0
4952026-05-18T23:33:12.731Z Compiling unicode-linebreak v0.1.5
4962026-05-18T23:33:12.749Z Compiling serde_derive v1.0.228
4972026-05-18T23:33:12.865Z Compiling zerofrom-derive v0.1.6
4982026-05-18T23:33:12.893Z Compiling yoke-derive v0.8.1
4992026-05-18T23:33:12.975Z Compiling zerovec-derive v0.11.2
5002026-05-18T23:33:13.138Z Compiling displaydoc v0.2.5
5012026-05-18T23:33:13.877Z Compiling thiserror-impl v1.0.69
5022026-05-18T23:33:13.970Z Compiling zerocopy-derive v0.7.35
5032026-05-18T23:33:14.025Z Compiling pest_derive v2.8.6
5042026-05-18T23:33:14.073Z Compiling scroll_derive v0.12.1
5052026-05-18T23:33:14.232Z Compiling zerofrom v0.1.6
5062026-05-18T23:33:14.367Z Compiling yoke v0.8.1
5072026-05-18T23:33:14.443Z Compiling thiserror-impl v2.0.18
5082026-05-18T23:33:14.562Z Compiling zerovec v0.11.5
5092026-05-18T23:33:14.740Z Compiling zerotrie v0.2.3
5102026-05-18T23:33:14.828Z Compiling zerocopy v0.7.35
5112026-05-18T23:33:15.040Z Compiling tinystr v0.8.2
5122026-05-18T23:33:15.076Z Compiling potential_utf v0.1.4
5132026-05-18T23:33:15.239Z Compiling icu_locale_core v2.1.1
5142026-05-18T23:33:15.243Z Compiling icu_collections v2.1.1
5152026-05-18T23:33:15.243Z Compiling dtrace-parser v0.2.0
5162026-05-18T23:33:15.375Z Compiling scroll v0.12.0
5172026-05-18T23:33:15.512Z Compiling tabled_derive v0.7.0
5182026-05-18T23:33:15.710Z Compiling goblin v0.8.2
5192026-05-18T23:33:15.784Z Compiling clap_derive v4.5.55
5202026-05-18T23:33:15.943Z Compiling icu_provider v2.1.1
5212026-05-18T23:33:16.028Z Compiling unicode-width v0.2.0
5222026-05-18T23:33:16.178Z Compiling icu_normalizer v2.1.1
5232026-05-18T23:33:16.210Z Compiling icu_properties v2.1.2
5242026-05-18T23:33:16.227Z Compiling serde_spanned v0.6.9
5252026-05-18T23:33:16.245Z Compiling toml_datetime v0.6.11
5262026-05-18T23:33:16.307Z Compiling dof v0.3.0
5272026-05-18T23:33:16.375Z Compiling serde_tokenstream v0.2.3
5282026-05-18T23:33:16.433Z Compiling toml_edit v0.22.27
5292026-05-18T23:33:16.514Z Compiling serde-value v0.7.0
5302026-05-18T23:33:16.714Z Compiling cargo-platform v0.2.0
5312026-05-18T23:33:16.730Z Compiling smawk v0.3.2
5322026-05-18T23:33:16.875Z Compiling textwrap v0.16.2
5332026-05-18T23:33:16.892Z Compiling tabled v0.15.0
5342026-05-18T23:33:16.988Z Compiling macaddr v1.0.1
5352026-05-18T23:33:17.218Z Compiling idna_adapter v1.2.1
5362026-05-18T23:33:17.322Z Compiling usdt-macro v0.5.0
5372026-05-18T23:33:17.337Z Compiling idna v1.1.0
5382026-05-18T23:33:17.360Z Compiling usdt-attr-macro v0.5.0
5392026-05-18T23:33:17.536Z Compiling clap v4.5.60
5402026-05-18T23:33:17.624Z Compiling url v2.5.8
5412026-05-18T23:33:17.658Z Compiling camino-tempfile v1.4.1
5422026-05-18T23:33:17.907Z Compiling toml v0.8.23
5432026-05-18T23:33:18.037Z Compiling swrite v0.1.0
5442026-05-18T23:33:18.140Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5452026-05-18T23:33:18.384Z Compiling cargo-util-schemas v0.8.2
5462026-05-18T23:33:18.400Z Compiling cargo_toml v0.21.0
5472026-05-18T23:33:18.641Z Compiling usdt v0.5.0
5482026-05-18T23:33:19.303Z Compiling cargo_metadata v0.21.0
5492026-05-18T23:33:20.199Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5502026-05-18T23:33:22.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.98s
5512026-05-18T23:33:22.584Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5522026-05-18T23:33:23.149Z Downloading crates ...
5532026-05-18T23:33:23.268Z Downloaded castaway v0.2.4
5542026-05-18T23:33:23.274Z Downloaded darling v0.20.11
5552026-05-18T23:33:23.277Z Downloaded diesel_table_macro_syntax v0.3.0
5562026-05-18T23:33:23.280Z Downloaded csv-core v0.1.13
5572026-05-18T23:33:23.292Z Downloaded document-features v0.2.12
5582026-05-18T23:33:23.296Z Downloaded fixedbitset v0.4.2
5592026-05-18T23:33:23.296Z Downloaded data-encoding v2.10.0
5602026-05-18T23:33:23.296Z Downloaded crucible-workspace-hack v0.1.0
5612026-05-18T23:33:23.299Z Downloaded convert_case v0.4.0
5622026-05-18T23:33:23.299Z Downloaded bb8 v0.8.6
5632026-05-18T23:33:23.299Z Downloaded ciborium-ll v0.2.2
5642026-05-18T23:33:23.299Z Downloaded bitfield-struct v0.6.2
5652026-05-18T23:33:23.302Z Downloaded endian-type v0.1.2
5662026-05-18T23:33:23.302Z Downloaded compression-core v0.4.31
5672026-05-18T23:33:23.302Z Downloaded cfg_aliases v0.1.1
5682026-05-18T23:33:23.302Z Downloaded crypto-bigint v0.5.5
5692026-05-18T23:33:23.306Z Downloaded dropshot-api-manager v0.7.1
5702026-05-18T23:33:23.309Z Downloaded const_format_proc_macros v0.2.34
5712026-05-18T23:33:23.309Z Downloaded env_logger v0.11.9
5722026-05-18T23:33:23.312Z Downloaded cargo_metadata v0.19.2
5732026-05-18T23:33:23.312Z Downloaded foldhash v0.2.0
5742026-05-18T23:33:23.315Z Downloaded cfg_aliases v0.2.1
5752026-05-18T23:33:23.315Z Downloaded camino-tempfile-ext v0.3.3
5762026-05-18T23:33:23.315Z Downloaded chacha20poly1305 v0.10.1
5772026-05-18T23:33:23.318Z Downloaded cbc v0.1.2
5782026-05-18T23:33:23.321Z Downloaded byte-wrapper v0.1.0
5792026-05-18T23:33:23.321Z Downloaded flume v0.11.1
5802026-05-18T23:33:23.324Z Downloaded cobs v0.3.0
5812026-05-18T23:33:23.325Z Downloaded flate2 v1.1.9
5822026-05-18T23:33:23.328Z Downloaded float-cmp v0.10.0
5832026-05-18T23:33:23.328Z Downloaded bzip2 v0.4.4
5842026-05-18T23:33:23.331Z Downloaded foreign-types-macros v0.2.3
5852026-05-18T23:33:23.331Z Downloaded find-msvc-tools v0.1.9
5862026-05-18T23:33:23.331Z Downloaded console v0.15.11
5872026-05-18T23:33:23.336Z Downloaded defmt v1.0.1
5882026-05-18T23:33:23.339Z Downloaded fallible-iterator v0.2.0
5892026-05-18T23:33:23.339Z Downloaded embedded-io v0.6.1
5902026-05-18T23:33:23.339Z Downloaded dirs-next v2.0.0
5912026-05-18T23:33:23.339Z Downloaded dropshot-api-manager-types v0.7.1
5922026-05-18T23:33:23.339Z Downloaded crc8 v0.1.1
5932026-05-18T23:33:23.339Z Downloaded cpufeatures v0.3.0
5942026-05-18T23:33:23.343Z Downloaded aead v0.5.2
5952026-05-18T23:33:23.343Z Downloaded ciborium-io v0.2.2
5962026-05-18T23:33:23.343Z Downloaded enum-as-inner v0.6.1
5972026-05-18T23:33:23.343Z Downloaded embedded-io v0.4.0
5982026-05-18T23:33:23.346Z Downloaded cassowary v0.3.0
5992026-05-18T23:33:23.346Z Downloaded async-bb8-diesel v0.2.1
6002026-05-18T23:33:23.349Z Downloaded elliptic-curve v0.13.8
6012026-05-18T23:33:23.352Z Downloaded bitfield-macros v0.19.4
6022026-05-18T23:33:23.352Z Downloaded async-recursion v1.1.1
6032026-05-18T23:33:23.352Z Downloaded dunce v1.0.5
6042026-05-18T23:33:23.355Z Downloaded assert_matches v1.5.0
6052026-05-18T23:33:23.355Z Downloaded defmt v0.3.100
6062026-05-18T23:33:23.355Z Downloaded derive_builder_macro v0.20.2
6072026-05-18T23:33:23.355Z Downloaded env_filter v1.0.0
6082026-05-18T23:33:23.359Z Downloaded corncobs v0.1.4
6092026-05-18T23:33:23.359Z Downloaded compression-codecs v0.4.37
6102026-05-18T23:33:23.362Z Downloaded chacha20 v0.9.1
6112026-05-18T23:33:23.362Z Downloaded buf-list v1.1.2
6122026-05-18T23:33:23.365Z Downloaded defmt-parser v1.0.0
6132026-05-18T23:33:23.365Z Downloaded darling_macro v0.20.11
6142026-05-18T23:33:23.365Z Downloaded dyn-clone v1.0.20
6152026-05-18T23:33:23.365Z Downloaded dirs-sys-next v0.1.2
6162026-05-18T23:33:23.368Z Downloaded crunchy v0.2.4
6172026-05-18T23:33:23.368Z Downloaded bit-set v0.8.0
6182026-05-18T23:33:23.368Z Downloaded bcs v0.1.6
6192026-05-18T23:33:23.372Z Downloaded atomic-waker v1.1.2
6202026-05-18T23:33:23.375Z Downloaded crc-catalog v2.4.0
6212026-05-18T23:33:23.378Z Downloaded async-stream-impl v0.3.6
6222026-05-18T23:33:23.378Z Downloaded array-init v0.0.4
6232026-05-18T23:33:23.378Z Downloaded dtrace-parser v0.3.0
6242026-05-18T23:33:23.378Z Downloaded dof v0.4.0
6252026-05-18T23:33:23.381Z Downloaded adler2 v2.0.1
6262026-05-18T23:33:23.381Z Downloaded ascii-canvas v3.0.0
6272026-05-18T23:33:23.384Z Downloaded atty v0.2.14
6282026-05-18T23:33:23.384Z Downloaded difflib v0.4.0
6292026-05-18T23:33:23.384Z Downloaded crc v3.4.0
6302026-05-18T23:33:23.384Z Downloaded atomicwrites v0.4.4
6312026-05-18T23:33:23.388Z Downloaded curve25519-dalek-derive v0.1.1
6322026-05-18T23:33:23.388Z Downloaded cstr-argument v0.1.2
6332026-05-18T23:33:23.388Z Downloaded async-stream v0.3.6
6342026-05-18T23:33:23.391Z Downloaded bcrypt-pbkdf v0.10.0
6352026-05-18T23:33:23.394Z Downloaded downcast-rs v2.0.2
6362026-05-18T23:33:23.398Z Downloaded debug-ignore v1.0.5
6372026-05-18T23:33:23.398Z Downloaded darling_macro v0.21.3
6382026-05-18T23:33:23.398Z Downloaded darling_core v0.20.11
6392026-05-18T23:33:23.402Z Downloaded foreign-types v0.3.2
6402026-05-18T23:33:23.405Z Downloaded futures-core v0.3.32
6412026-05-18T23:33:23.408Z Downloaded bitflags v1.3.2
6422026-05-18T23:33:23.411Z Downloaded float-ord v0.3.2
6432026-05-18T23:33:23.411Z Downloaded dsl_auto_type v0.2.0
6442026-05-18T23:33:23.412Z Downloaded compact_str v0.8.1
6452026-05-18T23:33:23.415Z Downloaded cargo-platform v0.1.9
6462026-05-18T23:33:23.415Z Downloaded backoff v0.4.0
6472026-05-18T23:33:23.418Z Downloaded blowfish v0.9.1
6482026-05-18T23:33:23.418Z Downloaded arrayref v0.3.9
6492026-05-18T23:33:23.418Z Downloaded fd-lock v4.0.4
6502026-05-18T23:33:23.421Z Downloaded foreign-types v0.5.0
6512026-05-18T23:33:23.424Z Downloaded futures-sink v0.3.32
6522026-05-18T23:33:23.427Z Downloaded flagset v0.4.7
6532026-05-18T23:33:23.427Z Downloaded foreign-types-shared v0.1.1
6542026-05-18T23:33:23.430Z Downloaded colored v3.1.1
6552026-05-18T23:33:23.430Z Downloaded gethostname v0.5.0
6562026-05-18T23:33:23.430Z Downloaded fxhash v0.2.1
6572026-05-18T23:33:23.434Z Downloaded futures-io v0.3.32
6582026-05-18T23:33:23.434Z Downloaded foreign-types-shared v0.3.1
6592026-05-18T23:33:23.434Z Downloaded bitfield v0.19.4
6602026-05-18T23:33:23.434Z Downloaded git-stub v1.0.0
6612026-05-18T23:33:23.437Z Downloaded ghash v0.5.1
6622026-05-18T23:33:23.437Z Downloaded funty v2.0.0
6632026-05-18T23:33:23.442Z Downloaded globwalk v0.9.1
6642026-05-18T23:33:23.445Z Downloaded hostname v0.3.1
6652026-05-18T23:33:23.445Z Downloaded foldhash v0.1.5
6662026-05-18T23:33:23.445Z Downloaded hex-literal v0.4.1
6672026-05-18T23:33:23.448Z Downloaded hex v0.4.3
6682026-05-18T23:33:23.448Z Downloaded httpdate v1.0.3
6692026-05-18T23:33:23.448Z Downloaded erased-serde v0.3.31
6702026-05-18T23:33:23.451Z Downloaded cmake v0.1.57
6712026-05-18T23:33:23.451Z Downloaded arrayvec v0.7.6
6722026-05-18T23:33:23.451Z Downloaded block-padding v0.3.3
6732026-05-18T23:33:23.458Z Downloaded either v1.15.0
6742026-05-18T23:33:23.458Z Downloaded ctr v0.9.2
6752026-05-18T23:33:23.458Z Downloaded cipher v0.4.4
6762026-05-18T23:33:23.461Z Downloaded bit-vec v0.8.0
6772026-05-18T23:33:23.461Z Downloaded convert_case v0.10.0
6782026-05-18T23:33:23.461Z Downloaded async-trait v0.1.89
6792026-05-18T23:33:23.461Z Downloaded ed25519 v2.2.3
6802026-05-18T23:33:23.464Z Downloaded derive-ex v0.1.8
6812026-05-18T23:33:23.464Z Downloaded der_derive v0.7.3
6822026-05-18T23:33:23.464Z Downloaded darling_macro v0.23.0
6832026-05-18T23:33:23.464Z Downloaded futures-task v0.3.32
6842026-05-18T23:33:23.468Z Downloaded ff v0.13.1
6852026-05-18T23:33:23.468Z Downloaded daft v0.1.5
6862026-05-18T23:33:23.468Z Downloaded base64ct v1.8.3
6872026-05-18T23:33:23.471Z Downloaded hash32 v0.3.1
6882026-05-18T23:33:23.471Z Downloaded argon2 v0.5.3
6892026-05-18T23:33:23.471Z Downloaded headers-core v0.3.0
6902026-05-18T23:33:23.474Z Downloaded futures-executor v0.3.32
6912026-05-18T23:33:23.474Z Downloaded constant_time_eq v0.4.2
6922026-05-18T23:33:23.474Z Downloaded bit-vec v0.6.3
6932026-05-18T23:33:23.477Z Downloaded http-range v0.1.5
6942026-05-18T23:33:23.477Z Downloaded base16ct v0.2.0
6952026-05-18T23:33:23.477Z Downloaded bit-set v0.5.3
6962026-05-18T23:33:23.477Z Downloaded hyper-tls v0.6.0
6972026-05-18T23:33:23.481Z Downloaded const-oid v0.9.6
6982026-05-18T23:33:23.481Z Downloaded bzip2 v0.6.1
6992026-05-18T23:33:23.481Z Downloaded blake2 v0.10.6
7002026-05-18T23:33:23.484Z Downloaded hubpack_derive v0.1.1
7012026-05-18T23:33:23.484Z Downloaded http-body v1.0.1
7022026-05-18T23:33:23.484Z Downloaded home v0.5.12
7032026-05-18T23:33:23.500Z Downloaded clang-sys v1.8.1
7042026-05-18T23:33:23.500Z Downloaded indent_write v2.2.0
7052026-05-18T23:33:23.500Z Downloaded hubpack v0.1.2
7062026-05-18T23:33:23.504Z Downloaded backon v1.6.0
7072026-05-18T23:33:23.504Z Downloaded cookie v0.18.1
7082026-05-18T23:33:23.504Z Downloaded defmt-macros v1.0.1
7092026-05-18T23:33:23.504Z Downloaded derive_builder_core v0.20.2
7102026-05-18T23:33:23.504Z Downloaded deranged v0.5.8
7112026-05-18T23:33:23.504Z Downloaded cancel-safe-futures v0.1.5
7122026-05-18T23:33:23.504Z Downloaded fixedbitset v0.5.7
7132026-05-18T23:33:23.504Z Downloaded illumos-nvpair v0.3.0
7142026-05-18T23:33:23.504Z Downloaded illumos-nvpair-sys v0.2.0
7152026-05-18T23:33:23.504Z Downloaded display-error-chain v0.2.2
7162026-05-18T23:33:23.504Z Downloaded daft-derive v0.1.5
7172026-05-18T23:33:23.504Z Downloaded filetime v0.2.27
7182026-05-18T23:33:23.507Z Downloaded critical-section v1.2.0
7192026-05-18T23:33:23.507Z Downloaded hostname v0.4.2
7202026-05-18T23:33:23.507Z Downloaded hash32 v0.2.1
7212026-05-18T23:33:23.507Z Downloaded cexpr v0.6.0
7222026-05-18T23:33:23.510Z Downloaded glob v0.3.3
7232026-05-18T23:33:23.510Z Downloaded futures-macro v0.3.32
7242026-05-18T23:33:23.510Z Downloaded diesel-dtrace v0.5.0
7252026-05-18T23:33:23.513Z Downloaded fs_extra v1.3.0
7262026-05-18T23:33:23.513Z Downloaded fs-err v2.11.0
7272026-05-18T23:33:23.516Z Downloaded globset v0.4.18
7282026-05-18T23:33:23.516Z Downloaded highway v1.3.0
7292026-05-18T23:33:23.520Z Downloaded inout v0.1.4
7302026-05-18T23:33:23.520Z Downloaded indoc v1.0.9
7312026-05-18T23:33:23.520Z Downloaded internet-checksum v0.2.1
7322026-05-18T23:33:23.523Z Downloaded instant v0.1.13
7332026-05-18T23:33:23.523Z Downloaded crossbeam-utils v0.8.21
7342026-05-18T23:33:23.523Z Downloaded is_ci v1.2.0
7352026-05-18T23:33:23.526Z Downloaded is-terminal v0.4.17
7362026-05-18T23:33:23.526Z Downloaded crossbeam-epoch v0.9.18
7372026-05-18T23:33:23.526Z Downloaded cookie_store v0.22.1
7382026-05-18T23:33:23.529Z Downloaded darling v0.21.3
7392026-05-18T23:33:23.532Z Downloaded drift v0.1.4
7402026-05-18T23:33:23.536Z Downloaded ena v0.14.4
7412026-05-18T23:33:23.539Z Downloaded diff v0.1.13
7422026-05-18T23:33:23.539Z Downloaded crossbeam-deque v0.8.6
7432026-05-18T23:33:23.542Z Downloaded keccak v0.1.6
7442026-05-18T23:33:23.542Z Downloaded const_format v0.2.35
7452026-05-18T23:33:23.545Z Downloaded ahash v0.8.12
7462026-05-18T23:33:23.545Z Downloaded lazy_static v1.5.0
7472026-05-18T23:33:23.549Z Downloaded lalrpop-util v0.19.12
7482026-05-18T23:33:23.549Z Downloaded http-body-util v0.1.3
7492026-05-18T23:33:23.550Z Downloaded crossbeam-channel v0.5.15
7502026-05-18T23:33:23.552Z Downloaded allocator-api2 v0.2.21
7512026-05-18T23:33:23.552Z Downloaded chacha20 v0.10.0
7522026-05-18T23:33:23.556Z Downloaded libscf-sys v1.1.0
7532026-05-18T23:33:23.556Z Downloaded crc32fast v1.5.0
7542026-05-18T23:33:23.556Z Downloaded console v0.16.2
7552026-05-18T23:33:23.559Z Downloaded colored v2.2.0
7562026-05-18T23:33:23.559Z Downloaded ciborium v0.2.2
7572026-05-18T23:33:23.562Z Downloaded ident_case v1.0.1
7582026-05-18T23:33:23.562Z Downloaded hyper-staticfile v0.10.1
7592026-05-18T23:33:23.565Z Downloaded cc v1.2.56
7602026-05-18T23:33:23.565Z Downloaded base64 v0.22.1
7612026-05-18T23:33:23.568Z Downloaded git-stub-vcs v0.1.0
7622026-05-18T23:33:23.569Z Downloaded lru-slab v0.1.2
7632026-05-18T23:33:23.572Z Downloaded lru v0.12.5
7642026-05-18T23:33:23.572Z Downloaded memoffset v0.9.1
7652026-05-18T23:33:23.575Z Downloaded lru-cache v0.1.2
7662026-05-18T23:33:23.575Z Downloaded derive_builder v0.20.2
7672026-05-18T23:33:23.578Z Downloaded md5 v0.7.0
7682026-05-18T23:33:23.578Z Downloaded maybe-uninit v2.0.0
7692026-05-18T23:33:23.578Z Downloaded managed v0.8.0
7702026-05-18T23:33:23.582Z Downloaded lzss v0.8.2
7712026-05-18T23:33:23.582Z Downloaded des v0.8.1
7722026-05-18T23:33:23.582Z Downloaded linked-hash-map v0.5.6
7732026-05-18T23:33:23.585Z Downloaded getrandom v0.2.17
7742026-05-18T23:33:23.585Z Downloaded indoc v2.0.7
7752026-05-18T23:33:23.589Z Downloaded darling v0.23.0
7762026-05-18T23:33:23.592Z Downloaded match_cfg v0.1.0
7772026-05-18T23:33:23.595Z Downloaded ipnet v2.11.0
7782026-05-18T23:33:23.595Z Downloaded mime v0.3.17
7792026-05-18T23:33:23.595Z Downloaded instability v0.3.11
7802026-05-18T23:33:23.599Z Downloaded newline-converter v0.3.0
7812026-05-18T23:33:23.599Z Downloaded nibble_vec v0.1.0
7822026-05-18T23:33:23.599Z Downloaded nodrop v0.1.14
7832026-05-18T23:33:23.599Z Downloaded md-5 v0.10.6
7842026-05-18T23:33:23.602Z Downloaded impl-trait-for-tuples v0.2.3
7852026-05-18T23:33:23.602Z Downloaded group v0.13.0
7862026-05-18T23:33:23.602Z Downloaded ecdsa v0.16.9
7872026-05-18T23:33:23.605Z Downloaded derive_more-impl v2.1.1
7882026-05-18T23:33:23.608Z Downloaded newtype-uuid-macros v0.1.0
7892026-05-18T23:33:23.608Z Downloaded new_debug_unreachable v1.0.6
7902026-05-18T23:33:23.608Z Downloaded dropshot_endpoint v0.17.0
7912026-05-18T23:33:23.611Z Downloaded normalize-line-endings v0.3.0
7922026-05-18T23:33:23.611Z Downloaded newtype_derive v0.1.6
7932026-05-18T23:33:23.615Z Downloaded num v0.4.3
7942026-05-18T23:33:23.615Z Downloaded ingot v0.1.1
7952026-05-18T23:33:23.615Z Downloaded ipnetwork v0.21.1
7962026-05-18T23:33:23.618Z Downloaded ingot-types v0.1.2
7972026-05-18T23:33:23.618Z Downloaded kstat-rs v0.2.4
7982026-05-18T23:33:23.618Z Downloaded crc-any v2.5.0
7992026-05-18T23:33:23.621Z Downloaded hyper-rustls v0.27.7
8002026-05-18T23:33:23.621Z Downloaded opaque-debug v0.3.1
8012026-05-18T23:33:23.621Z Downloaded num-derive v0.4.2
8022026-05-18T23:33:23.624Z Downloaded libsw-core v0.3.2
8032026-05-18T23:33:23.624Z Downloaded jobserver v0.1.34
8042026-05-18T23:33:23.627Z Downloaded num-derive v0.3.3
8052026-05-18T23:33:23.627Z Downloaded num-conv v0.2.0
8062026-05-18T23:33:23.627Z Downloaded num_enum_derive v0.5.11
8072026-05-18T23:33:23.627Z Downloaded futures-channel v0.3.32
8082026-05-18T23:33:23.630Z Downloaded bumpalo v3.20.2
8092026-05-18T23:33:23.630Z Downloaded lock_api v0.4.14
8102026-05-18T23:33:23.633Z Downloaded libefi-sys v0.1.0
8112026-05-18T23:33:23.636Z Downloaded libsw v3.5.0
8122026-05-18T23:33:23.639Z Downloaded maplit v1.0.2
8132026-05-18T23:33:23.639Z Downloaded linear-map v1.2.0
8142026-05-18T23:33:23.640Z Downloaded openssl-probe v0.1.6
8152026-05-18T23:33:23.643Z Downloaded oso-derive v0.27.3
8162026-05-18T23:33:23.643Z Downloaded hmac v0.12.1
8172026-05-18T23:33:23.647Z Downloaded parse-size v1.1.0
8182026-05-18T23:33:23.650Z Downloaded parse-display v0.10.0
8192026-05-18T23:33:23.650Z Downloaded humantime v2.3.0
8202026-05-18T23:33:23.650Z Downloaded num_threads v0.1.7
8212026-05-18T23:33:23.663Z Downloaded pbkdf2 v0.11.0
8222026-05-18T23:33:23.667Z Downloaded pbkdf2 v0.12.2
8232026-05-18T23:33:23.667Z Downloaded path-slash v0.1.5
8242026-05-18T23:33:23.667Z Downloaded packed_struct_codegen v0.10.1
8252026-05-18T23:33:23.670Z Downloaded fatfs v0.3.6
8262026-05-18T23:33:23.670Z Downloaded dropshot_endpoint v0.16.7
8272026-05-18T23:33:23.675Z Downloaded openssl-macros v0.1.1
8282026-05-18T23:33:23.675Z Downloaded bytes v1.11.1
8292026-05-18T23:33:23.678Z Downloaded olpc-cjson v0.1.4
8302026-05-18T23:33:23.678Z Downloaded derive-where v1.6.0
8312026-05-18T23:33:23.678Z Downloaded native-tls v0.2.18
8322026-05-18T23:33:23.681Z Downloaded nonempty v0.12.0
8332026-05-18T23:33:23.681Z Downloaded half v2.7.1
8342026-05-18T23:33:23.684Z Downloaded half v1.8.3
8352026-05-18T23:33:23.684Z Downloaded futures v0.3.32
8362026-05-18T23:33:23.687Z Downloaded phf_shared v0.12.1
8372026-05-18T23:33:23.687Z Downloaded phf_shared v0.11.3
8382026-05-18T23:33:23.691Z Downloaded num_enum v0.7.5
8392026-05-18T23:33:23.694Z Downloaded httparse v1.10.1
8402026-05-18T23:33:23.694Z Downloaded multimap v0.10.1
8412026-05-18T23:33:23.694Z Downloaded pin-utils v0.1.0
8422026-05-18T23:33:23.697Z Downloaded peg-runtime v0.8.5
8432026-05-18T23:33:23.697Z Downloaded iana-time-zone v0.1.65
8442026-05-18T23:33:23.700Z Downloaded nanorand v0.7.0
8452026-05-18T23:33:23.700Z Downloaded mime_guess v2.0.5
8462026-05-18T23:33:23.700Z Downloaded ingot-macros v0.1.1
8472026-05-18T23:33:23.703Z Downloaded darling_core v0.21.3
8482026-05-18T23:33:23.706Z Downloaded oxide-tokio-rt v0.1.4
8492026-05-18T23:33:23.706Z Downloaded num-complex v0.4.6
8502026-05-18T23:33:23.706Z Downloaded oxnet v0.1.4
8512026-05-18T23:33:23.709Z Downloaded num-iter v0.1.45
8522026-05-18T23:33:23.709Z Downloaded openssl-probe v0.2.1
8532026-05-18T23:33:23.709Z Downloaded nu-ansi-term v0.50.3
8542026-05-18T23:33:23.712Z Downloaded powerfmt v0.2.0
8552026-05-18T23:33:23.712Z Downloaded phf_shared v0.13.1
8562026-05-18T23:33:23.712Z Downloaded getrandom v0.3.4
8572026-05-18T23:33:23.715Z Downloaded memmap2 v0.9.10
8582026-05-18T23:33:23.715Z Downloaded litrs v1.0.0
8592026-05-18T23:33:23.719Z Downloaded password-hash v0.4.2
8602026-05-18T23:33:23.719Z Downloaded heapless v0.8.0
8612026-05-18T23:33:23.722Z Downloaded indexmap v1.9.3
8622026-05-18T23:33:23.725Z Downloaded ignore v0.4.25
8632026-05-18T23:33:23.725Z Downloaded derive_more v0.99.20
8642026-05-18T23:33:23.728Z Downloaded darling_core v0.23.0
8652026-05-18T23:33:23.731Z Downloaded proc-macro-error-attr2 v2.0.0
8662026-05-18T23:33:23.731Z Downloaded proc-macro-crate v3.4.0
8672026-05-18T23:33:23.731Z Downloaded progenitor-client v0.11.2
8682026-05-18T23:33:23.736Z Downloaded progenitor-client v0.10.0
8692026-05-18T23:33:23.736Z Downloaded num_enum_derive v0.7.5
8702026-05-18T23:33:23.737Z Downloaded num_enum v0.5.11
8712026-05-18T23:33:23.740Z Downloaded arc-swap v1.8.2
8722026-05-18T23:33:23.740Z Downloaded peg-macros v0.8.5
8732026-05-18T23:33:23.740Z Downloaded base64 v0.21.7
8742026-05-18T23:33:23.743Z Downloaded peg v0.8.5
8752026-05-18T23:33:23.746Z Downloaded newtype-uuid v1.3.2
8762026-05-18T23:33:23.746Z Downloaded libloading v0.8.9
8772026-05-18T23:33:23.749Z Downloaded owo-colors v4.3.0
8782026-05-18T23:33:23.749Z Downloaded progenitor-client v0.14.0
8792026-05-18T23:33:23.749Z Downloaded predicates-core v1.0.10
8802026-05-18T23:33:23.749Z Downloaded precomputed-hash v0.1.1
8812026-05-18T23:33:23.752Z Downloaded predicates-tree v1.0.13
8822026-05-18T23:33:23.752Z Downloaded proc-macro-crate v1.3.1
8832026-05-18T23:33:23.755Z Downloaded phf v0.12.1
8842026-05-18T23:33:23.755Z Downloaded pem-rfc7468 v0.7.0
8852026-05-18T23:33:23.755Z Downloaded phf v0.13.1
8862026-05-18T23:33:23.758Z Downloaded num-integer v0.1.46
8872026-05-18T23:33:23.758Z Downloaded pin-project-internal v1.1.11
8882026-05-18T23:33:23.761Z Downloaded packed_struct v0.10.1
8892026-05-18T23:33:23.761Z Downloaded progenitor-macro v0.13.0
8902026-05-18T23:33:23.765Z Downloaded progenitor-macro v0.10.0
8912026-05-18T23:33:23.765Z Downloaded progenitor-macro v0.14.0
8922026-05-18T23:33:23.769Z Downloaded quick-error v1.2.3
8932026-05-18T23:33:23.776Z Downloaded parking_lot_core v0.8.6
8942026-05-18T23:33:23.781Z Downloaded multer v3.1.0
8952026-05-18T23:33:23.784Z Downloaded der v0.7.10
8962026-05-18T23:33:23.784Z Downloaded psl-types v2.0.11
8972026-05-18T23:33:23.787Z Downloaded progenitor-macro v0.11.2
8982026-05-18T23:33:23.787Z Downloaded poly1305 v0.8.0
8992026-05-18T23:33:23.788Z Downloaded radium v0.7.0
9002026-05-18T23:33:23.791Z Downloaded parse-display-derive v0.10.0
9012026-05-18T23:33:23.795Z Downloaded pem v3.0.6
9022026-05-18T23:33:23.795Z Downloaded paste v1.0.15
9032026-05-18T23:33:23.798Z Downloaded num-rational v0.4.2
9042026-05-18T23:33:23.801Z Downloaded pin-project-lite v0.2.17
9052026-05-18T23:33:23.804Z Downloaded pkcs8 v0.10.2
9062026-05-18T23:33:23.808Z Downloaded rand_chacha v0.3.1
9072026-05-18T23:33:23.808Z Downloaded pkg-config v0.3.32
9082026-05-18T23:33:23.811Z Downloaded progenitor-extras v0.2.0
9092026-05-18T23:33:23.811Z Downloaded ar_archive_writer v0.5.1
9102026-05-18T23:33:23.814Z Downloaded recursive-proc-macro-impl v0.1.1
9112026-05-18T23:33:23.814Z Downloaded rand_xorshift v0.4.0
9122026-05-18T23:33:23.814Z Downloaded progenitor-client v0.13.0
9132026-05-18T23:33:23.814Z Downloaded async-compression v0.4.41
9142026-05-18T23:33:23.817Z Downloaded progenitor v0.10.0
9152026-05-18T23:33:23.821Z Downloaded heapless v0.7.17
9162026-05-18T23:33:23.821Z Downloaded libbz2-rs-sys v0.2.2
9172026-05-18T23:33:23.824Z Downloaded headers v0.4.1
9182026-05-18T23:33:23.827Z Downloaded ref-cast v1.0.25
9192026-05-18T23:33:23.830Z Downloaded omicron-zone-package v0.12.2
9202026-05-18T23:33:23.830Z Downloaded ref-cast-impl v1.0.25
9212026-05-18T23:33:23.834Z Downloaded rfc6979 v0.4.0
9222026-05-18T23:33:23.840Z Downloaded recursive v0.1.1
9232026-05-18T23:33:23.843Z Downloaded aes-gcm v0.10.3
9242026-05-18T23:33:23.846Z Downloaded oso v0.27.3
9252026-05-18T23:33:23.850Z Downloaded p256 v0.13.2
9262026-05-18T23:33:23.853Z Downloaded progenitor v0.13.0
9272026-05-18T23:33:23.856Z Downloaded primeorder v0.13.6
9282026-05-18T23:33:23.856Z Downloaded ppv-lite86 v0.2.21
9292026-05-18T23:33:23.856Z Downloaded pkcs5 v0.7.1
9302026-05-18T23:33:23.859Z Downloaded polyval v0.6.2
9312026-05-18T23:33:23.859Z Downloaded rtoolbox v0.0.3
9322026-05-18T23:33:23.862Z Downloaded miniz_oxide v0.8.9
9332026-05-18T23:33:23.862Z Downloaded derive_more v2.1.1
9342026-05-18T23:33:23.868Z Downloaded rustc_version v0.1.7
9352026-05-18T23:33:23.871Z Downloaded rustc-hash v2.1.1
9362026-05-18T23:33:23.871Z Downloaded postcard v1.1.3
9372026-05-18T23:33:23.874Z Downloaded russh-cryptovec v0.7.3
9382026-05-18T23:33:23.874Z Downloaded psm v0.1.30
9392026-05-18T23:33:23.874Z Downloaded rustc_version v0.4.1
9402026-05-18T23:33:23.877Z Downloaded progenitor v0.11.2
9412026-05-18T23:33:23.878Z Downloaded proc-macro-error2 v2.0.1
9422026-05-18T23:33:23.878Z Downloaded progenitor v0.14.0
9432026-05-18T23:33:23.881Z Downloaded password-hash v0.5.0
9442026-05-18T23:33:23.881Z Downloaded parking_lot_core v0.9.12
9452026-05-18T23:33:23.881Z Downloaded parking_lot v0.12.5
9462026-05-18T23:33:23.884Z Downloaded parking_lot v0.11.2
9472026-05-18T23:33:23.884Z Downloaded ed25519-dalek v2.2.0
9482026-05-18T23:33:23.887Z Downloaded indicatif v0.18.4
9492026-05-18T23:33:23.890Z Downloaded same-file v1.0.6
9502026-05-18T23:33:23.890Z Downloaded crossterm v0.29.0
9512026-05-18T23:33:23.893Z Downloaded pkcs1 v0.7.5
9522026-05-18T23:33:23.897Z Downloaded papergrid v0.17.0
9532026-05-18T23:33:23.897Z Downloaded salsa20 v0.10.2
9542026-05-18T23:33:23.900Z Downloaded aes v0.8.4
9552026-05-18T23:33:23.900Z Downloaded scheduled-thread-pool v0.2.7
9562026-05-18T23:33:23.903Z Downloaded rand_core v0.10.0
9572026-05-18T23:33:23.903Z Downloaded rand_core v0.9.5
9582026-05-18T23:33:23.903Z Downloaded resolv-conf v0.7.6
9592026-05-18T23:33:23.907Z Downloaded rand_core v0.6.4
9602026-05-18T23:33:23.907Z Downloaded scopeguard v1.2.0
9612026-05-18T23:33:23.907Z Downloaded postgres-types v0.2.12
9622026-05-18T23:33:23.910Z Downloaded postgres-protocol v0.6.10
9632026-05-18T23:33:23.910Z Downloaded r2d2 v0.8.10
9642026-05-18T23:33:23.910Z Downloaded sapling-renderdag v0.1.0
9652026-05-18T23:33:23.913Z Downloaded hickory-resolver v0.25.2
9662026-05-18T23:33:23.916Z Downloaded pin-project v1.1.11
9672026-05-18T23:33:23.921Z Downloaded hyper-util v0.1.20
9682026-05-18T23:33:23.925Z Downloaded seq-macro v0.3.6
9692026-05-18T23:33:23.928Z Downloaded semver v0.1.20
9702026-05-18T23:33:23.928Z Downloaded scroll_derive v0.13.1
9712026-05-18T23:33:23.928Z Downloaded predicates v3.1.4
9722026-05-18T23:33:23.931Z Downloaded scrypt v0.11.0
9732026-05-18T23:33:23.931Z Downloaded hickory-resolver v0.24.4
9742026-05-18T23:33:23.934Z Downloaded rustls-native-certs v0.8.3
9752026-05-18T23:33:23.934Z Downloaded serde_repr v0.1.20
9762026-05-18T23:33:23.937Z Downloaded secrecy v0.10.3
9772026-05-18T23:33:23.937Z Downloaded secrecy v0.8.0
9782026-05-18T23:33:23.937Z Downloaded prefix-trie v0.7.0
9792026-05-18T23:33:23.940Z Downloaded serde_spanned v1.0.4
9802026-05-18T23:33:23.940Z Downloaded serde_plain v1.0.2
9812026-05-18T23:33:23.944Z Downloaded serde-big-array v0.5.1
9822026-05-18T23:33:23.944Z Downloaded rand_seeder v0.4.0
9832026-05-18T23:33:23.944Z Downloaded expectorate v1.2.0
9842026-05-18T23:33:23.947Z Downloaded rustversion v1.0.22
9852026-05-18T23:33:23.947Z Downloaded sha1 v0.10.6
9862026-05-18T23:33:23.950Z Downloaded hickory-server v0.25.2
9872026-05-18T23:33:23.950Z Downloaded rand_chacha v0.9.0
9882026-05-18T23:33:23.953Z Downloaded rusty-fork v0.3.1
9892026-05-18T23:33:23.953Z Downloaded progenitor-impl v0.11.2
9902026-05-18T23:33:23.956Z Downloaded rustls-pemfile v2.2.0
9912026-05-18T23:33:23.960Z Downloaded serde_urlencoded v0.7.1
9922026-05-18T23:33:23.960Z Downloaded quinn-udp v0.5.14
9932026-05-18T23:33:23.963Z Downloaded progenitor-impl v0.14.0
9942026-05-18T23:33:23.966Z Downloaded rustls-pemfile v1.0.4
9952026-05-18T23:33:23.969Z Downloaded shell-words v1.1.1
9962026-05-18T23:33:23.973Z Downloaded signal-hook-tokio v0.3.1
9972026-05-18T23:33:23.976Z Downloaded signal-hook-mio v0.2.5
9982026-05-18T23:33:23.980Z Downloaded schemars_derive v0.8.22
9992026-05-18T23:33:23.988Z Downloaded siphasher v1.0.2
10002026-05-18T23:33:23.991Z Downloaded slog-envlogger v2.2.0
10012026-05-18T23:33:23.995Z Downloaded sigpipe v0.1.3
10022026-05-18T23:33:23.995Z Downloaded serde-hex v0.1.0
10032026-05-18T23:33:23.998Z Downloaded signature v2.2.0
10042026-05-18T23:33:24.002Z Downloaded itertools v0.10.5
10052026-05-18T23:33:24.005Z Downloaded russh-keys v0.45.0
10062026-05-18T23:33:24.009Z Downloaded jiff-static v0.2.21
10072026-05-18T23:33:24.016Z Downloaded openssl-sys v0.9.115
10082026-05-18T23:33:24.023Z Downloaded sqlparser_derive v0.5.0
10092026-05-18T23:33:24.026Z Downloaded serde_bytes v0.11.19
10102026-05-18T23:33:24.026Z Downloaded sct v0.7.1
10112026-05-18T23:33:24.029Z Downloaded strip-ansi-escapes v0.2.1
10122026-05-18T23:33:24.029Z Downloaded ssh-encoding v0.2.0
10132026-05-18T23:33:24.032Z Downloaded structmeta v0.3.0
10142026-05-18T23:33:24.032Z Downloaded ssh-cipher v0.2.0
10152026-05-18T23:33:24.032Z Downloaded shlex v1.3.0
10162026-05-18T23:33:24.036Z Downloaded sec1 v0.7.3
10172026-05-18T23:33:24.037Z Downloaded progenitor-impl v0.10.0
10182026-05-18T23:33:24.040Z Downloaded progenitor-impl v0.13.0
10192026-05-18T23:33:24.043Z Downloaded diesel_derives v2.3.7
10202026-05-18T23:33:24.048Z Downloaded serde_path_to_error v0.1.20
10212026-05-18T23:33:24.052Z Downloaded minimal-lexical v0.2.1
10222026-05-18T23:33:24.052Z Downloaded signal-hook-registry v1.4.8
10232026-05-18T23:33:24.055Z Downloaded rustls-pki-types v1.14.0
10242026-05-18T23:33:24.055Z Downloaded strum v0.27.2
10252026-05-18T23:33:24.058Z Downloaded structmeta-derive v0.3.0
10262026-05-18T23:33:24.064Z Downloaded sync-ptr v0.1.4
10272026-05-18T23:33:24.067Z Downloaded slab v0.4.12
10282026-05-18T23:33:24.067Z Downloaded supports-color v3.0.2
10292026-05-18T23:33:24.067Z Downloaded tabwriter v1.4.1
10302026-05-18T23:33:24.067Z Downloaded tagptr v0.2.0
10312026-05-18T23:33:24.070Z Downloaded slog-bunyan v2.5.0
10322026-05-18T23:33:24.070Z Downloaded slog-async v2.8.0
10332026-05-18T23:33:24.073Z Downloaded take_mut v0.2.2
10342026-05-18T23:33:24.073Z Downloaded serde_cbor v0.11.2
10352026-05-18T23:33:24.076Z Downloaded sync_wrapper v1.0.2
10362026-05-18T23:33:24.076Z Downloaded strum v0.26.3
10372026-05-18T23:33:24.080Z Downloaded snafu-derive v0.8.9
10382026-05-18T23:33:24.083Z Downloaded pretty_assertions v1.4.1
10392026-05-18T23:33:24.087Z Downloaded slog-json v2.6.1
10402026-05-18T23:33:24.091Z Downloaded simd-adler32 v0.3.8
10412026-05-18T23:33:24.091Z Downloaded smf v0.2.3
10422026-05-18T23:33:24.094Z Downloaded slog-term v2.9.2
10432026-05-18T23:33:24.094Z Downloaded termtree v0.5.1
10442026-05-18T23:33:24.094Z Downloaded testing_table v0.3.0
10452026-05-18T23:33:24.097Z Downloaded slog-stdlog v4.1.1
10462026-05-18T23:33:24.097Z Downloaded slog-dtrace v0.3.0
10472026-05-18T23:33:24.097Z Downloaded smallvec v0.6.14
10482026-05-18T23:33:24.100Z Downloaded hashbrown v0.13.2
10492026-05-18T23:33:24.100Z Downloaded scroll v0.13.0
10502026-05-18T23:33:24.103Z Downloaded tabled_derive v0.11.0
10512026-05-18T23:33:24.103Z Downloaded nom v7.1.3
10522026-05-18T23:33:24.106Z Downloaded thread-id v5.1.0
10532026-05-18T23:33:24.106Z Downloaded thiserror-impl-no-std v2.0.2
10542026-05-18T23:33:24.106Z Downloaded time-core v0.1.8
10552026-05-18T23:33:24.110Z Downloaded string_cache v0.8.9
10562026-05-18T23:33:24.110Z Downloaded spki v0.7.3
10572026-05-18T23:33:24.110Z Downloaded http v1.4.0
10582026-05-18T23:33:24.113Z Downloaded ryu v1.0.23
10592026-05-18T23:33:24.119Z Downloaded ron v0.8.1
10602026-05-18T23:33:24.128Z Downloaded subtle v2.6.1
10612026-05-18T23:33:24.131Z Downloaded serde_derive_internals v0.29.1
10622026-05-18T23:33:24.131Z Downloaded hashbrown v0.12.3
10632026-05-18T23:33:24.136Z Downloaded crossterm v0.28.1
10642026-05-18T23:33:24.139Z Downloaded tinyvec_macros v0.1.1
10652026-05-18T23:33:24.142Z Downloaded strum_macros v0.27.2
10662026-05-18T23:33:24.142Z Downloaded sqlformat v0.3.5
10672026-05-18T23:33:24.145Z Downloaded quinn v0.11.9
10682026-05-18T23:33:24.146Z Downloaded tap v1.0.1
10692026-05-18T23:33:24.149Z Downloaded serde_with_macros v3.17.0
10702026-05-18T23:33:24.149Z Downloaded stringprep v0.1.5
10712026-05-18T23:33:24.152Z Downloaded itertools v0.12.1
10722026-05-18T23:33:24.155Z Downloaded tokio-macros v2.7.0
10732026-05-18T23:33:24.155Z Downloaded support-bundle-viewer v0.1.2
10742026-05-18T23:33:24.155Z Downloaded strum_macros v0.26.4
10752026-05-18T23:33:24.158Z Downloaded strum_macros v0.24.3
10762026-05-18T23:33:24.158Z Downloaded static_assertions v1.1.0
10772026-05-18T23:33:24.161Z Downloaded stacker v0.1.23
10782026-05-18T23:33:24.169Z Downloaded rustls-platform-verifier v0.6.2
10792026-05-18T23:33:24.173Z Downloaded schemars v0.8.22
10802026-05-18T23:33:24.178Z Downloaded termios v0.3.3
10812026-05-18T23:33:24.181Z Downloaded slog-scope v4.4.1
10822026-05-18T23:33:24.184Z Downloaded spin v0.9.8
10832026-05-18T23:33:24.184Z Downloaded thread_local v1.1.9
10842026-05-18T23:33:24.184Z Downloaded serde_yaml v0.9.34+deprecated
10852026-05-18T23:33:24.197Z Downloaded rcgen v0.12.1
10862026-05-18T23:33:24.202Z Downloaded rsa v0.9.10
10872026-05-18T23:33:24.206Z Downloaded tls_codec_derive v0.4.2
10882026-05-18T23:33:24.209Z Downloaded tls_codec v0.4.2
10892026-05-18T23:33:24.209Z Downloaded topological-sort v0.2.2
10902026-05-18T23:33:24.209Z Downloaded time-macros v0.2.27
10912026-05-18T23:33:24.212Z Downloaded tower-service v0.3.3
10922026-05-18T23:33:24.212Z Downloaded tower-layer v0.3.3
10932026-05-18T23:33:24.212Z Downloaded try-lock v0.2.5
10942026-05-18T23:33:24.212Z Downloaded prettyplease v0.2.37
10952026-05-18T23:33:24.215Z Downloaded publicsuffix v2.3.0
10962026-05-18T23:33:24.216Z Downloaded blake3 v1.8.3
10972026-05-18T23:33:24.220Z Downloaded qorb v0.4.1
10982026-05-18T23:33:24.225Z Downloaded hyper v1.8.1
10992026-05-18T23:33:24.228Z Downloaded typify-macro v0.6.2
11002026-05-18T23:33:24.231Z Downloaded tokio-native-tls v0.3.1
11012026-05-18T23:33:24.231Z Downloaded tiny-keccak v2.0.2
11022026-05-18T23:33:24.231Z Downloaded rand v0.9.2
11032026-05-18T23:33:24.234Z Downloaded tokio-dtrace v0.1.1
11042026-05-18T23:33:24.234Z Downloaded mio v1.2.0
11052026-05-18T23:33:24.237Z Downloaded h2 v0.4.13
11062026-05-18T23:33:24.240Z Downloaded typify-macro v0.4.3
11072026-05-18T23:33:24.243Z Downloaded universal-hash v0.5.1
11082026-05-18T23:33:24.243Z Downloaded unit-prefix v0.5.2
11092026-05-18T23:33:24.243Z Downloaded unicode-truncate v1.1.0
11102026-05-18T23:33:24.243Z Downloaded unarray v0.1.4
11112026-05-18T23:33:24.246Z Downloaded tokio-tungstenite v0.23.1
11122026-05-18T23:33:24.246Z Downloaded num-bigint v0.4.6
11132026-05-18T23:33:24.250Z Downloaded term v1.2.1
11142026-05-18T23:33:24.253Z Downloaded rustls-webpki v0.103.9
11152026-05-18T23:33:24.253Z Downloaded socket2 v0.5.10
11162026-05-18T23:33:24.256Z Downloaded aho-corasick v1.1.4
11172026-05-18T23:33:24.261Z Downloaded untrusted v0.9.0
11182026-05-18T23:33:24.261Z Downloaded untrusted v0.7.1
11192026-05-18T23:33:24.261Z Downloaded tokio-tungstenite v0.21.0
11202026-05-18T23:33:24.261Z Downloaded tokio-rustls v0.25.0
11212026-05-18T23:33:24.264Z Downloaded slog v2.8.2
11222026-05-18T23:33:24.265Z Downloaded futures-util v0.3.32
11232026-05-18T23:33:24.269Z Downloaded samael v0.0.19
11242026-05-18T23:33:24.273Z Downloaded utf-8 v0.7.6
11252026-05-18T23:33:24.276Z Downloaded usdt-attr-macro v0.6.0
11262026-05-18T23:33:24.276Z Downloaded usdt v0.6.0
11272026-05-18T23:33:24.276Z Downloaded usdt-macro v0.6.0
11282026-05-18T23:33:24.276Z Downloaded toml_writer v1.0.6+spec-1.1.0
11292026-05-18T23:33:24.279Z Downloaded trait-variant v0.1.2
11302026-05-18T23:33:24.279Z Downloaded rayon-core v1.13.0
11312026-05-18T23:33:24.279Z Downloaded similar v2.7.0
11322026-05-18T23:33:24.282Z Downloaded schemars v1.2.1
11332026-05-18T23:33:24.290Z Downloaded void v1.0.2
11342026-05-18T23:33:24.293Z Downloaded tui-tree-widget v0.23.1
11352026-05-18T23:33:24.293Z Downloaded tokio-rustls v0.26.4
11362026-05-18T23:33:24.293Z Downloaded term v0.7.0
11372026-05-18T23:33:24.296Z Downloaded hashbrown v0.16.1
11382026-05-18T23:33:24.299Z Downloaded thiserror-no-std v2.0.2
11392026-05-18T23:33:24.303Z Downloaded socket2 v0.6.3
11402026-05-18T23:33:24.303Z Downloaded snafu v0.8.9
11412026-05-18T23:33:24.306Z Downloaded waitgroup v0.1.2
11422026-05-18T23:33:24.306Z Downloaded hashbrown v0.15.5
11432026-05-18T23:33:24.309Z Downloaded wait-timeout v0.2.1
11442026-05-18T23:33:24.309Z Downloaded signal-hook v0.3.18
11452026-05-18T23:33:24.314Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11462026-05-18T23:33:24.323Z Downloaded want v0.3.1
11472026-05-18T23:33:24.326Z Downloaded rand v0.8.6
11482026-05-18T23:33:24.332Z Downloaded xshell-macros v0.2.7
11492026-05-18T23:33:24.335Z Downloaded xattr v1.6.1
11502026-05-18T23:33:24.335Z Downloaded unicase v2.9.0
11512026-05-18T23:33:24.341Z Downloaded zone_cfg_derive v0.3.1
11522026-05-18T23:33:24.344Z Downloaded zone v0.3.1
11532026-05-18T23:33:24.347Z Downloaded iri-string v0.7.10
11542026-05-18T23:33:24.350Z Downloaded subprocess v0.2.15
11552026-05-18T23:33:24.353Z Downloaded num-bigint-dig v0.8.6
11562026-05-18T23:33:24.361Z Downloaded tar v0.4.45
11572026-05-18T23:33:24.365Z Downloaded test-strategy v0.4.5
11582026-05-18T23:33:24.369Z Downloaded unicode-properties v0.1.4
11592026-05-18T23:33:24.369Z Downloaded tokio-rustls v0.24.1
11602026-05-18T23:33:24.372Z Downloaded whoami v2.1.0
11612026-05-18T23:33:24.372Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11622026-05-18T23:33:24.375Z Downloaded toml v0.7.8
11632026-05-18T23:33:24.379Z Downloaded toml v0.9.12+spec-1.1.0
11642026-05-18T23:33:24.383Z Downloaded vergen-gitcl v1.0.8
11652026-05-18T23:33:24.383Z Downloaded rustyline v14.0.0
11662026-05-18T23:33:24.389Z Downloaded toml_parser v1.0.9+spec-1.1.0
11672026-05-18T23:33:24.392Z Downloaded schemars v0.9.0
11682026-05-18T23:33:24.395Z Downloaded vsss-rs v3.3.4
11692026-05-18T23:33:24.395Z Downloaded vergen-lib v0.1.6
11702026-05-18T23:33:24.398Z Downloaded vergen-git2 v1.0.7
11712026-05-18T23:33:24.398Z Downloaded zeroize_derive v1.4.3
11722026-05-18T23:33:24.398Z Downloaded xshell v0.2.7
11732026-05-18T23:33:24.399Z Downloaded uzers v0.12.2
11742026-05-18T23:33:24.415Z Downloaded walkdir v2.5.0
11752026-05-18T23:33:24.419Z Downloaded tracing-attributes v0.1.31
11762026-05-18T23:33:24.419Z Downloaded rpassword v7.4.0
11772026-05-18T23:33:24.419Z Downloaded zeroize v1.8.2
11782026-05-18T23:33:24.419Z Downloaded typify v0.6.2
11792026-05-18T23:33:24.419Z Downloaded whoami v1.6.1
11802026-05-18T23:33:24.419Z Downloaded zstd-safe v7.2.4
11812026-05-18T23:33:24.419Z Downloaded zstd v0.13.3
11822026-05-18T23:33:24.419Z Downloaded tungstenite v0.21.0
11832026-05-18T23:33:24.424Z Downloaded twox-hash v2.1.2
11842026-05-18T23:33:24.430Z Downloaded wyz v0.5.1
11852026-05-18T23:33:24.438Z Downloaded chrono v0.4.44
11862026-05-18T23:33:24.441Z Downloaded bitvec v1.0.1
11872026-05-18T23:33:24.447Z Downloaded toml v1.0.6+spec-1.1.0
11882026-05-18T23:33:24.452Z Downloaded itertools v0.13.0
11892026-05-18T23:33:24.455Z Downloaded rand v0.10.0
11902026-05-18T23:33:24.458Z Downloaded vergen v9.0.6
11912026-05-18T23:33:24.458Z Downloaded p384 v0.13.1
11922026-05-18T23:33:24.462Z Downloaded usdt-impl v0.6.0
11932026-05-18T23:33:24.463Z Downloaded tracing-core v0.1.36
11942026-05-18T23:33:24.467Z Downloaded libxml v0.3.3
11952026-05-18T23:33:24.467Z Downloaded hkdf v0.12.4
11962026-05-18T23:33:24.473Z Downloaded iddqd v0.3.18
11972026-05-18T23:33:24.479Z Downloaded aws-lc-rs v1.16.3
11982026-05-18T23:33:24.485Z Downloaded tungstenite v0.23.0
11992026-05-18T23:33:24.491Z Downloaded toml_edit v0.19.15
12002026-05-18T23:33:24.495Z Downloaded zerocopy v0.6.6
12012026-05-18T23:33:24.498Z Downloaded yasna v0.5.2
12022026-05-18T23:33:24.498Z Downloaded tokio-stream v0.1.18
12032026-05-18T23:33:24.502Z Downloaded itertools v0.14.0
12042026-05-18T23:33:24.505Z Downloaded unicode-bidi v0.3.18
12052026-05-18T23:33:24.509Z Downloaded portable-atomic v1.13.1
12062026-05-18T23:33:24.512Z Downloaded tinyvec v1.10.0
12072026-05-18T23:33:24.512Z Downloaded git2 v0.20.4
12082026-05-18T23:33:24.516Z Downloaded russh v0.45.0
12092026-05-18T23:33:24.519Z Downloaded unsafe-libyaml v0.2.11
12102026-05-18T23:33:24.522Z Downloaded reqwest v0.12.28
12112026-05-18T23:33:24.525Z Downloaded bindgen v0.71.1
12122026-05-18T23:33:24.528Z Downloaded tower v0.5.3
12132026-05-18T23:33:24.533Z Downloaded vte v0.14.1
12142026-05-18T23:33:24.536Z Downloaded toml_edit v0.23.10+spec-1.0.0
12152026-05-18T23:33:24.536Z Downloaded uuid v1.23.0
12162026-05-18T23:33:24.539Z Downloaded regex v1.12.3
12172026-05-18T23:33:24.543Z Downloaded p521 v0.13.3
12182026-05-18T23:33:24.546Z Downloaded steno v0.4.1
12192026-05-18T23:33:24.546Z Downloaded zopfli v0.8.3
12202026-05-18T23:33:24.549Z Downloaded goblin v0.10.5
12212026-05-18T23:33:24.552Z Downloaded libm v0.2.16
12222026-05-18T23:33:24.556Z Downloaded unicode_categories v0.1.1
12232026-05-18T23:33:24.566Z Downloaded tokio-postgres v0.7.16
12242026-05-18T23:33:24.570Z Downloaded yansi v1.0.1
12252026-05-18T23:33:24.570Z Downloaded ssh-key v0.6.7
12262026-05-18T23:33:24.573Z Downloaded salty v0.3.0
12272026-05-18T23:33:24.578Z Downloaded quick-xml v0.37.5
12282026-05-18T23:33:24.581Z Downloaded moka v0.12.13
12292026-05-18T23:33:24.584Z Downloaded unicode-segmentation v1.12.0
12302026-05-18T23:33:24.587Z Downloaded x509-cert v0.2.5
12312026-05-18T23:33:24.590Z Downloaded lalrpop v0.19.12
12322026-05-18T23:33:24.595Z Downloaded typify v0.4.3
12332026-05-18T23:33:24.598Z Downloaded proptest v1.10.0
12342026-05-18T23:33:24.602Z Downloaded zip v0.6.6
12352026-05-18T23:33:24.607Z Downloaded petname v2.0.2
12362026-05-18T23:33:24.610Z Downloaded rayon v1.11.0
12372026-05-18T23:33:24.620Z Downloaded zip v4.6.1
12382026-05-18T23:33:24.632Z Downloaded reedline v0.40.0
12392026-05-18T23:33:24.636Z Downloaded reqwest v0.13.2
12402026-05-18T23:33:24.650Z Downloaded zerocopy-derive v0.8.40
12412026-05-18T23:33:24.661Z Downloaded serde_with v3.17.0
12422026-05-18T23:33:24.687Z Downloaded winnow v0.6.26
12432026-05-18T23:33:24.692Z Downloaded winnow v0.5.40
12442026-05-18T23:33:24.697Z Downloaded bstr v1.12.1
12452026-05-18T23:33:24.701Z Downloaded typed-path v0.9.3
12462026-05-18T23:33:24.708Z Downloaded nix v0.27.1
12472026-05-18T23:33:24.735Z Downloaded rustls-webpki v0.101.7
12482026-05-18T23:33:24.742Z Downloaded unicode-normalization v0.1.25
12492026-05-18T23:33:24.745Z Downloaded tokio-util v0.7.18
12502026-05-18T23:33:24.748Z Downloaded rustls v0.21.12
12512026-05-18T23:33:24.754Z Downloaded time v0.3.47
12522026-05-18T23:33:24.763Z Downloaded tabled v0.20.0
12532026-05-18T23:33:24.773Z Downloaded zlib-rs v0.6.2
12542026-05-18T23:33:24.776Z Downloaded tower-http v0.6.8
12552026-05-18T23:33:24.780Z Downloaded regex-syntax v0.6.29
12562026-05-18T23:33:24.784Z Downloaded vcpkg v0.2.15
12572026-05-18T23:33:24.807Z Downloaded webpki-roots v1.0.6
12582026-05-18T23:33:24.810Z Downloaded tough v0.22.0
12592026-05-18T23:33:24.823Z Downloaded zerocopy v0.8.40
12602026-05-18T23:33:24.831Z Downloaded smoltcp v0.11.0
12612026-05-18T23:33:24.837Z Downloaded rustls v0.22.4
12622026-05-18T23:33:24.845Z Downloaded rustls-webpki v0.102.8
12632026-05-18T23:33:24.854Z Downloaded rustix v0.38.44
12642026-05-18T23:33:24.868Z Downloaded quinn-proto v0.11.13
12652026-05-18T23:33:24.872Z Downloaded curve25519-dalek v4.1.3
12662026-05-18T23:33:24.877Z Downloaded regex-syntax v0.8.10
12672026-05-18T23:33:24.893Z Downloaded radix_trie v0.2.1
12682026-05-18T23:33:24.902Z Downloaded object v0.30.4
12692026-05-18T23:33:24.920Z Downloaded nix v0.29.0
12702026-05-18T23:33:24.925Z Downloaded tracing v0.1.44
12712026-05-18T23:33:24.938Z Downloaded bzip2-sys v0.1.13+1.0.8
12722026-05-18T23:33:24.949Z Downloaded typify-impl v0.4.3
12732026-05-18T23:33:24.958Z Downloaded openssl v0.10.79
12742026-05-18T23:33:24.964Z Downloaded polar-core v0.27.3
12752026-05-18T23:33:24.971Z Downloaded smoltcp v0.9.1
12762026-05-18T23:33:24.977Z Downloaded regex-automata v0.4.14
12772026-05-18T23:33:24.986Z Downloaded nix v0.28.0
12782026-05-18T23:33:24.993Z Downloaded jiff v0.2.21
12792026-05-18T23:33:25.003Z Downloaded chrono-tz v0.10.4
12802026-05-18T23:33:25.013Z Downloaded nix v0.31.2
12812026-05-18T23:33:25.020Z Downloaded object v0.37.3
12822026-05-18T23:33:25.026Z Downloaded dropshot v0.17.0
12832026-05-18T23:33:25.038Z Downloaded hickory-proto v0.24.4
12842026-05-18T23:33:25.046Z Downloaded libz-sys v1.1.24
12852026-05-18T23:33:25.058Z Downloaded dropshot v0.16.7
12862026-05-18T23:33:25.070Z Downloaded openapiv3 v2.2.0
12872026-05-18T23:33:25.077Z Downloaded tokio v1.52.1
12882026-05-18T23:33:25.099Z Downloaded regress v0.11.1
12892026-05-18T23:33:25.104Z Downloaded diesel v2.3.7
12902026-05-18T23:33:25.115Z Downloaded hickory-proto v0.25.2
12912026-05-18T23:33:25.124Z Downloaded regress v0.10.5
12922026-05-18T23:33:25.128Z Downloaded rustls v0.23.37
12932026-05-18T23:33:25.210Z Downloaded sqlparser v0.61.0
12942026-05-18T23:33:25.219Z Downloaded sled v0.34.7
12952026-05-18T23:33:25.243Z Downloaded typify-impl v0.6.2
12962026-05-18T23:33:25.271Z Downloaded ratatui v0.29.0
12972026-05-18T23:33:25.323Z Downloaded zerocopy-derive v0.6.6
12982026-05-18T23:33:25.368Z Downloaded petgraph v0.6.5
12992026-05-18T23:33:25.435Z Downloaded petgraph v0.8.3
13002026-05-18T23:33:25.448Z Downloaded csv v1.4.0
13012026-05-18T23:33:25.460Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13022026-05-18T23:33:25.469Z Downloaded sha3 v0.10.8
13032026-05-18T23:33:25.573Z Downloaded encoding_rs v0.8.35
13042026-05-18T23:33:25.589Z Downloaded ring v0.17.14
13052026-05-18T23:33:25.624Z Downloaded libgit2-sys v0.18.3+1.9.2
13062026-05-18T23:33:25.723Z Downloaded aws-lc-sys v0.40.0
13072026-05-18T23:33:25.961Z Compiling libc v0.2.185
13082026-05-18T23:33:25.961Z Compiling serde v1.0.228
13092026-05-18T23:33:25.965Z Compiling log v0.4.29
13102026-05-18T23:33:25.965Z Compiling shlex v1.3.0
13112026-05-18T23:33:26.111Z Compiling find-msvc-tools v0.1.9
13122026-05-18T23:33:26.117Z Compiling smallvec v1.15.1
13132026-05-18T23:33:26.125Z Compiling syn v2.0.117
13142026-05-18T23:33:26.148Z Compiling typenum v1.19.0
13152026-05-18T23:33:26.302Z Compiling generic-array v0.14.7
13162026-05-18T23:33:26.320Z Compiling subtle v2.6.1
13172026-05-18T23:33:26.354Z Compiling scopeguard v1.2.0
13182026-05-18T23:33:26.402Z Compiling const-oid v0.9.6
13192026-05-18T23:33:26.459Z Compiling lock_api v0.4.14
13202026-05-18T23:33:26.471Z Compiling serde_json v1.0.149
13212026-05-18T23:33:26.498Z Compiling zerocopy v0.8.40
13222026-05-18T23:33:26.568Z Compiling portable-atomic v1.13.1
13232026-05-18T23:33:26.689Z Compiling parking_lot_core v0.9.12
13242026-05-18T23:33:26.951Z Compiling pin-project-lite v0.2.17
13252026-05-18T23:33:26.987Z Compiling pkg-config v0.3.32
13262026-05-18T23:33:27.052Z Compiling getrandom v0.2.17
13272026-05-18T23:33:27.064Z Compiling jobserver v0.1.34
13282026-05-18T23:33:27.078Z Compiling errno v0.3.14
13292026-05-18T23:33:27.227Z Compiling rand_core v0.6.4
13302026-05-18T23:33:27.281Z Compiling cc v1.2.56
13312026-05-18T23:33:27.446Z Compiling signal-hook-registry v1.4.8
13322026-05-18T23:33:27.449Z Compiling bitflags v2.11.0
13332026-05-18T23:33:27.507Z Compiling critical-section v1.2.0
13342026-05-18T23:33:27.564Z Compiling futures-core v0.3.32
13352026-05-18T23:33:27.620Z Compiling libm v0.2.16
13362026-05-18T23:33:27.682Z Compiling once_cell v1.21.3
13372026-05-18T23:33:27.695Z Compiling parking_lot v0.12.5
13382026-05-18T23:33:27.720Z Compiling mio v1.2.0
13392026-05-18T23:33:27.733Z Compiling num-traits v0.2.19
13402026-05-18T23:33:27.889Z Compiling percent-encoding v2.3.2
13412026-05-18T23:33:27.903Z Compiling socket2 v0.6.3
13422026-05-18T23:33:28.075Z Compiling futures-sink v0.3.32
13432026-05-18T23:33:28.089Z Compiling slab v0.4.12
13442026-05-18T23:33:28.102Z Compiling futures-task v0.3.32
13452026-05-18T23:33:28.185Z Compiling futures-channel v0.3.32
13462026-05-18T23:33:28.203Z Compiling getrandom v0.4.1
13472026-05-18T23:33:28.268Z Compiling futures-io v0.3.32
13482026-05-18T23:33:28.282Z Compiling cpufeatures v0.2.17
13492026-05-18T23:33:28.323Z Compiling rand_core v0.10.0
13502026-05-18T23:33:28.358Z Compiling indexmap v2.14.0
13512026-05-18T23:33:28.417Z Compiling getrandom v0.3.4
13522026-05-18T23:33:28.433Z Compiling rustversion v1.0.22
13532026-05-18T23:33:28.492Z Compiling form_urlencoded v1.2.2
13542026-05-18T23:33:28.679Z Compiling cmake v0.1.57
13552026-05-18T23:33:28.845Z Compiling dunce v1.0.5
13562026-05-18T23:33:28.894Z Compiling fs_extra v1.3.0
13572026-05-18T23:33:29.020Z Compiling synstructure v0.13.2
13582026-05-18T23:33:29.071Z Compiling base64ct v1.8.3
13592026-05-18T23:33:29.084Z Compiling ident_case v1.0.1
13602026-05-18T23:33:29.180Z Compiling aws-lc-sys v0.40.0
13612026-05-18T23:33:29.213Z Compiling iana-time-zone v0.1.65
13622026-05-18T23:33:29.369Z Compiling pem-rfc7468 v0.7.0
13632026-05-18T23:33:29.387Z Compiling regex-syntax v0.8.10
13642026-05-18T23:33:29.404Z Compiling rustix v1.1.3
13652026-05-18T23:33:29.417Z Compiling flagset v0.4.7
13662026-05-18T23:33:29.511Z Compiling rand_core v0.9.5
13672026-05-18T23:33:29.545Z Compiling ring v0.17.14
13682026-05-18T23:33:29.610Z Compiling vcpkg v0.2.15
13692026-05-18T23:33:29.676Z Compiling aws-lc-rs v1.16.3
13702026-05-18T23:33:29.783Z Compiling uuid v1.23.0
13712026-05-18T23:33:29.962Z Compiling rustc_version v0.4.1
13722026-05-18T23:33:30.293Z Compiling tracing-core v0.1.36
13732026-05-18T23:33:30.346Z Compiling openssl-sys v0.9.115
13742026-05-18T23:33:30.551Z Compiling base64 v0.22.1
13752026-05-18T23:33:30.708Z Compiling serde_derive v1.0.228
13762026-05-18T23:33:30.857Z Compiling zeroize_derive v1.4.3
13772026-05-18T23:33:30.880Z Compiling zerofrom-derive v0.1.6
13782026-05-18T23:33:30.928Z Compiling yoke-derive v0.8.1
13792026-05-18T23:33:31.160Z Compiling zerovec-derive v0.11.2
13802026-05-18T23:33:31.503Z Compiling zeroize v1.8.2
13812026-05-18T23:33:31.763Z Compiling zerocopy-derive v0.8.40
13822026-05-18T23:33:32.090Z Compiling displaydoc v0.2.5
13832026-05-18T23:33:32.277Z Compiling crypto-common v0.1.7
13842026-05-18T23:33:32.290Z Compiling zerofrom v0.1.6
13852026-05-18T23:33:32.293Z Compiling block-buffer v0.10.4
13862026-05-18T23:33:32.429Z Compiling yoke v0.8.1
13872026-05-18T23:33:32.429Z Compiling digest v0.10.7
13882026-05-18T23:33:32.462Z Compiling tokio-macros v2.7.0
13892026-05-18T23:33:32.611Z Compiling zerovec v0.11.5
13902026-05-18T23:33:32.687Z Compiling futures-macro v0.3.32
13912026-05-18T23:33:32.824Z Compiling zerotrie v0.2.3
13922026-05-18T23:33:33.108Z Compiling tinystr v0.8.2
13932026-05-18T23:33:33.123Z Compiling potential_utf v0.1.4
13942026-05-18T23:33:33.165Z Compiling hmac v0.12.1
13952026-05-18T23:33:33.282Z Compiling icu_locale_core v2.1.1
13962026-05-18T23:33:33.305Z Compiling icu_collections v2.1.1
13972026-05-18T23:33:33.318Z Compiling block-padding v0.3.3
13982026-05-18T23:33:33.464Z Compiling futures-util v0.3.32
13992026-05-18T23:33:33.478Z Compiling inout v0.1.4
14002026-05-18T23:33:33.648Z Compiling cipher v0.4.4
14012026-05-18T23:33:33.777Z Compiling sha2 v0.10.9
14022026-05-18T23:33:33.906Z Compiling icu_provider v2.1.1
14032026-05-18T23:33:34.137Z Compiling bytes v1.11.1
14042026-05-18T23:33:34.153Z Compiling icu_normalizer v2.1.1
14052026-05-18T23:33:34.183Z Compiling icu_properties v2.1.2
14062026-05-18T23:33:34.202Z Compiling der_derive v0.7.3
14072026-05-18T23:33:34.690Z Compiling tokio v1.52.1
14082026-05-18T23:33:34.739Z Compiling http v1.4.0
14092026-05-18T23:33:35.043Z Compiling idna_adapter v1.2.1
14102026-05-18T23:33:35.154Z Compiling idna v1.1.0
14112026-05-18T23:33:35.181Z Compiling der v0.7.10
14122026-05-18T23:33:35.262Z Compiling chrono v0.4.44
14132026-05-18T23:33:35.703Z Compiling url v2.5.8
14142026-05-18T23:33:35.743Z Compiling salsa20 v0.10.2
14152026-05-18T23:33:35.871Z Compiling pbkdf2 v0.12.2
14162026-05-18T23:33:35.882Z Compiling rustls-pki-types v1.14.0
14172026-05-18T23:33:35.988Z Compiling thiserror-impl v2.0.18
14182026-05-18T23:33:36.187Z Compiling ppv-lite86 v0.2.21
14192026-05-18T23:33:36.325Z Compiling spki v0.7.3
14202026-05-18T23:33:36.427Z Compiling tracing-attributes v0.1.31
14212026-05-18T23:33:36.489Z Compiling rand_chacha v0.9.0
14222026-05-18T23:33:36.506Z Compiling scrypt v0.11.0
14232026-05-18T23:33:36.537Z Compiling http-body v1.0.1
14242026-05-18T23:33:36.658Z Compiling aes v0.8.4
14252026-05-18T23:33:36.690Z Compiling cbc v0.1.2
14262026-05-18T23:33:36.833Z Compiling httparse v1.10.1
14272026-05-18T23:33:36.855Z Compiling openssl-probe v0.2.1
14282026-05-18T23:33:37.026Z Compiling untrusted v0.7.1
14292026-05-18T23:33:37.165Z Compiling untrusted v0.9.0
14302026-05-18T23:33:37.181Z Compiling tinyvec_macros v0.1.1
14312026-05-18T23:33:37.228Z Compiling tinyvec v1.10.0
14322026-05-18T23:33:37.278Z Compiling pkcs5 v0.7.1
14332026-05-18T23:33:37.323Z Compiling thiserror v2.0.18
14342026-05-18T23:33:37.441Z Compiling pest_generator v2.8.6
14352026-05-18T23:33:37.578Z Compiling rand v0.9.2
14362026-05-18T23:33:37.697Z Compiling serde_derive_internals v0.29.1
14372026-05-18T23:33:37.713Z Compiling tracing v0.1.44
14382026-05-18T23:33:37.740Z Compiling aho-corasick v1.1.4
14392026-05-18T23:33:37.971Z Compiling tower-layer v0.3.3
14402026-05-18T23:33:38.115Z Compiling dyn-clone v1.0.20
14412026-05-18T23:33:38.137Z Compiling rustls v0.23.37
14422026-05-18T23:33:38.257Z Compiling try-lock v0.2.5
14432026-05-18T23:33:38.315Z Compiling atomic-waker v1.1.2
14442026-05-18T23:33:38.358Z Compiling tokio-util v0.7.18
14452026-05-18T23:33:38.367Z Compiling schemars v0.8.22
14462026-05-18T23:33:38.448Z Compiling tower-service v0.3.3
14472026-05-18T23:33:38.539Z Compiling regex-automata v0.4.14
14482026-05-18T23:33:38.577Z Compiling schemars_derive v0.8.22
14492026-05-18T23:33:38.596Z Compiling want v0.3.1
14502026-05-18T23:33:38.760Z Compiling pest_derive v2.8.6
14512026-05-18T23:33:38.975Z Compiling pkcs8 v0.10.2
14522026-05-18T23:33:39.180Z Compiling h2 v0.4.13
14532026-05-18T23:33:39.364Z Compiling ipnet v2.11.0
14542026-05-18T23:33:39.387Z Compiling scroll_derive v0.13.1
14552026-05-18T23:33:39.573Z Compiling darling_core v0.20.11
14562026-05-18T23:33:39.808Z Compiling pin-utils v0.1.0
14572026-05-18T23:33:39.855Z Compiling foreign-types-shared v0.1.1
14582026-05-18T23:33:39.884Z Compiling httpdate v1.0.3
14592026-05-18T23:33:39.948Z Compiling openssl v0.10.79
14602026-05-18T23:33:40.105Z Compiling foreign-types v0.3.2
14612026-05-18T23:33:40.175Z Compiling tempfile v3.25.0
14622026-05-18T23:33:40.183Z Compiling scroll v0.13.0
14632026-05-18T23:33:40.279Z Compiling unicode-normalization v0.1.25
14642026-05-18T23:33:40.629Z Compiling openssl-macros v0.1.1
14652026-05-18T23:33:40.754Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14662026-05-18T23:33:40.904Z Compiling spin v0.9.8
14672026-05-18T23:33:41.007Z Compiling num-conv v0.2.0
14682026-05-18T23:33:41.118Z Compiling powerfmt v0.2.0
14692026-05-18T23:33:41.145Z Compiling crc32fast v1.5.0
14702026-05-18T23:33:41.197Z Compiling time-core v0.1.8
14712026-05-18T23:33:41.303Z Compiling native-tls v0.2.18
14722026-05-18T23:33:41.326Z Compiling time-macros v0.2.27
14732026-05-18T23:33:41.465Z Compiling deranged v0.5.8
14742026-05-18T23:33:41.896Z Compiling darling_macro v0.20.11
14752026-05-18T23:33:42.353Z Compiling hyper v1.8.1
14762026-05-18T23:33:42.382Z Compiling darling v0.20.11
14772026-05-18T23:33:42.405Z Compiling goblin v0.10.5
14782026-05-18T23:33:42.454Z Compiling rustls-native-certs v0.8.3
14792026-05-18T23:33:42.644Z Compiling sync_wrapper v1.0.2
14802026-05-18T23:33:42.743Z Compiling wait-timeout v0.2.1
14812026-05-18T23:33:42.758Z Compiling simd-adler32 v0.3.8
14822026-05-18T23:33:42.998Z Compiling unicode-segmentation v1.12.0
14832026-05-18T23:33:43.011Z Compiling usdt-impl v0.6.0
14842026-05-18T23:33:43.071Z Compiling syn v1.0.109
14852026-05-18T23:33:43.215Z Compiling siphasher v1.0.2
14862026-05-18T23:33:43.373Z Compiling hyper-util v0.1.20
14872026-05-18T23:33:43.384Z Compiling quick-error v1.2.3
14882026-05-18T23:33:43.408Z Compiling crossbeam-utils v0.8.21
14892026-05-18T23:33:43.496Z Compiling bit-vec v0.8.0
14902026-05-18T23:33:43.680Z Compiling num_threads v0.1.7
14912026-05-18T23:33:43.776Z Compiling time v0.3.47
14922026-05-18T23:33:43.912Z Compiling bit-set v0.8.0
14932026-05-18T23:33:44.038Z Compiling rusty-fork v0.3.1
14942026-05-18T23:33:44.149Z Compiling tower v0.5.3
14952026-05-18T23:33:44.351Z Compiling derive_builder_core v0.20.2
14962026-05-18T23:33:44.610Z Compiling dtrace-parser v0.3.0
14972026-05-18T23:33:44.642Z Compiling http-body-util v0.1.3
14982026-05-18T23:33:44.888Z Compiling webpki-roots v1.0.6
14992026-05-18T23:33:45.013Z Compiling signature v2.2.0
15002026-05-18T23:33:45.080Z Compiling dof v0.4.0
15012026-05-18T23:33:45.195Z Compiling scroll_derive v0.12.1
15022026-05-18T23:33:45.213Z Compiling thiserror-impl v1.0.69
15032026-05-18T23:33:45.324Z Compiling heapless v0.7.17
15042026-05-18T23:33:45.354Z Compiling rand_xorshift v0.4.0
15052026-05-18T23:33:45.548Z Compiling slog v2.8.2
15062026-05-18T23:33:45.606Z Compiling darling_core v0.21.3
15072026-05-18T23:33:45.731Z Compiling bzip2-sys v0.1.13+1.0.8
15082026-05-18T23:33:45.855Z Compiling thread-id v5.1.0
15092026-05-18T23:33:45.942Z Compiling cookie v0.18.1
15102026-05-18T23:33:46.012Z Compiling adler2 v2.0.1
15112026-05-18T23:33:46.125Z Compiling unicode-properties v0.1.4
15122026-05-18T23:33:46.146Z Compiling anyhow v1.0.102
15132026-05-18T23:33:46.294Z Compiling signal-hook v0.3.18
15142026-05-18T23:33:46.346Z Compiling zstd-safe v7.2.4
15152026-05-18T23:33:46.460Z Compiling ryu v1.0.23
15162026-05-18T23:33:46.473Z Compiling paste v1.0.15
15172026-05-18T23:33:46.491Z Compiling iri-string v0.7.10
15182026-05-18T23:33:46.541Z Compiling unarray v0.1.4
15192026-05-18T23:33:46.644Z Compiling allocator-api2 v0.2.21
15202026-05-18T23:33:46.657Z Compiling unicode-bidi v0.3.18
15212026-05-18T23:33:46.669Z Compiling proptest v1.10.0
15222026-05-18T23:33:46.785Z Compiling serde_urlencoded v0.7.1
15232026-05-18T23:33:46.962Z Compiling thiserror v1.0.69
15242026-05-18T23:33:47.031Z Compiling stringprep v0.1.5
15252026-05-18T23:33:47.248Z Compiling miniz_oxide v0.8.9
15262026-05-18T23:33:47.873Z Compiling tower-http v0.6.8
15272026-05-18T23:33:47.999Z Compiling scroll v0.12.0
15282026-05-18T23:33:48.157Z Compiling derive_builder_macro v0.20.2
15292026-05-18T23:33:48.195Z Compiling darling_macro v0.21.3
15302026-05-18T23:33:48.242Z Compiling tokio-native-tls v0.3.1
15312026-05-18T23:33:48.302Z Compiling heck v0.4.1
15322026-05-18T23:33:48.428Z Compiling ipnetwork v0.21.1
15332026-05-18T23:33:48.497Z Compiling bstr v1.12.1
15342026-05-18T23:33:48.558Z Compiling rand_chacha v0.3.1
15352026-05-18T23:33:48.640Z Compiling serde_spanned v0.6.9
15362026-05-18T23:33:48.666Z Compiling serde_tokenstream v0.2.3
15372026-05-18T23:33:48.751Z Compiling toml_datetime v0.6.11
15382026-05-18T23:33:48.812Z Compiling erased-serde v0.3.31
15392026-05-18T23:33:48.956Z Compiling md-5 v0.10.6
15402026-05-18T23:33:48.999Z Compiling pin-project-internal v1.1.11
15412026-05-18T23:33:49.117Z Compiling async-trait v0.1.89
15422026-05-18T23:33:49.206Z Compiling zerocopy-derive v0.7.35
15432026-05-18T23:33:49.303Z Compiling curve25519-dalek v4.1.3
15442026-05-18T23:33:49.356Z Compiling vergen-lib v0.1.6
15452026-05-18T23:33:49.529Z Compiling num-integer v0.1.46
15462026-05-18T23:33:49.621Z Compiling hash32 v0.2.1
15472026-05-18T23:33:49.826Z Compiling ff v0.13.1
15482026-05-18T23:33:49.867Z Compiling memoffset v0.9.1
15492026-05-18T23:33:49.982Z Compiling cfg_aliases v0.2.1
15502026-05-18T23:33:50.074Z Compiling fallible-iterator v0.2.0
15512026-05-18T23:33:50.132Z Compiling smoltcp v0.9.1
15522026-05-18T23:33:50.133Z Compiling ref-cast v1.0.25
15532026-05-18T23:33:50.133Z Compiling rustix v0.38.44
15542026-05-18T23:33:50.191Z Compiling psl-types v2.0.11
15552026-05-18T23:33:50.338Z Compiling num-bigint-dig v0.8.6
15562026-05-18T23:33:50.420Z Compiling base16ct v0.2.0
15572026-05-18T23:33:50.420Z Compiling litrs v1.0.0
15582026-05-18T23:33:50.420Z Compiling zlib-rs v0.6.2
15592026-05-18T23:33:50.515Z Compiling sec1 v0.7.3
15602026-05-18T23:33:50.567Z Compiling postgres-protocol v0.6.10
15612026-05-18T23:33:50.606Z Compiling publicsuffix v2.3.0
15622026-05-18T23:33:50.781Z Compiling pin-project v1.1.11
15632026-05-18T23:33:50.880Z Compiling nix v0.31.2
15642026-05-18T23:33:50.902Z Compiling zerocopy v0.7.35
15652026-05-18T23:33:50.902Z Compiling document-features v0.2.12
15662026-05-18T23:33:51.116Z Compiling group v0.13.0
15672026-05-18T23:33:51.312Z Compiling num-iter v0.1.45
15682026-05-18T23:33:51.487Z Compiling newtype-uuid v1.3.2
15692026-05-18T23:33:51.523Z Compiling rand v0.8.6
15702026-05-18T23:33:51.752Z Compiling oxnet v0.1.4
15712026-05-18T23:33:51.871Z Compiling darling v0.21.3
15722026-05-18T23:33:51.871Z Compiling derive_builder v0.20.2
15732026-05-18T23:33:51.923Z Compiling snafu-derive v0.8.9
15742026-05-18T23:33:52.016Z Compiling hyper-tls v0.6.0
15752026-05-18T23:33:52.088Z Compiling hubpack_derive v0.1.1
15762026-05-18T23:33:52.118Z Compiling goblin v0.8.2
15772026-05-18T23:33:52.765Z Compiling phf_shared v0.13.1
15782026-05-18T23:33:52.962Z Compiling lazy_static v1.5.0
15792026-05-18T23:33:53.005Z Compiling regex v1.12.3
15802026-05-18T23:33:53.059Z Compiling strum_macros v0.27.2
15812026-05-18T23:33:53.240Z Compiling flate2 v1.1.9
15822026-05-18T23:33:53.435Z Compiling futures-executor v0.3.32
15832026-05-18T23:33:53.596Z Compiling hex v0.4.3
15842026-05-18T23:33:53.667Z Compiling cargo-platform v0.1.9
15852026-05-18T23:33:53.707Z Compiling hkdf v0.12.4
15862026-05-18T23:33:53.769Z Compiling crypto-bigint v0.5.5
15872026-05-18T23:33:53.870Z Compiling terminal_size v0.4.3
15882026-05-18T23:33:53.877Z Compiling daft-derive v0.1.5
15892026-05-18T23:33:53.918Z Compiling curve25519-dalek-derive v0.1.1
15902026-05-18T23:33:54.003Z Compiling ref-cast-impl v1.0.25
15912026-05-18T23:33:54.542Z Compiling vergen v9.0.6
15922026-05-18T23:33:54.563Z Compiling fs-err v3.3.0
15932026-05-18T23:33:54.579Z Compiling ahash v0.8.12
15942026-05-18T23:33:54.723Z Compiling encoding_rs v0.8.35
15952026-05-18T23:33:54.743Z Compiling bitflags v1.3.2
15962026-05-18T23:33:54.774Z Compiling foldhash v0.1.5
15972026-05-18T23:33:54.820Z Compiling bumpalo v3.20.2
15982026-05-18T23:33:54.948Z Compiling managed v0.8.0
15992026-05-18T23:33:55.001Z Compiling same-file v1.0.6
16002026-05-18T23:33:55.082Z Compiling object v0.37.3
16012026-05-18T23:33:55.166Z Compiling winnow v0.5.40
16022026-05-18T23:33:55.166Z Compiling mime v0.3.17
16032026-05-18T23:33:55.354Z Compiling libbz2-rs-sys v0.2.2
16042026-05-18T23:33:55.502Z Compiling foldhash v0.2.0
16052026-05-18T23:33:55.580Z Compiling clap_builder v4.5.60
16062026-05-18T23:33:55.713Z Compiling hashbrown v0.16.1
16072026-05-18T23:33:55.855Z Compiling bzip2 v0.6.1
16082026-05-18T23:33:56.116Z Compiling walkdir v2.5.0
16092026-05-18T23:33:56.286Z Compiling zopfli v0.8.3
16102026-05-18T23:33:56.327Z Compiling strum v0.27.2
16112026-05-18T23:33:56.507Z Compiling hashbrown v0.15.5
16122026-05-18T23:33:56.513Z Compiling toml_edit v0.19.15
16132026-05-18T23:33:56.786Z Compiling elliptic-curve v0.13.8
16142026-05-18T23:33:56.892Z Compiling daft v0.1.5
16152026-05-18T23:33:57.104Z Compiling dof v0.3.0
16162026-05-18T23:33:57.166Z Compiling cargo_metadata v0.19.2
16172026-05-18T23:33:57.197Z Compiling snafu v0.8.9
16182026-05-18T23:33:57.551Z Compiling futures v0.3.32
16192026-05-18T23:33:57.692Z Compiling phf v0.13.1
16202026-05-18T23:33:57.801Z Compiling cookie_store v0.22.1
16212026-05-18T23:33:57.852Z Compiling signal-hook-mio v0.2.5
16222026-05-18T23:33:58.344Z Compiling hubpack v0.1.2
16232026-05-18T23:33:58.448Z Compiling bzip2 v0.4.4
16242026-05-18T23:33:58.482Z Compiling zstd v0.13.3
16252026-05-18T23:33:58.576Z Compiling serde_with_macros v3.17.0
16262026-05-18T23:33:58.599Z Compiling postgres-types v0.2.12
16272026-05-18T23:33:58.781Z Compiling usdt-macro v0.6.0
16282026-05-18T23:33:59.132Z Compiling usdt-attr-macro v0.6.0
16292026-05-18T23:33:59.144Z Compiling globset v0.4.18
16302026-05-18T23:33:59.491Z Compiling dtrace-parser v0.2.0
16312026-05-18T23:33:59.675Z Compiling ed25519 v2.2.3
16322026-05-18T23:33:59.818Z Compiling phf_shared v0.11.3
16332026-05-18T23:33:59.832Z Compiling olpc-cjson v0.1.4
16342026-05-18T23:33:59.929Z Compiling pkcs1 v0.7.5
16352026-05-18T23:33:59.933Z Compiling enum-as-inner v0.6.1
16362026-05-18T23:33:59.988Z Compiling clap_derive v4.5.55
16372026-05-18T23:34:00.006Z Compiling strum_macros v0.26.4
16382026-05-18T23:34:00.239Z Compiling serde_plain v1.0.2
16392026-05-18T23:34:00.318Z Compiling serde-big-array v0.5.1
16402026-05-18T23:34:00.443Z Compiling rfc6979 v0.4.0
16412026-05-18T23:34:00.469Z Compiling pem v3.0.6
16422026-05-18T23:34:00.508Z Compiling serde_repr v0.1.20
16432026-05-18T23:34:00.587Z Compiling async-recursion v1.1.1
16442026-05-18T23:34:00.594Z Compiling float-cmp v0.10.0
16452026-05-18T23:34:00.743Z Compiling memmap2 v0.9.10
16462026-05-18T23:34:00.811Z Compiling thread-id v4.2.2
16472026-05-18T23:34:00.900Z Compiling env_filter v1.0.0
16482026-05-18T23:34:00.958Z Compiling data-encoding v2.10.0
16492026-05-18T23:34:01.046Z Compiling keccak v0.1.6
16502026-05-18T23:34:01.216Z Compiling typed-path v0.9.3
16512026-05-18T23:34:01.216Z Compiling jiff v0.2.21
16522026-05-18T23:34:01.656Z Compiling either v1.15.0
16532026-05-18T23:34:01.782Z Compiling precomputed-hash v0.1.1
16542026-05-18T23:34:01.787Z Compiling rustc-hash v2.1.1
16552026-05-18T23:34:01.854Z Compiling normalize-line-endings v0.3.0
16562026-05-18T23:34:01.868Z Compiling fixedbitset v0.4.2
16572026-05-18T23:34:01.883Z Compiling new_debug_unreachable v1.0.6
16582026-05-18T23:34:01.921Z Compiling static_assertions v1.1.0
16592026-05-18T23:34:01.958Z Compiling difflib v0.4.0
16602026-05-18T23:34:01.958Z Compiling predicates-core v1.0.10
16612026-05-18T23:34:02.009Z Compiling whoami v2.1.0
16622026-05-18T23:34:02.087Z Compiling fixedbitset v0.5.7
16632026-05-18T23:34:02.143Z Compiling petgraph v0.6.5
16642026-05-18T23:34:02.365Z Compiling petgraph v0.8.3
16652026-05-18T23:34:02.386Z Compiling tokio-postgres v0.7.16
16662026-05-18T23:34:02.446Z Compiling predicates v3.1.4
16672026-05-18T23:34:02.520Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16682026-05-18T23:34:03.097Z Compiling string_cache v0.8.9
16692026-05-18T23:34:03.241Z Compiling iddqd v0.3.18
16702026-05-18T23:34:03.325Z Compiling itertools v0.13.0
16712026-05-18T23:34:03.616Z Compiling clap v4.5.60
16722026-05-18T23:34:03.709Z Compiling strum v0.26.3
16732026-05-18T23:34:03.844Z Compiling zip v4.6.1
16742026-05-18T23:34:04.291Z Compiling hickory-proto v0.25.2
16752026-05-18T23:34:04.338Z Compiling sha3 v0.10.8
16762026-05-18T23:34:04.536Z Compiling env_logger v0.11.9
16772026-05-18T23:34:04.558Z Compiling toml_edit v0.22.27
16782026-05-18T23:34:04.798Z Compiling usdt v0.6.0
16792026-05-18T23:34:04.803Z Compiling usdt-impl v0.5.0
16802026-05-18T23:34:04.893Z Compiling ecdsa v0.16.9
16812026-05-18T23:34:05.058Z Compiling rsa v0.9.10
16822026-05-18T23:34:05.362Z Compiling ed25519-dalek v2.2.0
16832026-05-18T23:34:05.468Z Compiling serde_with v3.17.0
16842026-05-18T23:34:05.468Z Compiling crossterm v0.28.1
16852026-05-18T23:34:06.004Z Compiling zip v0.6.6
16862026-05-18T23:34:06.728Z Compiling toml v0.7.8
16872026-05-18T23:34:07.233Z Compiling toml_parser v1.0.9+spec-1.1.0
16882026-05-18T23:34:07.284Z Compiling similar v2.7.0
16892026-05-18T23:34:07.290Z Compiling crossbeam-epoch v0.9.18
16902026-05-18T23:34:07.339Z Compiling tokio-stream v0.1.18
16912026-05-18T23:34:07.619Z Compiling buf-list v1.1.2
16922026-05-18T23:34:07.794Z Compiling x509-cert v0.2.5
16932026-05-18T23:34:07.853Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16942026-05-18T23:34:07.891Z Compiling openapiv3 v2.2.0
16952026-05-18T23:34:08.140Z Compiling sha1 v0.10.6
16962026-05-18T23:34:08.159Z Compiling toml_datetime v0.7.5+spec-1.1.0
16972026-05-18T23:34:08.370Z Compiling lalrpop-util v0.19.12
16982026-05-18T23:34:08.424Z Compiling peg-runtime v0.8.5
16992026-05-18T23:34:08.449Z Compiling thread_local v1.1.9
17002026-05-18T23:34:08.561Z Compiling slog-async v2.8.0
17012026-05-18T23:34:08.704Z Compiling crossbeam-channel v0.5.15
17022026-05-18T23:34:08.704Z Compiling is-terminal v0.4.17
17032026-05-18T23:34:08.807Z Compiling filetime v0.2.27
17042026-05-18T23:34:08.884Z Compiling take_mut v0.2.2
17052026-05-18T23:34:08.968Z Compiling xattr v1.6.1
17062026-05-18T23:34:08.997Z Compiling term v1.2.1
17072026-05-18T23:34:09.145Z Compiling tar v0.4.45
17082026-05-18T23:34:09.398Z Compiling slog-term v2.9.2
17092026-05-18T23:34:19.109Z Compiling rustls-webpki v0.103.9
17102026-05-18T23:34:21.885Z Compiling tokio-rustls v0.26.4
17112026-05-18T23:34:21.885Z Compiling rustls-platform-verifier v0.6.2
17122026-05-18T23:34:22.082Z Compiling hyper-rustls v0.27.7
17132026-05-18T23:34:22.283Z Compiling reqwest v0.12.28
17142026-05-18T23:34:22.283Z Compiling reqwest v0.13.2
17152026-05-18T23:34:23.554Z Compiling tough v0.22.0
17162026-05-18T23:34:26.107Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17172026-05-18T23:34:26.326Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17182026-05-18T23:34:29.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17192026-05-18T23:34:29.300Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17202026-05-18T23:34:29.353ZMay 18 23:34:28.378 INFO Starting download, target: Clickhouse
17212026-05-18T23:34:29.353ZMay 18 23:34:28.379 INFO Starting download, target: Console
17222026-05-18T23:34:29.354ZMay 18 23:34:28.379 INFO Starting download, target: Cockroach
17232026-05-18T23:34:29.354ZMay 18 23:34:28.379 INFO Starting download, target: MaghemiteMgd
17242026-05-18T23:34:29.359ZMay 18 23:34:28.379 INFO Starting download, target: DendriteStub
17252026-05-18T23:34:29.359ZMay 18 23:34:28.379 INFO Starting download, target: TransceiverControl
17262026-05-18T23:34:29.360ZMay 18 23:34:28.379 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17272026-05-18T23:34:29.360ZMay 18 23:34:28.379 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17282026-05-18T23:34:29.360ZMay 18 23:34:28.379 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17292026-05-18T23:34:29.360ZMay 18 23:34:28.379 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17302026-05-18T23:34:29.360ZMay 18 23:34:28.379 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17312026-05-18T23:34:29.360ZMay 18 23:34:28.379 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17322026-05-18T23:34:29.894ZMay 18 23:34:28.917 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17332026-05-18T23:34:30.110ZMay 18 23:34:29.133 INFO Download complete, target: TransceiverControl
17342026-05-18T23:34:30.400ZMay 18 23:34:29.416 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17352026-05-18T23:34:30.633ZMay 18 23:34:29.655 INFO Download complete, target: Console
17362026-05-18T23:34:31.190ZMay 18 23:34:30.216 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17372026-05-18T23:34:31.588ZMay 18 23:34:30.589 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17382026-05-18T23:34:31.732ZMay 18 23:34:30.756 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17392026-05-18T23:34:32.751ZMay 18 23:34:31.756 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17402026-05-18T23:34:32.751ZMay 18 23:34:31.756 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17412026-05-18T23:34:33.552ZMay 18 23:34:32.577 INFO Download complete, target: DendriteStub
17422026-05-18T23:34:34.026ZMay 18 23:34:33.017 INFO Download complete, target: MaghemiteMgd
17432026-05-18T23:34:37.315ZMay 18 23:34:36.340 INFO Checking that binary works, target: Cockroach
17442026-05-18T23:34:37.423ZMay 18 23:34:36.448 INFO Download complete, target: Cockroach
17452026-05-18T23:34:38.384ZMay 18 23:34:37.409 INFO Checking that binary works, target: Clickhouse
17462026-05-18T23:34:38.496ZMay 18 23:34:37.521 INFO Download complete, target: Clickhouse
17472026-05-18T23:34:38.554ZAll builder prerequisites installed successfully, and PATH looks valid
17482026-05-18T23:34:38.558Z
17492026-05-18T23:34:38.558Zreal 2:15.351273918
17502026-05-18T23:34:38.558Zuser 6:53.982803005
17512026-05-18T23:34:38.558Zsys 1:23.479398868
17522026-05-18T23:34:38.558Ztrap 0.217227566
17532026-05-18T23:34:38.558Ztflt 0.624999213
17542026-05-18T23:34:38.558Zdflt 0.564198279
17552026-05-18T23:34:38.558Zkflt 0.031185960
17562026-05-18T23:34:38.558Zlock 21:44.619752551
17572026-05-18T23:34:38.558Zslp 21:21.319197300
17582026-05-18T23:34:38.558Zlat 44.438521095
17592026-05-18T23:34:38.558Zstop 1:52.308810981
17602026-05-18T23:34:38.558Z+ banner hack-check
17612026-05-18T23:34:38.558Z
17622026-05-18T23:34:38.558Z # # ## #### # # #### # # ###### #### # #
17632026-05-18T23:34:38.558Z # # # # # # # # # # # # # # # # #
17642026-05-18T23:34:38.558Z ###### # # # #### ##### # ###### ##### # ####
17652026-05-18T23:34:38.558Z # # ###### # # # # # # # # # #
17662026-05-18T23:34:38.558Z # # # # # # # # # # # # # # # # #
17672026-05-18T23:34:38.558Z # # # # #### # # #### # # ###### #### # #
17682026-05-18T23:34:38.558Z
17692026-05-18T23:34:38.558Z+ export CARGO_INCREMENTAL=0
17702026-05-18T23:34:38.558Z+ CARGO_INCREMENTAL=0
17712026-05-18T23:34:38.558Z+ ptime -m timeout 2h cargo xtask check-features --ci
17722026-05-18T23:34:39.084Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17732026-05-18T23:34:39.308Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17742026-05-18T23:34:41.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.69s
17752026-05-18T23:34:41.349Z Running `target/debug/xtask check-features --ci`
17762026-05-18T23:34:41.376Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17772026-05-18T23:34:41.379Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17782026-05-18T23:34:41.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
17792026-05-18T23:34:41.888Z Running `target/debug/xtask download cargo-hack`
17802026-05-18T23:34:42.671Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17812026-05-18T23:34:42.990Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17822026-05-18T23:34:45.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.52s
17832026-05-18T23:34:45.612Z Running `target/debug/xtask-downloader cargo-hack`
17842026-05-18T23:34:45.651ZMay 18 23:34:44.677 INFO Starting download, target: CargoHack
17852026-05-18T23:34:45.654ZMay 18 23:34:44.677 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17862026-05-18T23:34:45.855ZMay 18 23:34:44.880 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17872026-05-18T23:34:45.904ZMay 18 23:34:44.930 INFO Download complete, target: CargoHack
17882026-05-18T23:34:45.907Zrunning: "/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"
17892026-05-18T23:34:45.919Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17902026-05-18T23:34:46.076Zinfo: running `cargo check --bins` on api_identity (1/276)
17912026-05-18T23:34:46.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17922026-05-18T23:34:46.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17932026-05-18T23:34:46.569Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17942026-05-18T23:34:46.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
17952026-05-18T23:34:46.650Z
17962026-05-18T23:34:46.650Zinfo: running `cargo check --bins` on bootstore (2/276)
17972026-05-18T23:34:47.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17982026-05-18T23:34:47.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17992026-05-18T23:34:47.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18002026-05-18T23:34:47.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18012026-05-18T23:34:47.226Z
18022026-05-18T23:34:47.226Zinfo: running `cargo check --bins` on omicron-ledger (3/276)
18032026-05-18T23:34:47.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18042026-05-18T23:34:47.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18052026-05-18T23:34:47.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18062026-05-18T23:34:47.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18072026-05-18T23:34:47.797Z
18082026-05-18T23:34:47.797Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/276)
18092026-05-18T23:34:48.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18102026-05-18T23:34:48.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18112026-05-18T23:34:48.290Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18122026-05-18T23:34:48.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18132026-05-18T23:34:48.367Z
18142026-05-18T23:34:48.367Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/276)
18152026-05-18T23:34:48.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18162026-05-18T23:34:48.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18172026-05-18T23:34:48.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18182026-05-18T23:34:48.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18192026-05-18T23:34:48.947Z
18202026-05-18T23:34:48.947Zinfo: running `cargo check --bins` on omicron-certificates (6/276)
18212026-05-18T23:34:49.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18222026-05-18T23:34:49.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18232026-05-18T23:34:49.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18242026-05-18T23:34:49.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18252026-05-18T23:34:49.539Z
18262026-05-18T23:34:49.539Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/276)
18272026-05-18T23:34:50.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18282026-05-18T23:34:50.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18292026-05-18T23:34:50.066Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18302026-05-18T23:34:50.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18312026-05-18T23:34:50.131Z
18322026-05-18T23:34:50.131Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/276)
18332026-05-18T23:34:50.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18342026-05-18T23:34:50.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18352026-05-18T23:34:50.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18362026-05-18T23:34:50.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18372026-05-18T23:34:50.729Z
18382026-05-18T23:34:50.729Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/276)
18392026-05-18T23:34:51.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18402026-05-18T23:34:51.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18412026-05-18T23:34:51.160Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18422026-05-18T23:34:51.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18432026-05-18T23:34:51.200Z
18442026-05-18T23:34:51.200Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/276)
18452026-05-18T23:34:51.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18462026-05-18T23:34:51.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18472026-05-18T23:34:51.652Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18482026-05-18T23:34:51.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18492026-05-18T23:34:51.669Z
18502026-05-18T23:34:51.669Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/276)
18512026-05-18T23:34:52.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18522026-05-18T23:34:52.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18532026-05-18T23:34:52.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18542026-05-18T23:34:52.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18552026-05-18T23:34:52.123Z
18562026-05-18T23:34:52.123Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/276)
18572026-05-18T23:34:52.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18582026-05-18T23:34:52.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18592026-05-18T23:34:52.533Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18602026-05-18T23:34:52.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18612026-05-18T23:34:52.587Z
18622026-05-18T23:34:52.587Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/276)
18632026-05-18T23:34:52.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18642026-05-18T23:34:52.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18652026-05-18T23:34:52.992Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18662026-05-18T23:34:52.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18672026-05-18T23:34:53.048Z
18682026-05-18T23:34:53.048Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/276)
18692026-05-18T23:34:53.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18702026-05-18T23:34:53.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18712026-05-18T23:34:53.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18722026-05-18T23:34:53.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18732026-05-18T23:34:53.510Z
18742026-05-18T23:34:53.510Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/276)
18752026-05-18T23:34:53.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18762026-05-18T23:34:53.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18772026-05-18T23:34:53.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18782026-05-18T23:34:53.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18792026-05-18T23:34:53.972Z
18802026-05-18T23:34:53.972Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/276)
18812026-05-18T23:34:54.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18822026-05-18T23:34:54.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18832026-05-18T23:34:54.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18842026-05-18T23:34:54.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18852026-05-18T23:34:54.436Z
18862026-05-18T23:34:54.436Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/276)
18872026-05-18T23:34:54.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18882026-05-18T23:34:54.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18892026-05-18T23:34:54.846Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18902026-05-18T23:34:54.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18912026-05-18T23:34:54.905Z
18922026-05-18T23:34:54.905Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/276)
18932026-05-18T23:34:55.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18942026-05-18T23:34:55.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18952026-05-18T23:34:55.311Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18962026-05-18T23:34:55.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18972026-05-18T23:34:55.367Z
18982026-05-18T23:34:55.367Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/276)
18992026-05-18T23:34:55.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19002026-05-18T23:34:55.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19012026-05-18T23:34:55.775Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19022026-05-18T23:34:55.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19032026-05-18T23:34:55.831Z
19042026-05-18T23:34:55.831Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/276)
19052026-05-18T23:34:56.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19062026-05-18T23:34:56.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19072026-05-18T23:34:56.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19082026-05-18T23:34:56.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19092026-05-18T23:34:56.298Z
19102026-05-18T23:34:56.299Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/276)
19112026-05-18T23:34:56.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19122026-05-18T23:34:56.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19132026-05-18T23:34:56.709Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19142026-05-18T23:34:56.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19152026-05-18T23:34:56.768Z
19162026-05-18T23:34:56.768Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/276)
19172026-05-18T23:34:57.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19182026-05-18T23:34:57.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19192026-05-18T23:34:57.182Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19202026-05-18T23:34:57.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19212026-05-18T23:34:57.242Z
19222026-05-18T23:34:57.242Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/276)
19232026-05-18T23:34:57.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19242026-05-18T23:34:57.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19252026-05-18T23:34:57.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19262026-05-18T23:34:57.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19272026-05-18T23:34:57.709Z
19282026-05-18T23:34:57.709Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/276)
19292026-05-18T23:34:58.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19302026-05-18T23:34:58.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19312026-05-18T23:34:58.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19322026-05-18T23:34:58.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19332026-05-18T23:34:58.174Z
19342026-05-18T23:34:58.174Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/276)
19352026-05-18T23:34:58.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19362026-05-18T23:34:58.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19372026-05-18T23:34:58.585Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19382026-05-18T23:34:58.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19392026-05-18T23:34:58.641Z
19402026-05-18T23:34:58.642Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/276)
19412026-05-18T23:34:59.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19422026-05-18T23:34:59.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19432026-05-18T23:34:59.051Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19442026-05-18T23:34:59.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19452026-05-18T23:34:59.108Z
19462026-05-18T23:34:59.108Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/276)
19472026-05-18T23:34:59.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19482026-05-18T23:34:59.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19492026-05-18T23:34:59.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19502026-05-18T23:34:59.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19512026-05-18T23:34:59.574Z
19522026-05-18T23:34:59.574Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/276)
19532026-05-18T23:34:59.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19542026-05-18T23:34:59.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19552026-05-18T23:34:59.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19562026-05-18T23:34:59.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19572026-05-18T23:35:00.044Z
19582026-05-18T23:35:00.044Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/276)
19592026-05-18T23:35:00.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19602026-05-18T23:35:00.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19612026-05-18T23:35:00.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19622026-05-18T23:35:00.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19632026-05-18T23:35:00.513Z
19642026-05-18T23:35:00.513Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/276)
19652026-05-18T23:35:00.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19662026-05-18T23:35:00.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19672026-05-18T23:35:00.922Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19682026-05-18T23:35:00.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19692026-05-18T23:35:00.979Z
19702026-05-18T23:35:00.979Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/276)
19712026-05-18T23:35:01.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19722026-05-18T23:35:01.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19732026-05-18T23:35:01.384Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19742026-05-18T23:35:01.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19752026-05-18T23:35:01.441Z
19762026-05-18T23:35:01.441Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/276)
19772026-05-18T23:35:01.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19782026-05-18T23:35:01.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19792026-05-18T23:35:01.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19802026-05-18T23:35:01.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19812026-05-18T23:35:01.903Z
19822026-05-18T23:35:01.903Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/276)
19832026-05-18T23:35:02.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19842026-05-18T23:35:02.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19852026-05-18T23:35:02.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19862026-05-18T23:35:02.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19872026-05-18T23:35:02.368Z
19882026-05-18T23:35:02.369Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/276)
19892026-05-18T23:35:02.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19902026-05-18T23:35:02.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19912026-05-18T23:35:02.775Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19922026-05-18T23:35:02.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19932026-05-18T23:35:02.832Z
19942026-05-18T23:35:02.832Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/276)
19952026-05-18T23:35:03.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19962026-05-18T23:35:03.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19972026-05-18T23:35:03.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19982026-05-18T23:35:03.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19992026-05-18T23:35:03.298Z
20002026-05-18T23:35:03.298Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/276)
20012026-05-18T23:35:03.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20022026-05-18T23:35:03.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20032026-05-18T23:35:03.702Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20042026-05-18T23:35:03.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20052026-05-18T23:35:03.757Z
20062026-05-18T23:35:03.757Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/276)
20072026-05-18T23:35:04.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20082026-05-18T23:35:04.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20092026-05-18T23:35:04.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20102026-05-18T23:35:04.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20112026-05-18T23:35:04.222Z
20122026-05-18T23:35:04.222Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/276)
20132026-05-18T23:35:04.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20142026-05-18T23:35:04.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20152026-05-18T23:35:04.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20162026-05-18T23:35:04.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20172026-05-18T23:35:04.690Z
20182026-05-18T23:35:04.690Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/276)
20192026-05-18T23:35:05.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20202026-05-18T23:35:05.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20212026-05-18T23:35:05.097Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20222026-05-18T23:35:05.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20232026-05-18T23:35:05.152Z
20242026-05-18T23:35:05.153Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/276)
20252026-05-18T23:35:05.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20262026-05-18T23:35:05.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20272026-05-18T23:35:05.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20282026-05-18T23:35:05.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20292026-05-18T23:35:05.618Z
20302026-05-18T23:35:05.618Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/276)
20312026-05-18T23:35:06.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20322026-05-18T23:35:06.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20332026-05-18T23:35:06.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20342026-05-18T23:35:06.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20352026-05-18T23:35:06.088Z
20362026-05-18T23:35:06.088Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/276)
20372026-05-18T23:35:06.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20382026-05-18T23:35:06.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20392026-05-18T23:35:06.496Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20402026-05-18T23:35:06.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20412026-05-18T23:35:06.553Z
20422026-05-18T23:35:06.553Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/276)
20432026-05-18T23:35:06.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20442026-05-18T23:35:06.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20452026-05-18T23:35:06.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20462026-05-18T23:35:06.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20472026-05-18T23:35:07.023Z
20482026-05-18T23:35:07.023Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/276)
20492026-05-18T23:35:07.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20502026-05-18T23:35:07.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20512026-05-18T23:35:07.434Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20522026-05-18T23:35:07.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20532026-05-18T23:35:07.490Z
20542026-05-18T23:35:07.490Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/276)
20552026-05-18T23:35:07.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20562026-05-18T23:35:07.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20572026-05-18T23:35:07.900Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20582026-05-18T23:35:07.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20592026-05-18T23:35:07.956Z
20602026-05-18T23:35:07.956Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/276)
20612026-05-18T23:35:08.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20622026-05-18T23:35:08.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20632026-05-18T23:35:08.368Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20642026-05-18T23:35:08.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20652026-05-18T23:35:08.424Z
20662026-05-18T23:35:08.424Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/276)
20672026-05-18T23:35:08.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20682026-05-18T23:35:08.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20692026-05-18T23:35:08.837Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20702026-05-18T23:35:08.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20712026-05-18T23:35:08.895Z
20722026-05-18T23:35:08.895Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/276)
20732026-05-18T23:35:09.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20742026-05-18T23:35:09.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20752026-05-18T23:35:09.306Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20762026-05-18T23:35:09.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20772026-05-18T23:35:09.365Z
20782026-05-18T23:35:09.365Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/276)
20792026-05-18T23:35:09.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20802026-05-18T23:35:09.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20812026-05-18T23:35:09.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20822026-05-18T23:35:09.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20832026-05-18T23:35:09.999Z
20842026-05-18T23:35:09.999Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/276)
20852026-05-18T23:35:10.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20862026-05-18T23:35:10.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20872026-05-18T23:35:10.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20882026-05-18T23:35:10.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20892026-05-18T23:35:10.632Z
20902026-05-18T23:35:10.632Zinfo: running `cargo check --bins` on nexus-config (51/276)
20912026-05-18T23:35:11.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20922026-05-18T23:35:11.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20932026-05-18T23:35:11.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20942026-05-18T23:35:11.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20952026-05-18T23:35:11.265Z
20962026-05-18T23:35:11.265Zinfo: running `cargo check --bins` on nexus-types (52/276)
20972026-05-18T23:35:11.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20982026-05-18T23:35:11.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20992026-05-18T23:35:11.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21002026-05-18T23:35:11.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21012026-05-18T23:35:11.902Z
21022026-05-18T23:35:11.902Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/276)
21032026-05-18T23:35:12.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21042026-05-18T23:35:12.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21052026-05-18T23:35:12.415Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21062026-05-18T23:35:12.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21072026-05-18T23:35:12.507Z
21082026-05-18T23:35:12.507Zinfo: running `cargo check --bins` on omicron-passwords (54/276)
21092026-05-18T23:35:12.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21102026-05-18T23:35:12.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21112026-05-18T23:35:12.999Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21122026-05-18T23:35:13.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21132026-05-18T23:35:13.081Z
21142026-05-18T23:35:13.081Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/276)
21152026-05-18T23:35:13.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21162026-05-18T23:35:13.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21172026-05-18T23:35:13.588Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21182026-05-18T23:35:13.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21192026-05-18T23:35:13.680Z
21202026-05-18T23:35:13.680Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/276)
21212026-05-18T23:35:14.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21222026-05-18T23:35:14.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21232026-05-18T23:35:14.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21242026-05-18T23:35:14.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21252026-05-18T23:35:14.287Z
21262026-05-18T23:35:14.287Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/276)
21272026-05-18T23:35:14.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21282026-05-18T23:35:14.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21292026-05-18T23:35:14.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21302026-05-18T23:35:14.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21312026-05-18T23:35:14.888Z
21322026-05-18T23:35:14.888Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/276)
21332026-05-18T23:35:15.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21342026-05-18T23:35:15.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21352026-05-18T23:35:15.400Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21362026-05-18T23:35:15.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21372026-05-18T23:35:15.491Z
21382026-05-18T23:35:15.491Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/276)
21392026-05-18T23:35:15.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21402026-05-18T23:35:15.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21412026-05-18T23:35:15.989Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21422026-05-18T23:35:15.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21432026-05-18T23:35:16.076Z
21442026-05-18T23:35:16.076Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/276)
21452026-05-18T23:35:16.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21462026-05-18T23:35:16.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21472026-05-18T23:35:16.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21482026-05-18T23:35:16.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21492026-05-18T23:35:16.661Z
21502026-05-18T23:35:16.661Zinfo: running `cargo check --bins --no-default-features` on gfss (61/276)
21512026-05-18T23:35:17.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21522026-05-18T23:35:17.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21532026-05-18T23:35:17.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21542026-05-18T23:35:17.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21552026-05-18T23:35:17.246Z
21562026-05-18T23:35:17.246Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/276)
21572026-05-18T23:35:17.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21582026-05-18T23:35:17.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21592026-05-18T23:35:17.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21602026-05-18T23:35:17.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21612026-05-18T23:35:17.828Z
21622026-05-18T23:35:17.828Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/276)
21632026-05-18T23:35:18.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21642026-05-18T23:35:18.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21652026-05-18T23:35:18.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21662026-05-18T23:35:18.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21672026-05-18T23:35:18.419Z
21682026-05-18T23:35:18.419Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/276)
21692026-05-18T23:35:18.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21702026-05-18T23:35:18.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21712026-05-18T23:35:18.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21722026-05-18T23:35:18.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21732026-05-18T23:35:19.016Z
21742026-05-18T23:35:19.017Zinfo: running `cargo check --bins` on cockroach-admin-types (65/276)
21752026-05-18T23:35:19.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21762026-05-18T23:35:19.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21772026-05-18T23:35:19.514Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21782026-05-18T23:35:19.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21792026-05-18T23:35:19.598Z
21802026-05-18T23:35:19.598Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/276)
21812026-05-18T23:35:20.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21822026-05-18T23:35:20.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21832026-05-18T23:35:20.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21842026-05-18T23:35:20.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21852026-05-18T23:35:20.188Z
21862026-05-18T23:35:20.188Zinfo: running `cargo check --bins` on ereport-types (67/276)
21872026-05-18T23:35:20.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21882026-05-18T23:35:20.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21892026-05-18T23:35:20.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21902026-05-18T23:35:20.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21912026-05-18T23:35:20.775Z
21922026-05-18T23:35:20.775Zinfo: running `cargo check --bins` on gateway-client (68/276)
21932026-05-18T23:35:21.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21942026-05-18T23:35:21.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21952026-05-18T23:35:21.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21962026-05-18T23:35:21.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21972026-05-18T23:35:21.368Z
21982026-05-18T23:35:21.368Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/276)
21992026-05-18T23:35:21.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22002026-05-18T23:35:21.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22012026-05-18T23:35:21.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22022026-05-18T23:35:21.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22032026-05-18T23:35:21.957Z
22042026-05-18T23:35:21.957Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/276)
22052026-05-18T23:35:22.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22062026-05-18T23:35:22.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22072026-05-18T23:35:22.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22082026-05-18T23:35:22.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22092026-05-18T23:35:22.551Z
22102026-05-18T23:35:22.551Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/276)
22112026-05-18T23:35:23.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22122026-05-18T23:35:23.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22132026-05-18T23:35:23.057Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22142026-05-18T23:35:23.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22152026-05-18T23:35:23.146Z
22162026-05-18T23:35:23.146Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/276)
22172026-05-18T23:35:23.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22182026-05-18T23:35:23.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22192026-05-18T23:35:23.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22202026-05-18T23:35:23.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22212026-05-18T23:35:23.733Z
22222026-05-18T23:35:23.733Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/276)
22232026-05-18T23:35:24.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22242026-05-18T23:35:24.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22252026-05-18T23:35:24.248Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22262026-05-18T23:35:24.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22272026-05-18T23:35:24.342Z
22282026-05-18T23:35:24.342Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/276)
22292026-05-18T23:35:24.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22302026-05-18T23:35:24.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22312026-05-18T23:35:24.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22322026-05-18T23:35:24.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22332026-05-18T23:35:24.954Z
22342026-05-18T23:35:24.954Zinfo: running `cargo check --bins` on key-manager-types (75/276)
22352026-05-18T23:35:25.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22362026-05-18T23:35:25.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22372026-05-18T23:35:25.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22382026-05-18T23:35:25.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22392026-05-18T23:35:25.538Z
22402026-05-18T23:35:25.539Zinfo: running `cargo check --bins` on oxlog (76/276)
22412026-05-18T23:35:26.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22422026-05-18T23:35:26.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22432026-05-18T23:35:26.152Z Checking cfg-if v1.0.4
22442026-05-18T23:35:26.155Z Checking libc v0.2.185
22452026-05-18T23:35:26.155Z Checking serde_core v1.0.228
22462026-05-18T23:35:26.272Z Checking zeroize v1.8.2
22472026-05-18T23:35:26.280Z Checking memchr v2.8.0
22482026-05-18T23:35:26.289Z Checking log v0.4.29
22492026-05-18T23:35:26.298Z Checking smallvec v1.15.1
22502026-05-18T23:35:26.310Z Checking typenum v1.19.0
22512026-05-18T23:35:26.310Z Checking subtle v2.6.1
22522026-05-18T23:35:26.411Z Checking itoa v1.0.17
22532026-05-18T23:35:26.450Z Checking scopeguard v1.2.0
22542026-05-18T23:35:26.464Z Checking stable_deref_trait v1.2.1
22552026-05-18T23:35:26.477Z Checking const-oid v0.9.6
22562026-05-18T23:35:26.537Z Checking zerofrom v0.1.6
22572026-05-18T23:35:26.549Z Checking lock_api v0.4.14
22582026-05-18T23:35:26.561Z Checking pin-project-lite v0.2.17
22592026-05-18T23:35:26.646Z Checking yoke v0.8.1
22602026-05-18T23:35:26.649Z Checking portable-atomic v1.13.1
22612026-05-18T23:35:26.649Z Checking critical-section v1.2.0
22622026-05-18T23:35:26.659Z Checking getrandom v0.2.17
22632026-05-18T23:35:26.741Z Checking errno v0.3.14
22642026-05-18T23:35:26.809Z Checking parking_lot_core v0.9.12
22652026-05-18T23:35:26.826Z Checking generic-array v0.14.7
22662026-05-18T23:35:26.837Z Checking rand_core v0.6.4
22672026-05-18T23:35:26.848Z Checking zerovec v0.11.5
22682026-05-18T23:35:26.858Z Checking signal-hook-registry v1.4.8
22692026-05-18T23:35:26.991Z Checking futures-core v0.3.32
22702026-05-18T23:35:27.011Z Checking parking_lot v0.12.5
22712026-05-18T23:35:27.026Z Checking mio v1.2.0
22722026-05-18T23:35:27.074Z Checking once_cell v1.21.3
22732026-05-18T23:35:27.111Z Checking zerocopy v0.8.40
22742026-05-18T23:35:27.133Z Checking zmij v1.0.21
22752026-05-18T23:35:27.199Z Checking socket2 v0.6.3
22762026-05-18T23:35:27.245Z Checking libm v0.2.16
22772026-05-18T23:35:27.257Z Checking crypto-common v0.1.7
22782026-05-18T23:35:27.268Z Checking block-buffer v0.10.4
22792026-05-18T23:35:27.297Z Checking tinystr v0.8.2
22802026-05-18T23:35:27.343Z Checking percent-encoding v2.3.2
22812026-05-18T23:35:27.376Z Checking litemap v0.8.1
22822026-05-18T23:35:27.406Z Checking digest v0.10.7
22832026-05-18T23:35:27.438Z Checking writeable v0.6.2
22842026-05-18T23:35:27.475Z Checking equivalent v1.0.2
22852026-05-18T23:35:27.487Z Checking potential_utf v0.1.4
22862026-05-18T23:35:27.548Z Checking zerotrie v0.2.3
22872026-05-18T23:35:27.561Z Checking futures-sink v0.3.32
22882026-05-18T23:35:27.597Z Checking icu_locale_core v2.1.1
22892026-05-18T23:35:27.609Z Checking slab v0.4.12
22902026-05-18T23:35:27.620Z Checking icu_collections v2.1.1
22912026-05-18T23:35:27.656Z Checking futures-channel v0.3.32
22922026-05-18T23:35:27.715Z Checking serde v1.0.228
22932026-05-18T23:35:27.763Z Checking bitflags v2.11.0
22942026-05-18T23:35:27.788Z Checking serde_json v1.0.149
22952026-05-18T23:35:27.848Z Checking futures-io v0.3.32
22962026-05-18T23:35:27.919Z Checking cpufeatures v0.2.17
22972026-05-18T23:35:27.933Z Checking futures-task v0.3.32
22982026-05-18T23:35:27.944Z Checking num-traits v0.2.19
22992026-05-18T23:35:27.961Z Checking hmac v0.12.1
23002026-05-18T23:35:27.988Z Checking icu_normalizer_data v2.1.1
23012026-05-18T23:35:28.061Z Checking icu_properties_data v2.1.2
23022026-05-18T23:35:28.073Z Checking futures-util v0.3.32
23032026-05-18T23:35:28.089Z Checking hashbrown v0.17.0
23042026-05-18T23:35:28.110Z Checking bytes v1.11.1
23052026-05-18T23:35:28.143Z Checking icu_provider v2.1.1
23062026-05-18T23:35:28.188Z Checking rand_core v0.10.0
23072026-05-18T23:35:28.328Z Checking getrandom v0.4.1
23082026-05-18T23:35:28.369Z Checking icu_normalizer v2.1.1
23092026-05-18T23:35:28.456Z Checking icu_properties v2.1.2
23102026-05-18T23:35:28.468Z Checking block-padding v0.3.3
23112026-05-18T23:35:28.482Z Checking utf8_iter v1.0.4
23122026-05-18T23:35:28.543Z Checking tokio v1.52.1
23132026-05-18T23:35:28.546Z Checking indexmap v2.14.0
23142026-05-18T23:35:28.595Z Checking inout v0.1.4
23152026-05-18T23:35:28.606Z Checking sha2 v0.10.9
23162026-05-18T23:35:28.675Z Checking form_urlencoded v1.2.2
23172026-05-18T23:35:28.732Z Checking cipher v0.4.4
23182026-05-18T23:35:28.801Z Checking getrandom v0.3.4
23192026-05-18T23:35:28.874Z Checking base64ct v1.8.3
23202026-05-18T23:35:28.935Z Checking fnv v1.0.7
23212026-05-18T23:35:28.947Z Checking byteorder v1.5.0
23222026-05-18T23:35:29.029Z Checking flagset v0.4.7
23232026-05-18T23:35:29.100Z Checking pem-rfc7468 v0.7.0
23242026-05-18T23:35:29.114Z Checking rand_core v0.9.5
23252026-05-18T23:35:29.144Z Checking http v1.4.0
23262026-05-18T23:35:29.156Z Checking regex-syntax v0.8.10
23272026-05-18T23:35:29.256Z Checking der v0.7.10
23282026-05-18T23:35:29.268Z Checking idna_adapter v1.2.1
23292026-05-18T23:35:29.283Z Checking salsa20 v0.10.2
23302026-05-18T23:35:29.389Z Checking idna v1.1.0
23312026-05-18T23:35:29.416Z Checking uuid v1.23.0
23322026-05-18T23:35:29.648Z Checking url v2.5.8
23332026-05-18T23:35:29.706Z Checking pbkdf2 v0.12.2
23342026-05-18T23:35:29.720Z Checking rustix v1.1.3
23352026-05-18T23:35:29.818Z Checking tracing-core v0.1.36
23362026-05-18T23:35:29.861Z Checking ppv-lite86 v0.2.21
23372026-05-18T23:35:29.954Z Checking rustls-pki-types v1.14.0
23382026-05-18T23:35:29.987Z Checking spki v0.7.3
23392026-05-18T23:35:30.094Z Checking iana-time-zone v0.1.65
23402026-05-18T23:35:30.135Z Checking base64 v0.22.1
23412026-05-18T23:35:30.152Z Checking tracing v0.1.44
23422026-05-18T23:35:30.165Z Checking rand_chacha v0.9.0
23432026-05-18T23:35:30.203Z Checking chrono v0.4.44
23442026-05-18T23:35:30.258Z Checking scrypt v0.11.0
23452026-05-18T23:35:30.355Z Checking http-body v1.0.1
23462026-05-18T23:35:30.368Z Checking aes v0.8.4
23472026-05-18T23:35:30.380Z Checking cbc v0.1.2
23482026-05-18T23:35:30.401Z Checking aws-lc-sys v0.40.0
23492026-05-18T23:35:30.459Z Checking untrusted v0.7.1
23502026-05-18T23:35:30.488Z Checking openssl-probe v0.2.1
23512026-05-18T23:35:30.507Z Checking tinyvec_macros v0.1.1
23522026-05-18T23:35:30.569Z Checking untrusted v0.9.0
23532026-05-18T23:35:30.582Z Checking tinyvec v1.10.0
23542026-05-18T23:35:30.596Z Checking rand v0.9.2
23552026-05-18T23:35:30.609Z Checking try-lock v0.2.5
23562026-05-18T23:35:30.678Z Checking ring v0.17.14
23572026-05-18T23:35:30.705Z Checking tower-service v0.3.3
23582026-05-18T23:35:30.753Z Checking pkcs5 v0.7.1
23592026-05-18T23:35:30.794Z Checking tower-layer v0.3.3
23602026-05-18T23:35:30.895Z Checking atomic-waker v1.1.2
23612026-05-18T23:35:30.908Z Checking aws-lc-rs v1.16.3
23622026-05-18T23:35:30.941Z Checking want v0.3.1
23632026-05-18T23:35:30.997Z Checking ipnet v2.11.0
23642026-05-18T23:35:31.006Z Checking pkcs8 v0.10.2
23652026-05-18T23:35:31.058Z Checking httparse v1.10.1
23662026-05-18T23:35:31.071Z Checking aho-corasick v1.1.4
23672026-05-18T23:35:31.082Z Checking dyn-clone v1.0.20
23682026-05-18T23:35:31.180Z Checking pin-utils v0.1.0
23692026-05-18T23:35:31.193Z Checking httpdate v1.0.3
23702026-05-18T23:35:31.246Z Checking plain v0.2.3
23712026-05-18T23:35:31.260Z Checking foreign-types-shared v0.1.1
23722026-05-18T23:35:31.273Z Checking fastrand v2.3.0
23732026-05-18T23:35:31.336Z Checking unicode-normalization v0.1.25
23742026-05-18T23:35:31.350Z Checking foreign-types v0.3.2
23752026-05-18T23:35:31.362Z Checking semver v1.0.28
23762026-05-18T23:35:31.415Z Checking openssl-sys v0.9.115
23772026-05-18T23:35:31.448Z Checking tempfile v3.25.0
23782026-05-18T23:35:31.560Z Checking spin v0.9.8
23792026-05-18T23:35:31.644Z Checking ucd-trie v0.1.7
23802026-05-18T23:35:31.659Z Checking unicode-ident v1.0.24
23812026-05-18T23:35:31.730Z Checking rustls-webpki v0.103.9
23822026-05-18T23:35:31.743Z Checking regex-automata v0.4.14
23832026-05-18T23:35:31.756Z Checking schemars v0.8.22
23842026-05-18T23:35:31.766Z Checking proc-macro2 v1.0.106
23852026-05-18T23:35:31.778Z Checking rustls-native-certs v0.8.3
23862026-05-18T23:35:31.781Z Checking pest v2.8.6
23872026-05-18T23:35:31.798Z Checking tokio-util v0.7.18
23882026-05-18T23:35:31.809Z Checking openssl v0.10.79
23892026-05-18T23:35:31.899Z Checking thiserror v2.0.18
23902026-05-18T23:35:31.998Z Checking sync_wrapper v1.0.2
23912026-05-18T23:35:32.070Z Checking wait-timeout v0.2.1
23922026-05-18T23:35:32.099Z Checking siphasher v1.0.2
23932026-05-18T23:35:32.146Z Checking rustls v0.23.37
23942026-05-18T23:35:32.187Z Checking simd-adler32 v0.3.8
23952026-05-18T23:35:32.252Z Checking bit-vec v0.8.0
23962026-05-18T23:35:32.354Z Checking utf8parse v0.2.2
23972026-05-18T23:35:32.395Z Checking anstyle v1.0.13
23982026-05-18T23:35:32.407Z Checking h2 v0.4.13
23992026-05-18T23:35:32.446Z Checking powerfmt v0.2.0
24002026-05-18T23:35:32.458Z Checking quick-error v1.2.3
24012026-05-18T23:35:32.556Z Checking pretty-hex v0.4.1
24022026-05-18T23:35:32.571Z Checking rusty-fork v0.3.1
24032026-05-18T23:35:32.601Z Checking deranged v0.5.8
24042026-05-18T23:35:32.671Z Checking anstyle-parse v0.2.7
24052026-05-18T23:35:32.741Z Checking bit-set v0.8.0
24062026-05-18T23:35:32.824Z Checking tower v0.5.3
24072026-05-18T23:35:32.838Z Checking quote v1.0.45
24082026-05-18T23:35:32.891Z Compiling newtype-uuid v1.3.2
24092026-05-18T23:35:33.009Z Checking http-body-util v0.1.3
24102026-05-18T23:35:33.069Z Checking crossbeam-utils v0.8.21
24112026-05-18T23:35:33.208Z Checking webpki-roots v1.0.6
24122026-05-18T23:35:33.223Z Checking rand_xorshift v0.4.0
24132026-05-18T23:35:33.337Z Checking crc32fast v1.5.0
24142026-05-18T23:35:33.346Z Checking scroll v0.13.0
24152026-05-18T23:35:33.400Z Checking signature v2.2.0
24162026-05-18T23:35:33.463Z Checking iri-string v0.7.10
24172026-05-18T23:35:33.509Z Checking num-conv v0.2.0
24182026-05-18T23:35:33.530Z Checking ryu v1.0.23
24192026-05-18T23:35:33.546Z Checking time-core v0.1.8
24202026-05-18T23:35:33.563Z Checking colorchoice v1.0.4
24212026-05-18T23:35:33.626Z Checking unarray v0.1.4
24222026-05-18T23:35:33.662Z Checking unicode-properties v0.1.4
24232026-05-18T23:35:33.665Z Checking unicode-bidi v0.3.18
24242026-05-18T23:35:33.686Z Checking is_terminal_polyfill v1.70.2
24252026-05-18T23:35:33.731Z Checking adler2 v2.0.1
24262026-05-18T23:35:33.772Z Checking num_threads v0.1.7
24272026-05-18T23:35:33.803Z Checking native-tls v0.2.18
24282026-05-18T23:35:33.835Z Checking allocator-api2 v0.2.21
24292026-05-18T23:35:33.848Z Checking anstyle-query v1.1.5
24302026-05-18T23:35:33.859Z Checking time v0.3.47
24312026-05-18T23:35:33.937Z Checking anstream v0.6.21
24322026-05-18T23:35:33.961Z Checking stringprep v0.1.5
24332026-05-18T23:35:33.985Z Checking tokio-native-tls v0.3.1
24342026-05-18T23:35:34.113Z Checking miniz_oxide v0.8.9
24352026-05-18T23:35:34.113Z Checking proptest v1.10.0
24362026-05-18T23:35:34.138Z Checking serde_urlencoded v0.7.1
24372026-05-18T23:35:34.142Z Checking goblin v0.10.5
24382026-05-18T23:35:34.341Z Checking bstr v1.12.1
24392026-05-18T23:35:34.471Z Checking crossbeam-epoch v0.9.18
24402026-05-18T23:35:34.485Z Checking tower-http v0.6.8
24412026-05-18T23:35:34.489Z Checking tokio-rustls v0.26.4
24422026-05-18T23:35:34.697Z Compiling daft v0.1.5
24432026-05-18T23:35:34.731Z Checking syn v2.0.117
24442026-05-18T23:35:34.744Z Checking ipnetwork v0.21.1
24452026-05-18T23:35:34.759Z Checking rand_chacha v0.3.1
24462026-05-18T23:35:34.959Z Checking scroll v0.12.0
24472026-05-18T23:35:34.970Z Checking thiserror v1.0.69
24482026-05-18T23:35:34.982Z Checking hash32 v0.2.1
24492026-05-18T23:35:34.995Z Checking zstd-sys v2.0.16+zstd.1.5.7
24502026-05-18T23:35:35.079Z Checking num-integer v0.1.46
24512026-05-18T23:35:35.097Z Checking hyper v1.8.1
24522026-05-18T23:35:35.109Z Checking toml_datetime v0.6.11
24532026-05-18T23:35:35.151Z Checking serde_spanned v0.6.9
24542026-05-18T23:35:35.187Z Checking md-5 v0.10.6
24552026-05-18T23:35:35.279Z Checking ff v0.13.1
24562026-05-18T23:35:35.293Z Checking base16ct v0.2.0
24572026-05-18T23:35:35.306Z Checking fallible-iterator v0.2.0
24582026-05-18T23:35:35.326Z Checking psl-types v2.0.11
24592026-05-18T23:35:35.410Z Checking zlib-rs v0.6.2
24602026-05-18T23:35:35.420Z Checking sec1 v0.7.3
24612026-05-18T23:35:35.444Z Checking publicsuffix v2.3.0
24622026-05-18T23:35:35.580Z Checking postgres-protocol v0.6.10
24632026-05-18T23:35:35.605Z Compiling iddqd v0.3.18
24642026-05-18T23:35:35.625Z Checking group v0.13.0
24652026-05-18T23:35:35.775Z Checking num-iter v0.1.45
24662026-05-18T23:35:35.888Z Checking goblin v0.8.2
24672026-05-18T23:35:35.888Z Checking heapless v0.7.17
24682026-05-18T23:35:36.001Z Checking hyper-util v0.1.20
24692026-05-18T23:35:36.073Z Checking zstd-safe v7.2.4
24702026-05-18T23:35:36.239Z Checking cookie v0.18.1
24712026-05-18T23:35:36.281Z Checking flate2 v1.1.9
24722026-05-18T23:35:36.294Z Checking rand v0.8.6
24732026-05-18T23:35:36.470Z Checking oxnet v0.1.4
24742026-05-18T23:35:36.495Z Checking dof v0.4.0
24752026-05-18T23:35:36.585Z Checking dtrace-parser v0.3.0
24762026-05-18T23:35:36.707Z Checking phf_shared v0.13.1
24772026-05-18T23:35:36.723Z Checking lazy_static v1.5.0
24782026-05-18T23:35:36.802Z Checking pin-project v1.1.11
24792026-05-18T23:35:36.812Z Checking zerocopy v0.7.35
24802026-05-18T23:35:36.822Z Checking bzip2-sys v0.1.13+1.0.8
24812026-05-18T23:35:36.893Z Checking signal-hook v0.3.18
24822026-05-18T23:35:36.905Z Checking terminal_size v0.4.3
24832026-05-18T23:35:36.908Z Checking futures-executor v0.3.32
24842026-05-18T23:35:37.008Z Checking hex v0.4.3
24852026-05-18T23:35:37.021Z Checking hkdf v0.12.4
24862026-05-18T23:35:37.061Z Checking crypto-bigint v0.5.5
24872026-05-18T23:35:37.078Z Checking thread-id v5.1.0
24882026-05-18T23:35:37.131Z Checking encoding_rs v0.8.35
24892026-05-18T23:35:37.153Z Checking winnow v0.7.14
24902026-05-18T23:35:37.162Z Checking clap_lex v1.0.0
24912026-05-18T23:35:37.229Z Checking strsim v0.11.1
24922026-05-18T23:35:37.251Z Checking hyper-rustls v0.27.7
24932026-05-18T23:35:37.291Z Checking hyper-tls v0.6.0
24942026-05-18T23:35:37.307Z Checking either v1.15.0
24952026-05-18T23:35:37.387Z Compiling rayon-core v1.13.0
24962026-05-18T23:35:37.459Z Checking libbz2-rs-sys v0.2.2
24972026-05-18T23:35:37.463Z Checking mime v0.3.17
24982026-05-18T23:35:37.490Z Checking foldhash v0.1.5
24992026-05-18T23:35:37.564Z Checking same-file v1.0.6
25002026-05-18T23:35:37.626Z Checking bumpalo v3.20.2
25012026-05-18T23:35:37.638Z Checking foldhash v0.2.0
25022026-05-18T23:35:37.682Z Checking managed v0.8.0
25032026-05-18T23:35:37.770Z Checking bitflags v1.3.2
25042026-05-18T23:35:37.785Z Checking winnow v0.5.40
25052026-05-18T23:35:37.823Z Checking zopfli v0.8.3
25062026-05-18T23:35:37.842Z Checking hashbrown v0.16.1
25072026-05-18T23:35:37.859Z Checking bzip2 v0.6.1
25082026-05-18T23:35:37.872Z Checking smoltcp v0.9.1
25092026-05-18T23:35:37.955Z Checking elliptic-curve v0.13.8
25102026-05-18T23:35:38.021Z Checking dof v0.3.0
25112026-05-18T23:35:38.091Z Checking reqwest v0.12.28
25122026-05-18T23:35:38.141Z Checking walkdir v2.5.0
25132026-05-18T23:35:38.258Z Checking hashbrown v0.15.5
25142026-05-18T23:35:38.313Z Checking clap_builder v4.5.60
25152026-05-18T23:35:38.323Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25162026-05-18T23:35:38.334Z Checking usdt-impl v0.6.0
25172026-05-18T23:35:38.345Z Checking signal-hook-mio v0.2.5
25182026-05-18T23:35:38.447Z Checking futures v0.3.32
25192026-05-18T23:35:38.460Z Checking bzip2 v0.4.4
25202026-05-18T23:35:38.503Z Checking phf v0.13.1
25212026-05-18T23:35:38.523Z Checking snafu v0.8.9
25222026-05-18T23:35:38.610Z Checking num-bigint-dig v0.8.6
25232026-05-18T23:35:38.652Z Checking cookie_store v0.22.1
25242026-05-18T23:35:38.727Z Checking zstd v0.13.3
25252026-05-18T23:35:38.758Z Checking postgres-types v0.2.12
25262026-05-18T23:35:38.857Z Checking dtrace-parser v0.2.0
25272026-05-18T23:35:38.918Z Checking globset v0.4.18
25282026-05-18T23:35:38.931Z Checking toml_edit v0.19.15
25292026-05-18T23:35:38.945Z Checking crossbeam-deque v0.8.6
25302026-05-18T23:35:38.980Z Checking rustls-platform-verifier v0.6.2
25312026-05-18T23:35:39.073Z Checking regex v1.12.3
25322026-05-18T23:35:39.089Z Checking ed25519 v2.2.3
25332026-05-18T23:35:39.115Z Checking phf_shared v0.11.3
25342026-05-18T23:35:39.119Z Checking olpc-cjson v0.1.4
25352026-05-18T23:35:39.166Z Checking ref-cast v1.0.25
25362026-05-18T23:35:39.258Z Checking curve25519-dalek v4.1.3
25372026-05-18T23:35:39.266Z Checking strum v0.27.2
25382026-05-18T23:35:39.280Z Checking hubpack v0.1.2
25392026-05-18T23:35:39.283Z Checking memoffset v0.9.1
25402026-05-18T23:35:39.343Z Checking rustix v0.38.44
25412026-05-18T23:35:39.367Z Checking pkcs1 v0.7.5
25422026-05-18T23:35:39.379Z Checking pem v3.0.6
25432026-05-18T23:35:39.421Z Checking float-cmp v0.10.0
25442026-05-18T23:35:39.444Z Checking erased-serde v0.3.31
25452026-05-18T23:35:39.532Z Checking serde_plain v1.0.2
25462026-05-18T23:35:39.544Z Checking serde-big-array v0.5.1
25472026-05-18T23:35:39.557Z Checking rfc6979 v0.4.0
25482026-05-18T23:35:39.575Z Checking memmap2 v0.9.10
25492026-05-18T23:35:39.671Z Checking thread-id v4.2.2
25502026-05-18T23:35:39.674Z Checking env_filter v1.0.0
25512026-05-18T23:35:39.674Z Checking predicates-core v1.0.10
25522026-05-18T23:35:39.733Z Checking rustc-hash v2.1.1
25532026-05-18T23:35:39.760Z Checking static_assertions v1.1.0
25542026-05-18T23:35:39.792Z Checking precomputed-hash v0.1.1
25552026-05-18T23:35:39.817Z Checking keccak v0.1.6
25562026-05-18T23:35:39.829Z Checking data-encoding v2.10.0
25572026-05-18T23:35:39.845Z Checking difflib v0.4.0
25582026-05-18T23:35:39.853Z Checking toml_write v0.1.2
25592026-05-18T23:35:39.871Z Checking whoami v2.1.0
25602026-05-18T23:35:39.957Z Checking fixedbitset v0.5.7
25612026-05-18T23:35:39.978Z Checking typed-path v0.9.3
25622026-05-18T23:35:40.014Z Checking normalize-line-endings v0.3.0
25632026-05-18T23:35:40.018Z Checking unicode-segmentation v1.12.0
25642026-05-18T23:35:40.043Z Checking fixedbitset v0.4.2
25652026-05-18T23:35:40.088Z Checking new_debug_unreachable v1.0.6
25662026-05-18T23:35:40.113Z Checking jiff v0.2.21
25672026-05-18T23:35:40.117Z Checking hickory-proto v0.25.2
25682026-05-18T23:35:40.155Z Checking string_cache v0.8.9
25692026-05-18T23:35:40.169Z Checking petgraph v0.8.3
25702026-05-18T23:35:40.172Z Checking crossterm v0.28.1
25712026-05-18T23:35:40.192Z Checking petgraph v0.6.5
25722026-05-18T23:35:40.328Z Checking predicates v3.1.4
25732026-05-18T23:35:40.354Z Checking similar v2.7.0
25742026-05-18T23:35:40.627Z Checking tokio-postgres v0.7.16
25752026-05-18T23:35:40.766Z Checking ed25519-dalek v2.2.0
25762026-05-18T23:35:40.769Z Checking tough v0.22.0
25772026-05-18T23:35:40.899Z Checking toml_edit v0.22.27
25782026-05-18T23:35:40.971Z Checking sha3 v0.10.8
25792026-05-18T23:35:41.181Z Checking toml v0.7.8
25802026-05-18T23:35:41.487Z Checking env_logger v0.11.9
25812026-05-18T23:35:41.679Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
25822026-05-18T23:35:41.716Z Checking slog v2.8.2
25832026-05-18T23:35:41.853Z Checking usdt-impl v0.5.0
25842026-05-18T23:35:41.970Z Checking usdt v0.6.0
25852026-05-18T23:35:41.982Z Checking ecdsa v0.16.9
25862026-05-18T23:35:42.131Z Checking rsa v0.9.10
25872026-05-18T23:35:42.144Z Checking clap v4.5.60
25882026-05-18T23:35:42.224Z Checking nix v0.31.2
25892026-05-18T23:35:42.289Z Checking reqwest v0.13.2
25902026-05-18T23:35:42.337Z Checking zip v4.6.1
25912026-05-18T23:35:42.605Z Checking zip v0.6.6
25922026-05-18T23:35:42.653Z Checking toml_parser v1.0.9+spec-1.1.0
25932026-05-18T23:35:42.759Z Checking itertools v0.13.0
25942026-05-18T23:35:42.871Z Checking serde_with v3.17.0
25952026-05-18T23:35:42.907Z Checking strum v0.26.3
25962026-05-18T23:35:42.930Z Checking fs-err v3.3.0
25972026-05-18T23:35:42.975Z Checking ahash v0.8.12
25982026-05-18T23:35:43.018Z Checking object v0.37.3
25992026-05-18T23:35:43.135Z Checking tokio-stream v0.1.18
26002026-05-18T23:35:43.171Z Checking buf-list v1.1.2
26012026-05-18T23:35:43.214Z Checking camino v1.2.2
26022026-05-18T23:35:43.226Z Checking anyhow v1.0.102
26032026-05-18T23:35:43.352Z Checking x509-cert v0.2.5
26042026-05-18T23:35:43.420Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
26052026-05-18T23:35:43.462Z Checking openapiv3 v2.2.0
26062026-05-18T23:35:43.513Z Checking sha1 v0.10.6
26072026-05-18T23:35:43.676Z Checking toml_datetime v0.7.5+spec-1.1.0
26082026-05-18T23:35:43.689Z Checking peg-runtime v0.8.5
26092026-05-18T23:35:43.780Z Checking lalrpop-util v0.19.12
26102026-05-18T23:35:43.829Z Checking rayon v1.11.0
26112026-05-18T23:35:43.873Z Checking sigpipe v0.1.3
26122026-05-18T23:35:43.937Z Checking glob v0.3.3
26132026-05-18T23:35:45.221Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26142026-05-18T23:35:45.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.96s
26152026-05-18T23:35:45.678Z
26162026-05-18T23:35:45.678Zinfo: running `cargo check --bins` on internal-dns-types (77/276)
26172026-05-18T23:35:46.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26182026-05-18T23:35:46.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26192026-05-18T23:35:46.182Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26202026-05-18T23:35:46.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26212026-05-18T23:35:46.270Z
26222026-05-18T23:35:46.270Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/276)
26232026-05-18T23:35:46.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26242026-05-18T23:35:46.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26252026-05-18T23:35:46.776Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26262026-05-18T23:35:46.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26272026-05-18T23:35:46.865Z
26282026-05-18T23:35:46.865Zinfo: running `cargo check --bins` on nexus-types-versions (79/276)
26292026-05-18T23:35:47.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26302026-05-18T23:35:47.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26312026-05-18T23:35:47.384Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26322026-05-18T23:35:47.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26332026-05-18T23:35:47.476Z
26342026-05-18T23:35:47.476Zinfo: running `cargo check --bins` on oxql-types (80/276)
26352026-05-18T23:35:47.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26362026-05-18T23:35:47.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26372026-05-18T23:35:47.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26382026-05-18T23:35:47.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26392026-05-18T23:35:48.072Z
26402026-05-18T23:35:48.072Zinfo: running `cargo check --bins` on oximeter-types (81/276)
26412026-05-18T23:35:48.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26422026-05-18T23:35:48.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26432026-05-18T23:35:48.577Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26442026-05-18T23:35:48.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26452026-05-18T23:35:48.667Z
26462026-05-18T23:35:48.667Zinfo: running `cargo check --bins` on oximeter-types-versions (82/276)
26472026-05-18T23:35:49.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26482026-05-18T23:35:49.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26492026-05-18T23:35:49.179Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26502026-05-18T23:35:49.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26512026-05-18T23:35:49.267Z
26522026-05-18T23:35:49.267Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/276)
26532026-05-18T23:35:49.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26542026-05-18T23:35:49.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26552026-05-18T23:35:49.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26562026-05-18T23:35:49.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26572026-05-18T23:35:49.850Z
26582026-05-18T23:35:49.850Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/276)
26592026-05-18T23:35:50.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26602026-05-18T23:35:50.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26612026-05-18T23:35:50.537Z Compiling structmeta-derive v0.3.0
26622026-05-18T23:35:50.654Z Compiling rustls v0.22.4
26632026-05-18T23:35:50.664Z Compiling multer v3.1.0
26642026-05-18T23:35:50.673Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26652026-05-18T23:35:50.673Z Compiling async-stream-impl v0.3.6
26662026-05-18T23:35:50.697Z Compiling dropshot v0.17.0
26672026-05-18T23:35:50.710Z Compiling dropshot_endpoint v0.17.0
26682026-05-18T23:35:50.710Z Compiling newtype-uuid-macros v0.1.0
26692026-05-18T23:35:50.830Z Checking newtype-uuid v1.3.2
26702026-05-18T23:35:50.892Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26712026-05-18T23:35:50.959Z Checking rustls-webpki v0.102.8
26722026-05-18T23:35:51.047Z Checking daft v0.1.5
26732026-05-18T23:35:51.063Z Checking thread_local v1.1.9
26742026-05-18T23:35:51.230Z Checking match_cfg v0.1.0
26752026-05-18T23:35:51.253Z Checking compression-core v0.4.31
26762026-05-18T23:35:51.287Z Checking iddqd v0.3.18
26772026-05-18T23:35:51.302Z Checking hostname v0.3.1
26782026-05-18T23:35:51.316Z Checking crossbeam-channel v0.5.15
26792026-05-18T23:35:51.376Z Checking compression-codecs v0.4.37
26802026-05-18T23:35:51.399Z Checking slog-json v2.6.1
26812026-05-18T23:35:51.463Z Checking is-terminal v0.4.17
26822026-05-18T23:35:51.540Z Checking serde_spanned v1.0.4
26832026-05-18T23:35:51.555Z Checking toml_datetime v1.0.0+spec-1.1.0
26842026-05-18T23:35:51.555Z Checking debug-ignore v1.0.5
26852026-05-18T23:35:51.647Z Checking take_mut v0.2.2
26862026-05-18T23:35:51.660Z Checking toml_writer v1.0.6+spec-1.1.0
26872026-05-18T23:35:51.672Z Checking term v1.2.1
26882026-05-18T23:35:51.708Z Compiling structmeta v0.3.0
26892026-05-18T23:35:51.749Z Checking slog-async v2.8.0
26902026-05-18T23:35:51.762Z Checking slog-bunyan v2.5.0
26912026-05-18T23:35:51.834Z Checking toml v1.0.6+spec-1.1.0
26922026-05-18T23:35:51.874Z Checking async-compression v0.4.41
26932026-05-18T23:35:51.889Z Checking slog-term v2.9.2
26942026-05-18T23:35:51.923Z Compiling derive-ex v0.1.8
26952026-05-18T23:35:51.931Z Compiling parse-display-derive v0.10.0
26962026-05-18T23:35:52.115Z Checking async-stream v0.3.6
26972026-05-18T23:35:52.135Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26982026-05-18T23:35:52.148Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26992026-05-18T23:35:52.223Z Checking progenitor-client v0.14.0
27002026-05-18T23:35:52.244Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27012026-05-18T23:35:52.386Z Checking waitgroup v0.1.2
27022026-05-18T23:35:52.406Z Checking backon v1.6.0
27032026-05-18T23:35:52.443Z Checking rustls-pemfile v2.2.0
27042026-05-18T23:35:52.472Z Checking serde_path_to_error v0.1.20
27052026-05-18T23:35:52.484Z Checking hostname v0.4.2
27062026-05-18T23:35:52.568Z Checking instant v0.1.13
27072026-05-18T23:35:52.652Z Checking backoff v0.4.0
27082026-05-18T23:35:52.749Z Checking progenitor-extras v0.2.0
27092026-05-18T23:35:52.764Z Checking tokio-rustls v0.25.0
27102026-05-18T23:35:52.788Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27112026-05-18T23:35:52.839Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27122026-05-18T23:35:52.983Z Checking itertools v0.14.0
27132026-05-18T23:35:52.997Z Checking progenitor-client v0.10.0
27142026-05-18T23:35:53.207Z Checking regress v0.10.5
27152026-05-18T23:35:53.219Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27162026-05-18T23:35:53.440Z Checking macaddr v1.0.1
27172026-05-18T23:35:53.586Z Compiling test-strategy v0.4.5
27182026-05-18T23:35:53.602Z Checking parse-display v0.10.0
27192026-05-18T23:35:54.743Z Compiling prettyplease v0.2.37
27202026-05-18T23:35:55.063Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27212026-05-18T23:35:55.194Z Checking num-rational v0.4.2
27222026-05-18T23:35:55.442Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27232026-05-18T23:35:55.735Z Checking num-complex v0.4.6
27242026-05-18T23:35:56.351Z Checking num v0.4.3
27252026-05-18T23:35:56.479Z Compiling usdt-attr-macro v0.5.0
27262026-05-18T23:35:56.504Z Compiling usdt-macro v0.5.0
27272026-05-18T23:35:56.518Z Checking memmap v0.7.0
27282026-05-18T23:35:56.522Z Checking float-ord v0.3.2
27292026-05-18T23:35:56.633Z Compiling convert_case v0.4.0
27302026-05-18T23:35:56.647Z Checking unicode-width v0.2.0
27312026-05-18T23:35:56.896Z Checking console v0.15.11
27322026-05-18T23:35:57.005Z Compiling derive_more v0.99.20
27332026-05-18T23:35:57.176Z Checking newline-converter v0.3.0
27342026-05-18T23:35:57.212Z Checking atomicwrites v0.4.4
27352026-05-18T23:35:57.239Z Checking usdt v0.5.0
27362026-05-18T23:35:57.289Z Compiling toml v0.8.23
27372026-05-18T23:35:57.340Z Compiling minimal-lexical v0.2.1
27382026-05-18T23:35:57.406Z Checking linked-hash-map v0.5.6
27392026-05-18T23:35:57.578Z Checking lru-cache v0.1.2
27402026-05-18T23:35:57.598Z Compiling nom v7.1.3
27412026-05-18T23:35:57.705Z Checking expectorate v1.2.0
27422026-05-18T23:35:58.236Z Checking camino-tempfile v1.4.1
27432026-05-18T23:35:58.353Z Checking hickory-proto v0.24.4
27442026-05-18T23:35:58.403Z Checking phf_shared v0.12.1
27452026-05-18T23:35:58.548Z Compiling slog-dtrace v0.3.0
27462026-05-18T23:35:58.590Z Compiling chrono-tz v0.10.4
27472026-05-18T23:35:58.745Z Checking heck v0.5.0
27482026-05-18T23:35:58.774Z Checking resolv-conf v0.7.6
27492026-05-18T23:35:58.875Z Compiling const_format_proc_macros v0.2.34
27502026-05-18T23:35:58.930Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27512026-05-18T23:35:58.989Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27522026-05-18T23:35:59.026Z Checking phf v0.12.1
27532026-05-18T23:35:59.173Z Checking tokio-dtrace v0.1.1
27542026-05-18T23:35:59.360Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27552026-05-18T23:35:59.399Z Compiling derive-where v1.6.0
27562026-05-18T23:35:59.536Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27572026-05-18T23:35:59.883Z Checking highway v1.3.0
27582026-05-18T23:36:00.171Z Checking const_format v0.2.35
27592026-05-18T23:36:00.175Z Checking hickory-resolver v0.24.4
27602026-05-18T23:36:00.408Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27612026-05-18T23:36:00.454Z Checking oxide-tokio-rt v0.1.4
27622026-05-18T23:36:00.557Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27632026-05-18T23:36:00.762Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27642026-05-18T23:36:00.817Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27652026-05-18T23:36:00.907Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27662026-05-18T23:36:00.926Z Checking qorb v0.4.1
27672026-05-18T23:36:00.963Z Checking gethostname v0.5.0
27682026-05-18T23:36:01.015Z Checking bcs v0.1.6
27692026-05-18T23:36:01.032Z Checking termtree v0.5.1
27702026-05-18T23:36:04.227Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27712026-05-18T23:36:06.950Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27722026-05-18T23:36:09.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.22s
27732026-05-18T23:36:09.263Z
27742026-05-18T23:36:09.263Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/276)
27752026-05-18T23:36:09.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27762026-05-18T23:36:09.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27772026-05-18T23:36:09.945Z Compiling ar_archive_writer v0.5.1
27782026-05-18T23:36:10.057Z Compiling stacker v0.1.23
27792026-05-18T23:36:10.061Z Compiling cfg_aliases v0.1.1
27802026-05-18T23:36:10.075Z Compiling convert_case v0.10.0
27812026-05-18T23:36:10.083Z Checking unicode-width v0.1.14
27822026-05-18T23:36:10.092Z Compiling proc-macro-error v1.0.4
27832026-05-18T23:36:10.104Z Checking fd-lock v4.0.4
27842026-05-18T23:36:10.104Z Checking nibble_vec v0.1.0
27852026-05-18T23:36:10.128Z Compiling nix v0.28.0
27862026-05-18T23:36:10.223Z Checking vte v0.14.1
27872026-05-18T23:36:10.235Z Compiling recursive-proc-macro-impl v0.1.1
27882026-05-18T23:36:10.322Z Checking bytecount v0.6.9
27892026-05-18T23:36:10.335Z Checking endian-type v0.1.2
27902026-05-18T23:36:10.373Z Compiling derive_more-impl v2.1.1
27912026-05-18T23:36:10.376Z Checking strip-ansi-escapes v0.2.1
27922026-05-18T23:36:10.397Z Compiling tabled_derive v0.7.0
27932026-05-18T23:36:10.421Z Checking papergrid v0.11.0
27942026-05-18T23:36:10.456Z Checking radix_trie v0.2.1
27952026-05-18T23:36:10.484Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27962026-05-18T23:36:10.634Z Compiling peg-macros v0.8.5
27972026-05-18T23:36:10.668Z Checking winnow v0.6.26
27982026-05-18T23:36:10.899Z Compiling psm v0.1.30
27992026-05-18T23:36:10.963Z Compiling sqlparser_derive v0.5.0
28002026-05-18T23:36:11.040Z Checking nu-ansi-term v0.50.3
28012026-05-18T23:36:11.172Z Checking derive_more v2.1.1
28022026-05-18T23:36:11.249Z Checking home v0.5.12
28032026-05-18T23:36:11.262Z Checking unicode_categories v0.1.1
28042026-05-18T23:36:11.361Z Checking reedline v0.40.0
28052026-05-18T23:36:11.372Z Checking tabled v0.15.0
28062026-05-18T23:36:11.415Z Checking crossterm v0.29.0
28072026-05-18T23:36:11.439Z Checking rustyline v14.0.0
28082026-05-18T23:36:11.681Z Checking recursive v0.1.1
28092026-05-18T23:36:11.741Z Checking display-error-chain v0.2.2
28102026-05-18T23:36:11.775Z Checking sqlparser v0.61.0
28112026-05-18T23:36:11.847Z Checking sqlformat v0.3.5
28122026-05-18T23:36:11.989Z Checking peg v0.8.5
28132026-05-18T23:36:22.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.66s
28142026-05-18T23:36:23.118Z
28152026-05-18T23:36:23.118Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/276)
28162026-05-18T23:36:23.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28172026-05-18T23:36:23.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28182026-05-18T23:36:23.799Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28192026-05-18T23:36:27.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.11s
28202026-05-18T23:36:27.443Z
28212026-05-18T23:36:27.443Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/276)
28222026-05-18T23:36:27.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28232026-05-18T23:36:27.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28242026-05-18T23:36:28.120Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28252026-05-18T23:36:30.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.12s
28262026-05-18T23:36:30.763Z
28272026-05-18T23:36:30.763Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/276)
28282026-05-18T23:36:31.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28292026-05-18T23:36:31.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28302026-05-18T23:36:31.434Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28312026-05-18T23:36:34.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.90s
28322026-05-18T23:36:34.854Z
28332026-05-18T23:36:34.854Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/276)
28342026-05-18T23:36:35.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28352026-05-18T23:36:35.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28362026-05-18T23:36:35.537Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28372026-05-18T23:36:38.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.91s
28382026-05-18T23:36:38.970Z
28392026-05-18T23:36:38.970Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/276)
28402026-05-18T23:36:39.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28412026-05-18T23:36:39.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28422026-05-18T23:36:39.642Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28432026-05-18T23:36:42.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s
28442026-05-18T23:36:42.404Z
28452026-05-18T23:36:42.404Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/276)
28462026-05-18T23:36:42.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28472026-05-18T23:36:42.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28482026-05-18T23:36:43.074Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28492026-05-18T23:36:45.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.29s
28502026-05-18T23:36:45.890Z
28512026-05-18T23:36:45.890Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/276)
28522026-05-18T23:36:46.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28532026-05-18T23:36:46.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28542026-05-18T23:36:46.568Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28552026-05-18T23:36:49.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.08s
28562026-05-18T23:36:50.177Z
28572026-05-18T23:36:50.177Zinfo: running `cargo check --bins` on oximeter (93/276)
28582026-05-18T23:36:50.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28592026-05-18T23:36:50.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28602026-05-18T23:36:50.683Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28612026-05-18T23:36:50.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28622026-05-18T23:36:50.776Z
28632026-05-18T23:36:50.776Zinfo: running `cargo check --bins` on oximeter-schema (94/276)
28642026-05-18T23:36:51.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28652026-05-18T23:36:51.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28662026-05-18T23:36:51.415Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28672026-05-18T23:36:51.583Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28682026-05-18T23:36:51.587Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28692026-05-18T23:36:51.924Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28702026-05-18T23:36:54.798Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28712026-05-18T23:36:56.004Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28722026-05-18T23:36:56.165Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28732026-05-18T23:36:56.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.05s
28742026-05-18T23:36:57.021Z
28752026-05-18T23:36:57.021Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/276)
28762026-05-18T23:36:57.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28772026-05-18T23:36:57.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28782026-05-18T23:36:57.529Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28792026-05-18T23:36:57.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28802026-05-18T23:36:57.625Z
28812026-05-18T23:36:57.625Zinfo: running `cargo check --bins` on oximeter-test-utils (96/276)
28822026-05-18T23:36:58.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28832026-05-18T23:36:58.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28842026-05-18T23:36:58.165Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28852026-05-18T23:36:58.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28862026-05-18T23:36:58.268Z
28872026-05-18T23:36:58.268Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/276)
28882026-05-18T23:36:58.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28892026-05-18T23:36:58.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28902026-05-18T23:36:58.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28912026-05-18T23:36:58.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28922026-05-18T23:36:58.879Z
28932026-05-18T23:36:58.879Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/276)
28942026-05-18T23:36:59.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28952026-05-18T23:36:59.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28962026-05-18T23:36:59.396Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28972026-05-18T23:36:59.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28982026-05-18T23:36:59.487Z
28992026-05-18T23:36:59.487Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/276)
29002026-05-18T23:36:59.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29012026-05-18T23:37:00.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29022026-05-18T23:37:00.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29032026-05-18T23:37:00.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29042026-05-18T23:37:00.092Z
29052026-05-18T23:37:00.093Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/276)
29062026-05-18T23:37:00.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29072026-05-18T23:37:00.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29082026-05-18T23:37:00.609Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29092026-05-18T23:37:00.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29102026-05-18T23:37:00.701Z
29112026-05-18T23:37:00.701Zinfo: running `cargo check --bins` on trust-quorum-types (101/276)
29122026-05-18T23:37:01.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29132026-05-18T23:37:01.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29142026-05-18T23:37:01.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29152026-05-18T23:37:01.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29162026-05-18T23:37:01.292Z
29172026-05-18T23:37:01.292Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/276)
29182026-05-18T23:37:01.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29192026-05-18T23:37:01.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29202026-05-18T23:37:01.808Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29212026-05-18T23:37:01.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29222026-05-18T23:37:01.905Z
29232026-05-18T23:37:01.906Zinfo: running `cargo check --bins` on update-engine (103/276)
29242026-05-18T23:37:02.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29252026-05-18T23:37:02.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29262026-05-18T23:37:02.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29272026-05-18T23:37:02.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29282026-05-18T23:37:02.495Z
29292026-05-18T23:37:02.495Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/276)
29302026-05-18T23:37:03.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29312026-05-18T23:37:03.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29322026-05-18T23:37:03.220Z Compiling crucible-workspace-hack v0.1.0
29332026-05-18T23:37:03.338Z Checking secrecy v0.10.3
29342026-05-18T23:37:03.346Z Compiling heapless v0.8.0
29352026-05-18T23:37:03.353Z Compiling ingot-macros v0.1.1
29362026-05-18T23:37:03.360Z Compiling toml_edit v0.23.10+spec-1.0.0
29372026-05-18T23:37:03.365Z Checking hash32 v0.3.1
29382026-05-18T23:37:03.380Z Compiling smoltcp v0.11.0
29392026-05-18T23:37:03.384Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29402026-05-18T23:37:03.442Z Checking cobs v0.3.0
29412026-05-18T23:37:03.490Z Compiling thiserror-impl-no-std v2.0.2
29422026-05-18T23:37:03.607Z Checking universal-hash v0.5.1
29432026-05-18T23:37:03.607Z Checking half v2.7.1
29442026-05-18T23:37:03.644Z Checking ciborium-io v0.2.2
29452026-05-18T23:37:03.741Z Checking opaque-debug v0.3.1
29462026-05-18T23:37:03.753Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29472026-05-18T23:37:03.767Z Checking postcard v1.1.3
29482026-05-18T23:37:03.810Z Checking poly1305 v0.8.0
29492026-05-18T23:37:03.870Z Compiling proc-macro-crate v3.4.0
29502026-05-18T23:37:03.953Z Checking ciborium-ll v0.2.2
29512026-05-18T23:37:04.051Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29522026-05-18T23:37:04.067Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29532026-05-18T23:37:04.135Z Checking password-hash v0.5.0
29542026-05-18T23:37:04.337Z Checking chacha20 v0.9.1
29552026-05-18T23:37:04.352Z Compiling proc-macro-crate v1.3.1
29562026-05-18T23:37:04.369Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29572026-05-18T23:37:04.399Z Checking blake2 v0.10.6
29582026-05-18T23:37:04.431Z Compiling num_enum_derive v0.7.5
29592026-05-18T23:37:04.530Z Checking aead v0.5.2
29602026-05-18T23:37:04.601Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29612026-05-18T23:37:04.633Z Compiling foreign-types-macros v0.2.3
29622026-05-18T23:37:04.667Z Checking thiserror-no-std v2.0.2
29632026-05-18T23:37:04.681Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29642026-05-18T23:37:04.757Z Checking foreign-types-shared v0.3.1
29652026-05-18T23:37:04.770Z Checking cpufeatures v0.3.0
29662026-05-18T23:37:04.806Z Compiling num_enum_derive v0.5.11
29672026-05-18T23:37:04.840Z Checking chacha20 v0.10.0
29682026-05-18T23:37:04.854Z Checking vsss-rs v3.3.4
29692026-05-18T23:37:04.916Z Checking chacha20poly1305 v0.10.1
29702026-05-18T23:37:05.065Z Checking argon2 v0.5.3
29712026-05-18T23:37:05.079Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29722026-05-18T23:37:05.210Z Checking foreign-types v0.5.0
29732026-05-18T23:37:05.292Z Checking ciborium v0.2.2
29742026-05-18T23:37:05.475Z Checking num_enum v0.7.5
29752026-05-18T23:37:05.488Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29762026-05-18T23:37:05.521Z Checking tabwriter v1.4.1
29772026-05-18T23:37:05.589Z Checking byte-wrapper v0.1.0
29782026-05-18T23:37:05.667Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29792026-05-18T23:37:05.715Z Checking cstr-argument v0.1.2
29802026-05-18T23:37:05.773Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29812026-05-18T23:37:05.798Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29822026-05-18T23:37:05.836Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29832026-05-18T23:37:05.851Z Checking num_enum v0.5.11
29842026-05-18T23:37:05.965Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29852026-05-18T23:37:05.995Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29862026-05-18T23:37:06.007Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29872026-05-18T23:37:06.018Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29882026-05-18T23:37:06.087Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29892026-05-18T23:37:06.149Z Checking ingot-types v0.1.2
29902026-05-18T23:37:06.167Z Checking rand v0.10.0
29912026-05-18T23:37:06.195Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
29922026-05-18T23:37:06.211Z Checking colored v3.1.1
29932026-05-18T23:37:06.226Z Checking indent_write v2.2.0
29942026-05-18T23:37:06.354Z Compiling zone_cfg_derive v0.3.1
29952026-05-18T23:37:06.410Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29962026-05-18T23:37:06.505Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29972026-05-18T23:37:06.519Z Checking ingot v0.1.1
29982026-05-18T23:37:06.531Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29992026-05-18T23:37:06.578Z Checking itertools v0.12.1
30002026-05-18T23:37:06.592Z Compiling num-derive v0.4.2
30012026-05-18T23:37:06.624Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30022026-05-18T23:37:06.677Z Checking swrite v0.1.0
30032026-05-18T23:37:06.771Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30042026-05-18T23:37:06.826Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30052026-05-18T23:37:06.984Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30062026-05-18T23:37:07.002Z Checking dropshot-api-manager-types v0.7.1
30072026-05-18T23:37:07.086Z Checking smf v0.2.3
30082026-05-18T23:37:07.104Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30092026-05-18T23:37:07.118Z Checking nanorand v0.7.0
30102026-05-18T23:37:07.167Z Checking whoami v1.6.1
30112026-05-18T23:37:07.310Z Checking flume v0.11.1
30122026-05-18T23:37:07.324Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30132026-05-18T23:37:07.507Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
30142026-05-18T23:37:07.577Z Checking zone v0.3.1
30152026-05-18T23:37:08.062Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30162026-05-18T23:37:09.011Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30172026-05-18T23:37:09.880Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30182026-05-18T23:37:13.137Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30192026-05-18T23:37:15.192Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30202026-05-18T23:37:16.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.80s
30212026-05-18T23:37:16.497Z
30222026-05-18T23:37:16.497Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/276)
30232026-05-18T23:37:17.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30242026-05-18T23:37:17.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30252026-05-18T23:37:17.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30262026-05-18T23:37:17.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30272026-05-18T23:37:17.107Z
30282026-05-18T23:37:17.107Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/276)
30292026-05-18T23:37:17.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30302026-05-18T23:37:17.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30312026-05-18T23:37:17.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30322026-05-18T23:37:17.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30332026-05-18T23:37:17.716Z
30342026-05-18T23:37:17.716Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/276)
30352026-05-18T23:37:18.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30362026-05-18T23:37:18.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30372026-05-18T23:37:18.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30382026-05-18T23:37:18.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30392026-05-18T23:37:18.329Z
30402026-05-18T23:37:18.329Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/276)
30412026-05-18T23:37:18.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30422026-05-18T23:37:18.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30432026-05-18T23:37:18.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30442026-05-18T23:37:18.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30452026-05-18T23:37:18.937Z
30462026-05-18T23:37:18.937Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/276)
30472026-05-18T23:37:19.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30482026-05-18T23:37:19.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30492026-05-18T23:37:19.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30502026-05-18T23:37:19.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30512026-05-18T23:37:19.548Z
30522026-05-18T23:37:19.548Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/276)
30532026-05-18T23:37:20.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30542026-05-18T23:37:20.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30552026-05-18T23:37:20.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30562026-05-18T23:37:20.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30572026-05-18T23:37:20.154Z
30582026-05-18T23:37:20.154Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/276)
30592026-05-18T23:37:20.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30602026-05-18T23:37:20.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30612026-05-18T23:37:20.661Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30622026-05-18T23:37:20.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30632026-05-18T23:37:20.756Z
30642026-05-18T23:37:20.756Zinfo: running `cargo check --bins` on cockroach-admin-client (112/276)
30652026-05-18T23:37:21.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30662026-05-18T23:37:21.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30672026-05-18T23:37:21.257Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30682026-05-18T23:37:21.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30692026-05-18T23:37:21.349Z
30702026-05-18T23:37:21.349Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/276)
30712026-05-18T23:37:21.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30722026-05-18T23:37:21.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30732026-05-18T23:37:21.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30742026-05-18T23:37:21.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30752026-05-18T23:37:21.950Z
30762026-05-18T23:37:21.951Zinfo: running `cargo check --bins` on dns-service-client (114/276)
30772026-05-18T23:37:22.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30782026-05-18T23:37:22.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30792026-05-18T23:37:22.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30802026-05-18T23:37:22.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30812026-05-18T23:37:22.553Z
30822026-05-18T23:37:22.553Zinfo: running `cargo check --bins` on installinator-client (115/276)
30832026-05-18T23:37:23.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30842026-05-18T23:37:23.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30852026-05-18T23:37:23.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30862026-05-18T23:37:23.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30872026-05-18T23:37:23.160Z
30882026-05-18T23:37:23.160Zinfo: running `cargo check --bins` on nexus-client (116/276)
30892026-05-18T23:37:23.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30902026-05-18T23:37:23.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30912026-05-18T23:37:23.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30922026-05-18T23:37:23.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30932026-05-18T23:37:23.802Z
30942026-05-18T23:37:23.802Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/276)
30952026-05-18T23:37:24.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30962026-05-18T23:37:24.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30972026-05-18T23:37:24.339Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30982026-05-18T23:37:24.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30992026-05-18T23:37:24.441Z
31002026-05-18T23:37:24.441Zinfo: running `cargo check --bins` on ntp-admin-client (118/276)
31012026-05-18T23:37:24.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31022026-05-18T23:37:24.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31032026-05-18T23:37:24.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31042026-05-18T23:37:24.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31052026-05-18T23:37:25.030Z
31062026-05-18T23:37:25.030Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/276)
31072026-05-18T23:37:25.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31082026-05-18T23:37:25.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31092026-05-18T23:37:25.523Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31102026-05-18T23:37:25.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31112026-05-18T23:37:25.612Z
31122026-05-18T23:37:25.612Zinfo: running `cargo check --bins` on oxide-client (120/276)
31132026-05-18T23:37:26.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31142026-05-18T23:37:26.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31152026-05-18T23:37:26.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31162026-05-18T23:37:26.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31172026-05-18T23:37:26.197Z
31182026-05-18T23:37:26.198Zinfo: running `cargo check --bins` on oximeter-client (121/276)
31192026-05-18T23:37:26.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31202026-05-18T23:37:26.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31212026-05-18T23:37:26.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31222026-05-18T23:37:26.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31232026-05-18T23:37:26.795Z
31242026-05-18T23:37:26.795Zinfo: running `cargo check --bins` on repo-depot-client (122/276)
31252026-05-18T23:37:27.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31262026-05-18T23:37:27.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31272026-05-18T23:37:27.294Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31282026-05-18T23:37:27.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31292026-05-18T23:37:27.382Z
31302026-05-18T23:37:27.382Zinfo: running `cargo check --bins` on sled-agent-client (123/276)
31312026-05-18T23:37:27.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31322026-05-18T23:37:27.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31332026-05-18T23:37:27.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31342026-05-18T23:37:27.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31352026-05-18T23:37:27.987Z
31362026-05-18T23:37:27.987Zinfo: running `cargo check --bins` on wicketd-client (124/276)
31372026-05-18T23:37:28.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31382026-05-18T23:37:28.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31392026-05-18T23:37:28.508Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31402026-05-18T23:37:28.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31412026-05-18T23:37:28.605Z
31422026-05-18T23:37:28.605Zinfo: running `cargo check --bins` on installinator-common (125/276)
31432026-05-18T23:37:29.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31442026-05-18T23:37:29.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31452026-05-18T23:37:29.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31462026-05-18T23:37:29.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31472026-05-18T23:37:29.221Z
31482026-05-18T23:37:29.221Zinfo: running `cargo check --bins` on installinator-common-versions (126/276)
31492026-05-18T23:37:29.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31502026-05-18T23:37:29.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31512026-05-18T23:37:29.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31522026-05-18T23:37:29.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31532026-05-18T23:37:29.806Z
31542026-05-18T23:37:29.806Zinfo: running `cargo check --bins` on wicket-common (127/276)
31552026-05-18T23:37:30.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31562026-05-18T23:37:30.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31572026-05-18T23:37:30.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31582026-05-18T23:37:30.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31592026-05-18T23:37:30.413Z
31602026-05-18T23:37:30.413Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/276)
31612026-05-18T23:37:30.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31622026-05-18T23:37:30.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31632026-05-18T23:37:31.102Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31642026-05-18T23:37:31.218Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31652026-05-18T23:37:31.225Z Checking csv-core v0.1.13
31662026-05-18T23:37:31.233Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31672026-05-18T23:37:31.240Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31682026-05-18T23:37:31.243Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31692026-05-18T23:37:31.261Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31702026-05-18T23:37:31.274Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31712026-05-18T23:37:31.385Z Checking csv v1.4.0
31722026-05-18T23:37:31.415Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31732026-05-18T23:37:31.430Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31742026-05-18T23:37:31.457Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31752026-05-18T23:37:31.490Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31762026-05-18T23:37:31.721Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31772026-05-18T23:37:32.082Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31782026-05-18T23:37:32.082Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31792026-05-18T23:37:32.415Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31802026-05-18T23:37:38.264Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31812026-05-18T23:37:38.793Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31822026-05-18T23:37:41.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.73s
31832026-05-18T23:37:41.340Z
31842026-05-18T23:37:41.340Zinfo: running `cargo check --bins` on cockroach-admin-api (129/276)
31852026-05-18T23:37:41.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31862026-05-18T23:37:41.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31872026-05-18T23:37:41.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31882026-05-18T23:37:41.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31892026-05-18T23:37:41.933Z
31902026-05-18T23:37:41.933Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/276)
31912026-05-18T23:37:42.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31922026-05-18T23:37:42.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31932026-05-18T23:37:42.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31942026-05-18T23:37:42.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
31952026-05-18T23:37:42.611Z
31962026-05-18T23:37:42.611Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/276)
31972026-05-18T23:37:43.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31982026-05-18T23:37:43.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31992026-05-18T23:37:43.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32002026-05-18T23:37:43.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32012026-05-18T23:37:43.299Z
32022026-05-18T23:37:43.299Zinfo: running `cargo check --bins` on gateway-test-utils (132/276)
32032026-05-18T23:37:43.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32042026-05-18T23:37:43.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32052026-05-18T23:37:43.845Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32062026-05-18T23:37:43.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32072026-05-18T23:37:43.942Z
32082026-05-18T23:37:43.942Zinfo: running `cargo check --bins` on omicron-gateway (133/276)
32092026-05-18T23:37:44.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32102026-05-18T23:37:44.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32112026-05-18T23:37:44.703Z Compiling regress v0.11.1
32122026-05-18T23:37:44.841Z Compiling unsafe-libyaml v0.2.11
32132026-05-18T23:37:44.855Z Compiling radium v0.7.0
32142026-05-18T23:37:44.866Z Compiling semver v0.1.20
32152026-05-18T23:37:44.879Z Checking tap v1.0.1
32162026-05-18T23:37:44.883Z Compiling maybe-uninit v2.0.0
32172026-05-18T23:37:44.906Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32182026-05-18T23:37:44.983Z Checking wyz v0.5.1
32192026-05-18T23:37:45.126Z Compiling rustc_version v0.1.7
32202026-05-18T23:37:45.165Z Checking progenitor-client v0.13.0
32212026-05-18T23:37:45.214Z Compiling zerocopy-derive v0.6.6
32222026-05-18T23:37:45.319Z Compiling cancel-safe-futures v0.1.5
32232026-05-18T23:37:45.350Z Compiling newtype_derive v0.1.6
32242026-05-18T23:37:45.408Z Compiling serde_yaml v0.9.34+deprecated
32252026-05-18T23:37:45.523Z Compiling owo-colors v4.3.0
32262026-05-18T23:37:45.538Z Compiling packed_struct v0.10.1
32272026-05-18T23:37:45.592Z Checking funty v2.0.0
32282026-05-18T23:37:45.784Z Checking crc-catalog v2.4.0
32292026-05-18T23:37:45.903Z Checking crc v3.4.0
32302026-05-18T23:37:45.920Z Checking bitvec v1.0.1
32312026-05-18T23:37:46.045Z Checking zerocopy v0.6.6
32322026-05-18T23:37:46.086Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32332026-05-18T23:37:46.100Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32342026-05-18T23:37:46.274Z Checking typify-impl v0.6.2
32352026-05-18T23:37:46.395Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32362026-05-18T23:37:46.441Z Compiling packed_struct_codegen v0.10.1
32372026-05-18T23:37:46.627Z Checking libsw-core v0.3.2
32382026-05-18T23:37:46.654Z Compiling bitfield-macros v0.19.4
32392026-05-18T23:37:46.776Z Compiling indexmap v1.9.3
32402026-05-18T23:37:46.870Z Checking nodrop v0.1.14
32412026-05-18T23:37:46.966Z Checking array-init v0.0.4
32422026-05-18T23:37:47.001Z Checking libsw v3.5.0
32432026-05-18T23:37:47.158Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32442026-05-18T23:37:47.224Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32452026-05-18T23:37:47.271Z Checking smallvec v0.6.14
32462026-05-18T23:37:47.363Z Checking bitfield v0.19.4
32472026-05-18T23:37:47.401Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32482026-05-18T23:37:47.559Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32492026-05-18T23:37:47.639Z Checking hashbrown v0.12.3
32502026-05-18T23:37:47.654Z Checking linear-map v1.2.0
32512026-05-18T23:37:47.688Z Checking base64 v0.21.7
32522026-05-18T23:37:47.825Z Checking unicode-linebreak v0.1.5
32532026-05-18T23:37:47.841Z Checking smawk v0.3.2
32542026-05-18T23:37:47.931Z Checking tagptr v0.2.0
32552026-05-18T23:37:47.974Z Checking ron v0.8.1
32562026-05-18T23:37:48.040Z Checking textwrap v0.16.2
32572026-05-18T23:37:48.054Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32582026-05-18T23:37:48.080Z Checking moka v0.12.13
32592026-05-18T23:37:48.108Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32602026-05-18T23:37:48.235Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32612026-05-18T23:37:48.251Z Checking steno v0.4.1
32622026-05-18T23:37:48.371Z Checking serde-hex v0.1.0
32632026-05-18T23:37:48.497Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32642026-05-18T23:37:48.562Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32652026-05-18T23:37:48.659Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32662026-05-18T23:37:48.720Z Checking hashbrown v0.13.2
32672026-05-18T23:37:49.027Z Checking crc-any v2.5.0
32682026-05-18T23:37:49.143Z Checking humantime v2.3.0
32692026-05-18T23:37:49.213Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32702026-05-18T23:37:49.227Z Checking object v0.30.4
32712026-05-18T23:37:49.240Z Checking hickory-resolver v0.25.2
32722026-05-18T23:37:49.333Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32732026-05-18T23:37:49.372Z Checking half v1.8.3
32742026-05-18T23:37:49.424Z Checking path-slash v0.1.5
32752026-05-18T23:37:49.499Z Checking utf-8 v0.7.6
32762026-05-18T23:37:49.530Z Checking void v1.0.2
32772026-05-18T23:37:49.570Z Checking serde_cbor v0.11.2
32782026-05-18T23:37:49.635Z Checking lzss v0.8.2
32792026-05-18T23:37:49.650Z Checking tungstenite v0.23.0
32802026-05-18T23:37:49.843Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32812026-05-18T23:37:49.941Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32822026-05-18T23:37:49.956Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32832026-05-18T23:37:50.004Z Checking nix v0.27.1
32842026-05-18T23:37:50.008Z Checking kstat-rs v0.2.4
32852026-05-18T23:37:50.102Z Checking fxhash v0.2.1
32862026-05-18T23:37:50.223Z Checking serde_bytes v0.11.19
32872026-05-18T23:37:50.227Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32882026-05-18T23:37:50.252Z Checking tokio-tungstenite v0.23.1
32892026-05-18T23:37:50.371Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32902026-05-18T23:37:50.403Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32912026-05-18T23:37:50.505Z Checking signal-hook-tokio v0.3.1
32922026-05-18T23:37:50.766Z Compiling typify-macro v0.6.2
32932026-05-18T23:37:51.511Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32942026-05-18T23:37:51.904Z Compiling typify v0.6.2
32952026-05-18T23:37:51.984Z Compiling progenitor-impl v0.13.0
32962026-05-18T23:37:51.984Z Compiling progenitor-impl v0.14.0
32972026-05-18T23:37:52.394Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
32982026-05-18T23:37:52.724Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
32992026-05-18T23:37:53.563Z Compiling progenitor-macro v0.14.0
33002026-05-18T23:37:53.593Z Compiling progenitor-macro v0.13.0
33012026-05-18T23:37:55.973Z Checking progenitor v0.14.0
33022026-05-18T23:37:56.102Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33032026-05-18T23:37:56.280Z Checking progenitor v0.13.0
33042026-05-18T23:37:56.396Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33052026-05-18T23:37:59.374Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33062026-05-18T23:38:06.918Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33072026-05-18T23:38:13.269Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33082026-05-18T23:38:14.648Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33092026-05-18T23:38:15.166Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33102026-05-18T23:38:17.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.32s
33112026-05-18T23:38:17.477Z
33122026-05-18T23:38:17.477Zinfo: running `cargo check --bins` on gateway-api (134/276)
33132026-05-18T23:38:17.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33142026-05-18T23:38:17.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33152026-05-18T23:38:17.981Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33162026-05-18T23:38:17.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33172026-05-18T23:38:18.073Z
33182026-05-18T23:38:18.073Zinfo: running `cargo check --bins` on ipcc (135/276)
33192026-05-18T23:38:18.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33202026-05-18T23:38:18.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33212026-05-18T23:38:18.578Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33222026-05-18T23:38:18.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33232026-05-18T23:38:18.670Z
33242026-05-18T23:38:18.670Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/276)
33252026-05-18T23:38:19.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33262026-05-18T23:38:19.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33272026-05-18T23:38:19.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33282026-05-18T23:38:19.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33292026-05-18T23:38:19.255Z
33302026-05-18T23:38:19.255Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (137/276)
33312026-05-18T23:38:19.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33322026-05-18T23:38:19.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33332026-05-18T23:38:19.763Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33342026-05-18T23:38:19.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33352026-05-18T23:38:19.854Z
33362026-05-18T23:38:19.854Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/276)
33372026-05-18T23:38:20.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33382026-05-18T23:38:20.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33392026-05-18T23:38:20.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33402026-05-18T23:38:20.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33412026-05-18T23:38:20.455Z
33422026-05-18T23:38:20.455Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/276)
33432026-05-18T23:38:20.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33442026-05-18T23:38:20.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33452026-05-18T23:38:20.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33462026-05-18T23:38:20.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33472026-05-18T23:38:21.049Z
33482026-05-18T23:38:21.049Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/276)
33492026-05-18T23:38:21.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33502026-05-18T23:38:21.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33512026-05-18T23:38:21.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33522026-05-18T23:38:21.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33532026-05-18T23:38:21.646Z
33542026-05-18T23:38:21.646Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/276)
33552026-05-18T23:38:22.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33562026-05-18T23:38:22.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33572026-05-18T23:38:22.152Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33582026-05-18T23:38:22.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33592026-05-18T23:38:22.244Z
33602026-05-18T23:38:22.244Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/276)
33612026-05-18T23:38:22.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33622026-05-18T23:38:22.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33632026-05-18T23:38:22.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33642026-05-18T23:38:22.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33652026-05-18T23:38:22.846Z
33662026-05-18T23:38:22.846Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/276)
33672026-05-18T23:38:23.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33682026-05-18T23:38:23.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33692026-05-18T23:38:23.350Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33702026-05-18T23:38:23.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33712026-05-18T23:38:23.440Z
33722026-05-18T23:38:23.440Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/276)
33732026-05-18T23:38:23.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33742026-05-18T23:38:23.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33752026-05-18T23:38:23.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33762026-05-18T23:38:23.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33772026-05-18T23:38:24.035Z
33782026-05-18T23:38:24.035Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/276)
33792026-05-18T23:38:24.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33802026-05-18T23:38:24.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33812026-05-18T23:38:24.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33822026-05-18T23:38:24.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33832026-05-18T23:38:24.630Z
33842026-05-18T23:38:24.630Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/276)
33852026-05-18T23:38:25.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33862026-05-18T23:38:25.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33872026-05-18T23:38:25.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33882026-05-18T23:38:25.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33892026-05-18T23:38:25.229Z
33902026-05-18T23:38:25.229Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/276)
33912026-05-18T23:38:25.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33922026-05-18T23:38:25.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33932026-05-18T23:38:25.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33942026-05-18T23:38:25.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33952026-05-18T23:38:25.831Z
33962026-05-18T23:38:25.832Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (148/276)
33972026-05-18T23:38:26.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33982026-05-18T23:38:26.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33992026-05-18T23:38:26.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34002026-05-18T23:38:26.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34012026-05-18T23:38:26.437Z
34022026-05-18T23:38:26.437Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (149/276)
34032026-05-18T23:38:26.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34042026-05-18T23:38:26.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34052026-05-18T23:38:26.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34062026-05-18T23:38:26.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34072026-05-18T23:38:27.036Z
34082026-05-18T23:38:27.036Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (150/276)
34092026-05-18T23:38:27.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34102026-05-18T23:38:27.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34112026-05-18T23:38:27.541Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34122026-05-18T23:38:27.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34132026-05-18T23:38:27.634Z
34142026-05-18T23:38:27.634Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (151/276)
34152026-05-18T23:38:28.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34162026-05-18T23:38:28.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34172026-05-18T23:38:28.145Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34182026-05-18T23:38:28.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34192026-05-18T23:38:28.236Z
34202026-05-18T23:38:28.236Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (152/276)
34212026-05-18T23:38:28.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34222026-05-18T23:38:28.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34232026-05-18T23:38:28.748Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34242026-05-18T23:38:28.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34252026-05-18T23:38:28.839Z
34262026-05-18T23:38:28.840Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (153/276)
34272026-05-18T23:38:29.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34282026-05-18T23:38:29.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34292026-05-18T23:38:29.349Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34302026-05-18T23:38:29.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34312026-05-18T23:38:29.442Z
34322026-05-18T23:38:29.442Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (154/276)
34332026-05-18T23:38:29.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34342026-05-18T23:38:29.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34352026-05-18T23:38:29.954Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34362026-05-18T23:38:29.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34372026-05-18T23:38:30.047Z
34382026-05-18T23:38:30.047Zinfo: running `cargo check --bins` on oximeter-producer (155/276)
34392026-05-18T23:38:30.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34402026-05-18T23:38:30.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34412026-05-18T23:38:30.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34422026-05-18T23:38:30.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34432026-05-18T23:38:30.683Z
34442026-05-18T23:38:30.683Zinfo: running `cargo check --bins` on internal-dns-resolver (156/276)
34452026-05-18T23:38:31.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34462026-05-18T23:38:31.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34472026-05-18T23:38:31.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34482026-05-18T23:38:31.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34492026-05-18T23:38:31.286Z
34502026-05-18T23:38:31.286Zinfo: running `cargo check --bins` on dns-server (157/276)
34512026-05-18T23:38:31.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34522026-05-18T23:38:31.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34532026-05-18T23:38:31.933Z Compiling parking_lot_core v0.8.6
34542026-05-18T23:38:31.933Z Compiling atomicwrites v0.4.4
34552026-05-18T23:38:31.933Z Compiling git-stub v1.0.0
34562026-05-18T23:38:31.936Z Checking prefix-trie v0.7.0
34572026-05-18T23:38:31.936Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34582026-05-18T23:38:32.168Z Compiling git-stub-vcs v0.1.0
34592026-05-18T23:38:32.339Z Checking hickory-server v0.25.2
34602026-05-18T23:38:32.441Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34612026-05-18T23:38:32.455Z Checking parking_lot v0.11.2
34622026-05-18T23:38:32.539Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34632026-05-18T23:38:32.539Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34642026-05-18T23:38:32.622Z Checking sled v0.34.7
34652026-05-18T23:38:34.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
34662026-05-18T23:38:34.686Z
34672026-05-18T23:38:34.686Zinfo: running `cargo check --bins` on dns-server-api (158/276)
34682026-05-18T23:38:35.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34692026-05-18T23:38:35.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34702026-05-18T23:38:35.200Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34712026-05-18T23:38:35.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34722026-05-18T23:38:35.289Z
34732026-05-18T23:38:35.289Zinfo: running `cargo check --bins` on oximeter-producer-api (159/276)
34742026-05-18T23:38:35.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34752026-05-18T23:38:35.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34762026-05-18T23:38:35.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34772026-05-18T23:38:35.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34782026-05-18T23:38:35.895Z
34792026-05-18T23:38:35.896Zinfo: running `cargo check --bins` on sp-sim (160/276)
34802026-05-18T23:38:36.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34812026-05-18T23:38:36.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34822026-05-18T23:38:36.629Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34832026-05-18T23:38:38.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.48s
34842026-05-18T23:38:38.588Z
34852026-05-18T23:38:38.588Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (161/276)
34862026-05-18T23:38:39.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34872026-05-18T23:38:39.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34882026-05-18T23:38:39.143Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34892026-05-18T23:38:39.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34902026-05-18T23:38:39.248Z
34912026-05-18T23:38:39.248Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (162/276)
34922026-05-18T23:38:39.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34932026-05-18T23:38:39.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34942026-05-18T23:38:39.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34952026-05-18T23:38:39.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34962026-05-18T23:38:39.909Z
34972026-05-18T23:38:39.909Zinfo: running `cargo check --bins` on db-macros (163/276)
34982026-05-18T23:38:40.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34992026-05-18T23:38:40.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35002026-05-18T23:38:40.411Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35012026-05-18T23:38:40.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35022026-05-18T23:38:40.500Z
35032026-05-18T23:38:40.500Zinfo: running `cargo check --bins` on nexus-macros-common (164/276)
35042026-05-18T23:38:40.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35052026-05-18T23:38:41.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35062026-05-18T23:38:41.001Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35072026-05-18T23:38:41.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35082026-05-18T23:38:41.088Z
35092026-05-18T23:38:41.088Zinfo: running `cargo check --bins` on nexus-auth (165/276)
35102026-05-18T23:38:41.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35112026-05-18T23:38:41.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35122026-05-18T23:38:41.637Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35132026-05-18T23:38:41.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35142026-05-18T23:38:41.743Z
35152026-05-18T23:38:41.743Zinfo: running `cargo check --bins` on authz-macros (166/276)
35162026-05-18T23:38:42.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35172026-05-18T23:38:42.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35182026-05-18T23:38:42.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35192026-05-18T23:38:42.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35202026-05-18T23:38:42.335Z
35212026-05-18T23:38:42.336Zinfo: running `cargo check --bins` on nexus-db-fixed-data (167/276)
35222026-05-18T23:38:42.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35232026-05-18T23:38:42.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35242026-05-18T23:38:42.876Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35252026-05-18T23:38:42.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35262026-05-18T23:38:42.976Z
35272026-05-18T23:38:42.976Zinfo: running `cargo check --bins` on nexus-db-model (168/276)
35282026-05-18T23:38:43.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35292026-05-18T23:38:43.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35302026-05-18T23:38:43.520Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35312026-05-18T23:38:43.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35322026-05-18T23:38:43.621Z
35332026-05-18T23:38:43.621Zinfo: running `cargo check --bins` on nexus-db-schema (169/276)
35342026-05-18T23:38:44.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35352026-05-18T23:38:44.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35362026-05-18T23:38:44.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35372026-05-18T23:38:44.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35382026-05-18T23:38:44.211Z
35392026-05-18T23:38:44.211Zinfo: running `cargo check --bins` on omicron-rpaths (170/276)
35402026-05-18T23:38:44.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35412026-05-18T23:38:44.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35422026-05-18T23:38:44.714Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35432026-05-18T23:38:44.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35442026-05-18T23:38:44.803Z
35452026-05-18T23:38:44.803Zinfo: running `cargo check --bins` on nexus-defaults (171/276)
35462026-05-18T23:38:45.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35472026-05-18T23:38:45.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35482026-05-18T23:38:45.318Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35492026-05-18T23:38:45.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35502026-05-18T23:38:45.412Z
35512026-05-18T23:38:45.412Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (172/276)
35522026-05-18T23:38:45.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35532026-05-18T23:38:45.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35542026-05-18T23:38:45.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35552026-05-18T23:38:45.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35562026-05-18T23:38:46.006Z
35572026-05-18T23:38:46.006Zinfo: running `cargo check --bins` on parallel-task-set (173/276)
35582026-05-18T23:38:46.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35592026-05-18T23:38:46.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35602026-05-18T23:38:46.506Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35612026-05-18T23:38:46.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35622026-05-18T23:38:46.599Z
35632026-05-18T23:38:46.599Zinfo: running `cargo check --bins` on nexus-db-errors (174/276)
35642026-05-18T23:38:47.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35652026-05-18T23:38:47.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35662026-05-18T23:38:47.149Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35672026-05-18T23:38:47.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35682026-05-18T23:38:47.254Z
35692026-05-18T23:38:47.254Zinfo: running `cargo check --bins` on nexus-db-lookup (175/276)
35702026-05-18T23:38:47.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35712026-05-18T23:38:47.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35722026-05-18T23:38:47.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35732026-05-18T23:38:47.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35742026-05-18T23:38:47.905Z
35752026-05-18T23:38:47.905Zinfo: running `cargo check --bins` on nexus-inventory (176/276)
35762026-05-18T23:38:48.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35772026-05-18T23:38:48.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35782026-05-18T23:38:48.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35792026-05-18T23:38:48.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35802026-05-18T23:38:48.553Z
35812026-05-18T23:38:48.553Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (177/276)
35822026-05-18T23:38:49.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35832026-05-18T23:38:49.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35842026-05-18T23:38:49.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35852026-05-18T23:38:49.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35862026-05-18T23:38:49.177Z
35872026-05-18T23:38:49.177Zinfo: running `cargo check --bins --no-default-features` on sled-storage (178/276)
35882026-05-18T23:38:49.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35892026-05-18T23:38:49.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35902026-05-18T23:38:49.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35912026-05-18T23:38:49.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35922026-05-18T23:38:49.802Z
35932026-05-18T23:38:49.802Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (179/276)
35942026-05-18T23:38:50.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35952026-05-18T23:38:50.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35962026-05-18T23:38:50.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35972026-05-18T23:38:50.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35982026-05-18T23:38:50.424Z
35992026-05-18T23:38:50.425Zinfo: running `cargo check --bins` on key-manager (180/276)
36002026-05-18T23:38:50.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36012026-05-18T23:38:50.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36022026-05-18T23:38:50.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36032026-05-18T23:38:50.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36042026-05-18T23:38:51.029Z
36052026-05-18T23:38:51.029Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (181/276)
36062026-05-18T23:38:51.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36072026-05-18T23:38:51.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36082026-05-18T23:38:51.553Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36092026-05-18T23:38:51.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36102026-05-18T23:38:51.648Z
36112026-05-18T23:38:51.648Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (182/276)
36122026-05-18T23:38:52.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36132026-05-18T23:38:52.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36142026-05-18T23:38:52.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36152026-05-18T23:38:52.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36162026-05-18T23:38:52.264Z
36172026-05-18T23:38:52.264Zinfo: running `cargo check --bins` on typed-rng (183/276)
36182026-05-18T23:38:52.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36192026-05-18T23:38:52.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36202026-05-18T23:38:52.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36212026-05-18T23:38:52.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36222026-05-18T23:38:52.854Z
36232026-05-18T23:38:52.854Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (184/276)
36242026-05-18T23:38:53.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36252026-05-18T23:38:53.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36262026-05-18T23:38:53.721Z Compiling typify-impl v0.4.3
36272026-05-18T23:38:53.721Z Compiling libefi-sys v0.1.0
36282026-05-18T23:38:53.858Z Compiling bitfield-struct v0.6.2
36292026-05-18T23:38:53.877Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36302026-05-18T23:38:53.895Z Compiling xshell-macros v0.2.7
36312026-05-18T23:38:53.903Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36322026-05-18T23:38:53.905Z Compiling salty v0.3.0
36332026-05-18T23:38:53.999Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36342026-05-18T23:38:54.133Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
36352026-05-18T23:38:54.226Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36362026-05-18T23:38:54.304Z Checking xshell v0.2.7
36372026-05-18T23:38:54.319Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36382026-05-18T23:38:54.371Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36392026-05-18T23:38:54.471Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36402026-05-18T23:38:54.500Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36412026-05-18T23:38:54.592Z Checking primeorder v0.13.6
36422026-05-18T23:38:54.670Z Compiling proc-macro-error-attr2 v2.0.0
36432026-05-18T23:38:54.725Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36442026-05-18T23:38:54.831Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36452026-05-18T23:38:54.846Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36462026-05-18T23:38:54.865Z Checking tungstenite v0.21.0
36472026-05-18T23:38:54.958Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36482026-05-18T23:38:55.067Z Checking p384 v0.13.1
36492026-05-18T23:38:55.081Z Compiling proc-macro-error2 v2.0.1
36502026-05-18T23:38:55.084Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36512026-05-18T23:38:55.407Z Compiling num-derive v0.3.3
36522026-05-18T23:38:55.494Z Compiling tabled_derive v0.11.0
36532026-05-18T23:38:55.643Z Checking tokio-tungstenite v0.21.0
36542026-05-18T23:38:55.840Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36552026-05-18T23:38:55.913Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36562026-05-18T23:38:55.928Z Checking papergrid v0.17.0
36572026-05-18T23:38:56.293Z Checking libscf-sys v1.1.0
36582026-05-18T23:38:56.297Z Checking testing_table v0.3.0
36592026-05-18T23:38:56.348Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36602026-05-18T23:38:56.429Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36612026-05-18T23:38:56.523Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36622026-05-18T23:38:56.643Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36632026-05-18T23:38:56.699Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36642026-05-18T23:38:56.860Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36652026-05-18T23:38:56.917Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36662026-05-18T23:38:56.956Z Compiling illumos-nvpair-sys v0.2.0
36672026-05-18T23:38:56.983Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36682026-05-18T23:38:57.059Z Checking corncobs v0.1.4
36692026-05-18T23:38:57.116Z Compiling unicase v2.9.0
36702026-05-18T23:38:57.191Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36712026-05-18T23:38:57.243Z Checking tabled v0.20.0
36722026-05-18T23:38:57.324Z Compiling mime_guess v2.0.5
36732026-05-18T23:38:57.411Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36742026-05-18T23:38:57.430Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36752026-05-18T23:38:57.454Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36762026-05-18T23:38:57.648Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
36772026-05-18T23:38:57.688Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36782026-05-18T23:38:57.793Z Checking progenitor-client v0.11.2
36792026-05-18T23:38:57.836Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36802026-05-18T23:38:57.869Z Checking secrecy v0.8.0
36812026-05-18T23:38:57.996Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36822026-05-18T23:38:58.265Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
36832026-05-18T23:38:58.268Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36842026-05-18T23:38:58.295Z Compiling typify-macro v0.4.3
36852026-05-18T23:38:58.368Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36862026-05-18T23:38:58.406Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36872026-05-18T23:38:58.545Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36882026-05-18T23:38:58.593Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
36892026-05-18T23:38:58.641Z Checking filetime v0.2.27
36902026-05-18T23:38:58.766Z Checking crc8 v0.1.1
36912026-05-18T23:38:58.783Z Checking xattr v1.6.1
36922026-05-18T23:38:58.920Z Checking http-range v0.1.5
36932026-05-18T23:38:58.999Z Checking tar v0.4.45
36942026-05-18T23:38:59.052Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36952026-05-18T23:38:59.256Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36962026-05-18T23:38:59.271Z Checking illumos-nvpair v0.3.0
36972026-05-18T23:38:59.397Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36982026-05-18T23:38:59.430Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
36992026-05-18T23:38:59.524Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
37002026-05-18T23:38:59.786Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37012026-05-18T23:38:59.829Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37022026-05-18T23:38:59.879Z Checking atty v0.2.14
37032026-05-18T23:38:59.922Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37042026-05-18T23:38:59.979Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37052026-05-18T23:38:59.998Z Compiling typify v0.4.3
37062026-05-18T23:39:00.271Z Compiling progenitor-impl v0.11.2
37072026-05-18T23:39:00.425Z Compiling progenitor-impl v0.10.0
37082026-05-18T23:39:00.562Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37092026-05-18T23:39:00.869Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37102026-05-18T23:39:01.117Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37112026-05-18T23:39:01.135Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37122026-05-18T23:39:01.569Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37132026-05-18T23:39:01.868Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37142026-05-18T23:39:02.042Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
37152026-05-18T23:39:02.067Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
37162026-05-18T23:39:02.215Z Checking hyper-staticfile v0.10.1
37172026-05-18T23:39:02.253Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37182026-05-18T23:39:02.295Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37192026-05-18T23:39:02.505Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37202026-05-18T23:39:02.522Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37212026-05-18T23:39:02.662Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37222026-05-18T23:39:02.691Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37232026-05-18T23:39:02.791Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37242026-05-18T23:39:02.907Z Compiling progenitor-macro v0.11.2
37252026-05-18T23:39:02.935Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37262026-05-18T23:39:03.040Z Compiling progenitor-macro v0.10.0
37272026-05-18T23:39:05.524Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
37282026-05-18T23:39:05.820Z Checking progenitor v0.11.2
37292026-05-18T23:39:05.943Z Checking progenitor v0.10.0
37302026-05-18T23:39:05.957Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37312026-05-18T23:39:06.072Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37322026-05-18T23:39:10.560Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
37332026-05-18T23:39:21.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.59s
37342026-05-18T23:39:21.667Z
37352026-05-18T23:39:21.667Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (185/276)
37362026-05-18T23:39:22.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37372026-05-18T23:39:22.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37382026-05-18T23:39:22.461Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37392026-05-18T23:39:33.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.47s
37402026-05-18T23:39:33.365Z
37412026-05-18T23:39:33.365Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (186/276)
37422026-05-18T23:39:33.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37432026-05-18T23:39:33.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37442026-05-18T23:39:34.162Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37452026-05-18T23:39:44.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.42s
37462026-05-18T23:39:45.015Z
37472026-05-18T23:39:45.015Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (187/276)
37482026-05-18T23:39:45.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37492026-05-18T23:39:45.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37502026-05-18T23:39:45.793Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37512026-05-18T23:39:56.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.46s
37522026-05-18T23:39:56.694Z
37532026-05-18T23:39:56.694Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (188/276)
37542026-05-18T23:39:57.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37552026-05-18T23:39:57.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37562026-05-18T23:39:57.478Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37572026-05-18T23:40:08.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.50s
37582026-05-18T23:40:08.424Z
37592026-05-18T23:40:08.424Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (189/276)
37602026-05-18T23:40:08.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37612026-05-18T23:40:08.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37622026-05-18T23:40:09.207Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37632026-05-18T23:40:19.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.49s
37642026-05-18T23:40:20.147Z
37652026-05-18T23:40:20.148Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (190/276)
37662026-05-18T23:40:20.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37672026-05-18T23:40:20.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37682026-05-18T23:40:20.933Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37692026-05-18T23:40:31.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.52s
37702026-05-18T23:40:31.904Z
37712026-05-18T23:40:31.904Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (191/276)
37722026-05-18T23:40:32.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37732026-05-18T23:40:32.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37742026-05-18T23:40:32.698Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37752026-05-18T23:40:43.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.44s
37762026-05-18T23:40:43.565Z
37772026-05-18T23:40:43.565Zinfo: running `cargo check --bins` on bootstrap-agent-api (192/276)
37782026-05-18T23:40:44.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37792026-05-18T23:40:44.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37802026-05-18T23:40:44.085Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37812026-05-18T23:40:44.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37822026-05-18T23:40:44.184Z
37832026-05-18T23:40:44.184Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (193/276)
37842026-05-18T23:40:44.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37852026-05-18T23:40:44.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37862026-05-18T23:40:44.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37872026-05-18T23:40:44.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37882026-05-18T23:40:44.803Z
37892026-05-18T23:40:44.803Zinfo: running `cargo check --bins` on range-requests (194/276)
37902026-05-18T23:40:45.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37912026-05-18T23:40:45.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37922026-05-18T23:40:45.311Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37932026-05-18T23:40:45.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37942026-05-18T23:40:45.404Z
37952026-05-18T23:40:45.405Zinfo: running `cargo check --bins` on repo-depot-api (195/276)
37962026-05-18T23:40:45.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37972026-05-18T23:40:45.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37982026-05-18T23:40:45.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37992026-05-18T23:40:45.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38002026-05-18T23:40:46.009Z
38012026-05-18T23:40:46.009Zinfo: running `cargo check --bins` on sled-agent-api (196/276)
38022026-05-18T23:40:46.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38032026-05-18T23:40:46.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38042026-05-18T23:40:46.541Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38052026-05-18T23:40:46.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38062026-05-18T23:40:46.644Z
38072026-05-18T23:40:46.644Zinfo: running `cargo check --bins` on sled-diagnostics (197/276)
38082026-05-18T23:40:47.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38092026-05-18T23:40:47.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38102026-05-18T23:40:47.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38112026-05-18T23:40:47.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38122026-05-18T23:40:47.281Z
38132026-05-18T23:40:47.281Zinfo: running `cargo check --bins` on zfs-test-harness (198/276)
38142026-05-18T23:40:47.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38152026-05-18T23:40:47.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38162026-05-18T23:40:47.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38172026-05-18T23:40:47.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38182026-05-18T23:40:47.911Z
38192026-05-18T23:40:47.911Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (199/276)
38202026-05-18T23:40:48.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38212026-05-18T23:40:48.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38222026-05-18T23:40:48.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38232026-05-18T23:40:48.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38242026-05-18T23:40:48.558Z
38252026-05-18T23:40:48.558Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (200/276)
38262026-05-18T23:40:49.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38272026-05-18T23:40:49.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38282026-05-18T23:40:49.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38292026-05-18T23:40:49.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38302026-05-18T23:40:49.195Z
38312026-05-18T23:40:49.195Zinfo: running `cargo check --bins` on sled-agent-early-networking (201/276)
38322026-05-18T23:40:49.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38332026-05-18T23:40:49.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38342026-05-18T23:40:49.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38352026-05-18T23:40:49.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38362026-05-18T23:40:49.833Z
38372026-05-18T23:40:49.834Zinfo: running `cargo check --bins` on sled-agent-health-monitor (202/276)
38382026-05-18T23:40:50.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38392026-05-18T23:40:50.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38402026-05-18T23:40:50.364Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38412026-05-18T23:40:50.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38422026-05-18T23:40:50.464Z
38432026-05-18T23:40:50.464Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (203/276)
38442026-05-18T23:40:50.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38452026-05-18T23:40:50.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38462026-05-18T23:40:50.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38472026-05-18T23:40:51.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38482026-05-18T23:40:51.098Z
38492026-05-18T23:40:51.098Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (204/276)
38502026-05-18T23:40:51.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38512026-05-18T23:40:51.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38522026-05-18T23:40:51.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38532026-05-18T23:40:51.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38542026-05-18T23:40:51.735Z
38552026-05-18T23:40:51.736Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (205/276)
38562026-05-18T23:40:52.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38572026-05-18T23:40:52.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38582026-05-18T23:40:52.264Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38592026-05-18T23:40:52.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38602026-05-18T23:40:52.365Z
38612026-05-18T23:40:52.365Zinfo: running `cargo check --bins` on sled-agent-rack-setup (206/276)
38622026-05-18T23:40:52.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38632026-05-18T23:40:52.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38642026-05-18T23:40:52.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38652026-05-18T23:40:52.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38662026-05-18T23:40:53.009Z
38672026-05-18T23:40:53.009Zinfo: running `cargo check --bins` on trust-quorum (207/276)
38682026-05-18T23:40:53.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38692026-05-18T23:40:53.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38702026-05-18T23:40:53.540Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38712026-05-18T23:40:53.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38722026-05-18T23:40:53.637Z
38732026-05-18T23:40:53.637Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (208/276)
38742026-05-18T23:40:54.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38752026-05-18T23:40:54.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38762026-05-18T23:40:54.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38772026-05-18T23:40:54.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38782026-05-18T23:40:54.275Z
38792026-05-18T23:40:54.275Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (209/276)
38802026-05-18T23:40:54.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38812026-05-18T23:40:54.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38822026-05-18T23:40:54.822Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38832026-05-18T23:40:54.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38842026-05-18T23:40:54.924Z
38852026-05-18T23:40:54.924Zinfo: running `cargo check --bins` on update-common (210/276)
38862026-05-18T23:40:55.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38872026-05-18T23:40:55.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38882026-05-18T23:40:55.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38892026-05-18T23:40:55.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38902026-05-18T23:40:55.529Z
38912026-05-18T23:40:55.529Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (211/276)
38922026-05-18T23:40:56.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38932026-05-18T23:40:56.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38942026-05-18T23:40:56.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38952026-05-18T23:40:56.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38962026-05-18T23:40:56.182Z
38972026-05-18T23:40:56.183Zinfo: running `cargo check --bins` on omicron-deployment-graph (212/276)
38982026-05-18T23:40:56.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38992026-05-18T23:40:56.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39002026-05-18T23:40:56.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39012026-05-18T23:40:56.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39022026-05-18T23:40:56.766Z
39032026-05-18T23:40:56.766Zinfo: running `cargo check --bins` on reconfigurator-cli (213/276)
39042026-05-18T23:40:57.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39052026-05-18T23:40:57.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39062026-05-18T23:40:57.533Z Compiling fs-err v2.11.0
39072026-05-18T23:40:57.533Z Checking ignore v0.4.25
39082026-05-18T23:40:57.536Z Checking arc-swap v1.8.2
39092026-05-18T23:40:57.670Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
39102026-05-18T23:40:57.670Z Checking predicates-tree v1.0.13
39112026-05-18T23:40:57.678Z Checking parse-size v1.1.0
39122026-05-18T23:40:57.701Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39132026-05-18T23:40:57.704Z Checking rand_seeder v0.4.0
39142026-05-18T23:40:57.767Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39152026-05-18T23:40:57.801Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39162026-05-18T23:40:57.855Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39172026-05-18T23:40:57.868Z Checking slog-scope v4.4.1
39182026-05-18T23:40:57.903Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39192026-05-18T23:40:57.998Z Checking slog-stdlog v4.1.1
39202026-05-18T23:40:58.013Z Compiling petname v2.0.2
39212026-05-18T23:40:58.027Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39222026-05-18T23:40:58.031Z Checking globwalk v0.9.1
39232026-05-18T23:40:58.092Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
39242026-05-18T23:40:58.116Z Checking slog-envlogger v2.2.0
39252026-05-18T23:40:58.215Z Checking camino-tempfile-ext v0.3.3
39262026-05-18T23:40:58.266Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39272026-05-18T23:40:58.298Z Checking sapling-renderdag v0.1.0
39282026-05-18T23:40:58.409Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39292026-05-18T23:40:58.452Z Checking subprocess v0.2.15
39302026-05-18T23:40:58.535Z Checking sync-ptr v0.1.4
39312026-05-18T23:40:58.653Z Checking colored v2.2.0
39322026-05-18T23:40:58.666Z Checking assert_matches v1.5.0
39332026-05-18T23:40:58.729Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39342026-05-18T23:40:58.893Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39352026-05-18T23:40:58.893Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
39362026-05-18T23:40:59.639Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39372026-05-18T23:41:00.970Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39382026-05-18T23:41:03.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.41s
39392026-05-18T23:41:03.404Z
39402026-05-18T23:41:03.404Zinfo: running `cargo check --bins` on omicron-repl-utils (214/276)
39412026-05-18T23:41:03.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39422026-05-18T23:41:03.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39432026-05-18T23:41:03.899Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39442026-05-18T23:41:03.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39452026-05-18T23:41:03.988Z
39462026-05-18T23:41:03.988Zinfo: running `cargo check --bins` on transient-dns-server (215/276)
39472026-05-18T23:41:04.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39482026-05-18T23:41:04.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39492026-05-18T23:41:04.506Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39502026-05-18T23:41:04.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39512026-05-18T23:41:04.602Z
39522026-05-18T23:41:04.602Zinfo: running `cargo check --bins` on nexus-test-interface (216/276)
39532026-05-18T23:41:05.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39542026-05-18T23:41:05.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39552026-05-18T23:41:05.160Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39562026-05-18T23:41:05.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39572026-05-18T23:41:05.267Z
39582026-05-18T23:41:05.267Zinfo: running `cargo check --bins` on oximeter-collector (217/276)
39592026-05-18T23:41:05.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39602026-05-18T23:41:05.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39612026-05-18T23:41:05.986Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39622026-05-18T23:41:05.987Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39632026-05-18T23:41:06.643Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39642026-05-18T23:41:08.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.96s
39652026-05-18T23:41:08.440Z
39662026-05-18T23:41:08.440Zinfo: running `cargo check --bins` on oximeter-api (218/276)
39672026-05-18T23:41:08.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39682026-05-18T23:41:08.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39692026-05-18T23:41:08.954Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39702026-05-18T23:41:08.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39712026-05-18T23:41:09.050Z
39722026-05-18T23:41:09.050Zinfo: running `cargo check --bins` on cert-dev (219/276)
39732026-05-18T23:41:09.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39742026-05-18T23:41:09.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39752026-05-18T23:41:09.662Z Checking yasna v0.5.2
39762026-05-18T23:41:10.069Z Checking rcgen v0.12.1
39772026-05-18T23:41:10.318Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39782026-05-18T23:41:10.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
39792026-05-18T23:41:10.668Z
39802026-05-18T23:41:10.668Zinfo: running `cargo check --bins` on clickana (220/276)
39812026-05-18T23:41:11.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39822026-05-18T23:41:11.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39832026-05-18T23:41:11.318Z Compiling darling_core v0.23.0
39842026-05-18T23:41:11.427Z Compiling instability v0.3.11
39852026-05-18T23:41:11.437Z Checking castaway v0.2.4
39862026-05-18T23:41:11.444Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39872026-05-18T23:41:11.444Z Compiling indoc v2.0.7
39882026-05-18T23:41:11.463Z Checking unicode-truncate v1.1.0
39892026-05-18T23:41:11.466Z Checking lru v0.12.5
39902026-05-18T23:41:11.466Z Checking cassowary v0.3.0
39912026-05-18T23:41:11.529Z Checking compact_str v0.8.1
39922026-05-18T23:41:12.486Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39932026-05-18T23:41:12.672Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39942026-05-18T23:41:12.841Z Compiling darling_macro v0.23.0
39952026-05-18T23:41:13.253Z Compiling darling v0.23.0
39962026-05-18T23:41:13.863Z Checking ratatui v0.29.0
39972026-05-18T23:41:14.925Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39982026-05-18T23:41:15.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.93s
39992026-05-18T23:41:15.795Z
40002026-05-18T23:41:15.795Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (221/276)
40012026-05-18T23:41:16.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40022026-05-18T23:41:16.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40032026-05-18T23:41:16.519Z Checking headers-core v0.3.0
40042026-05-18T23:41:16.522Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
40052026-05-18T23:41:16.717Z Checking headers v0.4.1
40062026-05-18T23:41:17.085Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40072026-05-18T23:41:17.930Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
40082026-05-18T23:41:18.431Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
40092026-05-18T23:41:18.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.05s
40102026-05-18T23:41:19.064Z
40112026-05-18T23:41:19.064Zinfo: running `cargo check --bins` on ch-dev (222/276)
40122026-05-18T23:41:19.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40132026-05-18T23:41:19.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40142026-05-18T23:41:19.796Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
40152026-05-18T23:41:20.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
40162026-05-18T23:41:20.769Z
40172026-05-18T23:41:20.769Zinfo: running `cargo check --bins` on dev-tools-common (223/276)
40182026-05-18T23:41:21.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40192026-05-18T23:41:21.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40202026-05-18T23:41:21.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40212026-05-18T23:41:21.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
40222026-05-18T23:41:21.244Z
40232026-05-18T23:41:21.244Zinfo: running `cargo check --bins` on crdb-seed (224/276)
40242026-05-18T23:41:21.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40252026-05-18T23:41:21.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40262026-05-18T23:41:21.968Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40272026-05-18T23:41:22.949Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40282026-05-18T23:41:23.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.04s
40292026-05-18T23:41:23.495Z
40302026-05-18T23:41:23.496Zinfo: running `cargo check --bins` on db-dev (225/276)
40312026-05-18T23:41:24.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40322026-05-18T23:41:24.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40332026-05-18T23:41:24.225Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40342026-05-18T23:41:24.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
40352026-05-18T23:41:25.185Z
40362026-05-18T23:41:25.185Zinfo: running `cargo check --bins` on omicron-dev-lib (226/276)
40372026-05-18T23:41:25.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40382026-05-18T23:41:25.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40392026-05-18T23:41:25.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40402026-05-18T23:41:25.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40412026-05-18T23:41:25.839Z
40422026-05-18T23:41:25.839Zinfo: running `cargo check --bins` on xtask-downloader (227/276)
40432026-05-18T23:41:26.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40442026-05-18T23:41:26.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40452026-05-18T23:41:26.455Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40462026-05-18T23:41:27.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
40472026-05-18T23:41:27.303Z
40482026-05-18T23:41:27.303Zinfo: running `cargo check --bins` on omicron-dropshot-apis (228/276)
40492026-05-18T23:41:27.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40502026-05-18T23:41:27.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40512026-05-18T23:41:28.066Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40522026-05-18T23:41:28.066Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40532026-05-18T23:41:28.069Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
40542026-05-18T23:41:28.069Z Checking git-stub v1.0.0
40552026-05-18T23:41:28.069Z Compiling trait-variant v0.1.2
40562026-05-18T23:41:28.069Z Checking is_ci v1.2.0
40572026-05-18T23:41:28.069Z Checking maplit v1.0.2
40582026-05-18T23:41:28.195Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40592026-05-18T23:41:28.288Z Checking supports-color v3.0.2
40602026-05-18T23:41:28.320Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40612026-05-18T23:41:28.362Z Checking git-stub-vcs v0.1.0
40622026-05-18T23:41:28.408Z Checking drift v0.1.4
40632026-05-18T23:41:28.421Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40642026-05-18T23:41:28.523Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40652026-05-18T23:41:28.568Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40662026-05-18T23:41:28.705Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40672026-05-18T23:41:28.719Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
40682026-05-18T23:41:28.719Z Checking dropshot-api-manager v0.7.1
40692026-05-18T23:41:28.745Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40702026-05-18T23:41:28.927Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40712026-05-18T23:41:28.959Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40722026-05-18T23:41:29.139Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
40732026-05-18T23:41:29.462Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40742026-05-18T23:41:34.381Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40752026-05-18T23:41:35.468Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40762026-05-18T23:41:36.039Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40772026-05-18T23:41:36.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.16s
40782026-05-18T23:41:36.680Z
40792026-05-18T23:41:36.680Zinfo: running `cargo check --bins` on installinator-api (229/276)
40802026-05-18T23:41:37.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40812026-05-18T23:41:37.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40822026-05-18T23:41:37.198Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40832026-05-18T23:41:37.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40842026-05-18T23:41:37.292Z
40852026-05-18T23:41:37.292Zinfo: running `cargo check --bins` on nexus-external-api (230/276)
40862026-05-18T23:41:37.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40872026-05-18T23:41:37.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40882026-05-18T23:41:37.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40892026-05-18T23:41:37.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40902026-05-18T23:41:37.939Z
40912026-05-18T23:41:37.939Zinfo: running `cargo check --bins` on nexus-internal-api (231/276)
40922026-05-18T23:41:38.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40932026-05-18T23:41:38.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40942026-05-18T23:41:38.488Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40952026-05-18T23:41:38.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40962026-05-18T23:41:38.591Z
40972026-05-18T23:41:38.591Zinfo: running `cargo check --bins` on nexus-lockstep-api (232/276)
40982026-05-18T23:41:39.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40992026-05-18T23:41:39.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41002026-05-18T23:41:39.141Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41012026-05-18T23:41:39.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41022026-05-18T23:41:39.244Z
41032026-05-18T23:41:39.244Zinfo: running `cargo check --bins` on ntp-admin-api (233/276)
41042026-05-18T23:41:39.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41052026-05-18T23:41:39.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41062026-05-18T23:41:39.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41072026-05-18T23:41:39.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41082026-05-18T23:41:39.856Z
41092026-05-18T23:41:39.856Zinfo: running `cargo check --bins` on ntp-admin-types-versions (234/276)
41102026-05-18T23:41:40.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41112026-05-18T23:41:40.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41122026-05-18T23:41:40.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41132026-05-18T23:41:40.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41142026-05-18T23:41:40.451Z
41152026-05-18T23:41:40.451Zinfo: running `cargo check --bins` on wicketd-api (235/276)
41162026-05-18T23:41:40.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41172026-05-18T23:41:40.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41182026-05-18T23:41:40.976Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41192026-05-18T23:41:40.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41202026-05-18T23:41:41.074Z
41212026-05-18T23:41:41.074Zinfo: running `cargo check --bins` on omicron-ls-apis (236/276)
41222026-05-18T23:41:41.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41232026-05-18T23:41:41.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41242026-05-18T23:41:41.689Z Checking typeid v1.0.3
41252026-05-18T23:41:41.801Z Checking ordered-float v2.10.1
41262026-05-18T23:41:41.820Z Checking unicode-xid v0.2.6
41272026-05-18T23:41:41.833Z Checking cargo-platform v0.2.0
41282026-05-18T23:41:41.842Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
41292026-05-18T23:41:41.870Z Checking erased-serde v0.4.9
41302026-05-18T23:41:42.007Z Checking serde-value v0.7.0
41312026-05-18T23:41:42.180Z Checking serde-untagged v0.1.9
41322026-05-18T23:41:42.339Z Checking cargo-util-schemas v0.8.2
41332026-05-18T23:41:43.027Z Checking cargo_metadata v0.21.0
41342026-05-18T23:41:43.640Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41352026-05-18T23:41:44.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.28s
41362026-05-18T23:41:44.536Z
41372026-05-18T23:41:44.536Zinfo: running `cargo check --bins` on mgs-dev (237/276)
41382026-05-18T23:41:45.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41392026-05-18T23:41:45.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41402026-05-18T23:41:45.274Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41412026-05-18T23:41:45.908Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41422026-05-18T23:41:46.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.88s
41432026-05-18T23:41:46.645Z
41442026-05-18T23:41:46.645Zinfo: running `cargo check --bins` on omicron-omdb (238/276)
41452026-05-18T23:41:47.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41462026-05-18T23:41:47.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41472026-05-18T23:41:47.509Z Compiling vergen-gitcl v1.0.8
41482026-05-18T23:41:47.509Z Compiling dirs-sys-next v0.1.2
41492026-05-18T23:41:47.509Z Compiling crunchy v0.2.4
41502026-05-18T23:41:47.509Z Compiling glob v0.3.3
41512026-05-18T23:41:47.509Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41522026-05-18T23:41:47.512Z Compiling diesel_derives v2.3.7
41532026-05-18T23:41:47.512Z Compiling dsl_auto_type v0.2.0
41542026-05-18T23:41:47.513Z Checking scheduled-thread-pool v0.2.7
41552026-05-18T23:41:47.807Z Compiling dirs-next v2.0.0
41562026-05-18T23:41:47.851Z Compiling diesel_table_macro_syntax v0.3.0
41572026-05-18T23:41:47.912Z Compiling tiny-keccak v2.0.2
41582026-05-18T23:41:47.938Z Compiling term v0.7.0
41592026-05-18T23:41:48.004Z Checking r2d2 v0.8.10
41602026-05-18T23:41:48.061Z Compiling bit-vec v0.6.3
41612026-05-18T23:41:48.075Z Compiling clang-sys v1.8.1
41622026-05-18T23:41:48.121Z Checking downcast-rs v2.0.2
41632026-05-18T23:41:48.219Z Compiling bit-set v0.5.3
41642026-05-18T23:41:48.277Z Compiling ascii-canvas v3.0.0
41652026-05-18T23:41:48.380Z Compiling itertools v0.10.5
41662026-05-18T23:41:48.455Z Compiling ena v0.14.4
41672026-05-18T23:41:48.485Z Compiling libloading v0.8.9
41682026-05-18T23:41:48.519Z Compiling diff v0.1.13
41692026-05-18T23:41:48.538Z Compiling bindgen v0.71.1
41702026-05-18T23:41:48.590Z Compiling regex-syntax v0.6.29
41712026-05-18T23:41:48.694Z Compiling cexpr v0.6.0
41722026-05-18T23:41:48.778Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41732026-05-18T23:41:48.973Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41742026-05-18T23:41:49.011Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41752026-05-18T23:41:49.132Z Compiling libxml v0.3.3
41762026-05-18T23:41:49.361Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41772026-05-18T23:41:49.403Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41782026-05-18T23:41:49.428Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41792026-05-18T23:41:49.597Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41802026-05-18T23:41:49.614Z Compiling strum_macros v0.24.3
41812026-05-18T23:41:49.670Z Compiling indoc v1.0.9
41822026-05-18T23:41:50.115Z Compiling lalrpop v0.19.12
41832026-05-18T23:41:50.687Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41842026-05-18T23:41:50.717Z Checking derive_builder v0.20.2
41852026-05-18T23:41:50.838Z Compiling oso-derive v0.27.3
41862026-05-18T23:41:50.878Z Checking quick-xml v0.37.5
41872026-05-18T23:41:51.012Z Compiling impl-trait-for-tuples v0.2.3
41882026-05-18T23:41:51.335Z Checking openssl-probe v0.1.6
41892026-05-18T23:41:51.482Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41902026-05-18T23:41:51.734Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41912026-05-18T23:41:51.931Z Checking bb8 v0.8.6
41922026-05-18T23:41:52.217Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41932026-05-18T23:41:52.238Z Checking nonempty v0.12.0
41942026-05-18T23:41:52.350Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41952026-05-18T23:41:52.418Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41962026-05-18T23:41:52.438Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41972026-05-18T23:41:52.544Z Checking console v0.16.2
41982026-05-18T23:41:52.579Z Checking unit-prefix v0.5.2
41992026-05-18T23:41:52.628Z Checking support-bundle-viewer v0.1.2
42002026-05-18T23:41:52.715Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42012026-05-18T23:41:52.849Z Checking indicatif v0.18.4
42022026-05-18T23:41:52.881Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
42032026-05-18T23:41:53.013Z Checking multimap v0.10.1
42042026-05-18T23:41:53.604Z Checking diesel v2.3.7
42052026-05-18T23:41:55.439Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
42062026-05-18T23:41:55.906Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
42072026-05-18T23:41:56.012Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
42082026-05-18T23:41:56.535Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
42092026-05-18T23:41:57.182Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42102026-05-18T23:41:57.594Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
42112026-05-18T23:41:57.638Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
42122026-05-18T23:41:58.302Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
42132026-05-18T23:42:00.344Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42142026-05-18T23:42:05.460Z Compiling samael v0.0.19
42152026-05-18T23:42:09.308Z Checking diesel-dtrace v0.5.0
42162026-05-18T23:42:09.551Z Checking async-bb8-diesel v0.2.1
42172026-05-18T23:42:10.245Z Compiling polar-core v0.27.3
42182026-05-18T23:42:14.663Z Checking oso v0.27.3
42192026-05-18T23:42:51.555Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42202026-05-18T23:43:24.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 38s
42212026-05-18T23:43:25.161Z
42222026-05-18T23:43:25.161Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (239/276)
42232026-05-18T23:43:25.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42242026-05-18T23:43:25.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42252026-05-18T23:43:25.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42262026-05-18T23:43:25.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42272026-05-18T23:43:25.832Z
42282026-05-18T23:43:25.832Zinfo: running `cargo check --bins` on nexus-saga-recovery (240/276)
42292026-05-18T23:43:26.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42302026-05-18T23:43:26.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42312026-05-18T23:43:26.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42322026-05-18T23:43:26.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42332026-05-18T23:43:26.492Z
42342026-05-18T23:43:26.492Zinfo: running `cargo check --bins` on nexus-test-utils-macros (241/276)
42352026-05-18T23:43:26.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42362026-05-18T23:43:26.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42372026-05-18T23:43:26.999Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42382026-05-18T23:43:27.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42392026-05-18T23:43:27.091Z
42402026-05-18T23:43:27.091Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (242/276)
42412026-05-18T23:43:27.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42422026-05-18T23:43:27.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42432026-05-18T23:43:27.969Z Compiling libz-sys v1.1.24
42442026-05-18T23:43:28.102Z Compiling libgit2-sys v0.18.3+1.9.2
42452026-05-18T23:43:28.112Z Compiling vergen-git2 v1.0.7
42462026-05-18T23:43:28.139Z Compiling rustls v0.21.12
42472026-05-18T23:43:28.146Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42482026-05-18T23:43:28.149Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42492026-05-18T23:43:28.149Z Checking sct v0.7.1
42502026-05-18T23:43:28.149Z Checking rustls-webpki v0.101.7
42512026-05-18T23:43:28.299Z Compiling nix v0.29.0
42522026-05-18T23:43:28.334Z Compiling dropshot v0.16.7
42532026-05-18T23:43:28.386Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42542026-05-18T23:43:28.406Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42552026-05-18T23:43:28.482Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42562026-05-18T23:43:28.594Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42572026-05-18T23:43:28.624Z Checking toml v0.9.12+spec-1.1.0
42582026-05-18T23:43:28.643Z Compiling dropshot_endpoint v0.16.7
42592026-05-18T23:43:28.798Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42602026-05-18T23:43:28.927Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42612026-05-18T23:43:29.143Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42622026-05-18T23:43:29.201Z Checking rustls-pemfile v1.0.4
42632026-05-18T23:43:29.341Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42642026-05-18T23:43:29.535Z Checking twox-hash v2.1.2
42652026-05-18T23:43:29.553Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42662026-05-18T23:43:29.760Z Checking tokio-rustls v0.24.1
42672026-05-18T23:43:30.297Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42682026-05-18T23:43:30.437Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42692026-05-18T23:43:30.475Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
42702026-05-18T23:43:31.001Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42712026-05-18T23:43:31.027Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42722026-05-18T23:43:31.167Z Checking fatfs v0.3.6
42732026-05-18T23:43:31.184Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42742026-05-18T23:43:31.224Z Compiling seq-macro v0.3.6
42752026-05-18T23:43:34.992Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42762026-05-18T23:43:35.108Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42772026-05-18T23:43:35.475Z Compiling git2 v0.20.4
42782026-05-18T23:43:37.660Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42792026-05-18T23:44:25.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.91s
42802026-05-18T23:44:25.232Z
42812026-05-18T23:44:25.232Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (243/276)
42822026-05-18T23:44:25.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42832026-05-18T23:44:25.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42842026-05-18T23:44:26.118Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42852026-05-18T23:45:04.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.56s
42862026-05-18T23:45:05.025Z
42872026-05-18T23:45:05.025Zinfo: running `cargo check --bins` on nexus-background-task-interface (244/276)
42882026-05-18T23:45:05.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42892026-05-18T23:45:05.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42902026-05-18T23:45:05.529Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42912026-05-18T23:45:05.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42922026-05-18T23:45:05.618Z
42932026-05-18T23:45:05.618Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (245/276)
42942026-05-18T23:45:06.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42952026-05-18T23:45:06.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42962026-05-18T23:45:06.165Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42972026-05-18T23:45:06.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42982026-05-18T23:45:06.265Z
42992026-05-18T23:45:06.265Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (246/276)
43002026-05-18T23:45:06.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43012026-05-18T23:45:06.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43022026-05-18T23:45:06.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43032026-05-18T23:45:06.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43042026-05-18T23:45:06.922Z
43052026-05-18T23:45:06.922Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (247/276)
43062026-05-18T23:45:07.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43072026-05-18T23:45:07.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43082026-05-18T23:45:07.485Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43092026-05-18T23:45:07.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43102026-05-18T23:45:07.589Z
43112026-05-18T23:45:07.589Zinfo: running `cargo check --bins` on nexus-mgs-updates (248/276)
43122026-05-18T23:45:08.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43132026-05-18T23:45:08.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43142026-05-18T23:45:08.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43152026-05-18T23:45:08.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
43162026-05-18T23:45:08.220Z
43172026-05-18T23:45:08.220Zinfo: running `cargo check --bins` on nexus-networking (249/276)
43182026-05-18T23:45:08.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43192026-05-18T23:45:08.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43202026-05-18T23:45:08.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43212026-05-18T23:45:08.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43222026-05-18T23:45:08.866Z
43232026-05-18T23:45:08.866Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (250/276)
43242026-05-18T23:45:09.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43252026-05-18T23:45:09.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43262026-05-18T23:45:09.417Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43272026-05-18T23:45:09.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43282026-05-18T23:45:09.515Z
43292026-05-18T23:45:09.515Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (251/276)
43302026-05-18T23:45:10.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43312026-05-18T23:45:10.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43322026-05-18T23:45:10.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43332026-05-18T23:45:10.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43342026-05-18T23:45:10.168Z
43352026-05-18T23:45:10.168Zinfo: running `cargo check --bins` on omicron-dev (252/276)
43362026-05-18T23:45:10.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43372026-05-18T23:45:10.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43382026-05-18T23:45:11.061Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43392026-05-18T23:45:11.062Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43402026-05-18T23:45:11.249Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43412026-05-18T23:45:11.279Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
43422026-05-18T23:45:11.300Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43432026-05-18T23:45:11.303Z Checking diff v0.1.13
43442026-05-18T23:45:11.303Z Checking yansi v1.0.1
43452026-05-18T23:45:11.330Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43462026-05-18T23:45:11.385Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43472026-05-18T23:45:11.582Z Checking pretty_assertions v1.4.1
43482026-05-18T23:45:12.210Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43492026-05-18T23:45:12.368Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43502026-05-18T23:45:35.845Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43512026-05-18T23:45:35.848Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43522026-05-18T23:45:35.848Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43532026-05-18T23:45:35.848Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43542026-05-18T23:45:35.848Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43552026-05-18T23:45:35.848Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43562026-05-18T23:45:36.695Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43572026-05-18T23:45:37.796Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43582026-05-18T23:46:16.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
43592026-05-18T23:46:16.880Z
43602026-05-18T23:46:16.880Zinfo: running `cargo check --bins` on omicron-pins (253/276)
43612026-05-18T23:46:17.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43622026-05-18T23:46:17.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43632026-05-18T23:46:17.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43642026-05-18T23:46:17.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43652026-05-18T23:46:17.478Z
43662026-05-18T23:46:17.478Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (254/276)
43672026-05-18T23:46:18.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43682026-05-18T23:46:18.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43692026-05-18T23:46:18.250Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43702026-05-18T23:46:18.372Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43712026-05-18T23:46:18.375Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43722026-05-18T23:46:44.022Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43732026-05-18T23:46:44.414Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43742026-05-18T23:46:46.106Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43752026-05-18T23:46:46.564Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43762026-05-18T23:46:49.499Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43772026-05-18T23:47:12.151Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43782026-05-18T23:47:12.864Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43792026-05-18T23:47:14.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.01s
43802026-05-18T23:47:14.720Z
43812026-05-18T23:47:14.720Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (255/276)
43822026-05-18T23:47:15.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43832026-05-18T23:47:15.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43842026-05-18T23:47:15.440Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43852026-05-18T23:47:16.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
43862026-05-18T23:47:16.339Z
43872026-05-18T23:47:16.339Zinfo: running `cargo check --bins` on omicron-releng (256/276)
43882026-05-18T23:47:16.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43892026-05-18T23:47:16.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43902026-05-18T23:47:16.995Z Compiling blake3 v1.8.3
43912026-05-18T23:47:17.107Z Checking arrayvec v0.7.6
43922026-05-18T23:47:17.107Z Checking constant_time_eq v0.4.2
43932026-05-18T23:47:17.113Z Checking arrayref v0.3.9
43942026-05-18T23:47:17.125Z Checking topological-sort v0.2.2
43952026-05-18T23:47:17.125Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
43962026-05-18T23:47:17.131Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
43972026-05-18T23:47:17.131Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43982026-05-18T23:47:17.167Z Checking shell-words v1.1.1
43992026-05-18T23:47:17.895Z Checking omicron-zone-package v0.12.2
44002026-05-18T23:47:18.618Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
44012026-05-18T23:47:19.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.08s
44022026-05-18T23:47:19.638Z
44032026-05-18T23:47:19.638Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (257/276)
44042026-05-18T23:47:20.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44052026-05-18T23:47:20.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44062026-05-18T23:47:20.283Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
44072026-05-18T23:47:20.608Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
44082026-05-18T23:47:21.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
44092026-05-18T23:47:21.188Z
44102026-05-18T23:47:21.188Zinfo: running `cargo check --bins` on schema (258/276)
44112026-05-18T23:47:21.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44122026-05-18T23:47:21.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44132026-05-18T23:47:21.926Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
44142026-05-18T23:47:22.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
44152026-05-18T23:47:22.825Z
44162026-05-18T23:47:22.826Zinfo: running `cargo check --bins` on xtask (259/276)
44172026-05-18T23:47:23.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44182026-05-18T23:47:23.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44192026-05-18T23:47:23.276Z Checking libc v0.2.185
44202026-05-18T23:47:23.357Z Checking serde v1.0.228
44212026-05-18T23:47:23.363Z Checking zerofrom v0.1.6
44222026-05-18T23:47:23.367Z Checking bitflags v2.11.0
44232026-05-18T23:47:23.373Z Checking smallvec v1.15.1
44242026-05-18T23:47:23.379Z Checking indexmap v2.14.0
44252026-05-18T23:47:23.388Z Checking serde_json v1.0.149
44262026-05-18T23:47:23.392Z Checking num-traits v0.2.19
44272026-05-18T23:47:23.463Z Checking yoke v0.8.1
44282026-05-18T23:47:23.511Z Checking scroll v0.12.0
44292026-05-18T23:47:23.549Z Checking thiserror v1.0.69
44302026-05-18T23:47:23.634Z Checking zerovec v0.11.5
44312026-05-18T23:47:23.648Z Checking zerotrie v0.2.3
44322026-05-18T23:47:23.665Z Checking errno v0.3.14
44332026-05-18T23:47:23.740Z Checking toml_datetime v0.6.11
44342026-05-18T23:47:23.757Z Checking serde_spanned v0.6.9
44352026-05-18T23:47:23.787Z Checking rustix v1.1.3
44362026-05-18T23:47:23.875Z Checking percent-encoding v2.3.2
44372026-05-18T23:47:23.889Z Checking log v0.4.29
44382026-05-18T23:47:23.900Z Checking zerocopy v0.7.35
44392026-05-18T23:47:23.911Z Checking ordered-float v2.10.1
44402026-05-18T23:47:23.920Z Checking toml_edit v0.22.27
44412026-05-18T23:47:23.982Z Checking getrandom v0.4.1
44422026-05-18T23:47:24.015Z Checking form_urlencoded v1.2.2
44432026-05-18T23:47:24.036Z Checking goblin v0.8.2
44442026-05-18T23:47:24.068Z Checking tinystr v0.8.2
44452026-05-18T23:47:24.114Z Checking potential_utf v0.1.4
44462026-05-18T23:47:24.135Z Checking serde-value v0.7.0
44472026-05-18T23:47:24.144Z Checking thiserror v2.0.18
44482026-05-18T23:47:24.241Z Checking icu_collections v2.1.1
44492026-05-18T23:47:24.245Z Checking syn v2.0.117
44502026-05-18T23:47:24.245Z Checking icu_locale_core v2.1.1
44512026-05-18T23:47:24.333Z Checking dtrace-parser v0.2.0
44522026-05-18T23:47:24.385Z Checking thread-id v4.2.2
44532026-05-18T23:47:24.472Z Checking once_cell v1.21.3
44542026-05-18T23:47:24.550Z Checking cargo-platform v0.2.0
44552026-05-18T23:47:24.572Z Checking memmap v0.7.0
44562026-05-18T23:47:24.584Z Checking terminal_size v0.4.3
44572026-05-18T23:47:24.667Z Checking tempfile v3.25.0
44582026-05-18T23:47:24.694Z Checking clap_builder v4.5.60
44592026-05-18T23:47:24.705Z Checking textwrap v0.16.2
44602026-05-18T23:47:24.728Z Checking fs-err v3.3.0
44612026-05-18T23:47:24.811Z Checking icu_provider v2.1.1
44622026-05-18T23:47:24.862Z Checking camino-tempfile v1.4.1
44632026-05-18T23:47:24.905Z Checking anyhow v1.0.102
44642026-05-18T23:47:24.919Z Checking tabled v0.15.0
44652026-05-18T23:47:25.077Z Checking toml v0.8.23
44662026-05-18T23:47:25.081Z Checking macaddr v1.0.1
44672026-05-18T23:47:25.081Z Checking icu_properties v2.1.2
44682026-05-18T23:47:25.102Z Checking icu_normalizer v2.1.1
44692026-05-18T23:47:25.492Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44702026-05-18T23:47:25.503Z Checking cargo_toml v0.21.0
44712026-05-18T23:47:25.839Z Checking idna_adapter v1.2.1
44722026-05-18T23:47:25.876Z Checking clap v4.5.60
44732026-05-18T23:47:25.895Z Checking dof v0.3.0
44742026-05-18T23:47:25.955Z Checking idna v1.1.0
44752026-05-18T23:47:26.155Z Checking usdt-impl v0.5.0
44762026-05-18T23:47:26.302Z Checking url v2.5.8
44772026-05-18T23:47:26.420Z Checking usdt v0.5.0
44782026-05-18T23:47:26.507Z Checking cargo-util-schemas v0.8.2
44792026-05-18T23:47:27.203Z Checking cargo_metadata v0.21.0
44802026-05-18T23:47:27.802Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44812026-05-18T23:47:28.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.39s
44822026-05-18T23:47:28.343Z
44832026-05-18T23:47:28.343Zinfo: running `cargo check --bins` on dnsadm (260/276)
44842026-05-18T23:47:28.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44852026-05-18T23:47:28.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44862026-05-18T23:47:28.985Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
44872026-05-18T23:47:29.468Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
44882026-05-18T23:47:29.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s
44892026-05-18T23:47:30.060Z
44902026-05-18T23:47:30.060Zinfo: running `cargo check --bins` on end-to-end-tests (261/276)
44912026-05-18T23:47:30.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44922026-05-18T23:47:30.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44932026-05-18T23:47:30.858Z Checking polyval v0.6.2
44942026-05-18T23:47:30.983Z Checking ctr v0.9.2
44952026-05-18T23:47:30.996Z Checking ssh-encoding v0.2.0
44962026-05-18T23:47:30.996Z Checking blowfish v0.9.1
44972026-05-18T23:47:31.018Z Checking password-hash v0.4.2
44982026-05-18T23:47:31.035Z Checking p256 v0.13.2
44992026-05-18T23:47:31.043Z Checking p521 v0.13.3
45002026-05-18T23:47:31.062Z Checking russh-cryptovec v0.7.3
45012026-05-18T23:47:31.126Z Checking ghash v0.5.1
45022026-05-18T23:47:31.141Z Checking md5 v0.7.0
45032026-05-18T23:47:31.154Z Checking bcrypt-pbkdf v0.10.0
45042026-05-18T23:47:31.171Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
45052026-05-18T23:47:31.189Z Checking num-bigint v0.4.6
45062026-05-18T23:47:31.236Z Checking pbkdf2 v0.11.0
45072026-05-18T23:47:31.249Z Checking aes-gcm v0.10.3
45082026-05-18T23:47:31.294Z Checking des v0.8.1
45092026-05-18T23:47:31.312Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45102026-05-18T23:47:31.374Z Checking hex-literal v0.4.1
45112026-05-18T23:47:31.400Z Checking ssh-cipher v0.2.0
45122026-05-18T23:47:31.406Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
45132026-05-18T23:47:31.428Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
45142026-05-18T23:47:31.447Z Checking socket2 v0.5.10
45152026-05-18T23:47:31.463Z Checking internet-checksum v0.2.1
45162026-05-18T23:47:31.571Z Checking ssh-key v0.6.7
45172026-05-18T23:47:31.739Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45182026-05-18T23:47:32.210Z Checking russh-keys v0.45.0
45192026-05-18T23:47:36.562Z Checking russh v0.45.0
45202026-05-18T23:47:48.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.85s
45212026-05-18T23:47:49.132Z
45222026-05-18T23:47:49.132Zinfo: running `cargo check --bins` on gateway-cli (262/276)
45232026-05-18T23:47:49.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45242026-05-18T23:47:49.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45252026-05-18T23:47:49.790Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
45262026-05-18T23:47:49.902Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
45272026-05-18T23:47:49.942Z Checking termios v0.3.3
45282026-05-18T23:47:51.110Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45292026-05-18T23:47:51.264Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45302026-05-18T23:47:53.051Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
45312026-05-18T23:47:53.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.48s
45322026-05-18T23:47:53.804Z
45332026-05-18T23:47:53.804Zinfo: running `cargo check --bins --no-default-features` on installinator (263/276)
45342026-05-18T23:47:54.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45352026-05-18T23:47:54.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45362026-05-18T23:47:54.530Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45372026-05-18T23:47:54.538Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45382026-05-18T23:47:54.675Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45392026-05-18T23:47:54.683Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45402026-05-18T23:47:54.683Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45412026-05-18T23:47:54.683Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45422026-05-18T23:47:55.385Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45432026-05-18T23:47:55.720Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45442026-05-18T23:47:55.735Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45452026-05-18T23:47:56.370Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45462026-05-18T23:47:58.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.22s
45472026-05-18T23:47:58.233Z
45482026-05-18T23:47:58.233Zinfo: running `cargo check --bins` on internal-dns-cli (264/276)
45492026-05-18T23:47:58.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45502026-05-18T23:47:58.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45512026-05-18T23:47:58.872Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45522026-05-18T23:47:59.333Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45532026-05-18T23:47:59.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
45542026-05-18T23:47:59.834Z
45552026-05-18T23:47:59.835Zinfo: running `cargo check --bins` on omicron-live-tests (265/276)
45562026-05-18T23:48:00.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45572026-05-18T23:48:00.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45582026-05-18T23:48:00.362Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45592026-05-18T23:48:00.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45602026-05-18T23:48:00.429Z
45612026-05-18T23:48:00.430Zinfo: running `cargo check --bins` on live-tests-macros (266/276)
45622026-05-18T23:48:00.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45632026-05-18T23:48:00.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45642026-05-18T23:48:00.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45652026-05-18T23:48:00.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45662026-05-18T23:48:01.030Z
45672026-05-18T23:48:01.030Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (267/276)
45682026-05-18T23:48:01.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45692026-05-18T23:48:01.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45702026-05-18T23:48:01.774Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45712026-05-18T23:48:02.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
45722026-05-18T23:48:02.588Z
45732026-05-18T23:48:02.588Zinfo: running `cargo check --bins` on omicron-ntp-admin (268/276)
45742026-05-18T23:48:03.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45752026-05-18T23:48:03.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45762026-05-18T23:48:03.237Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45772026-05-18T23:48:03.289Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45782026-05-18T23:48:03.522Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45792026-05-18T23:48:03.522Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45802026-05-18T23:48:04.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.73s
45812026-05-18T23:48:04.516Z
45822026-05-18T23:48:04.516Zinfo: running `cargo check --bins` on ntp-admin-types (269/276)
45832026-05-18T23:48:05.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45842026-05-18T23:48:05.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45852026-05-18T23:48:05.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45862026-05-18T23:48:05.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45872026-05-18T23:48:05.095Z
45882026-05-18T23:48:05.095Zinfo: running `cargo check --bins` on omicron-package (270/276)
45892026-05-18T23:48:05.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45902026-05-18T23:48:05.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45912026-05-18T23:48:05.821Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
45922026-05-18T23:48:06.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
45932026-05-18T23:48:07.056Z
45942026-05-18T23:48:07.056Zinfo: running `cargo check --bins` on tqdb (271/276)
45952026-05-18T23:48:07.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45962026-05-18T23:48:07.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45972026-05-18T23:48:07.837Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45982026-05-18T23:48:08.194Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45992026-05-18T23:48:08.703Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
46002026-05-18T23:48:08.712Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
46012026-05-18T23:48:14.579Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
46022026-05-18T23:48:14.592Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
46032026-05-18T23:48:15.158Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
46042026-05-18T23:48:15.158Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
46052026-05-18T23:48:15.168Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46062026-05-18T23:48:15.168Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
46072026-05-18T23:48:15.925Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
46082026-05-18T23:48:16.915Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46092026-05-18T23:48:17.683Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46102026-05-18T23:48:18.294Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
46112026-05-18T23:48:22.449Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
46122026-05-18T23:48:28.842Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
46132026-05-18T23:48:28.848Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
46142026-05-18T23:48:28.848Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46152026-05-18T23:48:28.848Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
46162026-05-18T23:48:30.325Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
46172026-05-18T23:48:31.653Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
46182026-05-18T23:48:32.335Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
46192026-05-18T23:48:33.580Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
46202026-05-18T23:48:34.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.06s
46212026-05-18T23:48:34.352Z
46222026-05-18T23:48:34.352Zinfo: running `cargo check --bins` on wicket-dbg (272/276)
46232026-05-18T23:48:34.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46242026-05-18T23:48:34.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46252026-05-18T23:48:35.063Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46262026-05-18T23:48:35.063Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46272026-05-18T23:48:35.068Z Checking rtoolbox v0.0.3
46282026-05-18T23:48:35.195Z Checking tui-tree-widget v0.23.1
46292026-05-18T23:48:35.290Z Checking rpassword v7.4.0
46302026-05-18T23:48:36.310Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46312026-05-18T23:48:39.296Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46322026-05-18T23:48:41.126Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46332026-05-18T23:48:42.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.68s
46342026-05-18T23:48:42.236Z
46352026-05-18T23:48:42.237Zinfo: running `cargo check --bins` on wicket (273/276)
46362026-05-18T23:48:42.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46372026-05-18T23:48:42.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46382026-05-18T23:48:42.931Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46392026-05-18T23:48:43.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
46402026-05-18T23:48:43.489Z
46412026-05-18T23:48:43.489Zinfo: running `cargo check --bins` on wicketd (274/276)
46422026-05-18T23:48:44.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46432026-05-18T23:48:44.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46442026-05-18T23:48:44.206Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46452026-05-18T23:48:44.214Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46462026-05-18T23:48:44.214Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46472026-05-18T23:48:44.214Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46482026-05-18T23:48:46.880Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46492026-05-18T23:48:46.891Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46502026-05-18T23:48:48.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.24s
46512026-05-18T23:48:48.941Z
46522026-05-18T23:48:48.941Zinfo: running `cargo check --bins` on omicron-workspace-hack (275/276)
46532026-05-18T23:48:49.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46542026-05-18T23:48:49.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46552026-05-18T23:48:49.508Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46562026-05-18T23:48:49.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
46572026-05-18T23:48:49.523Z
46582026-05-18T23:48:49.524Zinfo: running `cargo check --bins` on zone-setup (276/276)
46592026-05-18T23:48:50.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46602026-05-18T23:48:50.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46612026-05-18T23:48:50.196Z Checking uzers v0.12.2
46622026-05-18T23:48:50.471Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46632026-05-18T23:48:51.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
46642026-05-18T23:48:51.434Z
46652026-05-18T23:48:51.434Zreal 14:12.880036189
46662026-05-18T23:48:51.434Zuser 20:34.398197087
46672026-05-18T23:48:51.434Zsys 4:18.288082500
46682026-05-18T23:48:51.434Ztrap 0.321321420
46692026-05-18T23:48:51.434Ztflt 0.839962874
46702026-05-18T23:48:51.434Zdflt 1.350778677
46712026-05-18T23:48:51.434Zkflt 0.014640490
46722026-05-18T23:48:51.434Zlock 1:16:50.175903999
46732026-05-18T23:48:51.434Zslp 1:38:51.261215504
46742026-05-18T23:48:51.434Zlat 55.961210673
46752026-05-18T23:48:51.438Zstop 3:31.975968465
46762026-05-18T23:48:51.439Zprocess exited: duration 988285 ms, exit code 0
 
46772026-05-18T23:48:51.446Zfound 0 output files