01KS0SHZ2NP96C8M55EHZNWF82: 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: 01KS0SJJB1BHPAGJYQMDXY00FM

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-19T18:57:49.178Zjob assigned to worker 01KS0SJMW46FQ7ED5MAVM3XG48 [factory aws, i-0768ac010fb826f77] (queued for 43 s)
 
22026-05-19T18:57:56.122Zstarting task 0: "setup"
32026-05-19T18:57:56.127Z++ uname -s
42026-05-19T18:57:56.130Z+ kern=SunOS
52026-05-19T18:57:56.130Z+ build_user=build
62026-05-19T18:57:56.130Z+ build_uid=12345
72026-05-19T18:57:56.130Z+ work_dir=/work
82026-05-19T18:57:56.130Z+ input_dir=/input
92026-05-19T18:57:56.130Z+ [[ 0 == 12345 ]]
102026-05-19T18:57:56.130Z+ case "$kern" in
112026-05-19T18:57:56.130Z+ groupadd -g 12345 build
122026-05-19T18:57:56.133Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-19T18:57:58.137Z+ zfs create -o mountpoint=/work rpool/work
142026-05-19T18:57:58.247Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-19T18:57:58.250Z+ home_fs=zfs
162026-05-19T18:57:58.250Z+ [[ zfs == autofs ]]
172026-05-19T18:57:58.250Z+ mkdir -p /home/build
182026-05-19T18:57:58.250Z+ chown build:build /home/build /work
192026-05-19T18:58:00.251Z+ chmod 0700 /home/build /work
202026-05-19T18:58:00.254Zprocess exited: duration 4133 ms, exit code 0
 
212026-05-19T18:58:00.260Zstarting task 1: "rust-toolchain"
222026-05-19T18:58:00.265Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-19T18:58:00.265Z * rust toolchain channel = "1.94.0"
242026-05-19T18:58:00.265Z * rust toolchain profile = "default"
252026-05-19T18:58:00.265Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-19T18:58:00.265Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-19T18:58:00.265Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-19T18:58:00.268Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-19T18:58:00.268Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-19T18:58:00.350Zinfo: downloading installer
312026-05-19T18:58:01.587Zwarn: It looks like you have an existing rustup settings file at:
322026-05-19T18:58:01.587Zwarn: /home/build/.rustup/settings.toml
332026-05-19T18:58:01.587Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-19T18:58:01.587Zwarn: instead of the one inferred from the default host triple.
352026-05-19T18:58:01.600Zinfo: profile set to default
362026-05-19T18:58:01.600Zinfo: default host triple is x86_64-unknown-illumos
372026-05-19T18:58:01.603Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-19T18:58:01.733Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-19T18:58:01.736Zinfo: downloading 6 components
402026-05-19T18:58:15.756Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-19T18:58:15.756Z
422026-05-19T18:58:15.784Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-19T18:58:15.784Z
442026-05-19T18:58:15.784Z
452026-05-19T18:58:15.784ZRust is installed now. Great!
462026-05-19T18:58:15.784Z
472026-05-19T18:58:15.784ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-19T18:58:15.784Zenvironment variable. This has not been done automatically.
492026-05-19T18:58:15.784Z
502026-05-19T18:58:15.784ZTo configure your current shell, you need to source
512026-05-19T18:58:15.785Zthe corresponding env file under $HOME/.cargo.
522026-05-19T18:58:15.785Z
532026-05-19T18:58:15.785ZThis is usually done by running one of the following (note the leading DOT):
542026-05-19T18:58:15.785Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-19T18:58:15.785Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-19T18:58:15.785Zsource "~/.cargo/env.nu" # For nushell
572026-05-19T18:58:15.785Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-19T18:58:15.785Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-19T18:58:15.785Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-19T18:58:15.788Zwarn: no default linker (`cc`) was found in your PATH
612026-05-19T18:58:15.788Zwarn: many Rust crates require a system C toolchain to build
622026-05-19T18:58:15.873Z+ rustup --version
632026-05-19T18:58:15.883Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-19T18:58:15.910Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-19T18:58:15.910Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-19T18:58:15.910Z+ cargo --version
672026-05-19T18:58:15.919Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-19T18:58:15.925Z+ rustc --version
692026-05-19T18:58:15.941Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-19T18:58:15.944Zprocess exited: duration 15682 ms, exit code 0
 
712026-05-19T18:58:15.949Zstarting task 2: "authentication"
722026-05-19T18:58:15.966Zprocess exited: duration 16 ms, exit code 0
 
732026-05-19T18:58:15.971Zstarting task 3: "clone repository"
742026-05-19T18:58:15.975Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-19T18:58:15.977Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-19T18:58:16.015ZCloning into '/work/oxidecomputer/omicron'...
772026-05-19T18:58:27.466Z+ cd /work/oxidecomputer/omicron
782026-05-19T18:58:27.469Z+ git fetch origin 8f9772b537b25eb7b8c65bfbc4b6371c45760f87
792026-05-19T18:58:27.801ZFrom https://github.com/oxidecomputer/omicron
802026-05-19T18:58:27.801Z * branch 8f9772b537b25eb7b8c65bfbc4b6371c45760f87 -> FETCH_HEAD
812026-05-19T18:58:27.810Z+ [[ -n john/scrimlet-reconcilers-dpd-ports ]]
822026-05-19T18:58:27.814Z++ git branch --show-current
832026-05-19T18:58:27.814Z+ current=main
842026-05-19T18:58:27.814Z+ [[ main != john/scrimlet-reconcilers-dpd-ports ]]
852026-05-19T18:58:27.814Z+ git branch -f john/scrimlet-reconcilers-dpd-ports 8f9772b537b25eb7b8c65bfbc4b6371c45760f87
862026-05-19T18:58:27.817Z+ git checkout -f john/scrimlet-reconcilers-dpd-ports
872026-05-19T18:58:28.057ZSwitched to branch 'john/scrimlet-reconcilers-dpd-ports'
882026-05-19T18:58:28.060Z+ git reset --hard 8f9772b537b25eb7b8c65bfbc4b6371c45760f87
892026-05-19T18:58:28.093ZHEAD is now at 8f9772b53 remove stray dbg!
902026-05-19T18:58:28.096Zprocess exited: duration 12122 ms, exit code 0
 
912026-05-19T18:58:28.102Zstarting task 4: "build"
922026-05-19T18:58:28.106Z+ source .github/buildomat/ci-env.sh
932026-05-19T18:58:28.109Z++ export CARGO_TERM_COLOR=always
942026-05-19T18:58:28.109Z++ CARGO_TERM_COLOR=always
952026-05-19T18:58:28.109Z+ cargo --version
962026-05-19T18:58:28.117Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-19T18:58:28.121Z+ rustc --version
982026-05-19T18:58:28.139Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-19T18:58:28.142Z+ source ./env.sh
1002026-05-19T18:58:28.142Z++ OLD_SHELL_OPTS=ehxB
1012026-05-19T18:58:28.142Z++ set -o xtrace
1022026-05-19T18:58:28.145Z++++ dirname ./env.sh
1032026-05-19T18:58:28.148Z+++ readlink -f .
1042026-05-19T18:58:28.153Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-05-19T18:58:28.153Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-05-19T18:58:28.153Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-05-19T18:58:28.153Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-05-19T18:58:28.153Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-05-19T18:58:28.153Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-05-19T18:58:28.153Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-05-19T18:58:28.153Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122026-05-19T18:58:28.154Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1132026-05-19T18:58:28.154Z++ case $OLD_SHELL_OPTS in
1142026-05-19T18:58:28.154Z++ unset OLD_SHELL_OPTS OMICRON_WS
1152026-05-19T18:58:28.154Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1162026-05-19T18:58:28.154Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1172026-05-19T18:58:28.154Z+ banner prerequisites
1182026-05-19T18:58:28.154Z
1192026-05-19T18:58:28.154Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-05-19T18:58:28.154Z # # # # # # # # # # # # # # #
1212026-05-19T18:58:28.154Z # # # # ##### # # ##### # # # # # #### #
1222026-05-19T18:58:28.154Z ##### ##### # ##### # # # # # # # # #
1232026-05-19T18:58:28.154Z # # # # # # # # # # # # # # #
1242026-05-19T18:58:28.154Z # # # ###### # # ###### ### # #### # #### #
1252026-05-19T18:58:28.154Z
1262026-05-19T18:58:28.154Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-05-19T18:58:30.139Z Startup: Refreshing catalog 'helios' ... Done
1282026-05-19T18:58:30.196Z Startup: Caching catalogs ... Done
1292026-05-19T18:58:30.400ZPlanning: Solver setup ... Done (0.172s)
1302026-05-19T18:58:30.416ZPlanning: Running solver ... Done (0.016s)
1312026-05-19T18:58:30.422ZPlanning: Finding local manifests ... Done (0.003s)
1322026-05-19T18:58:30.435ZPlanning: Fetching manifests: 0/2 0% complete
1332026-05-19T18:58:30.454ZPlanning: Fetching manifests: 2/2 100% complete
1342026-05-19T18:58:30.469ZPlanning: Package planning ... Done (0.013s)
1352026-05-19T18:58:30.472ZPlanning: Merging actions ... Done (0.001s)
1362026-05-19T18:58:30.657ZPlanning: Checking for conflicting actions ... Done (0.186s)
1372026-05-19T18:58:30.660ZPlanning: Consolidating action changes ... Done (0.001s)
1382026-05-19T18:58:31.406ZPlanning: Evaluating mediators ... Done (0.749s)
1392026-05-19T18:58:31.409ZPlanning: Planning completed in 1.19 seconds
1402026-05-19T18:58:31.415Z Packages to install: 2
1412026-05-19T18:58:31.415Z Estimated space available: 156.08 GB
1422026-05-19T18:58:31.418ZEstimated space to be consumed: 19.74 MB
1432026-05-19T18:58:31.418Z Create boot environment: No
1442026-05-19T18:58:31.418ZCreate backup boot environment: No
1452026-05-19T18:58:31.418Z Rebuild boot archive: No
1462026-05-19T18:58:31.418Z
1472026-05-19T18:58:31.418ZChanged packages:
1482026-05-19T18:58:31.418Zhelios
1492026-05-19T18:58:31.418Z developer/build-essential
1502026-05-19T18:58:31.419Z None -> 11-3.0
1512026-05-19T18:58:31.419Z library/libxmlsec1
1522026-05-19T18:58:31.419Z None -> 1.2.35-3.0
1532026-05-19T18:58:31.440Z
1542026-05-19T18:58:31.440ZDownload: 0/214 items 0.0/1.3MB 0% complete
1552026-05-19T18:58:32.807ZDownload: Completed 1.28 MB in 1.37 seconds (960k/s)
1562026-05-19T18:58:32.875Z Actions: 1/268 actions (Installing new actions)
1572026-05-19T18:58:32.910Z Actions: Completed 268 actions in 0.04 seconds.
1582026-05-19T18:58:32.916ZFinalize: Updating package state database ... Done (0.006s)
1592026-05-19T18:58:32.916ZFinalize: Updating package cache ... Done (0.000s)
1602026-05-19T18:58:32.932ZFinalize: Updating image state ... Done (0.015s)
1612026-05-19T18:58:35.300ZFinalize: Creating fast lookup database ... Done (2.348s)
1622026-05-19T18:58:35.370ZFinalize: Reading search index ... Done (0.012s)
1632026-05-19T18:58:35.374ZFinalize: Updating search index ... Done (0.000s)
1642026-05-19T18:58:35.472ZFinalize: Updating package cache ... Done (0.000s)
1652026-05-19T18:58:35.764ZPlanning: Evaluating mediator changes ... Done
1662026-05-19T18:58:35.869ZPlanning: Checking for conflicting actions ... Done
1672026-05-19T18:58:35.874ZPlanning: Consolidating action changes ... Done
1682026-05-19T18:58:36.025ZPlanning: Evaluating mediators ... Done
1692026-05-19T18:58:36.028ZPlanning: Planning completed in 0.26 seconds
1702026-05-19T18:58:36.048Z Mediators to change: 2
1712026-05-19T18:58:36.048Z Create boot environment: No
1722026-05-19T18:58:36.049ZCreate backup boot environment: No
1732026-05-19T18:58:36.115ZFinalize: Updating package state database ... Done
1742026-05-19T18:58:36.116ZFinalize: Updating package cache ... Done
1752026-05-19T18:58:36.125ZFinalize: Updating image state ... Done
1762026-05-19T18:58:38.057ZFinalize: Creating fast lookup database ... Done
1772026-05-19T18:58:38.119ZFinalize: Reading search index ... Done
1782026-05-19T18:58:38.123ZFinalize: Updating search index ... Done
1792026-05-19T18:58:38.200ZFinalize: Updating package cache ... Done
1802026-05-19T18:58:38.485ZPlanning: Evaluating mediator changes ... Done
1812026-05-19T18:58:38.592ZPlanning: Checking for conflicting actions ... Done
1822026-05-19T18:58:38.595ZPlanning: Consolidating action changes ... Done
1832026-05-19T18:58:38.747ZPlanning: Evaluating mediators ... Done
1842026-05-19T18:58:38.751ZPlanning: Planning completed in 0.26 seconds
1852026-05-19T18:58:38.772Z Mediators to change: 1
1862026-05-19T18:58:38.772Z Create boot environment: No
1872026-05-19T18:58:38.772ZCreate backup boot environment: No
1882026-05-19T18:58:38.824ZFinalize: Updating package state database ... Done
1892026-05-19T18:58:38.824ZFinalize: Updating package cache ... Done
1902026-05-19T18:58:38.833ZFinalize: Updating image state ... Done
1912026-05-19T18:58:40.779ZFinalize: Creating fast lookup database ... Done
1922026-05-19T18:58:40.842ZFinalize: Reading search index ... Done
1932026-05-19T18:58:40.842ZFinalize: Updating search index ... Done
1942026-05-19T18:58:40.915ZFinalize: Updating package cache ... Done
1952026-05-19T18:58:41.225ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962026-05-19T18:58:41.226Zapache system 2.4 system
1972026-05-19T18:58:41.226Zclang system 15 system
1982026-05-19T18:58:41.226Zcsh system system illumos
1992026-05-19T18:58:41.226Zctags system system illumos
2002026-05-19T18:58:41.226Zfile vendor vendor darwinsys
2012026-05-19T18:58:41.226Zfile system system illumos
2022026-05-19T18:58:41.226Zgcc vendor 14 vendor
2032026-05-19T18:58:41.226Zgcc system 13 system
2042026-05-19T18:58:41.226Zgcc system 10 system
2052026-05-19T18:58:41.226Zgo system 1.25 system
2062026-05-19T18:58:41.226Zllvm system 15 system
2072026-05-19T18:58:41.226Zmariadb system 11.4 system
2082026-05-19T18:58:41.226Zmta vendor vendor dma
2092026-05-19T18:58:41.226Zopenjdk system 17 system
2102026-05-19T18:58:41.226Zopenjdk system 11 system
2112026-05-19T18:58:41.226Zopenssl vendor 3 vendor
2122026-05-19T18:58:41.226Zperl system 5.40 system
2132026-05-19T18:58:41.226Zpostgresql system 18 system
2142026-05-19T18:58:41.226Zpostgresql system 17 system
2152026-05-19T18:58:41.226Zpython vendor 3 vendor
2162026-05-19T18:58:41.226Zpython system 2 system
2172026-05-19T18:58:41.226Zpython3 vendor 3.13 vendor
2182026-05-19T18:58:41.226Zruby system 3.4 system
2192026-05-19T18:58:41.226Zruby system 3.0 system
2202026-05-19T18:58:41.226Zwords vendor vendor american-english
2212026-05-19T18:58:41.226Zwords system system australian-english
2222026-05-19T18:58:41.226Zwords system system british-english
2232026-05-19T18:58:41.226Zwords system system canadian-english
2242026-05-19T18:58:41.226Zwords system system french
2252026-05-19T18:58:41.226Zwords system system italian
2262026-05-19T18:58:41.226Zwords system system ngerman
2272026-05-19T18:58:41.226Zwords system system ogerman
2282026-05-19T18:58:41.226Zwords system system spanish
2292026-05-19T18:58:41.480ZPUBLISHER TYPE STATUS P LOCATION
2302026-05-19T18:58:41.480Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2312026-05-19T18:58:41.746ZFMRI IFO
2322026-05-19T18:58:41.746Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2332026-05-19T18:58:41.746Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2342026-05-19T18:58:41.746Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2352026-05-19T18:58:41.746Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2362026-05-19T18:58:41.746Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2372026-05-19T18:58:41.747Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2382026-05-19T18:58:41.747Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2392026-05-19T18:58:41.747Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2402026-05-19T18:58:41.747Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2412026-05-19T18:58:41.993Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2422026-05-19T18:58:42.272Z Updating crates.io index
2432026-05-19T18:58:42.276Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2442026-05-19T18:58:42.739Z Updating git repository `https://github.com/oxidecomputer/lldp`
2452026-05-19T18:58:43.153Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2462026-05-19T18:58:43.700Z Updating git repository `https://github.com/oxidecomputer/propolis`
2472026-05-19T18:58:44.505Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2482026-05-19T18:58:45.015Z Updating git repository `https://github.com/oxidecomputer/crucible`
2492026-05-19T18:58:46.353Z Updating git repository `https://github.com/oxidecomputer/opte`
2502026-05-19T18:58:47.328Z Updating git repository `https://github.com/oxidecomputer/tofino`
2512026-05-19T18:58:47.630Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522026-05-19T18:58:48.422Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-05-19T18:58:48.983Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2542026-05-19T18:58:49.298Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2552026-05-19T18:58:49.716Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2562026-05-19T18:58:50.604Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2572026-05-19T18:58:51.191Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2582026-05-19T18:58:51.563Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2592026-05-19T18:58:51.829Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2602026-05-19T18:58:52.214Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2612026-05-19T18:58:52.778Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2622026-05-19T18:58:53.070Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2632026-05-19T18:58:53.345Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2642026-05-19T18:58:53.800Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2652026-05-19T18:58:54.147Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2662026-05-19T18:58:54.717Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2672026-05-19T18:58:55.049Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2682026-05-19T18:58:55.363Z Updating git repository `https://github.com/oxidecomputer/ispf`
2692026-05-19T18:58:55.645Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2702026-05-19T18:58:56.537Z Updating git repository `https://github.com/oxidecomputer/crucible`
2712026-05-19T18:58:57.343Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2722026-05-19T18:58:57.773Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2732026-05-19T18:58:58.039Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2742026-05-19T18:58:58.447Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2752026-05-19T18:58:58.847Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2762026-05-19T18:58:59.432Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2772026-05-19T18:58:59.665Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2782026-05-19T18:58:59.924Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2792026-05-19T18:59:00.286Z Updating git repository `https://github.com/illumos/smf-rs`
2802026-05-19T18:59:00.700Z Updating git repository `https://github.com/oxidecomputer/omicron`
2812026-05-19T18:59:12.491Z Downloading crates ...
2822026-05-19T18:59:12.541Z Downloaded autocfg v1.5.0
2832026-05-19T18:59:12.551Z Downloaded papergrid v0.11.0
2842026-05-19T18:59:12.562Z Downloaded cargo-util-schemas v0.8.2
2852026-05-19T18:59:12.562Z Downloaded cfg-if v1.0.4
2862026-05-19T18:59:12.562Z Downloaded camino v1.2.2
2872026-05-19T18:59:12.562Z Downloaded anstream v0.6.21
2882026-05-19T18:59:12.562Z Downloaded clap_derive v4.5.55
2892026-05-19T18:59:12.562Z Downloaded anstyle v1.0.13
2902026-05-19T18:59:12.562Z Downloaded textwrap v0.16.2
2912026-05-19T18:59:12.562Z Downloaded thiserror-impl v1.0.69
2922026-05-19T18:59:12.571Z Downloaded camino-tempfile v1.4.1
2932026-05-19T18:59:12.571Z Downloaded byteorder v1.5.0
2942026-05-19T18:59:12.571Z Downloaded cargo_metadata v0.21.0
2952026-05-19T18:59:12.571Z Downloaded bytecount v0.6.9
2962026-05-19T18:59:12.571Z Downloaded unicode-xid v0.2.6
2972026-05-19T18:59:12.571Z Downloaded clap_lex v1.0.0
2982026-05-19T18:59:12.583Z Downloaded cargo_toml v0.21.0
2992026-05-19T18:59:12.583Z Downloaded cargo-platform v0.2.0
3002026-05-19T18:59:12.583Z Downloaded clap v4.5.60
3012026-05-19T18:59:12.583Z Downloaded zmij v1.0.21
3022026-05-19T18:59:12.583Z Downloaded thread-id v4.2.2
3032026-05-19T18:59:12.591Z Downloaded yoke-derive v0.8.1
3042026-05-19T18:59:12.591Z Downloaded getrandom v0.4.1
3052026-05-19T18:59:12.591Z Downloaded utf8_iter v1.0.4
3062026-05-19T18:59:12.591Z Downloaded heck v0.4.1
3072026-05-19T18:59:12.591Z Downloaded displaydoc v0.2.5
3082026-05-19T18:59:12.591Z Downloaded typeid v1.0.3
3092026-05-19T18:59:12.591Z Downloaded bitflags v2.11.0
3102026-05-19T18:59:12.591Z Downloaded potential_utf v0.1.4
3112026-05-19T18:59:12.591Z Downloaded memmap v0.7.0
3122026-05-19T18:59:12.591Z Downloaded digest v0.10.7
3132026-05-19T18:59:12.609Z Downloaded utf8parse v0.2.2
3142026-05-19T18:59:12.609Z Downloaded generic-array v0.14.7
3152026-05-19T18:59:12.609Z Downloaded zerofrom-derive v0.1.6
3162026-05-19T18:59:12.610Z Downloaded unicode-linebreak v0.1.5
3172026-05-19T18:59:12.610Z Downloaded usdt-impl v0.5.0
3182026-05-19T18:59:12.610Z Downloaded usdt-attr-macro v0.5.0
3192026-05-19T18:59:12.610Z Downloaded toml_edit v0.22.27
3202026-05-19T18:59:12.633Z Downloaded serde-value v0.7.0
3212026-05-19T18:59:12.633Z Downloaded percent-encoding v2.3.2
3222026-05-19T18:59:12.633Z Downloaded zerofrom v0.1.6
3232026-05-19T18:59:12.633Z Downloaded pest_generator v2.8.6
3242026-05-19T18:59:12.633Z Downloaded usdt-macro v0.5.0
3252026-05-19T18:59:12.633Z Downloaded idna_adapter v1.2.1
3262026-05-19T18:59:12.633Z Downloaded version_check v0.9.5
3272026-05-19T18:59:12.633Z Downloaded dof v0.3.0
3282026-05-19T18:59:12.633Z Downloaded cpufeatures v0.2.17
3292026-05-19T18:59:12.634Z Downloaded toml_write v0.1.2
3302026-05-19T18:59:12.634Z Downloaded anstyle-query v1.1.5
3312026-05-19T18:59:12.634Z Downloaded thiserror v1.0.69
3322026-05-19T18:59:12.634Z Downloaded yoke v0.8.1
3332026-05-19T18:59:12.634Z Downloaded fastrand v2.3.0
3342026-05-19T18:59:12.634Z Downloaded writeable v0.6.2
3352026-05-19T18:59:12.634Z Downloaded pretty-hex v0.4.1
3362026-05-19T18:59:12.634Z Downloaded erased-serde v0.4.9
3372026-05-19T18:59:12.634Z Downloaded typenum v1.19.0
3382026-05-19T18:59:12.634Z Downloaded toml_datetime v0.6.11
3392026-05-19T18:59:12.635Z Downloaded thiserror-impl v2.0.18
3402026-05-19T18:59:12.635Z Downloaded usdt v0.5.0
3412026-05-19T18:59:12.635Z Downloaded tinystr v0.8.2
3422026-05-19T18:59:12.635Z Downloaded toml v0.8.23
3432026-05-19T18:59:12.646Z Downloaded zerovec-derive v0.11.2
3442026-05-19T18:59:12.646Z Downloaded serde_spanned v0.6.9
3452026-05-19T18:59:12.646Z Downloaded dtrace-parser v0.2.0
3462026-05-19T18:59:12.646Z Downloaded zerocopy-derive v0.7.35
3472026-05-19T18:59:12.646Z Downloaded is_terminal_polyfill v1.70.2
3482026-05-19T18:59:12.646Z Downloaded thiserror v2.0.18
3492026-05-19T18:59:12.646Z Downloaded scroll_derive v0.12.1
3502026-05-19T18:59:12.646Z Downloaded unicode-ident v1.0.24
3512026-05-19T18:59:12.646Z Downloaded block-buffer v0.10.4
3522026-05-19T18:59:12.646Z Downloaded strsim v0.11.1
3532026-05-19T18:59:12.646Z Downloaded fnv v1.0.7
3542026-05-19T18:59:12.646Z Downloaded heck v0.5.0
3552026-05-19T18:59:12.646Z Downloaded colorchoice v1.0.4
3562026-05-19T18:59:12.646Z Downloaded zerotrie v0.2.3
3572026-05-19T18:59:12.646Z Downloaded ordered-float v2.10.1
3582026-05-19T18:59:12.647Z Downloaded ucd-trie v0.1.7
3592026-05-19T18:59:12.647Z Downloaded serde_tokenstream v0.2.3
3602026-05-19T18:59:12.647Z Downloaded proc-macro-error-attr v1.0.4
3612026-05-19T18:59:12.647Z Downloaded equivalent v1.0.2
3622026-05-19T18:59:12.651Z Downloaded stable_deref_trait v1.2.1
3632026-05-19T18:59:12.651Z Downloaded synstructure v0.13.2
3642026-05-19T18:59:12.651Z Downloaded url v2.5.8
3652026-05-19T18:59:12.651Z Downloaded terminal_size v0.4.3
3662026-05-19T18:59:12.651Z Downloaded swrite v0.1.0
3672026-05-19T18:59:12.652Z Downloaded smawk v0.3.2
3682026-05-19T18:59:12.666Z Downloaded crypto-common v0.1.7
3692026-05-19T18:59:12.681Z Downloaded zerovec v0.11.5
3702026-05-19T18:59:12.681Z Downloaded macaddr v1.0.1
3712026-05-19T18:59:12.681Z Downloaded winnow v0.7.14
3722026-05-19T18:59:12.681Z Downloaded zerocopy v0.7.35
3732026-05-19T18:59:12.702Z Downloaded tabled_derive v0.7.0
3742026-05-19T18:59:12.703Z Downloaded proc-macro-error v1.0.4
3752026-05-19T18:59:12.703Z Downloaded anyhow v1.0.102
3762026-05-19T18:59:12.703Z Downloaded itoa v1.0.17
3772026-05-19T18:59:12.703Z Downloaded form_urlencoded v1.2.2
3782026-05-19T18:59:12.703Z Downloaded unicode-width v0.2.0
3792026-05-19T18:59:12.703Z Downloaded litemap v0.8.1
3802026-05-19T18:59:12.703Z Downloaded unicode-width v0.1.14
3812026-05-19T18:59:12.703Z Downloaded plain v0.2.3
3822026-05-19T18:59:12.703Z Downloaded errno v0.3.14
3832026-05-19T18:59:12.703Z Downloaded scroll v0.12.0
3842026-05-19T18:59:12.703Z Downloaded quote v1.0.45
3852026-05-19T18:59:12.711Z Downloaded sha2 v0.10.9
3862026-05-19T18:59:12.712Z Downloaded semver v1.0.28
3872026-05-19T18:59:12.712Z Downloaded fs-err v3.3.0
3882026-05-19T18:59:12.712Z Downloaded anstyle-parse v0.2.7
3892026-05-19T18:59:12.715Z Downloaded once_cell v1.21.3
3902026-05-19T18:59:12.732Z Downloaded num-traits v0.2.19
3912026-05-19T18:59:12.741Z Downloaded smallvec v1.15.1
3922026-05-19T18:59:12.741Z Downloaded serde-untagged v0.1.9
3932026-05-19T18:59:12.742Z Downloaded icu_provider v2.1.1
3942026-05-19T18:59:12.742Z Downloaded serde_core v1.0.228
3952026-05-19T18:59:12.742Z Downloaded indexmap v2.14.0
3962026-05-19T18:59:12.751Z Downloaded serde_derive v1.0.228
3972026-05-19T18:59:12.751Z Downloaded proc-macro2 v1.0.106
3982026-05-19T18:59:12.760Z Downloaded tempfile v3.25.0
3992026-05-19T18:59:12.760Z Downloaded log v0.4.29
4002026-05-19T18:59:12.766Z Downloaded icu_normalizer v2.1.1
4012026-05-19T18:59:12.766Z Downloaded pest_derive v2.8.6
4022026-05-19T18:59:12.766Z Downloaded pest_meta v2.8.6
4032026-05-19T18:59:12.766Z Downloaded icu_properties v2.1.2
4042026-05-19T18:59:12.766Z Downloaded icu_locale_core v2.1.1
4052026-05-19T18:59:12.775Z Downloaded icu_normalizer_data v2.1.1
4062026-05-19T18:59:12.779Z Downloaded icu_collections v2.1.1
4072026-05-19T18:59:12.784Z Downloaded serde v1.0.228
4082026-05-19T18:59:12.797Z Downloaded memchr v2.8.0
4092026-05-19T18:59:12.806Z Downloaded clap_builder v4.5.60
4102026-05-19T18:59:12.842Z Downloaded serde_json v1.0.149
4112026-05-19T18:59:12.842Z Downloaded pest v2.8.6
4122026-05-19T18:59:12.842Z Downloaded idna v1.1.0
4132026-05-19T18:59:12.842Z Downloaded hashbrown v0.17.0
4142026-05-19T18:59:12.856Z Downloaded icu_properties_data v2.1.2
4152026-05-19T18:59:12.856Z Downloaded goblin v0.8.2
4162026-05-19T18:59:12.856Z Downloaded tabled v0.15.0
4172026-05-19T18:59:12.864Z Downloaded syn v1.0.109
4182026-05-19T18:59:12.864Z Downloaded syn v2.0.117
4192026-05-19T18:59:12.875Z Downloaded rustix v1.1.3
4202026-05-19T18:59:12.902Z Downloaded libc v0.2.185
4212026-05-19T18:59:12.973Z Compiling proc-macro2 v1.0.106
4222026-05-19T18:59:12.973Z Compiling unicode-ident v1.0.24
4232026-05-19T18:59:12.973Z Compiling quote v1.0.45
4242026-05-19T18:59:12.973Z Compiling serde_core v1.0.228
4252026-05-19T18:59:12.973Z Compiling libc v0.2.185
4262026-05-19T18:59:12.983Z Compiling version_check v0.9.5
4272026-05-19T18:59:12.983Z Compiling stable_deref_trait v1.2.1
4282026-05-19T18:59:12.983Z Compiling memchr v2.8.0
4292026-05-19T18:59:13.313Z Compiling serde v1.0.228
4302026-05-19T18:59:13.346Z Compiling zmij v1.0.21
4312026-05-19T18:59:13.540Z Compiling autocfg v1.5.0
4322026-05-19T18:59:13.693Z Compiling itoa v1.0.17
4332026-05-19T18:59:13.803Z Compiling thiserror v1.0.69
4342026-05-19T18:59:13.827Z Compiling ucd-trie v0.1.7
4352026-05-19T18:59:13.891Z Compiling litemap v0.8.1
4362026-05-19T18:59:13.912Z Compiling writeable v0.6.2
4372026-05-19T18:59:13.963Z Compiling pest v2.8.6
4382026-05-19T18:59:14.077Z Compiling icu_normalizer_data v2.1.1
4392026-05-19T18:59:14.087Z Compiling rustix v1.1.3
4402026-05-19T18:59:14.115Z Compiling icu_properties_data v2.1.2
4412026-05-19T18:59:14.269Z Compiling byteorder v1.5.0
4422026-05-19T18:59:14.440Z Compiling syn v2.0.117
4432026-05-19T18:59:14.546Z Compiling errno v0.3.14
4442026-05-19T18:59:14.569Z Compiling serde_json v1.0.149
4452026-05-19T18:59:14.640Z Compiling bitflags v2.11.0
4462026-05-19T18:59:14.780Z Compiling num-traits v0.2.19
4472026-05-19T18:59:14.798Z Compiling typeid v1.0.3
4482026-05-19T18:59:14.878Z Compiling hashbrown v0.17.0
4492026-05-19T18:59:14.957Z Compiling equivalent v1.0.2
4502026-05-19T18:59:15.046Z Compiling pest_meta v2.8.6
4512026-05-19T18:59:15.196Z Compiling smallvec v1.15.1
4522026-05-19T18:59:15.385Z Compiling indexmap v2.14.0
4532026-05-19T18:59:15.402Z Compiling thread-id v4.2.2
4542026-05-19T18:59:15.417Z Compiling usdt-impl v0.5.0
4552026-05-19T18:59:15.476Z Compiling proc-macro-error-attr v1.0.4
4562026-05-19T18:59:15.490Z Compiling winnow v0.7.14
4572026-05-19T18:59:15.622Z Compiling toml_write v0.1.2
4582026-05-19T18:59:15.802Z Compiling erased-serde v0.4.9
4592026-05-19T18:59:15.824Z Compiling syn v1.0.109
4602026-05-19T18:59:16.222Z Compiling proc-macro-error v1.0.4
4612026-05-19T18:59:16.270Z Compiling getrandom v0.4.1
4622026-05-19T18:59:16.418Z Compiling utf8_iter v1.0.4
4632026-05-19T18:59:16.573Z Compiling thiserror v2.0.18
4642026-05-19T18:59:16.646Z Compiling utf8parse v0.2.2
4652026-05-19T18:59:16.715Z Compiling plain v0.2.3
4662026-05-19T18:59:16.731Z Compiling log v0.4.29
4672026-05-19T18:59:16.738Z Compiling camino v1.2.2
4682026-05-19T18:59:16.791Z Compiling percent-encoding v2.3.2
4692026-05-19T18:59:16.872Z Compiling anstyle-parse v0.2.7
4702026-05-19T18:59:16.918Z Compiling form_urlencoded v1.2.2
4712026-05-19T18:59:16.963Z Compiling ordered-float v2.10.1
4722026-05-19T18:59:17.114Z Compiling terminal_size v0.4.3
4732026-05-19T18:59:17.142Z Compiling synstructure v0.13.2
4742026-05-19T18:59:17.231Z Compiling pest_generator v2.8.6
4752026-05-19T18:59:17.264Z Compiling cfg-if v1.0.4
4762026-05-19T18:59:17.346Z Compiling anstyle-query v1.1.5
4772026-05-19T18:59:17.460Z Compiling anstyle v1.0.13
4782026-05-19T18:59:17.508Z Compiling colorchoice v1.0.4
4792026-05-19T18:59:17.577Z Compiling is_terminal_polyfill v1.70.2
4802026-05-19T18:59:17.577Z Compiling pretty-hex v0.4.1
4812026-05-19T18:59:17.637Z Compiling serde-untagged v0.1.9
4822026-05-19T18:59:17.651Z Compiling anstream v0.6.21
4832026-05-19T18:59:17.741Z Compiling semver v1.0.28
4842026-05-19T18:59:17.883Z Compiling fs-err v3.3.0
4852026-05-19T18:59:17.934Z Compiling fastrand v2.3.0
4862026-05-19T18:59:17.956Z Compiling bytecount v0.6.9
4872026-05-19T18:59:18.077Z Compiling heck v0.5.0
4882026-05-19T18:59:18.094Z Compiling clap_lex v1.0.0
4892026-05-19T18:59:18.102Z Compiling fnv v1.0.7
4902026-05-19T18:59:18.114Z Compiling unicode-width v0.1.14
4912026-05-19T18:59:18.220Z Compiling anyhow v1.0.102
4922026-05-19T18:59:18.295Z Compiling strsim v0.11.1
4932026-05-19T18:59:18.312Z Compiling unicode-xid v0.2.6
4942026-05-19T18:59:18.390Z Compiling once_cell v1.21.3
4952026-05-19T18:59:18.448Z Compiling heck v0.4.1
4962026-05-19T18:59:18.516Z Compiling clap_builder v4.5.60
4972026-05-19T18:59:18.617Z Compiling tempfile v3.25.0
4982026-05-19T18:59:18.642Z Compiling papergrid v0.11.0
4992026-05-19T18:59:18.717Z Compiling memmap v0.7.0
5002026-05-19T18:59:18.753Z Compiling unicode-width v0.2.0
5012026-05-19T18:59:18.797Z Compiling serde_derive v1.0.228
5022026-05-19T18:59:18.895Z Compiling zerofrom-derive v0.1.6
5032026-05-19T18:59:18.959Z Compiling yoke-derive v0.8.1
5042026-05-19T18:59:19.022Z Compiling zerovec-derive v0.11.2
5052026-05-19T18:59:19.106Z Compiling displaydoc v0.2.5
5062026-05-19T18:59:19.833Z Compiling thiserror-impl v1.0.69
5072026-05-19T18:59:20.020Z Compiling zerocopy-derive v0.7.35
5082026-05-19T18:59:20.087Z Compiling pest_derive v2.8.6
5092026-05-19T18:59:20.103Z Compiling scroll_derive v0.12.1
5102026-05-19T18:59:20.274Z Compiling zerofrom v0.1.6
5112026-05-19T18:59:20.405Z Compiling yoke v0.8.1
5122026-05-19T18:59:20.511Z Compiling thiserror-impl v2.0.18
5132026-05-19T18:59:20.605Z Compiling zerovec v0.11.5
5142026-05-19T18:59:20.773Z Compiling zerotrie v0.2.3
5152026-05-19T18:59:20.886Z Compiling zerocopy v0.7.35
5162026-05-19T18:59:21.150Z Compiling tinystr v0.8.2
5172026-05-19T18:59:21.189Z Compiling potential_utf v0.1.4
5182026-05-19T18:59:21.213Z Compiling dtrace-parser v0.2.0
5192026-05-19T18:59:21.351Z Compiling icu_locale_core v2.1.1
5202026-05-19T18:59:21.368Z Compiling icu_collections v2.1.1
5212026-05-19T18:59:21.470Z Compiling scroll v0.12.0
5222026-05-19T18:59:21.489Z Compiling tabled_derive v0.7.0
5232026-05-19T18:59:21.741Z Compiling goblin v0.8.2
5242026-05-19T18:59:21.848Z Compiling clap_derive v4.5.55
5252026-05-19T18:59:21.969Z Compiling unicode-linebreak v0.1.5
5262026-05-19T18:59:22.011Z Compiling icu_provider v2.1.1
5272026-05-19T18:59:22.213Z Compiling toml_datetime v0.6.11
5282026-05-19T18:59:22.254Z Compiling icu_properties v2.1.2
5292026-05-19T18:59:22.286Z Compiling icu_normalizer v2.1.1
5302026-05-19T18:59:22.300Z Compiling serde_spanned v0.6.9
5312026-05-19T18:59:22.316Z Compiling dof v0.3.0
5322026-05-19T18:59:22.404Z Compiling serde_tokenstream v0.2.3
5332026-05-19T18:59:22.463Z Compiling toml_edit v0.22.27
5342026-05-19T18:59:22.483Z Compiling serde-value v0.7.0
5352026-05-19T18:59:22.748Z Compiling cargo-platform v0.2.0
5362026-05-19T18:59:22.818Z Compiling smawk v0.3.2
5372026-05-19T18:59:22.857Z Compiling tabled v0.15.0
5382026-05-19T18:59:22.979Z Compiling textwrap v0.16.2
5392026-05-19T18:59:23.004Z Compiling macaddr v1.0.1
5402026-05-19T18:59:23.242Z Compiling idna_adapter v1.2.1
5412026-05-19T18:59:23.343Z Compiling camino-tempfile v1.4.1
5422026-05-19T18:59:23.360Z Compiling usdt-macro v0.5.0
5432026-05-19T18:59:23.368Z Compiling idna v1.1.0
5442026-05-19T18:59:23.416Z Compiling usdt-attr-macro v0.5.0
5452026-05-19T18:59:23.614Z Compiling clap v4.5.60
5462026-05-19T18:59:23.713Z Compiling url v2.5.8
5472026-05-19T18:59:23.849Z Compiling toml v0.8.23
5482026-05-19T18:59:24.088Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5492026-05-19T18:59:24.361Z Compiling cargo-util-schemas v0.8.2
5502026-05-19T18:59:24.454Z Compiling cargo_toml v0.21.0
5512026-05-19T18:59:24.463Z Compiling swrite v0.1.0
5522026-05-19T18:59:24.741Z Compiling usdt v0.5.0
5532026-05-19T18:59:25.256Z Compiling cargo_metadata v0.21.0
5542026-05-19T18:59:26.192Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5552026-05-19T18:59:28.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.44s
5562026-05-19T18:59:28.537Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5572026-05-19T18:59:29.099Z Downloading crates ...
5582026-05-19T18:59:29.192Z Downloaded assert_matches v1.5.0
5592026-05-19T18:59:29.195Z Downloaded bitfield-macros v0.19.4
5602026-05-19T18:59:29.198Z Downloaded async-recursion v1.1.1
5612026-05-19T18:59:29.201Z Downloaded async-trait v0.1.89
5622026-05-19T18:59:29.201Z Downloaded bcs v0.1.6
5632026-05-19T18:59:29.211Z Downloaded crc32fast v1.5.0
5642026-05-19T18:59:29.214Z Downloaded cobs v0.3.0
5652026-05-19T18:59:29.217Z Downloaded dirs-sys-next v0.1.2
5662026-05-19T18:59:29.217Z Downloaded erased-serde v0.3.31
5672026-05-19T18:59:29.220Z Downloaded cipher v0.4.4
5682026-05-19T18:59:29.220Z Downloaded darling_macro v0.23.0
5692026-05-19T18:59:29.223Z Downloaded crc8 v0.1.1
5702026-05-19T18:59:29.227Z Downloaded derive_more v0.99.20
5712026-05-19T18:59:29.231Z Downloaded dirs-next v2.0.0
5722026-05-19T18:59:29.231Z Downloaded deranged v0.5.8
5732026-05-19T18:59:29.231Z Downloaded console v0.15.11
5742026-05-19T18:59:29.231Z Downloaded cancel-safe-futures v0.1.5
5752026-05-19T18:59:29.234Z Downloaded buf-list v1.1.2
5762026-05-19T18:59:29.239Z Downloaded cookie_store v0.22.1
5772026-05-19T18:59:29.239Z Downloaded chacha20 v0.10.0
5782026-05-19T18:59:29.239Z Downloaded critical-section v1.2.0
5792026-05-19T18:59:29.243Z Downloaded des v0.8.1
5802026-05-19T18:59:29.243Z Downloaded adler2 v2.0.1
5812026-05-19T18:59:29.245Z Downloaded derive-ex v0.1.8
5822026-05-19T18:59:29.248Z Downloaded crossbeam-utils v0.8.21
5832026-05-19T18:59:29.248Z Downloaded dyn-clone v1.0.20
5842026-05-19T18:59:29.251Z Downloaded debug-ignore v1.0.5
5852026-05-19T18:59:29.251Z Downloaded darling_macro v0.21.3
5862026-05-19T18:59:29.251Z Downloaded const_format v0.2.35
5872026-05-19T18:59:29.254Z Downloaded defmt-parser v1.0.0
5882026-05-19T18:59:29.254Z Downloaded cc v1.2.56
5892026-05-19T18:59:29.257Z Downloaded defmt v0.3.100
5902026-05-19T18:59:29.260Z Downloaded darling_macro v0.20.11
5912026-05-19T18:59:29.263Z Downloaded argon2 v0.5.3
5922026-05-19T18:59:29.263Z Downloaded derive-where v1.6.0
5932026-05-19T18:59:29.266Z Downloaded derive_builder v0.20.2
5942026-05-19T18:59:29.269Z Downloaded curve25519-dalek-derive v0.1.1
5952026-05-19T18:59:29.269Z Downloaded bcrypt-pbkdf v0.10.0
5962026-05-19T18:59:29.269Z Downloaded foldhash v0.2.0
5972026-05-19T18:59:29.272Z Downloaded darling_core v0.23.0
5982026-05-19T18:59:29.275Z Downloaded bitfield-struct v0.6.2
5992026-05-19T18:59:29.275Z Downloaded bit-set v0.5.3
6002026-05-19T18:59:29.275Z Downloaded array-init v0.0.4
6012026-05-19T18:59:29.275Z Downloaded crossbeam-deque v0.8.6
6022026-05-19T18:59:29.279Z Downloaded dunce v1.0.5
6032026-05-19T18:59:29.279Z Downloaded async-stream-impl v0.3.6
6042026-05-19T18:59:29.279Z Downloaded enum-as-inner v0.6.1
6052026-05-19T18:59:29.283Z Downloaded difflib v0.4.0
6062026-05-19T18:59:29.283Z Downloaded dtrace-parser v0.3.0
6072026-05-19T18:59:29.283Z Downloaded bit-set v0.8.0
6082026-05-19T18:59:29.286Z Downloaded base16ct v0.2.0
6092026-05-19T18:59:29.286Z Downloaded aead v0.5.2
6102026-05-19T18:59:29.286Z Downloaded cpufeatures v0.3.0
6112026-05-19T18:59:29.286Z Downloaded defmt v1.0.1
6122026-05-19T18:59:29.289Z Downloaded elliptic-curve v0.13.8
6132026-05-19T18:59:29.293Z Downloaded cfg_aliases v0.2.1
6142026-05-19T18:59:29.293Z Downloaded atomic-waker v1.1.2
6152026-05-19T18:59:29.293Z Downloaded cargo-platform v0.1.9
6162026-05-19T18:59:29.293Z Downloaded compression-core v0.4.31
6172026-05-19T18:59:29.297Z Downloaded block-padding v0.3.3
6182026-05-19T18:59:29.297Z Downloaded env_filter v1.0.0
6192026-05-19T18:59:29.297Z Downloaded bb8 v0.8.6
6202026-05-19T18:59:29.297Z Downloaded async-stream v0.3.6
6212026-05-19T18:59:29.301Z Downloaded document-features v0.2.12
6222026-05-19T18:59:29.302Z Downloaded ascii-canvas v3.0.0
6232026-05-19T18:59:29.302Z Downloaded embedded-io v0.6.1
6242026-05-19T18:59:29.306Z Downloaded convert_case v0.4.0
6252026-05-19T18:59:29.306Z Downloaded cfg_aliases v0.1.1
6262026-05-19T18:59:29.306Z Downloaded castaway v0.2.4
6272026-05-19T18:59:29.309Z Downloaded diesel_table_macro_syntax v0.3.0
6282026-05-19T18:59:29.309Z Downloaded crucible-workspace-hack v0.1.0
6292026-05-19T18:59:29.309Z Downloaded derive_builder_macro v0.20.2
6302026-05-19T18:59:29.309Z Downloaded cstr-argument v0.1.2
6312026-05-19T18:59:29.312Z Downloaded crc v3.4.0
6322026-05-19T18:59:29.312Z Downloaded float-cmp v0.10.0
6332026-05-19T18:59:29.315Z Downloaded dsl_auto_type v0.2.0
6342026-05-19T18:59:29.315Z Downloaded ciborium-ll v0.2.2
6352026-05-19T18:59:29.315Z Downloaded float-ord v0.3.2
6362026-05-19T18:59:29.318Z Downloaded fixedbitset v0.4.2
6372026-05-19T18:59:29.318Z Downloaded atty v0.2.14
6382026-05-19T18:59:29.318Z Downloaded dropshot-api-manager-types v0.7.1
6392026-05-19T18:59:29.322Z Downloaded base64ct v1.8.3
6402026-05-19T18:59:29.322Z Downloaded bitfield v0.19.4
6412026-05-19T18:59:29.325Z Downloaded endian-type v0.1.2
6422026-05-19T18:59:29.325Z Downloaded display-error-chain v0.2.2
6432026-05-19T18:59:29.326Z Downloaded bit-vec v0.8.0
6442026-05-19T18:59:29.326Z Downloaded downcast-rs v2.0.2
6452026-05-19T18:59:29.328Z Downloaded atomicwrites v0.4.4
6462026-05-19T18:59:29.328Z Downloaded foreign-types v0.5.0
6472026-05-19T18:59:29.331Z Downloaded der_derive v0.7.3
6482026-05-19T18:59:29.331Z Downloaded foreign-types-shared v0.3.1
6492026-05-19T18:59:29.334Z Downloaded crc-catalog v2.4.0
6502026-05-19T18:59:29.334Z Downloaded env_logger v0.11.9
6512026-05-19T18:59:29.334Z Downloaded foreign-types-macros v0.2.3
6522026-05-19T18:59:29.337Z Downloaded arrayref v0.3.9
6532026-05-19T18:59:29.337Z Downloaded foreign-types v0.3.2
6542026-05-19T18:59:29.340Z Downloaded dof v0.4.0
6552026-05-19T18:59:29.343Z Downloaded fd-lock v4.0.4
6562026-05-19T18:59:29.343Z Downloaded futures-task v0.3.32
6572026-05-19T18:59:29.346Z Downloaded futures-sink v0.3.32
6582026-05-19T18:59:29.346Z Downloaded flagset v0.4.7
6592026-05-19T18:59:29.349Z Downloaded funty v2.0.0
6602026-05-19T18:59:29.349Z Downloaded byte-wrapper v0.1.0
6612026-05-19T18:59:29.352Z Downloaded blowfish v0.9.1
6622026-05-19T18:59:29.353Z Downloaded futures-core v0.3.32
6632026-05-19T18:59:29.353Z Downloaded fxhash v0.2.1
6642026-05-19T18:59:29.355Z Downloaded git-stub v1.0.0
6652026-05-19T18:59:29.359Z Downloaded ghash v0.5.1
6662026-05-19T18:59:29.364Z Downloaded hash32 v0.3.1
6672026-05-19T18:59:29.367Z Downloaded cexpr v0.6.0
6682026-05-19T18:59:29.367Z Downloaded headers-core v0.3.0
6692026-05-19T18:59:29.367Z Downloaded cbc v0.1.2
6702026-05-19T18:59:29.370Z Downloaded diesel-dtrace v0.5.0
6712026-05-19T18:59:29.370Z Downloaded convert_case v0.10.0
6722026-05-19T18:59:29.373Z Downloaded bit-vec v0.6.3
6732026-05-19T18:59:29.373Z Downloaded filetime v0.2.27
6742026-05-19T18:59:29.373Z Downloaded ciborium-io v0.2.2
6752026-05-19T18:59:29.376Z Downloaded camino-tempfile-ext v0.3.3
6762026-05-19T18:59:29.376Z Downloaded chacha20 v0.9.1
6772026-05-19T18:59:29.376Z Downloaded embedded-io v0.4.0
6782026-05-19T18:59:29.379Z Downloaded hex v0.4.3
6792026-05-19T18:59:29.379Z Downloaded ctr v0.9.2
6802026-05-19T18:59:29.382Z Downloaded daft v0.1.5
6812026-05-19T18:59:29.382Z Downloaded data-encoding v2.10.0
6822026-05-19T18:59:29.382Z Downloaded hash32 v0.2.1
6832026-05-19T18:59:29.385Z Downloaded cmake v0.1.57
6842026-05-19T18:59:29.385Z Downloaded cassowary v0.3.0
6852026-05-19T18:59:29.385Z Downloaded backoff v0.4.0
6862026-05-19T18:59:29.388Z Downloaded base64 v0.21.7
6872026-05-19T18:59:29.388Z Downloaded csv-core v0.1.13
6882026-05-19T18:59:29.391Z Downloaded foreign-types-shared v0.1.1
6892026-05-19T18:59:29.391Z Downloaded corncobs v0.1.4
6902026-05-19T18:59:29.391Z Downloaded compression-codecs v0.4.37
6912026-05-19T18:59:29.394Z Downloaded constant_time_eq v0.4.2
6922026-05-19T18:59:29.394Z Downloaded const_format_proc_macros v0.2.34
6932026-05-19T18:59:29.397Z Downloaded fallible-iterator v0.2.0
6942026-05-19T18:59:29.397Z Downloaded hubpack_derive v0.1.1
6952026-05-19T18:59:29.397Z Downloaded hostname v0.4.2
6962026-05-19T18:59:29.400Z Downloaded home v0.5.12
6972026-05-19T18:59:29.400Z Downloaded hex-literal v0.4.1
6982026-05-19T18:59:29.400Z Downloaded futures-macro v0.3.32
6992026-05-19T18:59:29.404Z Downloaded derive_more v2.1.1
7002026-05-19T18:59:29.407Z Downloaded hubpack v0.1.2
7012026-05-19T18:59:29.410Z Downloaded http-range v0.1.5
7022026-05-19T18:59:29.410Z Downloaded http-body v1.0.1
7032026-05-19T18:59:29.410Z Downloaded ed25519 v2.2.3
7042026-05-19T18:59:29.413Z Downloaded httpdate v1.0.3
7052026-05-19T18:59:29.413Z Downloaded gethostname v0.5.0
7062026-05-19T18:59:29.413Z Downloaded futures-io v0.3.32
7072026-05-19T18:59:29.413Z Downloaded fs-err v2.11.0
7082026-05-19T18:59:29.416Z Downloaded fixedbitset v0.5.7
7092026-05-19T18:59:29.416Z Downloaded ena v0.14.4
7102026-05-19T18:59:29.420Z Downloaded daft-derive v0.1.5
7112026-05-19T18:59:29.423Z Downloaded inout v0.1.4
7122026-05-19T18:59:29.423Z Downloaded ff v0.13.1
7132026-05-19T18:59:29.423Z Downloaded futures-executor v0.3.32
7142026-05-19T18:59:29.423Z Downloaded colored v2.2.0
7152026-05-19T18:59:29.426Z Downloaded globset v0.4.18
7162026-05-19T18:59:29.426Z Downloaded console v0.16.2
7172026-05-19T18:59:29.426Z Downloaded git-stub-vcs v0.1.0
7182026-05-19T18:59:29.429Z Downloaded ident_case v1.0.1
7192026-05-19T18:59:29.429Z Downloaded bzip2 v0.6.1
7202026-05-19T18:59:29.430Z Downloaded backon v1.6.0
7212026-05-19T18:59:29.432Z Downloaded blake2 v0.10.6
7222026-05-19T18:59:29.432Z Downloaded instant v0.1.13
7232026-05-19T18:59:29.435Z Downloaded indoc v1.0.9
7242026-05-19T18:59:29.435Z Downloaded internet-checksum v0.2.1
7252026-05-19T18:59:29.439Z Downloaded instability v0.3.11
7262026-05-19T18:59:29.439Z Downloaded group v0.13.0
7272026-05-19T18:59:29.439Z Downloaded is_ci v1.2.0
7282026-05-19T18:59:29.442Z Downloaded ecdsa v0.16.9
7292026-05-19T18:59:29.442Z Downloaded indent_write v2.2.0
7302026-05-19T18:59:29.442Z Downloaded colored v3.1.1
7312026-05-19T18:59:29.445Z Downloaded async-bb8-diesel v0.2.1
7322026-05-19T18:59:29.445Z Downloaded keccak v0.1.6
7332026-05-19T18:59:29.445Z Downloaded lalrpop-util v0.19.12
7342026-05-19T18:59:29.448Z Downloaded glob v0.3.3
7352026-05-19T18:59:29.448Z Downloaded find-msvc-tools v0.1.9
7362026-05-19T18:59:29.448Z Downloaded darling v0.23.0
7372026-05-19T18:59:29.451Z Downloaded ciborium v0.2.2
7382026-05-19T18:59:29.454Z Downloaded hostname v0.3.1
7392026-05-19T18:59:29.454Z Downloaded darling v0.20.11
7402026-05-19T18:59:29.457Z Downloaded diff v0.1.13
7412026-05-19T18:59:29.459Z Downloaded lazy_static v1.5.0
7422026-05-19T18:59:29.459Z Downloaded lru-cache v0.1.2
7432026-05-19T18:59:29.462Z Downloaded linked-hash-map v0.5.6
7442026-05-19T18:59:29.462Z Downloaded getrandom v0.2.17
7452026-05-19T18:59:29.462Z Downloaded futures-channel v0.3.32
7462026-05-19T18:59:29.465Z Downloaded crc-any v2.5.0
7472026-05-19T18:59:29.465Z Downloaded bzip2 v0.4.4
7482026-05-19T18:59:29.468Z Downloaded impl-trait-for-tuples v0.2.3
7492026-05-19T18:59:29.468Z Downloaded humantime v2.3.0
7502026-05-19T18:59:29.471Z Downloaded lru v0.12.5
7512026-05-19T18:59:29.471Z Downloaded kstat-rs v0.2.4
7522026-05-19T18:59:29.471Z Downloaded libscf-sys v1.2.0
7532026-05-19T18:59:29.475Z Downloaded hyper-tls v0.6.0
7542026-05-19T18:59:29.475Z Downloaded maplit v1.0.2
7552026-05-19T18:59:29.475Z Downloaded managed v0.8.0
7562026-05-19T18:59:29.483Z Downloaded lzss v0.8.2
7572026-05-19T18:59:29.483Z Downloaded memoffset v0.9.1
7582026-05-19T18:59:29.483Z Downloaded md-5 v0.10.6
7592026-05-19T18:59:29.483Z Downloaded md5 v0.7.0
7602026-05-19T18:59:29.483Z Downloaded maybe-uninit v2.0.0
7612026-05-19T18:59:29.483Z Downloaded match_cfg v0.1.0
7622026-05-19T18:59:29.486Z Downloaded lru-slab v0.1.2
7632026-05-19T18:59:29.486Z Downloaded http-body-util v0.1.3
7642026-05-19T18:59:29.486Z Downloaded hyper-staticfile v0.10.1
7652026-05-19T18:59:29.486Z Downloaded highway v1.3.0
7662026-05-19T18:59:29.486Z Downloaded clang-sys v1.8.1
7672026-05-19T18:59:29.486Z Downloaded darling v0.21.3
7682026-05-19T18:59:29.489Z Downloaded mime v0.3.17
7692026-05-19T18:59:29.489Z Downloaded globwalk v0.9.1
7702026-05-19T18:59:29.492Z Downloaded cookie v0.18.1
7712026-05-19T18:59:29.492Z Downloaded drift v0.1.4
7722026-05-19T18:59:29.497Z Downloaded is-terminal v0.4.17
7732026-05-19T18:59:29.501Z Downloaded ipnetwork v0.21.1
7742026-05-19T18:59:29.502Z Downloaded ipnet v2.11.0
7752026-05-19T18:59:29.505Z Downloaded newtype_derive v0.1.6
7762026-05-19T18:59:29.505Z Downloaded newline-converter v0.3.0
7772026-05-19T18:59:29.505Z Downloaded nibble_vec v0.1.0
7782026-05-19T18:59:29.505Z Downloaded newtype-uuid-macros v0.1.0
7792026-05-19T18:59:29.505Z Downloaded jobserver v0.1.34
7802026-05-19T18:59:29.508Z Downloaded derive_more-impl v2.1.1
7812026-05-19T18:59:29.511Z Downloaded normalize-line-endings v0.3.0
7822026-05-19T18:59:29.511Z Downloaded fatfs v0.3.6
7832026-05-19T18:59:29.511Z Downloaded dropshot_endpoint v0.17.0
7842026-05-19T18:59:29.514Z Downloaded ingot-types v0.1.2
7852026-05-19T18:59:29.514Z Downloaded const-oid v0.9.6
7862026-05-19T18:59:29.517Z Downloaded foldhash v0.1.5
7872026-05-19T18:59:29.517Z Downloaded allocator-api2 v0.2.21
7882026-05-19T18:59:29.517Z Downloaded arrayvec v0.7.6
7892026-05-19T18:59:29.521Z Downloaded ahash v0.8.12
7902026-05-19T18:59:29.521Z Downloaded nodrop v0.1.14
7912026-05-19T18:59:29.524Z Downloaded nonempty v0.12.0
7922026-05-19T18:59:29.524Z Downloaded new_debug_unreachable v1.0.6
7932026-05-19T18:59:29.524Z Downloaded fs_extra v1.3.0
7942026-05-19T18:59:29.524Z Downloaded crossbeam-epoch v0.9.18
7952026-05-19T18:59:29.529Z Downloaded cargo_metadata v0.19.2
7962026-05-19T18:59:29.529Z Downloaded hyper-rustls v0.27.7
7972026-05-19T18:59:29.532Z Downloaded num v0.4.3
7982026-05-19T18:59:29.532Z Downloaded num-iter v0.1.45
7992026-05-19T18:59:29.532Z Downloaded lock_api v0.4.14
8002026-05-19T18:59:29.532Z Downloaded httparse v1.10.1
8012026-05-19T18:59:29.532Z Downloaded der v0.7.10
8022026-05-19T18:59:29.537Z Downloaded openssl-macros v0.1.1
8032026-05-19T18:59:29.539Z Downloaded opaque-debug v0.3.1
8042026-05-19T18:59:29.539Z Downloaded crunchy v0.2.4
8052026-05-19T18:59:29.539Z Downloaded bitflags v1.3.2
8062026-05-19T18:59:29.539Z Downloaded num-conv v0.2.0
8072026-05-19T18:59:29.543Z Downloaded libsw v3.5.0
8082026-05-19T18:59:29.543Z Downloaded libefi-sys v0.1.0
8092026-05-19T18:59:29.543Z Downloaded num_enum_derive v0.5.11
8102026-05-19T18:59:29.545Z Downloaded num_threads v0.1.7
8112026-05-19T18:59:29.545Z Downloaded mime_guess v2.0.5
8122026-05-19T18:59:29.546Z Downloaded oso-derive v0.27.3
8132026-05-19T18:59:29.546Z Downloaded openssl-probe v0.2.1
8142026-05-19T18:59:29.548Z Downloaded libloading v0.8.9
8152026-05-19T18:59:29.548Z Downloaded either v1.15.0
8162026-05-19T18:59:29.552Z Downloaded multimap v0.10.1
8172026-05-19T18:59:29.552Z Downloaded multer v3.1.0
8182026-05-19T18:59:29.552Z Downloaded packed_struct_codegen v0.10.1
8192026-05-19T18:59:29.555Z Downloaded linear-map v1.2.0
8202026-05-19T18:59:29.555Z Downloaded futures v0.3.32
8212026-05-19T18:59:29.558Z Downloaded getrandom v0.3.4
8222026-05-19T18:59:29.562Z Downloaded arc-swap v1.8.2
8232026-05-19T18:59:29.562Z Downloaded olpc-cjson v0.1.4
8242026-05-19T18:59:29.565Z Downloaded aho-corasick v1.1.4
8252026-05-19T18:59:29.565Z Downloaded pbkdf2 v0.12.2
8262026-05-19T18:59:29.568Z Downloaded parse-display v0.10.0
8272026-05-19T18:59:29.568Z Downloaded ingot v0.1.1
8282026-05-19T18:59:29.568Z Downloaded indoc v2.0.7
8292026-05-19T18:59:29.570Z Downloaded peg-runtime v0.8.5
8302026-05-19T18:59:29.571Z Downloaded pbkdf2 v0.11.0
8312026-05-19T18:59:29.573Z Downloaded parse-size v1.1.0
8322026-05-19T18:59:29.573Z Downloaded path-slash v0.1.5
8332026-05-19T18:59:29.573Z Downloaded nu-ansi-term v0.50.3
8342026-05-19T18:59:29.576Z Downloaded newtype-uuid v1.3.2
8352026-05-19T18:59:29.576Z Downloaded compact_str v0.8.1
8362026-05-19T18:59:29.579Z Downloaded bytes v1.11.1
8372026-05-19T18:59:29.582Z Downloaded native-tls v0.2.18
8382026-05-19T18:59:29.582Z Downloaded dropshot_endpoint v0.16.7
8392026-05-19T18:59:29.585Z Downloaded phf_shared v0.11.3
8402026-05-19T18:59:29.585Z Downloaded num-complex v0.4.6
8412026-05-19T18:59:29.588Z Downloaded nanorand v0.7.0
8422026-05-19T18:59:29.588Z Downloaded darling_core v0.21.3
8432026-05-19T18:59:29.591Z Downloaded phf_shared v0.12.1
8442026-05-19T18:59:29.591Z Downloaded half v1.8.3
8452026-05-19T18:59:29.593Z Downloaded num_enum_derive v0.7.5
8462026-05-19T18:59:29.594Z Downloaded num_enum v0.5.11
8472026-05-19T18:59:29.596Z Downloaded pin-utils v0.1.0
8482026-05-19T18:59:29.596Z Downloaded flume v0.11.1
8492026-05-19T18:59:29.599Z Downloaded oxnet v0.1.4
8502026-05-19T18:59:29.603Z Downloaded hmac v0.12.1
8512026-05-19T18:59:29.603Z Downloaded powerfmt v0.2.0
8522026-05-19T18:59:29.618Z Downloaded predicates-tree v1.0.13
8532026-05-19T18:59:29.621Z Downloaded predicates-core v1.0.10
8542026-05-19T18:59:29.621Z Downloaded precomputed-hash v0.1.1
8552026-05-19T18:59:29.621Z Downloaded openssl-probe v0.1.6
8562026-05-19T18:59:29.621Z Downloaded num_enum v0.7.5
8572026-05-19T18:59:29.626Z Downloaded num-integer v0.1.46
8582026-05-19T18:59:29.629Z Downloaded packed_struct v0.10.1
8592026-05-19T18:59:29.629Z Downloaded ingot-macros v0.1.1
8602026-05-19T18:59:29.629Z Downloaded ar_archive_writer v0.5.1
8612026-05-19T18:59:29.632Z Downloaded num-derive v0.4.2
8622026-05-19T18:59:29.632Z Downloaded litrs v1.0.0
8632026-05-19T18:59:29.635Z Downloaded peg v0.8.5
8642026-05-19T18:59:29.635Z Downloaded indexmap v1.9.3
8652026-05-19T18:59:29.638Z Downloaded bumpalo v3.20.2
8662026-05-19T18:59:29.641Z Downloaded proc-macro-error-attr2 v2.0.0
8672026-05-19T18:59:29.641Z Downloaded proc-macro-crate v3.4.0
8682026-05-19T18:59:29.641Z Downloaded oxide-tokio-rt v0.1.4
8692026-05-19T18:59:29.644Z Downloaded owo-colors v4.3.0
8702026-05-19T18:59:29.644Z Downloaded peg-macros v0.8.5
8712026-05-19T18:59:29.644Z Downloaded paste v1.0.15
8722026-05-19T18:59:29.647Z Downloaded proc-macro-crate v1.3.1
8732026-05-19T18:59:29.647Z Downloaded progenitor-client v0.10.0
8742026-05-19T18:59:29.650Z Downloaded progenitor-macro v0.11.2
8752026-05-19T18:59:29.650Z Downloaded parking_lot_core v0.8.6
8762026-05-19T18:59:29.650Z Downloaded darling_core v0.20.11
8772026-05-19T18:59:29.654Z Downloaded phf_shared v0.13.1
8782026-05-19T18:59:29.654Z Downloaded progenitor-client v0.14.0
8792026-05-19T18:59:29.657Z Downloaded ed25519-dalek v2.2.0
8802026-05-19T18:59:29.657Z Downloaded pin-project-internal v1.1.11
8812026-05-19T18:59:29.660Z Downloaded memmap2 v0.9.10
8822026-05-19T18:59:29.660Z Downloaded heapless v0.7.17
8832026-05-19T18:59:29.663Z Downloaded omicron-zone-package v0.12.2
8842026-05-19T18:59:29.663Z Downloaded phf v0.13.1
8852026-05-19T18:59:29.665Z Downloaded phf v0.12.1
8862026-05-19T18:59:29.666Z Downloaded headers v0.4.1
8872026-05-19T18:59:29.668Z Downloaded quick-error v1.2.3
8882026-05-19T18:59:29.671Z Downloaded progenitor-client v0.11.2
8892026-05-19T18:59:29.671Z Downloaded progenitor-macro v0.14.0
8902026-05-19T18:59:29.671Z Downloaded progenitor-macro v0.10.0
8912026-05-19T18:59:29.671Z Downloaded predicates v3.1.4
8922026-05-19T18:59:29.674Z Downloaded rand_chacha v0.3.1
8932026-05-19T18:59:29.674Z Downloaded radium v0.7.0
8942026-05-19T18:59:29.677Z Downloaded ppv-lite86 v0.2.21
8952026-05-19T18:59:29.677Z Downloaded pin-project-lite v0.2.17
8962026-05-19T18:59:29.680Z Downloaded psl-types v2.0.11
8972026-05-19T18:59:29.680Z Downloaded pkcs8 v0.10.2
8982026-05-19T18:59:29.683Z Downloaded indicatif v0.18.4
8992026-05-19T18:59:29.685Z Downloaded num-rational v0.4.2
9002026-05-19T18:59:29.685Z Downloaded aes v0.8.4
9012026-05-19T18:59:29.688Z Downloaded parking_lot_core v0.9.12
9022026-05-19T18:59:29.688Z Downloaded base64 v0.22.1
9032026-05-19T18:59:29.696Z Downloaded postgres-protocol v0.6.10
9042026-05-19T18:59:29.696Z Downloaded pkg-config v0.3.32
9052026-05-19T18:59:29.698Z Downloaded half v2.7.1
9062026-05-19T18:59:29.698Z Downloaded rand_xorshift v0.4.0
9072026-05-19T18:59:29.699Z Downloaded password-hash v0.5.0
9082026-05-19T18:59:29.699Z Downloaded pem v3.0.6
9092026-05-19T18:59:29.699Z Downloaded parse-display-derive v0.10.0
9102026-05-19T18:59:29.699Z Downloaded heapless v0.8.0
9112026-05-19T18:59:29.702Z Downloaded pem-rfc7468 v0.7.0
9122026-05-19T18:59:29.702Z Downloaded ref-cast-impl v1.0.25
9132026-05-19T18:59:29.702Z Downloaded ref-cast v1.0.25
9142026-05-19T18:59:29.707Z Downloaded flate2 v1.1.9
9152026-05-19T18:59:29.710Z Downloaded progenitor v0.13.0
9162026-05-19T18:59:29.710Z Downloaded recursive-proc-macro-impl v0.1.1
9172026-05-19T18:59:29.710Z Downloaded recursive v0.1.1
9182026-05-19T18:59:29.710Z Downloaded primeorder v0.13.6
9192026-05-19T18:59:29.710Z Downloaded crypto-bigint v0.5.5
9202026-05-19T18:59:29.713Z Downloaded libsw-core v0.3.2
9212026-05-19T18:59:29.716Z Downloaded ignore v0.4.25
9222026-05-19T18:59:29.716Z Downloaded rfc6979 v0.4.0
9232026-05-19T18:59:29.719Z Downloaded parking_lot v0.12.5
9242026-05-19T18:59:29.719Z Downloaded progenitor v0.11.2
9252026-05-19T18:59:29.722Z Downloaded progenitor v0.10.0
9262026-05-19T18:59:29.722Z Downloaded parking_lot v0.11.2
9272026-05-19T18:59:29.722Z Downloaded rustc-hash v2.1.1
9282026-05-19T18:59:29.725Z Downloaded russh-cryptovec v0.7.3
9292026-05-19T18:59:29.726Z Downloaded progenitor-macro v0.13.0
9302026-05-19T18:59:29.726Z Downloaded progenitor v0.14.0
9312026-05-19T18:59:29.726Z Downloaded crossbeam-channel v0.5.15
9322026-05-19T18:59:29.729Z Downloaded progenitor-extras v0.2.0
9332026-05-19T18:59:29.731Z Downloaded rustc_version v0.1.7
9342026-05-19T18:59:29.731Z Downloaded psm v0.1.30
9352026-05-19T18:59:29.731Z Downloaded chacha20poly1305 v0.10.1
9362026-05-19T18:59:29.734Z Downloaded postcard v1.1.3
9372026-05-19T18:59:29.734Z Downloaded postgres-types v0.2.12
9382026-05-19T18:59:29.737Z Downloaded rand_chacha v0.9.0
9392026-05-19T18:59:29.737Z Downloaded pkcs1 v0.7.5
9402026-05-19T18:59:29.765Z Downloaded rtoolbox v0.0.3
9412026-05-19T18:59:29.765Z Downloaded miniz_oxide v0.8.9
9422026-05-19T18:59:29.765Z Downloaded password-hash v0.4.2
9432026-05-19T18:59:29.765Z Downloaded p256 v0.13.2
9442026-05-19T18:59:29.765Z Downloaded iana-time-zone v0.1.65
9452026-05-19T18:59:29.765Z Downloaded poly1305 v0.8.0
9462026-05-19T18:59:29.765Z Downloaded derive_builder_core v0.20.2
9472026-05-19T18:59:29.765Z Downloaded rand_core v0.10.0
9482026-05-19T18:59:29.765Z Downloaded rustc_version v0.4.1
9492026-05-19T18:59:29.765Z Downloaded rand_core v0.9.5
9502026-05-19T18:59:29.765Z Downloaded defmt-macros v1.0.1
9512026-05-19T18:59:29.765Z Downloaded hickory-resolver v0.25.2
9522026-05-19T18:59:29.765Z Downloaded hickory-resolver v0.24.4
9532026-05-19T18:59:29.765Z Downloaded proc-macro-error2 v2.0.1
9542026-05-19T18:59:29.765Z Downloaded scopeguard v1.2.0
9552026-05-19T18:59:29.765Z Downloaded oso v0.27.3
9562026-05-19T18:59:29.769Z Downloaded rand_seeder v0.4.0
9572026-05-19T18:59:29.769Z Downloaded rand_core v0.6.4
9582026-05-19T18:59:29.769Z Downloaded http v1.4.0
9592026-05-19T18:59:29.769Z Downloaded r2d2 v0.8.10
9602026-05-19T18:59:29.771Z Downloaded libbz2-rs-sys v0.2.2
9612026-05-19T18:59:29.771Z Downloaded salsa20 v0.10.2
9622026-05-19T18:59:29.774Z Downloaded sapling-renderdag v0.1.0
9632026-05-19T18:59:29.775Z Downloaded same-file v1.0.6
9642026-05-19T18:59:29.775Z Downloaded scheduled-thread-pool v0.2.7
9652026-05-19T18:59:29.777Z Downloaded scroll_derive v0.13.1
9662026-05-19T18:59:29.781Z Downloaded scrypt v0.11.0
9672026-05-19T18:59:29.786Z Downloaded resolv-conf v0.7.6
9682026-05-19T18:59:29.792Z Downloaded papergrid v0.17.0
9692026-05-19T18:59:29.795Z Downloaded serde_spanned v1.0.4
9702026-05-19T18:59:29.798Z Downloaded serde_plain v1.0.2
9712026-05-19T18:59:29.798Z Downloaded semver v0.1.20
9722026-05-19T18:59:29.798Z Downloaded secrecy v0.8.0
9732026-05-19T18:59:29.801Z Downloaded serde-big-array v0.5.1
9742026-05-19T18:59:29.801Z Downloaded seq-macro v0.3.6
9752026-05-19T18:59:29.801Z Downloaded progenitor-client v0.13.0
9762026-05-19T18:59:29.804Z Downloaded serde_bytes v0.11.19
9772026-05-19T18:59:29.804Z Downloaded expectorate v1.2.0
9782026-05-19T18:59:29.807Z Downloaded dropshot-api-manager v0.7.1
9792026-05-19T18:59:29.807Z Downloaded blake3 v1.8.3
9802026-05-19T18:59:29.811Z Downloaded serde_repr v0.1.20
9812026-05-19T18:59:29.814Z Downloaded secrecy v0.10.3
9822026-05-19T18:59:29.814Z Downloaded pkcs5 v0.7.1
9832026-05-19T18:59:29.816Z Downloaded shell-words v1.1.1
9842026-05-19T18:59:29.816Z Downloaded jiff-static v0.2.21
9852026-05-19T18:59:29.819Z Downloaded polyval v0.6.2
9862026-05-19T18:59:29.822Z Downloaded rusty-fork v0.3.1
9872026-05-19T18:59:29.825Z Downloaded rustls-pemfile v1.0.4
9882026-05-19T18:59:29.825Z Downloaded rustls-native-certs v0.8.3
9892026-05-19T18:59:29.828Z Downloaded siphasher v1.0.2
9902026-05-19T18:59:29.828Z Downloaded sigpipe v0.1.3
9912026-05-19T18:59:29.828Z Downloaded signal-hook-tokio v0.3.1
9922026-05-19T18:59:29.828Z Downloaded sha1 v0.10.6
9932026-05-19T18:59:29.831Z Downloaded serde_urlencoded v0.7.1
9942026-05-19T18:59:29.831Z Downloaded schemars_derive v0.8.22
9952026-05-19T18:59:29.831Z Downloaded rustversion v1.0.22
9962026-05-19T18:59:29.837Z Downloaded quinn-udp v0.5.14
9972026-05-19T18:59:29.839Z Downloaded pin-project v1.1.11
9982026-05-19T18:59:29.842Z Downloaded signature v2.2.0
9992026-05-19T18:59:29.845Z Downloaded signal-hook-mio v0.2.5
10002026-05-19T18:59:29.845Z Downloaded async-compression v0.4.41
10012026-05-19T18:59:29.848Z Downloaded serde-hex v0.1.0
10022026-05-19T18:59:29.851Z Downloaded prefix-trie v0.7.0
10032026-05-19T18:59:29.854Z Downloaded sec1 v0.7.3
10042026-05-19T18:59:29.854Z Downloaded sct v0.7.1
10052026-05-19T18:59:29.857Z Downloaded russh-keys v0.45.0
10062026-05-19T18:59:29.857Z Downloaded minimal-lexical v0.2.1
10072026-05-19T18:59:29.859Z Downloaded openssl-sys v0.9.115
10082026-05-19T18:59:29.864Z Downloaded slog-bunyan v2.5.0
10092026-05-19T18:59:29.867Z Downloaded hashbrown v0.12.3
10102026-05-19T18:59:29.867Z Downloaded scroll v0.13.0
10112026-05-19T18:59:29.867Z Downloaded progenitor-impl v0.11.2
10122026-05-19T18:59:29.870Z Downloaded diesel_derives v2.3.7
10132026-05-19T18:59:29.873Z Downloaded progenitor-impl v0.10.0
10142026-05-19T18:59:29.876Z Downloaded serde_derive_internals v0.29.1
10152026-05-19T18:59:29.880Z Downloaded serde_path_to_error v0.1.20
10162026-05-19T18:59:29.883Z Downloaded rcgen v0.12.1
10172026-05-19T18:59:29.888Z Downloaded ssh-encoding v0.2.0
10182026-05-19T18:59:29.891Z Downloaded sqlparser_derive v0.5.0
10192026-05-19T18:59:29.891Z Downloaded prettyplease v0.2.37
10202026-05-19T18:59:29.894Z Downloaded signal-hook-registry v1.4.8
10212026-05-19T18:59:29.896Z Downloaded hickory-server v0.25.2
10222026-05-19T18:59:29.899Z Downloaded ssh-cipher v0.2.0
10232026-05-19T18:59:29.899Z Downloaded pretty_assertions v1.4.1
10242026-05-19T18:59:29.902Z Downloaded rustls-pemfile v2.2.0
10252026-05-19T18:59:29.902Z Downloaded rustls-pki-types v1.14.0
10262026-05-19T18:59:29.905Z Downloaded aes-gcm v0.10.3
10272026-05-19T18:59:29.908Z Downloaded strip-ansi-escapes v0.2.1
10282026-05-19T18:59:29.908Z Downloaded slog-stdlog v4.1.1
10292026-05-19T18:59:29.908Z Downloaded slog-scope v4.4.1
10302026-05-19T18:59:29.911Z Downloaded sync-ptr v0.1.4
10312026-05-19T18:59:29.911Z Downloaded slog-json v2.6.1
10322026-05-19T18:59:29.911Z Downloaded slab v0.4.12
10332026-05-19T18:59:29.914Z Downloaded tabled_derive v0.11.0
10342026-05-19T18:59:29.914Z Downloaded simd-adler32 v0.3.8
10352026-05-19T18:59:29.914Z Downloaded crossterm v0.28.1
10362026-05-19T18:59:29.917Z Downloaded strum v0.27.2
10372026-05-19T18:59:29.920Z Downloaded hyper-util v0.1.20
10382026-05-19T18:59:29.923Z Downloaded strum v0.26.3
10392026-05-19T18:59:29.923Z Downloaded structmeta-derive v0.3.0
10402026-05-19T18:59:29.927Z Downloaded shlex v1.3.0
10412026-05-19T18:59:29.930Z Downloaded slog-envlogger v2.2.0
10422026-05-19T18:59:29.930Z Downloaded slog-dtrace v0.3.0
10432026-05-19T18:59:29.933Z Downloaded subtle v2.6.1
10442026-05-19T18:59:29.933Z Downloaded snafu-derive v0.8.9
10452026-05-19T18:59:29.933Z Downloaded slog-async v2.8.0
10462026-05-19T18:59:29.938Z Downloaded tabwriter v1.4.1
10472026-05-19T18:59:29.946Z Downloaded serde_cbor v0.11.2
10482026-05-19T18:59:29.946Z Downloaded sqlformat v0.3.5
10492026-05-19T18:59:29.952Z Downloaded progenitor-impl v0.14.0
10502026-05-19T18:59:29.952Z Downloaded tap v1.0.1
10512026-05-19T18:59:29.952Z Downloaded hashbrown v0.13.2
10522026-05-19T18:59:29.952Z Downloaded smf v0.2.3
10532026-05-19T18:59:29.952Z Downloaded slog-term v2.9.2
10542026-05-19T18:59:29.955Z Downloaded termtree v0.5.1
10552026-05-19T18:59:29.955Z Downloaded spki v0.7.3
10562026-05-19T18:59:29.956Z Downloaded thread-id v5.1.0
10572026-05-19T18:59:29.956Z Downloaded serde_with_macros v3.17.0
10582026-05-19T18:59:29.958Z Downloaded take_mut v0.2.2
10592026-05-19T18:59:29.958Z Downloaded thiserror-impl-no-std v2.0.2
10602026-05-19T18:59:29.961Z Downloaded testing_table v0.3.0
10612026-05-19T18:59:29.961Z Downloaded itertools v0.10.5
10622026-05-19T18:59:29.964Z Downloaded tinyvec_macros v0.1.1
10632026-05-19T18:59:29.964Z Downloaded time-core v0.1.8
10642026-05-19T18:59:29.968Z Downloaded static_assertions v1.1.0
10652026-05-19T18:59:29.968Z Downloaded stacker v0.1.23
10662026-05-19T18:59:29.971Z Downloaded string_cache v0.8.9
10672026-05-19T18:59:29.974Z Downloaded rustls-platform-verifier v0.6.2
10682026-05-19T18:59:29.974Z Downloaded nom v7.1.3
10692026-05-19T18:59:29.977Z Downloaded supports-color v3.0.2
10702026-05-19T18:59:29.980Z Downloaded strum_macros v0.27.2
10712026-05-19T18:59:29.980Z Downloaded structmeta v0.3.0
10722026-05-19T18:59:29.980Z Downloaded smallvec v0.6.14
10732026-05-19T18:59:29.983Z Downloaded strum_macros v0.24.3
10742026-05-19T18:59:29.983Z Downloaded stringprep v0.1.5
10752026-05-19T18:59:29.986Z Downloaded schemars v0.8.22
10762026-05-19T18:59:29.990Z Downloaded support-bundle-viewer v0.1.2
10772026-05-19T18:59:29.993Z Downloaded hashbrown v0.15.5
10782026-05-19T18:59:29.995Z Downloaded sync_wrapper v1.0.2
10792026-05-19T18:59:29.998Z Downloaded tokio-macros v2.7.0
10802026-05-19T18:59:30.007Z Downloaded rand v0.8.6
10812026-05-19T18:59:30.010Z Downloaded tagptr v0.2.0
10822026-05-19T18:59:30.013Z Downloaded rayon-core v1.13.0
10832026-05-19T18:59:30.016Z Downloaded spin v0.9.8
10842026-05-19T18:59:30.016Z Downloaded itertools v0.14.0
10852026-05-19T18:59:30.019Z Downloaded ron v0.8.1
10862026-05-19T18:59:30.022Z Downloaded termios v0.3.3
10872026-05-19T18:59:30.026Z Downloaded serde_yaml v0.9.34+deprecated
10882026-05-19T18:59:30.030Z Downloaded mio v1.2.0
10892026-05-19T18:59:30.030Z Downloaded itertools v0.12.1
10902026-05-19T18:59:30.033Z Downloaded tower-layer v0.3.3
10912026-05-19T18:59:30.036Z Downloaded tiny-keccak v2.0.2
10922026-05-19T18:59:30.036Z Downloaded thread_local v1.1.9
10932026-05-19T18:59:30.039Z Downloaded progenitor-impl v0.13.0
10942026-05-19T18:59:30.041Z Downloaded schemars v0.9.0
10952026-05-19T18:59:30.045Z Downloaded try-lock v0.2.5
10962026-05-19T18:59:30.048Z Downloaded trait-variant v0.1.2
10972026-05-19T18:59:30.048Z Downloaded tower-service v0.3.3
10982026-05-19T18:59:30.048Z Downloaded tls_codec_derive v0.4.2
10992026-05-19T18:59:30.051Z Downloaded tls_codec v0.4.2
11002026-05-19T18:59:30.051Z Downloaded strum_macros v0.26.4
11012026-05-19T18:59:30.054Z Downloaded time-macros v0.2.27
11022026-05-19T18:59:30.054Z Downloaded ryu v1.0.23
11032026-05-19T18:59:30.057Z Downloaded quinn v0.11.9
11042026-05-19T18:59:30.060Z Downloaded slog v2.8.2
11052026-05-19T18:59:30.060Z Downloaded tokio-rustls v0.25.0
11062026-05-19T18:59:30.064Z Downloaded typify-macro v0.6.2
11072026-05-19T18:59:30.064Z Downloaded typify-macro v0.4.3
11082026-05-19T18:59:30.064Z Downloaded signal-hook v0.3.18
11092026-05-19T18:59:30.067Z Downloaded rand v0.9.2
11102026-05-19T18:59:30.070Z Downloaded tokio-native-tls v0.3.1
11112026-05-19T18:59:30.070Z Downloaded libxml v0.3.3
11122026-05-19T18:59:30.072Z Downloaded crossterm v0.29.0
11132026-05-19T18:59:30.076Z Downloaded iddqd v0.3.18
11142026-05-19T18:59:30.080Z Downloaded universal-hash v0.5.1
11152026-05-19T18:59:30.083Z Downloaded unicode-truncate v1.1.0
11162026-05-19T18:59:30.083Z Downloaded rustls-webpki v0.103.9
11172026-05-19T18:59:30.085Z Downloaded itertools v0.13.0
11182026-05-19T18:59:30.088Z Downloaded untrusted v0.7.1
11192026-05-19T18:59:30.088Z Downloaded tokio-tungstenite v0.23.1
11202026-05-19T18:59:30.091Z Downloaded tokio-tungstenite v0.21.0
11212026-05-19T18:59:30.091Z Downloaded usdt-attr-macro v0.6.0
11222026-05-19T18:59:30.094Z Downloaded usdt-macro v0.6.0
11232026-05-19T18:59:30.094Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11242026-05-19T18:59:30.094Z Downloaded thiserror-no-std v2.0.2
11252026-05-19T18:59:30.097Z Downloaded void v1.0.2
11262026-05-19T18:59:30.097Z Downloaded utf-8 v0.7.6
11272026-05-19T18:59:30.097Z Downloaded usdt v0.6.0
11282026-05-19T18:59:30.100Z Downloaded unarray v0.1.4
11292026-05-19T18:59:30.100Z Downloaded term v0.7.0
11302026-05-19T18:59:30.103Z Downloaded socket2 v0.6.3
11312026-05-19T18:59:30.103Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11322026-05-19T18:59:30.103Z Downloaded hashbrown v0.16.1
11332026-05-19T18:59:30.106Z Downloaded libm v0.2.16
11342026-05-19T18:59:30.112Z Downloaded tui-tree-widget v0.23.1
11352026-05-19T18:59:30.115Z Downloaded similar v2.7.0
11362026-05-19T18:59:30.117Z Downloaded topological-sort v0.2.2
11372026-05-19T18:59:30.118Z Downloaded want v0.3.1
11382026-05-19T18:59:30.118Z Downloaded toml_writer v1.0.6+spec-1.1.0
11392026-05-19T18:59:30.121Z Downloaded rsa v0.9.10
11402026-05-19T18:59:30.123Z Downloaded qorb v0.4.1
11412026-05-19T18:59:30.126Z Downloaded publicsuffix v2.3.0
11422026-05-19T18:59:30.126Z Downloaded waitgroup v0.1.2
11432026-05-19T18:59:30.126Z Downloaded subprocess v0.2.15
11442026-05-19T18:59:30.129Z Downloaded tokio-dtrace v0.1.1
11452026-05-19T18:59:30.129Z Downloaded num-bigint-dig v0.8.6
11462026-05-19T18:59:30.132Z Downloaded num-bigint v0.4.6
11472026-05-19T18:59:30.135Z Downloaded xattr v1.6.1
11482026-05-19T18:59:30.135Z Downloaded rand v0.10.0
11492026-05-19T18:59:30.138Z Downloaded tokio-rustls v0.26.4
11502026-05-19T18:59:30.142Z Downloaded unit-prefix v0.5.2
11512026-05-19T18:59:30.142Z Downloaded unicase v2.9.0
11522026-05-19T18:59:30.142Z Downloaded samael v0.0.19
11532026-05-19T18:59:30.145Z Downloaded tokio-stream v0.1.18
11542026-05-19T18:59:30.148Z Downloaded iri-string v0.7.10
11552026-05-19T18:59:30.151Z Downloaded test-strategy v0.4.5
11562026-05-19T18:59:30.154Z Downloaded hyper v1.8.1
11572026-05-19T18:59:30.157Z Downloaded xshell-macros v0.2.7
11582026-05-19T18:59:30.157Z Downloaded usdt-impl v0.6.0
11592026-05-19T18:59:30.160Z Downloaded snafu v0.8.9
11602026-05-19T18:59:30.163Z Downloaded zone v0.3.1
11612026-05-19T18:59:30.163Z Downloaded vergen-lib v0.1.6
11622026-05-19T18:59:30.163Z Downloaded toml_parser v1.0.9+spec-1.1.0
11632026-05-19T18:59:30.166Z Downloaded term v1.2.1
11642026-05-19T18:59:30.166Z Downloaded vergen-gitcl v1.0.8
11652026-05-19T18:59:30.169Z Downloaded tinyvec v1.10.0
11662026-05-19T18:59:30.169Z Downloaded socket2 v0.5.10
11672026-05-19T18:59:30.172Z Downloaded zeroize_derive v1.4.3
11682026-05-19T18:59:30.172Z Downloaded vsss-rs v3.3.4
11692026-05-19T18:59:30.172Z Downloaded untrusted v0.9.0
11702026-05-19T18:59:30.175Z Downloaded h2 v0.4.13
11712026-05-19T18:59:30.180Z Downloaded futures-util v0.3.32
11722026-05-19T18:59:30.185Z Downloaded vergen-git2 v1.0.7
11732026-05-19T18:59:30.188Z Downloaded schemars v1.2.1
11742026-05-19T18:59:30.192Z Downloaded zone_cfg_derive v0.3.1
11752026-05-19T18:59:30.195Z Downloaded bindgen v0.71.1
11762026-05-19T18:59:30.197Z Downloaded wait-timeout v0.2.1
11772026-05-19T18:59:30.197Z Downloaded tokio-rustls v0.24.1
11782026-05-19T18:59:30.200Z Downloaded p521 v0.13.3
11792026-05-19T18:59:30.203Z Downloaded hkdf v0.12.4
11802026-05-19T18:59:30.203Z Downloaded walkdir v2.5.0
11812026-05-19T18:59:30.207Z Downloaded whoami v2.1.0
11822026-05-19T18:59:30.210Z Downloaded whoami v1.6.1
11832026-05-19T18:59:30.210Z Downloaded toml v0.7.8
11842026-05-19T18:59:30.211Z Downloaded wyz v0.5.1
11852026-05-19T18:59:30.214Z Downloaded uzers v0.12.2
11862026-05-19T18:59:30.222Z Downloaded tracing-attributes v0.1.31
11872026-05-19T18:59:30.225Z Downloaded unicode-properties v0.1.4
11882026-05-19T18:59:30.228Z Downloaded tar v0.4.45
11892026-05-19T18:59:30.228Z Downloaded zeroize v1.8.2
11902026-05-19T18:59:30.228Z Downloaded xshell v0.2.7
11912026-05-19T18:59:30.234Z Downloaded twox-hash v2.1.2
11922026-05-19T18:59:30.237Z Downloaded toml v1.0.6+spec-1.1.0
11932026-05-19T18:59:30.239Z Downloaded bitvec v1.0.1
11942026-05-19T18:59:30.246Z Downloaded vergen v9.0.6
11952026-05-19T18:59:30.249Z Downloaded typify v0.4.3
11962026-05-19T18:59:30.252Z Downloaded tracing-core v0.1.36
11972026-05-19T18:59:30.252Z Downloaded russh v0.45.0
11982026-05-19T18:59:30.255Z Downloaded zstd v0.13.3
11992026-05-19T18:59:30.258Z Downloaded zstd-safe v7.2.4
12002026-05-19T18:59:30.258Z Downloaded unsafe-libyaml v0.2.11
12012026-05-19T18:59:30.261Z Downloaded unicode-bidi v0.3.18
12022026-05-19T18:59:30.261Z Downloaded tungstenite v0.23.0
12032026-05-19T18:59:30.263Z Downloaded reqwest v0.12.28
12042026-05-19T18:59:30.266Z Downloaded zerocopy v0.6.6
12052026-05-19T18:59:30.269Z Downloaded tungstenite v0.21.0
12062026-05-19T18:59:30.269Z Downloaded rustyline v14.0.0
12072026-05-19T18:59:30.272Z Downloaded yasna v0.5.2
12082026-05-19T18:59:30.289Z Downloaded rpassword v7.4.0
12092026-05-19T18:59:30.291Z Downloaded aws-lc-rs v1.16.3
12102026-05-19T18:59:30.295Z Downloaded toml v0.9.12+spec-1.1.0
12112026-05-19T18:59:30.298Z Downloaded uuid v1.23.0
12122026-05-19T18:59:30.301Z Downloaded steno v0.4.1
12132026-05-19T18:59:30.304Z Downloaded vte v0.14.1
12142026-05-19T18:59:30.311Z Downloaded reedline v0.40.0
12152026-05-19T18:59:30.315Z Downloaded typify v0.6.2
12162026-05-19T18:59:30.331Z Downloaded zopfli v0.8.3
12172026-05-19T18:59:30.334Z Downloaded chrono v0.4.44
12182026-05-19T18:59:30.341Z Downloaded toml_edit v0.19.15
12192026-05-19T18:59:30.349Z Downloaded toml_edit v0.23.10+spec-1.0.0
12202026-05-19T18:59:30.354Z Downloaded tokio-postgres v0.7.16
12212026-05-19T18:59:30.358Z Downloaded reqwest v0.13.2
12222026-05-19T18:59:30.361Z Downloaded yansi v1.0.1
12232026-05-19T18:59:30.365Z Downloaded git2 v0.20.4
12242026-05-19T18:59:30.369Z Downloaded portable-atomic v1.13.1
12252026-05-19T18:59:30.373Z Downloaded zip v0.6.6
12262026-05-19T18:59:30.376Z Downloaded unicode_categories v0.1.1
12272026-05-19T18:59:30.379Z Downloaded regex v1.12.3
12282026-05-19T18:59:30.382Z Downloaded tower v0.5.3
12292026-05-19T18:59:30.385Z Downloaded ssh-key v0.6.7
12302026-05-19T18:59:30.392Z Downloaded moka v0.12.13
12312026-05-19T18:59:30.395Z Downloaded zerocopy-derive v0.8.40
12322026-05-19T18:59:30.399Z Downloaded unicode-segmentation v1.12.0
12332026-05-19T18:59:30.411Z Downloaded quick-xml v0.37.5
12342026-05-19T18:59:30.414Z Downloaded typed-path v0.9.3
12352026-05-19T18:59:30.422Z Downloaded salty v0.3.0
12362026-05-19T18:59:30.425Z Downloaded x509-cert v0.2.5
12372026-05-19T18:59:30.428Z Downloaded rustls-webpki v0.101.7
12382026-05-19T18:59:30.436Z Downloaded p384 v0.13.1
12392026-05-19T18:59:30.438Z Downloaded proptest v1.11.0
12402026-05-19T18:59:30.444Z Downloaded goblin v0.10.5
12412026-05-19T18:59:30.448Z Downloaded rayon v1.11.0
12422026-05-19T18:59:30.459Z Downloaded lalrpop v0.19.12
12432026-05-19T18:59:30.464Z Downloaded unicode-normalization v0.1.25
12442026-05-19T18:59:30.467Z Downloaded petname v2.0.2
12452026-05-19T18:59:30.471Z Downloaded zip v4.6.1
12462026-05-19T18:59:30.478Z Downloaded tower-http v0.6.8
12472026-05-19T18:59:30.492Z Downloaded curve25519-dalek v4.1.3
12482026-05-19T18:59:30.498Z Downloaded tokio-util v0.7.18
12492026-05-19T18:59:30.502Z Downloaded tough v0.22.0
12502026-05-19T18:59:30.507Z Downloaded radix_trie v0.2.1
12512026-05-19T18:59:30.511Z Downloaded serde_with v3.17.0
12522026-05-19T18:59:30.518Z Downloaded rustls-webpki v0.102.8
12532026-05-19T18:59:30.530Z Downloaded quinn-proto v0.11.13
12542026-05-19T18:59:30.536Z Downloaded object v0.30.4
12552026-05-19T18:59:30.540Z Downloaded nix v0.27.1
12562026-05-19T18:59:30.547Z Downloaded bstr v1.12.1
12572026-05-19T18:59:30.552Z Downloaded winnow v0.5.40
12582026-05-19T18:59:30.558Z Downloaded polar-core v0.27.3
12592026-05-19T18:59:30.566Z Downloaded winnow v0.6.26
12602026-05-19T18:59:30.586Z Downloaded dropshot v0.16.7
12612026-05-19T18:59:30.600Z Downloaded openssl v0.10.79
12622026-05-19T18:59:30.606Z Downloaded regex-syntax v0.6.29
12632026-05-19T18:59:30.610Z Downloaded time v0.3.47
12642026-05-19T18:59:30.619Z Downloaded tabled v0.20.0
12652026-05-19T18:59:30.629Z Downloaded smoltcp v0.9.1
12662026-05-19T18:59:30.636Z Downloaded nix v0.31.2
12672026-05-19T18:59:30.643Z Downloaded rustls v0.21.12
12682026-05-19T18:59:30.651Z Downloaded zlib-rs v0.6.2
12692026-05-19T18:59:30.656Z Downloaded hickory-proto v0.25.2
12702026-05-19T18:59:30.663Z Downloaded hickory-proto v0.24.4
12712026-05-19T18:59:30.672Z Downloaded webpki-roots v1.0.6
12722026-05-19T18:59:30.675Z Downloaded smoltcp v0.11.0
12732026-05-19T18:59:30.682Z Downloaded openapiv3 v2.2.0
12742026-05-19T18:59:30.689Z Downloaded regex-syntax v0.8.10
12752026-05-19T18:59:30.694Z Downloaded rustls v0.22.4
12762026-05-19T18:59:30.702Z Downloaded rustls v0.23.37
12772026-05-19T18:59:30.710Z Downloaded regress v0.11.1
12782026-05-19T18:59:30.715Z Downloaded rustix v0.38.44
12792026-05-19T18:59:30.729Z Downloaded zerocopy v0.8.40
12802026-05-19T18:59:30.734Z Downloaded regress v0.10.5
12812026-05-19T18:59:30.740Z Downloaded object v0.37.3
12822026-05-19T18:59:30.747Z Downloaded diesel v2.3.7
12832026-05-19T18:59:30.760Z Downloaded vcpkg v0.2.15
12842026-05-19T18:59:30.785Z Downloaded dropshot v0.17.0
12852026-05-19T18:59:30.795Z Downloaded sqlparser v0.61.0
12862026-05-19T18:59:30.801Z Downloaded nix v0.28.0
12872026-05-19T18:59:30.809Z Downloaded nix v0.29.0
12882026-05-19T18:59:30.816Z Downloaded ratatui v0.29.0
12892026-05-19T18:59:30.828Z Downloaded sled v0.34.7
12902026-05-19T18:59:30.834Z Downloaded typify-impl v0.4.3
12912026-05-19T18:59:30.845Z Downloaded typify-impl v0.6.2
12922026-05-19T18:59:30.853Z Downloaded tracing v0.1.44
12932026-05-19T18:59:30.876Z Downloaded bzip2-sys v0.1.13+1.0.8
12942026-05-19T18:59:30.892Z Downloaded zerocopy-derive v0.6.6
12952026-05-19T18:59:30.903Z Downloaded regex-automata v0.4.14
12962026-05-19T18:59:30.912Z Downloaded petgraph v0.6.5
12972026-05-19T18:59:30.924Z Downloaded jiff v0.2.21
12982026-05-19T18:59:30.944Z Downloaded chrono-tz v0.10.4
12992026-05-19T18:59:30.954Z Downloaded petgraph v0.8.3
13002026-05-19T18:59:30.970Z Downloaded sha3 v0.10.8
13012026-05-19T18:59:30.981Z Downloaded csv v1.4.0
13022026-05-19T18:59:30.994Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13032026-05-19T18:59:31.004Z Downloaded libz-sys v1.1.24
13042026-05-19T18:59:31.016Z Downloaded tokio v1.52.1
13052026-05-19T18:59:31.053Z Downloaded encoding_rs v0.8.35
13062026-05-19T18:59:31.122Z Downloaded ring v0.17.14
13072026-05-19T18:59:31.165Z Downloaded libgit2-sys v0.18.3+1.9.2
13082026-05-19T18:59:31.671Z Downloaded aws-lc-sys v0.40.0
13092026-05-19T18:59:31.912Z Compiling libc v0.2.185
13102026-05-19T18:59:31.912Z Compiling serde v1.0.228
13112026-05-19T18:59:31.915Z Compiling log v0.4.29
13122026-05-19T18:59:31.915Z Compiling find-msvc-tools v0.1.9
13132026-05-19T18:59:32.076Z Compiling shlex v1.3.0
13142026-05-19T18:59:32.085Z Compiling syn v2.0.117
13152026-05-19T18:59:32.088Z Compiling smallvec v1.15.1
13162026-05-19T18:59:32.088Z Compiling typenum v1.19.0
13172026-05-19T18:59:32.246Z Compiling generic-array v0.14.7
13182026-05-19T18:59:32.270Z Compiling subtle v2.6.1
13192026-05-19T18:59:32.300Z Compiling scopeguard v1.2.0
13202026-05-19T18:59:32.319Z Compiling const-oid v0.9.6
13212026-05-19T18:59:32.385Z Compiling serde_json v1.0.149
13222026-05-19T18:59:32.428Z Compiling lock_api v0.4.14
13232026-05-19T18:59:32.442Z Compiling zerocopy v0.8.40
13242026-05-19T18:59:32.491Z Compiling pin-project-lite v0.2.17
13252026-05-19T18:59:32.595Z Compiling parking_lot_core v0.9.12
13262026-05-19T18:59:32.654Z Compiling portable-atomic v1.13.1
13272026-05-19T18:59:32.860Z Compiling pkg-config v0.3.32
13282026-05-19T18:59:32.890Z Compiling bitflags v2.11.0
13292026-05-19T18:59:32.980Z Compiling getrandom v0.2.17
13302026-05-19T18:59:33.068Z Compiling jobserver v0.1.34
13312026-05-19T18:59:33.078Z Compiling errno v0.3.14
13322026-05-19T18:59:33.115Z Compiling rand_core v0.6.4
13332026-05-19T18:59:33.214Z Compiling signal-hook-registry v1.4.8
13342026-05-19T18:59:33.394Z Compiling cc v1.2.56
13352026-05-19T18:59:33.421Z Compiling futures-core v0.3.32
13362026-05-19T18:59:33.448Z Compiling libm v0.2.16
13372026-05-19T18:59:33.493Z Compiling critical-section v1.2.0
13382026-05-19T18:59:33.516Z Compiling parking_lot v0.12.5
13392026-05-19T18:59:33.574Z Compiling mio v1.2.0
13402026-05-19T18:59:33.600Z Compiling num-traits v0.2.19
13412026-05-19T18:59:33.680Z Compiling once_cell v1.21.3
13422026-05-19T18:59:33.741Z Compiling percent-encoding v2.3.2
13432026-05-19T18:59:33.888Z Compiling socket2 v0.6.3
13442026-05-19T18:59:33.902Z Compiling futures-sink v0.3.32
13452026-05-19T18:59:33.930Z Compiling futures-io v0.3.32
13462026-05-19T18:59:33.948Z Compiling getrandom v0.4.1
13472026-05-19T18:59:34.002Z Compiling futures-channel v0.3.32
13482026-05-19T18:59:34.044Z Compiling slab v0.4.12
13492026-05-19T18:59:34.085Z Compiling futures-task v0.3.32
13502026-05-19T18:59:34.224Z Compiling cpufeatures v0.2.17
13512026-05-19T18:59:34.258Z Compiling rand_core v0.10.0
13522026-05-19T18:59:34.258Z Compiling indexmap v2.14.0
13532026-05-19T18:59:34.295Z Compiling getrandom v0.3.4
13542026-05-19T18:59:34.304Z Compiling rustversion v1.0.22
13552026-05-19T18:59:34.323Z Compiling cmake v0.1.57
13562026-05-19T18:59:34.691Z Compiling form_urlencoded v1.2.2
13572026-05-19T18:59:34.710Z Compiling fs_extra v1.3.0
13582026-05-19T18:59:34.866Z Compiling dunce v1.0.5
13592026-05-19T18:59:34.899Z Compiling ident_case v1.0.1
13602026-05-19T18:59:34.946Z Compiling synstructure v0.13.2
13612026-05-19T18:59:34.958Z Compiling base64ct v1.8.3
13622026-05-19T18:59:34.977Z Compiling aws-lc-sys v0.40.0
13632026-05-19T18:59:35.016Z Compiling regex-syntax v0.8.10
13642026-05-19T18:59:35.232Z Compiling pem-rfc7468 v0.7.0
13652026-05-19T18:59:35.245Z Compiling iana-time-zone v0.1.65
13662026-05-19T18:59:35.259Z Compiling rustix v1.1.3
13672026-05-19T18:59:35.440Z Compiling flagset v0.4.7
13682026-05-19T18:59:35.455Z Compiling rand_core v0.9.5
13692026-05-19T18:59:35.524Z Compiling ring v0.17.14
13702026-05-19T18:59:35.539Z Compiling vcpkg v0.2.15
13712026-05-19T18:59:35.568Z Compiling aws-lc-rs v1.16.3
13722026-05-19T18:59:35.722Z Compiling uuid v1.23.0
13732026-05-19T18:59:35.852Z Compiling rustc_version v0.4.1
13742026-05-19T18:59:36.215Z Compiling tracing-core v0.1.36
13752026-05-19T18:59:36.304Z Compiling openssl-sys v0.9.115
13762026-05-19T18:59:36.476Z Compiling base64 v0.22.1
13772026-05-19T18:59:36.703Z Compiling serde_derive v1.0.228
13782026-05-19T18:59:36.765Z Compiling zeroize_derive v1.4.3
13792026-05-19T18:59:36.795Z Compiling zerofrom-derive v0.1.6
13802026-05-19T18:59:36.827Z Compiling yoke-derive v0.8.1
13812026-05-19T18:59:37.042Z Compiling zerocopy-derive v0.8.40
13822026-05-19T18:59:37.413Z Compiling zeroize v1.8.2
13832026-05-19T18:59:37.418Z Compiling zerovec-derive v0.11.2
13842026-05-19T18:59:37.990Z Compiling displaydoc v0.2.5
13852026-05-19T18:59:38.172Z Compiling crypto-common v0.1.7
13862026-05-19T18:59:38.194Z Compiling zerofrom v0.1.6
13872026-05-19T18:59:38.314Z Compiling yoke v0.8.1
13882026-05-19T18:59:38.314Z Compiling block-buffer v0.10.4
13892026-05-19T18:59:38.484Z Compiling digest v0.10.7
13902026-05-19T18:59:38.509Z Compiling tokio-macros v2.7.0
13912026-05-19T18:59:38.560Z Compiling zerovec v0.11.5
13922026-05-19T18:59:38.722Z Compiling zerotrie v0.2.3
13932026-05-19T18:59:38.732Z Compiling futures-macro v0.3.32
13942026-05-19T18:59:39.007Z Compiling tinystr v0.8.2
13952026-05-19T18:59:39.058Z Compiling potential_utf v0.1.4
13962026-05-19T18:59:39.207Z Compiling icu_locale_core v2.1.1
13972026-05-19T18:59:39.210Z Compiling icu_collections v2.1.1
13982026-05-19T18:59:39.234Z Compiling hmac v0.12.1
13992026-05-19T18:59:39.388Z Compiling block-padding v0.3.3
14002026-05-19T18:59:39.523Z Compiling futures-util v0.3.32
14012026-05-19T18:59:39.539Z Compiling inout v0.1.4
14022026-05-19T18:59:39.676Z Compiling cipher v0.4.4
14032026-05-19T18:59:39.699Z Compiling sha2 v0.10.9
14042026-05-19T18:59:39.929Z Compiling icu_provider v2.1.1
14052026-05-19T18:59:40.085Z Compiling bytes v1.11.1
14062026-05-19T18:59:40.110Z Compiling der_derive v0.7.3
14072026-05-19T18:59:40.221Z Compiling icu_normalizer v2.1.1
14082026-05-19T18:59:40.254Z Compiling icu_properties v2.1.2
14092026-05-19T18:59:40.681Z Compiling tokio v1.52.1
14102026-05-19T18:59:40.745Z Compiling http v1.4.0
14112026-05-19T18:59:41.079Z Compiling chrono v0.4.44
14122026-05-19T18:59:41.094Z Compiling der v0.7.10
14132026-05-19T18:59:41.369Z Compiling idna_adapter v1.2.1
14142026-05-19T18:59:41.479Z Compiling idna v1.1.0
14152026-05-19T18:59:41.504Z Compiling ppv-lite86 v0.2.21
14162026-05-19T18:59:41.700Z Compiling salsa20 v0.10.2
14172026-05-19T18:59:41.791Z Compiling url v2.5.8
14182026-05-19T18:59:41.821Z Compiling pbkdf2 v0.12.2
14192026-05-19T18:59:41.836Z Compiling rustls-pki-types v1.14.0
14202026-05-19T18:59:41.935Z Compiling spki v0.7.3
14212026-05-19T18:59:42.122Z Compiling thiserror-impl v2.0.18
14222026-05-19T18:59:42.137Z Compiling tracing-attributes v0.1.31
14232026-05-19T18:59:42.274Z Compiling scrypt v0.11.0
14242026-05-19T18:59:42.287Z Compiling rand_chacha v0.9.0
14252026-05-19T18:59:42.447Z Compiling http-body v1.0.1
14262026-05-19T18:59:42.524Z Compiling cbc v0.1.2
14272026-05-19T18:59:42.575Z Compiling aes v0.8.4
14282026-05-19T18:59:42.660Z Compiling tinyvec_macros v0.1.1
14292026-05-19T18:59:42.674Z Compiling untrusted v0.7.1
14302026-05-19T18:59:42.730Z Compiling untrusted v0.9.0
14312026-05-19T18:59:42.798Z Compiling openssl-probe v0.2.1
14322026-05-19T18:59:42.850Z Compiling httparse v1.10.1
14332026-05-19T18:59:42.967Z Compiling pkcs5 v0.7.1
14342026-05-19T18:59:43.228Z Compiling tinyvec v1.10.0
14352026-05-19T18:59:43.414Z Compiling thiserror v2.0.18
14362026-05-19T18:59:43.418Z Compiling tracing v0.1.44
14372026-05-19T18:59:43.441Z Compiling pest_generator v2.8.6
14382026-05-19T18:59:43.529Z Compiling rand v0.9.2
14392026-05-19T18:59:43.562Z Compiling serde_derive_internals v0.29.1
14402026-05-19T18:59:43.609Z Compiling aho-corasick v1.1.4
14412026-05-19T18:59:43.670Z Compiling rustls v0.23.37
14422026-05-19T18:59:43.840Z Compiling dyn-clone v1.0.20
14432026-05-19T18:59:43.975Z Compiling schemars v0.8.22
14442026-05-19T18:59:44.125Z Compiling try-lock v0.2.5
14452026-05-19T18:59:44.173Z Compiling tower-layer v0.3.3
14462026-05-19T18:59:44.228Z Compiling atomic-waker v1.1.2
14472026-05-19T18:59:44.300Z Compiling tower-service v0.3.3
14482026-05-19T18:59:44.331Z Compiling want v0.3.1
14492026-05-19T18:59:44.367Z Compiling pest_derive v2.8.6
14502026-05-19T18:59:44.393Z Compiling regex-automata v0.4.14
14512026-05-19T18:59:44.436Z Compiling tokio-util v0.7.18
14522026-05-19T18:59:44.491Z Compiling schemars_derive v0.8.22
14532026-05-19T18:59:44.736Z Compiling pkcs8 v0.10.2
14542026-05-19T18:59:45.044Z Compiling ipnet v2.11.0
14552026-05-19T18:59:45.072Z Compiling scroll_derive v0.13.1
14562026-05-19T18:59:45.275Z Compiling h2 v0.4.13
14572026-05-19T18:59:45.450Z Compiling darling_core v0.20.11
14582026-05-19T18:59:45.530Z Compiling foreign-types-shared v0.1.1
14592026-05-19T18:59:45.617Z Compiling httpdate v1.0.3
14602026-05-19T18:59:45.708Z Compiling pin-utils v0.1.0
14612026-05-19T18:59:45.780Z Compiling openssl v0.10.79
14622026-05-19T18:59:45.838Z Compiling tempfile v3.25.0
14632026-05-19T18:59:45.859Z Compiling scroll v0.13.0
14642026-05-19T18:59:46.163Z Compiling foreign-types v0.3.2
14652026-05-19T18:59:46.232Z Compiling unicode-normalization v0.1.25
14662026-05-19T18:59:46.351Z Compiling openssl-macros v0.1.1
14672026-05-19T18:59:46.654Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14682026-05-19T18:59:46.686Z Compiling spin v0.9.8
14692026-05-19T18:59:46.738Z Compiling crc32fast v1.5.0
14702026-05-19T18:59:46.891Z Compiling native-tls v0.2.18
14712026-05-19T18:59:47.003Z Compiling time-core v0.1.8
14722026-05-19T18:59:47.036Z Compiling powerfmt v0.2.0
14732026-05-19T18:59:47.091Z Compiling num-conv v0.2.0
14742026-05-19T18:59:47.221Z Compiling time-macros v0.2.27
14752026-05-19T18:59:47.263Z Compiling deranged v0.5.8
14762026-05-19T18:59:47.747Z Compiling darling_macro v0.20.11
14772026-05-19T18:59:48.186Z Compiling goblin v0.10.5
14782026-05-19T18:59:48.198Z Compiling hyper v1.8.1
14792026-05-19T18:59:48.261Z Compiling darling v0.20.11
14802026-05-19T18:59:48.351Z Compiling rustls-native-certs v0.8.3
14812026-05-19T18:59:48.479Z Compiling sync_wrapper v1.0.2
14822026-05-19T18:59:48.586Z Compiling wait-timeout v0.2.1
14832026-05-19T18:59:48.631Z Compiling crossbeam-utils v0.8.21
14842026-05-19T18:59:48.853Z Compiling num_threads v0.1.7
14852026-05-19T18:59:48.928Z Compiling usdt-impl v0.6.0
14862026-05-19T18:59:48.952Z Compiling bit-vec v0.8.0
14872026-05-19T18:59:49.108Z Compiling syn v1.0.109
14882026-05-19T18:59:49.175Z Compiling quick-error v1.2.3
14892026-05-19T18:59:49.207Z Compiling siphasher v1.0.2
14902026-05-19T18:59:49.280Z Compiling hyper-util v0.1.20
14912026-05-19T18:59:49.395Z Compiling simd-adler32 v0.3.8
14922026-05-19T18:59:49.406Z Compiling unicode-segmentation v1.12.0
14932026-05-19T18:59:49.781Z Compiling rusty-fork v0.3.1
14942026-05-19T18:59:49.791Z Compiling bit-set v0.8.0
14952026-05-19T18:59:49.948Z Compiling time v0.3.47
14962026-05-19T18:59:49.996Z Compiling tower v0.5.3
14972026-05-19T18:59:50.084Z Compiling derive_builder_core v0.20.2
14982026-05-19T18:59:50.801Z Compiling dtrace-parser v0.3.0
14992026-05-19T18:59:50.922Z Compiling http-body-util v0.1.3
15002026-05-19T18:59:50.922Z Compiling webpki-roots v1.0.6
15012026-05-19T18:59:50.959Z Compiling dof v0.4.0
15022026-05-19T18:59:51.008Z Compiling signature v2.2.0
15032026-05-19T18:59:51.088Z Compiling thiserror-impl v1.0.69
15042026-05-19T18:59:51.165Z Compiling scroll_derive v0.12.1
15052026-05-19T18:59:51.258Z Compiling heapless v0.7.17
15062026-05-19T18:59:51.496Z Compiling rand_xorshift v0.4.0
15072026-05-19T18:59:51.577Z Compiling slog v2.8.2
15082026-05-19T18:59:51.666Z Compiling darling_core v0.21.3
15092026-05-19T18:59:51.764Z Compiling bzip2-sys v0.1.13+1.0.8
15102026-05-19T18:59:51.865Z Compiling thread-id v5.1.0
15112026-05-19T18:59:51.943Z Compiling cookie v0.18.1
15122026-05-19T18:59:52.030Z Compiling anyhow v1.0.102
15132026-05-19T18:59:52.089Z Compiling allocator-api2 v0.2.21
15142026-05-19T18:59:52.137Z Compiling iri-string v0.7.10
15152026-05-19T18:59:52.250Z Compiling signal-hook v0.3.18
15162026-05-19T18:59:52.461Z Compiling paste v1.0.15
15172026-05-19T18:59:52.480Z Compiling unarray v0.1.4
15182026-05-19T18:59:52.481Z Compiling unicode-properties v0.1.4
15192026-05-19T18:59:52.481Z Compiling ryu v1.0.23
15202026-05-19T18:59:52.539Z Compiling adler2 v2.0.1
15212026-05-19T18:59:52.662Z Compiling zstd-safe v7.2.4
15222026-05-19T18:59:52.679Z Compiling unicode-bidi v0.3.18
15232026-05-19T18:59:52.679Z Compiling miniz_oxide v0.8.9
15242026-05-19T18:59:52.717Z Compiling serde_urlencoded v0.7.1
15252026-05-19T18:59:52.781Z Compiling proptest v1.11.0
15262026-05-19T18:59:52.927Z Compiling stringprep v0.1.5
15272026-05-19T18:59:53.336Z Compiling thiserror v1.0.69
15282026-05-19T18:59:53.441Z Compiling tower-http v0.6.8
15292026-05-19T18:59:53.614Z Compiling scroll v0.12.0
15302026-05-19T18:59:53.773Z Compiling derive_builder_macro v0.20.2
15312026-05-19T18:59:53.922Z Compiling tokio-native-tls v0.3.1
15322026-05-19T18:59:54.032Z Compiling heck v0.4.1
15332026-05-19T18:59:54.102Z Compiling ipnetwork v0.21.1
15342026-05-19T18:59:54.130Z Compiling darling_macro v0.21.3
15352026-05-19T18:59:54.208Z Compiling bstr v1.12.1
15362026-05-19T18:59:54.238Z Compiling rand_chacha v0.3.1
15372026-05-19T18:59:54.289Z Compiling toml_datetime v0.6.11
15382026-05-19T18:59:54.530Z Compiling serde_tokenstream v0.2.3
15392026-05-19T18:59:54.562Z Compiling erased-serde v0.3.31
15402026-05-19T18:59:54.576Z Compiling serde_spanned v0.6.9
15412026-05-19T18:59:54.738Z Compiling md-5 v0.10.6
15422026-05-19T18:59:54.802Z Compiling zerocopy-derive v0.7.35
15432026-05-19T18:59:54.844Z Compiling async-trait v0.1.89
15442026-05-19T18:59:54.890Z Compiling pin-project-internal v1.1.11
15452026-05-19T18:59:55.042Z Compiling curve25519-dalek v4.1.3
15462026-05-19T18:59:55.057Z Compiling vergen-lib v0.1.6
15472026-05-19T18:59:55.221Z Compiling num-integer v0.1.46
15482026-05-19T18:59:55.342Z Compiling hash32 v0.2.1
15492026-05-19T18:59:55.565Z Compiling ff v0.13.1
15502026-05-19T18:59:55.733Z Compiling memoffset v0.9.1
15512026-05-19T18:59:56.250Z Compiling rustix v0.38.44
15522026-05-19T18:59:56.250Z Compiling cfg_aliases v0.2.1
15532026-05-19T18:59:56.250Z Compiling fallible-iterator v0.2.0
15542026-05-19T18:59:56.250Z Compiling base16ct v0.2.0
15552026-05-19T18:59:56.473Z Compiling ref-cast v1.0.25
15562026-05-19T18:59:56.473Z Compiling litrs v1.0.0
15572026-05-19T18:59:56.473Z Compiling zlib-rs v0.6.2
15582026-05-19T18:59:56.473Z Compiling num-bigint-dig v0.8.6
15592026-05-19T18:59:56.473Z Compiling psl-types v2.0.11
15602026-05-19T18:59:56.791Z Compiling smoltcp v0.9.1
15612026-05-19T18:59:56.792Z Compiling publicsuffix v2.3.0
15622026-05-19T18:59:56.792Z Compiling postgres-protocol v0.6.10
15632026-05-19T18:59:56.792Z Compiling document-features v0.2.12
15642026-05-19T18:59:56.792Z Compiling pin-project v1.1.11
15652026-05-19T18:59:56.792Z Compiling sec1 v0.7.3
15662026-05-19T18:59:57.065Z Compiling nix v0.31.2
15672026-05-19T18:59:57.065Z Compiling zerocopy v0.7.35
15682026-05-19T18:59:57.065Z Compiling group v0.13.0
15692026-05-19T18:59:57.433Z Compiling num-iter v0.1.45
15702026-05-19T18:59:57.665Z Compiling newtype-uuid v1.3.2
15712026-05-19T18:59:57.666Z Compiling darling v0.21.3
15722026-05-19T18:59:57.666Z Compiling rand v0.8.6
15732026-05-19T18:59:57.666Z Compiling oxnet v0.1.4
15742026-05-19T18:59:57.666Z Compiling snafu-derive v0.8.9
15752026-05-19T18:59:57.999Z Compiling derive_builder v0.20.2
15762026-05-19T18:59:58.241Z Compiling hyper-tls v0.6.0
15772026-05-19T18:59:58.241Z Compiling goblin v0.8.2
15782026-05-19T18:59:58.241Z Compiling hubpack_derive v0.1.1
15792026-05-19T18:59:58.605Z Compiling phf_shared v0.13.1
15802026-05-19T18:59:58.770Z Compiling lazy_static v1.5.0
15812026-05-19T18:59:58.868Z Compiling flate2 v1.1.9
15822026-05-19T18:59:58.897Z Compiling regex v1.12.3
15832026-05-19T18:59:59.117Z Compiling strum_macros v0.27.2
15842026-05-19T18:59:59.173Z Compiling futures-executor v0.3.32
15852026-05-19T18:59:59.275Z Compiling cargo-platform v0.1.9
15862026-05-19T18:59:59.358Z Compiling hex v0.4.3
15872026-05-19T18:59:59.415Z Compiling hkdf v0.12.4
15882026-05-19T18:59:59.431Z Compiling crypto-bigint v0.5.5
15892026-05-19T18:59:59.513Z Compiling terminal_size v0.4.3
15902026-05-19T18:59:59.556Z Compiling curve25519-dalek-derive v0.1.1
15912026-05-19T18:59:59.592Z Compiling ref-cast-impl v1.0.25
15922026-05-19T18:59:59.652Z Compiling daft-derive v0.1.5
15932026-05-19T19:00:00.227Z Compiling vergen v9.0.6
15942026-05-19T19:00:00.360Z Compiling fs-err v3.3.0
15952026-05-19T19:00:00.360Z Compiling ahash v0.8.12
15962026-05-19T19:00:00.395Z Compiling encoding_rs v0.8.35
15972026-05-19T19:00:00.518Z Compiling winnow v0.5.40
15982026-05-19T19:00:00.578Z Compiling bitflags v1.3.2
15992026-05-19T19:00:00.609Z Compiling managed v0.8.0
16002026-05-19T19:00:00.900Z Compiling object v0.37.3
16012026-05-19T19:00:01.087Z Compiling libbz2-rs-sys v0.2.2
16022026-05-19T19:00:01.100Z Compiling same-file v1.0.6
16032026-05-19T19:00:01.315Z Compiling foldhash v0.1.5
16042026-05-19T19:00:01.356Z Compiling mime v0.3.17
16052026-05-19T19:00:01.447Z Compiling bumpalo v3.20.2
16062026-05-19T19:00:01.607Z Compiling foldhash v0.2.0
16072026-05-19T19:00:01.760Z Compiling bzip2 v0.6.1
16082026-05-19T19:00:01.996Z Compiling toml_edit v0.19.15
16092026-05-19T19:00:01.997Z Compiling hashbrown v0.16.1
16102026-05-19T19:00:01.997Z Compiling zopfli v0.8.3
16112026-05-19T19:00:01.997Z Compiling hashbrown v0.15.5
16122026-05-19T19:00:01.997Z Compiling walkdir v2.5.0
16132026-05-19T19:00:02.269Z Compiling strum v0.27.2
16142026-05-19T19:00:02.496Z Compiling clap_builder v4.5.60
16152026-05-19T19:00:02.496Z Compiling daft v0.1.5
16162026-05-19T19:00:02.688Z Compiling elliptic-curve v0.13.8
16172026-05-19T19:00:02.918Z Compiling dof v0.3.0
16182026-05-19T19:00:03.337Z Compiling cargo_metadata v0.19.2
16192026-05-19T19:00:03.337Z Compiling snafu v0.8.9
16202026-05-19T19:00:03.460Z Compiling futures v0.3.32
16212026-05-19T19:00:03.557Z Compiling phf v0.13.1
16222026-05-19T19:00:03.617Z Compiling cookie_store v0.22.1
16232026-05-19T19:00:03.755Z Compiling signal-hook-mio v0.2.5
16242026-05-19T19:00:04.183Z Compiling hubpack v0.1.2
16252026-05-19T19:00:04.275Z Compiling zstd v0.13.3
16262026-05-19T19:00:04.307Z Compiling bzip2 v0.4.4
16272026-05-19T19:00:04.366Z Compiling serde_with_macros v3.17.0
16282026-05-19T19:00:04.436Z Compiling postgres-types v0.2.12
16292026-05-19T19:00:04.459Z Compiling usdt-attr-macro v0.6.0
16302026-05-19T19:00:04.999Z Compiling usdt-macro v0.6.0
16312026-05-19T19:00:05.247Z Compiling globset v0.4.18
16322026-05-19T19:00:05.357Z Compiling dtrace-parser v0.2.0
16332026-05-19T19:00:05.543Z Compiling ed25519 v2.2.3
16342026-05-19T19:00:05.544Z Compiling phf_shared v0.11.3
16352026-05-19T19:00:05.632Z Compiling olpc-cjson v0.1.4
16362026-05-19T19:00:05.763Z Compiling pkcs1 v0.7.5
16372026-05-19T19:00:05.933Z Compiling strum_macros v0.26.4
16382026-05-19T19:00:05.933Z Compiling enum-as-inner v0.6.1
16392026-05-19T19:00:06.138Z Compiling clap_derive v4.5.55
16402026-05-19T19:00:06.557Z Compiling serde-big-array v0.5.1
16412026-05-19T19:00:06.557Z Compiling serde_plain v1.0.2
16422026-05-19T19:00:06.740Z Compiling rfc6979 v0.4.0
16432026-05-19T19:00:06.740Z Compiling pem v3.0.6
16442026-05-19T19:00:06.740Z Compiling serde_repr v0.1.20
16452026-05-19T19:00:06.740Z Compiling async-recursion v1.1.1
16462026-05-19T19:00:06.740Z Compiling float-cmp v0.10.0
16472026-05-19T19:00:06.740Z Compiling memmap2 v0.9.10
16482026-05-19T19:00:06.740Z Compiling thread-id v4.2.2
16492026-05-19T19:00:06.878Z Compiling env_filter v1.0.0
16502026-05-19T19:00:06.878Z Compiling either v1.15.0
16512026-05-19T19:00:06.879Z Compiling whoami v2.1.0
16522026-05-19T19:00:07.011Z Compiling difflib v0.4.0
16532026-05-19T19:00:07.011Z Compiling fixedbitset v0.5.7
16542026-05-19T19:00:07.243Z Compiling fixedbitset v0.4.2
16552026-05-19T19:00:07.303Z Compiling jiff v0.2.21
16562026-05-19T19:00:07.303Z Compiling rustc-hash v2.1.1
16572026-05-19T19:00:07.303Z Compiling data-encoding v2.10.0
16582026-05-19T19:00:07.390Z Compiling precomputed-hash v0.1.1
16592026-05-19T19:00:07.452Z Compiling typed-path v0.9.3
16602026-05-19T19:00:07.555Z Compiling normalize-line-endings v0.3.0
16612026-05-19T19:00:07.555Z Compiling predicates-core v1.0.10
16622026-05-19T19:00:07.615Z Compiling new_debug_unreachable v1.0.6
16632026-05-19T19:00:07.691Z Compiling keccak v0.1.6
16642026-05-19T19:00:07.912Z Compiling static_assertions v1.1.0
16652026-05-19T19:00:07.912Z Compiling clap v4.5.60
16662026-05-19T19:00:08.313Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16672026-05-19T19:00:08.313Z Compiling toml_edit v0.22.27
16682026-05-19T19:00:08.313Z Compiling sha3 v0.10.8
16692026-05-19T19:00:08.403Z Compiling string_cache v0.8.9
16702026-05-19T19:00:08.432Z Compiling predicates v3.1.4
16712026-05-19T19:00:08.606Z Compiling hickory-proto v0.25.2
16722026-05-19T19:00:08.662Z Compiling strum v0.26.3
16732026-05-19T19:00:08.755Z Compiling iddqd v0.3.18
16742026-05-19T19:00:08.967Z Compiling petgraph v0.8.3
16752026-05-19T19:00:09.168Z Compiling petgraph v0.6.5
16762026-05-19T19:00:09.999Z Compiling zip v4.6.1
16772026-05-19T19:00:10.493Z Compiling tokio-postgres v0.7.16
16782026-05-19T19:00:10.731Z Compiling itertools v0.13.0
16792026-05-19T19:00:10.732Z Compiling env_logger v0.11.9
16802026-05-19T19:00:10.936Z Compiling usdt v0.6.0
16812026-05-19T19:00:11.137Z Compiling usdt-impl v0.5.0
16822026-05-19T19:00:11.137Z Compiling ecdsa v0.16.9
16832026-05-19T19:00:11.247Z Compiling rsa v0.9.10
16842026-05-19T19:00:11.421Z Compiling ed25519-dalek v2.2.0
16852026-05-19T19:00:11.495Z Compiling serde_with v3.17.0
16862026-05-19T19:00:11.495Z Compiling crossterm v0.28.1
16872026-05-19T19:00:12.015Z Compiling zip v0.6.6
16882026-05-19T19:00:12.677Z Compiling toml v0.7.8
16892026-05-19T19:00:13.144Z Compiling toml_parser v1.0.9+spec-1.1.0
16902026-05-19T19:00:13.233Z Compiling similar v2.7.0
16912026-05-19T19:00:13.283Z Compiling crossbeam-epoch v0.9.18
16922026-05-19T19:00:13.289Z Compiling tokio-stream v0.1.18
16932026-05-19T19:00:13.289Z Compiling buf-list v1.1.2
16942026-05-19T19:00:13.529Z Compiling x509-cert v0.2.5
16952026-05-19T19:00:13.557Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16962026-05-19T19:00:13.741Z Compiling openapiv3 v2.2.0
16972026-05-19T19:00:13.754Z Compiling sha1 v0.10.6
16982026-05-19T19:00:13.878Z Compiling toml_datetime v0.7.5+spec-1.1.0
16992026-05-19T19:00:14.036Z Compiling peg-runtime v0.8.5
17002026-05-19T19:00:14.087Z Compiling lalrpop-util v0.19.12
17012026-05-19T19:00:14.154Z Compiling thread_local v1.1.9
17022026-05-19T19:00:14.285Z Compiling slog-async v2.8.0
17032026-05-19T19:00:14.393Z Compiling crossbeam-channel v0.5.15
17042026-05-19T19:00:14.443Z Compiling filetime v0.2.27
17052026-05-19T19:00:14.536Z Compiling is-terminal v0.4.17
17062026-05-19T19:00:14.664Z Compiling take_mut v0.2.2
17072026-05-19T19:00:14.664Z Compiling term v1.2.1
17082026-05-19T19:00:14.683Z Compiling xattr v1.6.1
17092026-05-19T19:00:14.728Z Compiling tar v0.4.45
17102026-05-19T19:00:15.108Z Compiling slog-term v2.9.2
17112026-05-19T19:00:24.856Z Compiling rustls-webpki v0.103.9
17122026-05-19T19:00:27.648Z Compiling tokio-rustls v0.26.4
17132026-05-19T19:00:27.648Z Compiling rustls-platform-verifier v0.6.2
17142026-05-19T19:00:27.856Z Compiling hyper-rustls v0.27.7
17152026-05-19T19:00:28.059Z Compiling reqwest v0.12.28
17162026-05-19T19:00:28.066Z Compiling reqwest v0.13.2
17172026-05-19T19:00:29.301Z Compiling tough v0.22.0
17182026-05-19T19:00:31.871Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17192026-05-19T19:00:32.095Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17202026-05-19T19:00:34.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17212026-05-19T19:00:35.062Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17222026-05-19T19:00:35.116ZMay 19 19:00:34.318 INFO Starting download, target: Console
17232026-05-19T19:00:35.116ZMay 19 19:00:34.319 INFO Starting download, target: Cockroach
17242026-05-19T19:00:35.116ZMay 19 19:00:34.319 INFO Starting download, target: Clickhouse
17252026-05-19T19:00:35.119ZMay 19 19:00:34.319 INFO Starting download, target: DendriteStub
17262026-05-19T19:00:35.119ZMay 19 19:00:34.319 INFO Starting download, target: MaghemiteMgd
17272026-05-19T19:00:35.119ZMay 19 19:00:34.319 INFO Starting download, target: TransceiverControl
17282026-05-19T19:00:35.119ZMay 19 19:00:34.319 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17292026-05-19T19:00:35.119ZMay 19 19:00:34.319 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17302026-05-19T19:00:35.119ZMay 19 19:00:34.319 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17312026-05-19T19:00:35.119ZMay 19 19:00:34.319 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17322026-05-19T19:00:35.119ZMay 19 19:00:34.319 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17332026-05-19T19:00:35.119ZMay 19 19:00:34.319 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17342026-05-19T19:00:35.533ZMay 19 19:00:34.721 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17352026-05-19T19:00:36.172ZMay 19 19:00:34.936 INFO Download complete, target: TransceiverControl
17362026-05-19T19:00:36.188ZMay 19 19:00:35.334 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17372026-05-19T19:00:36.377ZMay 19 19:00:35.563 INFO Download complete, target: Console
17382026-05-19T19:00:36.777ZMay 19 19:00:35.980 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17392026-05-19T19:00:36.990ZMay 19 19:00:36.179 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17402026-05-19T19:00:37.251ZMay 19 19:00:36.445 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17412026-05-19T19:00:37.698ZMay 19 19:00:36.899 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17422026-05-19T19:00:37.699ZMay 19 19:00:36.899 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17432026-05-19T19:00:39.124ZMay 19 19:00:38.316 INFO Download complete, target: DendriteStub
17442026-05-19T19:00:39.352ZMay 19 19:00:38.552 INFO Download complete, target: MaghemiteMgd
17452026-05-19T19:00:42.312ZMay 19 19:00:41.491 INFO Checking that binary works, target: Cockroach
17462026-05-19T19:00:42.417ZMay 19 19:00:41.608 INFO Download complete, target: Cockroach
17472026-05-19T19:00:43.999ZMay 19 19:00:43.095 INFO Checking that binary works, target: Clickhouse
17482026-05-19T19:00:44.025ZMay 19 19:00:43.210 INFO Download complete, target: Clickhouse
17492026-05-19T19:00:44.034ZAll builder prerequisites installed successfully, and PATH looks valid
17502026-05-19T19:00:44.034Z
17512026-05-19T19:00:44.034Zreal 2:15.870739486
17522026-05-19T19:00:44.034Zuser 6:53.996387136
17532026-05-19T19:00:44.034Zsys 1:22.282693769
17542026-05-19T19:00:44.034Ztrap 0.215732665
17552026-05-19T19:00:44.034Ztflt 0.661696765
17562026-05-19T19:00:44.034Zdflt 0.554946317
17572026-05-19T19:00:44.034Zkflt 0.029950109
17582026-05-19T19:00:44.034Zlock 22:08.217928191
17592026-05-19T19:00:44.034Zslp 21:15.995343095
17602026-05-19T19:00:44.035Zlat 42.697847642
17612026-05-19T19:00:44.035Zstop 1:55.817856616
17622026-05-19T19:00:44.035Z+ banner hack-check
17632026-05-19T19:00:44.035Z
17642026-05-19T19:00:44.035Z # # ## #### # # #### # # ###### #### # #
17652026-05-19T19:00:44.035Z # # # # # # # # # # # # # # # # #
17662026-05-19T19:00:44.035Z ###### # # # #### ##### # ###### ##### # ####
17672026-05-19T19:00:44.035Z # # ###### # # # # # # # # # #
17682026-05-19T19:00:44.035Z # # # # # # # # # # # # # # # # #
17692026-05-19T19:00:44.035Z # # # # #### # # #### # # ###### #### # #
17702026-05-19T19:00:44.036Z
17712026-05-19T19:00:44.036Z+ export CARGO_INCREMENTAL=0
17722026-05-19T19:00:44.036Z+ CARGO_INCREMENTAL=0
17732026-05-19T19:00:44.036Z+ ptime -m timeout 2h cargo xtask check-features --ci
17742026-05-19T19:00:44.583Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17752026-05-19T19:00:44.788Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17762026-05-19T19:00:46.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.59s
17772026-05-19T19:00:46.723Z Running `target/debug/xtask check-features --ci`
17782026-05-19T19:00:46.755Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17792026-05-19T19:00:46.761Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17802026-05-19T19:00:47.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
17812026-05-19T19:00:47.265Z Running `target/debug/xtask download cargo-hack`
17822026-05-19T19:00:48.065Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17832026-05-19T19:00:48.406Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17842026-05-19T19:00:50.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.51s
17852026-05-19T19:00:50.992Z Running `target/debug/xtask-downloader cargo-hack`
17862026-05-19T19:00:51.027ZMay 19 19:00:50.230 INFO Starting download, target: CargoHack
17872026-05-19T19:00:51.032ZMay 19 19:00:50.231 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17882026-05-19T19:00:51.244ZMay 19 19:00:50.445 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17892026-05-19T19:00:51.293ZMay 19 19:00:50.493 INFO Download complete, target: CargoHack
17902026-05-19T19:00:51.298Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
17912026-05-19T19:00:51.306Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17922026-05-19T19:00:51.457Zinfo: running `cargo check --bins` on api_identity (1/276)
17932026-05-19T19:00:51.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17942026-05-19T19:00:51.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17952026-05-19T19:00:51.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17962026-05-19T19:00:51.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
17972026-05-19T19:00:52.038Z
17982026-05-19T19:00:52.038Zinfo: running `cargo check --bins` on bootstore (2/276)
17992026-05-19T19:00:52.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18002026-05-19T19:00:52.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18012026-05-19T19:00:52.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18022026-05-19T19:00:52.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18032026-05-19T19:00:52.618Z
18042026-05-19T19:00:52.619Zinfo: running `cargo check --bins` on omicron-ledger (3/276)
18052026-05-19T19:00:53.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18062026-05-19T19:00:53.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18072026-05-19T19:00:53.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18082026-05-19T19:00:53.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18092026-05-19T19:00:53.193Z
18102026-05-19T19:00:53.193Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/276)
18112026-05-19T19:00:53.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18122026-05-19T19:00:53.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18132026-05-19T19:00:53.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18142026-05-19T19:00:53.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18152026-05-19T19:00:53.768Z
18162026-05-19T19:00:53.768Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/276)
18172026-05-19T19:00:54.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18182026-05-19T19:00:54.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18192026-05-19T19:00:54.263Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18202026-05-19T19:00:54.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18212026-05-19T19:00:54.343Z
18222026-05-19T19:00:54.343Zinfo: running `cargo check --bins` on omicron-certificates (6/276)
18232026-05-19T19:00:54.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18242026-05-19T19:00:54.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18252026-05-19T19:00:54.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18262026-05-19T19:00:54.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18272026-05-19T19:00:54.943Z
18282026-05-19T19:00:54.943Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/276)
18292026-05-19T19:00:55.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18302026-05-19T19:00:55.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18312026-05-19T19:00:55.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18322026-05-19T19:00:55.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18332026-05-19T19:00:55.535Z
18342026-05-19T19:00:55.535Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/276)
18352026-05-19T19:00:56.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18362026-05-19T19:00:56.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18372026-05-19T19:00:56.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18382026-05-19T19:00:56.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18392026-05-19T19:00:56.200Z
18402026-05-19T19:00:56.200Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/276)
18412026-05-19T19:00:56.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18422026-05-19T19:00:56.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18432026-05-19T19:00:56.552Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18442026-05-19T19:00:56.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18452026-05-19T19:00:56.605Z
18462026-05-19T19:00:56.605Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/276)
18472026-05-19T19:00:57.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18482026-05-19T19:00:57.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18492026-05-19T19:00:57.021Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18502026-05-19T19:00:57.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18512026-05-19T19:00:57.080Z
18522026-05-19T19:00:57.080Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/276)
18532026-05-19T19:00:57.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18542026-05-19T19:00:57.491Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18552026-05-19T19:00:57.491Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18562026-05-19T19:00:57.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18572026-05-19T19:00:57.556Z
18582026-05-19T19:00:57.556Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/276)
18592026-05-19T19:00:57.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18602026-05-19T19:00:57.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18612026-05-19T19:00:57.958Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18622026-05-19T19:00:57.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18632026-05-19T19:00:58.015Z
18642026-05-19T19:00:58.015Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/276)
18652026-05-19T19:00:58.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18662026-05-19T19:00:58.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18672026-05-19T19:00:58.430Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18682026-05-19T19:00:58.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18692026-05-19T19:00:58.486Z
18702026-05-19T19:00:58.486Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/276)
18712026-05-19T19:00:58.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18722026-05-19T19:00:58.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18732026-05-19T19:00:58.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18742026-05-19T19:00:58.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18752026-05-19T19:00:58.956Z
18762026-05-19T19:00:58.956Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/276)
18772026-05-19T19:00:59.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18782026-05-19T19:00:59.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18792026-05-19T19:00:59.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18802026-05-19T19:00:59.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18812026-05-19T19:00:59.423Z
18822026-05-19T19:00:59.423Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/276)
18832026-05-19T19:00:59.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18842026-05-19T19:00:59.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18852026-05-19T19:00:59.834Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18862026-05-19T19:00:59.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18872026-05-19T19:00:59.905Z
18882026-05-19T19:00:59.906Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/276)
18892026-05-19T19:01:00.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18902026-05-19T19:01:00.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18912026-05-19T19:01:00.305Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18922026-05-19T19:01:00.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18932026-05-19T19:01:00.361Z
18942026-05-19T19:01:00.361Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/276)
18952026-05-19T19:01:00.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18962026-05-19T19:01:00.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18972026-05-19T19:01:00.781Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18982026-05-19T19:01:00.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18992026-05-19T19:01:00.860Z
19002026-05-19T19:01:00.860Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/276)
19012026-05-19T19:01:01.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19022026-05-19T19:01:01.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19032026-05-19T19:01:01.240Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19042026-05-19T19:01:01.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19052026-05-19T19:01:01.296Z
19062026-05-19T19:01:01.296Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/276)
19072026-05-19T19:01:01.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19082026-05-19T19:01:01.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19092026-05-19T19:01:01.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19102026-05-19T19:01:01.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19112026-05-19T19:01:01.766Z
19122026-05-19T19:01:01.766Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/276)
19132026-05-19T19:01:02.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19142026-05-19T19:01:02.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19152026-05-19T19:01:02.179Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19162026-05-19T19:01:02.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19172026-05-19T19:01:02.238Z
19182026-05-19T19:01:02.238Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/276)
19192026-05-19T19:01:02.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19202026-05-19T19:01:02.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19212026-05-19T19:01:02.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19222026-05-19T19:01:02.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19232026-05-19T19:01:02.712Z
19242026-05-19T19:01:02.712Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/276)
19252026-05-19T19:01:03.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19262026-05-19T19:01:03.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19272026-05-19T19:01:03.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19282026-05-19T19:01:03.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19292026-05-19T19:01:03.206Z
19302026-05-19T19:01:03.206Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/276)
19312026-05-19T19:01:03.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19322026-05-19T19:01:03.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19332026-05-19T19:01:03.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19342026-05-19T19:01:03.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19352026-05-19T19:01:03.657Z
19362026-05-19T19:01:03.657Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/276)
19372026-05-19T19:01:04.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19382026-05-19T19:01:04.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19392026-05-19T19:01:04.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19402026-05-19T19:01:04.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19412026-05-19T19:01:04.130Z
19422026-05-19T19:01:04.130Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/276)
19432026-05-19T19:01:04.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19442026-05-19T19:01:04.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19452026-05-19T19:01:04.546Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19462026-05-19T19:01:04.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19472026-05-19T19:01:04.604Z
19482026-05-19T19:01:04.605Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/276)
19492026-05-19T19:01:05.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19502026-05-19T19:01:05.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19512026-05-19T19:01:05.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19522026-05-19T19:01:05.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19532026-05-19T19:01:05.080Z
19542026-05-19T19:01:05.080Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/276)
19552026-05-19T19:01:05.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19562026-05-19T19:01:05.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19572026-05-19T19:01:05.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19582026-05-19T19:01:05.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19592026-05-19T19:01:05.551Z
19602026-05-19T19:01:05.551Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/276)
19612026-05-19T19:01:05.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19622026-05-19T19:01:05.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19632026-05-19T19:01:05.970Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19642026-05-19T19:01:05.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19652026-05-19T19:01:06.024Z
19662026-05-19T19:01:06.024Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/276)
19672026-05-19T19:01:06.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19682026-05-19T19:01:06.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19692026-05-19T19:01:06.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19702026-05-19T19:01:06.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19712026-05-19T19:01:06.494Z
19722026-05-19T19:01:06.494Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/276)
19732026-05-19T19:01:06.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19742026-05-19T19:01:06.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19752026-05-19T19:01:06.906Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19762026-05-19T19:01:06.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19772026-05-19T19:01:06.963Z
19782026-05-19T19:01:06.963Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/276)
19792026-05-19T19:01:07.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19802026-05-19T19:01:07.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19812026-05-19T19:01:07.384Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19822026-05-19T19:01:07.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19832026-05-19T19:01:07.447Z
19842026-05-19T19:01:07.447Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/276)
19852026-05-19T19:01:07.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19862026-05-19T19:01:07.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19872026-05-19T19:01:07.847Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19882026-05-19T19:01:07.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19892026-05-19T19:01:07.901Z
19902026-05-19T19:01:07.901Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/276)
19912026-05-19T19:01:08.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19922026-05-19T19:01:08.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19932026-05-19T19:01:08.368Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19942026-05-19T19:01:08.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19952026-05-19T19:01:08.377Z
19962026-05-19T19:01:08.377Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/276)
19972026-05-19T19:01:08.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19982026-05-19T19:01:08.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19992026-05-19T19:01:08.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20002026-05-19T19:01:08.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20012026-05-19T19:01:08.848Z
20022026-05-19T19:01:08.848Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/276)
20032026-05-19T19:01:09.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20042026-05-19T19:01:09.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20052026-05-19T19:01:09.261Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20062026-05-19T19:01:09.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20072026-05-19T19:01:09.321Z
20082026-05-19T19:01:09.321Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/276)
20092026-05-19T19:01:09.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20102026-05-19T19:01:09.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20112026-05-19T19:01:09.732Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20122026-05-19T19:01:09.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20132026-05-19T19:01:09.793Z
20142026-05-19T19:01:09.793Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/276)
20152026-05-19T19:01:10.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20162026-05-19T19:01:10.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20172026-05-19T19:01:10.207Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20182026-05-19T19:01:10.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20192026-05-19T19:01:10.291Z
20202026-05-19T19:01:10.291Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/276)
20212026-05-19T19:01:10.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20222026-05-19T19:01:10.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20232026-05-19T19:01:10.682Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20242026-05-19T19:01:10.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20252026-05-19T19:01:10.739Z
20262026-05-19T19:01:10.739Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/276)
20272026-05-19T19:01:11.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20282026-05-19T19:01:11.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20292026-05-19T19:01:11.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20302026-05-19T19:01:11.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20312026-05-19T19:01:11.210Z
20322026-05-19T19:01:11.210Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/276)
20332026-05-19T19:01:11.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20342026-05-19T19:01:11.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20352026-05-19T19:01:11.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20362026-05-19T19:01:11.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20372026-05-19T19:01:11.685Z
20382026-05-19T19:01:11.685Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/276)
20392026-05-19T19:01:12.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20402026-05-19T19:01:12.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20412026-05-19T19:01:12.099Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20422026-05-19T19:01:12.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20432026-05-19T19:01:12.160Z
20442026-05-19T19:01:12.160Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/276)
20452026-05-19T19:01:12.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20462026-05-19T19:01:12.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20472026-05-19T19:01:12.573Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20482026-05-19T19:01:12.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20492026-05-19T19:01:12.630Z
20502026-05-19T19:01:12.630Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/276)
20512026-05-19T19:01:13.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20522026-05-19T19:01:13.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20532026-05-19T19:01:13.039Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20542026-05-19T19:01:13.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20552026-05-19T19:01:13.100Z
20562026-05-19T19:01:13.100Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/276)
20572026-05-19T19:01:13.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20582026-05-19T19:01:13.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20592026-05-19T19:01:13.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20602026-05-19T19:01:13.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20612026-05-19T19:01:13.571Z
20622026-05-19T19:01:13.571Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/276)
20632026-05-19T19:01:13.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20642026-05-19T19:01:13.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20652026-05-19T19:01:13.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20662026-05-19T19:01:13.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20672026-05-19T19:01:14.045Z
20682026-05-19T19:01:14.045Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/276)
20692026-05-19T19:01:14.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20702026-05-19T19:01:14.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20712026-05-19T19:01:14.458Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20722026-05-19T19:01:14.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20732026-05-19T19:01:14.521Z
20742026-05-19T19:01:14.521Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/276)
20752026-05-19T19:01:14.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20762026-05-19T19:01:14.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20772026-05-19T19:01:14.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20782026-05-19T19:01:14.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20792026-05-19T19:01:14.995Z
20802026-05-19T19:01:14.996Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/276)
20812026-05-19T19:01:15.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20822026-05-19T19:01:15.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20832026-05-19T19:01:15.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20842026-05-19T19:01:15.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20852026-05-19T19:01:15.638Z
20862026-05-19T19:01:15.638Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/276)
20872026-05-19T19:01:16.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20882026-05-19T19:01:16.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20892026-05-19T19:01:16.178Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20902026-05-19T19:01:16.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20912026-05-19T19:01:16.275Z
20922026-05-19T19:01:16.275Zinfo: running `cargo check --bins` on nexus-config (51/276)
20932026-05-19T19:01:16.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20942026-05-19T19:01:16.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20952026-05-19T19:01:16.817Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20962026-05-19T19:01:16.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20972026-05-19T19:01:16.926Z
20982026-05-19T19:01:16.926Zinfo: running `cargo check --bins` on nexus-types (52/276)
20992026-05-19T19:01:17.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21002026-05-19T19:01:17.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21012026-05-19T19:01:17.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21022026-05-19T19:01:17.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21032026-05-19T19:01:17.563Z
21042026-05-19T19:01:17.563Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/276)
21052026-05-19T19:01:18.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21062026-05-19T19:01:18.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21072026-05-19T19:01:18.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21082026-05-19T19:01:18.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21092026-05-19T19:01:18.171Z
21102026-05-19T19:01:18.171Zinfo: running `cargo check --bins` on omicron-passwords (54/276)
21112026-05-19T19:01:18.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21122026-05-19T19:01:18.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21132026-05-19T19:01:18.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21142026-05-19T19:01:18.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21152026-05-19T19:01:18.762Z
21162026-05-19T19:01:18.762Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/276)
21172026-05-19T19:01:19.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21182026-05-19T19:01:19.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21192026-05-19T19:01:19.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21202026-05-19T19:01:19.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21212026-05-19T19:01:19.370Z
21222026-05-19T19:01:19.371Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/276)
21232026-05-19T19:01:19.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21242026-05-19T19:01:19.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21252026-05-19T19:01:19.888Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21262026-05-19T19:01:19.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21272026-05-19T19:01:19.995Z
21282026-05-19T19:01:19.995Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/276)
21292026-05-19T19:01:20.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21302026-05-19T19:01:20.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21312026-05-19T19:01:20.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21322026-05-19T19:01:20.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21332026-05-19T19:01:20.590Z
21342026-05-19T19:01:20.590Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/276)
21352026-05-19T19:01:21.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21362026-05-19T19:01:21.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21372026-05-19T19:01:21.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21382026-05-19T19:01:21.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21392026-05-19T19:01:21.200Z
21402026-05-19T19:01:21.200Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/276)
21412026-05-19T19:01:21.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21422026-05-19T19:01:21.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21432026-05-19T19:01:21.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21442026-05-19T19:01:21.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21452026-05-19T19:01:21.791Z
21462026-05-19T19:01:21.791Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/276)
21472026-05-19T19:01:22.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21482026-05-19T19:01:22.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21492026-05-19T19:01:22.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21502026-05-19T19:01:22.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21512026-05-19T19:01:22.388Z
21522026-05-19T19:01:22.388Zinfo: running `cargo check --bins --no-default-features` on gfss (61/276)
21532026-05-19T19:01:22.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21542026-05-19T19:01:22.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21552026-05-19T19:01:22.888Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21562026-05-19T19:01:22.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21572026-05-19T19:01:22.977Z
21582026-05-19T19:01:22.977Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/276)
21592026-05-19T19:01:23.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21602026-05-19T19:01:23.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21612026-05-19T19:01:23.475Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21622026-05-19T19:01:23.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21632026-05-19T19:01:23.566Z
21642026-05-19T19:01:23.566Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/276)
21652026-05-19T19:01:24.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21662026-05-19T19:01:24.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21672026-05-19T19:01:24.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21682026-05-19T19:01:24.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21692026-05-19T19:01:24.171Z
21702026-05-19T19:01:24.171Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/276)
21712026-05-19T19:01:24.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21722026-05-19T19:01:24.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21732026-05-19T19:01:24.685Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21742026-05-19T19:01:25.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21752026-05-19T19:01:25.094Z
21762026-05-19T19:01:25.094Zinfo: running `cargo check --bins` on cockroach-admin-types (65/276)
21772026-05-19T19:01:25.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21782026-05-19T19:01:25.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21792026-05-19T19:01:25.282Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21802026-05-19T19:01:25.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21812026-05-19T19:01:25.368Z
21822026-05-19T19:01:25.368Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/276)
21832026-05-19T19:01:25.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21842026-05-19T19:01:25.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21852026-05-19T19:01:25.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21862026-05-19T19:01:25.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21872026-05-19T19:01:25.963Z
21882026-05-19T19:01:25.963Zinfo: running `cargo check --bins` on ereport-types (67/276)
21892026-05-19T19:01:26.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21902026-05-19T19:01:26.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21912026-05-19T19:01:26.466Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21922026-05-19T19:01:26.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21932026-05-19T19:01:26.589Z
21942026-05-19T19:01:26.589Zinfo: running `cargo check --bins` on gateway-client (68/276)
21952026-05-19T19:01:27.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21962026-05-19T19:01:27.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21972026-05-19T19:01:27.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21982026-05-19T19:01:27.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21992026-05-19T19:01:27.154Z
22002026-05-19T19:01:27.155Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/276)
22012026-05-19T19:01:27.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22022026-05-19T19:01:27.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22032026-05-19T19:01:27.661Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22042026-05-19T19:01:27.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22052026-05-19T19:01:27.750Z
22062026-05-19T19:01:27.750Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/276)
22072026-05-19T19:01:28.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22082026-05-19T19:01:28.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22092026-05-19T19:01:28.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22102026-05-19T19:01:28.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22112026-05-19T19:01:28.412Z
22122026-05-19T19:01:28.412Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/276)
22132026-05-19T19:01:28.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22142026-05-19T19:01:28.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22152026-05-19T19:01:28.858Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22162026-05-19T19:01:28.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22172026-05-19T19:01:28.947Z
22182026-05-19T19:01:28.947Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/276)
22192026-05-19T19:01:29.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22202026-05-19T19:01:29.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22212026-05-19T19:01:29.454Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22222026-05-19T19:01:29.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22232026-05-19T19:01:29.547Z
22242026-05-19T19:01:29.547Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/276)
22252026-05-19T19:01:30.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22262026-05-19T19:01:30.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22272026-05-19T19:01:30.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22282026-05-19T19:01:30.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22292026-05-19T19:01:30.161Z
22302026-05-19T19:01:30.161Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/276)
22312026-05-19T19:01:30.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22322026-05-19T19:01:30.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22332026-05-19T19:01:30.684Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22342026-05-19T19:01:30.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22352026-05-19T19:01:30.785Z
22362026-05-19T19:01:30.785Zinfo: running `cargo check --bins` on key-manager-types (75/276)
22372026-05-19T19:01:31.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22382026-05-19T19:01:31.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22392026-05-19T19:01:31.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22402026-05-19T19:01:31.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22412026-05-19T19:01:31.378Z
22422026-05-19T19:01:31.378Zinfo: running `cargo check --bins` on oxlog (76/276)
22432026-05-19T19:01:31.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22442026-05-19T19:01:31.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22452026-05-19T19:01:31.996Z Checking cfg-if v1.0.4
22462026-05-19T19:01:32.000Z Checking libc v0.2.185
22472026-05-19T19:01:32.000Z Checking serde_core v1.0.228
22482026-05-19T19:01:32.116Z Checking zeroize v1.8.2
22492026-05-19T19:01:32.124Z Checking memchr v2.8.0
22502026-05-19T19:01:32.133Z Checking log v0.4.29
22512026-05-19T19:01:32.143Z Checking smallvec v1.15.1
22522026-05-19T19:01:32.156Z Checking typenum v1.19.0
22532026-05-19T19:01:32.156Z Checking subtle v2.6.1
22542026-05-19T19:01:32.255Z Checking itoa v1.0.17
22552026-05-19T19:01:32.293Z Checking scopeguard v1.2.0
22562026-05-19T19:01:32.721Z Checking stable_deref_trait v1.2.1
22572026-05-19T19:01:32.726Z Checking const-oid v0.9.6
22582026-05-19T19:01:32.726Z Checking zerofrom v0.1.6
22592026-05-19T19:01:32.726Z Checking lock_api v0.4.14
22602026-05-19T19:01:32.726Z Checking pin-project-lite v0.2.17
22612026-05-19T19:01:32.726Z Checking portable-atomic v1.13.1
22622026-05-19T19:01:32.726Z Checking getrandom v0.2.17
22632026-05-19T19:01:32.726Z Checking errno v0.3.14
22642026-05-19T19:01:32.726Z Checking yoke v0.8.1
22652026-05-19T19:01:32.726Z Checking signal-hook-registry v1.4.8
22662026-05-19T19:01:32.726Z Checking parking_lot_core v0.9.12
22672026-05-19T19:01:32.726Z Checking rand_core v0.6.4
22682026-05-19T19:01:32.726Z Checking generic-array v0.14.7
22692026-05-19T19:01:32.726Z Checking zerovec v0.11.5
22702026-05-19T19:01:32.788Z Checking futures-core v0.3.32
22712026-05-19T19:01:32.819Z Checking critical-section v1.2.0
22722026-05-19T19:01:32.822Z Checking parking_lot v0.12.5
22732026-05-19T19:01:32.885Z Checking mio v1.2.0
22742026-05-19T19:01:32.906Z Checking zerocopy v0.8.40
22752026-05-19T19:01:32.917Z Checking once_cell v1.21.3
22762026-05-19T19:01:32.988Z Checking zmij v1.0.21
22772026-05-19T19:01:33.011Z Checking socket2 v0.6.3
22782026-05-19T19:01:33.084Z Checking libm v0.2.16
22792026-05-19T19:01:33.106Z Checking crypto-common v0.1.7
22802026-05-19T19:01:33.125Z Checking block-buffer v0.10.4
22812026-05-19T19:01:33.162Z Checking tinystr v0.8.2
22822026-05-19T19:01:33.195Z Checking percent-encoding v2.3.2
22832026-05-19T19:01:33.227Z Checking equivalent v1.0.2
22842026-05-19T19:01:33.254Z Checking litemap v0.8.1
22852026-05-19T19:01:33.266Z Checking digest v0.10.7
22862026-05-19T19:01:33.308Z Checking writeable v0.6.2
22872026-05-19T19:01:33.331Z Checking potential_utf v0.1.4
22882026-05-19T19:01:33.342Z Checking zerotrie v0.2.3
22892026-05-19T19:01:33.425Z Checking futures-sink v0.3.32
22902026-05-19T19:01:33.455Z Checking icu_collections v2.1.1
22912026-05-19T19:01:33.468Z Checking icu_locale_core v2.1.1
22922026-05-19T19:01:33.479Z Checking futures-io v0.3.32
22932026-05-19T19:01:33.521Z Checking futures-channel v0.3.32
22942026-05-19T19:01:33.575Z Checking serde v1.0.228
22952026-05-19T19:01:33.587Z Checking bitflags v2.11.0
22962026-05-19T19:01:34.067Z Checking serde_json v1.0.149
22972026-05-19T19:01:34.083Z Checking cpufeatures v0.2.17
22982026-05-19T19:01:34.083Z Checking slab v0.4.12
22992026-05-19T19:01:34.083Z Checking futures-task v0.3.32
23002026-05-19T19:01:34.083Z Checking hmac v0.12.1
23012026-05-19T19:01:34.083Z Checking num-traits v0.2.19
23022026-05-19T19:01:34.083Z Checking icu_properties_data v2.1.2
23032026-05-19T19:01:34.083Z Checking futures-util v0.3.32
23042026-05-19T19:01:34.083Z Checking icu_normalizer_data v2.1.1
23052026-05-19T19:01:34.083Z Checking bytes v1.11.1
23062026-05-19T19:01:34.083Z Checking hashbrown v0.17.0
23072026-05-19T19:01:34.083Z Checking icu_provider v2.1.1
23082026-05-19T19:01:34.083Z Checking rand_core v0.10.0
23092026-05-19T19:01:34.173Z Checking getrandom v0.4.1
23102026-05-19T19:01:34.252Z Checking icu_normalizer v2.1.1
23112026-05-19T19:01:34.255Z Checking icu_properties v2.1.2
23122026-05-19T19:01:34.306Z Checking block-padding v0.3.3
23132026-05-19T19:01:34.321Z Checking utf8_iter v1.0.4
23142026-05-19T19:01:34.405Z Checking tokio v1.52.1
23152026-05-19T19:01:34.436Z Checking inout v0.1.4
23162026-05-19T19:01:34.449Z Checking indexmap v2.14.0
23172026-05-19T19:01:34.463Z Checking sha2 v0.10.9
23182026-05-19T19:01:34.560Z Checking form_urlencoded v1.2.2
23192026-05-19T19:01:34.576Z Checking cipher v0.4.4
23202026-05-19T19:01:34.688Z Checking getrandom v0.3.4
23212026-05-19T19:01:34.729Z Checking fnv v1.0.7
23222026-05-19T19:01:34.778Z Checking byteorder v1.5.0
23232026-05-19T19:01:34.822Z Checking base64ct v1.8.3
23242026-05-19T19:01:34.836Z Checking flagset v0.4.7
23252026-05-19T19:01:34.960Z Checking rand_core v0.9.5
23262026-05-19T19:01:34.986Z Checking http v1.4.0
23272026-05-19T19:01:35.004Z Checking regex-syntax v0.8.10
23282026-05-19T19:01:35.059Z Checking pem-rfc7468 v0.7.0
23292026-05-19T19:01:35.089Z Checking idna_adapter v1.2.1
23302026-05-19T19:01:35.200Z Checking salsa20 v0.10.2
23312026-05-19T19:01:35.214Z Checking idna v1.1.0
23322026-05-19T19:01:35.228Z Checking der v0.7.10
23332026-05-19T19:01:35.273Z Checking uuid v1.23.0
23342026-05-19T19:01:35.457Z Checking url v2.5.8
23352026-05-19T19:01:35.555Z Checking pbkdf2 v0.12.2
23362026-05-19T19:01:35.576Z Checking rustix v1.1.3
23372026-05-19T19:01:35.665Z Checking tracing-core v0.1.36
23382026-05-19T19:01:35.678Z Checking ppv-lite86 v0.2.21
23392026-05-19T19:01:35.840Z Checking rustls-pki-types v1.14.0
23402026-05-19T19:01:35.905Z Checking base64 v0.22.1
23412026-05-19T19:01:35.963Z Checking spki v0.7.3
23422026-05-19T19:01:35.969Z Checking iana-time-zone v0.1.65
23432026-05-19T19:01:35.972Z Checking tracing v0.1.44
23442026-05-19T19:01:36.072Z Checking chrono v0.4.44
23452026-05-19T19:01:36.118Z Checking rand_chacha v0.9.0
23462026-05-19T19:01:36.130Z Checking scrypt v0.11.0
23472026-05-19T19:01:36.142Z Checking http-body v1.0.1
23482026-05-19T19:01:36.178Z Checking cbc v0.1.2
23492026-05-19T19:01:36.268Z Checking aes v0.8.4
23502026-05-19T19:01:36.279Z Checking aws-lc-sys v0.40.0
23512026-05-19T19:01:36.366Z Checking untrusted v0.7.1
23522026-05-19T19:01:36.378Z Checking tinyvec_macros v0.1.1
23532026-05-19T19:01:36.378Z Checking openssl-probe v0.2.1
23542026-05-19T19:01:36.384Z Checking untrusted v0.9.0
23552026-05-19T19:01:36.411Z Checking tinyvec v1.10.0
23562026-05-19T19:01:36.424Z Checking rand v0.9.2
23572026-05-19T19:01:36.437Z Checking atomic-waker v1.1.2
23582026-05-19T19:01:36.487Z Checking ring v0.17.14
23592026-05-19T19:01:36.535Z Checking tower-layer v0.3.3
23602026-05-19T19:01:36.653Z Checking pkcs5 v0.7.1
23612026-05-19T19:01:36.682Z Checking tower-service v0.3.3
23622026-05-19T19:01:36.716Z Checking try-lock v0.2.5
23632026-05-19T19:01:36.772Z Checking ipnet v2.11.0
23642026-05-19T19:01:36.785Z Checking aws-lc-rs v1.16.3
23652026-05-19T19:01:36.815Z Checking want v0.3.1
23662026-05-19T19:01:36.884Z Checking httparse v1.10.1
23672026-05-19T19:01:36.905Z Checking pkcs8 v0.10.2
23682026-05-19T19:01:36.923Z Checking aho-corasick v1.1.4
23692026-05-19T19:01:36.932Z Checking httpdate v1.0.3
23702026-05-19T19:01:37.030Z Checking foreign-types-shared v0.1.1
23712026-05-19T19:01:37.073Z Checking plain v0.2.3
23722026-05-19T19:01:37.085Z Checking dyn-clone v1.0.20
23732026-05-19T19:01:37.098Z Checking fastrand v2.3.0
23742026-05-19T19:01:37.111Z Checking pin-utils v0.1.0
23752026-05-19T19:01:37.174Z Checking foreign-types v0.3.2
23762026-05-19T19:01:37.190Z Checking unicode-normalization v0.1.25
23772026-05-19T19:01:37.206Z Checking semver v1.0.28
23782026-05-19T19:01:37.245Z Checking openssl-sys v0.9.115
23792026-05-19T19:01:37.273Z Checking tempfile v3.25.0
23802026-05-19T19:01:37.410Z Checking spin v0.9.8
23812026-05-19T19:01:37.470Z Checking ucd-trie v0.1.7
23822026-05-19T19:01:37.484Z Checking unicode-ident v1.0.24
23832026-05-19T19:01:37.647Z Checking regex-automata v0.4.14
23842026-05-19T19:01:37.652Z Checking proc-macro2 v1.0.106
23852026-05-19T19:01:37.652Z Checking pest v2.8.6
23862026-05-19T19:01:37.652Z Checking rustls-webpki v0.103.9
23872026-05-19T19:01:37.652Z Checking openssl v0.10.79
23882026-05-19T19:01:37.652Z Checking schemars v0.8.22
23892026-05-19T19:01:37.660Z Checking rustls-native-certs v0.8.3
23902026-05-19T19:01:37.672Z Checking tokio-util v0.7.18
23912026-05-19T19:01:37.788Z Checking thiserror v2.0.18
23922026-05-19T19:01:37.887Z Checking sync_wrapper v1.0.2
23932026-05-19T19:01:37.905Z Checking wait-timeout v0.2.1
23942026-05-19T19:01:37.988Z Checking siphasher v1.0.2
23952026-05-19T19:01:38.025Z Checking pretty-hex v0.4.1
23962026-05-19T19:01:38.037Z Checking rustls v0.23.37
23972026-05-19T19:01:38.139Z Checking quick-error v1.2.3
23982026-05-19T19:01:38.142Z Checking simd-adler32 v0.3.8
23992026-05-19T19:01:38.243Z Checking anstyle v1.0.13
24002026-05-19T19:01:38.275Z Checking h2 v0.4.13
24012026-05-19T19:01:38.291Z Checking utf8parse v0.2.2
24022026-05-19T19:01:38.316Z Checking bit-vec v0.8.0
24032026-05-19T19:01:38.384Z Checking powerfmt v0.2.0
24042026-05-19T19:01:38.425Z Checking anstyle-parse v0.2.7
24052026-05-19T19:01:38.507Z Checking bit-set v0.8.0
24062026-05-19T19:01:38.532Z Checking deranged v0.5.8
24072026-05-19T19:01:38.577Z Checking rusty-fork v0.3.1
24082026-05-19T19:01:38.650Z Checking tower v0.5.3
24092026-05-19T19:01:38.663Z Checking quote v1.0.45
24102026-05-19T19:01:38.743Z Compiling newtype-uuid v1.3.2
24112026-05-19T19:01:38.909Z Checking http-body-util v0.1.3
24122026-05-19T19:01:38.921Z Checking webpki-roots v1.0.6
24132026-05-19T19:01:39.033Z Checking crossbeam-utils v0.8.21
24142026-05-19T19:01:39.037Z Checking rand_xorshift v0.4.0
24152026-05-19T19:01:39.058Z Checking crc32fast v1.5.0
24162026-05-19T19:01:39.161Z Checking scroll v0.13.0
24172026-05-19T19:01:39.193Z Checking signature v2.2.0
24182026-05-19T19:01:39.324Z Checking unarray v0.1.4
24192026-05-19T19:01:39.363Z Checking unicode-bidi v0.3.18
24202026-05-19T19:01:39.386Z Checking time-core v0.1.8
24212026-05-19T19:01:39.402Z Checking allocator-api2 v0.2.21
24222026-05-19T19:01:39.424Z Checking anstyle-query v1.1.5
24232026-05-19T19:01:39.440Z Checking num-conv v0.2.0
24242026-05-19T19:01:39.513Z Checking num_threads v0.1.7
24252026-05-19T19:01:39.524Z Checking adler2 v2.0.1
24262026-05-19T19:01:39.555Z Checking ryu v1.0.23
24272026-05-19T19:01:39.603Z Checking unicode-properties v0.1.4
24282026-05-19T19:01:39.625Z Checking is_terminal_polyfill v1.70.2
24292026-05-19T19:01:39.641Z Checking native-tls v0.2.18
24302026-05-19T19:01:39.654Z Checking colorchoice v1.0.4
24312026-05-19T19:01:39.684Z Checking iri-string v0.7.10
24322026-05-19T19:01:39.688Z Checking serde_urlencoded v0.7.1
24332026-05-19T19:01:39.710Z Checking miniz_oxide v0.8.9
24342026-05-19T19:01:39.802Z Checking anstream v0.6.21
24352026-05-19T19:01:39.817Z Checking stringprep v0.1.5
24362026-05-19T19:01:39.826Z Checking tokio-native-tls v0.3.1
24372026-05-19T19:01:39.902Z Checking time v0.3.47
24382026-05-19T19:01:39.933Z Checking proptest v1.11.0
24392026-05-19T19:01:39.962Z Checking bstr v1.12.1
24402026-05-19T19:01:39.975Z Checking goblin v0.10.5
24412026-05-19T19:01:40.092Z Checking crossbeam-epoch v0.9.18
24422026-05-19T19:01:40.314Z Compiling daft v0.1.5
24432026-05-19T19:01:40.364Z Checking syn v2.0.117
24442026-05-19T19:01:40.412Z Checking tokio-rustls v0.26.4
24452026-05-19T19:01:40.590Z Checking ipnetwork v0.21.1
24462026-05-19T19:01:40.646Z Checking rand_chacha v0.3.1
24472026-05-19T19:01:40.717Z Checking tower-http v0.6.8
24482026-05-19T19:01:40.805Z Checking scroll v0.12.0
24492026-05-19T19:01:40.860Z Checking thiserror v1.0.69
24502026-05-19T19:01:40.961Z Checking hash32 v0.2.1
24512026-05-19T19:01:40.996Z Checking hyper v1.8.1
24522026-05-19T19:01:40.996Z Checking zstd-sys v2.0.16+zstd.1.5.7
24532026-05-19T19:01:41.026Z Checking num-integer v0.1.46
24542026-05-19T19:01:41.029Z Checking toml_datetime v0.6.11
24552026-05-19T19:01:41.101Z Checking serde_spanned v0.6.9
24562026-05-19T19:01:41.113Z Checking md-5 v0.10.6
24572026-05-19T19:01:41.215Z Checking ff v0.13.1
24582026-05-19T19:01:41.229Z Checking fallible-iterator v0.2.0
24592026-05-19T19:01:41.244Z Checking zlib-rs v0.6.2
24602026-05-19T19:01:41.244Z Checking base16ct v0.2.0
24612026-05-19T19:01:41.341Z Checking psl-types v2.0.11
24622026-05-19T19:01:41.378Z Compiling iddqd v0.3.18
24632026-05-19T19:01:41.461Z Checking publicsuffix v2.3.0
24642026-05-19T19:01:41.495Z Checking postgres-protocol v0.6.10
24652026-05-19T19:01:41.620Z Checking sec1 v0.7.3
24662026-05-19T19:01:41.802Z Checking group v0.13.0
24672026-05-19T19:01:41.824Z Checking num-iter v0.1.45
24682026-05-19T19:01:41.879Z Checking heapless v0.7.17
24692026-05-19T19:01:41.900Z Checking hyper-util v0.1.20
24702026-05-19T19:01:41.932Z Checking zstd-safe v7.2.4
24712026-05-19T19:01:41.946Z Checking goblin v0.8.2
24722026-05-19T19:01:42.097Z Checking cookie v0.18.1
24732026-05-19T19:01:42.118Z Checking flate2 v1.1.9
24742026-05-19T19:01:42.281Z Checking rand v0.8.6
24752026-05-19T19:01:42.314Z Checking dof v0.4.0
24762026-05-19T19:01:42.327Z Checking oxnet v0.1.4
24772026-05-19T19:01:42.415Z Checking dtrace-parser v0.3.0
24782026-05-19T19:01:42.509Z Checking phf_shared v0.13.1
24792026-05-19T19:01:42.560Z Checking lazy_static v1.5.0
24802026-05-19T19:01:42.628Z Checking zerocopy v0.7.35
24812026-05-19T19:01:42.648Z Checking pin-project v1.1.11
24822026-05-19T19:01:42.652Z Checking bzip2-sys v0.1.13+1.0.8
24832026-05-19T19:01:42.713Z Checking signal-hook v0.3.18
24842026-05-19T19:01:42.731Z Checking terminal_size v0.4.3
24852026-05-19T19:01:42.750Z Checking futures-executor v0.3.32
24862026-05-19T19:01:42.794Z Checking hex v0.4.3
24872026-05-19T19:01:42.842Z Checking hkdf v0.12.4
24882026-05-19T19:01:42.897Z Checking crypto-bigint v0.5.5
24892026-05-19T19:01:42.900Z Checking thread-id v5.1.0
24902026-05-19T19:01:42.932Z Checking encoding_rs v0.8.35
24912026-05-19T19:01:42.971Z Checking bitflags v1.3.2
24922026-05-19T19:01:42.983Z Checking either v1.15.0
24932026-05-19T19:01:43.011Z Checking foldhash v0.2.0
24942026-05-19T19:01:43.044Z Checking same-file v1.0.6
24952026-05-19T19:01:43.109Z Checking bumpalo v3.20.2
24962026-05-19T19:01:43.134Z Checking hyper-rustls v0.27.7
24972026-05-19T19:01:43.156Z Checking hyper-tls v0.6.0
24982026-05-19T19:01:43.187Z Checking winnow v0.7.14
24992026-05-19T19:01:43.204Z Compiling rayon-core v1.13.0
25002026-05-19T19:01:43.317Z Checking managed v0.8.0
25012026-05-19T19:01:43.329Z Checking winnow v0.5.40
25022026-05-19T19:01:43.339Z Checking libbz2-rs-sys v0.2.2
25032026-05-19T19:01:43.351Z Checking clap_lex v1.0.0
25042026-05-19T19:01:43.487Z Checking strsim v0.11.1
25052026-05-19T19:01:43.500Z Checking foldhash v0.1.5
25062026-05-19T19:01:43.634Z Checking mime v0.3.17
25072026-05-19T19:01:43.648Z Checking clap_builder v4.5.60
25082026-05-19T19:01:43.730Z Checking bzip2 v0.6.1
25092026-05-19T19:01:43.787Z Checking elliptic-curve v0.13.8
25102026-05-19T19:01:43.809Z Checking hashbrown v0.15.5
25112026-05-19T19:01:43.862Z Checking dof v0.3.0
25122026-05-19T19:01:43.873Z Checking reqwest v0.12.28
25132026-05-19T19:01:43.891Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25142026-05-19T19:01:44.071Z Checking smoltcp v0.9.1
25152026-05-19T19:01:44.106Z Checking zopfli v0.8.3
25162026-05-19T19:01:44.134Z Checking hashbrown v0.16.1
25172026-05-19T19:01:44.272Z Checking walkdir v2.5.0
25182026-05-19T19:01:44.356Z Checking usdt-impl v0.6.0
25192026-05-19T19:01:44.427Z Checking futures v0.3.32
25202026-05-19T19:01:44.440Z Checking signal-hook-mio v0.2.5
25212026-05-19T19:01:44.465Z Checking toml_edit v0.19.15
25222026-05-19T19:01:44.507Z Checking num-bigint-dig v0.8.6
25232026-05-19T19:01:44.540Z Checking snafu v0.8.9
25242026-05-19T19:01:44.634Z Checking bzip2 v0.4.4
25252026-05-19T19:01:44.634Z Checking phf v0.13.1
25262026-05-19T19:01:44.701Z Checking cookie_store v0.22.1
25272026-05-19T19:01:44.771Z Checking zstd v0.13.3
25282026-05-19T19:01:44.788Z Checking postgres-types v0.2.12
25292026-05-19T19:01:44.799Z Checking dtrace-parser v0.2.0
25302026-05-19T19:01:44.862Z Checking rustls-platform-verifier v0.6.2
25312026-05-19T19:01:44.916Z Checking globset v0.4.18
25322026-05-19T19:01:44.962Z Checking crossbeam-deque v0.8.6
25332026-05-19T19:01:45.062Z Checking regex v1.12.3
25342026-05-19T19:01:45.076Z Checking ed25519 v2.2.3
25352026-05-19T19:01:45.076Z Checking phf_shared v0.11.3
25362026-05-19T19:01:45.100Z Checking olpc-cjson v0.1.4
25372026-05-19T19:01:45.135Z Checking curve25519-dalek v4.1.3
25382026-05-19T19:01:45.168Z Checking ref-cast v1.0.25
25392026-05-19T19:01:45.203Z Checking strum v0.27.2
25402026-05-19T19:01:45.215Z Checking hubpack v0.1.2
25412026-05-19T19:01:45.231Z Checking memoffset v0.9.1
25422026-05-19T19:01:45.265Z Checking rustix v0.38.44
25432026-05-19T19:01:45.297Z Checking pkcs1 v0.7.5
25442026-05-19T19:01:45.309Z Checking pem v3.0.6
25452026-05-19T19:01:45.319Z Checking float-cmp v0.10.0
25462026-05-19T19:01:45.331Z Checking erased-serde v0.3.31
25472026-05-19T19:01:45.380Z Checking serde-big-array v0.5.1
25482026-05-19T19:01:45.443Z Checking serde_plain v1.0.2
25492026-05-19T19:01:45.461Z Checking rfc6979 v0.4.0
25502026-05-19T19:01:45.506Z Checking thread-id v4.2.2
25512026-05-19T19:01:45.517Z Checking memmap2 v0.9.10
25522026-05-19T19:01:45.529Z Checking env_filter v1.0.0
25532026-05-19T19:01:45.571Z Checking fixedbitset v0.4.2
25542026-05-19T19:01:45.584Z Checking difflib v0.4.0
25552026-05-19T19:01:45.588Z Checking static_assertions v1.1.0
25562026-05-19T19:01:45.662Z Checking normalize-line-endings v0.3.0
25572026-05-19T19:01:45.675Z Checking toml_write v0.1.2
25582026-05-19T19:01:45.675Z Checking predicates-core v1.0.10
25592026-05-19T19:01:45.715Z Checking typed-path v0.9.3
25602026-05-19T19:01:45.718Z Checking data-encoding v2.10.0
25612026-05-19T19:01:45.751Z Checking rustc-hash v2.1.1
25622026-05-19T19:01:45.762Z Checking whoami v2.1.0
25632026-05-19T19:01:45.797Z Checking jiff v0.2.21
25642026-05-19T19:01:45.850Z Checking new_debug_unreachable v1.0.6
25652026-05-19T19:01:46.271Z Checking precomputed-hash v0.1.1
25662026-05-19T19:01:46.275Z Checking unicode-segmentation v1.12.0
25672026-05-19T19:01:46.275Z Checking fixedbitset v0.5.7
25682026-05-19T19:01:46.275Z Checking keccak v0.1.6
25692026-05-19T19:01:46.275Z Checking tokio-postgres v0.7.16
25702026-05-19T19:01:46.275Z Checking hickory-proto v0.25.2
25712026-05-19T19:01:46.275Z Checking crossterm v0.28.1
25722026-05-19T19:01:46.275Z Checking sha3 v0.10.8
25732026-05-19T19:01:46.275Z Checking petgraph v0.8.3
25742026-05-19T19:01:46.275Z Checking similar v2.7.0
25752026-05-19T19:01:46.315Z Checking string_cache v0.8.9
25762026-05-19T19:01:46.484Z Checking ed25519-dalek v2.2.0
25772026-05-19T19:01:46.498Z Checking tough v0.22.0
25782026-05-19T19:01:46.711Z Checking toml_edit v0.22.27
25792026-05-19T19:01:46.769Z Checking predicates v3.1.4
25802026-05-19T19:01:47.062Z Checking slog v2.8.2
25812026-05-19T19:01:47.212Z Checking petgraph v0.6.5
25822026-05-19T19:01:47.324Z Checking env_logger v0.11.9
25832026-05-19T19:01:47.438Z Checking usdt v0.6.0
25842026-05-19T19:01:47.518Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
25852026-05-19T19:01:47.605Z Checking usdt-impl v0.5.0
25862026-05-19T19:01:47.662Z Checking ecdsa v0.16.9
25872026-05-19T19:01:47.764Z Checking toml v0.7.8
25882026-05-19T19:01:47.885Z Checking rsa v0.9.10
25892026-05-19T19:01:48.002Z Checking nix v0.31.2
25902026-05-19T19:01:48.029Z Checking zip v4.6.1
25912026-05-19T19:01:48.349Z Checking reqwest v0.13.2
25922026-05-19T19:01:48.390Z Checking clap v4.5.60
25932026-05-19T19:01:48.459Z Checking zip v0.6.6
25942026-05-19T19:01:48.473Z Checking toml_parser v1.0.9+spec-1.1.0
25952026-05-19T19:01:48.509Z Checking itertools v0.13.0
25962026-05-19T19:01:48.604Z Checking serde_with v3.17.0
25972026-05-19T19:01:48.744Z Checking strum v0.26.3
25982026-05-19T19:01:48.787Z Checking fs-err v3.3.0
25992026-05-19T19:01:48.799Z Checking ahash v0.8.12
26002026-05-19T19:01:48.856Z Checking object v0.37.3
26012026-05-19T19:01:48.990Z Checking tokio-stream v0.1.18
26022026-05-19T19:01:48.990Z Checking buf-list v1.1.2
26032026-05-19T19:01:49.084Z Checking anyhow v1.0.102
26042026-05-19T19:01:49.174Z Checking camino v1.2.2
26052026-05-19T19:01:49.188Z Checking x509-cert v0.2.5
26062026-05-19T19:01:49.280Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
26072026-05-19T19:01:49.387Z Checking openapiv3 v2.2.0
26082026-05-19T19:01:49.419Z Checking sha1 v0.10.6
26092026-05-19T19:01:49.528Z Checking toml_datetime v0.7.5+spec-1.1.0
26102026-05-19T19:01:49.541Z Checking peg-runtime v0.8.5
26112026-05-19T19:01:49.581Z Checking lalrpop-util v0.19.12
26122026-05-19T19:01:49.682Z Checking rayon v1.11.0
26132026-05-19T19:01:49.735Z Checking sigpipe v0.1.3
26142026-05-19T19:01:49.747Z Checking glob v0.3.3
26152026-05-19T19:01:51.104Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26162026-05-19T19:01:51.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.00s
26172026-05-19T19:01:51.555Z
26182026-05-19T19:01:51.555Zinfo: running `cargo check --bins` on internal-dns-types (77/276)
26192026-05-19T19:01:52.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26202026-05-19T19:01:52.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26212026-05-19T19:01:52.068Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26222026-05-19T19:01:52.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26232026-05-19T19:01:52.161Z
26242026-05-19T19:01:52.161Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/276)
26252026-05-19T19:01:52.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26262026-05-19T19:01:52.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26272026-05-19T19:01:52.670Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26282026-05-19T19:01:52.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26292026-05-19T19:01:52.761Z
26302026-05-19T19:01:52.761Zinfo: running `cargo check --bins` on nexus-types-versions (79/276)
26312026-05-19T19:01:53.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26322026-05-19T19:01:53.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26332026-05-19T19:01:53.283Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26342026-05-19T19:01:53.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26352026-05-19T19:01:53.380Z
26362026-05-19T19:01:53.380Zinfo: running `cargo check --bins` on oxql-types (80/276)
26372026-05-19T19:01:53.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26382026-05-19T19:01:53.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26392026-05-19T19:01:53.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26402026-05-19T19:01:53.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26412026-05-19T19:01:53.985Z
26422026-05-19T19:01:53.985Zinfo: running `cargo check --bins` on oximeter-types (81/276)
26432026-05-19T19:01:54.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26442026-05-19T19:01:54.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26452026-05-19T19:01:54.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26462026-05-19T19:01:54.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26472026-05-19T19:01:54.590Z
26482026-05-19T19:01:54.590Zinfo: running `cargo check --bins` on oximeter-types-versions (82/276)
26492026-05-19T19:01:55.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26502026-05-19T19:01:55.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26512026-05-19T19:01:55.102Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26522026-05-19T19:01:55.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26532026-05-19T19:01:55.241Z
26542026-05-19T19:01:55.241Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/276)
26552026-05-19T19:01:55.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26562026-05-19T19:01:55.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26572026-05-19T19:01:55.691Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26582026-05-19T19:01:55.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26592026-05-19T19:01:55.778Z
26602026-05-19T19:01:55.778Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/276)
26612026-05-19T19:01:56.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26622026-05-19T19:01:56.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26632026-05-19T19:01:56.470Z Compiling structmeta-derive v0.3.0
26642026-05-19T19:01:56.586Z Compiling rustls v0.22.4
26652026-05-19T19:01:56.595Z Compiling multer v3.1.0
26662026-05-19T19:01:56.604Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26672026-05-19T19:01:56.604Z Compiling async-stream-impl v0.3.6
26682026-05-19T19:01:56.629Z Compiling dropshot v0.17.0
26692026-05-19T19:01:56.642Z Compiling newtype-uuid-macros v0.1.0
26702026-05-19T19:01:56.642Z Compiling dropshot_endpoint v0.17.0
26712026-05-19T19:01:56.776Z Checking newtype-uuid v1.3.2
26722026-05-19T19:01:56.823Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26732026-05-19T19:01:56.884Z Checking rustls-webpki v0.102.8
26742026-05-19T19:01:56.971Z Checking daft v0.1.5
26752026-05-19T19:01:56.985Z Checking thread_local v1.1.9
26762026-05-19T19:01:57.150Z Checking match_cfg v0.1.0
26772026-05-19T19:01:57.187Z Checking compression-core v0.4.31
26782026-05-19T19:01:57.214Z Checking iddqd v0.3.18
26792026-05-19T19:01:57.227Z Checking hostname v0.3.1
26802026-05-19T19:01:57.241Z Checking crossbeam-channel v0.5.15
26812026-05-19T19:01:57.315Z Checking compression-codecs v0.4.37
26822026-05-19T19:01:57.325Z Checking slog-json v2.6.1
26832026-05-19T19:01:57.388Z Checking toml_datetime v1.0.0+spec-1.1.0
26842026-05-19T19:01:57.475Z Checking is-terminal v0.4.17
26852026-05-19T19:01:57.490Z Checking serde_spanned v1.0.4
26862026-05-19T19:01:57.567Z Checking toml_writer v1.0.6+spec-1.1.0
26872026-05-19T19:01:57.581Z Checking take_mut v0.2.2
26882026-05-19T19:01:57.592Z Checking debug-ignore v1.0.5
26892026-05-19T19:01:57.617Z Checking term v1.2.1
26902026-05-19T19:01:57.643Z Compiling structmeta v0.3.0
26912026-05-19T19:01:57.677Z Checking slog-async v2.8.0
26922026-05-19T19:01:57.692Z Checking async-compression v0.4.41
26932026-05-19T19:01:57.745Z Checking toml v1.0.6+spec-1.1.0
26942026-05-19T19:01:57.834Z Checking slog-term v2.9.2
26952026-05-19T19:01:57.851Z Checking slog-bunyan v2.5.0
26962026-05-19T19:01:57.853Z Compiling derive-ex v0.1.8
26972026-05-19T19:01:57.931Z Compiling parse-display-derive v0.10.0
26982026-05-19T19:01:57.965Z Checking async-stream v0.3.6
26992026-05-19T19:01:58.075Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27002026-05-19T19:01:58.090Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27012026-05-19T19:01:58.101Z Checking progenitor-client v0.14.0
27022026-05-19T19:01:58.151Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27032026-05-19T19:01:58.291Z Checking waitgroup v0.1.2
27042026-05-19T19:01:58.325Z Checking backon v1.6.0
27052026-05-19T19:01:58.338Z Checking rustls-pemfile v2.2.0
27062026-05-19T19:01:58.404Z Checking serde_path_to_error v0.1.20
27072026-05-19T19:01:58.416Z Checking hostname v0.4.2
27082026-05-19T19:01:58.474Z Checking instant v0.1.13
27092026-05-19T19:01:58.560Z Checking backoff v0.4.0
27102026-05-19T19:01:58.674Z Checking progenitor-extras v0.2.0
27112026-05-19T19:01:58.719Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27122026-05-19T19:01:58.731Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27132026-05-19T19:01:58.734Z Checking tokio-rustls v0.25.0
27142026-05-19T19:01:58.902Z Checking itertools v0.14.0
27152026-05-19T19:01:58.936Z Checking progenitor-client v0.10.0
27162026-05-19T19:01:59.101Z Checking regress v0.10.5
27172026-05-19T19:01:59.147Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27182026-05-19T19:01:59.371Z Checking macaddr v1.0.1
27192026-05-19T19:01:59.541Z Compiling test-strategy v0.4.5
27202026-05-19T19:01:59.592Z Checking parse-display v0.10.0
27212026-05-19T19:02:00.713Z Compiling prettyplease v0.2.37
27222026-05-19T19:02:01.069Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27232026-05-19T19:02:01.160Z Checking num-rational v0.4.2
27242026-05-19T19:02:01.432Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27252026-05-19T19:02:01.664Z Checking num-complex v0.4.6
27262026-05-19T19:02:02.237Z Checking num v0.4.3
27272026-05-19T19:02:02.314Z Compiling usdt-attr-macro v0.5.0
27282026-05-19T19:02:02.420Z Compiling usdt-macro v0.5.0
27292026-05-19T19:02:02.433Z Checking memmap v0.7.0
27302026-05-19T19:02:02.443Z Checking float-ord v0.3.2
27312026-05-19T19:02:02.545Z Checking unicode-width v0.2.0
27322026-05-19T19:02:02.563Z Compiling convert_case v0.4.0
27332026-05-19T19:02:02.797Z Checking console v0.15.11
27342026-05-19T19:02:02.941Z Compiling derive_more v0.99.20
27352026-05-19T19:02:03.083Z Checking newline-converter v0.3.0
27362026-05-19T19:02:03.097Z Checking atomicwrites v0.4.4
27372026-05-19T19:02:03.130Z Checking usdt v0.5.0
27382026-05-19T19:02:03.194Z Compiling toml v0.8.23
27392026-05-19T19:02:03.220Z Checking linked-hash-map v0.5.6
27402026-05-19T19:02:03.298Z Compiling minimal-lexical v0.2.1
27412026-05-19T19:02:03.390Z Checking lru-cache v0.1.2
27422026-05-19T19:02:03.512Z Compiling nom v7.1.3
27432026-05-19T19:02:03.610Z Checking expectorate v1.2.0
27442026-05-19T19:02:04.130Z Checking camino-tempfile v1.4.1
27452026-05-19T19:02:04.254Z Checking hickory-proto v0.24.4
27462026-05-19T19:02:04.294Z Checking phf_shared v0.12.1
27472026-05-19T19:02:04.442Z Compiling slog-dtrace v0.3.0
27482026-05-19T19:02:04.537Z Compiling chrono-tz v0.10.4
27492026-05-19T19:02:04.631Z Checking resolv-conf v0.7.6
27502026-05-19T19:02:04.720Z Checking heck v0.5.0
27512026-05-19T19:02:04.837Z Compiling const_format_proc_macros v0.2.34
27522026-05-19T19:02:04.851Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27532026-05-19T19:02:04.912Z Checking phf v0.12.1
27542026-05-19T19:02:04.974Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27552026-05-19T19:02:05.056Z Checking tokio-dtrace v0.1.1
27562026-05-19T19:02:05.245Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27572026-05-19T19:02:05.380Z Compiling derive-where v1.6.0
27582026-05-19T19:02:05.543Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27592026-05-19T19:02:05.775Z Checking highway v1.3.0
27602026-05-19T19:02:06.010Z Checking const_format v0.2.35
27612026-05-19T19:02:06.111Z Checking hickory-resolver v0.24.4
27622026-05-19T19:02:06.242Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27632026-05-19T19:02:06.373Z Checking oxide-tokio-rt v0.1.4
27642026-05-19T19:02:06.523Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27652026-05-19T19:02:06.757Z Checking gethostname v0.5.0
27662026-05-19T19:02:06.760Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27672026-05-19T19:02:06.765Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27682026-05-19T19:02:06.815Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27692026-05-19T19:02:06.834Z Checking qorb v0.4.1
27702026-05-19T19:02:06.919Z Checking bcs v0.1.6
27712026-05-19T19:02:06.961Z Checking termtree v0.5.1
27722026-05-19T19:02:10.153Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27732026-05-19T19:02:12.906Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27742026-05-19T19:02:15.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.29s
27752026-05-19T19:02:15.258Z
27762026-05-19T19:02:15.258Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/276)
27772026-05-19T19:02:15.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27782026-05-19T19:02:15.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27792026-05-19T19:02:15.954Z Compiling ar_archive_writer v0.5.1
27802026-05-19T19:02:16.066Z Compiling stacker v0.1.23
27812026-05-19T19:02:16.070Z Compiling cfg_aliases v0.1.1
27822026-05-19T19:02:16.083Z Compiling convert_case v0.10.0
27832026-05-19T19:02:16.085Z Checking unicode-width v0.1.14
27842026-05-19T19:02:16.101Z Compiling proc-macro-error v1.0.4
27852026-05-19T19:02:16.113Z Checking fd-lock v4.0.4
27862026-05-19T19:02:16.113Z Checking nibble_vec v0.1.0
27872026-05-19T19:02:16.135Z Compiling nix v0.28.0
27882026-05-19T19:02:16.223Z Checking vte v0.14.1
27892026-05-19T19:02:16.241Z Compiling recursive-proc-macro-impl v0.1.1
27902026-05-19T19:02:16.318Z Checking bytecount v0.6.9
27912026-05-19T19:02:16.330Z Checking endian-type v0.1.2
27922026-05-19T19:02:16.371Z Checking strip-ansi-escapes v0.2.1
27932026-05-19T19:02:16.389Z Compiling derive_more-impl v2.1.1
27942026-05-19T19:02:16.392Z Compiling tabled_derive v0.7.0
27952026-05-19T19:02:16.418Z Checking papergrid v0.11.0
27962026-05-19T19:02:16.448Z Checking radix_trie v0.2.1
27972026-05-19T19:02:16.476Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27982026-05-19T19:02:16.638Z Compiling peg-macros v0.8.5
27992026-05-19T19:02:16.653Z Checking winnow v0.6.26
28002026-05-19T19:02:16.886Z Compiling psm v0.1.30
28012026-05-19T19:02:16.935Z Compiling sqlparser_derive v0.5.0
28022026-05-19T19:02:17.024Z Checking unicode_categories v0.1.1
28032026-05-19T19:02:17.177Z Checking home v0.5.12
28042026-05-19T19:02:18.182Z Checking derive_more v2.1.1
28052026-05-19T19:02:18.186Z Checking nu-ansi-term v0.50.3
28062026-05-19T19:02:18.186Z Checking crossterm v0.29.0
28072026-05-19T19:02:18.186Z Checking tabled v0.15.0
28082026-05-19T19:02:18.186Z Checking rustyline v14.0.0
28092026-05-19T19:02:18.186Z Checking reedline v0.40.0
28102026-05-19T19:02:18.186Z Checking recursive v0.1.1
28112026-05-19T19:02:18.186Z Checking display-error-chain v0.2.2
28122026-05-19T19:02:18.186Z Checking sqlparser v0.61.0
28132026-05-19T19:02:18.186Z Checking sqlformat v0.3.5
28142026-05-19T19:02:18.186Z Checking peg v0.8.5
28152026-05-19T19:02:28.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.64s
28162026-05-19T19:02:29.095Z
28172026-05-19T19:02:29.095Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/276)
28182026-05-19T19:02:29.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28192026-05-19T19:02:29.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28202026-05-19T19:02:29.765Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28212026-05-19T19:02:33.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.10s
28222026-05-19T19:02:33.393Z
28232026-05-19T19:02:33.393Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/276)
28242026-05-19T19:02:33.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28252026-05-19T19:02:33.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28262026-05-19T19:02:34.064Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28272026-05-19T19:02:36.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.13s
28282026-05-19T19:02:36.711Z
28292026-05-19T19:02:36.711Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/276)
28302026-05-19T19:02:37.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28312026-05-19T19:02:37.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28322026-05-19T19:02:37.389Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28332026-05-19T19:02:40.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.90s
28342026-05-19T19:02:40.806Z
28352026-05-19T19:02:40.806Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/276)
28362026-05-19T19:02:41.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28372026-05-19T19:02:41.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28382026-05-19T19:02:41.486Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28392026-05-19T19:02:44.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.94s
28402026-05-19T19:02:44.958Z
28412026-05-19T19:02:44.958Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/276)
28422026-05-19T19:02:45.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28432026-05-19T19:02:45.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28442026-05-19T19:02:45.635Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28452026-05-19T19:02:48.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s
28462026-05-19T19:02:48.414Z
28472026-05-19T19:02:48.414Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/276)
28482026-05-19T19:02:48.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28492026-05-19T19:02:48.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28502026-05-19T19:02:49.097Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28512026-05-19T19:02:51.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.30s
28522026-05-19T19:02:51.908Z
28532026-05-19T19:02:51.908Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/276)
28542026-05-19T19:02:52.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28552026-05-19T19:02:52.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28562026-05-19T19:02:52.583Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28572026-05-19T19:02:56.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.11s
28582026-05-19T19:02:56.213Z
28592026-05-19T19:02:56.213Zinfo: running `cargo check --bins` on oximeter (93/276)
28602026-05-19T19:02:56.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28612026-05-19T19:02:56.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28622026-05-19T19:02:56.719Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28632026-05-19T19:02:56.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28642026-05-19T19:02:56.810Z
28652026-05-19T19:02:56.810Zinfo: running `cargo check --bins` on oximeter-schema (94/276)
28662026-05-19T19:02:57.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28672026-05-19T19:02:57.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28682026-05-19T19:02:57.444Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28692026-05-19T19:02:57.609Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28702026-05-19T19:02:57.609Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28712026-05-19T19:02:57.950Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28722026-05-19T19:03:00.879Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28732026-05-19T19:03:02.089Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28742026-05-19T19:03:02.257Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28752026-05-19T19:03:02.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.12s
28762026-05-19T19:03:03.122Z
28772026-05-19T19:03:03.122Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/276)
28782026-05-19T19:03:03.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28792026-05-19T19:03:03.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28802026-05-19T19:03:03.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28812026-05-19T19:03:03.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28822026-05-19T19:03:03.721Z
28832026-05-19T19:03:03.721Zinfo: running `cargo check --bins` on oximeter-test-utils (96/276)
28842026-05-19T19:03:04.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28852026-05-19T19:03:04.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28862026-05-19T19:03:04.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28872026-05-19T19:03:04.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28882026-05-19T19:03:04.357Z
28892026-05-19T19:03:04.357Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/276)
28902026-05-19T19:03:04.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28912026-05-19T19:03:04.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28922026-05-19T19:03:04.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28932026-05-19T19:03:04.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28942026-05-19T19:03:04.964Z
28952026-05-19T19:03:04.964Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/276)
28962026-05-19T19:03:05.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28972026-05-19T19:03:05.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28982026-05-19T19:03:05.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28992026-05-19T19:03:05.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29002026-05-19T19:03:05.563Z
29012026-05-19T19:03:05.563Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/276)
29022026-05-19T19:03:06.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29032026-05-19T19:03:06.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29042026-05-19T19:03:06.078Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29052026-05-19T19:03:06.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29062026-05-19T19:03:06.169Z
29072026-05-19T19:03:06.170Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/276)
29082026-05-19T19:03:06.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29092026-05-19T19:03:06.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29102026-05-19T19:03:06.685Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29112026-05-19T19:03:06.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29122026-05-19T19:03:06.781Z
29132026-05-19T19:03:06.781Zinfo: running `cargo check --bins` on trust-quorum-types (101/276)
29142026-05-19T19:03:07.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29152026-05-19T19:03:07.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29162026-05-19T19:03:07.284Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29172026-05-19T19:03:07.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29182026-05-19T19:03:07.366Z
29192026-05-19T19:03:07.366Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/276)
29202026-05-19T19:03:07.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29212026-05-19T19:03:07.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29222026-05-19T19:03:07.880Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29232026-05-19T19:03:07.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29242026-05-19T19:03:07.975Z
29252026-05-19T19:03:07.975Zinfo: running `cargo check --bins` on update-engine (103/276)
29262026-05-19T19:03:08.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29272026-05-19T19:03:08.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29282026-05-19T19:03:08.477Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29292026-05-19T19:03:08.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29302026-05-19T19:03:08.565Z
29312026-05-19T19:03:08.565Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/276)
29322026-05-19T19:03:09.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29332026-05-19T19:03:09.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29342026-05-19T19:03:09.287Z Compiling crucible-workspace-hack v0.1.0
29352026-05-19T19:03:09.402Z Checking secrecy v0.10.3
29362026-05-19T19:03:09.410Z Compiling heapless v0.8.0
29372026-05-19T19:03:09.419Z Compiling ingot-macros v0.1.1
29382026-05-19T19:03:09.424Z Compiling toml_edit v0.23.10+spec-1.0.0
29392026-05-19T19:03:09.426Z Checking hash32 v0.3.1
29402026-05-19T19:03:09.444Z Compiling smoltcp v0.11.0
29412026-05-19T19:03:09.448Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29422026-05-19T19:03:09.510Z Checking cobs v0.3.0
29432026-05-19T19:03:09.558Z Compiling thiserror-impl-no-std v2.0.2
29442026-05-19T19:03:09.655Z Checking universal-hash v0.5.1
29452026-05-19T19:03:09.655Z Checking half v2.7.1
29462026-05-19T19:03:09.678Z Checking ciborium-io v0.2.2
29472026-05-19T19:03:09.776Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29482026-05-19T19:03:09.779Z Checking opaque-debug v0.3.1
29492026-05-19T19:03:09.838Z Checking postcard v1.1.3
29502026-05-19T19:03:09.853Z Checking poly1305 v0.8.0
29512026-05-19T19:03:09.936Z Compiling proc-macro-crate v3.4.0
29522026-05-19T19:03:09.996Z Checking ciborium-ll v0.2.2
29532026-05-19T19:03:10.120Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29542026-05-19T19:03:10.122Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29552026-05-19T19:03:10.177Z Checking password-hash v0.5.0
29562026-05-19T19:03:10.412Z Checking chacha20 v0.9.1
29572026-05-19T19:03:10.425Z Compiling proc-macro-crate v1.3.1
29582026-05-19T19:03:10.450Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29592026-05-19T19:03:10.479Z Checking blake2 v0.10.6
29602026-05-19T19:03:10.492Z Compiling num_enum_derive v0.7.5
29612026-05-19T19:03:10.595Z Checking aead v0.5.2
29622026-05-19T19:03:10.681Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29632026-05-19T19:03:10.715Z Compiling foreign-types-macros v0.2.3
29642026-05-19T19:03:10.741Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29652026-05-19T19:03:10.760Z Checking thiserror-no-std v2.0.2
29662026-05-19T19:03:10.824Z Checking foreign-types-shared v0.3.1
29672026-05-19T19:03:10.837Z Checking cpufeatures v0.3.0
29682026-05-19T19:03:10.876Z Checking vsss-rs v3.3.4
29692026-05-19T19:03:10.908Z Checking chacha20 v0.10.0
29702026-05-19T19:03:10.921Z Compiling num_enum_derive v0.5.11
29712026-05-19T19:03:10.984Z Checking chacha20poly1305 v0.10.1
29722026-05-19T19:03:11.115Z Checking argon2 v0.5.3
29732026-05-19T19:03:11.129Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29742026-05-19T19:03:11.292Z Checking foreign-types v0.5.0
29752026-05-19T19:03:11.406Z Checking ciborium v0.2.2
29762026-05-19T19:03:11.504Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29772026-05-19T19:03:11.521Z Checking num_enum v0.7.5
29782026-05-19T19:03:11.558Z Checking tabwriter v1.4.1
29792026-05-19T19:03:11.636Z Checking byte-wrapper v0.1.0
29802026-05-19T19:03:11.704Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29812026-05-19T19:03:11.782Z Checking cstr-argument v0.1.2
29822026-05-19T19:03:11.796Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29832026-05-19T19:03:11.844Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29842026-05-19T19:03:11.905Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29852026-05-19T19:03:11.948Z Checking num_enum v0.5.11
29862026-05-19T19:03:11.975Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29872026-05-19T19:03:12.046Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29882026-05-19T19:03:12.063Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29892026-05-19T19:03:12.077Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29902026-05-19T19:03:12.128Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29912026-05-19T19:03:12.213Z Checking ingot-types v0.1.2
29922026-05-19T19:03:12.227Z Checking rand v0.10.0
29932026-05-19T19:03:12.243Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
29942026-05-19T19:03:12.255Z Checking indent_write v2.2.0
29952026-05-19T19:03:12.267Z Checking colored v3.1.1
29962026-05-19T19:03:12.401Z Compiling zone_cfg_derive v0.3.1
29972026-05-19T19:03:12.464Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29982026-05-19T19:03:12.547Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29992026-05-19T19:03:12.572Z Checking ingot v0.1.1
30002026-05-19T19:03:12.586Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30012026-05-19T19:03:12.636Z Checking itertools v0.12.1
30022026-05-19T19:03:12.660Z Compiling num-derive v0.4.2
30032026-05-19T19:03:12.679Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30042026-05-19T19:03:12.721Z Checking swrite v0.1.0
30052026-05-19T19:03:12.810Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30062026-05-19T19:03:12.882Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30072026-05-19T19:03:13.024Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30082026-05-19T19:03:13.037Z Checking dropshot-api-manager-types v0.7.1
30092026-05-19T19:03:13.098Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30102026-05-19T19:03:13.123Z Checking smf v0.2.3
30112026-05-19T19:03:13.137Z Checking nanorand v0.7.0
30122026-05-19T19:03:13.201Z Checking whoami v1.6.1
30132026-05-19T19:03:13.336Z Checking flume v0.11.1
30142026-05-19T19:03:13.354Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30152026-05-19T19:03:13.564Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
30162026-05-19T19:03:13.638Z Checking zone v0.3.1
30172026-05-19T19:03:14.118Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30182026-05-19T19:03:15.084Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30192026-05-19T19:03:15.988Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30202026-05-19T19:03:19.052Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30212026-05-19T19:03:21.161Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30222026-05-19T19:03:22.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.63s
30232026-05-19T19:03:22.403Z
30242026-05-19T19:03:22.403Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/276)
30252026-05-19T19:03:22.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30262026-05-19T19:03:22.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30272026-05-19T19:03:22.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30282026-05-19T19:03:22.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30292026-05-19T19:03:23.004Z
30302026-05-19T19:03:23.004Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/276)
30312026-05-19T19:03:23.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30322026-05-19T19:03:23.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30332026-05-19T19:03:23.516Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30342026-05-19T19:03:23.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30352026-05-19T19:03:23.607Z
30362026-05-19T19:03:23.607Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/276)
30372026-05-19T19:03:24.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30382026-05-19T19:03:24.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30392026-05-19T19:03:24.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30402026-05-19T19:03:24.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30412026-05-19T19:03:24.222Z
30422026-05-19T19:03:24.222Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/276)
30432026-05-19T19:03:24.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30442026-05-19T19:03:24.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30452026-05-19T19:03:24.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30462026-05-19T19:03:24.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30472026-05-19T19:03:24.831Z
30482026-05-19T19:03:24.831Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/276)
30492026-05-19T19:03:25.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30502026-05-19T19:03:25.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30512026-05-19T19:03:25.341Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30522026-05-19T19:03:25.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30532026-05-19T19:03:25.433Z
30542026-05-19T19:03:25.433Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/276)
30552026-05-19T19:03:25.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30562026-05-19T19:03:25.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30572026-05-19T19:03:25.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30582026-05-19T19:03:25.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30592026-05-19T19:03:26.042Z
30602026-05-19T19:03:26.042Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/276)
30612026-05-19T19:03:26.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30622026-05-19T19:03:26.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30632026-05-19T19:03:26.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30642026-05-19T19:03:26.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30652026-05-19T19:03:26.640Z
30662026-05-19T19:03:26.640Zinfo: running `cargo check --bins` on cockroach-admin-client (112/276)
30672026-05-19T19:03:27.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30682026-05-19T19:03:27.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30692026-05-19T19:03:27.140Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30702026-05-19T19:03:27.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30712026-05-19T19:03:27.225Z
30722026-05-19T19:03:27.225Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/276)
30732026-05-19T19:03:27.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30742026-05-19T19:03:27.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30752026-05-19T19:03:27.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30762026-05-19T19:03:27.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30772026-05-19T19:03:27.828Z
30782026-05-19T19:03:27.828Zinfo: running `cargo check --bins` on dns-service-client (114/276)
30792026-05-19T19:03:28.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30802026-05-19T19:03:28.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30812026-05-19T19:03:28.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30822026-05-19T19:03:28.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30832026-05-19T19:03:28.441Z
30842026-05-19T19:03:28.441Zinfo: running `cargo check --bins` on installinator-client (115/276)
30852026-05-19T19:03:28.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30862026-05-19T19:03:28.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30872026-05-19T19:03:28.952Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30882026-05-19T19:03:28.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30892026-05-19T19:03:29.042Z
30902026-05-19T19:03:29.043Zinfo: running `cargo check --bins` on nexus-client (116/276)
30912026-05-19T19:03:29.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30922026-05-19T19:03:29.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30932026-05-19T19:03:29.585Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30942026-05-19T19:03:29.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30952026-05-19T19:03:29.681Z
30962026-05-19T19:03:29.681Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/276)
30972026-05-19T19:03:30.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30982026-05-19T19:03:30.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30992026-05-19T19:03:30.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31002026-05-19T19:03:30.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31012026-05-19T19:03:30.323Z
31022026-05-19T19:03:30.323Zinfo: running `cargo check --bins` on ntp-admin-client (118/276)
31032026-05-19T19:03:30.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31042026-05-19T19:03:30.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31052026-05-19T19:03:30.817Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31062026-05-19T19:03:30.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31072026-05-19T19:03:30.907Z
31082026-05-19T19:03:30.907Zinfo: running `cargo check --bins` on oxide-client (119/276)
31092026-05-19T19:03:31.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31102026-05-19T19:03:31.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31112026-05-19T19:03:31.409Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31122026-05-19T19:03:31.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31132026-05-19T19:03:31.908Z
31142026-05-19T19:03:31.908Zinfo: running `cargo check --bins` on oximeter-client (120/276)
31152026-05-19T19:03:32.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31162026-05-19T19:03:32.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31172026-05-19T19:03:32.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31182026-05-19T19:03:32.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31192026-05-19T19:03:32.101Z
31202026-05-19T19:03:32.101Zinfo: running `cargo check --bins` on repo-depot-client (121/276)
31212026-05-19T19:03:32.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31222026-05-19T19:03:32.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31232026-05-19T19:03:32.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31242026-05-19T19:03:32.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31252026-05-19T19:03:32.695Z
31262026-05-19T19:03:32.695Zinfo: running `cargo check --bins` on sled-agent-client (122/276)
31272026-05-19T19:03:33.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31282026-05-19T19:03:33.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31292026-05-19T19:03:33.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31302026-05-19T19:03:33.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31312026-05-19T19:03:33.308Z
31322026-05-19T19:03:33.308Zinfo: running `cargo check --bins` on wicketd-client (123/276)
31332026-05-19T19:03:33.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31342026-05-19T19:03:33.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31352026-05-19T19:03:33.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31362026-05-19T19:03:33.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31372026-05-19T19:03:33.932Z
31382026-05-19T19:03:33.932Zinfo: running `cargo check --bins` on installinator-common (124/276)
31392026-05-19T19:03:34.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31402026-05-19T19:03:34.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31412026-05-19T19:03:34.456Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31422026-05-19T19:03:34.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31432026-05-19T19:03:34.554Z
31442026-05-19T19:03:34.554Zinfo: running `cargo check --bins` on installinator-common-versions (125/276)
31452026-05-19T19:03:35.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31462026-05-19T19:03:35.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31472026-05-19T19:03:35.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31482026-05-19T19:03:35.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31492026-05-19T19:03:35.140Z
31502026-05-19T19:03:35.140Zinfo: running `cargo check --bins` on wicket-common (126/276)
31512026-05-19T19:03:35.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31522026-05-19T19:03:35.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31532026-05-19T19:03:35.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31542026-05-19T19:03:35.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31552026-05-19T19:03:35.755Z
31562026-05-19T19:03:35.755Zinfo: running `cargo check --bins` on omicron-cockroach-admin (127/276)
31572026-05-19T19:03:36.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31582026-05-19T19:03:36.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31592026-05-19T19:03:36.450Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31602026-05-19T19:03:36.566Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31612026-05-19T19:03:36.574Z Checking csv-core v0.1.13
31622026-05-19T19:03:36.582Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31632026-05-19T19:03:36.589Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31642026-05-19T19:03:36.599Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31652026-05-19T19:03:36.609Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31662026-05-19T19:03:36.620Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31672026-05-19T19:03:36.730Z Checking csv v1.4.0
31682026-05-19T19:03:36.748Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31692026-05-19T19:03:36.827Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31702026-05-19T19:03:36.831Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31712026-05-19T19:03:37.060Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31722026-05-19T19:03:37.426Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31732026-05-19T19:03:37.430Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31742026-05-19T19:03:37.754Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31752026-05-19T19:03:43.536Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31762026-05-19T19:03:44.073Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31772026-05-19T19:03:46.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.69s
31782026-05-19T19:03:46.644Z
31792026-05-19T19:03:46.644Zinfo: running `cargo check --bins` on cockroach-admin-api (128/276)
31802026-05-19T19:03:47.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31812026-05-19T19:03:47.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31822026-05-19T19:03:47.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31832026-05-19T19:03:47.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31842026-05-19T19:03:47.258Z
31852026-05-19T19:03:47.258Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (129/276)
31862026-05-19T19:03:47.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31872026-05-19T19:03:47.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31882026-05-19T19:03:47.837Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31892026-05-19T19:03:47.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
31902026-05-19T19:03:47.945Z
31912026-05-19T19:03:47.945Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (130/276)
31922026-05-19T19:03:48.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31932026-05-19T19:03:48.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31942026-05-19T19:03:48.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31952026-05-19T19:03:48.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
31962026-05-19T19:03:48.631Z
31972026-05-19T19:03:48.631Zinfo: running `cargo check --bins` on gateway-test-utils (131/276)
31982026-05-19T19:03:49.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31992026-05-19T19:03:49.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32002026-05-19T19:03:49.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32012026-05-19T19:03:49.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32022026-05-19T19:03:49.285Z
32032026-05-19T19:03:49.285Zinfo: running `cargo check --bins` on omicron-gateway (132/276)
32042026-05-19T19:03:49.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32052026-05-19T19:03:49.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32062026-05-19T19:03:50.057Z Compiling regress v0.11.1
32072026-05-19T19:03:50.197Z Compiling unsafe-libyaml v0.2.11
32082026-05-19T19:03:50.210Z Compiling semver v0.1.20
32092026-05-19T19:03:50.222Z Compiling radium v0.7.0
32102026-05-19T19:03:50.236Z Compiling maybe-uninit v2.0.0
32112026-05-19T19:03:50.239Z Checking tap v1.0.1
32122026-05-19T19:03:50.263Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32132026-05-19T19:03:50.337Z Checking wyz v0.5.1
32142026-05-19T19:03:50.486Z Compiling rustc_version v0.1.7
32152026-05-19T19:03:50.514Z Checking progenitor-client v0.13.0
32162026-05-19T19:03:50.561Z Compiling zerocopy-derive v0.6.6
32172026-05-19T19:03:50.666Z Compiling cancel-safe-futures v0.1.5
32182026-05-19T19:03:50.703Z Compiling serde_yaml v0.9.34+deprecated
32192026-05-19T19:03:50.757Z Compiling newtype_derive v0.1.6
32202026-05-19T19:03:50.870Z Compiling owo-colors v4.3.0
32212026-05-19T19:03:50.922Z Compiling packed_struct v0.10.1
32222026-05-19T19:03:50.951Z Checking crc-catalog v2.4.0
32232026-05-19T19:03:51.046Z Checking funty v2.0.0
32242026-05-19T19:03:51.216Z Checking crc v3.4.0
32252026-05-19T19:03:51.368Z Checking bitvec v1.0.1
32262026-05-19T19:03:51.396Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32272026-05-19T19:03:51.411Z Checking zerocopy v0.6.6
32282026-05-19T19:03:51.414Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32292026-05-19T19:03:51.631Z Checking typify-impl v0.6.2
32302026-05-19T19:03:51.738Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32312026-05-19T19:03:51.754Z Compiling packed_struct_codegen v0.10.1
32322026-05-19T19:03:51.942Z Checking libsw-core v0.3.2
32332026-05-19T19:03:52.001Z Compiling bitfield-macros v0.19.4
32342026-05-19T19:03:52.089Z Compiling indexmap v1.9.3
32352026-05-19T19:03:52.190Z Checking nodrop v0.1.14
32362026-05-19T19:03:52.284Z Checking array-init v0.0.4
32372026-05-19T19:03:52.317Z Checking libsw v3.5.0
32382026-05-19T19:03:52.471Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32392026-05-19T19:03:52.599Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32402026-05-19T19:03:52.679Z Checking smallvec v0.6.14
32412026-05-19T19:03:52.708Z Checking bitfield v0.19.4
32422026-05-19T19:03:52.780Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32432026-05-19T19:03:52.948Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32442026-05-19T19:03:52.976Z Checking smawk v0.3.2
32452026-05-19T19:03:53.033Z Checking tagptr v0.2.0
32462026-05-19T19:03:53.074Z Checking unicode-linebreak v0.1.5
32472026-05-19T19:03:53.107Z Checking linear-map v1.2.0
32482026-05-19T19:03:53.171Z Checking hashbrown v0.12.3
32492026-05-19T19:03:53.199Z Checking base64 v0.21.7
32502026-05-19T19:03:53.281Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32512026-05-19T19:03:53.295Z Checking textwrap v0.16.2
32522026-05-19T19:03:53.397Z Checking moka v0.12.13
32532026-05-19T19:03:53.436Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32542026-05-19T19:03:53.440Z Checking ron v0.8.1
32552026-05-19T19:03:53.464Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32562026-05-19T19:03:53.504Z Checking steno v0.4.1
32572026-05-19T19:03:53.877Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32582026-05-19T19:03:53.903Z Checking serde-hex v0.1.0
32592026-05-19T19:03:53.949Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32602026-05-19T19:03:54.027Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32612026-05-19T19:03:54.109Z Checking hashbrown v0.13.2
32622026-05-19T19:03:54.259Z Checking crc-any v2.5.0
32632026-05-19T19:03:54.438Z Checking humantime v2.3.0
32642026-05-19T19:03:54.487Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32652026-05-19T19:03:54.528Z Checking object v0.30.4
32662026-05-19T19:03:54.596Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32672026-05-19T19:03:54.623Z Checking hickory-resolver v0.25.2
32682026-05-19T19:03:54.694Z Checking half v1.8.3
32692026-05-19T19:03:54.711Z Checking utf-8 v0.7.6
32702026-05-19T19:03:54.763Z Checking void v1.0.2
32712026-05-19T19:03:54.845Z Checking path-slash v0.1.5
32722026-05-19T19:03:54.871Z Checking lzss v0.8.2
32732026-05-19T19:03:54.913Z Checking serde_cbor v0.11.2
32742026-05-19T19:03:54.987Z Checking tungstenite v0.23.0
32752026-05-19T19:03:55.225Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32762026-05-19T19:03:55.295Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32772026-05-19T19:03:55.365Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32782026-05-19T19:03:55.388Z Checking nix v0.27.1
32792026-05-19T19:03:55.409Z Checking kstat-rs v0.2.4
32802026-05-19T19:03:55.433Z Checking fxhash v0.2.1
32812026-05-19T19:03:55.536Z Checking serde_bytes v0.11.19
32822026-05-19T19:03:55.554Z Checking tokio-tungstenite v0.23.1
32832026-05-19T19:03:55.599Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32842026-05-19T19:03:55.720Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32852026-05-19T19:03:55.795Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32862026-05-19T19:03:55.815Z Checking signal-hook-tokio v0.3.1
32872026-05-19T19:03:56.133Z Compiling typify-macro v0.6.2
32882026-05-19T19:03:56.871Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32892026-05-19T19:03:57.267Z Compiling typify v0.6.2
32902026-05-19T19:03:57.374Z Compiling progenitor-impl v0.13.0
32912026-05-19T19:03:57.374Z Compiling progenitor-impl v0.14.0
32922026-05-19T19:03:57.763Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
32932026-05-19T19:03:58.090Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
32942026-05-19T19:03:58.942Z Compiling progenitor-macro v0.13.0
32952026-05-19T19:03:58.981Z Compiling progenitor-macro v0.14.0
32962026-05-19T19:04:01.355Z Checking progenitor v0.13.0
32972026-05-19T19:04:01.488Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32982026-05-19T19:04:01.719Z Checking progenitor v0.14.0
32992026-05-19T19:04:01.794Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33002026-05-19T19:04:04.498Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33012026-05-19T19:04:12.120Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33022026-05-19T19:04:18.366Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33032026-05-19T19:04:19.735Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33042026-05-19T19:04:20.245Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33052026-05-19T19:04:22.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.05s
33062026-05-19T19:04:22.544Z
33072026-05-19T19:04:22.544Zinfo: running `cargo check --bins` on gateway-api (133/276)
33082026-05-19T19:04:23.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33092026-05-19T19:04:23.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33102026-05-19T19:04:23.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33112026-05-19T19:04:23.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33122026-05-19T19:04:23.157Z
33132026-05-19T19:04:23.157Zinfo: running `cargo check --bins` on ipcc (134/276)
33142026-05-19T19:04:23.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33152026-05-19T19:04:23.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33162026-05-19T19:04:23.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33172026-05-19T19:04:23.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33182026-05-19T19:04:23.772Z
33192026-05-19T19:04:23.772Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (135/276)
33202026-05-19T19:04:24.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33212026-05-19T19:04:24.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33222026-05-19T19:04:24.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33232026-05-19T19:04:24.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33242026-05-19T19:04:24.369Z
33252026-05-19T19:04:24.369Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (136/276)
33262026-05-19T19:04:24.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33272026-05-19T19:04:24.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33282026-05-19T19:04:24.884Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33292026-05-19T19:04:24.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33302026-05-19T19:04:24.976Z
33312026-05-19T19:04:24.976Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (137/276)
33322026-05-19T19:04:25.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33332026-05-19T19:04:25.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33342026-05-19T19:04:25.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33352026-05-19T19:04:25.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33362026-05-19T19:04:25.588Z
33372026-05-19T19:04:25.588Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (138/276)
33382026-05-19T19:04:26.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33392026-05-19T19:04:26.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33402026-05-19T19:04:26.102Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33412026-05-19T19:04:26.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33422026-05-19T19:04:26.197Z
33432026-05-19T19:04:26.197Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (139/276)
33442026-05-19T19:04:26.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33452026-05-19T19:04:26.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33462026-05-19T19:04:26.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33472026-05-19T19:04:26.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33482026-05-19T19:04:26.808Z
33492026-05-19T19:04:26.808Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (140/276)
33502026-05-19T19:04:27.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33512026-05-19T19:04:27.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33522026-05-19T19:04:27.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33532026-05-19T19:04:27.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33542026-05-19T19:04:27.416Z
33552026-05-19T19:04:27.416Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (141/276)
33562026-05-19T19:04:27.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33572026-05-19T19:04:27.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33582026-05-19T19:04:27.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33592026-05-19T19:04:27.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33602026-05-19T19:04:28.031Z
33612026-05-19T19:04:28.031Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (142/276)
33622026-05-19T19:04:28.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33632026-05-19T19:04:28.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33642026-05-19T19:04:28.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33652026-05-19T19:04:28.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33662026-05-19T19:04:28.646Z
33672026-05-19T19:04:28.646Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (143/276)
33682026-05-19T19:04:29.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33692026-05-19T19:04:29.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33702026-05-19T19:04:29.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33712026-05-19T19:04:29.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33722026-05-19T19:04:29.255Z
33732026-05-19T19:04:29.255Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (144/276)
33742026-05-19T19:04:29.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33752026-05-19T19:04:29.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33762026-05-19T19:04:29.770Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33772026-05-19T19:04:29.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33782026-05-19T19:04:29.863Z
33792026-05-19T19:04:29.863Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (145/276)
33802026-05-19T19:04:30.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33812026-05-19T19:04:30.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33822026-05-19T19:04:30.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33832026-05-19T19:04:30.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33842026-05-19T19:04:30.476Z
33852026-05-19T19:04:30.476Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (146/276)
33862026-05-19T19:04:30.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33872026-05-19T19:04:30.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33882026-05-19T19:04:30.993Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33892026-05-19T19:04:30.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33902026-05-19T19:04:31.085Z
33912026-05-19T19:04:31.085Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (147/276)
33922026-05-19T19:04:31.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33932026-05-19T19:04:31.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33942026-05-19T19:04:31.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33952026-05-19T19:04:31.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33962026-05-19T19:04:31.696Z
33972026-05-19T19:04:31.696Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (148/276)
33982026-05-19T19:04:32.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33992026-05-19T19:04:32.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34002026-05-19T19:04:32.214Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34012026-05-19T19:04:32.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34022026-05-19T19:04:32.309Z
34032026-05-19T19:04:32.309Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (149/276)
34042026-05-19T19:04:32.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34052026-05-19T19:04:32.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34062026-05-19T19:04:32.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34072026-05-19T19:04:32.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34082026-05-19T19:04:32.919Z
34092026-05-19T19:04:32.919Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (150/276)
34102026-05-19T19:04:33.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34112026-05-19T19:04:33.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34122026-05-19T19:04:33.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34132026-05-19T19:04:33.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34142026-05-19T19:04:33.532Z
34152026-05-19T19:04:33.532Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (151/276)
34162026-05-19T19:04:34.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34172026-05-19T19:04:34.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34182026-05-19T19:04:34.054Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34192026-05-19T19:04:34.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34202026-05-19T19:04:34.149Z
34212026-05-19T19:04:34.149Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (152/276)
34222026-05-19T19:04:34.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34232026-05-19T19:04:34.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34242026-05-19T19:04:34.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34252026-05-19T19:04:34.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34262026-05-19T19:04:34.765Z
34272026-05-19T19:04:34.765Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (153/276)
34282026-05-19T19:04:35.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34292026-05-19T19:04:35.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34302026-05-19T19:04:35.281Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34312026-05-19T19:04:35.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34322026-05-19T19:04:35.376Z
34332026-05-19T19:04:35.377Zinfo: running `cargo check --bins` on oximeter-producer (154/276)
34342026-05-19T19:04:35.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34352026-05-19T19:04:35.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34362026-05-19T19:04:35.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34372026-05-19T19:04:35.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34382026-05-19T19:04:36.025Z
34392026-05-19T19:04:36.025Zinfo: running `cargo check --bins` on internal-dns-resolver (155/276)
34402026-05-19T19:04:36.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34412026-05-19T19:04:36.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34422026-05-19T19:04:36.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34432026-05-19T19:04:36.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34442026-05-19T19:04:36.636Z
34452026-05-19T19:04:36.636Zinfo: running `cargo check --bins` on dns-server (156/276)
34462026-05-19T19:04:37.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34472026-05-19T19:04:37.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34482026-05-19T19:04:37.300Z Compiling parking_lot_core v0.8.6
34492026-05-19T19:04:37.300Z Compiling atomicwrites v0.4.4
34502026-05-19T19:04:37.300Z Compiling git-stub v1.0.0
34512026-05-19T19:04:37.303Z Checking prefix-trie v0.7.0
34522026-05-19T19:04:37.303Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34532026-05-19T19:04:37.535Z Compiling git-stub-vcs v0.1.0
34542026-05-19T19:04:37.720Z Checking hickory-server v0.25.2
34552026-05-19T19:04:37.814Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34562026-05-19T19:04:37.827Z Checking parking_lot v0.11.2
34572026-05-19T19:04:37.886Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34582026-05-19T19:04:37.889Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34592026-05-19T19:04:38.032Z Checking sled v0.34.7
34602026-05-19T19:04:39.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s
34612026-05-19T19:04:40.075Z
34622026-05-19T19:04:40.075Zinfo: running `cargo check --bins` on dns-server-api (157/276)
34632026-05-19T19:04:40.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34642026-05-19T19:04:40.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34652026-05-19T19:04:40.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34662026-05-19T19:04:40.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34672026-05-19T19:04:40.680Z
34682026-05-19T19:04:40.680Zinfo: running `cargo check --bins` on oximeter-producer-api (158/276)
34692026-05-19T19:04:41.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34702026-05-19T19:04:41.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34712026-05-19T19:04:41.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34722026-05-19T19:04:41.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34732026-05-19T19:04:41.286Z
34742026-05-19T19:04:41.286Zinfo: running `cargo check --bins` on sp-sim (159/276)
34752026-05-19T19:04:41.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34762026-05-19T19:04:41.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34772026-05-19T19:04:42.019Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34782026-05-19T19:04:43.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.50s
34792026-05-19T19:04:44.002Z
34802026-05-19T19:04:44.002Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (160/276)
34812026-05-19T19:04:44.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34822026-05-19T19:04:44.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34832026-05-19T19:04:44.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34842026-05-19T19:04:44.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34852026-05-19T19:04:44.667Z
34862026-05-19T19:04:44.667Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (161/276)
34872026-05-19T19:04:45.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34882026-05-19T19:04:45.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34892026-05-19T19:04:45.226Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34902026-05-19T19:04:45.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34912026-05-19T19:04:45.326Z
34922026-05-19T19:04:45.326Zinfo: running `cargo check --bins` on db-macros (162/276)
34932026-05-19T19:04:45.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34942026-05-19T19:04:45.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34952026-05-19T19:04:45.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34962026-05-19T19:04:45.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34972026-05-19T19:04:45.919Z
34982026-05-19T19:04:45.919Zinfo: running `cargo check --bins` on nexus-macros-common (163/276)
34992026-05-19T19:04:46.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35002026-05-19T19:04:46.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35012026-05-19T19:04:46.424Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35022026-05-19T19:04:46.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35032026-05-19T19:04:46.518Z
35042026-05-19T19:04:46.518Zinfo: running `cargo check --bins` on nexus-auth (164/276)
35052026-05-19T19:04:47.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35062026-05-19T19:04:47.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35072026-05-19T19:04:47.066Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35082026-05-19T19:04:47.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35092026-05-19T19:04:47.174Z
35102026-05-19T19:04:47.174Zinfo: running `cargo check --bins` on authz-macros (165/276)
35112026-05-19T19:04:47.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35122026-05-19T19:04:47.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35132026-05-19T19:04:47.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35142026-05-19T19:04:47.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35152026-05-19T19:04:47.769Z
35162026-05-19T19:04:47.769Zinfo: running `cargo check --bins` on nexus-db-fixed-data (166/276)
35172026-05-19T19:04:48.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35182026-05-19T19:04:48.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35192026-05-19T19:04:48.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35202026-05-19T19:04:48.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35212026-05-19T19:04:48.420Z
35222026-05-19T19:04:48.420Zinfo: running `cargo check --bins` on nexus-db-model (167/276)
35232026-05-19T19:04:48.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35242026-05-19T19:04:48.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35252026-05-19T19:04:48.968Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35262026-05-19T19:04:48.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35272026-05-19T19:04:49.069Z
35282026-05-19T19:04:49.069Zinfo: running `cargo check --bins` on nexus-db-schema (168/276)
35292026-05-19T19:04:49.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35302026-05-19T19:04:49.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35312026-05-19T19:04:49.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35322026-05-19T19:04:49.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35332026-05-19T19:04:49.667Z
35342026-05-19T19:04:49.667Zinfo: running `cargo check --bins` on omicron-rpaths (169/276)
35352026-05-19T19:04:50.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35362026-05-19T19:04:50.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35372026-05-19T19:04:50.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35382026-05-19T19:04:50.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35392026-05-19T19:04:50.264Z
35402026-05-19T19:04:50.264Zinfo: running `cargo check --bins` on nexus-defaults (170/276)
35412026-05-19T19:04:50.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35422026-05-19T19:04:50.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35432026-05-19T19:04:50.775Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35442026-05-19T19:04:50.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35452026-05-19T19:04:50.871Z
35462026-05-19T19:04:50.871Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (171/276)
35472026-05-19T19:04:51.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35482026-05-19T19:04:51.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35492026-05-19T19:04:51.383Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35502026-05-19T19:04:51.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35512026-05-19T19:04:51.478Z
35522026-05-19T19:04:51.478Zinfo: running `cargo check --bins` on parallel-task-set (172/276)
35532026-05-19T19:04:51.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35542026-05-19T19:04:51.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35552026-05-19T19:04:51.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35562026-05-19T19:04:51.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35572026-05-19T19:04:52.079Z
35582026-05-19T19:04:52.079Zinfo: running `cargo check --bins` on nexus-db-errors (173/276)
35592026-05-19T19:04:52.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35602026-05-19T19:04:52.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35612026-05-19T19:04:52.635Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35622026-05-19T19:04:52.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35632026-05-19T19:04:52.743Z
35642026-05-19T19:04:52.743Zinfo: running `cargo check --bins` on nexus-db-lookup (174/276)
35652026-05-19T19:04:53.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35662026-05-19T19:04:53.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35672026-05-19T19:04:53.297Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35682026-05-19T19:04:53.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35692026-05-19T19:04:53.403Z
35702026-05-19T19:04:53.403Zinfo: running `cargo check --bins` on nexus-inventory (175/276)
35712026-05-19T19:04:53.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35722026-05-19T19:04:53.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35732026-05-19T19:04:53.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35742026-05-19T19:04:53.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35752026-05-19T19:04:54.045Z
35762026-05-19T19:04:54.046Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (176/276)
35772026-05-19T19:04:54.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35782026-05-19T19:04:54.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35792026-05-19T19:04:54.571Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35802026-05-19T19:04:54.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35812026-05-19T19:04:54.665Z
35822026-05-19T19:04:54.666Zinfo: running `cargo check --bins --no-default-features` on sled-storage (177/276)
35832026-05-19T19:04:55.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35842026-05-19T19:04:55.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35852026-05-19T19:04:55.190Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35862026-05-19T19:04:55.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35872026-05-19T19:04:55.283Z
35882026-05-19T19:04:55.283Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (178/276)
35892026-05-19T19:04:55.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35902026-05-19T19:04:55.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35912026-05-19T19:04:55.808Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35922026-05-19T19:04:55.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35932026-05-19T19:04:55.905Z
35942026-05-19T19:04:55.905Zinfo: running `cargo check --bins` on key-manager (179/276)
35952026-05-19T19:04:56.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35962026-05-19T19:04:56.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35972026-05-19T19:04:56.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35982026-05-19T19:04:56.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35992026-05-19T19:04:56.514Z
36002026-05-19T19:04:56.514Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (180/276)
36012026-05-19T19:04:57.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36022026-05-19T19:04:57.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36032026-05-19T19:04:57.045Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36042026-05-19T19:04:57.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36052026-05-19T19:04:57.141Z
36062026-05-19T19:04:57.141Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (181/276)
36072026-05-19T19:04:57.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36082026-05-19T19:04:57.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36092026-05-19T19:04:57.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36102026-05-19T19:04:57.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36112026-05-19T19:04:57.770Z
36122026-05-19T19:04:57.770Zinfo: running `cargo check --bins` on typed-rng (182/276)
36132026-05-19T19:04:58.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36142026-05-19T19:04:58.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36152026-05-19T19:04:58.284Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36162026-05-19T19:04:58.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36172026-05-19T19:04:58.378Z
36182026-05-19T19:04:58.378Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (183/276)
36192026-05-19T19:04:58.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36202026-05-19T19:04:58.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36212026-05-19T19:04:59.243Z Compiling typify-impl v0.4.3
36222026-05-19T19:04:59.243Z Compiling libefi-sys v0.1.0
36232026-05-19T19:04:59.246Z Compiling bitfield-struct v0.6.2
36242026-05-19T19:04:59.397Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36252026-05-19T19:04:59.408Z Compiling xshell-macros v0.2.7
36262026-05-19T19:04:59.421Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36272026-05-19T19:04:59.448Z Compiling salty v0.3.0
36282026-05-19T19:04:59.506Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36292026-05-19T19:04:59.635Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36302026-05-19T19:04:59.760Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36312026-05-19T19:04:59.773Z Checking xshell v0.2.7
36322026-05-19T19:04:59.808Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36332026-05-19T19:04:59.963Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36342026-05-19T19:05:00.009Z Checking primeorder v0.13.6
36352026-05-19T19:05:00.023Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36362026-05-19T19:05:00.136Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36372026-05-19T19:05:00.182Z Compiling proc-macro-error-attr2 v2.0.0
36382026-05-19T19:05:00.247Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36392026-05-19T19:05:00.263Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36402026-05-19T19:05:00.296Z Checking tungstenite v0.21.0
36412026-05-19T19:05:00.468Z Checking p384 v0.13.1
36422026-05-19T19:05:00.502Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36432026-05-19T19:05:00.615Z Compiling proc-macro-error2 v2.0.1
36442026-05-19T19:05:00.625Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36452026-05-19T19:05:00.723Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36462026-05-19T19:05:00.879Z Checking tokio-tungstenite v0.21.0
36472026-05-19T19:05:00.895Z Compiling tabled_derive v0.11.0
36482026-05-19T19:05:01.158Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36492026-05-19T19:05:01.193Z Checking papergrid v0.17.0
36502026-05-19T19:05:01.284Z Checking libscf-sys v1.2.0
36512026-05-19T19:05:01.349Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36522026-05-19T19:05:01.418Z Checking testing_table v0.3.0
36532026-05-19T19:05:01.518Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36542026-05-19T19:05:01.535Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36552026-05-19T19:05:01.787Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36562026-05-19T19:05:02.035Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36572026-05-19T19:05:02.055Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36582026-05-19T19:05:02.059Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36592026-05-19T19:05:02.261Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36602026-05-19T19:05:02.265Z Checking corncobs v0.1.4
36612026-05-19T19:05:02.301Z Compiling unicase v2.9.0
36622026-05-19T19:05:02.406Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36632026-05-19T19:05:02.474Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36642026-05-19T19:05:02.489Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36652026-05-19T19:05:02.506Z Compiling mime_guess v2.0.5
36662026-05-19T19:05:02.539Z Checking tabled v0.20.0
36672026-05-19T19:05:02.665Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36682026-05-19T19:05:02.697Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36692026-05-19T19:05:02.906Z Checking progenitor-client v0.11.2
36702026-05-19T19:05:03.005Z Checking secrecy v0.8.0
36712026-05-19T19:05:03.050Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36722026-05-19T19:05:03.174Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
36732026-05-19T19:05:03.189Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36742026-05-19T19:05:03.206Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36752026-05-19T19:05:03.262Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36762026-05-19T19:05:03.340Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36772026-05-19T19:05:03.618Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
36782026-05-19T19:05:03.692Z Checking filetime v0.2.27
36792026-05-19T19:05:03.714Z Checking crc8 v0.1.1
36802026-05-19T19:05:03.808Z Compiling typify-macro v0.4.3
36812026-05-19T19:05:03.823Z Checking xattr v1.6.1
36822026-05-19T19:05:03.838Z Checking http-range v0.1.5
36832026-05-19T19:05:03.900Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36842026-05-19T19:05:03.970Z Checking tar v0.4.45
36852026-05-19T19:05:04.243Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36862026-05-19T19:05:04.352Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36872026-05-19T19:05:04.522Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36882026-05-19T19:05:04.540Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
36892026-05-19T19:05:04.586Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
36902026-05-19T19:05:04.719Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
36912026-05-19T19:05:04.933Z Checking atty v0.2.14
36922026-05-19T19:05:05.036Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
36932026-05-19T19:05:05.054Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
36942026-05-19T19:05:05.202Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36952026-05-19T19:05:05.404Z Checking hyper-staticfile v0.10.1
36962026-05-19T19:05:05.509Z Compiling typify v0.4.3
36972026-05-19T19:05:05.628Z Compiling progenitor-impl v0.11.2
36982026-05-19T19:05:05.712Z Compiling progenitor-impl v0.10.0
36992026-05-19T19:05:06.078Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37002026-05-19T19:05:06.247Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37012026-05-19T19:05:06.500Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37022026-05-19T19:05:06.600Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37032026-05-19T19:05:06.880Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
37042026-05-19T19:05:07.054Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37052026-05-19T19:05:07.108Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37062026-05-19T19:05:07.367Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37072026-05-19T19:05:07.384Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37082026-05-19T19:05:07.425Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37092026-05-19T19:05:07.698Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37102026-05-19T19:05:07.733Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37112026-05-19T19:05:07.979Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37122026-05-19T19:05:08.025Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37132026-05-19T19:05:08.219Z Compiling progenitor-macro v0.11.2
37142026-05-19T19:05:08.282Z Compiling progenitor-macro v0.10.0
37152026-05-19T19:05:11.021Z Checking progenitor v0.10.0
37162026-05-19T19:05:11.146Z Checking progenitor v0.11.2
37172026-05-19T19:05:11.159Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37182026-05-19T19:05:11.271Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37192026-05-19T19:05:15.887Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
37202026-05-19T19:05:16.996Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37212026-05-19T19:05:27.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.07s
37222026-05-19T19:05:27.674Z
37232026-05-19T19:05:27.674Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (184/276)
37242026-05-19T19:05:28.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37252026-05-19T19:05:28.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37262026-05-19T19:05:28.468Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37272026-05-19T19:05:38.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.27s
37282026-05-19T19:05:39.173Z
37292026-05-19T19:05:39.173Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (185/276)
37302026-05-19T19:05:39.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37312026-05-19T19:05:39.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37322026-05-19T19:05:39.968Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37332026-05-19T19:05:50.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.31s
37342026-05-19T19:05:50.707Z
37352026-05-19T19:05:50.707Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (186/276)
37362026-05-19T19:05:51.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37372026-05-19T19:05:51.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37382026-05-19T19:05:51.500Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37392026-05-19T19:06:01.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.28s
37402026-05-19T19:06:02.203Z
37412026-05-19T19:06:02.203Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (187/276)
37422026-05-19T19:06:02.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37432026-05-19T19:06:02.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37442026-05-19T19:06:02.994Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37452026-05-19T19:06:13.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.22s
37462026-05-19T19:06:13.652Z
37472026-05-19T19:06:13.652Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (188/276)
37482026-05-19T19:06:14.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37492026-05-19T19:06:14.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37502026-05-19T19:06:14.441Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37512026-05-19T19:06:24.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.30s
37522026-05-19T19:06:25.176Z
37532026-05-19T19:06:25.176Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (189/276)
37542026-05-19T19:06:25.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37552026-05-19T19:06:25.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37562026-05-19T19:06:25.970Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37572026-05-19T19:06:36.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.26s
37582026-05-19T19:06:36.655Z
37592026-05-19T19:06:36.655Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (190/276)
37602026-05-19T19:06:37.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37612026-05-19T19:06:37.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37622026-05-19T19:06:37.451Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37632026-05-19T19:06:47.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.28s
37642026-05-19T19:06:48.163Z
37652026-05-19T19:06:48.163Zinfo: running `cargo check --bins` on bootstrap-agent-api (191/276)
37662026-05-19T19:06:48.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37672026-05-19T19:06:48.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37682026-05-19T19:06:48.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37692026-05-19T19:06:48.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37702026-05-19T19:06:48.773Z
37712026-05-19T19:06:48.773Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (192/276)
37722026-05-19T19:06:49.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37732026-05-19T19:06:49.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37742026-05-19T19:06:49.291Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37752026-05-19T19:06:49.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37762026-05-19T19:06:49.387Z
37772026-05-19T19:06:49.387Zinfo: running `cargo check --bins` on range-requests (193/276)
37782026-05-19T19:06:49.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37792026-05-19T19:06:49.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37802026-05-19T19:06:49.896Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37812026-05-19T19:06:49.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37822026-05-19T19:06:49.989Z
37832026-05-19T19:06:49.989Zinfo: running `cargo check --bins` on repo-depot-api (194/276)
37842026-05-19T19:06:50.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37852026-05-19T19:06:50.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37862026-05-19T19:06:50.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37872026-05-19T19:06:50.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37882026-05-19T19:06:50.594Z
37892026-05-19T19:06:50.594Zinfo: running `cargo check --bins` on sled-agent-api (195/276)
37902026-05-19T19:06:51.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37912026-05-19T19:06:51.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37922026-05-19T19:06:51.132Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37932026-05-19T19:06:51.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
37942026-05-19T19:06:51.229Z
37952026-05-19T19:06:51.229Zinfo: running `cargo check --bins` on sled-diagnostics (196/276)
37962026-05-19T19:06:51.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37972026-05-19T19:06:51.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37982026-05-19T19:06:51.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37992026-05-19T19:06:51.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38002026-05-19T19:06:51.857Z
38012026-05-19T19:06:51.857Zinfo: running `cargo check --bins` on zfs-test-harness (197/276)
38022026-05-19T19:06:52.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38032026-05-19T19:06:52.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38042026-05-19T19:06:52.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38052026-05-19T19:06:52.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38062026-05-19T19:06:52.490Z
38072026-05-19T19:06:52.490Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (198/276)
38082026-05-19T19:06:53.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38092026-05-19T19:06:53.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38102026-05-19T19:06:53.029Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38112026-05-19T19:06:53.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38122026-05-19T19:06:53.127Z
38132026-05-19T19:06:53.127Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (199/276)
38142026-05-19T19:06:53.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38152026-05-19T19:06:53.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38162026-05-19T19:06:53.661Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38172026-05-19T19:06:53.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38182026-05-19T19:06:53.762Z
38192026-05-19T19:06:53.763Zinfo: running `cargo check --bins` on sled-agent-health-monitor (200/276)
38202026-05-19T19:06:54.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38212026-05-19T19:06:54.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38222026-05-19T19:06:54.298Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38232026-05-19T19:06:54.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38242026-05-19T19:06:54.397Z
38252026-05-19T19:06:54.397Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (201/276)
38262026-05-19T19:06:54.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38272026-05-19T19:06:54.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38282026-05-19T19:06:54.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38292026-05-19T19:06:54.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38302026-05-19T19:06:55.036Z
38312026-05-19T19:06:55.036Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (202/276)
38322026-05-19T19:06:55.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38332026-05-19T19:06:55.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38342026-05-19T19:06:55.574Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38352026-05-19T19:06:55.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38362026-05-19T19:06:55.675Z
38372026-05-19T19:06:55.675Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (203/276)
38382026-05-19T19:06:56.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38392026-05-19T19:06:56.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38402026-05-19T19:06:56.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38412026-05-19T19:06:56.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38422026-05-19T19:06:56.316Z
38432026-05-19T19:06:56.316Zinfo: running `cargo check --bins` on sled-agent-rack-setup (204/276)
38442026-05-19T19:06:56.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38452026-05-19T19:06:56.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38462026-05-19T19:06:56.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38472026-05-19T19:06:56.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38482026-05-19T19:06:56.975Z
38492026-05-19T19:06:56.975Zinfo: running `cargo check --bins` on trust-quorum (205/276)
38502026-05-19T19:06:57.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38512026-05-19T19:06:57.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38522026-05-19T19:06:57.516Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38532026-05-19T19:06:57.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38542026-05-19T19:06:57.614Z
38552026-05-19T19:06:57.614Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (206/276)
38562026-05-19T19:06:58.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38572026-05-19T19:06:58.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38582026-05-19T19:06:58.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38592026-05-19T19:06:58.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38602026-05-19T19:06:58.269Z
38612026-05-19T19:06:58.270Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (207/276)
38622026-05-19T19:06:58.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38632026-05-19T19:06:58.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38642026-05-19T19:06:58.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38652026-05-19T19:06:58.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
38662026-05-19T19:06:58.929Z
38672026-05-19T19:06:58.929Zinfo: running `cargo check --bins` on update-common (208/276)
38682026-05-19T19:06:59.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38692026-05-19T19:06:59.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38702026-05-19T19:06:59.454Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38712026-05-19T19:06:59.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38722026-05-19T19:06:59.550Z
38732026-05-19T19:06:59.550Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (209/276)
38742026-05-19T19:07:00.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38752026-05-19T19:07:00.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38762026-05-19T19:07:00.114Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38772026-05-19T19:07:00.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
38782026-05-19T19:07:00.223Z
38792026-05-19T19:07:00.223Zinfo: running `cargo check --bins` on omicron-deployment-graph (210/276)
38802026-05-19T19:07:00.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38812026-05-19T19:07:00.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38822026-05-19T19:07:00.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38832026-05-19T19:07:00.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38842026-05-19T19:07:00.825Z
38852026-05-19T19:07:00.825Zinfo: running `cargo check --bins` on reconfigurator-cli (211/276)
38862026-05-19T19:07:01.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38872026-05-19T19:07:01.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38882026-05-19T19:07:01.615Z Compiling fs-err v2.11.0
38892026-05-19T19:07:01.615Z Checking ignore v0.4.25
38902026-05-19T19:07:01.615Z Checking arc-swap v1.8.2
38912026-05-19T19:07:01.619Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
38922026-05-19T19:07:01.758Z Checking predicates-tree v1.0.13
38932026-05-19T19:07:01.761Z Checking parse-size v1.1.0
38942026-05-19T19:07:01.779Z Checking rand_seeder v0.4.0
38952026-05-19T19:07:01.791Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
38962026-05-19T19:07:01.858Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
38972026-05-19T19:07:01.880Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
38982026-05-19T19:07:01.932Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
38992026-05-19T19:07:01.962Z Checking slog-scope v4.4.1
39002026-05-19T19:07:02.065Z Compiling petname v2.0.2
39012026-05-19T19:07:02.093Z Checking slog-stdlog v4.1.1
39022026-05-19T19:07:02.093Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39032026-05-19T19:07:02.119Z Checking globwalk v0.9.1
39042026-05-19T19:07:02.200Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
39052026-05-19T19:07:02.225Z Checking slog-envlogger v2.2.0
39062026-05-19T19:07:02.294Z Checking camino-tempfile-ext v0.3.3
39072026-05-19T19:07:02.317Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
39082026-05-19T19:07:02.372Z Checking sapling-renderdag v0.1.0
39092026-05-19T19:07:02.483Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39102026-05-19T19:07:02.487Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39112026-05-19T19:07:02.607Z Checking subprocess v0.2.15
39122026-05-19T19:07:02.683Z Checking sync-ptr v0.1.4
39132026-05-19T19:07:02.720Z Checking colored v2.2.0
39142026-05-19T19:07:02.801Z Checking assert_matches v1.5.0
39152026-05-19T19:07:02.885Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39162026-05-19T19:07:02.978Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39172026-05-19T19:07:03.005Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
39182026-05-19T19:07:03.009Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39192026-05-19T19:07:03.662Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39202026-05-19T19:07:04.984Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39212026-05-19T19:07:07.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.38s
39222026-05-19T19:07:07.412Z
39232026-05-19T19:07:07.413Zinfo: running `cargo check --bins` on omicron-repl-utils (212/276)
39242026-05-19T19:07:07.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39252026-05-19T19:07:07.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39262026-05-19T19:07:07.924Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39272026-05-19T19:07:07.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39282026-05-19T19:07:08.009Z
39292026-05-19T19:07:08.009Zinfo: running `cargo check --bins` on transient-dns-server (213/276)
39302026-05-19T19:07:08.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39312026-05-19T19:07:08.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39322026-05-19T19:07:08.532Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39332026-05-19T19:07:08.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39342026-05-19T19:07:08.630Z
39352026-05-19T19:07:08.630Zinfo: running `cargo check --bins` on nexus-test-interface (214/276)
39362026-05-19T19:07:09.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39372026-05-19T19:07:09.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39382026-05-19T19:07:09.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39392026-05-19T19:07:09.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39402026-05-19T19:07:09.291Z
39412026-05-19T19:07:09.291Zinfo: running `cargo check --bins` on oximeter-collector (215/276)
39422026-05-19T19:07:09.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39432026-05-19T19:07:09.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39442026-05-19T19:07:10.026Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39452026-05-19T19:07:10.026Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39462026-05-19T19:07:10.671Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39472026-05-19T19:07:12.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.96s
39482026-05-19T19:07:12.466Z
39492026-05-19T19:07:12.466Zinfo: running `cargo check --bins` on oximeter-api (216/276)
39502026-05-19T19:07:12.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39512026-05-19T19:07:12.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39522026-05-19T19:07:12.982Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39532026-05-19T19:07:12.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39542026-05-19T19:07:13.077Z
39552026-05-19T19:07:13.077Zinfo: running `cargo check --bins` on cert-dev (217/276)
39562026-05-19T19:07:13.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39572026-05-19T19:07:13.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39582026-05-19T19:07:13.695Z Checking yasna v0.5.2
39592026-05-19T19:07:14.111Z Checking rcgen v0.12.1
39602026-05-19T19:07:14.352Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39612026-05-19T19:07:14.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
39622026-05-19T19:07:14.703Z
39632026-05-19T19:07:14.703Zinfo: running `cargo check --bins` on clickana (218/276)
39642026-05-19T19:07:15.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39652026-05-19T19:07:15.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39662026-05-19T19:07:15.359Z Compiling darling_core v0.23.0
39672026-05-19T19:07:15.469Z Compiling instability v0.3.11
39682026-05-19T19:07:15.478Z Checking castaway v0.2.4
39692026-05-19T19:07:15.485Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39702026-05-19T19:07:15.492Z Compiling indoc v2.0.7
39712026-05-19T19:07:15.496Z Checking unicode-truncate v1.1.0
39722026-05-19T19:07:15.515Z Checking lru v0.12.5
39732026-05-19T19:07:15.515Z Checking cassowary v0.3.0
39742026-05-19T19:07:15.568Z Checking compact_str v0.8.1
39752026-05-19T19:07:16.556Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39762026-05-19T19:07:16.741Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39772026-05-19T19:07:16.880Z Compiling darling_macro v0.23.0
39782026-05-19T19:07:17.289Z Compiling darling v0.23.0
39792026-05-19T19:07:17.904Z Checking ratatui v0.29.0
39802026-05-19T19:07:18.951Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39812026-05-19T19:07:19.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.92s
39822026-05-19T19:07:19.818Z
39832026-05-19T19:07:19.818Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (219/276)
39842026-05-19T19:07:20.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39852026-05-19T19:07:20.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39862026-05-19T19:07:20.553Z Checking headers-core v0.3.0
39872026-05-19T19:07:20.556Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39882026-05-19T19:07:20.751Z Checking headers v0.4.1
39892026-05-19T19:07:21.118Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
39902026-05-19T19:07:21.970Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39912026-05-19T19:07:22.474Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39922026-05-19T19:07:22.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.07s
39932026-05-19T19:07:23.096Z
39942026-05-19T19:07:23.096Zinfo: running `cargo check --bins` on ch-dev (220/276)
39952026-05-19T19:07:23.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39962026-05-19T19:07:23.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39972026-05-19T19:07:23.824Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
39982026-05-19T19:07:24.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
39992026-05-19T19:07:24.771Z
40002026-05-19T19:07:24.771Zinfo: running `cargo check --bins` on dev-tools-common (221/276)
40012026-05-19T19:07:25.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40022026-05-19T19:07:25.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40032026-05-19T19:07:25.187Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40042026-05-19T19:07:25.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
40052026-05-19T19:07:25.244Z
40062026-05-19T19:07:25.244Zinfo: running `cargo check --bins` on crdb-seed (222/276)
40072026-05-19T19:07:25.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40082026-05-19T19:07:25.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40092026-05-19T19:07:25.967Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40102026-05-19T19:07:26.952Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40112026-05-19T19:07:27.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.05s
40122026-05-19T19:07:27.505Z
40132026-05-19T19:07:27.505Zinfo: running `cargo check --bins` on db-dev (223/276)
40142026-05-19T19:07:28.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40152026-05-19T19:07:28.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40162026-05-19T19:07:28.231Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40172026-05-19T19:07:28.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
40182026-05-19T19:07:29.207Z
40192026-05-19T19:07:29.207Zinfo: running `cargo check --bins` on omicron-dev-lib (224/276)
40202026-05-19T19:07:29.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40212026-05-19T19:07:29.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40222026-05-19T19:07:29.756Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40232026-05-19T19:07:29.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40242026-05-19T19:07:29.858Z
40252026-05-19T19:07:29.859Zinfo: running `cargo check --bins` on xtask-downloader (225/276)
40262026-05-19T19:07:30.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40272026-05-19T19:07:30.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40282026-05-19T19:07:30.471Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40292026-05-19T19:07:31.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
40302026-05-19T19:07:31.339Z
40312026-05-19T19:07:31.339Zinfo: running `cargo check --bins` on omicron-dropshot-apis (226/276)
40322026-05-19T19:07:31.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40332026-05-19T19:07:31.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40342026-05-19T19:07:32.090Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40352026-05-19T19:07:32.090Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40362026-05-19T19:07:32.090Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
40372026-05-19T19:07:32.094Z Checking git-stub v1.0.0
40382026-05-19T19:07:32.094Z Compiling trait-variant v0.1.2
40392026-05-19T19:07:32.094Z Checking maplit v1.0.2
40402026-05-19T19:07:32.210Z Checking is_ci v1.2.0
40412026-05-19T19:07:32.253Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40422026-05-19T19:07:32.312Z Checking supports-color v3.0.2
40432026-05-19T19:07:32.321Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40442026-05-19T19:07:32.353Z Checking git-stub-vcs v0.1.0
40452026-05-19T19:07:32.432Z Checking drift v0.1.4
40462026-05-19T19:07:32.448Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40472026-05-19T19:07:32.491Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40482026-05-19T19:07:32.544Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40492026-05-19T19:07:32.686Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40502026-05-19T19:07:32.722Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40512026-05-19T19:07:32.736Z Checking dropshot-api-manager v0.7.1
40522026-05-19T19:07:32.752Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
40532026-05-19T19:07:32.939Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40542026-05-19T19:07:32.953Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40552026-05-19T19:07:33.194Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
40562026-05-19T19:07:33.495Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40572026-05-19T19:07:38.432Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40582026-05-19T19:07:39.519Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40592026-05-19T19:07:40.089Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40602026-05-19T19:07:40.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.18s
40612026-05-19T19:07:40.723Z
40622026-05-19T19:07:40.723Zinfo: running `cargo check --bins` on installinator-api (227/276)
40632026-05-19T19:07:41.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40642026-05-19T19:07:41.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40652026-05-19T19:07:41.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40662026-05-19T19:07:41.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40672026-05-19T19:07:41.338Z
40682026-05-19T19:07:41.338Zinfo: running `cargo check --bins` on nexus-external-api (228/276)
40692026-05-19T19:07:41.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40702026-05-19T19:07:41.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40712026-05-19T19:07:41.883Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40722026-05-19T19:07:41.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40732026-05-19T19:07:41.983Z
40742026-05-19T19:07:41.983Zinfo: running `cargo check --bins` on nexus-internal-api (229/276)
40752026-05-19T19:07:42.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40762026-05-19T19:07:42.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40772026-05-19T19:07:42.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40782026-05-19T19:07:42.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40792026-05-19T19:07:42.630Z
40802026-05-19T19:07:42.630Zinfo: running `cargo check --bins` on nexus-lockstep-api (230/276)
40812026-05-19T19:07:43.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40822026-05-19T19:07:43.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40832026-05-19T19:07:43.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40842026-05-19T19:07:43.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40852026-05-19T19:07:43.285Z
40862026-05-19T19:07:43.285Zinfo: running `cargo check --bins` on ntp-admin-api (231/276)
40872026-05-19T19:07:43.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40882026-05-19T19:07:43.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40892026-05-19T19:07:43.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40902026-05-19T19:07:43.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40912026-05-19T19:07:43.893Z
40922026-05-19T19:07:43.893Zinfo: running `cargo check --bins` on ntp-admin-types-versions (232/276)
40932026-05-19T19:07:44.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40942026-05-19T19:07:44.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40952026-05-19T19:07:44.398Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40962026-05-19T19:07:44.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40972026-05-19T19:07:44.487Z
40982026-05-19T19:07:44.487Zinfo: running `cargo check --bins` on wicketd-api (233/276)
40992026-05-19T19:07:45.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41002026-05-19T19:07:45.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41012026-05-19T19:07:45.017Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41022026-05-19T19:07:45.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41032026-05-19T19:07:45.113Z
41042026-05-19T19:07:45.113Zinfo: running `cargo check --bins` on omicron-ls-apis (234/276)
41052026-05-19T19:07:45.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41062026-05-19T19:07:45.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41072026-05-19T19:07:45.736Z Checking typeid v1.0.3
41082026-05-19T19:07:45.848Z Checking ordered-float v2.10.1
41092026-05-19T19:07:45.868Z Checking unicode-xid v0.2.6
41102026-05-19T19:07:45.882Z Checking cargo-platform v0.2.0
41112026-05-19T19:07:45.892Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
41122026-05-19T19:07:45.916Z Checking erased-serde v0.4.9
41132026-05-19T19:07:46.051Z Checking serde-value v0.7.0
41142026-05-19T19:07:46.230Z Checking serde-untagged v0.1.9
41152026-05-19T19:07:46.383Z Checking cargo-util-schemas v0.8.2
41162026-05-19T19:07:47.064Z Checking cargo_metadata v0.21.0
41172026-05-19T19:07:47.666Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41182026-05-19T19:07:48.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s
41192026-05-19T19:07:48.544Z
41202026-05-19T19:07:48.544Zinfo: running `cargo check --bins` on mgs-dev (235/276)
41212026-05-19T19:07:49.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41222026-05-19T19:07:49.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41232026-05-19T19:07:49.287Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41242026-05-19T19:07:49.915Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41252026-05-19T19:07:50.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.87s
41262026-05-19T19:07:50.640Z
41272026-05-19T19:07:50.640Zinfo: running `cargo check --bins` on omicron-omdb (236/276)
41282026-05-19T19:07:51.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41292026-05-19T19:07:51.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41302026-05-19T19:07:51.504Z Compiling vergen-gitcl v1.0.8
41312026-05-19T19:07:51.504Z Compiling dirs-sys-next v0.1.2
41322026-05-19T19:07:51.504Z Compiling crunchy v0.2.4
41332026-05-19T19:07:51.504Z Compiling diesel_derives v2.3.7
41342026-05-19T19:07:51.508Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41352026-05-19T19:07:51.508Z Compiling glob v0.3.3
41362026-05-19T19:07:51.508Z Compiling dsl_auto_type v0.2.0
41372026-05-19T19:07:51.508Z Checking scheduled-thread-pool v0.2.7
41382026-05-19T19:07:51.792Z Compiling diesel_table_macro_syntax v0.3.0
41392026-05-19T19:07:51.826Z Compiling tiny-keccak v2.0.2
41402026-05-19T19:07:51.892Z Compiling dirs-next v2.0.0
41412026-05-19T19:07:51.997Z Compiling term v0.7.0
41422026-05-19T19:07:52.030Z Checking r2d2 v0.8.10
41432026-05-19T19:07:52.043Z Compiling clang-sys v1.8.1
41442026-05-19T19:07:52.057Z Compiling bit-vec v0.6.3
41452026-05-19T19:07:52.060Z Checking downcast-rs v2.0.2
41462026-05-19T19:07:52.209Z Compiling itertools v0.10.5
41472026-05-19T19:07:52.273Z Compiling ascii-canvas v3.0.0
41482026-05-19T19:07:52.415Z Compiling bit-set v0.5.3
41492026-05-19T19:07:52.484Z Compiling ena v0.14.4
41502026-05-19T19:07:52.516Z Compiling libloading v0.8.9
41512026-05-19T19:07:52.546Z Compiling regex-syntax v0.6.29
41522026-05-19T19:07:52.571Z Compiling bindgen v0.71.1
41532026-05-19T19:07:52.585Z Compiling diff v0.1.13
41542026-05-19T19:07:52.721Z Compiling cexpr v0.6.0
41552026-05-19T19:07:52.846Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41562026-05-19T19:07:53.012Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41572026-05-19T19:07:53.063Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41582026-05-19T19:07:53.167Z Compiling libxml v0.3.3
41592026-05-19T19:07:53.263Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41602026-05-19T19:07:53.419Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41612026-05-19T19:07:53.437Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41622026-05-19T19:07:53.590Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41632026-05-19T19:07:53.621Z Compiling strum_macros v0.24.3
41642026-05-19T19:07:53.653Z Compiling indoc v1.0.9
41652026-05-19T19:07:53.856Z Compiling lalrpop v0.19.12
41662026-05-19T19:07:54.703Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41672026-05-19T19:07:54.731Z Checking derive_builder v0.20.2
41682026-05-19T19:07:54.849Z Compiling oso-derive v0.27.3
41692026-05-19T19:07:54.895Z Checking quick-xml v0.37.5
41702026-05-19T19:07:54.991Z Compiling impl-trait-for-tuples v0.2.3
41712026-05-19T19:07:55.401Z Checking openssl-probe v0.1.6
41722026-05-19T19:07:55.546Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41732026-05-19T19:07:55.840Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41742026-05-19T19:07:56.041Z Checking bb8 v0.8.6
41752026-05-19T19:07:56.301Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41762026-05-19T19:07:56.328Z Checking nonempty v0.12.0
41772026-05-19T19:07:56.368Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41782026-05-19T19:07:56.493Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41792026-05-19T19:07:56.528Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41802026-05-19T19:07:56.558Z Checking console v0.16.2
41812026-05-19T19:07:56.594Z Checking unit-prefix v0.5.2
41822026-05-19T19:07:56.717Z Checking support-bundle-viewer v0.1.2
41832026-05-19T19:07:56.732Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41842026-05-19T19:07:56.867Z Checking indicatif v0.18.4
41852026-05-19T19:07:56.961Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
41862026-05-19T19:07:57.117Z Checking multimap v0.10.1
41872026-05-19T19:07:57.549Z Checking diesel v2.3.7
41882026-05-19T19:07:59.337Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41892026-05-19T19:08:00.092Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41902026-05-19T19:08:00.454Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41912026-05-19T19:08:01.084Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41922026-05-19T19:08:01.842Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41932026-05-19T19:08:02.031Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41942026-05-19T19:08:02.159Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41952026-05-19T19:08:02.484Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
41962026-05-19T19:08:04.547Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41972026-05-19T19:08:09.941Z Compiling samael v0.0.19
41982026-05-19T19:08:13.382Z Checking async-bb8-diesel v0.2.1
41992026-05-19T19:08:13.486Z Checking diesel-dtrace v0.5.0
42002026-05-19T19:08:14.381Z Compiling polar-core v0.27.3
42012026-05-19T19:08:18.799Z Checking oso v0.27.3
42022026-05-19T19:08:55.832Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42032026-05-19T19:09:29.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 38s
42042026-05-19T19:09:29.364Z
42052026-05-19T19:09:29.364Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (237/276)
42062026-05-19T19:09:29.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42072026-05-19T19:09:29.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42082026-05-19T19:09:29.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42092026-05-19T19:09:29.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42102026-05-19T19:09:30.034Z
42112026-05-19T19:09:30.034Zinfo: running `cargo check --bins` on nexus-saga-recovery (238/276)
42122026-05-19T19:09:30.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42132026-05-19T19:09:30.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42142026-05-19T19:09:30.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42152026-05-19T19:09:30.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42162026-05-19T19:09:30.704Z
42172026-05-19T19:09:30.704Zinfo: running `cargo check --bins` on nexus-test-utils-macros (239/276)
42182026-05-19T19:09:31.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42192026-05-19T19:09:31.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42202026-05-19T19:09:31.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42212026-05-19T19:09:31.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42222026-05-19T19:09:31.303Z
42232026-05-19T19:09:31.303Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (240/276)
42242026-05-19T19:09:31.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42252026-05-19T19:09:31.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42262026-05-19T19:09:32.188Z Compiling libz-sys v1.1.24
42272026-05-19T19:09:32.319Z Compiling libgit2-sys v0.18.3+1.9.2
42282026-05-19T19:09:32.348Z Compiling vergen-git2 v1.0.7
42292026-05-19T19:09:32.357Z Compiling rustls v0.21.12
42302026-05-19T19:09:32.360Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42312026-05-19T19:09:32.360Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42322026-05-19T19:09:32.360Z Checking rustls-webpki v0.101.7
42332026-05-19T19:09:32.360Z Checking sct v0.7.1
42342026-05-19T19:09:32.517Z Compiling nix v0.29.0
42352026-05-19T19:09:32.582Z Compiling dropshot v0.16.7
42362026-05-19T19:09:32.634Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42372026-05-19T19:09:32.667Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42382026-05-19T19:09:32.697Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42392026-05-19T19:09:32.833Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42402026-05-19T19:09:32.849Z Checking toml v0.9.12+spec-1.1.0
42412026-05-19T19:09:32.864Z Compiling dropshot_endpoint v0.16.7
42422026-05-19T19:09:32.969Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42432026-05-19T19:09:33.152Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42442026-05-19T19:09:33.331Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42452026-05-19T19:09:33.428Z Checking rustls-pemfile v1.0.4
42462026-05-19T19:09:33.568Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42472026-05-19T19:09:33.760Z Checking twox-hash v2.1.2
42482026-05-19T19:09:33.778Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42492026-05-19T19:09:34.101Z Checking tokio-rustls v0.24.1
42502026-05-19T19:09:34.586Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42512026-05-19T19:09:34.664Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42522026-05-19T19:09:34.763Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
42532026-05-19T19:09:35.291Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42542026-05-19T19:09:35.307Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42552026-05-19T19:09:35.345Z Checking fatfs v0.3.6
42562026-05-19T19:09:35.417Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42572026-05-19T19:09:35.448Z Compiling seq-macro v0.3.6
42582026-05-19T19:09:39.156Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42592026-05-19T19:09:39.285Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42602026-05-19T19:09:39.690Z Compiling git2 v0.20.4
42612026-05-19T19:09:41.920Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42622026-05-19T19:10:28.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.48s
42632026-05-19T19:10:29.012Z
42642026-05-19T19:10:29.012Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (241/276)
42652026-05-19T19:10:29.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42662026-05-19T19:10:29.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42672026-05-19T19:10:29.911Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42682026-05-19T19:11:08.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.52s
42692026-05-19T19:11:08.767Z
42702026-05-19T19:11:08.767Zinfo: running `cargo check --bins` on nexus-background-task-interface (242/276)
42712026-05-19T19:11:09.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42722026-05-19T19:11:09.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42732026-05-19T19:11:09.275Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42742026-05-19T19:11:09.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42752026-05-19T19:11:09.367Z
42762026-05-19T19:11:09.367Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (243/276)
42772026-05-19T19:11:09.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42782026-05-19T19:11:09.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42792026-05-19T19:11:09.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42802026-05-19T19:11:09.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42812026-05-19T19:11:10.019Z
42822026-05-19T19:11:10.019Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (244/276)
42832026-05-19T19:11:10.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42842026-05-19T19:11:10.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42852026-05-19T19:11:10.577Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42862026-05-19T19:11:10.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42872026-05-19T19:11:10.683Z
42882026-05-19T19:11:10.683Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (245/276)
42892026-05-19T19:11:11.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42902026-05-19T19:11:11.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42912026-05-19T19:11:11.241Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42922026-05-19T19:11:11.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42932026-05-19T19:11:11.349Z
42942026-05-19T19:11:11.349Zinfo: running `cargo check --bins` on nexus-mgs-updates (246/276)
42952026-05-19T19:11:11.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42962026-05-19T19:11:11.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42972026-05-19T19:11:11.900Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42982026-05-19T19:11:11.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42992026-05-19T19:11:12.004Z
43002026-05-19T19:11:12.004Zinfo: running `cargo check --bins` on nexus-networking (247/276)
43012026-05-19T19:11:12.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43022026-05-19T19:11:12.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43032026-05-19T19:11:12.562Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43042026-05-19T19:11:12.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43052026-05-19T19:11:12.662Z
43062026-05-19T19:11:12.662Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (248/276)
43072026-05-19T19:11:13.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43082026-05-19T19:11:13.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43092026-05-19T19:11:13.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43102026-05-19T19:11:13.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43112026-05-19T19:11:13.329Z
43122026-05-19T19:11:13.329Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (249/276)
43132026-05-19T19:11:13.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43142026-05-19T19:11:13.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43152026-05-19T19:11:13.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43162026-05-19T19:11:13.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43172026-05-19T19:11:13.997Z
43182026-05-19T19:11:13.997Zinfo: running `cargo check --bins` on omicron-dev (250/276)
43192026-05-19T19:11:14.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43202026-05-19T19:11:14.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43212026-05-19T19:11:14.906Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43222026-05-19T19:11:14.906Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43232026-05-19T19:11:15.098Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43242026-05-19T19:11:15.128Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
43252026-05-19T19:11:15.148Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43262026-05-19T19:11:15.165Z Checking yansi v1.0.1
43272026-05-19T19:11:15.168Z Checking diff v0.1.13
43282026-05-19T19:11:15.168Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43292026-05-19T19:11:15.236Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43302026-05-19T19:11:15.413Z Checking pretty_assertions v1.4.1
43312026-05-19T19:11:16.053Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43322026-05-19T19:11:16.409Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43332026-05-19T19:11:39.929Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43342026-05-19T19:11:39.932Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43352026-05-19T19:11:39.932Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43362026-05-19T19:11:39.932Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43372026-05-19T19:11:39.932Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43382026-05-19T19:11:39.932Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43392026-05-19T19:11:40.767Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43402026-05-19T19:11:41.860Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43412026-05-19T19:12:20.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
43422026-05-19T19:12:20.464Z
43432026-05-19T19:12:20.464Zinfo: running `cargo check --bins` on omicron-pins (251/276)
43442026-05-19T19:12:20.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43452026-05-19T19:12:20.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43462026-05-19T19:12:20.970Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43472026-05-19T19:12:20.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43482026-05-19T19:12:21.060Z
43492026-05-19T19:12:21.061Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (252/276)
43502026-05-19T19:12:21.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43512026-05-19T19:12:21.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43522026-05-19T19:12:21.837Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43532026-05-19T19:12:21.958Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43542026-05-19T19:12:21.958Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43552026-05-19T19:12:47.684Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43562026-05-19T19:12:48.070Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43572026-05-19T19:12:49.797Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43582026-05-19T19:12:50.252Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43592026-05-19T19:12:53.222Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43602026-05-19T19:13:15.817Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43612026-05-19T19:13:16.520Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43622026-05-19T19:13:18.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.08s
43632026-05-19T19:13:18.359Z
43642026-05-19T19:13:18.359Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (253/276)
43652026-05-19T19:13:18.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43662026-05-19T19:13:18.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43672026-05-19T19:13:19.090Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43682026-05-19T19:13:19.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
43692026-05-19T19:13:19.983Z
43702026-05-19T19:13:19.983Zinfo: running `cargo check --bins` on omicron-releng (254/276)
43712026-05-19T19:13:20.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43722026-05-19T19:13:20.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43732026-05-19T19:13:20.640Z Compiling blake3 v1.8.3
43742026-05-19T19:13:20.744Z Checking arrayvec v0.7.6
43752026-05-19T19:13:20.744Z Checking arrayref v0.3.9
43762026-05-19T19:13:20.744Z Checking constant_time_eq v0.4.2
43772026-05-19T19:13:20.768Z Checking topological-sort v0.2.2
43782026-05-19T19:13:20.768Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
43792026-05-19T19:13:20.774Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
43802026-05-19T19:13:20.774Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43812026-05-19T19:13:20.815Z Checking shell-words v1.1.1
43822026-05-19T19:13:21.624Z Checking omicron-zone-package v0.12.2
43832026-05-19T19:13:22.349Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43842026-05-19T19:13:23.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s
43852026-05-19T19:13:23.380Z
43862026-05-19T19:13:23.380Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (255/276)
43872026-05-19T19:13:23.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43882026-05-19T19:13:23.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43892026-05-19T19:13:24.035Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
43902026-05-19T19:13:24.345Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43912026-05-19T19:13:24.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
43922026-05-19T19:13:24.924Z
43932026-05-19T19:13:24.924Zinfo: running `cargo check --bins` on schema (256/276)
43942026-05-19T19:13:25.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43952026-05-19T19:13:25.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43962026-05-19T19:13:25.651Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
43972026-05-19T19:13:26.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
43982026-05-19T19:13:26.570Z
43992026-05-19T19:13:26.570Zinfo: running `cargo check --bins` on xtask (257/276)
44002026-05-19T19:13:27.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44012026-05-19T19:13:27.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44022026-05-19T19:13:27.023Z Checking libc v0.2.185
44032026-05-19T19:13:27.026Z Checking serde v1.0.228
44042026-05-19T19:13:27.111Z Checking zerofrom v0.1.6
44052026-05-19T19:13:27.117Z Checking bitflags v2.11.0
44062026-05-19T19:13:27.123Z Checking smallvec v1.15.1
44072026-05-19T19:13:27.129Z Checking indexmap v2.14.0
44082026-05-19T19:13:27.140Z Checking serde_json v1.0.149
44092026-05-19T19:13:27.143Z Checking scroll v0.12.0
44102026-05-19T19:13:27.208Z Checking yoke v0.8.1
44112026-05-19T19:13:27.260Z Checking num-traits v0.2.19
44122026-05-19T19:13:27.292Z Checking thiserror v1.0.69
44132026-05-19T19:13:27.373Z Checking zerovec v0.11.5
44142026-05-19T19:13:27.373Z Checking zerotrie v0.2.3
44152026-05-19T19:13:27.394Z Checking errno v0.3.14
44162026-05-19T19:13:27.394Z Checking log v0.4.29
44172026-05-19T19:13:27.488Z Checking toml_datetime v0.6.11
44182026-05-19T19:13:27.516Z Checking rustix v1.1.3
44192026-05-19T19:13:27.536Z Checking serde_spanned v0.6.9
44202026-05-19T19:13:27.625Z Checking percent-encoding v2.3.2
44212026-05-19T19:13:27.651Z Checking zerocopy v0.7.35
44222026-05-19T19:13:27.663Z Checking goblin v0.8.2
44232026-05-19T19:13:27.674Z Checking toml_edit v0.22.27
44242026-05-19T19:13:27.748Z Checking getrandom v0.4.1
44252026-05-19T19:13:27.765Z Checking form_urlencoded v1.2.2
44262026-05-19T19:13:27.788Z Checking ordered-float v2.10.1
44272026-05-19T19:13:27.817Z Checking tinystr v0.8.2
44282026-05-19T19:13:27.880Z Checking potential_utf v0.1.4
44292026-05-19T19:13:27.894Z Checking thiserror v2.0.18
44302026-05-19T19:13:27.990Z Checking icu_locale_core v2.1.1
44312026-05-19T19:13:27.991Z Checking syn v2.0.117
44322026-05-19T19:13:28.005Z Checking serde-value v0.7.0
44332026-05-19T19:13:28.008Z Checking icu_collections v2.1.1
44342026-05-19T19:13:28.126Z Checking dtrace-parser v0.2.0
44352026-05-19T19:13:28.225Z Checking thread-id v4.2.2
44362026-05-19T19:13:28.308Z Checking once_cell v1.21.3
44372026-05-19T19:13:28.323Z Checking terminal_size v0.4.3
44382026-05-19T19:13:28.336Z Checking cargo-platform v0.2.0
44392026-05-19T19:13:28.364Z Checking memmap v0.7.0
44402026-05-19T19:13:28.431Z Checking clap_builder v4.5.60
44412026-05-19T19:13:28.477Z Checking tempfile v3.25.0
44422026-05-19T19:13:28.492Z Checking textwrap v0.16.2
44432026-05-19T19:13:28.508Z Checking fs-err v3.3.0
44442026-05-19T19:13:28.566Z Checking icu_provider v2.1.1
44452026-05-19T19:13:28.664Z Checking camino-tempfile v1.4.1
44462026-05-19T19:13:28.682Z Checking anyhow v1.0.102
44472026-05-19T19:13:28.698Z Checking tabled v0.15.0
44482026-05-19T19:13:28.760Z Checking toml v0.8.23
44492026-05-19T19:13:28.797Z Checking icu_normalizer v2.1.1
44502026-05-19T19:13:28.817Z Checking icu_properties v2.1.2
44512026-05-19T19:13:28.879Z Checking macaddr v1.0.1
44522026-05-19T19:13:29.059Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44532026-05-19T19:13:29.080Z Checking cargo_toml v0.21.0
44542026-05-19T19:13:29.518Z Checking dof v0.3.0
44552026-05-19T19:13:29.621Z Checking idna_adapter v1.2.1
44562026-05-19T19:13:29.632Z Checking clap v4.5.60
44572026-05-19T19:13:29.738Z Checking idna v1.1.0
44582026-05-19T19:13:29.835Z Checking usdt-impl v0.5.0
44592026-05-19T19:13:29.955Z Checking url v2.5.8
44602026-05-19T19:13:30.080Z Checking usdt v0.5.0
44612026-05-19T19:13:30.291Z Checking cargo-util-schemas v0.8.2
44622026-05-19T19:13:30.979Z Checking cargo_metadata v0.21.0
44632026-05-19T19:13:31.582Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44642026-05-19T19:13:32.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.43s
44652026-05-19T19:13:32.128Z
44662026-05-19T19:13:32.128Zinfo: running `cargo check --bins` on dnsadm (258/276)
44672026-05-19T19:13:32.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44682026-05-19T19:13:32.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44692026-05-19T19:13:32.779Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
44702026-05-19T19:13:33.256Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
44712026-05-19T19:13:33.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.52s
44722026-05-19T19:13:33.850Z
44732026-05-19T19:13:33.850Zinfo: running `cargo check --bins` on end-to-end-tests (259/276)
44742026-05-19T19:13:34.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44752026-05-19T19:13:34.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44762026-05-19T19:13:34.643Z Checking polyval v0.6.2
44772026-05-19T19:13:34.769Z Checking ctr v0.9.2
44782026-05-19T19:13:34.781Z Checking ssh-encoding v0.2.0
44792026-05-19T19:13:34.781Z Checking blowfish v0.9.1
44802026-05-19T19:13:34.800Z Checking password-hash v0.4.2
44812026-05-19T19:13:34.826Z Checking p256 v0.13.2
44822026-05-19T19:13:34.830Z Checking p521 v0.13.3
44832026-05-19T19:13:34.841Z Checking russh-cryptovec v0.7.3
44842026-05-19T19:13:34.906Z Checking ghash v0.5.1
44852026-05-19T19:13:34.918Z Checking md5 v0.7.0
44862026-05-19T19:13:34.932Z Checking bcrypt-pbkdf v0.10.0
44872026-05-19T19:13:34.972Z Checking num-bigint v0.4.6
44882026-05-19T19:13:34.973Z Checking des v0.8.1
44892026-05-19T19:13:35.023Z Checking aes-gcm v0.10.3
44902026-05-19T19:13:35.035Z Checking pbkdf2 v0.11.0
44912026-05-19T19:13:35.072Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44922026-05-19T19:13:35.089Z Checking hex-literal v0.4.1
44932026-05-19T19:13:35.102Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
44942026-05-19T19:13:35.181Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
44952026-05-19T19:13:35.188Z Checking ssh-cipher v0.2.0
44962026-05-19T19:13:35.201Z Checking socket2 v0.5.10
44972026-05-19T19:13:35.219Z Checking internet-checksum v0.2.1
44982026-05-19T19:13:35.338Z Checking ssh-key v0.6.7
44992026-05-19T19:13:35.461Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45002026-05-19T19:13:35.960Z Checking russh-keys v0.45.0
45012026-05-19T19:13:36.510Z Checking russh v0.45.0
45022026-05-19T19:13:51.376Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
45032026-05-19T19:13:52.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.75s
45042026-05-19T19:13:52.816Z
45052026-05-19T19:13:52.816Zinfo: running `cargo check --bins` on gateway-cli (260/276)
45062026-05-19T19:13:53.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45072026-05-19T19:13:53.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45082026-05-19T19:13:53.552Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
45092026-05-19T19:13:53.575Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
45102026-05-19T19:13:53.582Z Checking termios v0.3.3
45112026-05-19T19:13:54.957Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45122026-05-19T19:13:55.071Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45132026-05-19T19:13:56.721Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
45142026-05-19T19:13:57.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.45s
45152026-05-19T19:13:57.454Z
45162026-05-19T19:13:57.454Zinfo: running `cargo check --bins --no-default-features` on installinator (261/276)
45172026-05-19T19:13:58.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45182026-05-19T19:13:58.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45192026-05-19T19:13:58.169Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45202026-05-19T19:13:58.177Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45212026-05-19T19:13:58.283Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45222026-05-19T19:13:58.283Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45232026-05-19T19:13:58.305Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45242026-05-19T19:13:58.343Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45252026-05-19T19:13:59.267Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45262026-05-19T19:13:59.406Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45272026-05-19T19:13:59.449Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45282026-05-19T19:14:00.013Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45292026-05-19T19:14:01.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.19s
45302026-05-19T19:14:01.852Z
45312026-05-19T19:14:01.852Zinfo: running `cargo check --bins` on internal-dns-cli (262/276)
45322026-05-19T19:14:05.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45332026-05-19T19:14:05.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45342026-05-19T19:14:05.829Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45352026-05-19T19:14:05.829Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45362026-05-19T19:14:05.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
45372026-05-19T19:14:05.829Z
45382026-05-19T19:14:05.829Zinfo: running `cargo check --bins` on omicron-live-tests (263/276)
45392026-05-19T19:14:05.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45402026-05-19T19:14:05.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45412026-05-19T19:14:05.829Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45422026-05-19T19:14:05.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45432026-05-19T19:14:05.829Z
45442026-05-19T19:14:05.829Zinfo: running `cargo check --bins` on live-tests-macros (264/276)
45452026-05-19T19:14:05.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45462026-05-19T19:14:05.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45472026-05-19T19:14:05.829Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45482026-05-19T19:14:05.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45492026-05-19T19:14:05.829Z
45502026-05-19T19:14:05.829Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (265/276)
45512026-05-19T19:14:05.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45522026-05-19T19:14:05.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45532026-05-19T19:14:05.830Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45542026-05-19T19:14:05.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
45552026-05-19T19:14:06.223Z
45562026-05-19T19:14:06.224Zinfo: running `cargo check --bins` on omicron-ntp-admin (266/276)
45572026-05-19T19:14:06.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45582026-05-19T19:14:06.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45592026-05-19T19:14:06.887Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45602026-05-19T19:14:06.890Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45612026-05-19T19:14:07.136Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45622026-05-19T19:14:07.136Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45632026-05-19T19:14:07.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s
45642026-05-19T19:14:08.141Z
45652026-05-19T19:14:08.141Zinfo: running `cargo check --bins` on ntp-admin-types (267/276)
45662026-05-19T19:14:08.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45672026-05-19T19:14:08.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45682026-05-19T19:14:08.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45692026-05-19T19:14:08.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45702026-05-19T19:14:08.704Z
45712026-05-19T19:14:08.704Zinfo: running `cargo check --bins` on omicron-package (268/276)
45722026-05-19T19:14:09.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45732026-05-19T19:14:09.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45742026-05-19T19:14:09.389Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
45752026-05-19T19:14:10.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
45762026-05-19T19:14:10.671Z
45772026-05-19T19:14:10.671Zinfo: running `cargo check --bins --no-default-features` on sled-agent-scrimlet-reconcilers (269/276)
45782026-05-19T19:14:11.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45792026-05-19T19:14:11.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45802026-05-19T19:14:11.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45812026-05-19T19:14:11.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45822026-05-19T19:14:11.297Z
45832026-05-19T19:14:11.297Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-scrimlet-reconcilers (270/276)
45842026-05-19T19:14:11.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45852026-05-19T19:14:11.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45862026-05-19T19:14:11.832Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45872026-05-19T19:14:11.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45882026-05-19T19:14:11.920Z
45892026-05-19T19:14:11.920Zinfo: running `cargo check --bins` on tqdb (271/276)
45902026-05-19T19:14:12.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45912026-05-19T19:14:12.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45922026-05-19T19:14:12.704Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45932026-05-19T19:14:13.054Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45942026-05-19T19:14:13.569Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45952026-05-19T19:14:13.576Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
45962026-05-19T19:14:19.347Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45972026-05-19T19:14:19.364Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45982026-05-19T19:14:19.903Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
45992026-05-19T19:14:19.909Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
46002026-05-19T19:14:19.909Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46012026-05-19T19:14:19.909Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
46022026-05-19T19:14:20.645Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
46032026-05-19T19:14:21.635Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46042026-05-19T19:14:22.407Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46052026-05-19T19:14:23.081Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
46062026-05-19T19:14:31.396Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
46072026-05-19T19:14:33.615Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
46082026-05-19T19:14:33.622Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46092026-05-19T19:14:33.622Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
46102026-05-19T19:14:33.622Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
46112026-05-19T19:14:35.047Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
46122026-05-19T19:14:36.367Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
46132026-05-19T19:14:37.036Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
46142026-05-19T19:14:38.295Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
46152026-05-19T19:14:38.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.91s
46162026-05-19T19:14:39.049Z
46172026-05-19T19:14:39.049Zinfo: running `cargo check --bins` on wicket-dbg (272/276)
46182026-05-19T19:14:39.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46192026-05-19T19:14:39.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46202026-05-19T19:14:39.765Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46212026-05-19T19:14:39.769Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46222026-05-19T19:14:39.769Z Checking rtoolbox v0.0.3
46232026-05-19T19:14:39.769Z Checking tui-tree-widget v0.23.1
46242026-05-19T19:14:40.004Z Checking rpassword v7.4.0
46252026-05-19T19:14:41.009Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46262026-05-19T19:14:43.970Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46272026-05-19T19:14:45.796Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46282026-05-19T19:14:46.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.64s
46292026-05-19T19:14:46.907Z
46302026-05-19T19:14:46.907Zinfo: running `cargo check --bins` on wicket (273/276)
46312026-05-19T19:14:47.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46322026-05-19T19:14:47.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46332026-05-19T19:14:47.606Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46342026-05-19T19:14:47.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
46352026-05-19T19:14:48.178Z
46362026-05-19T19:14:48.178Zinfo: running `cargo check --bins` on wicketd (274/276)
46372026-05-19T19:14:48.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46382026-05-19T19:14:48.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46392026-05-19T19:14:48.902Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46402026-05-19T19:14:48.906Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46412026-05-19T19:14:48.906Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46422026-05-19T19:14:48.906Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46432026-05-19T19:14:49.886Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46442026-05-19T19:14:50.457Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46452026-05-19T19:14:53.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.24s
46462026-05-19T19:14:53.629Z
46472026-05-19T19:14:53.629Zinfo: running `cargo check --bins` on omicron-workspace-hack (275/276)
46482026-05-19T19:14:54.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46492026-05-19T19:14:54.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46502026-05-19T19:14:54.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46512026-05-19T19:14:54.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
46522026-05-19T19:14:54.229Z
46532026-05-19T19:14:54.229Zinfo: running `cargo check --bins` on zone-setup (276/276)
46542026-05-19T19:14:54.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46552026-05-19T19:14:54.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46562026-05-19T19:14:54.907Z Checking uzers v0.12.2
46572026-05-19T19:14:55.179Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46582026-05-19T19:14:55.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
46592026-05-19T19:14:56.127Z
46602026-05-19T19:14:56.127Zreal 14:12.088930407
46612026-05-19T19:14:56.127Zuser 20:33.573894634
46622026-05-19T19:14:56.127Zsys 4:15.915875266
46632026-05-19T19:14:56.127Ztrap 0.326371689
46642026-05-19T19:14:56.127Ztflt 0.688857960
46652026-05-19T19:14:56.127Zdflt 1.335074419
46662026-05-19T19:14:56.127Zkflt 0.006399058
46672026-05-19T19:14:56.127Zlock 1:16:42.687273308
46682026-05-19T19:14:56.127Zslp 1:38:31.968372048
46692026-05-19T19:14:56.127Zlat 57.508617586
46702026-05-19T19:14:56.127Zstop 3:31.995964480
46712026-05-19T19:14:56.131Zprocess exited: duration 988016 ms, exit code 0
 
46722026-05-19T19:14:56.141Zfound 0 output files