01KS0SH6VEBG8X17EEYGKYR0T0: 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: 01KS0SHRKA1B56DSPQ0T1P8ZBE

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-19T18:57:26.079Zjob assigned to worker 01KS0SHYE3719JN4AWYH1JN25E [factory aws, i-0746fb759501759f2] (queued for 47 s)
 
22026-05-19T18:57:33.286Zstarting task 0: "setup"
32026-05-19T18:57:33.291Z++ uname -s
42026-05-19T18:57:33.295Z+ kern=SunOS
52026-05-19T18:57:33.295Z+ build_user=build
62026-05-19T18:57:33.295Z+ build_uid=12345
72026-05-19T18:57:33.295Z+ work_dir=/work
82026-05-19T18:57:33.295Z+ input_dir=/input
92026-05-19T18:57:33.295Z+ [[ 0 == 12345 ]]
102026-05-19T18:57:33.295Z+ case "$kern" in
112026-05-19T18:57:33.295Z+ groupadd -g 12345 build
122026-05-19T18:57:33.305Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-19T18:57:35.310Z+ zfs create -o mountpoint=/work rpool/work
142026-05-19T18:57:35.359Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-19T18:57:35.362Z+ home_fs=zfs
162026-05-19T18:57:35.362Z+ [[ zfs == autofs ]]
172026-05-19T18:57:35.362Z+ mkdir -p /home/build
182026-05-19T18:57:35.362Z+ chown build:build /home/build /work
192026-05-19T18:57:37.364Z+ chmod 0700 /home/build /work
202026-05-19T18:57:37.367Zprocess exited: duration 4079 ms, exit code 0
 
212026-05-19T18:57:37.373Zstarting task 1: "rust-toolchain"
222026-05-19T18:57:37.377Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-19T18:57:37.377Z * rust toolchain channel = "1.94.0"
242026-05-19T18:57:37.377Z * rust toolchain profile = "default"
252026-05-19T18:57:37.377Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-19T18:57:37.377Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-19T18:57:37.377Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-19T18:57:37.380Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-19T18:57:37.380Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-19T18:57:37.482Zinfo: downloading installer
312026-05-19T18:57:38.805Zwarn: It looks like you have an existing rustup settings file at:
322026-05-19T18:57:38.805Zwarn: /home/build/.rustup/settings.toml
332026-05-19T18:57:38.805Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-19T18:57:38.805Zwarn: instead of the one inferred from the default host triple.
352026-05-19T18:57:38.817Zinfo: profile set to default
362026-05-19T18:57:38.817Zinfo: default host triple is x86_64-unknown-illumos
372026-05-19T18:57:38.820Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-19T18:57:38.964Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-19T18:57:38.967Zinfo: downloading 6 components
402026-05-19T18:57:53.689Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-19T18:57:53.689Z
422026-05-19T18:57:53.718Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-19T18:57:53.719Z
442026-05-19T18:57:53.723Z
452026-05-19T18:57:53.723ZRust is installed now. Great!
462026-05-19T18:57:53.723Z
472026-05-19T18:57:53.723ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-19T18:57:53.723Zenvironment variable. This has not been done automatically.
492026-05-19T18:57:53.723Z
502026-05-19T18:57:53.723ZTo configure your current shell, you need to source
512026-05-19T18:57:53.723Zthe corresponding env file under $HOME/.cargo.
522026-05-19T18:57:53.723Z
532026-05-19T18:57:53.723ZThis is usually done by running one of the following (note the leading DOT):
542026-05-19T18:57:53.723Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-19T18:57:53.723Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-19T18:57:53.723Zsource "~/.cargo/env.nu" # For nushell
572026-05-19T18:57:53.723Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-19T18:57:53.723Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-19T18:57:53.723Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-19T18:57:53.723Zwarn: no default linker (`cc`) was found in your PATH
612026-05-19T18:57:53.723Zwarn: many Rust crates require a system C toolchain to build
622026-05-19T18:57:53.809Z+ rustup --version
632026-05-19T18:57:53.817Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-19T18:57:53.821Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-19T18:57:53.839Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-19T18:57:53.843Z+ cargo --version
672026-05-19T18:57:53.855Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-19T18:57:53.858Z+ rustc --version
692026-05-19T18:57:53.877Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-19T18:57:53.880Zprocess exited: duration 16506 ms, exit code 0
 
712026-05-19T18:57:53.886Zstarting task 2: "authentication"
722026-05-19T18:57:53.903Zprocess exited: duration 16 ms, exit code 0
 
732026-05-19T18:57:53.909Zstarting task 3: "clone repository"
742026-05-19T18:57:53.913Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-19T18:57:53.916Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-19T18:57:53.954ZCloning into '/work/oxidecomputer/omicron'...
772026-05-19T18:58:04.645Z+ cd /work/oxidecomputer/omicron
782026-05-19T18:58:04.645Z+ git fetch origin 00887acf362d77482a8105647e52ddf0fa999174
792026-05-19T18:58:04.953ZFrom https://github.com/oxidecomputer/omicron
802026-05-19T18:58:04.953Z * branch 00887acf362d77482a8105647e52ddf0fa999174 -> FETCH_HEAD
812026-05-19T18:58:04.963Z+ [[ -n renovate/iddqd-0.x ]]
822026-05-19T18:58:04.968Z++ git branch --show-current
832026-05-19T18:58:04.968Z+ current=main
842026-05-19T18:58:04.968Z+ [[ main != renovate/iddqd-0.x ]]
852026-05-19T18:58:04.968Z+ git branch -f renovate/iddqd-0.x 00887acf362d77482a8105647e52ddf0fa999174
862026-05-19T18:58:04.972Z+ git checkout -f renovate/iddqd-0.x
872026-05-19T18:58:05.202ZSwitched to branch 'renovate/iddqd-0.x'
882026-05-19T18:58:05.206Z+ git reset --hard 00887acf362d77482a8105647e52ddf0fa999174
892026-05-19T18:58:05.221ZHEAD is now at 00887acf3 merge main into branch
902026-05-19T18:58:05.224Zprocess exited: duration 11312 ms, exit code 0
 
912026-05-19T18:58:05.230Zstarting task 4: "build"
922026-05-19T18:58:05.234Z+ source .github/buildomat/ci-env.sh
932026-05-19T18:58:05.237Z++ export CARGO_TERM_COLOR=always
942026-05-19T18:58:05.237Z++ CARGO_TERM_COLOR=always
952026-05-19T18:58:05.237Z+ cargo --version
962026-05-19T18:58:05.246Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-19T18:58:05.249Z+ rustc --version
982026-05-19T18:58:05.267Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-19T18:58:05.270Z+ source ./env.sh
1002026-05-19T18:58:05.270Z++ OLD_SHELL_OPTS=ehxB
1012026-05-19T18:58:05.270Z++ set -o xtrace
1022026-05-19T18:58:05.273Z++++ dirname ./env.sh
1032026-05-19T18:58:05.283Z+++ readlink -f .
1042026-05-19T18:58:05.288Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-05-19T18:58:05.292Z++ 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:05.292Z++ 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:05.292Z++ 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:05.292Z++ 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:05.293Z++ 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:05.293Z++ 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:05.293Z++ 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:05.293Z++ 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:05.293Z++ case $OLD_SHELL_OPTS in
1142026-05-19T18:58:05.293Z++ unset OLD_SHELL_OPTS OMICRON_WS
1152026-05-19T18:58:05.293Z+ 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:05.293Z+ 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:05.293Z+ banner prerequisites
1182026-05-19T18:58:05.293Z
1192026-05-19T18:58:05.293Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-05-19T18:58:05.293Z # # # # # # # # # # # # # # #
1212026-05-19T18:58:05.293Z # # # # ##### # # ##### # # # # # #### #
1222026-05-19T18:58:05.293Z ##### ##### # ##### # # # # # # # # #
1232026-05-19T18:58:05.293Z # # # # # # # # # # # # # # #
1242026-05-19T18:58:05.293Z # # # ###### # # ###### ### # #### # #### #
1252026-05-19T18:58:05.293Z
1262026-05-19T18:58:05.293Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-05-19T18:58:06.853Z Startup: Refreshing catalog 'helios' ... Done
1282026-05-19T18:58:06.949Z Startup: Caching catalogs ... Done
1292026-05-19T18:58:07.153ZPlanning: Solver setup ... Done (0.173s)
1302026-05-19T18:58:07.169ZPlanning: Running solver ... Done (0.016s)
1312026-05-19T18:58:07.174ZPlanning: Finding local manifests ... Done (0.003s)
1322026-05-19T18:58:07.185ZPlanning: Fetching manifests: 0/2 0% complete
1332026-05-19T18:58:07.201ZPlanning: Fetching manifests: 2/2 100% complete
1342026-05-19T18:58:07.214ZPlanning: Package planning ... Done (0.013s)
1352026-05-19T18:58:07.217ZPlanning: Merging actions ... Done (0.002s)
1362026-05-19T18:58:07.403ZPlanning: Checking for conflicting actions ... Done (0.187s)
1372026-05-19T18:58:07.407ZPlanning: Consolidating action changes ... Done (0.001s)
1382026-05-19T18:58:08.176ZPlanning: Evaluating mediators ... Done (0.772s)
1392026-05-19T18:58:08.181ZPlanning: Planning completed in 1.21 seconds
1402026-05-19T18:58:08.186Z Packages to install: 2
1412026-05-19T18:58:08.186Z Estimated space available: 156.07 GB
1422026-05-19T18:58:08.189ZEstimated space to be consumed: 19.74 MB
1432026-05-19T18:58:08.190Z Create boot environment: No
1442026-05-19T18:58:08.190ZCreate backup boot environment: No
1452026-05-19T18:58:08.190Z Rebuild boot archive: No
1462026-05-19T18:58:08.190Z
1472026-05-19T18:58:08.190ZChanged packages:
1482026-05-19T18:58:08.190Zhelios
1492026-05-19T18:58:08.190Z developer/build-essential
1502026-05-19T18:58:08.190Z None -> 11-3.0
1512026-05-19T18:58:08.190Z library/libxmlsec1
1522026-05-19T18:58:08.190Z None -> 1.2.35-3.0
1532026-05-19T18:58:08.212Z
1542026-05-19T18:58:08.212ZDownload: 0/214 items 0.0/1.3MB 0% complete
1552026-05-19T18:58:08.709ZDownload: Completed 1.28 MB in 0.49 seconds (2.6M/s)
1562026-05-19T18:58:08.768Z Actions: 1/268 actions (Installing new actions)
1572026-05-19T18:58:08.817Z Actions: Completed 268 actions in 0.05 seconds.
1582026-05-19T18:58:08.823ZFinalize: Updating package state database ... Done (0.006s)
1592026-05-19T18:58:08.823ZFinalize: Updating package cache ... Done (0.000s)
1602026-05-19T18:58:08.839ZFinalize: Updating image state ... Done (0.015s)
1612026-05-19T18:58:11.209ZFinalize: Creating fast lookup database ... Done (2.350s)
1622026-05-19T18:58:11.274ZFinalize: Reading search index ... Done (0.012s)
1632026-05-19T18:58:11.278ZFinalize: Updating search index ... Done (0.000s)
1642026-05-19T18:58:11.370ZFinalize: Updating package cache ... Done (0.000s)
1652026-05-19T18:58:11.661ZPlanning: Evaluating mediator changes ... Done
1662026-05-19T18:58:11.766ZPlanning: Checking for conflicting actions ... Done
1672026-05-19T18:58:11.771ZPlanning: Consolidating action changes ... Done
1682026-05-19T18:58:11.926ZPlanning: Evaluating mediators ... Done
1692026-05-19T18:58:11.929ZPlanning: Planning completed in 0.27 seconds
1702026-05-19T18:58:11.949Z Mediators to change: 2
1712026-05-19T18:58:11.949Z Create boot environment: No
1722026-05-19T18:58:11.952ZCreate backup boot environment: No
1732026-05-19T18:58:12.017ZFinalize: Updating package state database ... Done
1742026-05-19T18:58:12.017ZFinalize: Updating package cache ... Done
1752026-05-19T18:58:12.025ZFinalize: Updating image state ... Done
1762026-05-19T18:58:13.967ZFinalize: Creating fast lookup database ... Done
1772026-05-19T18:58:14.028ZFinalize: Reading search index ... Done
1782026-05-19T18:58:14.031ZFinalize: Updating search index ... Done
1792026-05-19T18:58:14.115ZFinalize: Updating package cache ... Done
1802026-05-19T18:58:14.399ZPlanning: Evaluating mediator changes ... Done
1812026-05-19T18:58:14.504ZPlanning: Checking for conflicting actions ... Done
1822026-05-19T18:58:14.507ZPlanning: Consolidating action changes ... Done
1832026-05-19T18:58:14.662ZPlanning: Evaluating mediators ... Done
1842026-05-19T18:58:14.666ZPlanning: Planning completed in 0.26 seconds
1852026-05-19T18:58:14.685Z Mediators to change: 1
1862026-05-19T18:58:14.685Z Create boot environment: No
1872026-05-19T18:58:14.686ZCreate backup boot environment: No
1882026-05-19T18:58:14.739ZFinalize: Updating package state database ... Done
1892026-05-19T18:58:14.739ZFinalize: Updating package cache ... Done
1902026-05-19T18:58:14.748ZFinalize: Updating image state ... Done
1912026-05-19T18:58:16.721ZFinalize: Creating fast lookup database ... Done
1922026-05-19T18:58:16.780ZFinalize: Reading search index ... Done
1932026-05-19T18:58:16.805ZFinalize: Updating search index ... Done
1942026-05-19T18:58:16.880ZFinalize: Updating package cache ... Done
1952026-05-19T18:58:17.170ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962026-05-19T18:58:17.170Zapache system 2.4 system
1972026-05-19T18:58:17.170Zclang system 15 system
1982026-05-19T18:58:17.170Zcsh system system illumos
1992026-05-19T18:58:17.170Zctags system system illumos
2002026-05-19T18:58:17.170Zfile vendor vendor darwinsys
2012026-05-19T18:58:17.171Zfile system system illumos
2022026-05-19T18:58:17.171Zgcc vendor 14 vendor
2032026-05-19T18:58:17.171Zgcc system 13 system
2042026-05-19T18:58:17.171Zgcc system 10 system
2052026-05-19T18:58:17.171Zgo system 1.25 system
2062026-05-19T18:58:17.171Zllvm system 15 system
2072026-05-19T18:58:17.171Zmariadb system 11.4 system
2082026-05-19T18:58:17.171Zmta vendor vendor dma
2092026-05-19T18:58:17.171Zopenjdk system 17 system
2102026-05-19T18:58:17.171Zopenjdk system 11 system
2112026-05-19T18:58:17.171Zopenssl vendor 3 vendor
2122026-05-19T18:58:17.171Zperl system 5.40 system
2132026-05-19T18:58:17.171Zpostgresql system 18 system
2142026-05-19T18:58:17.171Zpostgresql system 17 system
2152026-05-19T18:58:17.171Zpython vendor 3 vendor
2162026-05-19T18:58:17.171Zpython system 2 system
2172026-05-19T18:58:17.171Zpython3 vendor 3.13 vendor
2182026-05-19T18:58:17.171Zruby system 3.4 system
2192026-05-19T18:58:17.172Zruby system 3.0 system
2202026-05-19T18:58:17.172Zwords vendor vendor american-english
2212026-05-19T18:58:17.172Zwords system system australian-english
2222026-05-19T18:58:17.172Zwords system system british-english
2232026-05-19T18:58:17.172Zwords system system canadian-english
2242026-05-19T18:58:17.172Zwords system system french
2252026-05-19T18:58:17.172Zwords system system italian
2262026-05-19T18:58:17.172Zwords system system ngerman
2272026-05-19T18:58:17.172Zwords system system ogerman
2282026-05-19T18:58:17.172Zwords system system spanish
2292026-05-19T18:58:17.424ZPUBLISHER TYPE STATUS P LOCATION
2302026-05-19T18:58:17.424Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2312026-05-19T18:58:17.691ZFMRI IFO
2322026-05-19T18:58:17.691Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2332026-05-19T18:58:17.691Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2342026-05-19T18:58:17.691Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2352026-05-19T18:58:17.691Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2362026-05-19T18:58:17.691Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2372026-05-19T18:58:17.691Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2382026-05-19T18:58:17.691Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2392026-05-19T18:58:17.692Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2402026-05-19T18:58:17.692Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2412026-05-19T18:58:17.936Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2422026-05-19T18:58:18.231Z Updating crates.io index
2432026-05-19T18:58:18.266Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2442026-05-19T18:58:19.035Z Updating git repository `https://github.com/oxidecomputer/lldp`
2452026-05-19T18:58:19.537Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2462026-05-19T18:58:19.890Z Updating git repository `https://github.com/oxidecomputer/propolis`
2472026-05-19T18:58:21.031Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2482026-05-19T18:58:21.605Z Updating git repository `https://github.com/oxidecomputer/crucible`
2492026-05-19T18:58:22.951Z Updating git repository `https://github.com/oxidecomputer/opte`
2502026-05-19T18:58:23.933Z Updating git repository `https://github.com/oxidecomputer/tofino`
2512026-05-19T18:58:24.234Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522026-05-19T18:58:25.090Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-05-19T18:58:25.442Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2542026-05-19T18:58:25.774Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2552026-05-19T18:58:26.103Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2562026-05-19T18:58:27.046Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2572026-05-19T18:58:27.697Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2582026-05-19T18:58:27.997Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2592026-05-19T18:58:28.419Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2602026-05-19T18:58:28.887Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2612026-05-19T18:58:29.277Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2622026-05-19T18:58:29.546Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2632026-05-19T18:58:29.801Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2642026-05-19T18:58:30.104Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2652026-05-19T18:58:30.540Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2662026-05-19T18:58:30.974Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2672026-05-19T18:58:31.466Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2682026-05-19T18:58:31.763Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2692026-05-19T18:58:32.107Z Updating git repository `https://github.com/oxidecomputer/ispf`
2702026-05-19T18:58:33.210Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2712026-05-19T18:58:33.889Z Updating git repository `https://github.com/oxidecomputer/crucible`
2722026-05-19T18:58:34.449Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2732026-05-19T18:58:34.910Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2742026-05-19T18:58:35.447Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2752026-05-19T18:58:35.866Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2762026-05-19T18:58:36.272Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2772026-05-19T18:58:36.945Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2782026-05-19T18:58:37.220Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2792026-05-19T18:58:37.531Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2802026-05-19T18:58:37.821Z Updating git repository `https://github.com/illumos/smf-rs`
2812026-05-19T18:58:38.222Z Updating git repository `https://github.com/oxidecomputer/omicron`
2822026-05-19T18:58:50.765Z Downloading crates ...
2832026-05-19T18:58:50.815Z Downloaded clap_lex v1.0.0
2842026-05-19T18:58:50.819Z Downloaded colorchoice v1.0.4
2852026-05-19T18:58:50.823Z Downloaded pretty-hex v0.4.1
2862026-05-19T18:58:50.827Z Downloaded equivalent v1.0.2
2872026-05-19T18:58:50.830Z Downloaded utf8parse v0.2.2
2882026-05-19T18:58:50.830Z Downloaded utf8_iter v1.0.4
2892026-05-19T18:58:50.833Z Downloaded camino-tempfile v1.4.1
2902026-05-19T18:58:50.838Z Downloaded thiserror-impl v1.0.69
2912026-05-19T18:58:50.841Z Downloaded block-buffer v0.10.4
2922026-05-19T18:58:50.841Z Downloaded cfg-if v1.0.4
2932026-05-19T18:58:50.841Z Downloaded thiserror v1.0.69
2942026-05-19T18:58:50.844Z Downloaded usdt-attr-macro v0.5.0
2952026-05-19T18:58:50.844Z Downloaded thiserror-impl v2.0.18
2962026-05-19T18:58:50.844Z Downloaded toml_edit v0.22.27
2972026-05-19T18:58:50.848Z Downloaded fs-err v3.3.0
2982026-05-19T18:58:50.848Z Downloaded bytecount v0.6.9
2992026-05-19T18:58:50.852Z Downloaded tinystr v0.8.2
3002026-05-19T18:58:50.852Z Downloaded getrandom v0.4.1
3012026-05-19T18:58:50.855Z Downloaded anstyle v1.0.13
3022026-05-19T18:58:50.855Z Downloaded clap_derive v4.5.55
3032026-05-19T18:58:50.858Z Downloaded cargo_metadata v0.21.0
3042026-05-19T18:58:50.858Z Downloaded zmij v1.0.21
3052026-05-19T18:58:50.858Z Downloaded yoke-derive v0.8.1
3062026-05-19T18:58:50.862Z Downloaded textwrap v0.16.2
3072026-05-19T18:58:50.862Z Downloaded camino v1.2.2
3082026-05-19T18:58:50.862Z Downloaded toml_write v0.1.2
3092026-05-19T18:58:50.865Z Downloaded cargo_toml v0.21.0
3102026-05-19T18:58:50.865Z Downloaded thread-id v4.2.2
3112026-05-19T18:58:50.865Z Downloaded cargo-util-schemas v0.8.2
3122026-05-19T18:58:50.865Z Downloaded toml_datetime v0.6.11
3132026-05-19T18:58:50.868Z Downloaded macaddr v1.0.1
3142026-05-19T18:58:50.868Z Downloaded version_check v0.9.5
3152026-05-19T18:58:50.872Z Downloaded unicode-xid v0.2.6
3162026-05-19T18:58:50.872Z Downloaded zerofrom v0.1.6
3172026-05-19T18:58:50.872Z Downloaded typeid v1.0.3
3182026-05-19T18:58:50.875Z Downloaded toml v0.8.23
3192026-05-19T18:58:50.875Z Downloaded anyhow v1.0.102
3202026-05-19T18:58:50.878Z Downloaded thiserror v2.0.18
3212026-05-19T18:58:50.882Z Downloaded plain v0.2.3
3222026-05-19T18:58:50.882Z Downloaded serde-value v0.7.0
3232026-05-19T18:58:50.882Z Downloaded percent-encoding v2.3.2
3242026-05-19T18:58:50.882Z Downloaded ordered-float v2.10.1
3252026-05-19T18:58:50.886Z Downloaded cpufeatures v0.2.17
3262026-05-19T18:58:50.886Z Downloaded zerovec-derive v0.11.2
3272026-05-19T18:58:50.886Z Downloaded zerotrie v0.2.3
3282026-05-19T18:58:50.889Z Downloaded serde_spanned v0.6.9
3292026-05-19T18:58:50.892Z Downloaded clap v4.5.60
3302026-05-19T18:58:50.895Z Downloaded zerofrom-derive v0.1.6
3312026-05-19T18:58:50.898Z Downloaded unicode-linebreak v0.1.5
3322026-05-19T18:58:50.898Z Downloaded writeable v0.6.2
3332026-05-19T18:58:50.898Z Downloaded usdt v0.5.0
3342026-05-19T18:58:50.898Z Downloaded typenum v1.19.0
3352026-05-19T18:58:50.902Z Downloaded usdt-macro v0.5.0
3362026-05-19T18:58:50.902Z Downloaded anstream v0.6.21
3372026-05-19T18:58:50.902Z Downloaded anstyle-query v1.1.5
3382026-05-19T18:58:50.905Z Downloaded yoke v0.8.1
3392026-05-19T18:58:50.908Z Downloaded usdt-impl v0.5.0
3402026-05-19T18:58:50.908Z Downloaded ucd-trie v0.1.7
3412026-05-19T18:58:50.908Z Downloaded terminal_size v0.4.3
3422026-05-19T18:58:50.911Z Downloaded scroll_derive v0.12.1
3432026-05-19T18:58:50.914Z Downloaded url v2.5.8
3442026-05-19T18:58:50.914Z Downloaded fnv v1.0.7
3452026-05-19T18:58:50.917Z Downloaded cargo-platform v0.2.0
3462026-05-19T18:58:50.917Z Downloaded stable_deref_trait v1.2.1
3472026-05-19T18:58:50.917Z Downloaded proc-macro-error-attr v1.0.4
3482026-05-19T18:58:50.920Z Downloaded is_terminal_polyfill v1.70.2
3492026-05-19T18:58:50.920Z Downloaded unicode-ident v1.0.24
3502026-05-19T18:58:50.920Z Downloaded zerocopy-derive v0.7.35
3512026-05-19T18:58:50.923Z Downloaded idna_adapter v1.2.1
3522026-05-19T18:58:50.923Z Downloaded generic-array v0.14.7
3532026-05-19T18:58:50.930Z Downloaded dof v0.3.0
3542026-05-19T18:58:50.933Z Downloaded zerovec v0.11.5
3552026-05-19T18:58:50.936Z Downloaded form_urlencoded v1.2.2
3562026-05-19T18:58:50.936Z Downloaded errno v0.3.14
3572026-05-19T18:58:50.940Z Downloaded heck v0.5.0
3582026-05-19T18:58:50.944Z Downloaded zerocopy v0.7.35
3592026-05-19T18:58:50.948Z Downloaded winnow v0.7.14
3602026-05-19T18:58:50.953Z Downloaded smallvec v1.15.1
3612026-05-19T18:58:50.956Z Downloaded potential_utf v0.1.4
3622026-05-19T18:58:50.956Z Downloaded byteorder v1.5.0
3632026-05-19T18:58:50.956Z Downloaded unicode-width v0.1.14
3642026-05-19T18:58:50.960Z Downloaded tabled_derive v0.7.0
3652026-05-19T18:58:50.962Z Downloaded anstyle-parse v0.2.7
3662026-05-19T18:58:50.962Z Downloaded unicode-width v0.2.0
3672026-05-19T18:58:50.966Z Downloaded swrite v0.1.0
3682026-05-19T18:58:50.966Z Downloaded strsim v0.11.1
3692026-05-19T18:58:50.966Z Downloaded smawk v0.3.2
3702026-05-19T18:58:50.969Z Downloaded memmap v0.7.0
3712026-05-19T18:58:50.969Z Downloaded fastrand v2.3.0
3722026-05-19T18:58:50.969Z Downloaded dtrace-parser v0.2.0
3732026-05-19T18:58:50.969Z Downloaded crypto-common v0.1.7
3742026-05-19T18:58:50.972Z Downloaded digest v0.10.7
3752026-05-19T18:58:50.975Z Downloaded scroll v0.12.0
3762026-05-19T18:58:50.978Z Downloaded serde_tokenstream v0.2.3
3772026-05-19T18:58:50.978Z Downloaded displaydoc v0.2.5
3782026-05-19T18:58:50.981Z Downloaded quote v1.0.45
3792026-05-19T18:58:50.981Z Downloaded proc-macro-error v1.0.4
3802026-05-19T18:58:50.985Z Downloaded sha2 v0.10.9
3812026-05-19T18:58:50.989Z Downloaded synstructure v0.13.2
3822026-05-19T18:58:50.992Z Downloaded serde-untagged v0.1.9
3832026-05-19T18:58:50.995Z Downloaded icu_collections v2.1.1
3842026-05-19T18:58:50.999Z Downloaded serde_core v1.0.228
3852026-05-19T18:58:50.999Z Downloaded autocfg v1.5.0
3862026-05-19T18:58:51.002Z Downloaded heck v0.4.1
3872026-05-19T18:58:51.005Z Downloaded semver v1.0.28
3882026-05-19T18:58:51.008Z Downloaded pest_derive v2.8.6
3892026-05-19T18:58:51.011Z Downloaded pest_generator v2.8.6
3902026-05-19T18:58:51.014Z Downloaded itoa v1.0.17
3912026-05-19T18:58:51.022Z Downloaded once_cell v1.21.3
3922026-05-19T18:58:51.025Z Downloaded tempfile v3.25.0
3932026-05-19T18:58:51.031Z Downloaded bitflags v2.11.0
3942026-05-19T18:58:51.035Z Downloaded erased-serde v0.4.9
3952026-05-19T18:58:51.038Z Downloaded serde_derive v1.0.228
3962026-05-19T18:58:51.038Z Downloaded num-traits v0.2.19
3972026-05-19T18:58:51.043Z Downloaded papergrid v0.11.0
3982026-05-19T18:58:51.050Z Downloaded icu_properties v2.1.2
3992026-05-19T18:58:51.053Z Downloaded litemap v0.8.1
4002026-05-19T18:58:51.064Z Downloaded pest_meta v2.8.6
4012026-05-19T18:58:51.067Z Downloaded log v0.4.29
4022026-05-19T18:58:51.067Z Downloaded proc-macro2 v1.0.106
4032026-05-19T18:58:51.070Z Downloaded icu_provider v2.1.1
4042026-05-19T18:58:51.070Z Downloaded icu_normalizer_data v2.1.1
4052026-05-19T18:58:51.075Z Downloaded icu_locale_core v2.1.1
4062026-05-19T18:58:51.084Z Downloaded hashbrown v0.17.0
4072026-05-19T18:58:51.087Z Downloaded memchr v2.8.0
4082026-05-19T18:58:51.090Z Downloaded icu_normalizer v2.1.1
4092026-05-19T18:58:51.094Z Downloaded serde v1.0.228
4102026-05-19T18:58:51.105Z Downloaded indexmap v2.14.0
4112026-05-19T18:58:51.114Z Downloaded clap_builder v4.5.60
4122026-05-19T18:58:51.120Z Downloaded pest v2.8.6
4132026-05-19T18:58:51.134Z Downloaded serde_json v1.0.149
4142026-05-19T18:58:51.137Z Downloaded idna v1.1.0
4152026-05-19T18:58:51.142Z Downloaded icu_properties_data v2.1.2
4162026-05-19T18:58:51.155Z Downloaded goblin v0.8.2
4172026-05-19T18:58:51.169Z Downloaded tabled v0.15.0
4182026-05-19T18:58:51.177Z Downloaded syn v1.0.109
4192026-05-19T18:58:51.183Z Downloaded syn v2.0.117
4202026-05-19T18:58:51.198Z Downloaded rustix v1.1.3
4212026-05-19T18:58:51.220Z Downloaded libc v0.2.185
4222026-05-19T18:58:51.287Z Compiling proc-macro2 v1.0.106
4232026-05-19T18:58:51.291Z Compiling unicode-ident v1.0.24
4242026-05-19T18:58:51.291Z Compiling quote v1.0.45
4252026-05-19T18:58:51.291Z Compiling serde_core v1.0.228
4262026-05-19T18:58:51.291Z Compiling libc v0.2.185
4272026-05-19T18:58:51.291Z Compiling version_check v0.9.5
4282026-05-19T18:58:51.291Z Compiling serde v1.0.228
4292026-05-19T18:58:51.291Z Compiling stable_deref_trait v1.2.1
4302026-05-19T18:58:51.618Z Compiling memchr v2.8.0
4312026-05-19T18:58:51.633Z Compiling zmij v1.0.21
4322026-05-19T18:58:51.831Z Compiling ucd-trie v0.1.7
4332026-05-19T18:58:52.025Z Compiling thiserror v1.0.69
4342026-05-19T18:58:52.053Z Compiling autocfg v1.5.0
4352026-05-19T18:58:52.113Z Compiling itoa v1.0.17
4362026-05-19T18:58:52.299Z Compiling pest v2.8.6
4372026-05-19T18:58:52.315Z Compiling writeable v0.6.2
4382026-05-19T18:58:52.439Z Compiling litemap v0.8.1
4392026-05-19T18:58:52.496Z Compiling byteorder v1.5.0
4402026-05-19T18:58:52.516Z Compiling icu_properties_data v2.1.2
4412026-05-19T18:58:52.635Z Compiling icu_normalizer_data v2.1.1
4422026-05-19T18:58:52.734Z Compiling rustix v1.1.3
4432026-05-19T18:58:52.877Z Compiling errno v0.3.14
4442026-05-19T18:58:52.890Z Compiling syn v2.0.117
4452026-05-19T18:58:52.988Z Compiling serde_json v1.0.149
4462026-05-19T18:58:53.005Z Compiling bitflags v2.11.0
4472026-05-19T18:58:53.202Z Compiling num-traits v0.2.19
4482026-05-19T18:58:53.227Z Compiling hashbrown v0.17.0
4492026-05-19T18:58:53.244Z Compiling smallvec v1.15.1
4502026-05-19T18:58:53.388Z Compiling pest_meta v2.8.6
4512026-05-19T18:58:53.453Z Compiling typeid v1.0.3
4522026-05-19T18:58:53.716Z Compiling equivalent v1.0.2
4532026-05-19T18:58:53.797Z Compiling indexmap v2.14.0
4542026-05-19T18:58:53.828Z Compiling thread-id v4.2.2
4552026-05-19T18:58:53.911Z Compiling usdt-impl v0.5.0
4562026-05-19T18:58:53.938Z Compiling proc-macro-error-attr v1.0.4
4572026-05-19T18:58:53.976Z Compiling syn v1.0.109
4582026-05-19T18:58:54.120Z Compiling erased-serde v0.4.9
4592026-05-19T18:58:54.123Z Compiling winnow v0.7.14
4602026-05-19T18:58:54.393Z Compiling toml_write v0.1.2
4612026-05-19T18:58:54.590Z Compiling proc-macro-error v1.0.4
4622026-05-19T18:58:54.606Z Compiling utf8parse v0.2.2
4632026-05-19T18:58:54.720Z Compiling log v0.4.29
4642026-05-19T18:58:54.773Z Compiling thiserror v2.0.18
4652026-05-19T18:58:54.906Z Compiling getrandom v0.4.1
4662026-05-19T18:58:55.007Z Compiling camino v1.2.2
4672026-05-19T18:58:55.084Z Compiling plain v0.2.3
4682026-05-19T18:58:55.109Z Compiling percent-encoding v2.3.2
4692026-05-19T18:58:55.201Z Compiling utf8_iter v1.0.4
4702026-05-19T18:58:55.276Z Compiling form_urlencoded v1.2.2
4712026-05-19T18:58:55.306Z Compiling ordered-float v2.10.1
4722026-05-19T18:58:55.384Z Compiling anstyle-parse v0.2.7
4732026-05-19T18:58:55.454Z Compiling synstructure v0.13.2
4742026-05-19T18:58:55.470Z Compiling pest_generator v2.8.6
4752026-05-19T18:58:55.598Z Compiling terminal_size v0.4.3
4762026-05-19T18:58:55.754Z Compiling pretty-hex v0.4.1
4772026-05-19T18:58:55.812Z Compiling anstyle-query v1.1.5
4782026-05-19T18:58:55.894Z Compiling colorchoice v1.0.4
4792026-05-19T18:58:55.925Z Compiling cfg-if v1.0.4
4802026-05-19T18:58:55.966Z Compiling anstyle v1.0.13
4812026-05-19T18:58:55.983Z Compiling is_terminal_polyfill v1.70.2
4822026-05-19T18:58:56.016Z Compiling serde-untagged v0.1.9
4832026-05-19T18:58:56.152Z Compiling anstream v0.6.21
4842026-05-19T18:58:56.168Z Compiling semver v1.0.28
4852026-05-19T18:58:56.199Z Compiling fs-err v3.3.0
4862026-05-19T18:58:56.256Z Compiling fnv v1.0.7
4872026-05-19T18:58:56.362Z Compiling anyhow v1.0.102
4882026-05-19T18:58:56.385Z Compiling once_cell v1.21.3
4892026-05-19T18:58:56.457Z Compiling fastrand v2.3.0
4902026-05-19T18:58:56.457Z Compiling unicode-xid v0.2.6
4912026-05-19T18:58:56.490Z Compiling strsim v0.11.1
4922026-05-19T18:58:56.591Z Compiling heck v0.5.0
4932026-05-19T18:58:56.610Z Compiling unicode-width v0.1.14
4942026-05-19T18:58:56.717Z Compiling bytecount v0.6.9
4952026-05-19T18:58:56.828Z Compiling heck v0.4.1
4962026-05-19T18:58:56.871Z Compiling clap_lex v1.0.0
4972026-05-19T18:58:56.917Z Compiling papergrid v0.11.0
4982026-05-19T18:58:57.044Z Compiling clap_builder v4.5.60
4992026-05-19T18:58:57.083Z Compiling tempfile v3.25.0
5002026-05-19T18:58:57.153Z Compiling memmap v0.7.0
5012026-05-19T18:58:57.196Z Compiling serde_derive v1.0.228
5022026-05-19T18:58:57.213Z Compiling zerofrom-derive v0.1.6
5032026-05-19T18:58:57.337Z Compiling yoke-derive v0.8.1
5042026-05-19T18:58:57.462Z Compiling zerovec-derive v0.11.2
5052026-05-19T18:58:57.629Z Compiling displaydoc v0.2.5
5062026-05-19T18:58:58.343Z Compiling thiserror-impl v1.0.69
5072026-05-19T18:58:58.378Z Compiling zerocopy-derive v0.7.35
5082026-05-19T18:58:58.508Z Compiling pest_derive v2.8.6
5092026-05-19T18:58:58.584Z Compiling scroll_derive v0.12.1
5102026-05-19T18:58:58.601Z Compiling zerofrom v0.1.6
5112026-05-19T18:58:58.729Z Compiling yoke v0.8.1
5122026-05-19T18:58:58.922Z Compiling zerovec v0.11.5
5132026-05-19T18:58:58.938Z Compiling zerotrie v0.2.3
5142026-05-19T18:58:59.234Z Compiling zerocopy v0.7.35
5152026-05-19T18:58:59.251Z Compiling thiserror-impl v2.0.18
5162026-05-19T18:58:59.254Z Compiling scroll v0.12.0
5172026-05-19T18:58:59.426Z Compiling tinystr v0.8.2
5182026-05-19T18:58:59.537Z Compiling potential_utf v0.1.4
5192026-05-19T18:58:59.634Z Compiling icu_locale_core v2.1.1
5202026-05-19T18:58:59.706Z Compiling icu_collections v2.1.1
5212026-05-19T18:58:59.709Z Compiling dtrace-parser v0.2.0
5222026-05-19T18:58:59.776Z Compiling goblin v0.8.2
5232026-05-19T18:59:00.077Z Compiling tabled_derive v0.7.0
5242026-05-19T18:59:00.186Z Compiling clap_derive v4.5.55
5252026-05-19T18:59:00.469Z Compiling icu_provider v2.1.1
5262026-05-19T18:59:00.524Z Compiling unicode-linebreak v0.1.5
5272026-05-19T18:59:00.575Z Compiling serde_spanned v0.6.9
5282026-05-19T18:59:00.637Z Compiling toml_datetime v0.6.11
5292026-05-19T18:59:00.661Z Compiling dof v0.3.0
5302026-05-19T18:59:00.727Z Compiling icu_properties v2.1.2
5312026-05-19T18:59:00.764Z Compiling icu_normalizer v2.1.1
5322026-05-19T18:59:00.779Z Compiling serde_tokenstream v0.2.3
5332026-05-19T18:59:00.900Z Compiling toml_edit v0.22.27
5342026-05-19T18:59:01.107Z Compiling serde-value v0.7.0
5352026-05-19T18:59:01.171Z Compiling cargo-platform v0.2.0
5362026-05-19T18:59:01.315Z Compiling smawk v0.3.2
5372026-05-19T18:59:01.446Z Compiling unicode-width v0.2.0
5382026-05-19T18:59:01.462Z Compiling tabled v0.15.0
5392026-05-19T18:59:01.477Z Compiling macaddr v1.0.1
5402026-05-19T18:59:01.606Z Compiling idna_adapter v1.2.1
5412026-05-19T18:59:01.702Z Compiling usdt-macro v0.5.0
5422026-05-19T18:59:01.725Z Compiling usdt-attr-macro v0.5.0
5432026-05-19T18:59:01.744Z Compiling idna v1.1.0
5442026-05-19T18:59:01.816Z Compiling textwrap v0.16.2
5452026-05-19T18:59:01.978Z Compiling clap v4.5.60
5462026-05-19T18:59:02.297Z Compiling url v2.5.8
5472026-05-19T18:59:02.355Z Compiling toml v0.8.23
5482026-05-19T18:59:02.458Z Compiling camino-tempfile v1.4.1
5492026-05-19T18:59:02.787Z Compiling cargo-util-schemas v0.8.2
5502026-05-19T18:59:02.981Z Compiling usdt v0.5.0
5512026-05-19T18:59:03.008Z Compiling cargo_toml v0.21.0
5522026-05-19T18:59:03.061Z Compiling swrite v0.1.0
5532026-05-19T18:59:03.161Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5542026-05-19T18:59:03.711Z Compiling cargo_metadata v0.21.0
5552026-05-19T18:59:04.646Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5562026-05-19T18:59:06.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.93s
5572026-05-19T18:59:06.944Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5582026-05-19T18:59:07.565Z Downloading crates ...
5592026-05-19T18:59:07.629Z Downloaded array-init v0.0.4
5602026-05-19T18:59:07.634Z Downloaded arrayref v0.3.9
5612026-05-19T18:59:07.635Z Downloaded ar_archive_writer v0.5.1
5622026-05-19T18:59:07.635Z Downloaded argon2 v0.5.3
5632026-05-19T18:59:07.635Z Downloaded arc-swap v1.8.2
5642026-05-19T18:59:07.635Z Downloaded crc32fast v1.5.0
5652026-05-19T18:59:07.635Z Downloaded adler2 v2.0.1
5662026-05-19T18:59:07.635Z Downloaded allocator-api2 v0.2.21
5672026-05-19T18:59:07.646Z Downloaded bit-vec v0.6.3
5682026-05-19T18:59:07.709Z Downloaded ciborium-ll v0.2.2
5692026-05-19T18:59:07.709Z Downloaded darling_macro v0.20.11
5702026-05-19T18:59:07.709Z Downloaded csv-core v0.1.13
5712026-05-19T18:59:07.709Z Downloaded darling v0.23.0
5722026-05-19T18:59:07.709Z Downloaded buf-list v1.1.2
5732026-05-19T18:59:07.709Z Downloaded darling_macro v0.21.3
5742026-05-19T18:59:07.709Z Downloaded cstr-argument v0.1.2
5752026-05-19T18:59:07.709Z Downloaded blowfish v0.9.1
5762026-05-19T18:59:07.709Z Downloaded daft v0.1.5
5772026-05-19T18:59:07.709Z Downloaded crc8 v0.1.1
5782026-05-19T18:59:07.709Z Downloaded bitfield v0.19.4
5792026-05-19T18:59:07.709Z Downloaded async-stream v0.3.6
5802026-05-19T18:59:07.710Z Downloaded bcrypt-pbkdf v0.10.0
5812026-05-19T18:59:07.710Z Downloaded cexpr v0.6.0
5822026-05-19T18:59:07.710Z Downloaded byte-wrapper v0.1.0
5832026-05-19T18:59:07.710Z Downloaded bindgen v0.71.1
5842026-05-19T18:59:07.780Z Downloaded cfg_aliases v0.1.1
5852026-05-19T18:59:07.780Z Downloaded darling_macro v0.23.0
5862026-05-19T18:59:07.780Z Downloaded darling v0.21.3
5872026-05-19T18:59:07.781Z Downloaded data-encoding v2.10.0
5882026-05-19T18:59:07.781Z Downloaded daft-derive v0.1.5
5892026-05-19T18:59:07.781Z Downloaded flagset v0.4.7
5902026-05-19T18:59:07.781Z Downloaded bb8 v0.8.6
5912026-05-19T18:59:07.781Z Downloaded fd-lock v4.0.4
5922026-05-19T18:59:07.781Z Downloaded base16ct v0.2.0
5932026-05-19T18:59:07.781Z Downloaded darling_core v0.23.0
5942026-05-19T18:59:07.781Z Downloaded dirs-sys-next v0.1.2
5952026-05-19T18:59:07.781Z Downloaded critical-section v1.2.0
5962026-05-19T18:59:07.781Z Downloaded crc-catalog v2.4.0
5972026-05-19T18:59:07.781Z Downloaded compression-core v0.4.31
5982026-05-19T18:59:07.781Z Downloaded compression-codecs v0.4.37
5992026-05-19T18:59:07.781Z Downloaded elliptic-curve v0.13.8
6002026-05-19T18:59:07.781Z Downloaded debug-ignore v1.0.5
6012026-05-19T18:59:07.781Z Downloaded bitflags v1.3.2
6022026-05-19T18:59:07.782Z Downloaded embedded-io v0.4.0
6032026-05-19T18:59:07.782Z Downloaded cobs v0.3.0
6042026-05-19T18:59:07.782Z Downloaded crunchy v0.2.4
6052026-05-19T18:59:07.782Z Downloaded bit-set v0.5.3
6062026-05-19T18:59:07.782Z Downloaded diesel_table_macro_syntax v0.3.0
6072026-05-19T18:59:07.782Z Downloaded bitfield-macros v0.19.4
6082026-05-19T18:59:07.782Z Downloaded atty v0.2.14
6092026-05-19T18:59:07.782Z Downloaded curve25519-dalek-derive v0.1.1
6102026-05-19T18:59:07.782Z Downloaded console v0.16.2
6112026-05-19T18:59:07.782Z Downloaded darling_core v0.20.11
6122026-05-19T18:59:07.782Z Downloaded float-ord v0.3.2
6132026-05-19T18:59:07.782Z Downloaded bitfield-struct v0.6.2
6142026-05-19T18:59:07.782Z Downloaded ascii-canvas v3.0.0
6152026-05-19T18:59:07.783Z Downloaded crc v3.4.0
6162026-05-19T18:59:07.783Z Downloaded document-features v0.2.12
6172026-05-19T18:59:07.783Z Downloaded embedded-io v0.6.1
6182026-05-19T18:59:07.783Z Downloaded cargo_metadata v0.19.2
6192026-05-19T18:59:07.783Z Downloaded cipher v0.4.4
6202026-05-19T18:59:07.783Z Downloaded difflib v0.4.0
6212026-05-19T18:59:07.783Z Downloaded derive_builder_macro v0.20.2
6222026-05-19T18:59:07.783Z Downloaded chacha20 v0.9.1
6232026-05-19T18:59:07.783Z Downloaded castaway v0.2.4
6242026-05-19T18:59:07.783Z Downloaded dunce v1.0.5
6252026-05-19T18:59:07.783Z Downloaded async-trait v0.1.89
6262026-05-19T18:59:07.783Z Downloaded cfg_aliases v0.2.1
6272026-05-19T18:59:07.783Z Downloaded display-error-chain v0.2.2
6282026-05-19T18:59:07.783Z Downloaded ciborium-io v0.2.2
6292026-05-19T18:59:07.783Z Downloaded assert_matches v1.5.0
6302026-05-19T18:59:07.783Z Downloaded defmt-parser v1.0.0
6312026-05-19T18:59:07.784Z Downloaded darling_core v0.21.3
6322026-05-19T18:59:07.784Z Downloaded ctr v0.9.2
6332026-05-19T18:59:07.784Z Downloaded foreign-types v0.5.0
6342026-05-19T18:59:07.784Z Downloaded dtrace-parser v0.3.0
6352026-05-19T18:59:07.784Z Downloaded atomicwrites v0.4.4
6362026-05-19T18:59:07.784Z Downloaded foreign-types-macros v0.2.3
6372026-05-19T18:59:07.784Z Downloaded dsl_auto_type v0.2.0
6382026-05-19T18:59:07.839Z Downloaded crucible-workspace-hack v0.1.0
6392026-05-19T18:59:07.839Z Downloaded convert_case v0.4.0
6402026-05-19T18:59:07.839Z Downloaded dyn-clone v1.0.20
6412026-05-19T18:59:07.839Z Downloaded foldhash v0.2.0
6422026-05-19T18:59:07.839Z Downloaded downcast-rs v2.0.2
6432026-05-19T18:59:07.839Z Downloaded dirs-next v2.0.0
6442026-05-19T18:59:07.839Z Downloaded cassowary v0.3.0
6452026-05-19T18:59:07.839Z Downloaded atomic-waker v1.1.2
6462026-05-19T18:59:07.839Z Downloaded block-padding v0.3.3
6472026-05-19T18:59:07.839Z Downloaded async-stream-impl v0.3.6
6482026-05-19T18:59:07.839Z Downloaded foreign-types-shared v0.1.1
6492026-05-19T18:59:07.839Z Downloaded env_logger v0.11.9
6502026-05-19T18:59:07.840Z Downloaded futures-core v0.3.32
6512026-05-19T18:59:07.840Z Downloaded foreign-types v0.3.2
6522026-05-19T18:59:07.840Z Downloaded async-recursion v1.1.1
6532026-05-19T18:59:07.840Z Downloaded ghash v0.5.1
6542026-05-19T18:59:07.840Z Downloaded camino-tempfile-ext v0.3.3
6552026-05-19T18:59:07.840Z Downloaded aead v0.5.2
6562026-05-19T18:59:07.840Z Downloaded cpufeatures v0.3.0
6572026-05-19T18:59:07.840Z Downloaded constant_time_eq v0.4.2
6582026-05-19T18:59:07.840Z Downloaded env_filter v1.0.0
6592026-05-19T18:59:07.840Z Downloaded dropshot-api-manager-types v0.7.1
6602026-05-19T18:59:07.840Z Downloaded endian-type v0.1.2
6612026-05-19T18:59:07.840Z Downloaded bit-vec v0.8.0
6622026-05-19T18:59:07.840Z Downloaded bcs v0.1.6
6632026-05-19T18:59:07.840Z Downloaded gethostname v0.5.0
6642026-05-19T18:59:07.840Z Downloaded enum-as-inner v0.6.1
6652026-05-19T18:59:07.840Z Downloaded git-stub v1.0.0
6662026-05-19T18:59:07.840Z Downloaded funty v2.0.0
6672026-05-19T18:59:07.841Z Downloaded fxhash v0.2.1
6682026-05-19T18:59:07.841Z Downloaded futures-task v0.3.32
6692026-05-19T18:59:07.841Z Downloaded globwalk v0.9.1
6702026-05-19T18:59:07.841Z Downloaded futures-sink v0.3.32
6712026-05-19T18:59:07.841Z Downloaded futures-io v0.3.32
6722026-05-19T18:59:07.841Z Downloaded float-cmp v0.10.0
6732026-05-19T18:59:07.841Z Downloaded fixedbitset v0.4.2
6742026-05-19T18:59:07.841Z Downloaded dof v0.4.0
6752026-05-19T18:59:07.841Z Downloaded foreign-types-shared v0.3.1
6762026-05-19T18:59:07.841Z Downloaded hash32 v0.2.1
6772026-05-19T18:59:07.841Z Downloaded hex v0.4.3
6782026-05-19T18:59:07.841Z Downloaded hostname v0.3.1
6792026-05-19T18:59:07.841Z Downloaded colored v3.1.1
6802026-05-19T18:59:07.841Z Downloaded headers-core v0.3.0
6812026-05-19T18:59:07.841Z Downloaded derive-ex v0.1.8
6822026-05-19T18:59:07.841Z Downloaded blake2 v0.10.6
6832026-05-19T18:59:07.842Z Downloaded const-oid v0.9.6
6842026-05-19T18:59:07.842Z Downloaded deranged v0.5.8
6852026-05-19T18:59:07.842Z Downloaded const_format_proc_macros v0.2.34
6862026-05-19T18:59:07.842Z Downloaded bit-set v0.8.0
6872026-05-19T18:59:07.842Z Downloaded cargo-platform v0.1.9
6882026-05-19T18:59:07.842Z Downloaded base64ct v1.8.3
6892026-05-19T18:59:07.842Z Downloaded cmake v0.1.57
6902026-05-19T18:59:07.842Z Downloaded backoff v0.4.0
6912026-05-19T18:59:07.842Z Downloaded fixedbitset v0.5.7
6922026-05-19T18:59:07.842Z Downloaded defmt v1.0.1
6932026-05-19T18:59:07.842Z Downloaded corncobs v0.1.4
6942026-05-19T18:59:07.842Z Downloaded ed25519 v2.2.3
6952026-05-19T18:59:07.842Z Downloaded cbc v0.1.2
6962026-05-19T18:59:07.842Z Downloaded defmt-macros v1.0.1
6972026-05-19T18:59:07.842Z Downloaded home v0.5.12
6982026-05-19T18:59:07.843Z Downloaded ff v0.13.1
6992026-05-19T18:59:07.843Z Downloaded http-body v1.0.1
7002026-05-19T18:59:07.843Z Downloaded hostname v0.4.2
7012026-05-19T18:59:07.843Z Downloaded hex-literal v0.4.1
7022026-05-19T18:59:07.843Z Downloaded darling v0.20.11
7032026-05-19T18:59:07.843Z Downloaded convert_case v0.10.0
7042026-05-19T18:59:07.843Z Downloaded fs_extra v1.3.0
7052026-05-19T18:59:07.843Z Downloaded foldhash v0.1.5
7062026-05-19T18:59:07.843Z Downloaded hyper-tls v0.6.0
7072026-05-19T18:59:07.843Z Downloaded hubpack_derive v0.1.1
7082026-05-19T18:59:07.843Z Downloaded ahash v0.8.12
7092026-05-19T18:59:07.843Z Downloaded hubpack v0.1.2
7102026-05-19T18:59:07.843Z Downloaded httpdate v1.0.3
7112026-05-19T18:59:07.843Z Downloaded illumos-nvpair v0.3.0
7122026-05-19T18:59:07.843Z Downloaded futures-macro v0.3.32
7132026-05-19T18:59:07.843Z Downloaded illumos-nvpair-sys v0.2.0
7142026-05-19T18:59:07.843Z Downloaded drift v0.1.4
7152026-05-19T18:59:07.843Z Downloaded indent_write v2.2.0
7162026-05-19T18:59:07.844Z Downloaded ident_case v1.0.1
7172026-05-19T18:59:07.844Z Downloaded http-range v0.1.5
7182026-05-19T18:59:07.844Z Downloaded colored v2.2.0
7192026-05-19T18:59:07.844Z Downloaded clang-sys v1.8.1
7202026-05-19T18:59:07.921Z Downloaded hash32 v0.3.1
7212026-05-19T18:59:07.922Z Downloaded group v0.13.0
7222026-05-19T18:59:07.922Z Downloaded find-msvc-tools v0.1.9
7232026-05-19T18:59:07.922Z Downloaded der_derive v0.7.3
7242026-05-19T18:59:07.922Z Downloaded cancel-safe-futures v0.1.5
7252026-05-19T18:59:07.922Z Downloaded crossbeam-deque v0.8.6
7262026-05-19T18:59:07.923Z Downloaded inout v0.1.4
7272026-05-19T18:59:07.923Z Downloaded glob v0.3.3
7282026-05-19T18:59:07.923Z Downloaded is-terminal v0.4.17
7292026-05-19T18:59:07.923Z Downloaded filetime v0.2.27
7302026-05-19T18:59:07.923Z Downloaded git-stub-vcs v0.1.0
7312026-05-19T18:59:07.923Z Downloaded backon v1.6.0
7322026-05-19T18:59:07.923Z Downloaded instant v0.1.13
7332026-05-19T18:59:07.923Z Downloaded is_ci v1.2.0
7342026-05-19T18:59:07.923Z Downloaded keccak v0.1.6
7352026-05-19T18:59:07.923Z Downloaded internet-checksum v0.2.1
7362026-05-19T18:59:07.923Z Downloaded ciborium v0.2.2
7372026-05-19T18:59:07.924Z Downloaded arrayvec v0.7.6
7382026-05-19T18:59:07.924Z Downloaded futures-executor v0.3.32
7392026-05-19T18:59:07.924Z Downloaded async-bb8-diesel v0.2.1
7402026-05-19T18:59:07.924Z Downloaded cookie v0.18.1
7412026-05-19T18:59:07.924Z Downloaded bzip2 v0.4.4
7422026-05-19T18:59:07.924Z Downloaded fs-err v2.11.0
7432026-05-19T18:59:07.924Z Downloaded console v0.15.11
7442026-05-19T18:59:07.924Z Downloaded lalrpop-util v0.19.12
7452026-05-19T18:59:07.924Z Downloaded diesel-dtrace v0.5.0
7462026-05-19T18:59:07.925Z Downloaded des v0.8.1
7472026-05-19T18:59:07.925Z Downloaded bzip2 v0.6.1
7482026-05-19T18:59:07.925Z Downloaded crossbeam-utils v0.8.21
7492026-05-19T18:59:07.925Z Downloaded lazy_static v1.5.0
7502026-05-19T18:59:07.925Z Downloaded http-body-util v0.1.3
7512026-05-19T18:59:07.925Z Downloaded kstat-rs v0.2.4
7522026-05-19T18:59:07.925Z Downloaded crossbeam-channel v0.5.15
7532026-05-19T18:59:07.925Z Downloaded highway v1.3.0
7542026-05-19T18:59:07.925Z Downloaded chacha20 v0.10.0
7552026-05-19T18:59:07.926Z Downloaded dropshot_endpoint v0.16.7
7562026-05-19T18:59:07.926Z Downloaded crc-any v2.5.0
7572026-05-19T18:59:07.926Z Downloaded ecdsa v0.16.9
7582026-05-19T18:59:07.926Z Downloaded lru-cache v0.1.2
7592026-05-19T18:59:07.926Z Downloaded libscf-sys v1.1.0
7602026-05-19T18:59:07.926Z Downloaded derive_builder_core v0.20.2
7612026-05-19T18:59:07.926Z Downloaded maplit v1.0.2
7622026-05-19T18:59:07.926Z Downloaded lru-slab v0.1.2
7632026-05-19T18:59:07.927Z Downloaded fallible-iterator v0.2.0
7642026-05-19T18:59:07.927Z Downloaded indoc v1.0.9
7652026-05-19T18:59:07.927Z Downloaded linked-hash-map v0.5.6
7662026-05-19T18:59:07.927Z Downloaded hyper-staticfile v0.10.1
7672026-05-19T18:59:07.927Z Downloaded lru v0.12.5
7682026-05-19T18:59:07.927Z Downloaded crossbeam-epoch v0.9.18
7692026-05-19T18:59:07.987Z Downloaded md-5 v0.10.6
7702026-05-19T18:59:07.987Z Downloaded maybe-uninit v2.0.0
7712026-05-19T18:59:07.988Z Downloaded half v1.8.3
7722026-05-19T18:59:07.988Z Downloaded mime v0.3.17
7732026-05-19T18:59:07.988Z Downloaded getrandom v0.2.17
7742026-05-19T18:59:07.988Z Downloaded ingot-types v0.1.2
7752026-05-19T18:59:07.988Z Downloaded ipnetwork v0.21.1
7762026-05-19T18:59:07.988Z Downloaded ipnet v2.11.0
7772026-05-19T18:59:07.988Z Downloaded ingot v0.1.1
7782026-05-19T18:59:07.988Z Downloaded instability v0.3.11
7792026-05-19T18:59:07.988Z Downloaded indoc v2.0.7
7802026-05-19T18:59:07.989Z Downloaded newtype-uuid-macros v0.1.0
7812026-05-19T18:59:07.989Z Downloaded nodrop v0.1.14
7822026-05-19T18:59:07.989Z Downloaded nibble_vec v0.1.0
7832026-05-19T18:59:07.989Z Downloaded derive-where v1.6.0
7842026-05-19T18:59:07.989Z Downloaded multimap v0.10.1
7852026-05-19T18:59:07.989Z Downloaded newline-converter v0.3.0
7862026-05-19T18:59:07.989Z Downloaded jobserver v0.1.34
7872026-05-19T18:59:07.990Z Downloaded md5 v0.7.0
7882026-05-19T18:59:07.990Z Downloaded globset v0.4.18
7892026-05-19T18:59:07.990Z Downloaded derive_more-impl v2.1.1
7902026-05-19T18:59:07.990Z Downloaded futures-channel v0.3.32
7912026-05-19T18:59:07.990Z Downloaded dropshot_endpoint v0.17.0
7922026-05-19T18:59:07.990Z Downloaded cookie_store v0.22.1
7932026-05-19T18:59:07.990Z Downloaded newtype_derive v0.1.6
7942026-05-19T18:59:07.990Z Downloaded memoffset v0.9.1
7952026-05-19T18:59:07.990Z Downloaded either v1.15.0
7962026-05-19T18:59:07.990Z Downloaded num v0.4.3
7972026-05-19T18:59:07.990Z Downloaded normalize-line-endings v0.3.0
7982026-05-19T18:59:07.991Z Downloaded num-conv v0.2.0
7992026-05-19T18:59:07.991Z Downloaded nonempty v0.12.0
8002026-05-19T18:59:07.991Z Downloaded derive_builder v0.20.2
8012026-05-19T18:59:07.991Z Downloaded crypto-bigint v0.5.5
8022026-05-19T18:59:07.991Z Downloaded linear-map v1.2.0
8032026-05-19T18:59:07.991Z Downloaded libloading v0.8.9
8042026-05-19T18:59:07.991Z Downloaded num-iter v0.1.45
8052026-05-19T18:59:07.992Z Downloaded httparse v1.10.1
8062026-05-19T18:59:07.992Z Downloaded openssl-probe v0.1.6
8072026-05-19T18:59:07.992Z Downloaded olpc-cjson v0.1.4
8082026-05-19T18:59:07.992Z Downloaded libefi-sys v0.1.0
8092026-05-19T18:59:07.992Z Downloaded impl-trait-for-tuples v0.2.3
8102026-05-19T18:59:07.992Z Downloaded num_enum_derive v0.5.11
8112026-05-19T18:59:07.992Z Downloaded libsw-core v0.3.2
8122026-05-19T18:59:07.992Z Downloaded oso-derive v0.27.3
8132026-05-19T18:59:08.088Z Downloaded libsw v3.5.0
8142026-05-19T18:59:08.088Z Downloaded mime_guess v2.0.5
8152026-05-19T18:59:08.088Z Downloaded opaque-debug v0.3.1
8162026-05-19T18:59:08.088Z Downloaded num_threads v0.1.7
8172026-05-19T18:59:08.088Z Downloaded iana-time-zone v0.1.65
8182026-05-19T18:59:08.088Z Downloaded getrandom v0.3.4
8192026-05-19T18:59:08.088Z Downloaded derive_more v0.99.20
8202026-05-19T18:59:08.088Z Downloaded openssl-probe v0.2.1
8212026-05-19T18:59:08.088Z Downloaded openssl-macros v0.1.1
8222026-05-19T18:59:08.089Z Downloaded lzss v0.8.2
8232026-05-19T18:59:08.089Z Downloaded lock_api v0.4.14
8242026-05-19T18:59:08.089Z Downloaded packed_struct_codegen v0.10.1
8252026-05-19T18:59:08.089Z Downloaded new_debug_unreachable v1.0.6
8262026-05-19T18:59:08.089Z Downloaded base64 v0.22.1
8272026-05-19T18:59:08.089Z Downloaded futures v0.3.32
8282026-05-19T18:59:08.089Z Downloaded parse-size v1.1.0
8292026-05-19T18:59:08.089Z Downloaded native-tls v0.2.18
8302026-05-19T18:59:08.089Z Downloaded nanorand v0.7.0
8312026-05-19T18:59:08.089Z Downloaded parse-display v0.10.0
8322026-05-19T18:59:08.089Z Downloaded half v2.7.1
8332026-05-19T18:59:08.089Z Downloaded diff v0.1.13
8342026-05-19T18:59:08.089Z Downloaded newtype-uuid v1.3.2
8352026-05-19T18:59:08.089Z Downloaded multer v3.1.0
8362026-05-19T18:59:08.089Z Downloaded chacha20poly1305 v0.10.1
8372026-05-19T18:59:08.089Z Downloaded compact_str v0.8.1
8382026-05-19T18:59:08.090Z Downloaded flume v0.11.1
8392026-05-19T18:59:08.090Z Downloaded pbkdf2 v0.12.2
8402026-05-19T18:59:08.090Z Downloaded path-slash v0.1.5
8412026-05-19T18:59:08.090Z Downloaded base64 v0.21.7
8422026-05-19T18:59:08.090Z Downloaded ingot-macros v0.1.1
8432026-05-19T18:59:08.090Z Downloaded hyper-rustls v0.27.7
8442026-05-19T18:59:08.090Z Downloaded peg-runtime v0.8.5
8452026-05-19T18:59:08.090Z Downloaded num-derive v0.3.3
8462026-05-19T18:59:08.090Z Downloaded pbkdf2 v0.11.0
8472026-05-19T18:59:08.091Z Downloaded pin-utils v0.1.0
8482026-05-19T18:59:08.091Z Downloaded phf_shared v0.13.1
8492026-05-19T18:59:08.091Z Downloaded phf_shared v0.12.1
8502026-05-19T18:59:08.091Z Downloaded ignore v0.4.25
8512026-05-19T18:59:08.091Z Downloaded phf_shared v0.11.3
8522026-05-19T18:59:08.091Z Downloaded num-complex v0.4.6
8532026-05-19T18:59:08.123Z Downloaded match_cfg v0.1.0
8542026-05-19T18:59:08.123Z Downloaded num-integer v0.1.46
8552026-05-19T18:59:08.123Z Downloaded predicates-core v1.0.10
8562026-05-19T18:59:08.123Z Downloaded precomputed-hash v0.1.1
8572026-05-19T18:59:08.123Z Downloaded powerfmt v0.2.0
8582026-05-19T18:59:08.123Z Downloaded owo-colors v4.3.0
8592026-05-19T18:59:08.123Z Downloaded bytes v1.11.1
8602026-05-19T18:59:08.123Z Downloaded num-derive v0.4.2
8612026-05-19T18:59:08.123Z Downloaded num_enum_derive v0.7.5
8622026-05-19T18:59:08.123Z Downloaded num_enum v0.7.5
8632026-05-19T18:59:08.124Z Downloaded num_enum v0.5.11
8642026-05-19T18:59:08.124Z Downloaded proc-macro-error-attr2 v2.0.0
8652026-05-19T18:59:08.124Z Downloaded proc-macro-crate v3.4.0
8662026-05-19T18:59:08.124Z Downloaded packed_struct v0.10.1
8672026-05-19T18:59:08.124Z Downloaded oxide-tokio-rt v0.1.4
8682026-05-19T18:59:08.124Z Downloaded memmap2 v0.9.10
8692026-05-19T18:59:08.124Z Downloaded predicates-tree v1.0.13
8702026-05-19T18:59:08.124Z Downloaded proc-macro-crate v1.3.1
8712026-05-19T18:59:08.124Z Downloaded paste v1.0.15
8722026-05-19T18:59:08.124Z Downloaded password-hash v0.4.2
8732026-05-19T18:59:08.124Z Downloaded progenitor-client v0.14.0
8742026-05-19T18:59:08.124Z Downloaded async-compression v0.4.41
8752026-05-19T18:59:08.124Z Downloaded flate2 v1.1.9
8762026-05-19T18:59:08.125Z Downloaded hmac v0.12.1
8772026-05-19T18:59:08.125Z Downloaded progenitor-client v0.11.2
8782026-05-19T18:59:08.125Z Downloaded progenitor-client v0.10.0
8792026-05-19T18:59:08.125Z Downloaded parse-display-derive v0.10.0
8802026-05-19T18:59:08.125Z Downloaded derive_more v2.1.1
8812026-05-19T18:59:08.125Z Downloaded quick-error v1.2.3
8822026-05-19T18:59:08.125Z Downloaded progenitor-macro v0.14.0
8832026-05-19T18:59:08.125Z Downloaded progenitor-macro v0.13.0
8842026-05-19T18:59:08.125Z Downloaded peg v0.8.5
8852026-05-19T18:59:08.125Z Downloaded psl-types v2.0.11
8862026-05-19T18:59:08.125Z Downloaded progenitor-macro v0.11.2
8872026-05-19T18:59:08.125Z Downloaded progenitor-macro v0.10.0
8882026-05-19T18:59:08.125Z Downloaded indicatif v0.18.4
8892026-05-19T18:59:08.125Z Downloaded pem-rfc7468 v0.7.0
8902026-05-19T18:59:08.125Z Downloaded pkcs8 v0.10.2
8912026-05-19T18:59:08.125Z Downloaded cc v1.2.56
8922026-05-19T18:59:08.126Z Downloaded ppv-lite86 v0.2.21
8932026-05-19T18:59:08.126Z Downloaded postgres-protocol v0.6.10
8942026-05-19T18:59:08.126Z Downloaded omicron-zone-package v0.12.2
8952026-05-19T18:59:08.126Z Downloaded phf v0.12.1
8962026-05-19T18:59:08.126Z Downloaded pin-project-internal v1.1.11
8972026-05-19T18:59:08.126Z Downloaded phf v0.13.1
8982026-05-19T18:59:08.126Z Downloaded radium v0.7.0
8992026-05-19T18:59:08.126Z Downloaded parking_lot v0.11.2
9002026-05-19T18:59:08.126Z Downloaded pin-project-lite v0.2.17
9012026-05-19T18:59:08.142Z Downloaded peg-macros v0.8.5
9022026-05-19T18:59:08.142Z Downloaded pem v3.0.6
9032026-05-19T18:59:08.142Z Downloaded password-hash v0.5.0
9042026-05-19T18:59:08.142Z Downloaded polyval v0.6.2
9052026-05-19T18:59:08.142Z Downloaded predicates v3.1.4
9062026-05-19T18:59:08.142Z Downloaded rand_chacha v0.3.1
9072026-05-19T18:59:08.142Z Downloaded parking_lot v0.12.5
9082026-05-19T18:59:08.142Z Downloaded nu-ansi-term v0.50.3
9092026-05-19T18:59:08.142Z Downloaded ref-cast-impl v1.0.25
9102026-05-19T18:59:08.142Z Downloaded recursive-proc-macro-impl v0.1.1
9112026-05-19T18:59:08.143Z Downloaded hickory-resolver v0.25.2
9122026-05-19T18:59:08.143Z Downloaded recursive v0.1.1
9132026-05-19T18:59:08.143Z Downloaded primeorder v0.13.6
9142026-05-19T18:59:08.143Z Downloaded expectorate v1.2.0
9152026-05-19T18:59:08.143Z Downloaded heapless v0.8.0
9162026-05-19T18:59:08.143Z Downloaded parking_lot_core v0.9.12
9172026-05-19T18:59:08.143Z Downloaded const_format v0.2.35
9182026-05-19T18:59:08.143Z Downloaded fatfs v0.3.6
9192026-05-19T18:59:08.175Z Downloaded bumpalo v3.20.2
9202026-05-19T18:59:08.175Z Downloaded progenitor-client v0.13.0
9212026-05-19T18:59:08.175Z Downloaded progenitor v0.14.0
9222026-05-19T18:59:08.175Z Downloaded aes v0.8.4
9232026-05-19T18:59:08.176Z Downloaded libbz2-rs-sys v0.2.2
9242026-05-19T18:59:08.176Z Downloaded progenitor v0.13.0
9252026-05-19T18:59:08.176Z Downloaded rustc_version v0.4.1
9262026-05-19T18:59:08.176Z Downloaded psm v0.1.30
9272026-05-19T18:59:08.176Z Downloaded rustc-hash v2.1.1
9282026-05-19T18:59:08.176Z Downloaded progenitor-extras v0.2.0
9292026-05-19T18:59:08.259Z Downloaded rustc_version v0.1.7
9302026-05-19T18:59:08.259Z Downloaded r2d2 v0.8.10
9312026-05-19T18:59:08.259Z Downloaded rtoolbox v0.0.3
9322026-05-19T18:59:08.259Z Downloaded ref-cast v1.0.25
9332026-05-19T18:59:08.259Z Downloaded pkg-config v0.3.32
9342026-05-19T18:59:08.259Z Downloaded der v0.7.10
9352026-05-19T18:59:08.259Z Downloaded rand_xorshift v0.4.0
9362026-05-19T18:59:08.259Z Downloaded pkcs1 v0.7.5
9372026-05-19T18:59:08.259Z Downloaded oso v0.27.3
9382026-05-19T18:59:08.260Z Downloaded rand_chacha v0.9.0
9392026-05-19T18:59:08.260Z Downloaded rfc6979 v0.4.0
9402026-05-19T18:59:08.260Z Downloaded poly1305 v0.8.0
9412026-05-19T18:59:08.260Z Downloaded rand_seeder v0.4.0
9422026-05-19T18:59:08.260Z Downloaded rand_core v0.10.0
9432026-05-19T18:59:08.260Z Downloaded rand_core v0.9.5
9442026-05-19T18:59:08.260Z Downloaded ed25519-dalek v2.2.0
9452026-05-19T18:59:08.260Z Downloaded postcard v1.1.3
9462026-05-19T18:59:08.260Z Downloaded num-rational v0.4.2
9472026-05-19T18:59:08.260Z Downloaded russh-cryptovec v0.7.3
9482026-05-19T18:59:08.260Z Downloaded parking_lot_core v0.8.6
9492026-05-19T18:59:08.260Z Downloaded oxnet v0.1.4
9502026-05-19T18:59:08.260Z Downloaded heapless v0.7.17
9512026-05-19T18:59:08.261Z Downloaded rand_core v0.6.4
9522026-05-19T18:59:08.261Z Downloaded litrs v1.0.0
9532026-05-19T18:59:08.290Z Downloaded miniz_oxide v0.8.9
9542026-05-19T18:59:08.290Z Downloaded p256 v0.13.2
9552026-05-19T18:59:08.290Z Downloaded indexmap v1.9.3
9562026-05-19T18:59:08.290Z Downloaded sapling-renderdag v0.1.0
9572026-05-19T18:59:08.290Z Downloaded proc-macro-error2 v2.0.1
9582026-05-19T18:59:08.290Z Downloaded salsa20 v0.10.2
9592026-05-19T18:59:08.290Z Downloaded headers v0.4.1
9602026-05-19T18:59:08.290Z Downloaded scheduled-thread-pool v0.2.7
9612026-05-19T18:59:08.290Z Downloaded same-file v1.0.6
9622026-05-19T18:59:08.290Z Downloaded resolv-conf v0.7.6
9632026-05-19T18:59:08.290Z Downloaded jiff-static v0.2.21
9642026-05-19T18:59:08.290Z Downloaded managed v0.8.0
9652026-05-19T18:59:08.290Z Downloaded humantime v2.3.0
9662026-05-19T18:59:08.290Z Downloaded progenitor v0.11.2
9672026-05-19T18:59:08.290Z Downloaded progenitor v0.10.0
9682026-05-19T18:59:08.290Z Downloaded erased-serde v0.3.31
9692026-05-19T18:59:08.290Z Downloaded scopeguard v1.2.0
9702026-05-19T18:59:08.290Z Downloaded ena v0.14.4
9712026-05-19T18:59:08.291Z Downloaded defmt v0.3.100
9722026-05-19T18:59:08.291Z Downloaded scrypt v0.11.0
9732026-05-19T18:59:08.291Z Downloaded scroll_derive v0.13.1
9742026-05-19T18:59:08.291Z Downloaded seq-macro v0.3.6
9752026-05-19T18:59:08.291Z Downloaded semver v0.1.20
9762026-05-19T18:59:08.291Z Downloaded serde_repr v0.1.20
9772026-05-19T18:59:08.291Z Downloaded secrecy v0.8.0
9782026-05-19T18:59:08.291Z Downloaded hickory-resolver v0.24.4
9792026-05-19T18:59:08.291Z Downloaded serde-big-array v0.5.1
9802026-05-19T18:59:08.291Z Downloaded pkcs5 v0.7.1
9812026-05-19T18:59:08.291Z Downloaded serde_bytes v0.11.19
9822026-05-19T18:59:08.291Z Downloaded rustls-native-certs v0.8.3
9832026-05-19T18:59:08.291Z Downloaded postgres-types v0.2.12
9842026-05-19T18:59:08.291Z Downloaded rustls-pemfile v2.2.0
9852026-05-19T18:59:08.291Z Downloaded signature v2.2.0
9862026-05-19T18:59:08.291Z Downloaded signal-hook-tokio v0.3.1
9872026-05-19T18:59:08.292Z Downloaded serde_urlencoded v0.7.1
9882026-05-19T18:59:08.292Z Downloaded sha1 v0.10.6
9892026-05-19T18:59:08.292Z Downloaded serde_plain v1.0.2
9902026-05-19T18:59:08.292Z Downloaded signal-hook-mio v0.2.5
9912026-05-19T18:59:08.292Z Downloaded rusty-fork v0.3.1
9922026-05-19T18:59:08.292Z Downloaded rustversion v1.0.22
9932026-05-19T18:59:08.292Z Downloaded hashbrown v0.13.2
9942026-05-19T18:59:08.292Z Downloaded dropshot-api-manager v0.7.1
9952026-05-19T18:59:08.292Z Downloaded minimal-lexical v0.2.1
9962026-05-19T18:59:08.292Z Downloaded prefix-trie v0.7.0
9972026-05-19T18:59:08.292Z Downloaded papergrid v0.17.0
9982026-05-19T18:59:08.292Z Downloaded shell-words v1.1.1
9992026-05-19T18:59:08.292Z Downloaded sigpipe v0.1.3
10002026-05-19T18:59:08.292Z Downloaded schemars_derive v0.8.22
10012026-05-19T18:59:08.292Z Downloaded serde_spanned v1.0.4
10022026-05-19T18:59:08.323Z Downloaded diesel_derives v2.3.7
10032026-05-19T18:59:08.323Z Downloaded slog-bunyan v2.5.0
10042026-05-19T18:59:08.323Z Downloaded rustls-pemfile v1.0.4
10052026-05-19T18:59:08.324Z Downloaded progenitor-impl v0.13.0
10062026-05-19T18:59:08.324Z Downloaded progenitor-impl v0.14.0
10072026-05-19T18:59:08.324Z Downloaded slog-envlogger v2.2.0
10082026-05-19T18:59:08.324Z Downloaded hickory-server v0.25.2
10092026-05-19T18:59:08.349Z Downloaded sct v0.7.1
10102026-05-19T18:59:08.349Z Downloaded sec1 v0.7.3
10112026-05-19T18:59:08.349Z Downloaded aes-gcm v0.10.3
10122026-05-19T18:59:08.349Z Downloaded secrecy v0.10.3
10132026-05-19T18:59:08.350Z Downloaded pin-project v1.1.11
10142026-05-19T18:59:08.350Z Downloaded sqlparser_derive v0.5.0
10152026-05-19T18:59:08.350Z Downloaded quinn-udp v0.5.14
10162026-05-19T18:59:08.350Z Downloaded http v1.4.0
10172026-05-19T18:59:08.350Z Downloaded serde-hex v0.1.0
10182026-05-19T18:59:08.350Z Downloaded hyper-util v0.1.20
10192026-05-19T18:59:08.350Z Downloaded rustls-pki-types v1.14.0
10202026-05-19T18:59:08.350Z Downloaded russh-keys v0.45.0
10212026-05-19T18:59:08.350Z Downloaded ssh-encoding v0.2.0
10222026-05-19T18:59:08.351Z Downloaded siphasher v1.0.2
10232026-05-19T18:59:08.351Z Downloaded serde_derive_internals v0.29.1
10242026-05-19T18:59:08.351Z Downloaded rcgen v0.12.1
10252026-05-19T18:59:08.351Z Downloaded hashbrown v0.12.3
10262026-05-19T18:59:08.351Z Downloaded slab v0.4.12
10272026-05-19T18:59:08.351Z Downloaded ssh-cipher v0.2.0
10282026-05-19T18:59:08.351Z Downloaded signal-hook-registry v1.4.8
10292026-05-19T18:59:08.351Z Downloaded strip-ansi-escapes v0.2.1
10302026-05-19T18:59:08.351Z Downloaded structmeta v0.3.0
10312026-05-19T18:59:08.364Z Downloaded strum v0.27.2
10322026-05-19T18:59:08.364Z Downloaded slog-async v2.8.0
10332026-05-19T18:59:08.364Z Downloaded crossterm v0.29.0
10342026-05-19T18:59:08.365Z Downloaded progenitor-impl v0.11.2
10352026-05-19T18:59:08.365Z Downloaded supports-color v3.0.2
10362026-05-19T18:59:08.365Z Downloaded slog-json v2.6.1
10372026-05-19T18:59:08.365Z Downloaded strum v0.26.3
10382026-05-19T18:59:08.365Z Downloaded slog-dtrace v0.3.0
10392026-05-19T18:59:08.365Z Downloaded take_mut v0.2.2
10402026-05-19T18:59:08.365Z Downloaded tagptr v0.2.0
10412026-05-19T18:59:08.365Z Downloaded structmeta-derive v0.3.0
10422026-05-19T18:59:08.366Z Downloaded num-bigint v0.4.6
10432026-05-19T18:59:08.379Z Downloaded subtle v2.6.1
10442026-05-19T18:59:08.379Z Downloaded smf v0.2.3
10452026-05-19T18:59:08.379Z Downloaded slog-stdlog v4.1.1
10462026-05-19T18:59:08.380Z Downloaded shlex v1.3.0
10472026-05-19T18:59:08.380Z Downloaded serde_with_macros v3.17.0
10482026-05-19T18:59:08.380Z Downloaded progenitor-impl v0.10.0
10492026-05-19T18:59:08.380Z Downloaded tabwriter v1.4.1
10502026-05-19T18:59:08.380Z Downloaded tabled_derive v0.11.0
10512026-05-19T18:59:08.380Z Downloaded sync_wrapper v1.0.2
10522026-05-19T18:59:08.380Z Downloaded sync-ptr v0.1.4
10532026-05-19T18:59:08.380Z Downloaded slog-term v2.9.2
10542026-05-19T18:59:08.380Z Downloaded spki v0.7.3
10552026-05-19T18:59:08.380Z Downloaded snafu-derive v0.8.9
10562026-05-19T18:59:08.380Z Downloaded tap v1.0.1
10572026-05-19T18:59:08.381Z Downloaded time-core v0.1.8
10582026-05-19T18:59:08.381Z Downloaded rustls-platform-verifier v0.6.2
10592026-05-19T18:59:08.399Z Downloaded thiserror-impl-no-std v2.0.2
10602026-05-19T18:59:08.399Z Downloaded testing_table v0.3.0
10612026-05-19T18:59:08.399Z Downloaded termtree v0.5.1
10622026-05-19T18:59:08.399Z Downloaded ron v0.8.1
10632026-05-19T18:59:08.399Z Downloaded openssl-sys v0.9.115
10642026-05-19T18:59:08.399Z Downloaded slog-scope v4.4.1
10652026-05-19T18:59:08.399Z Downloaded scroll v0.13.0
10662026-05-19T18:59:08.399Z Downloaded pretty_assertions v1.4.1
10672026-05-19T18:59:08.420Z Downloaded tinyvec_macros v0.1.1
10682026-05-19T18:59:08.421Z Downloaded serde_path_to_error v0.1.20
10692026-05-19T18:59:08.421Z Downloaded thread-id v5.1.0
10702026-05-19T18:59:08.421Z Downloaded crossterm v0.28.1
10712026-05-19T18:59:08.421Z Downloaded string_cache v0.8.9
10722026-05-19T18:59:08.421Z Downloaded rayon-core v1.13.0
10732026-05-19T18:59:08.421Z Downloaded schemars v0.8.22
10742026-05-19T18:59:08.421Z Downloaded strum_macros v0.26.4
10752026-05-19T18:59:08.421Z Downloaded static_assertions v1.1.0
10762026-05-19T18:59:08.421Z Downloaded stacker v0.1.23
10772026-05-19T18:59:08.422Z Downloaded sqlformat v0.3.5
10782026-05-19T18:59:08.451Z Downloaded strum_macros v0.24.3
10792026-05-19T18:59:08.451Z Downloaded simd-adler32 v0.3.8
10802026-05-19T18:59:08.451Z Downloaded itertools v0.10.5
10812026-05-19T18:59:08.451Z Downloaded stringprep v0.1.5
10822026-05-19T18:59:08.451Z Downloaded prettyplease v0.2.37
10832026-05-19T18:59:08.451Z Downloaded support-bundle-viewer v0.1.2
10842026-05-19T18:59:08.451Z Downloaded mio v1.2.0
10852026-05-19T18:59:08.451Z Downloaded serde_cbor v0.11.2
10862026-05-19T18:59:08.451Z Downloaded smallvec v0.6.14
10872026-05-19T18:59:08.451Z Downloaded ryu v1.0.23
10882026-05-19T18:59:08.469Z Downloaded termios v0.3.3
10892026-05-19T18:59:08.469Z Downloaded rand v0.8.6
10902026-05-19T18:59:08.469Z Downloaded quinn v0.11.9
10912026-05-19T18:59:08.469Z Downloaded topological-sort v0.2.2
10922026-05-19T18:59:08.470Z Downloaded thread_local v1.1.9
10932026-05-19T18:59:08.470Z Downloaded tower-service v0.3.3
10942026-05-19T18:59:08.470Z Downloaded tower-layer v0.3.3
10952026-05-19T18:59:08.470Z Downloaded hashbrown v0.15.5
10962026-05-19T18:59:08.470Z Downloaded spin v0.9.8
10972026-05-19T18:59:08.480Z Downloaded thiserror-no-std v2.0.2
10982026-05-19T18:59:08.480Z Downloaded iri-string v0.7.10
10992026-05-19T18:59:08.480Z Downloaded typify-macro v0.4.3
11002026-05-19T18:59:08.480Z Downloaded tokio-macros v2.7.0
11012026-05-19T18:59:08.493Z Downloaded try-lock v0.2.5
11022026-05-19T18:59:08.493Z Downloaded trait-variant v0.1.2
11032026-05-19T18:59:08.493Z Downloaded tls_codec_derive v0.4.2
11042026-05-19T18:59:08.493Z Downloaded tiny-keccak v2.0.2
11052026-05-19T18:59:08.493Z Downloaded time-macros v0.2.27
11062026-05-19T18:59:08.493Z Downloaded signal-hook v0.3.18
11072026-05-19T18:59:08.494Z Downloaded serde_yaml v0.9.34+deprecated
11082026-05-19T18:59:08.494Z Downloaded schemars v0.9.0
11092026-05-19T18:59:08.517Z Downloaded unarray v0.1.4
11102026-05-19T18:59:08.517Z Downloaded tokio-dtrace v0.1.1
11112026-05-19T18:59:08.517Z Downloaded universal-hash v0.5.1
11122026-05-19T18:59:08.517Z Downloaded untrusted v0.7.1
11132026-05-19T18:59:08.517Z Downloaded unit-prefix v0.5.2
11142026-05-19T18:59:08.517Z Downloaded untrusted v0.9.0
11152026-05-19T18:59:08.517Z Downloaded unicode-truncate v1.1.0
11162026-05-19T18:59:08.517Z Downloaded tls_codec v0.4.2
11172026-05-19T18:59:08.517Z Downloaded qorb v0.4.1
11182026-05-19T18:59:08.528Z Downloaded rsa v0.9.10
11192026-05-19T18:59:08.528Z Downloaded libxml v0.3.3
11202026-05-19T18:59:08.528Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11212026-05-19T18:59:08.528Z Downloaded term v1.2.1
11222026-05-19T18:59:08.528Z Downloaded usdt v0.6.0
11232026-05-19T18:59:08.528Z Downloaded aws-lc-rs v1.16.3
11242026-05-19T18:59:08.528Z Downloaded void v1.0.2
11252026-05-19T18:59:08.528Z Downloaded utf-8 v0.7.6
11262026-05-19T18:59:08.529Z Downloaded usdt-macro v0.6.0
11272026-05-19T18:59:08.529Z Downloaded usdt-attr-macro v0.6.0
11282026-05-19T18:59:08.529Z Downloaded tokio-native-tls v0.3.1
11292026-05-19T18:59:08.529Z Downloaded rand v0.9.2
11302026-05-19T18:59:08.529Z Downloaded tokio-tungstenite v0.21.0
11312026-05-19T18:59:08.529Z Downloaded tokio-tungstenite v0.23.1
11322026-05-19T18:59:08.542Z Downloaded iddqd v0.4.1
11332026-05-19T18:59:08.542Z Downloaded waitgroup v0.1.2
11342026-05-19T18:59:08.542Z Downloaded wait-timeout v0.2.1
11352026-05-19T18:59:08.542Z Downloaded tokio-rustls v0.25.0
11362026-05-19T18:59:08.542Z Downloaded term v0.7.0
11372026-05-19T18:59:08.542Z Downloaded h2 v0.4.13
11382026-05-19T18:59:08.554Z Downloaded toml_writer v1.0.6+spec-1.1.0
11392026-05-19T18:59:08.554Z Downloaded futures-util v0.3.32
11402026-05-19T18:59:08.554Z Downloaded similar v2.7.0
11412026-05-19T18:59:08.560Z Downloaded tui-tree-widget v0.23.1
11422026-05-19T18:59:08.560Z Downloaded aho-corasick v1.1.4
11432026-05-19T18:59:08.560Z Downloaded slog v2.8.2
11442026-05-19T18:59:08.560Z Downloaded want v0.3.1
11452026-05-19T18:59:08.561Z Downloaded typify-macro v0.6.2
11462026-05-19T18:59:08.561Z Downloaded strum_macros v0.27.2
11472026-05-19T18:59:08.561Z Downloaded subprocess v0.2.15
11482026-05-19T18:59:08.561Z Downloaded itertools v0.13.0
11492026-05-19T18:59:08.572Z Downloaded unicase v2.9.0
11502026-05-19T18:59:08.572Z Downloaded hashbrown v0.16.1
11512026-05-19T18:59:08.572Z Downloaded libm v0.2.16
11522026-05-19T18:59:08.591Z Downloaded itertools v0.14.0
11532026-05-19T18:59:08.591Z Downloaded socket2 v0.5.10
11542026-05-19T18:59:08.592Z Downloaded xattr v1.6.1
11552026-05-19T18:59:08.592Z Downloaded tokio-rustls v0.24.1
11562026-05-19T18:59:08.592Z Downloaded samael v0.0.19
11572026-05-19T18:59:08.604Z Downloaded tokio-stream v0.1.18
11582026-05-19T18:59:08.604Z Downloaded vergen-lib v0.1.6
11592026-05-19T18:59:08.604Z Downloaded vergen-gitcl v1.0.8
11602026-05-19T18:59:08.604Z Downloaded socket2 v0.6.3
11612026-05-19T18:59:08.605Z Downloaded rand v0.10.0
11622026-05-19T18:59:08.605Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11632026-05-19T18:59:08.605Z Downloaded p521 v0.13.3
11642026-05-19T18:59:08.605Z Downloaded twox-hash v2.1.2
11652026-05-19T18:59:08.605Z Downloaded toml_parser v1.0.9+spec-1.1.0
11662026-05-19T18:59:08.605Z Downloaded rustls-webpki v0.103.9
11672026-05-19T18:59:08.605Z Downloaded whoami v1.6.1
11682026-05-19T18:59:08.619Z Downloaded tracing-attributes v0.1.31
11692026-05-19T18:59:08.619Z Downloaded hyper v1.8.1
11702026-05-19T18:59:08.619Z Downloaded zone v0.3.1
11712026-05-19T18:59:08.619Z Downloaded zeroize_derive v1.4.3
11722026-05-19T18:59:08.619Z Downloaded usdt-impl v0.6.0
11732026-05-19T18:59:08.619Z Downloaded num-bigint-dig v0.8.6
11742026-05-19T18:59:08.620Z Downloaded vsss-rs v3.3.4
11752026-05-19T18:59:08.620Z Downloaded zone_cfg_derive v0.3.1
11762026-05-19T18:59:08.620Z Downloaded walkdir v2.5.0
11772026-05-19T18:59:08.620Z Downloaded tinyvec v1.10.0
11782026-05-19T18:59:08.630Z Downloaded vergen-git2 v1.0.7
11792026-05-19T18:59:08.630Z Downloaded nom v7.1.3
11802026-05-19T18:59:08.630Z Downloaded publicsuffix v2.3.0
11812026-05-19T18:59:08.630Z Downloaded itertools v0.12.1
11822026-05-19T18:59:08.647Z Downloaded unicode-properties v0.1.4
11832026-05-19T18:59:08.647Z Downloaded tokio-rustls v0.26.4
11842026-05-19T18:59:08.647Z Downloaded tar v0.4.45
11852026-05-19T18:59:08.647Z Downloaded hkdf v0.12.4
11862026-05-19T18:59:08.647Z Downloaded snafu v0.8.9
11872026-05-19T18:59:08.660Z Downloaded toml v0.9.12+spec-1.1.0
11882026-05-19T18:59:08.660Z Downloaded vergen v9.0.6
11892026-05-19T18:59:08.660Z Downloaded russh v0.45.0
11902026-05-19T18:59:08.660Z Downloaded whoami v2.1.0
11912026-05-19T18:59:08.661Z Downloaded xshell-macros v0.2.7
11922026-05-19T18:59:08.661Z Downloaded xshell v0.2.7
11932026-05-19T18:59:08.661Z Downloaded wyz v0.5.1
11942026-05-19T18:59:08.661Z Downloaded zeroize v1.8.2
11952026-05-19T18:59:08.669Z Downloaded toml v0.7.8
11962026-05-19T18:59:08.669Z Downloaded test-strategy v0.4.5
11972026-05-19T18:59:08.676Z Downloaded uzers v0.12.2
11982026-05-19T18:59:08.676Z Downloaded typify v0.4.3
11992026-05-19T18:59:08.676Z Downloaded zstd-safe v7.2.4
12002026-05-19T18:59:08.676Z Downloaded rustyline v14.0.0
12012026-05-19T18:59:08.684Z Downloaded zstd v0.13.3
12022026-05-19T18:59:08.697Z Downloaded uuid v1.23.0
12032026-05-19T18:59:08.697Z Downloaded schemars v1.2.1
12042026-05-19T18:59:08.707Z Downloaded yasna v0.5.2
12052026-05-19T18:59:08.707Z Downloaded typify v0.6.2
12062026-05-19T18:59:08.707Z Downloaded tungstenite v0.23.0
12072026-05-19T18:59:08.707Z Downloaded tracing-core v0.1.36
12082026-05-19T18:59:08.707Z Downloaded tungstenite v0.21.0
12092026-05-19T18:59:08.716Z Downloaded blake3 v1.8.3
12102026-05-19T18:59:08.716Z Downloaded bitvec v1.0.1
12112026-05-19T18:59:08.735Z Downloaded unsafe-libyaml v0.2.11
12122026-05-19T18:59:08.735Z Downloaded reedline v0.40.0
12132026-05-19T18:59:08.735Z Downloaded toml_edit v0.23.10+spec-1.0.0
12142026-05-19T18:59:08.735Z Downloaded toml v1.0.6+spec-1.1.0
12152026-05-19T18:59:08.742Z Downloaded rpassword v7.4.0
12162026-05-19T18:59:08.742Z Downloaded toml_edit v0.19.15
12172026-05-19T18:59:08.742Z Downloaded zerocopy v0.6.6
12182026-05-19T18:59:08.742Z Downloaded vte v0.14.1
12192026-05-19T18:59:08.754Z Downloaded steno v0.4.1
12202026-05-19T18:59:08.764Z Downloaded tokio-postgres v0.7.16
12212026-05-19T18:59:08.765Z Downloaded zopfli v0.8.3
12222026-05-19T18:59:08.775Z Downloaded unicode-bidi v0.3.18
12232026-05-19T18:59:08.775Z Downloaded chrono v0.4.44
12242026-05-19T18:59:08.781Z Downloaded tower v0.5.3
12252026-05-19T18:59:08.795Z Downloaded p384 v0.13.1
12262026-05-19T18:59:08.795Z Downloaded zip v0.6.6
12272026-05-19T18:59:08.795Z Downloaded regex v1.12.3
12282026-05-19T18:59:08.806Z Downloaded typed-path v0.9.3
12292026-05-19T18:59:08.806Z Downloaded ssh-key v0.6.7
12302026-05-19T18:59:08.806Z Downloaded quick-xml v0.37.5
12312026-05-19T18:59:08.816Z Downloaded yansi v1.0.1
12322026-05-19T18:59:08.816Z Downloaded unicode_categories v0.1.1
12332026-05-19T18:59:08.835Z Downloaded zerocopy-derive v0.8.40
12342026-05-19T18:59:08.882Z Downloaded salty v0.3.0
12352026-05-19T18:59:08.882Z Downloaded lalrpop v0.19.12
12362026-05-19T18:59:08.882Z Downloaded unicode-segmentation v1.12.0
12372026-05-19T18:59:08.883Z Downloaded rayon v1.11.0
12382026-05-19T18:59:08.883Z Downloaded portable-atomic v1.13.1
12392026-05-19T18:59:08.886Z Downloaded rustls-webpki v0.101.7
12402026-05-19T18:59:08.886Z Downloaded reqwest v0.13.2
12412026-05-19T18:59:08.886Z Downloaded proptest v1.10.0
12422026-05-19T18:59:08.886Z Downloaded petname v2.0.2
12432026-05-19T18:59:08.886Z Downloaded rustls-webpki v0.102.8
12442026-05-19T18:59:08.886Z Downloaded zip v4.6.1
12452026-05-19T18:59:08.886Z Downloaded moka v0.12.13
12462026-05-19T18:59:08.886Z Downloaded x509-cert v0.2.5
12472026-05-19T18:59:08.886Z Downloaded curve25519-dalek v4.1.3
12482026-05-19T18:59:08.890Z Downloaded git2 v0.20.4
12492026-05-19T18:59:08.896Z Downloaded quinn-proto v0.11.13
12502026-05-19T18:59:08.902Z Downloaded object v0.30.4
12512026-05-19T18:59:08.910Z Downloaded reqwest v0.12.28
12522026-05-19T18:59:08.910Z Downloaded nix v0.27.1
12532026-05-19T18:59:08.915Z Downloaded goblin v0.10.5
12542026-05-19T18:59:08.918Z Downloaded unicode-normalization v0.1.25
12552026-05-19T18:59:08.923Z Downloaded serde_with v3.17.0
12562026-05-19T18:59:08.930Z Downloaded tokio-util v0.7.18
12572026-05-19T18:59:08.936Z Downloaded tough v0.22.0
12582026-05-19T18:59:08.946Z Downloaded bstr v1.12.1
12592026-05-19T18:59:08.952Z Downloaded tower-http v0.6.8
12602026-05-19T18:59:08.969Z Downloaded smoltcp v0.9.1
12612026-05-19T18:59:08.978Z Downloaded rustls v0.21.12
12622026-05-19T18:59:08.986Z Downloaded hickory-proto v0.24.4
12632026-05-19T18:59:09.000Z Downloaded zlib-rs v0.6.2
12642026-05-19T18:59:09.016Z Downloaded regress v0.10.5
12652026-05-19T18:59:09.022Z Downloaded webpki-roots v1.0.6
12662026-05-19T18:59:09.030Z Downloaded smoltcp v0.11.0
12672026-05-19T18:59:09.035Z Downloaded winnow v0.6.26
12682026-05-19T18:59:09.041Z Downloaded rustix v0.38.44
12692026-05-19T18:59:09.054Z Downloaded rustls v0.23.37
12702026-05-19T18:59:09.058Z Downloaded winnow v0.5.40
12712026-05-19T18:59:09.067Z Downloaded hickory-proto v0.25.2
12722026-05-19T18:59:09.075Z Downloaded radix_trie v0.2.1
12732026-05-19T18:59:09.081Z Downloaded polar-core v0.27.3
12742026-05-19T18:59:09.089Z Downloaded nix v0.28.0
12752026-05-19T18:59:09.103Z Downloaded time v0.3.47
12762026-05-19T18:59:09.114Z Downloaded regex-syntax v0.6.29
12772026-05-19T18:59:09.118Z Downloaded openssl v0.10.79
12782026-05-19T18:59:09.125Z Downloaded nix v0.29.0
12792026-05-19T18:59:09.130Z Downloaded dropshot v0.16.7
12802026-05-19T18:59:09.143Z Downloaded tabled v0.20.0
12812026-05-19T18:59:09.151Z Downloaded vcpkg v0.2.15
12822026-05-19T18:59:09.175Z Downloaded zerocopy-derive v0.6.6
12832026-05-19T18:59:09.184Z Downloaded object v0.37.3
12842026-05-19T18:59:09.189Z Downloaded nix v0.31.2
12852026-05-19T18:59:09.193Z Downloaded dropshot v0.17.0
12862026-05-19T18:59:09.211Z Downloaded bzip2-sys v0.1.13+1.0.8
12872026-05-19T18:59:09.216Z Downloaded regex-syntax v0.8.10
12882026-05-19T18:59:09.222Z Downloaded zerocopy v0.8.40
12892026-05-19T18:59:09.226Z Downloaded rustls v0.22.4
12902026-05-19T18:59:09.233Z Downloaded regress v0.11.1
12912026-05-19T18:59:09.241Z Downloaded chrono-tz v0.10.4
12922026-05-19T18:59:09.252Z Downloaded jiff v0.2.21
12932026-05-19T18:59:09.262Z Downloaded petgraph v0.6.5
12942026-05-19T18:59:09.272Z Downloaded openapiv3 v2.2.0
12952026-05-19T18:59:09.279Z Downloaded diesel v2.3.7
12962026-05-19T18:59:09.322Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12972026-05-19T18:59:09.333Z Downloaded sqlparser v0.61.0
12982026-05-19T18:59:09.341Z Downloaded sled v0.34.7
12992026-05-19T18:59:09.371Z Downloaded typify-impl v0.6.2
13002026-05-19T18:59:09.377Z Downloaded typify-impl v0.4.3
13012026-05-19T18:59:09.389Z Downloaded ratatui v0.29.0
13022026-05-19T18:59:09.396Z Downloaded tracing v0.1.44
13032026-05-19T18:59:09.416Z Downloaded regex-automata v0.4.14
13042026-05-19T18:59:09.423Z Downloaded ring v0.17.14
13052026-05-19T18:59:09.499Z Downloaded petgraph v0.8.3
13062026-05-19T18:59:09.512Z Downloaded libz-sys v1.1.24
13072026-05-19T18:59:09.526Z Downloaded csv v1.4.0
13082026-05-19T18:59:09.536Z Downloaded sha3 v0.10.8
13092026-05-19T18:59:09.542Z Downloaded tokio v1.52.1
13102026-05-19T18:59:09.600Z Downloaded encoding_rs v0.8.35
13112026-05-19T18:59:09.629Z Downloaded libgit2-sys v0.18.3+1.9.2
13122026-05-19T18:59:09.987Z Downloaded aws-lc-sys v0.40.0
13132026-05-19T18:59:10.240Z Compiling libc v0.2.185
13142026-05-19T18:59:10.241Z Compiling serde v1.0.228
13152026-05-19T18:59:10.244Z Compiling log v0.4.29
13162026-05-19T18:59:10.244Z Compiling find-msvc-tools v0.1.9
13172026-05-19T18:59:10.244Z Compiling shlex v1.3.0
13182026-05-19T18:59:10.403Z Compiling syn v2.0.117
13192026-05-19T18:59:10.426Z Compiling smallvec v1.15.1
13202026-05-19T18:59:10.427Z Compiling typenum v1.19.0
13212026-05-19T18:59:10.580Z Compiling generic-array v0.14.7
13222026-05-19T18:59:10.595Z Compiling subtle v2.6.1
13232026-05-19T18:59:10.627Z Compiling scopeguard v1.2.0
13242026-05-19T18:59:10.644Z Compiling const-oid v0.9.6
13252026-05-19T18:59:10.702Z Compiling lock_api v0.4.14
13262026-05-19T18:59:10.719Z Compiling serde_json v1.0.149
13272026-05-19T18:59:10.755Z Compiling zerocopy v0.8.40
13282026-05-19T18:59:10.809Z Compiling pin-project-lite v0.2.17
13292026-05-19T18:59:10.917Z Compiling parking_lot_core v0.9.12
13302026-05-19T18:59:10.921Z Compiling portable-atomic v1.13.1
13312026-05-19T18:59:11.161Z Compiling pkg-config v0.3.32
13322026-05-19T18:59:11.176Z Compiling bitflags v2.11.0
13332026-05-19T18:59:11.262Z Compiling getrandom v0.2.17
13342026-05-19T18:59:11.372Z Compiling jobserver v0.1.34
13352026-05-19T18:59:11.372Z Compiling errno v0.3.14
13362026-05-19T18:59:11.407Z Compiling rand_core v0.6.4
13372026-05-19T18:59:11.499Z Compiling signal-hook-registry v1.4.8
13382026-05-19T18:59:11.701Z Compiling cc v1.2.56
13392026-05-19T18:59:11.711Z Compiling critical-section v1.2.0
13402026-05-19T18:59:11.717Z Compiling futures-core v0.3.32
13412026-05-19T18:59:11.772Z Compiling libm v0.2.16
13422026-05-19T18:59:11.789Z Compiling parking_lot v0.12.5
13432026-05-19T18:59:11.872Z Compiling mio v1.2.0
13442026-05-19T18:59:11.928Z Compiling num-traits v0.2.19
13452026-05-19T18:59:12.045Z Compiling once_cell v1.21.3
13462026-05-19T18:59:12.088Z Compiling percent-encoding v2.3.2
13472026-05-19T18:59:12.249Z Compiling socket2 v0.6.3
13482026-05-19T18:59:12.276Z Compiling futures-sink v0.3.32
13492026-05-19T18:59:12.282Z Compiling futures-io v0.3.32
13502026-05-19T18:59:12.283Z Compiling futures-task v0.3.32
13512026-05-19T18:59:12.367Z Compiling futures-channel v0.3.32
13522026-05-19T18:59:12.408Z Compiling cpufeatures v0.2.17
13532026-05-19T18:59:12.428Z Compiling getrandom v0.4.1
13542026-05-19T18:59:12.460Z Compiling slab v0.4.12
13552026-05-19T18:59:12.477Z Compiling rand_core v0.10.0
13562026-05-19T18:59:12.608Z Compiling indexmap v2.14.0
13572026-05-19T18:59:12.642Z Compiling getrandom v0.3.4
13582026-05-19T18:59:12.649Z Compiling rustversion v1.0.22
13592026-05-19T18:59:12.658Z Compiling cmake v0.1.57
13602026-05-19T18:59:13.070Z Compiling form_urlencoded v1.2.2
13612026-05-19T18:59:13.087Z Compiling dunce v1.0.5
13622026-05-19T18:59:13.210Z Compiling fs_extra v1.3.0
13632026-05-19T18:59:13.325Z Compiling ident_case v1.0.1
13642026-05-19T18:59:13.391Z Compiling synstructure v0.13.2
13652026-05-19T18:59:13.430Z Compiling base64ct v1.8.3
13662026-05-19T18:59:13.461Z Compiling regex-syntax v0.8.10
13672026-05-19T18:59:13.498Z Compiling aws-lc-sys v0.40.0
13682026-05-19T18:59:13.677Z Compiling iana-time-zone v0.1.65
13692026-05-19T18:59:13.711Z Compiling pem-rfc7468 v0.7.0
13702026-05-19T18:59:13.720Z Compiling rustix v1.1.3
13712026-05-19T18:59:13.844Z Compiling flagset v0.4.7
13722026-05-19T18:59:13.857Z Compiling rand_core v0.9.5
13732026-05-19T18:59:13.983Z Compiling ring v0.17.14
13742026-05-19T18:59:14.003Z Compiling vcpkg v0.2.15
13752026-05-19T18:59:14.017Z Compiling aws-lc-rs v1.16.3
13762026-05-19T18:59:14.148Z Compiling uuid v1.23.0
13772026-05-19T18:59:14.296Z Compiling rustc_version v0.4.1
13782026-05-19T18:59:14.629Z Compiling tracing-core v0.1.36
13792026-05-19T18:59:14.740Z Compiling openssl-sys v0.9.115
13802026-05-19T18:59:14.862Z Compiling base64 v0.22.1
13812026-05-19T18:59:15.113Z Compiling serde_derive v1.0.228
13822026-05-19T18:59:15.197Z Compiling zeroize_derive v1.4.3
13832026-05-19T18:59:15.202Z Compiling zerofrom-derive v0.1.6
13842026-05-19T18:59:15.279Z Compiling yoke-derive v0.8.1
13852026-05-19T18:59:15.498Z Compiling zerocopy-derive v0.8.40
13862026-05-19T18:59:15.833Z Compiling zerovec-derive v0.11.2
13872026-05-19T18:59:15.847Z Compiling zeroize v1.8.2
13882026-05-19T18:59:16.421Z Compiling displaydoc v0.2.5
13892026-05-19T18:59:16.575Z Compiling crypto-common v0.1.7
13902026-05-19T18:59:16.592Z Compiling zerofrom v0.1.6
13912026-05-19T18:59:16.716Z Compiling yoke v0.8.1
13922026-05-19T18:59:16.726Z Compiling block-buffer v0.10.4
13932026-05-19T18:59:16.956Z Compiling digest v0.10.7
13942026-05-19T18:59:16.956Z Compiling tokio-macros v2.7.0
13952026-05-19T18:59:16.981Z Compiling zerovec v0.11.5
13962026-05-19T18:59:17.154Z Compiling zerotrie v0.2.3
13972026-05-19T18:59:17.206Z Compiling futures-macro v0.3.32
13982026-05-19T18:59:17.478Z Compiling tinystr v0.8.2
13992026-05-19T18:59:17.532Z Compiling potential_utf v0.1.4
14002026-05-19T18:59:17.648Z Compiling icu_locale_core v2.1.1
14012026-05-19T18:59:17.665Z Compiling icu_collections v2.1.1
14022026-05-19T18:59:17.692Z Compiling hmac v0.12.1
14032026-05-19T18:59:17.827Z Compiling block-padding v0.3.3
14042026-05-19T18:59:17.984Z Compiling inout v0.1.4
14052026-05-19T18:59:17.998Z Compiling futures-util v0.3.32
14062026-05-19T18:59:18.126Z Compiling cipher v0.4.4
14072026-05-19T18:59:18.145Z Compiling sha2 v0.10.9
14082026-05-19T18:59:18.394Z Compiling icu_provider v2.1.1
14092026-05-19T18:59:18.528Z Compiling bytes v1.11.1
14102026-05-19T18:59:18.547Z Compiling der_derive v0.7.3
14112026-05-19T18:59:18.672Z Compiling icu_normalizer v2.1.1
14122026-05-19T18:59:19.111Z Compiling tokio v1.52.1
14132026-05-19T18:59:19.199Z Compiling icu_properties v2.1.2
14142026-05-19T18:59:19.471Z Compiling der v0.7.10
14152026-05-19T18:59:19.506Z Compiling http v1.4.0
14162026-05-19T18:59:19.644Z Compiling chrono v0.4.44
14172026-05-19T18:59:19.902Z Compiling ppv-lite86 v0.2.21
14182026-05-19T18:59:20.211Z Compiling idna_adapter v1.2.1
14192026-05-19T18:59:20.225Z Compiling salsa20 v0.10.2
14202026-05-19T18:59:20.250Z Compiling spki v0.7.3
14212026-05-19T18:59:20.353Z Compiling idna v1.1.0
14222026-05-19T18:59:20.361Z Compiling pbkdf2 v0.12.2
14232026-05-19T18:59:20.391Z Compiling rustls-pki-types v1.14.0
14242026-05-19T18:59:20.448Z Compiling tracing-attributes v0.1.31
14252026-05-19T18:59:20.470Z Compiling thiserror-impl v2.0.18
14262026-05-19T18:59:20.641Z Compiling url v2.5.8
14272026-05-19T18:59:20.819Z Compiling scrypt v0.11.0
14282026-05-19T18:59:20.975Z Compiling rand_chacha v0.9.0
14292026-05-19T18:59:21.002Z Compiling http-body v1.0.1
14302026-05-19T18:59:21.068Z Compiling cbc v0.1.2
14312026-05-19T18:59:21.157Z Compiling aes v0.8.4
14322026-05-19T18:59:21.302Z Compiling tinyvec_macros v0.1.1
14332026-05-19T18:59:21.375Z Compiling untrusted v0.7.1
14342026-05-19T18:59:21.417Z Compiling openssl-probe v0.2.1
14352026-05-19T18:59:21.497Z Compiling httparse v1.10.1
14362026-05-19T18:59:21.586Z Compiling untrusted v0.9.0
14372026-05-19T18:59:21.650Z Compiling pkcs5 v0.7.1
14382026-05-19T18:59:21.745Z Compiling tracing v0.1.44
14392026-05-19T18:59:21.775Z Compiling thiserror v2.0.18
14402026-05-19T18:59:21.904Z Compiling tinyvec v1.10.0
14412026-05-19T18:59:21.918Z Compiling pest_generator v2.8.6
14422026-05-19T18:59:22.044Z Compiling rand v0.9.2
14432026-05-19T18:59:22.159Z Compiling serde_derive_internals v0.29.1
14442026-05-19T18:59:22.232Z Compiling aho-corasick v1.1.4
14452026-05-19T18:59:22.246Z Compiling schemars v0.8.22
14462026-05-19T18:59:22.448Z Compiling tower-service v0.3.3
14472026-05-19T18:59:22.544Z Compiling rustls v0.23.37
14482026-05-19T18:59:22.625Z Compiling atomic-waker v1.1.2
14492026-05-19T18:59:22.732Z Compiling tower-layer v0.3.3
14502026-05-19T18:59:22.758Z Compiling dyn-clone v1.0.20
14512026-05-19T18:59:22.858Z Compiling tokio-util v0.7.18
14522026-05-19T18:59:22.886Z Compiling try-lock v0.2.5
14532026-05-19T18:59:22.905Z Compiling pest_derive v2.8.6
14542026-05-19T18:59:22.990Z Compiling want v0.3.1
14552026-05-19T18:59:23.087Z Compiling schemars_derive v0.8.22
14562026-05-19T18:59:23.145Z Compiling regex-automata v0.4.14
14572026-05-19T18:59:23.333Z Compiling pkcs8 v0.10.2
14582026-05-19T18:59:23.566Z Compiling h2 v0.4.13
14592026-05-19T18:59:23.874Z Compiling ipnet v2.11.0
14602026-05-19T18:59:23.926Z Compiling scroll_derive v0.13.1
14612026-05-19T18:59:23.936Z Compiling darling_core v0.20.11
14622026-05-19T18:59:24.297Z Compiling openssl v0.10.79
14632026-05-19T18:59:24.359Z Compiling httpdate v1.0.3
14642026-05-19T18:59:24.520Z Compiling foreign-types-shared v0.1.1
14652026-05-19T18:59:24.572Z Compiling pin-utils v0.1.0
14662026-05-19T18:59:24.599Z Compiling foreign-types v0.3.2
14672026-05-19T18:59:24.642Z Compiling tempfile v3.25.0
14682026-05-19T18:59:24.709Z Compiling scroll v0.13.0
14692026-05-19T18:59:24.731Z Compiling unicode-normalization v0.1.25
14702026-05-19T18:59:25.004Z Compiling openssl-macros v0.1.1
14712026-05-19T18:59:25.186Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14722026-05-19T18:59:25.376Z Compiling spin v0.9.8
14732026-05-19T18:59:25.390Z Compiling crc32fast v1.5.0
14742026-05-19T18:59:25.570Z Compiling num-conv v0.2.0
14752026-05-19T18:59:25.584Z Compiling powerfmt v0.2.0
14762026-05-19T18:59:25.648Z Compiling native-tls v0.2.18
14772026-05-19T18:59:25.699Z Compiling time-core v0.1.8
14782026-05-19T18:59:25.781Z Compiling deranged v0.5.8
14792026-05-19T18:59:25.844Z Compiling time-macros v0.2.27
14802026-05-19T18:59:26.176Z Compiling darling_macro v0.20.11
14812026-05-19T18:59:26.634Z Compiling hyper v1.8.1
14822026-05-19T18:59:26.738Z Compiling darling v0.20.11
14832026-05-19T18:59:26.882Z Compiling goblin v0.10.5
14842026-05-19T18:59:26.898Z Compiling rustls-native-certs v0.8.3
14852026-05-19T18:59:27.184Z Compiling sync_wrapper v1.0.2
14862026-05-19T18:59:27.216Z Compiling wait-timeout v0.2.1
14872026-05-19T18:59:27.290Z Compiling siphasher v1.0.2
14882026-05-19T18:59:27.448Z Compiling bit-vec v0.8.0
14892026-05-19T18:59:27.475Z Compiling usdt-impl v0.6.0
14902026-05-19T18:59:27.475Z Compiling num_threads v0.1.7
14912026-05-19T18:59:27.581Z Compiling crossbeam-utils v0.8.21
14922026-05-19T18:59:27.674Z Compiling quick-error v1.2.3
14932026-05-19T18:59:27.677Z Compiling simd-adler32 v0.3.8
14942026-05-19T18:59:27.781Z Compiling hyper-util v0.1.20
14952026-05-19T18:59:27.861Z Compiling syn v1.0.109
14962026-05-19T18:59:27.956Z Compiling rusty-fork v0.3.1
14972026-05-19T18:59:28.264Z Compiling bit-set v0.8.0
14982026-05-19T18:59:28.293Z Compiling time v0.3.47
14992026-05-19T18:59:28.435Z Compiling tower v0.5.3
15002026-05-19T18:59:28.515Z Compiling derive_builder_core v0.20.2
15012026-05-19T18:59:28.967Z Compiling dtrace-parser v0.3.0
15022026-05-19T18:59:29.079Z Compiling http-body-util v0.1.3
15032026-05-19T18:59:29.321Z Compiling webpki-roots v1.0.6
15042026-05-19T18:59:29.371Z Compiling signature v2.2.0
15052026-05-19T18:59:29.438Z Compiling scroll_derive v0.12.1
15062026-05-19T18:59:29.480Z Compiling thiserror-impl v1.0.69
15072026-05-19T18:59:29.547Z Compiling heapless v0.7.17
15082026-05-19T18:59:29.704Z Compiling dof v0.4.0
15092026-05-19T18:59:29.782Z Compiling rand_xorshift v0.4.0
15102026-05-19T18:59:29.835Z Compiling slog v2.8.2
15112026-05-19T18:59:29.945Z Compiling bzip2-sys v0.1.13+1.0.8
15122026-05-19T18:59:30.014Z Compiling darling_core v0.21.3
15132026-05-19T18:59:30.090Z Compiling thread-id v5.1.0
15142026-05-19T18:59:30.171Z Compiling cookie v0.18.1
15152026-05-19T18:59:30.205Z Compiling iri-string v0.7.10
15162026-05-19T18:59:30.347Z Compiling zstd-safe v7.2.4
15172026-05-19T18:59:30.535Z Compiling allocator-api2 v0.2.21
15182026-05-19T18:59:30.722Z Compiling unicode-properties v0.1.4
15192026-05-19T18:59:30.855Z Compiling unarray v0.1.4
15202026-05-19T18:59:30.855Z Compiling ryu v1.0.23
15212026-05-19T18:59:30.926Z Compiling anyhow v1.0.102
15222026-05-19T18:59:30.963Z Compiling signal-hook v0.3.18
15232026-05-19T18:59:31.044Z Compiling adler2 v2.0.1
15242026-05-19T18:59:31.103Z Compiling unicode-bidi v0.3.18
15252026-05-19T18:59:31.131Z Compiling paste v1.0.15
15262026-05-19T18:59:31.189Z Compiling miniz_oxide v0.8.9
15272026-05-19T18:59:31.428Z Compiling stringprep v0.1.5
15282026-05-19T18:59:31.442Z Compiling tower-http v0.6.8
15292026-05-19T18:59:31.633Z Compiling serde_urlencoded v0.7.1
15302026-05-19T18:59:31.686Z Compiling proptest v1.10.0
15312026-05-19T18:59:31.793Z Compiling thiserror v1.0.69
15322026-05-19T18:59:31.926Z Compiling scroll v0.12.0
15332026-05-19T18:59:32.012Z Compiling derive_builder_macro v0.20.2
15342026-05-19T18:59:32.193Z Compiling tokio-native-tls v0.3.1
15352026-05-19T18:59:32.449Z Compiling ipnetwork v0.21.1
15362026-05-19T18:59:32.528Z Compiling darling_macro v0.21.3
15372026-05-19T18:59:32.541Z Compiling bstr v1.12.1
15382026-05-19T18:59:32.669Z Compiling rand_chacha v0.3.1
15392026-05-19T18:59:32.852Z Compiling serde_tokenstream v0.2.3
15402026-05-19T18:59:32.925Z Compiling erased-serde v0.3.31
15412026-05-19T18:59:32.995Z Compiling serde_spanned v0.6.9
15422026-05-19T18:59:33.137Z Compiling toml_datetime v0.6.11
15432026-05-19T18:59:33.167Z Compiling md-5 v0.10.6
15442026-05-19T18:59:33.181Z Compiling pin-project-internal v1.1.11
15452026-05-19T18:59:33.329Z Compiling zerocopy-derive v0.7.35
15462026-05-19T18:59:33.390Z Compiling async-trait v0.1.89
15472026-05-19T18:59:33.403Z Compiling curve25519-dalek v4.1.3
15482026-05-19T18:59:33.473Z Compiling vergen-lib v0.1.6
15492026-05-19T18:59:33.651Z Compiling num-integer v0.1.46
15502026-05-19T18:59:33.730Z Compiling hash32 v0.2.1
15512026-05-19T18:59:33.916Z Compiling ff v0.13.1
15522026-05-19T18:59:33.971Z Compiling memoffset v0.9.1
15532026-05-19T18:59:34.054Z Compiling litrs v1.0.0
15542026-05-19T18:59:34.157Z Compiling smoltcp v0.9.1
15552026-05-19T18:59:34.174Z Compiling zlib-rs v0.6.2
15562026-05-19T18:59:34.261Z Compiling rustix v0.38.44
15572026-05-19T18:59:34.381Z Compiling base16ct v0.2.0
15582026-05-19T18:59:34.487Z Compiling num-bigint-dig v0.8.6
15592026-05-19T18:59:34.549Z Compiling ref-cast v1.0.25
15602026-05-19T18:59:34.563Z Compiling fallible-iterator v0.2.0
15612026-05-19T18:59:34.600Z Compiling psl-types v2.0.11
15622026-05-19T18:59:34.673Z Compiling cfg_aliases v0.2.1
15632026-05-19T18:59:34.730Z Compiling publicsuffix v2.3.0
15642026-05-19T18:59:34.748Z Compiling nix v0.31.2
15652026-05-19T18:59:34.868Z Compiling postgres-protocol v0.6.10
15662026-05-19T18:59:34.921Z Compiling document-features v0.2.12
15672026-05-19T18:59:34.992Z Compiling sec1 v0.7.3
15682026-05-19T18:59:35.135Z Compiling pin-project v1.1.11
15692026-05-19T18:59:35.234Z Compiling zerocopy v0.7.35
15702026-05-19T18:59:35.357Z Compiling group v0.13.0
15712026-05-19T18:59:35.414Z Compiling newtype-uuid v1.3.2
15722026-05-19T18:59:35.500Z Compiling num-iter v0.1.45
15732026-05-19T18:59:35.728Z Compiling darling v0.21.3
15742026-05-19T18:59:35.765Z Compiling rand v0.8.6
15752026-05-19T18:59:35.807Z Compiling oxnet v0.1.4
15762026-05-19T18:59:36.094Z Compiling derive_builder v0.20.2
15772026-05-19T18:59:36.160Z Compiling hubpack_derive v0.1.1
15782026-05-19T18:59:36.187Z Compiling hyper-tls v0.6.0
15792026-05-19T18:59:36.210Z Compiling goblin v0.8.2
15802026-05-19T18:59:36.802Z Compiling phf_shared v0.13.1
15812026-05-19T18:59:36.923Z Compiling lazy_static v1.5.0
15822026-05-19T18:59:36.954Z Compiling regex v1.12.3
15832026-05-19T18:59:36.969Z Compiling futures-executor v0.3.32
15842026-05-19T18:59:37.015Z Compiling cargo-platform v0.1.9
15852026-05-19T18:59:37.041Z Compiling flate2 v1.1.9
15862026-05-19T18:59:37.226Z Compiling hex v0.4.3
15872026-05-19T18:59:37.271Z Compiling hkdf v0.12.4
15882026-05-19T18:59:37.388Z Compiling crypto-bigint v0.5.5
15892026-05-19T18:59:37.402Z Compiling terminal_size v0.4.3
15902026-05-19T18:59:37.443Z Compiling daft-derive v0.1.5
15912026-05-19T18:59:37.462Z Compiling ref-cast-impl v1.0.25
15922026-05-19T18:59:37.502Z Compiling snafu-derive v0.8.9
15932026-05-19T18:59:37.539Z Compiling strum_macros v0.27.2
15942026-05-19T18:59:38.013Z Compiling curve25519-dalek-derive v0.1.1
15952026-05-19T18:59:38.156Z Compiling vergen v9.0.6
15962026-05-19T18:59:38.331Z Compiling fs-err v3.3.0
15972026-05-19T18:59:38.520Z Compiling ahash v0.8.12
15982026-05-19T18:59:38.644Z Compiling encoding_rs v0.8.35
15992026-05-19T18:59:38.719Z Compiling bumpalo v3.20.2
16002026-05-19T18:59:38.967Z Compiling unicode-segmentation v1.12.0
16012026-05-19T18:59:39.345Z Compiling foldhash v0.1.5
16022026-05-19T18:59:39.389Z Compiling libbz2-rs-sys v0.2.2
16032026-05-19T18:59:39.493Z Compiling foldhash v0.2.0
16042026-05-19T18:59:39.506Z Compiling mime v0.3.17
16052026-05-19T18:59:39.519Z Compiling managed v0.8.0
16062026-05-19T18:59:39.713Z Compiling object v0.37.3
16072026-05-19T18:59:39.728Z Compiling same-file v1.0.6
16082026-05-19T18:59:39.743Z Compiling winnow v0.5.40
16092026-05-19T18:59:39.756Z Compiling bitflags v1.3.2
16102026-05-19T18:59:39.830Z Compiling walkdir v2.5.0
16112026-05-19T18:59:40.023Z Compiling bzip2 v0.6.1
16122026-05-19T18:59:40.058Z Compiling hashbrown v0.16.1
16132026-05-19T18:59:40.144Z Compiling strum v0.27.2
16142026-05-19T18:59:40.157Z Compiling hashbrown v0.15.5
16152026-05-19T18:59:40.220Z Compiling snafu v0.8.9
16162026-05-19T18:59:40.267Z Compiling clap_builder v4.5.60
16172026-05-19T18:59:40.562Z Compiling zopfli v0.8.3
16182026-05-19T18:59:40.702Z Compiling dof v0.3.0
16192026-05-19T18:59:40.819Z Compiling elliptic-curve v0.13.8
16202026-05-19T18:59:41.128Z Compiling toml_edit v0.19.15
16212026-05-19T18:59:41.217Z Compiling daft v0.1.5
16222026-05-19T18:59:41.334Z Compiling cargo_metadata v0.19.2
16232026-05-19T18:59:41.416Z Compiling futures v0.3.32
16242026-05-19T18:59:41.502Z Compiling phf v0.13.1
16252026-05-19T18:59:42.063Z Compiling signal-hook-mio v0.2.5
16262026-05-19T18:59:42.191Z Compiling hubpack v0.1.2
16272026-05-19T18:59:42.408Z Compiling cookie_store v0.22.1
16282026-05-19T18:59:42.701Z Compiling zstd v0.13.3
16292026-05-19T18:59:42.716Z Compiling bzip2 v0.4.4
16302026-05-19T18:59:42.925Z Compiling serde_with_macros v3.17.0
16312026-05-19T18:59:43.058Z Compiling postgres-types v0.2.12
16322026-05-19T18:59:43.238Z Compiling usdt-macro v0.6.0
16332026-05-19T18:59:43.600Z Compiling usdt-attr-macro v0.6.0
16342026-05-19T18:59:43.714Z Compiling globset v0.4.18
16352026-05-19T18:59:43.792Z Compiling dtrace-parser v0.2.0
16362026-05-19T18:59:43.964Z Compiling ed25519 v2.2.3
16372026-05-19T18:59:44.040Z Compiling phf_shared v0.11.3
16382026-05-19T18:59:44.174Z Compiling olpc-cjson v0.1.4
16392026-05-19T18:59:44.217Z Compiling pkcs1 v0.7.5
16402026-05-19T18:59:44.332Z Compiling serde_plain v1.0.2
16412026-05-19T18:59:44.380Z Compiling serde-big-array v0.5.1
16422026-05-19T18:59:44.380Z Compiling rfc6979 v0.4.0
16432026-05-19T18:59:44.514Z Compiling async-recursion v1.1.1
16442026-05-19T18:59:44.517Z Compiling enum-as-inner v0.6.1
16452026-05-19T18:59:44.518Z Compiling clap_derive v4.5.55
16462026-05-19T18:59:44.543Z Compiling strum_macros v0.26.4
16472026-05-19T18:59:44.611Z Compiling serde_repr v0.1.20
16482026-05-19T18:59:44.861Z Compiling pem v3.0.6
16492026-05-19T18:59:45.014Z Compiling float-cmp v0.10.0
16502026-05-19T18:59:45.129Z Compiling memmap2 v0.9.10
16512026-05-19T18:59:45.150Z Compiling thread-id v4.2.2
16522026-05-19T18:59:45.162Z Compiling env_filter v1.0.0
16532026-05-19T18:59:45.187Z Compiling precomputed-hash v0.1.1
16542026-05-19T18:59:45.230Z Compiling typed-path v0.9.3
16552026-05-19T18:59:45.272Z Compiling normalize-line-endings v0.3.0
16562026-05-19T18:59:45.340Z Compiling difflib v0.4.0
16572026-05-19T18:59:45.367Z Compiling keccak v0.1.6
16582026-05-19T18:59:45.458Z Compiling static_assertions v1.1.0
16592026-05-19T18:59:45.533Z Compiling whoami v2.1.0
16602026-05-19T18:59:45.884Z Compiling data-encoding v2.10.0
16612026-05-19T18:59:45.898Z Compiling either v1.15.0
16622026-05-19T18:59:46.098Z Compiling new_debug_unreachable v1.0.6
16632026-05-19T18:59:46.177Z Compiling jiff v0.2.21
16642026-05-19T18:59:46.181Z Compiling fixedbitset v0.5.7
16652026-05-19T18:59:46.266Z Compiling predicates-core v1.0.10
16662026-05-19T18:59:46.287Z Compiling fixedbitset v0.4.2
16672026-05-19T18:59:46.434Z Compiling toml_edit v0.22.27
16682026-05-19T18:59:46.438Z Compiling petgraph v0.6.5
16692026-05-19T18:59:46.496Z Compiling petgraph v0.8.3
16702026-05-19T18:59:46.506Z Compiling predicates v3.1.4
16712026-05-19T18:59:46.564Z Compiling clap v4.5.60
16722026-05-19T18:59:46.648Z Compiling strum v0.26.3
16732026-05-19T18:59:46.778Z Compiling string_cache v0.8.9
16742026-05-19T18:59:47.027Z Compiling hickory-proto v0.25.2
16752026-05-19T18:59:47.117Z Compiling itertools v0.13.0
16762026-05-19T18:59:47.187Z Compiling tokio-postgres v0.7.16
16772026-05-19T18:59:47.969Z Compiling sha3 v0.10.8
16782026-05-19T18:59:48.372Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16792026-05-19T18:59:48.425Z Compiling env_logger v0.11.9
16802026-05-19T18:59:48.515Z Compiling usdt v0.6.0
16812026-05-19T18:59:48.777Z Compiling zip v4.6.1
16822026-05-19T18:59:48.780Z Compiling usdt-impl v0.5.0
16832026-05-19T18:59:49.203Z Compiling ecdsa v0.16.9
16842026-05-19T18:59:49.382Z Compiling rsa v0.9.10
16852026-05-19T18:59:49.389Z Compiling ed25519-dalek v2.2.0
16862026-05-19T18:59:49.587Z Compiling serde_with v3.17.0
16872026-05-19T18:59:49.734Z Compiling crossterm v0.28.1
16882026-05-19T18:59:50.407Z Compiling zip v0.6.6
16892026-05-19T18:59:51.000Z Compiling toml v0.7.8
16902026-05-19T18:59:51.202Z Compiling iddqd v0.4.1
16912026-05-19T18:59:51.593Z Compiling toml_parser v1.0.9+spec-1.1.0
16922026-05-19T18:59:51.664Z Compiling similar v2.7.0
16932026-05-19T18:59:51.719Z Compiling heck v0.4.1
16942026-05-19T18:59:51.769Z Compiling crossbeam-epoch v0.9.18
16952026-05-19T18:59:51.996Z Compiling tokio-stream v0.1.18
16962026-05-19T18:59:52.075Z Compiling buf-list v1.1.2
16972026-05-19T18:59:52.260Z Compiling x509-cert v0.2.5
16982026-05-19T18:59:52.482Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16992026-05-19T18:59:52.534Z Compiling openapiv3 v2.2.0
17002026-05-19T18:59:52.534Z Compiling sha1 v0.10.6
17012026-05-19T18:59:52.601Z Compiling toml_datetime v0.7.5+spec-1.1.0
17022026-05-19T18:59:52.689Z Compiling peg-runtime v0.8.5
17032026-05-19T18:59:52.699Z Compiling lalrpop-util v0.19.12
17042026-05-19T18:59:52.726Z Compiling thread_local v1.1.9
17052026-05-19T18:59:52.831Z Compiling slog-async v2.8.0
17062026-05-19T18:59:52.854Z Compiling crossbeam-channel v0.5.15
17072026-05-19T18:59:52.940Z Compiling filetime v0.2.27
17082026-05-19T18:59:53.074Z Compiling is-terminal v0.4.17
17092026-05-19T18:59:53.673Z Compiling xattr v1.6.1
17102026-05-19T18:59:53.673Z Compiling term v1.2.1
17112026-05-19T18:59:53.700Z Compiling take_mut v0.2.2
17122026-05-19T18:59:53.700Z Compiling tar v0.4.45
17132026-05-19T18:59:53.741Z Compiling slog-term v2.9.2
17142026-05-19T19:00:03.537Z Compiling rustls-webpki v0.103.9
17152026-05-19T19:00:06.277Z Compiling tokio-rustls v0.26.4
17162026-05-19T19:00:06.277Z Compiling rustls-platform-verifier v0.6.2
17172026-05-19T19:00:06.479Z Compiling hyper-rustls v0.27.7
17182026-05-19T19:00:06.582Z Compiling reqwest v0.12.28
17192026-05-19T19:00:06.754Z Compiling reqwest v0.13.2
17202026-05-19T19:00:07.929Z Compiling tough v0.22.0
17212026-05-19T19:00:10.347Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17222026-05-19T19:00:10.722Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17232026-05-19T19:00:13.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17242026-05-19T19:00:13.520Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17252026-05-19T19:00:13.561ZMay 19 19:00:12.672 INFO Starting download, target: Clickhouse
17262026-05-19T19:00:13.561ZMay 19 19:00:12.673 INFO Starting download, target: Console
17272026-05-19T19:00:13.561ZMay 19 19:00:12.673 INFO Starting download, target: DendriteStub
17282026-05-19T19:00:13.561ZMay 19 19:00:12.673 INFO Starting download, target: Cockroach
17292026-05-19T19:00:13.561ZMay 19 19:00:12.673 INFO Starting download, target: MaghemiteMgd
17302026-05-19T19:00:13.561ZMay 19 19:00:12.673 INFO Starting download, target: TransceiverControl
17312026-05-19T19:00:13.565ZMay 19 19:00:12.673 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17322026-05-19T19:00:13.565ZMay 19 19:00:12.673 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17332026-05-19T19:00:13.565ZMay 19 19:00:12.673 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17342026-05-19T19:00:13.565ZMay 19 19:00:12.673 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17352026-05-19T19:00:13.565ZMay 19 19:00:12.673 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17362026-05-19T19:00:13.565ZMay 19 19:00:12.673 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17372026-05-19T19:00:14.113ZMay 19 19:00:13.201 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17382026-05-19T19:00:14.389ZMay 19 19:00:13.406 INFO Download complete, target: TransceiverControl
17392026-05-19T19:00:14.599ZMay 19 19:00:13.707 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17402026-05-19T19:00:14.870ZMay 19 19:00:13.936 INFO Download complete, target: Console
17412026-05-19T19:00:15.712ZMay 19 19:00:14.822 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17422026-05-19T19:00:15.900ZMay 19 19:00:15.005 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17432026-05-19T19:00:16.216ZMay 19 19:00:15.316 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17442026-05-19T19:00:16.956ZMay 19 19:00:16.067 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17452026-05-19T19:00:16.956ZMay 19 19:00:16.067 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17462026-05-19T19:00:18.207ZMay 19 19:00:17.311 INFO Download complete, target: DendriteStub
17472026-05-19T19:00:18.542ZMay 19 19:00:17.644 INFO Download complete, target: MaghemiteMgd
17482026-05-19T19:00:21.522ZMay 19 19:00:20.611 INFO Checking that binary works, target: Cockroach
17492026-05-19T19:00:21.699ZMay 19 19:00:20.782 INFO Download complete, target: Cockroach
17502026-05-19T19:00:22.367ZMay 19 19:00:21.475 INFO Checking that binary works, target: Clickhouse
17512026-05-19T19:00:22.491ZMay 19 19:00:21.597 INFO Download complete, target: Clickhouse
17522026-05-19T19:00:22.519ZAll builder prerequisites installed successfully, and PATH looks valid
17532026-05-19T19:00:22.519Z
17542026-05-19T19:00:22.519Zreal 2:17.197499471
17552026-05-19T19:00:22.519Zuser 6:54.812190211
17562026-05-19T19:00:22.519Zsys 1:22.439726850
17572026-05-19T19:00:22.519Ztrap 0.224173023
17582026-05-19T19:00:22.519Ztflt 1.024172424
17592026-05-19T19:00:22.519Zdflt 0.965765292
17602026-05-19T19:00:22.519Zkflt 0.039768547
17612026-05-19T19:00:22.519Zlock 21:35.696424963
17622026-05-19T19:00:22.519Zslp 21:29.491424447
17632026-05-19T19:00:22.520Zlat 41.084763384
17642026-05-19T19:00:22.520Zstop 1:51.828114789
17652026-05-19T19:00:22.520Z+ banner hack-check
17662026-05-19T19:00:22.520Z
17672026-05-19T19:00:22.520Z # # ## #### # # #### # # ###### #### # #
17682026-05-19T19:00:22.520Z # # # # # # # # # # # # # # # # #
17692026-05-19T19:00:22.520Z ###### # # # #### ##### # ###### ##### # ####
17702026-05-19T19:00:22.520Z # # ###### # # # # # # # # # #
17712026-05-19T19:00:22.520Z # # # # # # # # # # # # # # # # #
17722026-05-19T19:00:22.520Z # # # # #### # # #### # # ###### #### # #
17732026-05-19T19:00:22.520Z
17742026-05-19T19:00:22.520Z+ export CARGO_INCREMENTAL=0
17752026-05-19T19:00:22.520Z+ CARGO_INCREMENTAL=0
17762026-05-19T19:00:22.520Z+ ptime -m timeout 2h cargo xtask check-features --ci
17772026-05-19T19:00:23.036Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17782026-05-19T19:00:23.252Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17792026-05-19T19:00:25.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.60s
17802026-05-19T19:00:25.201Z Running `target/debug/xtask check-features --ci`
17812026-05-19T19:00:25.229Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17822026-05-19T19:00:25.233Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17832026-05-19T19:00:25.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
17842026-05-19T19:00:25.739Z Running `target/debug/xtask download cargo-hack`
17852026-05-19T19:00:26.518Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17862026-05-19T19:00:26.824Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17872026-05-19T19:00:29.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.61s
17882026-05-19T19:00:29.553Z Running `target/debug/xtask-downloader cargo-hack`
17892026-05-19T19:00:29.594ZMay 19 19:00:28.705 INFO Starting download, target: CargoHack
17902026-05-19T19:00:29.599ZMay 19 19:00:28.706 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17912026-05-19T19:00:29.808ZMay 19 19:00:28.919 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17922026-05-19T19:00:29.857ZMay 19 19:00:28.968 INFO Download complete, target: CargoHack
17932026-05-19T19:00:29.863Zrunning: "/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"
17942026-05-19T19:00:29.874Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17952026-05-19T19:00:30.031Zinfo: running `cargo check --bins` on api_identity (1/276)
17962026-05-19T19:00:30.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17972026-05-19T19:00:30.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17982026-05-19T19:00:30.552Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17992026-05-19T19:00:30.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18002026-05-19T19:00:30.612Z
18012026-05-19T19:00:30.612Zinfo: running `cargo check --bins` on bootstore (2/276)
18022026-05-19T19:00:31.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18032026-05-19T19:00:31.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18042026-05-19T19:00:31.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18052026-05-19T19:00:31.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18062026-05-19T19:00:31.200Z
18072026-05-19T19:00:31.200Zinfo: running `cargo check --bins` on omicron-ledger (3/276)
18082026-05-19T19:00:31.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18092026-05-19T19:00:31.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18102026-05-19T19:00:31.721Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18112026-05-19T19:00:31.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18122026-05-19T19:00:31.763Z
18132026-05-19T19:00:31.763Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/276)
18142026-05-19T19:00:32.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18152026-05-19T19:00:32.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18162026-05-19T19:00:32.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18172026-05-19T19:00:32.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18182026-05-19T19:00:32.332Z
18192026-05-19T19:00:32.332Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/276)
18202026-05-19T19:00:32.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18212026-05-19T19:00:32.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18222026-05-19T19:00:32.845Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18232026-05-19T19:00:32.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18242026-05-19T19:00:32.921Z
18252026-05-19T19:00:32.921Zinfo: running `cargo check --bins` on omicron-certificates (6/276)
18262026-05-19T19:00:33.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18272026-05-19T19:00:33.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18282026-05-19T19:00:33.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18292026-05-19T19:00:33.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18302026-05-19T19:00:33.500Z
18312026-05-19T19:00:33.500Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/276)
18322026-05-19T19:00:34.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18332026-05-19T19:00:34.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18342026-05-19T19:00:34.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18352026-05-19T19:00:34.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18362026-05-19T19:00:34.105Z
18372026-05-19T19:00:34.105Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/276)
18382026-05-19T19:00:34.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18392026-05-19T19:00:34.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18402026-05-19T19:00:34.623Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18412026-05-19T19:00:34.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18422026-05-19T19:00:34.706Z
18432026-05-19T19:00:34.707Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/276)
18442026-05-19T19:00:35.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18452026-05-19T19:00:35.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18462026-05-19T19:00:35.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18472026-05-19T19:00:35.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18482026-05-19T19:00:35.167Z
18492026-05-19T19:00:35.167Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/276)
18502026-05-19T19:00:35.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18512026-05-19T19:00:35.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18522026-05-19T19:00:35.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18532026-05-19T19:00:35.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18542026-05-19T19:00:35.639Z
18552026-05-19T19:00:35.639Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/276)
18562026-05-19T19:00:36.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18572026-05-19T19:00:36.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18582026-05-19T19:00:36.068Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18592026-05-19T19:00:36.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18602026-05-19T19:00:36.103Z
18612026-05-19T19:00:36.103Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/276)
18622026-05-19T19:00:36.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18632026-05-19T19:00:36.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18642026-05-19T19:00:36.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18652026-05-19T19:00:36.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18662026-05-19T19:00:36.573Z
18672026-05-19T19:00:36.574Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/276)
18682026-05-19T19:00:36.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18692026-05-19T19:00:36.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18702026-05-19T19:00:36.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18712026-05-19T19:00:36.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18722026-05-19T19:00:37.031Z
18732026-05-19T19:00:37.032Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/276)
18742026-05-19T19:00:37.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18752026-05-19T19:00:37.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18762026-05-19T19:00:37.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18772026-05-19T19:00:37.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18782026-05-19T19:00:37.490Z
18792026-05-19T19:00:37.490Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/276)
18802026-05-19T19:00:37.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18812026-05-19T19:00:37.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18822026-05-19T19:00:37.904Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18832026-05-19T19:00:37.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18842026-05-19T19:00:37.960Z
18852026-05-19T19:00:37.960Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/276)
18862026-05-19T19:00:38.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18872026-05-19T19:00:38.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18882026-05-19T19:00:38.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18892026-05-19T19:00:38.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18902026-05-19T19:00:38.429Z
18912026-05-19T19:00:38.429Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/276)
18922026-05-19T19:00:38.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18932026-05-19T19:00:38.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18942026-05-19T19:00:38.884Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18952026-05-19T19:00:38.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18962026-05-19T19:00:38.914Z
18972026-05-19T19:00:38.914Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/276)
18982026-05-19T19:00:39.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18992026-05-19T19:00:39.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19002026-05-19T19:00:39.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19012026-05-19T19:00:39.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19022026-05-19T19:00:39.383Z
19032026-05-19T19:00:39.383Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/276)
19042026-05-19T19:00:39.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19052026-05-19T19:00:39.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19062026-05-19T19:00:39.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19072026-05-19T19:00:39.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19082026-05-19T19:00:39.838Z
19092026-05-19T19:00:39.838Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/276)
19102026-05-19T19:00:40.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19112026-05-19T19:00:40.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19122026-05-19T19:00:40.266Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19132026-05-19T19:00:40.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19142026-05-19T19:00:40.319Z
19152026-05-19T19:00:40.319Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/276)
19162026-05-19T19:00:40.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19172026-05-19T19:00:40.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19182026-05-19T19:00:40.715Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19192026-05-19T19:00:40.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19202026-05-19T19:00:40.777Z
19212026-05-19T19:00:40.777Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/276)
19222026-05-19T19:00:41.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19232026-05-19T19:00:41.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19242026-05-19T19:00:41.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19252026-05-19T19:00:41.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19262026-05-19T19:00:41.254Z
19272026-05-19T19:00:41.254Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/276)
19282026-05-19T19:00:41.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19292026-05-19T19:00:41.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19302026-05-19T19:00:41.662Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19312026-05-19T19:00:41.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19322026-05-19T19:00:41.722Z
19332026-05-19T19:00:41.722Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/276)
19342026-05-19T19:00:42.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19352026-05-19T19:00:42.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19362026-05-19T19:00:42.178Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19372026-05-19T19:00:42.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19382026-05-19T19:00:42.223Z
19392026-05-19T19:00:42.223Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/276)
19402026-05-19T19:00:42.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19412026-05-19T19:00:42.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19422026-05-19T19:00:42.659Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19432026-05-19T19:00:42.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19442026-05-19T19:00:42.666Z
19452026-05-19T19:00:42.667Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/276)
19462026-05-19T19:00:43.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19472026-05-19T19:00:43.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19482026-05-19T19:00:43.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19492026-05-19T19:00:43.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19502026-05-19T19:00:43.125Z
19512026-05-19T19:00:43.126Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/276)
19522026-05-19T19:00:43.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19532026-05-19T19:00:43.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19542026-05-19T19:00:43.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19552026-05-19T19:00:43.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19562026-05-19T19:00:43.614Z
19572026-05-19T19:00:43.614Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/276)
19582026-05-19T19:00:44.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19592026-05-19T19:00:44.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19602026-05-19T19:00:44.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19612026-05-19T19:00:44.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19622026-05-19T19:00:44.081Z
19632026-05-19T19:00:44.081Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/276)
19642026-05-19T19:00:44.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19652026-05-19T19:00:44.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19662026-05-19T19:00:44.562Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19672026-05-19T19:00:44.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19682026-05-19T19:00:44.575Z
19692026-05-19T19:00:44.575Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/276)
19702026-05-19T19:00:44.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19712026-05-19T19:00:45.000Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19722026-05-19T19:00:45.000Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19732026-05-19T19:00:45.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19742026-05-19T19:00:45.019Z
19752026-05-19T19:00:45.019Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/276)
19762026-05-19T19:00:45.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19772026-05-19T19:00:45.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19782026-05-19T19:00:45.422Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19792026-05-19T19:00:45.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19802026-05-19T19:00:45.484Z
19812026-05-19T19:00:45.484Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/276)
19822026-05-19T19:00:45.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19832026-05-19T19:00:45.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19842026-05-19T19:00:45.878Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19852026-05-19T19:00:45.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19862026-05-19T19:00:45.922Z
19872026-05-19T19:00:45.922Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/276)
19882026-05-19T19:00:46.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19892026-05-19T19:00:46.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19902026-05-19T19:00:46.355Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19912026-05-19T19:00:46.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19922026-05-19T19:00:46.390Z
19932026-05-19T19:00:46.390Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/276)
19942026-05-19T19:00:46.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19952026-05-19T19:00:46.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19962026-05-19T19:00:46.796Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19972026-05-19T19:00:46.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19982026-05-19T19:00:46.855Z
19992026-05-19T19:00:46.855Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/276)
20002026-05-19T19:00:47.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20012026-05-19T19:00:47.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20022026-05-19T19:00:47.263Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20032026-05-19T19:00:47.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20042026-05-19T19:00:47.313Z
20052026-05-19T19:00:47.313Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/276)
20062026-05-19T19:00:47.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20072026-05-19T19:00:47.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20082026-05-19T19:00:47.719Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20092026-05-19T19:00:47.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20102026-05-19T19:00:47.778Z
20112026-05-19T19:00:47.778Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/276)
20122026-05-19T19:00:48.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20132026-05-19T19:00:48.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20142026-05-19T19:00:48.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20152026-05-19T19:00:48.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20162026-05-19T19:00:48.243Z
20172026-05-19T19:00:48.243Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/276)
20182026-05-19T19:00:48.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20192026-05-19T19:00:48.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20202026-05-19T19:00:48.650Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20212026-05-19T19:00:48.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20222026-05-19T19:00:48.704Z
20232026-05-19T19:00:48.704Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/276)
20242026-05-19T19:00:49.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20252026-05-19T19:00:49.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20262026-05-19T19:00:49.114Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20272026-05-19T19:00:49.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20282026-05-19T19:00:49.168Z
20292026-05-19T19:00:49.168Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/276)
20302026-05-19T19:00:49.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20312026-05-19T19:00:49.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20322026-05-19T19:00:49.587Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20332026-05-19T19:00:49.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20342026-05-19T19:00:49.638Z
20352026-05-19T19:00:49.638Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/276)
20362026-05-19T19:00:50.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20372026-05-19T19:00:50.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20382026-05-19T19:00:50.050Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20392026-05-19T19:00:50.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20402026-05-19T19:00:50.108Z
20412026-05-19T19:00:50.108Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/276)
20422026-05-19T19:00:50.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20432026-05-19T19:00:50.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20442026-05-19T19:00:50.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20452026-05-19T19:00:50.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20462026-05-19T19:00:50.574Z
20472026-05-19T19:00:50.574Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/276)
20482026-05-19T19:00:50.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20492026-05-19T19:00:50.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20502026-05-19T19:00:50.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20512026-05-19T19:00:50.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20522026-05-19T19:00:51.045Z
20532026-05-19T19:00:51.045Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/276)
20542026-05-19T19:00:51.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20552026-05-19T19:00:51.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20562026-05-19T19:00:51.456Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20572026-05-19T19:00:51.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20582026-05-19T19:00:51.511Z
20592026-05-19T19:00:51.511Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/276)
20602026-05-19T19:00:51.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20612026-05-19T19:00:51.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20622026-05-19T19:00:51.926Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20632026-05-19T19:00:51.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20642026-05-19T19:00:51.980Z
20652026-05-19T19:00:51.980Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/276)
20662026-05-19T19:00:52.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20672026-05-19T19:00:52.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20682026-05-19T19:00:52.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20692026-05-19T19:00:52.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20702026-05-19T19:00:52.455Z
20712026-05-19T19:00:52.455Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/276)
20722026-05-19T19:00:52.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20732026-05-19T19:00:52.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20742026-05-19T19:00:52.865Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20752026-05-19T19:00:52.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20762026-05-19T19:00:52.915Z
20772026-05-19T19:00:52.915Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/276)
20782026-05-19T19:00:53.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20792026-05-19T19:00:53.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20802026-05-19T19:00:53.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20812026-05-19T19:00:53.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20822026-05-19T19:00:53.380Z
20832026-05-19T19:00:53.380Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/276)
20842026-05-19T19:00:53.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20852026-05-19T19:00:53.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20862026-05-19T19:00:53.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20872026-05-19T19:00:53.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20882026-05-19T19:00:54.019Z
20892026-05-19T19:00:54.019Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/276)
20902026-05-19T19:00:54.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20912026-05-19T19:00:54.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20922026-05-19T19:00:54.541Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20932026-05-19T19:00:54.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20942026-05-19T19:00:54.638Z
20952026-05-19T19:00:54.639Zinfo: running `cargo check --bins` on nexus-config (51/276)
20962026-05-19T19:00:55.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20972026-05-19T19:00:55.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20982026-05-19T19:00:55.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20992026-05-19T19:00:55.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21002026-05-19T19:00:55.272Z
21012026-05-19T19:00:55.272Zinfo: running `cargo check --bins` on nexus-types (52/276)
21022026-05-19T19:00:55.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21032026-05-19T19:00:55.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21042026-05-19T19:00:55.808Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21052026-05-19T19:00:55.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21062026-05-19T19:00:55.908Z
21072026-05-19T19:00:55.908Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/276)
21082026-05-19T19:00:56.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21092026-05-19T19:00:56.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21102026-05-19T19:00:56.422Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21112026-05-19T19:00:56.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21122026-05-19T19:00:56.521Z
21132026-05-19T19:00:56.521Zinfo: running `cargo check --bins` on omicron-passwords (54/276)
21142026-05-19T19:00:57.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21152026-05-19T19:00:57.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21162026-05-19T19:00:57.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21172026-05-19T19:00:57.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21182026-05-19T19:00:57.094Z
21192026-05-19T19:00:57.094Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/276)
21202026-05-19T19:00:57.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21212026-05-19T19:00:57.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21222026-05-19T19:00:57.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21232026-05-19T19:00:57.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21242026-05-19T19:00:57.691Z
21252026-05-19T19:00:57.691Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/276)
21262026-05-19T19:00:58.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21272026-05-19T19:00:58.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21282026-05-19T19:00:58.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21292026-05-19T19:00:58.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21302026-05-19T19:00:58.293Z
21312026-05-19T19:00:58.293Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/276)
21322026-05-19T19:00:58.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21332026-05-19T19:00:58.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21342026-05-19T19:00:58.800Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21352026-05-19T19:00:58.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21362026-05-19T19:00:58.905Z
21372026-05-19T19:00:58.905Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/276)
21382026-05-19T19:00:59.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21392026-05-19T19:00:59.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21402026-05-19T19:00:59.399Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21412026-05-19T19:00:59.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21422026-05-19T19:00:59.499Z
21432026-05-19T19:00:59.499Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/276)
21442026-05-19T19:00:59.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21452026-05-19T19:00:59.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21462026-05-19T19:00:59.987Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21472026-05-19T19:00:59.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21482026-05-19T19:01:00.067Z
21492026-05-19T19:01:00.068Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/276)
21502026-05-19T19:01:00.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21512026-05-19T19:01:00.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21522026-05-19T19:01:00.564Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21532026-05-19T19:01:00.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21542026-05-19T19:01:00.649Z
21552026-05-19T19:01:00.650Zinfo: running `cargo check --bins --no-default-features` on gfss (61/276)
21562026-05-19T19:01:01.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21572026-05-19T19:01:01.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21582026-05-19T19:01:01.145Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21592026-05-19T19:01:01.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21602026-05-19T19:01:01.230Z
21612026-05-19T19:01:01.230Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/276)
21622026-05-19T19:01:01.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21632026-05-19T19:01:01.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21642026-05-19T19:01:01.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21652026-05-19T19:01:01.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21662026-05-19T19:01:01.811Z
21672026-05-19T19:01:01.811Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/276)
21682026-05-19T19:01:02.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21692026-05-19T19:01:02.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21702026-05-19T19:01:02.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21712026-05-19T19:01:02.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21722026-05-19T19:01:02.415Z
21732026-05-19T19:01:02.415Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/276)
21742026-05-19T19:01:02.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21752026-05-19T19:01:02.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21762026-05-19T19:01:02.930Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21772026-05-19T19:01:02.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21782026-05-19T19:01:03.020Z
21792026-05-19T19:01:03.020Zinfo: running `cargo check --bins` on cockroach-admin-types (65/276)
21802026-05-19T19:01:03.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21812026-05-19T19:01:03.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21822026-05-19T19:01:03.512Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21832026-05-19T19:01:03.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21842026-05-19T19:01:03.594Z
21852026-05-19T19:01:03.594Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/276)
21862026-05-19T19:01:04.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21872026-05-19T19:01:04.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21882026-05-19T19:01:04.096Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21892026-05-19T19:01:04.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21902026-05-19T19:01:04.180Z
21912026-05-19T19:01:04.180Zinfo: running `cargo check --bins` on ereport-types (67/276)
21922026-05-19T19:01:04.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21932026-05-19T19:01:04.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21942026-05-19T19:01:04.685Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21952026-05-19T19:01:04.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21962026-05-19T19:01:04.774Z
21972026-05-19T19:01:04.774Zinfo: running `cargo check --bins` on gateway-client (68/276)
21982026-05-19T19:01:05.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21992026-05-19T19:01:05.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22002026-05-19T19:01:05.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22012026-05-19T19:01:05.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22022026-05-19T19:01:05.369Z
22032026-05-19T19:01:05.369Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/276)
22042026-05-19T19:01:05.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22052026-05-19T19:01:05.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22062026-05-19T19:01:05.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22072026-05-19T19:01:05.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22082026-05-19T19:01:05.960Z
22092026-05-19T19:01:05.960Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/276)
22102026-05-19T19:01:06.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22112026-05-19T19:01:06.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22122026-05-19T19:01:06.462Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22132026-05-19T19:01:06.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22142026-05-19T19:01:06.548Z
22152026-05-19T19:01:06.548Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/276)
22162026-05-19T19:01:07.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22172026-05-19T19:01:07.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22182026-05-19T19:01:07.056Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22192026-05-19T19:01:07.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22202026-05-19T19:01:07.143Z
22212026-05-19T19:01:07.143Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/276)
22222026-05-19T19:01:07.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22232026-05-19T19:01:07.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22242026-05-19T19:01:07.650Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22252026-05-19T19:01:07.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22262026-05-19T19:01:07.739Z
22272026-05-19T19:01:07.740Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/276)
22282026-05-19T19:01:08.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22292026-05-19T19:01:08.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22302026-05-19T19:01:08.369Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22312026-05-19T19:01:08.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22322026-05-19T19:01:08.399Z
22332026-05-19T19:01:08.399Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/276)
22342026-05-19T19:01:08.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22352026-05-19T19:01:08.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22362026-05-19T19:01:08.874Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22372026-05-19T19:01:08.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22382026-05-19T19:01:08.968Z
22392026-05-19T19:01:08.968Zinfo: running `cargo check --bins` on key-manager-types (75/276)
22402026-05-19T19:01:09.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22412026-05-19T19:01:09.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22422026-05-19T19:01:09.462Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22432026-05-19T19:01:09.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22442026-05-19T19:01:09.544Z
22452026-05-19T19:01:09.544Zinfo: running `cargo check --bins` on oxlog (76/276)
22462026-05-19T19:01:10.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22472026-05-19T19:01:10.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22482026-05-19T19:01:10.154Z Checking cfg-if v1.0.4
22492026-05-19T19:01:10.158Z Checking libc v0.2.185
22502026-05-19T19:01:10.158Z Checking serde_core v1.0.228
22512026-05-19T19:01:10.285Z Checking zeroize v1.8.2
22522026-05-19T19:01:10.302Z Checking memchr v2.8.0
22532026-05-19T19:01:10.315Z Checking log v0.4.29
22542026-05-19T19:01:10.315Z Checking smallvec v1.15.1
22552026-05-19T19:01:10.319Z Checking typenum v1.19.0
22562026-05-19T19:01:10.319Z Checking subtle v2.6.1
22572026-05-19T19:01:10.410Z Checking itoa v1.0.17
22582026-05-19T19:01:10.444Z Checking scopeguard v1.2.0
22592026-05-19T19:01:10.459Z Checking stable_deref_trait v1.2.1
22602026-05-19T19:01:10.470Z Checking const-oid v0.9.6
22612026-05-19T19:01:10.524Z Checking zerofrom v0.1.6
22622026-05-19T19:01:10.540Z Checking lock_api v0.4.14
22632026-05-19T19:01:10.554Z Checking pin-project-lite v0.2.17
22642026-05-19T19:01:10.633Z Checking yoke v0.8.1
22652026-05-19T19:01:10.649Z Checking portable-atomic v1.13.1
22662026-05-19T19:01:10.661Z Checking getrandom v0.2.17
22672026-05-19T19:01:10.674Z Checking errno v0.3.14
22682026-05-19T19:01:10.732Z Checking parking_lot_core v0.9.12
22692026-05-19T19:01:10.785Z Checking signal-hook-registry v1.4.8
22702026-05-19T19:01:10.794Z Checking zerovec v0.11.5
22712026-05-19T19:01:10.805Z Checking rand_core v0.6.4
22722026-05-19T19:01:10.836Z Checking generic-array v0.14.7
22732026-05-19T19:01:10.911Z Checking critical-section v1.2.0
22742026-05-19T19:01:10.940Z Checking futures-core v0.3.32
22752026-05-19T19:01:10.971Z Checking parking_lot v0.12.5
22762026-05-19T19:01:11.007Z Checking mio v1.2.0
22772026-05-19T19:01:11.033Z Checking once_cell v1.21.3
22782026-05-19T19:01:11.059Z Checking zerocopy v0.8.40
22792026-05-19T19:01:11.135Z Checking zmij v1.0.21
22802026-05-19T19:01:11.148Z Checking socket2 v0.6.3
22812026-05-19T19:01:11.198Z Checking libm v0.2.16
22822026-05-19T19:01:11.622Z Checking tinystr v0.8.2
22832026-05-19T19:01:11.625Z Checking crypto-common v0.1.7
22842026-05-19T19:01:11.625Z Checking block-buffer v0.10.4
22852026-05-19T19:01:11.625Z Checking equivalent v1.0.2
22862026-05-19T19:01:11.625Z Checking writeable v0.6.2
22872026-05-19T19:01:11.625Z Checking percent-encoding v2.3.2
22882026-05-19T19:01:11.626Z Checking litemap v0.8.1
22892026-05-19T19:01:11.626Z Checking digest v0.10.7
22902026-05-19T19:01:11.626Z Checking potential_utf v0.1.4
22912026-05-19T19:01:11.626Z Checking zerotrie v0.2.3
22922026-05-19T19:01:11.626Z Checking futures-sink v0.3.32
22932026-05-19T19:01:11.626Z Checking icu_locale_core v2.1.1
22942026-05-19T19:01:11.626Z Checking icu_collections v2.1.1
22952026-05-19T19:01:11.626Z Checking slab v0.4.12
22962026-05-19T19:01:11.634Z Checking futures-channel v0.3.32
22972026-05-19T19:01:11.720Z Checking serde v1.0.228
22982026-05-19T19:01:11.751Z Checking bitflags v2.11.0
22992026-05-19T19:01:11.766Z Checking serde_json v1.0.149
23002026-05-19T19:01:11.822Z Checking futures-task v0.3.32
23012026-05-19T19:01:11.856Z Checking cpufeatures v0.2.17
23022026-05-19T19:01:11.886Z Checking num-traits v0.2.19
23032026-05-19T19:01:11.913Z Checking futures-io v0.3.32
23042026-05-19T19:01:11.925Z Checking hmac v0.12.1
23052026-05-19T19:01:11.953Z Checking icu_normalizer_data v2.1.1
23062026-05-19T19:01:12.023Z Checking futures-util v0.3.32
23072026-05-19T19:01:12.032Z Checking icu_properties_data v2.1.2
23082026-05-19T19:01:12.047Z Checking hashbrown v0.17.0
23092026-05-19T19:01:12.097Z Checking icu_provider v2.1.1
23102026-05-19T19:01:12.113Z Checking bytes v1.11.1
23112026-05-19T19:01:12.152Z Checking rand_core v0.10.0
23122026-05-19T19:01:12.289Z Checking getrandom v0.4.1
23132026-05-19T19:01:12.318Z Checking icu_properties v2.1.2
23142026-05-19T19:01:12.443Z Checking icu_normalizer v2.1.1
23152026-05-19T19:01:12.460Z Checking block-padding v0.3.3
23162026-05-19T19:01:12.461Z Checking utf8_iter v1.0.4
23172026-05-19T19:01:12.497Z Checking indexmap v2.14.0
23182026-05-19T19:01:12.539Z Checking tokio v1.52.1
23192026-05-19T19:01:12.556Z Checking inout v0.1.4
23202026-05-19T19:01:12.570Z Checking sha2 v0.10.9
23212026-05-19T19:01:12.693Z Checking cipher v0.4.4
23222026-05-19T19:01:12.701Z Checking form_urlencoded v1.2.2
23232026-05-19T19:01:12.821Z Checking getrandom v0.3.4
23242026-05-19T19:01:12.837Z Checking fnv v1.0.7
23252026-05-19T19:01:12.890Z Checking base64ct v1.8.3
23262026-05-19T19:01:12.920Z Checking byteorder v1.5.0
23272026-05-19T19:01:12.965Z Checking flagset v0.4.7
23282026-05-19T19:01:13.044Z Checking rand_core v0.9.5
23292026-05-19T19:01:13.084Z Checking http v1.4.0
23302026-05-19T19:01:13.111Z Checking pem-rfc7468 v0.7.0
23312026-05-19T19:01:13.125Z Checking regex-syntax v0.8.10
23322026-05-19T19:01:13.140Z Checking idna_adapter v1.2.1
23332026-05-19T19:01:13.224Z Checking salsa20 v0.10.2
23342026-05-19T19:01:13.257Z Checking idna v1.1.0
23352026-05-19T19:01:13.300Z Checking der v0.7.10
23362026-05-19T19:01:13.342Z Checking uuid v1.23.0
23372026-05-19T19:01:13.500Z Checking url v2.5.8
23382026-05-19T19:01:13.652Z Checking pbkdf2 v0.12.2
23392026-05-19T19:01:13.655Z Checking rustix v1.1.3
23402026-05-19T19:01:13.764Z Checking tracing-core v0.1.36
23412026-05-19T19:01:13.811Z Checking ppv-lite86 v0.2.21
23422026-05-19T19:01:13.917Z Checking rustls-pki-types v1.14.0
23432026-05-19T19:01:13.950Z Checking base64 v0.22.1
23442026-05-19T19:01:14.009Z Checking spki v0.7.3
23452026-05-19T19:01:14.068Z Checking iana-time-zone v0.1.65
23462026-05-19T19:01:14.106Z Checking rand_chacha v0.9.0
23472026-05-19T19:01:14.168Z Checking tracing v0.1.44
23482026-05-19T19:01:14.185Z Checking chrono v0.4.44
23492026-05-19T19:01:14.195Z Checking scrypt v0.11.0
23502026-05-19T19:01:14.198Z Checking http-body v1.0.1
23512026-05-19T19:01:14.292Z Checking aes v0.8.4
23522026-05-19T19:01:14.323Z Checking cbc v0.1.2
23532026-05-19T19:01:14.337Z Checking aws-lc-sys v0.40.0
23542026-05-19T19:01:14.365Z Checking openssl-probe v0.2.1
23552026-05-19T19:01:14.437Z Checking tinyvec_macros v0.1.1
23562026-05-19T19:01:14.448Z Checking untrusted v0.9.0
23572026-05-19T19:01:14.465Z Checking untrusted v0.7.1
23582026-05-19T19:01:14.499Z Checking tinyvec v1.10.0
23592026-05-19T19:01:14.513Z Checking rand v0.9.2
23602026-05-19T19:01:14.546Z Checking ring v0.17.14
23612026-05-19T19:01:14.572Z Checking tower-service v0.3.3
23622026-05-19T19:01:14.659Z Checking atomic-waker v1.1.2
23632026-05-19T19:01:14.676Z Checking pkcs5 v0.7.1
23642026-05-19T19:01:14.753Z Checking try-lock v0.2.5
23652026-05-19T19:01:14.804Z Checking tower-layer v0.3.3
23662026-05-19T19:01:14.843Z Checking aws-lc-rs v1.16.3
23672026-05-19T19:01:14.855Z Checking want v0.3.1
23682026-05-19T19:01:14.929Z Checking pkcs8 v0.10.2
23692026-05-19T19:01:14.947Z Checking ipnet v2.11.0
23702026-05-19T19:01:14.971Z Checking httparse v1.10.1
23712026-05-19T19:01:14.983Z Checking aho-corasick v1.1.4
23722026-05-19T19:01:15.029Z Checking dyn-clone v1.0.20
23732026-05-19T19:01:15.101Z Checking foreign-types-shared v0.1.1
23742026-05-19T19:01:15.125Z Checking plain v0.2.3
23752026-05-19T19:01:15.175Z Checking pin-utils v0.1.0
23762026-05-19T19:01:15.188Z Checking fastrand v2.3.0
23772026-05-19T19:01:15.198Z Checking httpdate v1.0.3
23782026-05-19T19:01:15.222Z Checking foreign-types v0.3.2
23792026-05-19T19:01:15.242Z Checking unicode-normalization v0.1.25
23802026-05-19T19:01:15.288Z Checking semver v1.0.28
23812026-05-19T19:01:15.331Z Checking openssl-sys v0.9.115
23822026-05-19T19:01:15.355Z Checking tempfile v3.25.0
23832026-05-19T19:01:15.492Z Checking spin v0.9.8
23842026-05-19T19:01:15.535Z Checking ucd-trie v0.1.7
23852026-05-19T19:01:15.549Z Checking unicode-ident v1.0.24
23862026-05-19T19:01:15.636Z Checking schemars v0.8.22
23872026-05-19T19:01:15.652Z Checking proc-macro2 v1.0.106
23882026-05-19T19:01:15.664Z Checking pest v2.8.6
23892026-05-19T19:01:15.667Z Checking regex-automata v0.4.14
23902026-05-19T19:01:15.688Z Checking rustls-webpki v0.103.9
23912026-05-19T19:01:15.700Z Checking rustls-native-certs v0.8.3
23922026-05-19T19:01:15.710Z Checking openssl v0.10.79
23932026-05-19T19:01:15.773Z Checking tokio-util v0.7.18
23942026-05-19T19:01:15.820Z Checking thiserror v2.0.18
23952026-05-19T19:01:15.919Z Checking sync_wrapper v1.0.2
23962026-05-19T19:01:15.954Z Checking wait-timeout v0.2.1
23972026-05-19T19:01:16.017Z Checking siphasher v1.0.2
23982026-05-19T19:01:16.072Z Checking simd-adler32 v0.3.8
23992026-05-19T19:01:16.102Z Checking rustls v0.23.37
24002026-05-19T19:01:16.174Z Checking pretty-hex v0.4.1
24012026-05-19T19:01:16.234Z Checking bit-vec v0.8.0
24022026-05-19T19:01:16.269Z Checking quick-error v1.2.3
24032026-05-19T19:01:16.288Z Checking powerfmt v0.2.0
24042026-05-19T19:01:16.359Z Checking h2 v0.4.13
24052026-05-19T19:01:16.371Z Checking utf8parse v0.2.2
24062026-05-19T19:01:16.419Z Checking anstyle v1.0.13
24072026-05-19T19:01:16.433Z Checking deranged v0.5.8
24082026-05-19T19:01:16.468Z Checking anstyle-parse v0.2.7
24092026-05-19T19:01:16.596Z Checking bit-set v0.8.0
24102026-05-19T19:01:16.616Z Checking rusty-fork v0.3.1
24112026-05-19T19:01:16.701Z Checking tower v0.5.3
24122026-05-19T19:01:16.734Z Checking quote v1.0.45
24132026-05-19T19:01:16.780Z Compiling newtype-uuid v1.3.2
24142026-05-19T19:01:16.900Z Checking http-body-util v0.1.3
24152026-05-19T19:01:16.959Z Checking webpki-roots v1.0.6
24162026-05-19T19:01:17.073Z Checking crossbeam-utils v0.8.21
24172026-05-19T19:01:17.086Z Checking rand_xorshift v0.4.0
24182026-05-19T19:01:17.112Z Checking crc32fast v1.5.0
24192026-05-19T19:01:17.196Z Checking scroll v0.13.0
24202026-05-19T19:01:17.245Z Checking signature v2.2.0
24212026-05-19T19:01:17.335Z Checking is_terminal_polyfill v1.70.2
24222026-05-19T19:01:17.370Z Checking ryu v1.0.23
24232026-05-19T19:01:17.396Z Checking allocator-api2 v0.2.21
24242026-05-19T19:01:17.419Z Checking time-core v0.1.8
24252026-05-19T19:01:17.422Z Checking unicode-properties v0.1.4
24262026-05-19T19:01:17.449Z Checking colorchoice v1.0.4
24272026-05-19T19:01:17.497Z Checking unicode-bidi v0.3.18
24282026-05-19T19:01:17.542Z Checking adler2 v2.0.1
24292026-05-19T19:01:17.554Z Checking num-conv v0.2.0
24302026-05-19T19:01:17.634Z Checking unarray v0.1.4
24312026-05-19T19:01:17.647Z Checking num_threads v0.1.7
24322026-05-19T19:01:17.665Z Checking iri-string v0.7.10
24332026-05-19T19:01:17.676Z Checking anstyle-query v1.1.5
24342026-05-19T19:01:17.705Z Checking proptest v1.10.0
24352026-05-19T19:01:17.718Z Checking native-tls v0.2.18
24362026-05-19T19:01:17.727Z Checking time v0.3.47
24372026-05-19T19:01:17.760Z Checking anstream v0.6.21
24382026-05-19T19:01:17.790Z Checking stringprep v0.1.5
24392026-05-19T19:01:17.885Z Checking tokio-native-tls v0.3.1
24402026-05-19T19:01:17.939Z Checking miniz_oxide v0.8.9
24412026-05-19T19:01:17.957Z Checking serde_urlencoded v0.7.1
24422026-05-19T19:01:18.039Z Checking bstr v1.12.1
24432026-05-19T19:01:18.156Z Checking goblin v0.10.5
24442026-05-19T19:01:18.282Z Checking crossbeam-epoch v0.9.18
24452026-05-19T19:01:18.437Z Compiling daft v0.1.5
24462026-05-19T19:01:18.461Z Checking tokio-rustls v0.26.4
24472026-05-19T19:01:18.527Z Checking syn v2.0.117
24482026-05-19T19:01:18.690Z Checking tower-http v0.6.8
24492026-05-19T19:01:18.693Z Checking ipnetwork v0.21.1
24502026-05-19T19:01:18.716Z Checking rand_chacha v0.3.1
24512026-05-19T19:01:18.850Z Checking scroll v0.12.0
24522026-05-19T19:01:18.915Z Checking thiserror v1.0.69
24532026-05-19T19:01:18.918Z Checking hash32 v0.2.1
24542026-05-19T19:01:18.967Z Checking zstd-sys v2.0.16+zstd.1.5.7
24552026-05-19T19:01:19.010Z Checking num-integer v0.1.46
24562026-05-19T19:01:19.062Z Checking hyper v1.8.1
24572026-05-19T19:01:19.076Z Checking toml_datetime v0.6.11
24582026-05-19T19:01:19.080Z Checking serde_spanned v0.6.9
24592026-05-19T19:01:19.080Z Checking md-5 v0.10.6
24602026-05-19T19:01:19.204Z Checking ff v0.13.1
24612026-05-19T19:01:19.226Z Checking psl-types v2.0.11
24622026-05-19T19:01:19.226Z Checking fallible-iterator v0.2.0
24632026-05-19T19:01:19.250Z Checking zlib-rs v0.6.2
24642026-05-19T19:01:19.327Z Checking base16ct v0.2.0
24652026-05-19T19:01:19.341Z Checking publicsuffix v2.3.0
24662026-05-19T19:01:19.448Z Checking sec1 v0.7.3
24672026-05-19T19:01:19.504Z Checking postgres-protocol v0.6.10
24682026-05-19T19:01:19.516Z Checking group v0.13.0
24692026-05-19T19:01:19.645Z Checking num-iter v0.1.45
24702026-05-19T19:01:19.654Z Checking goblin v0.8.2
24712026-05-19T19:01:19.654Z Checking zstd-safe v7.2.4
24722026-05-19T19:01:19.748Z Checking heapless v0.7.17
24732026-05-19T19:01:19.804Z Checking rand v0.8.6
24742026-05-19T19:01:19.820Z Checking oxnet v0.1.4
24752026-05-19T19:01:19.983Z Checking hyper-util v0.1.20
24762026-05-19T19:01:20.049Z Checking cookie v0.18.1
24772026-05-19T19:01:20.117Z Checking flate2 v1.1.9
24782026-05-19T19:01:20.152Z Compiling iddqd v0.4.1
24792026-05-19T19:01:20.274Z Checking dtrace-parser v0.3.0
24802026-05-19T19:01:20.308Z Checking phf_shared v0.13.1
24812026-05-19T19:01:20.402Z Checking lazy_static v1.5.0
24822026-05-19T19:01:20.489Z Checking zerocopy v0.7.35
24832026-05-19T19:01:20.500Z Checking pin-project v1.1.11
24842026-05-19T19:01:20.512Z Checking dof v0.4.0
24852026-05-19T19:01:20.515Z Checking bzip2-sys v0.1.13+1.0.8
24862026-05-19T19:01:20.587Z Checking signal-hook v0.3.18
24872026-05-19T19:01:20.608Z Checking terminal_size v0.4.3
24882026-05-19T19:01:20.720Z Checking futures-executor v0.3.32
24892026-05-19T19:01:20.773Z Checking hex v0.4.3
24902026-05-19T19:01:20.800Z Checking hkdf v0.12.4
24912026-05-19T19:01:20.865Z Checking crypto-bigint v0.5.5
24922026-05-19T19:01:20.932Z Checking thread-id v5.1.0
24932026-05-19T19:01:20.957Z Checking encoding_rs v0.8.35
24942026-05-19T19:01:20.990Z Checking winnow v0.5.40
24952026-05-19T19:01:21.004Z Checking libbz2-rs-sys v0.2.2
24962026-05-19T19:01:21.138Z Compiling rayon-core v1.13.0
24972026-05-19T19:01:21.192Z Checking hyper-rustls v0.27.7
24982026-05-19T19:01:21.317Z Checking hyper-tls v0.6.0
24992026-05-19T19:01:21.333Z Checking foldhash v0.2.0
25002026-05-19T19:01:21.391Z Checking strsim v0.11.1
25012026-05-19T19:01:21.403Z Checking winnow v0.7.14
25022026-05-19T19:01:21.479Z Checking mime v0.3.17
25032026-05-19T19:01:21.484Z Checking either v1.15.0
25042026-05-19T19:01:21.531Z Checking bitflags v1.3.2
25052026-05-19T19:01:21.548Z Checking bumpalo v3.20.2
25062026-05-19T19:01:21.602Z Checking same-file v1.0.6
25072026-05-19T19:01:21.646Z Checking foldhash v0.1.5
25082026-05-19T19:01:21.669Z Checking clap_lex v1.0.0
25092026-05-19T19:01:21.713Z Checking managed v0.8.0
25102026-05-19T19:01:21.742Z Checking zopfli v0.8.3
25112026-05-19T19:01:21.757Z Checking elliptic-curve v0.13.8
25122026-05-19T19:01:21.774Z Checking hashbrown v0.15.5
25132026-05-19T19:01:21.817Z Checking clap_builder v4.5.60
25142026-05-19T19:01:21.890Z Checking smoltcp v0.9.1
25152026-05-19T19:01:21.902Z Checking reqwest v0.12.28
25162026-05-19T19:01:22.069Z Checking walkdir v2.5.0
25172026-05-19T19:01:22.089Z Checking dof v0.3.0
25182026-05-19T19:01:22.128Z Checking toml_edit v0.19.15
25192026-05-19T19:01:22.239Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25202026-05-19T19:01:22.262Z Checking hashbrown v0.16.1
25212026-05-19T19:01:22.365Z Checking bzip2 v0.6.1
25222026-05-19T19:01:22.423Z Checking usdt-impl v0.6.0
25232026-05-19T19:01:22.480Z Checking futures v0.3.32
25242026-05-19T19:01:22.524Z Checking signal-hook-mio v0.2.5
25252026-05-19T19:01:22.555Z Checking bzip2 v0.4.4
25262026-05-19T19:01:22.573Z Checking snafu v0.8.9
25272026-05-19T19:01:22.621Z Checking phf v0.13.1
25282026-05-19T19:01:22.698Z Checking num-bigint-dig v0.8.6
25292026-05-19T19:01:22.714Z Checking cookie_store v0.22.1
25302026-05-19T19:01:22.752Z Checking zstd v0.13.3
25312026-05-19T19:01:22.765Z Checking postgres-types v0.2.12
25322026-05-19T19:01:22.802Z Checking dtrace-parser v0.2.0
25332026-05-19T19:01:22.937Z Checking crossbeam-deque v0.8.6
25342026-05-19T19:01:22.969Z Checking rustls-platform-verifier v0.6.2
25352026-05-19T19:01:23.031Z Checking globset v0.4.18
25362026-05-19T19:01:23.034Z Checking regex v1.12.3
25372026-05-19T19:01:23.055Z Checking ed25519 v2.2.3
25382026-05-19T19:01:23.070Z Checking phf_shared v0.11.3
25392026-05-19T19:01:23.102Z Checking olpc-cjson v0.1.4
25402026-05-19T19:01:23.107Z Checking curve25519-dalek v4.1.3
25412026-05-19T19:01:23.140Z Checking ref-cast v1.0.25
25422026-05-19T19:01:23.206Z Checking strum v0.27.2
25432026-05-19T19:01:23.228Z Checking hubpack v0.1.2
25442026-05-19T19:01:23.231Z Checking memoffset v0.9.1
25452026-05-19T19:01:23.231Z Checking rustix v0.38.44
25462026-05-19T19:01:23.276Z Checking pkcs1 v0.7.5
25472026-05-19T19:01:23.306Z Checking pem v3.0.6
25482026-05-19T19:01:23.319Z Checking float-cmp v0.10.0
25492026-05-19T19:01:23.330Z Checking serde_plain v1.0.2
25502026-05-19T19:01:23.391Z Checking serde-big-array v0.5.1
25512026-05-19T19:01:23.454Z Checking erased-serde v0.3.31
25522026-05-19T19:01:23.470Z Checking rfc6979 v0.4.0
25532026-05-19T19:01:23.482Z Checking memmap2 v0.9.10
25542026-05-19T19:01:23.498Z Checking thread-id v4.2.2
25552026-05-19T19:01:23.512Z Checking env_filter v1.0.0
25562026-05-19T19:01:23.522Z Checking keccak v0.1.6
25572026-05-19T19:01:23.572Z Checking static_assertions v1.1.0
25582026-05-19T19:01:23.584Z Checking unicode-segmentation v1.12.0
25592026-05-19T19:01:23.638Z Checking precomputed-hash v0.1.1
25602026-05-19T19:01:23.650Z Checking data-encoding v2.10.0
25612026-05-19T19:01:23.653Z Checking fixedbitset v0.4.2
25622026-05-19T19:01:23.683Z Checking new_debug_unreachable v1.0.6
25632026-05-19T19:01:23.717Z Checking toml_write v0.1.2
25642026-05-19T19:01:23.750Z Checking jiff v0.2.21
25652026-05-19T19:01:23.809Z Checking typed-path v0.9.3
25662026-05-19T19:01:23.841Z Checking normalize-line-endings v0.3.0
25672026-05-19T19:01:23.882Z Checking difflib v0.4.0
25682026-05-19T19:01:23.896Z Checking fixedbitset v0.5.7
25692026-05-19T19:01:23.917Z Checking whoami v2.1.0
25702026-05-19T19:01:23.929Z Checking predicates-core v1.0.10
25712026-05-19T19:01:23.932Z Checking hickory-proto v0.25.2
25722026-05-19T19:01:24.048Z Checking ed25519-dalek v2.2.0
25732026-05-19T19:01:24.060Z Checking predicates v3.1.4
25742026-05-19T19:01:24.077Z Checking crossterm v0.28.1
25752026-05-19T19:01:24.088Z Checking petgraph v0.8.3
25762026-05-19T19:01:24.106Z Checking tokio-postgres v0.7.16
25772026-05-19T19:01:24.274Z Checking similar v2.7.0
25782026-05-19T19:01:24.352Z Checking toml_edit v0.22.27
25792026-05-19T19:01:24.586Z Checking tough v0.22.0
25802026-05-19T19:01:24.653Z Checking slog v2.8.2
25812026-05-19T19:01:24.760Z Checking petgraph v0.6.5
25822026-05-19T19:01:24.917Z Checking string_cache v0.8.9
25832026-05-19T19:01:25.084Z Checking sha3 v0.10.8
25842026-05-19T19:01:25.289Z Checking env_logger v0.11.9
25852026-05-19T19:01:25.352Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
25862026-05-19T19:01:25.412Z Checking usdt v0.6.0
25872026-05-19T19:01:25.476Z Checking ecdsa v0.16.9
25882026-05-19T19:01:25.573Z Checking usdt-impl v0.5.0
25892026-05-19T19:01:25.657Z Checking rsa v0.9.10
25902026-05-19T19:01:25.806Z Checking nix v0.31.2
25912026-05-19T19:01:25.970Z Checking zip v4.6.1
25922026-05-19T19:01:25.983Z Checking toml v0.7.8
25932026-05-19T19:01:26.122Z Checking reqwest v0.13.2
25942026-05-19T19:01:26.586Z Checking clap v4.5.60
25952026-05-19T19:01:26.597Z Checking zip v0.6.6
25962026-05-19T19:01:26.601Z Checking toml_parser v1.0.9+spec-1.1.0
25972026-05-19T19:01:26.627Z Checking itertools v0.13.0
25982026-05-19T19:01:26.702Z Checking serde_with v3.17.0
25992026-05-19T19:01:26.761Z Checking strum v0.26.3
26002026-05-19T19:01:26.795Z Checking fs-err v3.3.0
26012026-05-19T19:01:26.867Z Checking ahash v0.8.12
26022026-05-19T19:01:26.891Z Checking object v0.37.3
26032026-05-19T19:01:26.921Z Checking tokio-stream v0.1.18
26042026-05-19T19:01:26.960Z Checking buf-list v1.1.2
26052026-05-19T19:01:27.058Z Checking camino v1.2.2
26062026-05-19T19:01:27.080Z Checking anyhow v1.0.102
26072026-05-19T19:01:27.138Z Checking x509-cert v0.2.5
26082026-05-19T19:01:27.273Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
26092026-05-19T19:01:27.297Z Checking openapiv3 v2.2.0
26102026-05-19T19:01:27.300Z Checking sha1 v0.10.6
26112026-05-19T19:01:27.469Z Checking toml_datetime v0.7.5+spec-1.1.0
26122026-05-19T19:01:27.530Z Checking peg-runtime v0.8.5
26132026-05-19T19:01:27.617Z Checking lalrpop-util v0.19.12
26142026-05-19T19:01:27.634Z Checking rayon v1.11.0
26152026-05-19T19:01:27.663Z Checking sigpipe v0.1.3
26162026-05-19T19:01:27.671Z Checking glob v0.3.3
26172026-05-19T19:01:29.084Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26182026-05-19T19:01:29.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.80s
26192026-05-19T19:01:29.518Z
26202026-05-19T19:01:29.518Zinfo: running `cargo check --bins` on internal-dns-types (77/276)
26212026-05-19T19:01:30.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26222026-05-19T19:01:30.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26232026-05-19T19:01:30.029Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26242026-05-19T19:01:30.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26252026-05-19T19:01:30.115Z
26262026-05-19T19:01:30.115Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/276)
26272026-05-19T19:01:30.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26282026-05-19T19:01:30.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26292026-05-19T19:01:30.623Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26302026-05-19T19:01:30.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26312026-05-19T19:01:30.714Z
26322026-05-19T19:01:30.714Zinfo: running `cargo check --bins` on nexus-types-versions (79/276)
26332026-05-19T19:01:31.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26342026-05-19T19:01:31.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26352026-05-19T19:01:31.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26362026-05-19T19:01:31.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26372026-05-19T19:01:31.357Z
26382026-05-19T19:01:31.357Zinfo: running `cargo check --bins` on oxql-types (80/276)
26392026-05-19T19:01:31.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26402026-05-19T19:01:31.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26412026-05-19T19:01:31.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26422026-05-19T19:01:31.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26432026-05-19T19:01:31.916Z
26442026-05-19T19:01:31.916Zinfo: running `cargo check --bins` on oximeter-types (81/276)
26452026-05-19T19:01:32.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26462026-05-19T19:01:32.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26472026-05-19T19:01:32.421Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26482026-05-19T19:01:32.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26492026-05-19T19:01:32.515Z
26502026-05-19T19:01:32.515Zinfo: running `cargo check --bins` on oximeter-types-versions (82/276)
26512026-05-19T19:01:33.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26522026-05-19T19:01:33.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26532026-05-19T19:01:33.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26542026-05-19T19:01:33.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26552026-05-19T19:01:33.118Z
26562026-05-19T19:01:33.118Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/276)
26572026-05-19T19:01:33.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26582026-05-19T19:01:33.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26592026-05-19T19:01:33.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26602026-05-19T19:01:33.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26612026-05-19T19:01:33.699Z
26622026-05-19T19:01:33.699Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/276)
26632026-05-19T19:01:34.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26642026-05-19T19:01:34.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26652026-05-19T19:01:34.383Z Compiling structmeta-derive v0.3.0
26662026-05-19T19:01:34.501Z Compiling rustls v0.22.4
26672026-05-19T19:01:34.509Z Compiling multer v3.1.0
26682026-05-19T19:01:34.518Z Compiling async-stream-impl v0.3.6
26692026-05-19T19:01:34.521Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26702026-05-19T19:01:34.542Z Compiling dropshot v0.17.0
26712026-05-19T19:01:34.556Z Compiling newtype-uuid-macros v0.1.0
26722026-05-19T19:01:34.556Z Compiling dropshot_endpoint v0.17.0
26732026-05-19T19:01:34.672Z Checking newtype-uuid v1.3.2
26742026-05-19T19:01:34.740Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26752026-05-19T19:01:34.792Z Checking rustls-webpki v0.102.8
26762026-05-19T19:01:34.867Z Checking daft v0.1.5
26772026-05-19T19:01:34.901Z Checking thread_local v1.1.9
26782026-05-19T19:01:35.064Z Checking match_cfg v0.1.0
26792026-05-19T19:01:35.088Z Checking compression-core v0.4.31
26802026-05-19T19:01:35.104Z Checking iddqd v0.4.1
26812026-05-19T19:01:35.126Z Checking crossbeam-channel v0.5.15
26822026-05-19T19:01:35.139Z Checking hostname v0.3.1
26832026-05-19T19:01:35.217Z Checking compression-codecs v0.4.37
26842026-05-19T19:01:35.230Z Checking slog-json v2.6.1
26852026-05-19T19:01:35.305Z Checking is-terminal v0.4.17
26862026-05-19T19:01:35.370Z Checking serde_spanned v1.0.4
26872026-05-19T19:01:35.382Z Checking toml_datetime v1.0.0+spec-1.1.0
26882026-05-19T19:01:35.395Z Checking term v1.2.1
26892026-05-19T19:01:35.862Z Checking take_mut v0.2.2
26902026-05-19T19:01:35.865Z Checking toml_writer v1.0.6+spec-1.1.0
26912026-05-19T19:01:35.865Z Checking debug-ignore v1.0.5
26922026-05-19T19:01:35.865Z Compiling structmeta v0.3.0
26932026-05-19T19:01:35.865Z Checking slog-async v2.8.0
26942026-05-19T19:01:35.865Z Checking slog-term v2.9.2
26952026-05-19T19:01:35.865Z Checking slog-bunyan v2.5.0
26962026-05-19T19:01:35.865Z Checking toml v1.0.6+spec-1.1.0
26972026-05-19T19:01:35.865Z Checking async-compression v0.4.41
26982026-05-19T19:01:35.866Z Checking async-stream v0.3.6
26992026-05-19T19:01:35.866Z Compiling derive-ex v0.1.8
27002026-05-19T19:01:35.866Z Compiling parse-display-derive v0.10.0
27012026-05-19T19:01:35.883Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27022026-05-19T19:01:35.987Z Checking progenitor-client v0.14.0
27032026-05-19T19:01:35.990Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27042026-05-19T19:01:36.013Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27052026-05-19T19:01:36.133Z Checking waitgroup v0.1.2
27062026-05-19T19:01:36.207Z Checking backon v1.6.0
27072026-05-19T19:01:36.230Z Checking rustls-pemfile v2.2.0
27082026-05-19T19:01:36.365Z Checking serde_path_to_error v0.1.20
27092026-05-19T19:01:36.376Z Checking hostname v0.4.2
27102026-05-19T19:01:36.376Z Checking instant v0.1.13
27112026-05-19T19:01:36.460Z Checking backoff v0.4.0
27122026-05-19T19:01:36.971Z Checking progenitor-extras v0.2.0
27132026-05-19T19:01:36.971Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27142026-05-19T19:01:36.975Z Checking tokio-rustls v0.25.0
27152026-05-19T19:01:36.975Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27162026-05-19T19:01:36.975Z Checking itertools v0.14.0
27172026-05-19T19:01:36.975Z Checking progenitor-client v0.10.0
27182026-05-19T19:01:36.984Z Checking regress v0.10.5
27192026-05-19T19:01:37.040Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27202026-05-19T19:01:37.360Z Checking macaddr v1.0.1
27212026-05-19T19:01:37.437Z Compiling test-strategy v0.4.5
27222026-05-19T19:01:37.520Z Checking parse-display v0.10.0
27232026-05-19T19:01:38.648Z Compiling prettyplease v0.2.37
27242026-05-19T19:01:38.939Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27252026-05-19T19:01:39.078Z Checking num-rational v0.4.2
27262026-05-19T19:01:39.310Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27272026-05-19T19:01:39.529Z Checking num-complex v0.4.6
27282026-05-19T19:01:40.044Z Checking num v0.4.3
27292026-05-19T19:01:40.117Z Compiling usdt-macro v0.5.0
27302026-05-19T19:01:40.185Z Compiling usdt-attr-macro v0.5.0
27312026-05-19T19:01:40.316Z Checking memmap v0.7.0
27322026-05-19T19:01:40.362Z Compiling float-ord v0.3.2
27332026-05-19T19:01:40.445Z Compiling convert_case v0.4.0
27342026-05-19T19:01:40.476Z Checking unicode-width v0.2.0
27352026-05-19T19:01:40.728Z Checking console v0.15.11
27362026-05-19T19:01:40.820Z Compiling derive_more v0.99.20
27372026-05-19T19:01:40.838Z Checking newline-converter v0.3.0
27382026-05-19T19:01:40.946Z Checking atomicwrites v0.4.4
27392026-05-19T19:01:40.958Z Checking usdt v0.5.0
27402026-05-19T19:01:41.006Z Compiling toml v0.8.23
27412026-05-19T19:01:41.066Z Compiling minimal-lexical v0.2.1
27422026-05-19T19:01:41.121Z Checking linked-hash-map v0.5.6
27432026-05-19T19:01:41.291Z Checking lru-cache v0.1.2
27442026-05-19T19:01:41.318Z Compiling nom v7.1.3
27452026-05-19T19:01:41.410Z Checking expectorate v1.2.0
27462026-05-19T19:01:41.960Z Checking camino-tempfile v1.4.1
27472026-05-19T19:01:42.123Z Checking hickory-proto v0.24.4
27482026-05-19T19:01:42.126Z Checking phf_shared v0.12.1
27492026-05-19T19:01:42.275Z Compiling slog-dtrace v0.3.0
27502026-05-19T19:01:42.442Z Checking heck v0.5.0
27512026-05-19T19:01:42.466Z Checking resolv-conf v0.7.6
27522026-05-19T19:01:42.567Z Compiling chrono-tz v0.10.4
27532026-05-19T19:01:42.650Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27542026-05-19T19:01:42.700Z Compiling const_format_proc_macros v0.2.34
27552026-05-19T19:01:42.775Z Checking phf v0.12.1
27562026-05-19T19:01:42.860Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27572026-05-19T19:01:42.910Z Checking tokio-dtrace v0.1.1
27582026-05-19T19:01:43.094Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27592026-05-19T19:01:43.135Z Compiling derive-where v1.6.0
27602026-05-19T19:01:43.345Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27612026-05-19T19:01:43.666Z Checking highway v1.3.0
27622026-05-19T19:01:43.901Z Checking const_format v0.2.35
27632026-05-19T19:01:43.957Z Checking hickory-resolver v0.24.4
27642026-05-19T19:01:44.138Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27652026-05-19T19:01:44.186Z Checking oxide-tokio-rt v0.1.4
27662026-05-19T19:01:44.449Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27672026-05-19T19:01:44.627Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27682026-05-19T19:01:44.641Z Checking gethostname v0.5.0
27692026-05-19T19:01:44.655Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27702026-05-19T19:01:44.688Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27712026-05-19T19:01:44.703Z Checking qorb v0.4.1
27722026-05-19T19:01:44.722Z Checking bcs v0.1.6
27732026-05-19T19:01:44.819Z Checking termtree v0.5.1
27742026-05-19T19:01:48.026Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27752026-05-19T19:01:50.800Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27762026-05-19T19:01:52.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.20s
27772026-05-19T19:01:53.083Z
27782026-05-19T19:01:53.083Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/276)
27792026-05-19T19:01:53.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27802026-05-19T19:01:53.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27812026-05-19T19:01:53.778Z Compiling ar_archive_writer v0.5.1
27822026-05-19T19:01:53.891Z Compiling stacker v0.1.23
27832026-05-19T19:01:53.900Z Compiling cfg_aliases v0.1.1
27842026-05-19T19:01:53.909Z Compiling convert_case v0.10.0
27852026-05-19T19:01:53.909Z Checking unicode-width v0.1.14
27862026-05-19T19:01:53.927Z Compiling proc-macro-error v1.0.4
27872026-05-19T19:01:53.937Z Checking fd-lock v4.0.4
27882026-05-19T19:01:53.940Z Checking nibble_vec v0.1.0
27892026-05-19T19:01:53.961Z Compiling nix v0.28.0
27902026-05-19T19:01:54.052Z Checking vte v0.14.1
27912026-05-19T19:01:54.065Z Compiling recursive-proc-macro-impl v0.1.1
27922026-05-19T19:01:54.158Z Checking bytecount v0.6.9
27932026-05-19T19:01:54.196Z Checking endian-type v0.1.2
27942026-05-19T19:01:54.209Z Compiling derive_more-impl v2.1.1
27952026-05-19T19:01:54.212Z Checking strip-ansi-escapes v0.2.1
27962026-05-19T19:01:54.233Z Compiling tabled_derive v0.7.0
27972026-05-19T19:01:54.275Z Checking papergrid v0.11.0
27982026-05-19T19:01:54.317Z Checking radix_trie v0.2.1
27992026-05-19T19:01:54.330Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28002026-05-19T19:01:54.456Z Compiling peg-macros v0.8.5
28012026-05-19T19:01:54.522Z Checking winnow v0.6.26
28022026-05-19T19:01:54.736Z Compiling psm v0.1.30
28032026-05-19T19:01:54.800Z Compiling sqlparser_derive v0.5.0
28042026-05-19T19:01:54.875Z Checking nu-ansi-term v0.50.3
28052026-05-19T19:01:55.010Z Checking derive_more v2.1.1
28062026-05-19T19:01:55.078Z Checking unicode_categories v0.1.1
28072026-05-19T19:01:55.092Z Checking home v0.5.12
28082026-05-19T19:01:55.238Z Checking tabled v0.15.0
28092026-05-19T19:01:55.251Z Checking crossterm v0.29.0
28102026-05-19T19:01:55.251Z Checking reedline v0.40.0
28112026-05-19T19:01:55.258Z Checking rustyline v14.0.0
28122026-05-19T19:01:55.495Z Checking recursive v0.1.1
28132026-05-19T19:01:55.567Z Checking display-error-chain v0.2.2
28142026-05-19T19:01:55.583Z Checking sqlparser v0.61.0
28152026-05-19T19:01:55.640Z Checking sqlformat v0.3.5
28162026-05-19T19:01:55.805Z Checking peg v0.8.5
28172026-05-19T19:02:06.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.62s
28182026-05-19T19:02:06.890Z
28192026-05-19T19:02:06.890Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/276)
28202026-05-19T19:02:07.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28212026-05-19T19:02:07.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28222026-05-19T19:02:07.570Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28232026-05-19T19:02:10.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.10s
28242026-05-19T19:02:11.185Z
28252026-05-19T19:02:11.185Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/276)
28262026-05-19T19:02:11.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28272026-05-19T19:02:11.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28282026-05-19T19:02:11.867Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28292026-05-19T19:02:14.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.12s
28302026-05-19T19:02:14.496Z
28312026-05-19T19:02:14.496Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/276)
28322026-05-19T19:02:15.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28332026-05-19T19:02:15.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28342026-05-19T19:02:15.170Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28352026-05-19T19:02:18.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.88s
28362026-05-19T19:02:18.590Z
28372026-05-19T19:02:18.590Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/276)
28382026-05-19T19:02:19.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28392026-05-19T19:02:19.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28402026-05-19T19:02:19.271Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28412026-05-19T19:02:22.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.91s
28422026-05-19T19:02:22.702Z
28432026-05-19T19:02:22.702Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/276)
28442026-05-19T19:02:23.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28452026-05-19T19:02:23.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28462026-05-19T19:02:23.376Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28472026-05-19T19:02:25.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
28482026-05-19T19:02:26.138Z
28492026-05-19T19:02:26.138Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/276)
28502026-05-19T19:02:26.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28512026-05-19T19:02:26.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28522026-05-19T19:02:26.821Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28532026-05-19T19:02:29.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.27s
28542026-05-19T19:02:29.617Z
28552026-05-19T19:02:29.617Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/276)
28562026-05-19T19:02:30.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28572026-05-19T19:02:30.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28582026-05-19T19:02:30.308Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28592026-05-19T19:02:33.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.07s
28602026-05-19T19:02:33.905Z
28612026-05-19T19:02:33.905Zinfo: running `cargo check --bins` on oximeter (93/276)
28622026-05-19T19:02:34.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28632026-05-19T19:02:34.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28642026-05-19T19:02:34.428Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28652026-05-19T19:02:34.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28662026-05-19T19:02:34.519Z
28672026-05-19T19:02:34.519Zinfo: running `cargo check --bins` on oximeter-schema (94/276)
28682026-05-19T19:02:35.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28692026-05-19T19:02:35.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28702026-05-19T19:02:35.164Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28712026-05-19T19:02:35.325Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28722026-05-19T19:02:35.329Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28732026-05-19T19:02:35.657Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28742026-05-19T19:02:38.531Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28752026-05-19T19:02:39.728Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28762026-05-19T19:02:39.889Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28772026-05-19T19:02:40.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.03s
28782026-05-19T19:02:40.743Z
28792026-05-19T19:02:40.743Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/276)
28802026-05-19T19:02:41.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28812026-05-19T19:02:41.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28822026-05-19T19:02:41.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28832026-05-19T19:02:41.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28842026-05-19T19:02:41.352Z
28852026-05-19T19:02:41.352Zinfo: running `cargo check --bins` on oximeter-test-utils (96/276)
28862026-05-19T19:02:41.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28872026-05-19T19:02:41.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28882026-05-19T19:02:41.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28892026-05-19T19:02:41.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28902026-05-19T19:02:42.006Z
28912026-05-19T19:02:42.006Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/276)
28922026-05-19T19:02:42.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28932026-05-19T19:02:42.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28942026-05-19T19:02:42.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28952026-05-19T19:02:42.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28962026-05-19T19:02:42.625Z
28972026-05-19T19:02:42.625Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/276)
28982026-05-19T19:02:43.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28992026-05-19T19:02:43.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29002026-05-19T19:02:43.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29012026-05-19T19:02:43.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29022026-05-19T19:02:43.249Z
29032026-05-19T19:02:43.249Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/276)
29042026-05-19T19:02:43.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29052026-05-19T19:02:43.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29062026-05-19T19:02:43.808Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29072026-05-19T19:02:43.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29082026-05-19T19:02:43.873Z
29092026-05-19T19:02:43.873Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/276)
29102026-05-19T19:02:44.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29112026-05-19T19:02:44.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29122026-05-19T19:02:44.395Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29132026-05-19T19:02:44.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29142026-05-19T19:02:44.493Z
29152026-05-19T19:02:44.493Zinfo: running `cargo check --bins` on trust-quorum-types (101/276)
29162026-05-19T19:02:45.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29172026-05-19T19:02:45.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29182026-05-19T19:02:45.009Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29192026-05-19T19:02:45.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29202026-05-19T19:02:45.091Z
29212026-05-19T19:02:45.091Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/276)
29222026-05-19T19:02:45.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29232026-05-19T19:02:45.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29242026-05-19T19:02:45.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29252026-05-19T19:02:45.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29262026-05-19T19:02:45.710Z
29272026-05-19T19:02:45.710Zinfo: running `cargo check --bins` on update-engine (103/276)
29282026-05-19T19:02:46.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29292026-05-19T19:02:46.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29302026-05-19T19:02:46.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29312026-05-19T19:02:46.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29322026-05-19T19:02:46.295Z
29332026-05-19T19:02:46.295Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/276)
29342026-05-19T19:02:46.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29352026-05-19T19:02:46.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29362026-05-19T19:02:47.024Z Compiling crucible-workspace-hack v0.1.0
29372026-05-19T19:02:47.143Z Checking secrecy v0.10.3
29382026-05-19T19:02:47.150Z Compiling heapless v0.8.0
29392026-05-19T19:02:47.158Z Compiling ingot-macros v0.1.1
29402026-05-19T19:02:47.165Z Compiling toml_edit v0.23.10+spec-1.0.0
29412026-05-19T19:02:47.165Z Checking hash32 v0.3.1
29422026-05-19T19:02:47.186Z Compiling smoltcp v0.11.0
29432026-05-19T19:02:47.189Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29442026-05-19T19:02:47.249Z Checking cobs v0.3.0
29452026-05-19T19:02:47.290Z Compiling thiserror-impl-no-std v2.0.2
29462026-05-19T19:02:47.378Z Checking universal-hash v0.5.1
29472026-05-19T19:02:47.402Z Checking half v2.7.1
29482026-05-19T19:02:47.420Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29492026-05-19T19:02:47.509Z Checking opaque-debug v0.3.1
29502026-05-19T19:02:47.546Z Checking ciborium-io v0.2.2
29512026-05-19T19:02:47.577Z Checking poly1305 v0.8.0
29522026-05-19T19:02:47.649Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29532026-05-19T19:02:47.662Z Checking postcard v1.1.3
29542026-05-19T19:02:47.693Z Compiling proc-macro-crate v3.4.0
29552026-05-19T19:02:47.838Z Checking ciborium-ll v0.2.2
29562026-05-19T19:02:47.926Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29572026-05-19T19:02:47.946Z Checking password-hash v0.5.0
29582026-05-19T19:02:48.022Z Checking chacha20 v0.9.1
29592026-05-19T19:02:48.173Z Compiling proc-macro-crate v1.3.1
29602026-05-19T19:02:48.188Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29612026-05-19T19:02:48.202Z Checking blake2 v0.10.6
29622026-05-19T19:02:48.222Z Checking aead v0.5.2
29632026-05-19T19:02:48.245Z Compiling num_enum_derive v0.7.5
29642026-05-19T19:02:48.347Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29652026-05-19T19:02:48.421Z Compiling foreign-types-macros v0.2.3
29662026-05-19T19:02:48.441Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29672026-05-19T19:02:48.455Z Checking thiserror-no-std v2.0.2
29682026-05-19T19:02:48.540Z Checking foreign-types-shared v0.3.1
29692026-05-19T19:02:48.571Z Checking cpufeatures v0.3.0
29702026-05-19T19:02:48.585Z Compiling num_enum_derive v0.5.11
29712026-05-19T19:02:48.626Z Checking vsss-rs v3.3.4
29722026-05-19T19:02:48.652Z Checking chacha20 v0.10.0
29732026-05-19T19:02:48.686Z Checking argon2 v0.5.3
29742026-05-19T19:02:48.866Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29752026-05-19T19:02:49.014Z Checking foreign-types v0.5.0
29762026-05-19T19:02:49.030Z Checking chacha20poly1305 v0.10.1
29772026-05-19T19:02:49.087Z Checking ciborium v0.2.2
29782026-05-19T19:02:49.257Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29792026-05-19T19:02:49.313Z Checking num_enum v0.7.5
29802026-05-19T19:02:49.334Z Checking tabwriter v1.4.1
29812026-05-19T19:02:49.411Z Checking byte-wrapper v0.1.0
29822026-05-19T19:02:49.491Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29832026-05-19T19:02:49.509Z Checking cstr-argument v0.1.2
29842026-05-19T19:02:49.536Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29852026-05-19T19:02:49.609Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29862026-05-19T19:02:49.622Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29872026-05-19T19:02:49.634Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29882026-05-19T19:02:49.729Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29892026-05-19T19:02:49.803Z Checking num_enum v0.5.11
29902026-05-19T19:02:49.818Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29912026-05-19T19:02:49.895Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29922026-05-19T19:02:49.911Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29932026-05-19T19:02:49.946Z Checking ingot-types v0.1.2
29942026-05-19T19:02:49.971Z Checking rand v0.10.0
29952026-05-19T19:02:49.984Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
29962026-05-19T19:02:49.999Z Checking colored v3.1.1
29972026-05-19T19:02:50.107Z Checking indent_write v2.2.0
29982026-05-19T19:02:50.195Z Compiling zone_cfg_derive v0.3.1
29992026-05-19T19:02:50.240Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30002026-05-19T19:02:50.248Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30012026-05-19T19:02:50.286Z Checking itertools v0.12.1
30022026-05-19T19:02:50.298Z Checking ingot v0.1.1
30032026-05-19T19:02:50.314Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30042026-05-19T19:02:50.400Z Compiling num-derive v0.4.2
30052026-05-19T19:02:50.414Z Checking swrite v0.1.0
30062026-05-19T19:02:50.414Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30072026-05-19T19:02:50.500Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30082026-05-19T19:02:50.622Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30092026-05-19T19:02:50.777Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30102026-05-19T19:02:50.807Z Checking dropshot-api-manager-types v0.7.1
30112026-05-19T19:02:50.830Z Checking smf v0.2.3
30122026-05-19T19:02:50.851Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30132026-05-19T19:02:50.885Z Checking nanorand v0.7.0
30142026-05-19T19:02:50.973Z Checking whoami v1.6.1
30152026-05-19T19:02:51.060Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30162026-05-19T19:02:51.077Z Checking flume v0.11.1
30172026-05-19T19:02:51.299Z Checking zone v0.3.1
30182026-05-19T19:02:51.311Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
30192026-05-19T19:02:51.834Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30202026-05-19T19:02:52.794Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30212026-05-19T19:02:53.680Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30222026-05-19T19:02:56.938Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30232026-05-19T19:02:58.995Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30242026-05-19T19:03:00.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.80s
30252026-05-19T19:03:00.292Z
30262026-05-19T19:03:00.292Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/276)
30272026-05-19T19:03:00.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30282026-05-19T19:03:00.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30292026-05-19T19:03:00.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30302026-05-19T19:03:00.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30312026-05-19T19:03:00.913Z
30322026-05-19T19:03:00.913Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/276)
30332026-05-19T19:03:01.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30342026-05-19T19:03:01.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30352026-05-19T19:03:01.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30362026-05-19T19:03:01.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30372026-05-19T19:03:01.532Z
30382026-05-19T19:03:01.532Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/276)
30392026-05-19T19:03:02.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30402026-05-19T19:03:02.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30412026-05-19T19:03:02.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30422026-05-19T19:03:02.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30432026-05-19T19:03:02.159Z
30442026-05-19T19:03:02.159Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/276)
30452026-05-19T19:03:02.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30462026-05-19T19:03:02.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30472026-05-19T19:03:02.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30482026-05-19T19:03:02.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30492026-05-19T19:03:02.770Z
30502026-05-19T19:03:02.770Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/276)
30512026-05-19T19:03:03.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30522026-05-19T19:03:03.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30532026-05-19T19:03:03.294Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30542026-05-19T19:03:03.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30552026-05-19T19:03:03.388Z
30562026-05-19T19:03:03.388Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/276)
30572026-05-19T19:03:03.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30582026-05-19T19:03:03.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30592026-05-19T19:03:03.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30602026-05-19T19:03:03.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30612026-05-19T19:03:03.997Z
30622026-05-19T19:03:03.998Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/276)
30632026-05-19T19:03:04.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30642026-05-19T19:03:04.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30652026-05-19T19:03:04.512Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30662026-05-19T19:03:04.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30672026-05-19T19:03:04.603Z
30682026-05-19T19:03:04.603Zinfo: running `cargo check --bins` on cockroach-admin-client (112/276)
30692026-05-19T19:03:05.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30702026-05-19T19:03:05.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30712026-05-19T19:03:05.103Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30722026-05-19T19:03:05.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30732026-05-19T19:03:05.190Z
30742026-05-19T19:03:05.190Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/276)
30752026-05-19T19:03:05.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30762026-05-19T19:03:05.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30772026-05-19T19:03:05.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30782026-05-19T19:03:05.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30792026-05-19T19:03:05.795Z
30802026-05-19T19:03:05.795Zinfo: running `cargo check --bins` on dns-service-client (114/276)
30812026-05-19T19:03:06.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30822026-05-19T19:03:06.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30832026-05-19T19:03:06.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30842026-05-19T19:03:06.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30852026-05-19T19:03:06.403Z
30862026-05-19T19:03:06.403Zinfo: running `cargo check --bins` on installinator-client (115/276)
30872026-05-19T19:03:06.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30882026-05-19T19:03:06.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30892026-05-19T19:03:06.920Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30902026-05-19T19:03:06.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30912026-05-19T19:03:07.011Z
30922026-05-19T19:03:07.011Zinfo: running `cargo check --bins` on nexus-client (116/276)
30932026-05-19T19:03:07.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30942026-05-19T19:03:07.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30952026-05-19T19:03:07.552Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30962026-05-19T19:03:07.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30972026-05-19T19:03:07.652Z
30982026-05-19T19:03:07.652Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/276)
30992026-05-19T19:03:08.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31002026-05-19T19:03:08.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31012026-05-19T19:03:08.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31022026-05-19T19:03:08.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31032026-05-19T19:03:08.291Z
31042026-05-19T19:03:08.291Zinfo: running `cargo check --bins` on ntp-admin-client (118/276)
31052026-05-19T19:03:08.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31062026-05-19T19:03:08.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31072026-05-19T19:03:08.808Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31082026-05-19T19:03:08.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31092026-05-19T19:03:08.926Z
31102026-05-19T19:03:08.926Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/276)
31112026-05-19T19:03:09.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31122026-05-19T19:03:09.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31132026-05-19T19:03:09.384Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31142026-05-19T19:03:09.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31152026-05-19T19:03:09.474Z
31162026-05-19T19:03:09.474Zinfo: running `cargo check --bins` on oxide-client (120/276)
31172026-05-19T19:03:09.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31182026-05-19T19:03:09.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31192026-05-19T19:03:09.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31202026-05-19T19:03:09.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31212026-05-19T19:03:10.067Z
31222026-05-19T19:03:10.067Zinfo: running `cargo check --bins` on oximeter-client (121/276)
31232026-05-19T19:03:10.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31242026-05-19T19:03:10.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31252026-05-19T19:03:10.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31262026-05-19T19:03:10.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31272026-05-19T19:03:10.669Z
31282026-05-19T19:03:10.669Zinfo: running `cargo check --bins` on repo-depot-client (122/276)
31292026-05-19T19:03:11.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31302026-05-19T19:03:11.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31312026-05-19T19:03:11.171Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31322026-05-19T19:03:11.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31332026-05-19T19:03:11.251Z
31342026-05-19T19:03:11.252Zinfo: running `cargo check --bins` on sled-agent-client (123/276)
31352026-05-19T19:03:11.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31362026-05-19T19:03:11.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31372026-05-19T19:03:11.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31382026-05-19T19:03:11.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31392026-05-19T19:03:11.858Z
31402026-05-19T19:03:11.858Zinfo: running `cargo check --bins` on wicketd-client (124/276)
31412026-05-19T19:03:12.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31422026-05-19T19:03:12.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31432026-05-19T19:03:12.404Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31442026-05-19T19:03:12.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31452026-05-19T19:03:12.483Z
31462026-05-19T19:03:12.483Zinfo: running `cargo check --bins` on installinator-common (125/276)
31472026-05-19T19:03:13.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31482026-05-19T19:03:13.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31492026-05-19T19:03:13.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31502026-05-19T19:03:13.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31512026-05-19T19:03:13.100Z
31522026-05-19T19:03:13.100Zinfo: running `cargo check --bins` on installinator-common-versions (126/276)
31532026-05-19T19:03:13.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31542026-05-19T19:03:13.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31552026-05-19T19:03:13.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31562026-05-19T19:03:13.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31572026-05-19T19:03:13.684Z
31582026-05-19T19:03:13.684Zinfo: running `cargo check --bins` on wicket-common (127/276)
31592026-05-19T19:03:14.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31602026-05-19T19:03:14.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31612026-05-19T19:03:14.207Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31622026-05-19T19:03:14.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31632026-05-19T19:03:14.300Z
31642026-05-19T19:03:14.300Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/276)
31652026-05-19T19:03:14.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31662026-05-19T19:03:14.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31672026-05-19T19:03:14.991Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31682026-05-19T19:03:15.103Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31692026-05-19T19:03:15.110Z Checking csv-core v0.1.13
31702026-05-19T19:03:15.119Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31712026-05-19T19:03:15.123Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31722026-05-19T19:03:15.133Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31732026-05-19T19:03:15.146Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31742026-05-19T19:03:15.159Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31752026-05-19T19:03:15.265Z Checking csv v1.4.0
31762026-05-19T19:03:15.298Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31772026-05-19T19:03:15.312Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31782026-05-19T19:03:15.338Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31792026-05-19T19:03:15.370Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31802026-05-19T19:03:15.597Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31812026-05-19T19:03:15.960Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31822026-05-19T19:03:15.960Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31832026-05-19T19:03:16.280Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31842026-05-19T19:03:22.094Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31852026-05-19T19:03:22.614Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31862026-05-19T19:03:24.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.62s
31872026-05-19T19:03:25.119Z
31882026-05-19T19:03:25.119Zinfo: running `cargo check --bins` on cockroach-admin-api (129/276)
31892026-05-19T19:03:25.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31902026-05-19T19:03:25.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31912026-05-19T19:03:25.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31922026-05-19T19:03:25.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31932026-05-19T19:03:25.711Z
31942026-05-19T19:03:25.711Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/276)
31952026-05-19T19:03:26.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31962026-05-19T19:03:26.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31972026-05-19T19:03:26.290Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31982026-05-19T19:03:26.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
31992026-05-19T19:03:26.397Z
32002026-05-19T19:03:26.398Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/276)
32012026-05-19T19:03:26.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32022026-05-19T19:03:26.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32032026-05-19T19:03:26.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32042026-05-19T19:03:26.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
32052026-05-19T19:03:27.069Z
32062026-05-19T19:03:27.069Zinfo: running `cargo check --bins` on gateway-test-utils (132/276)
32072026-05-19T19:03:27.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32082026-05-19T19:03:27.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32092026-05-19T19:03:27.609Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32102026-05-19T19:03:27.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32112026-05-19T19:03:27.711Z
32122026-05-19T19:03:27.711Zinfo: running `cargo check --bins` on omicron-gateway (133/276)
32132026-05-19T19:03:28.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32142026-05-19T19:03:28.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32152026-05-19T19:03:28.471Z Compiling regress v0.11.1
32162026-05-19T19:03:28.610Z Compiling unsafe-libyaml v0.2.11
32172026-05-19T19:03:28.624Z Compiling semver v0.1.20
32182026-05-19T19:03:28.635Z Compiling radium v0.7.0
32192026-05-19T19:03:28.649Z Compiling maybe-uninit v2.0.0
32202026-05-19T19:03:28.652Z Checking tap v1.0.1
32212026-05-19T19:03:28.675Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32222026-05-19T19:03:28.750Z Checking wyz v0.5.1
32232026-05-19T19:03:28.891Z Compiling rustc_version v0.1.7
32242026-05-19T19:03:28.923Z Checking progenitor-client v0.13.0
32252026-05-19T19:03:28.970Z Compiling zerocopy-derive v0.6.6
32262026-05-19T19:03:29.077Z Compiling owo-colors v4.3.0
32272026-05-19T19:03:29.105Z Compiling newtype_derive v0.1.6
32282026-05-19T19:03:29.161Z Compiling serde_yaml v0.9.34+deprecated
32292026-05-19T19:03:29.301Z Checking funty v2.0.0
32302026-05-19T19:03:29.348Z Compiling packed_struct v0.10.1
32312026-05-19T19:03:29.392Z Compiling cancel-safe-futures v0.1.5
32322026-05-19T19:03:29.593Z Checking crc-catalog v2.4.0
32332026-05-19T19:03:29.618Z Checking bitvec v1.0.1
32342026-05-19T19:03:29.682Z Checking crc v3.4.0
32352026-05-19T19:03:29.799Z Checking zerocopy v0.6.6
32362026-05-19T19:03:29.850Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32372026-05-19T19:03:29.882Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32382026-05-19T19:03:30.039Z Checking typify-impl v0.6.2
32392026-05-19T19:03:30.177Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32402026-05-19T19:03:30.220Z Compiling packed_struct_codegen v0.10.1
32412026-05-19T19:03:30.386Z Checking libsw-core v0.3.2
32422026-05-19T19:03:30.428Z Compiling bitfield-macros v0.19.4
32432026-05-19T19:03:30.530Z Compiling indexmap v1.9.3
32442026-05-19T19:03:30.627Z Checking nodrop v0.1.14
32452026-05-19T19:03:30.722Z Checking array-init v0.0.4
32462026-05-19T19:03:30.758Z Checking libsw v3.5.0
32472026-05-19T19:03:30.905Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32482026-05-19T19:03:30.921Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32492026-05-19T19:03:31.022Z Checking smallvec v0.6.14
32502026-05-19T19:03:31.090Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32512026-05-19T19:03:31.133Z Checking bitfield v0.19.4
32522026-05-19T19:03:31.307Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32532026-05-19T19:03:31.402Z Checking unicode-linebreak v0.1.5
32542026-05-19T19:03:31.430Z Checking base64 v0.21.7
32552026-05-19T19:03:31.489Z Checking smawk v0.3.2
32562026-05-19T19:03:31.504Z Checking tagptr v0.2.0
32572026-05-19T19:03:31.613Z Checking hashbrown v0.12.3
32582026-05-19T19:03:31.628Z Checking linear-map v1.2.0
32592026-05-19T19:03:31.645Z Checking moka v0.12.13
32602026-05-19T19:03:31.668Z Checking ron v0.8.1
32612026-05-19T19:03:31.778Z Checking textwrap v0.16.2
32622026-05-19T19:03:31.793Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32632026-05-19T19:03:31.807Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32642026-05-19T19:03:31.957Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32652026-05-19T19:03:31.989Z Checking steno v0.4.1
32662026-05-19T19:03:32.182Z Checking serde-hex v0.1.0
32672026-05-19T19:03:32.668Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32682026-05-19T19:03:32.671Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32692026-05-19T19:03:32.671Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32702026-05-19T19:03:32.671Z Checking hashbrown v0.13.2
32712026-05-19T19:03:32.745Z Checking humantime v2.3.0
32722026-05-19T19:03:33.838Z Checking crc-any v2.5.0
32732026-05-19T19:03:33.842Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32742026-05-19T19:03:33.842Z Checking object v0.30.4
32752026-05-19T19:03:33.842Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32762026-05-19T19:03:33.842Z Checking hickory-resolver v0.25.2
32772026-05-19T19:03:33.842Z Checking path-slash v0.1.5
32782026-05-19T19:03:33.842Z Checking void v1.0.2
32792026-05-19T19:03:33.842Z Checking utf-8 v0.7.6
32802026-05-19T19:03:33.842Z Checking half v1.8.3
32812026-05-19T19:03:33.842Z Checking lzss v0.8.2
32822026-05-19T19:03:33.842Z Checking tungstenite v0.23.0
32832026-05-19T19:03:33.842Z Checking serde_cbor v0.11.2
32842026-05-19T19:03:33.842Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32852026-05-19T19:03:33.842Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32862026-05-19T19:03:33.842Z Checking nix v0.27.1
32872026-05-19T19:03:33.842Z Checking kstat-rs v0.2.4
32882026-05-19T19:03:33.842Z Checking fxhash v0.2.1
32892026-05-19T19:03:33.842Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32902026-05-19T19:03:33.876Z Checking serde_bytes v0.11.19
32912026-05-19T19:03:33.929Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32922026-05-19T19:03:33.947Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32932026-05-19T19:03:34.049Z Checking tokio-tungstenite v0.23.1
32942026-05-19T19:03:34.195Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32952026-05-19T19:03:34.239Z Checking signal-hook-tokio v0.3.1
32962026-05-19T19:03:34.490Z Compiling typify-macro v0.6.2
32972026-05-19T19:03:35.312Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32982026-05-19T19:03:35.625Z Compiling typify v0.6.2
32992026-05-19T19:03:35.708Z Compiling progenitor-impl v0.13.0
33002026-05-19T19:03:35.708Z Compiling progenitor-impl v0.14.0
33012026-05-19T19:03:36.208Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33022026-05-19T19:03:36.527Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
33032026-05-19T19:03:37.305Z Compiling progenitor-macro v0.13.0
33042026-05-19T19:03:37.334Z Compiling progenitor-macro v0.14.0
33052026-05-19T19:03:39.738Z Checking progenitor v0.13.0
33062026-05-19T19:03:39.861Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33072026-05-19T19:03:40.016Z Checking progenitor v0.14.0
33082026-05-19T19:03:40.131Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33092026-05-19T19:03:42.879Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33102026-05-19T19:03:50.492Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33112026-05-19T19:03:56.796Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33122026-05-19T19:03:58.156Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33132026-05-19T19:03:58.662Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33142026-05-19T19:04:00.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.02s
33152026-05-19T19:04:00.934Z
33162026-05-19T19:04:00.934Zinfo: running `cargo check --bins` on gateway-api (134/276)
33172026-05-19T19:04:01.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33182026-05-19T19:04:01.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33192026-05-19T19:04:01.447Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33202026-05-19T19:04:01.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33212026-05-19T19:04:01.544Z
33222026-05-19T19:04:01.544Zinfo: running `cargo check --bins` on ipcc (135/276)
33232026-05-19T19:04:02.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33242026-05-19T19:04:02.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33252026-05-19T19:04:02.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33262026-05-19T19:04:02.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33272026-05-19T19:04:02.153Z
33282026-05-19T19:04:02.153Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/276)
33292026-05-19T19:04:02.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33302026-05-19T19:04:02.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33312026-05-19T19:04:02.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33322026-05-19T19:04:02.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33332026-05-19T19:04:02.746Z
33342026-05-19T19:04:02.746Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (137/276)
33352026-05-19T19:04:03.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33362026-05-19T19:04:03.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33372026-05-19T19:04:03.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33382026-05-19T19:04:03.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33392026-05-19T19:04:03.358Z
33402026-05-19T19:04:03.358Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/276)
33412026-05-19T19:04:03.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33422026-05-19T19:04:03.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33432026-05-19T19:04:03.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33442026-05-19T19:04:03.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33452026-05-19T19:04:03.968Z
33462026-05-19T19:04:03.968Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/276)
33472026-05-19T19:04:04.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33482026-05-19T19:04:04.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33492026-05-19T19:04:04.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33502026-05-19T19:04:04.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33512026-05-19T19:04:04.578Z
33522026-05-19T19:04:04.578Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/276)
33532026-05-19T19:04:05.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33542026-05-19T19:04:05.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33552026-05-19T19:04:05.096Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33562026-05-19T19:04:05.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33572026-05-19T19:04:05.190Z
33582026-05-19T19:04:05.190Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/276)
33592026-05-19T19:04:05.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33602026-05-19T19:04:05.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33612026-05-19T19:04:05.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33622026-05-19T19:04:05.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33632026-05-19T19:04:05.808Z
33642026-05-19T19:04:05.808Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/276)
33652026-05-19T19:04:06.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33662026-05-19T19:04:06.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33672026-05-19T19:04:06.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33682026-05-19T19:04:06.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33692026-05-19T19:04:06.411Z
33702026-05-19T19:04:06.411Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/276)
33712026-05-19T19:04:06.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33722026-05-19T19:04:06.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33732026-05-19T19:04:06.921Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33742026-05-19T19:04:06.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33752026-05-19T19:04:07.011Z
33762026-05-19T19:04:07.011Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/276)
33772026-05-19T19:04:07.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782026-05-19T19:04:07.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792026-05-19T19:04:07.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33802026-05-19T19:04:07.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33812026-05-19T19:04:07.615Z
33822026-05-19T19:04:07.615Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/276)
33832026-05-19T19:04:08.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842026-05-19T19:04:08.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852026-05-19T19:04:08.132Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33862026-05-19T19:04:08.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33872026-05-19T19:04:08.223Z
33882026-05-19T19:04:08.223Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/276)
33892026-05-19T19:04:08.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902026-05-19T19:04:08.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912026-05-19T19:04:08.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33922026-05-19T19:04:08.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33932026-05-19T19:04:08.832Z
33942026-05-19T19:04:08.832Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/276)
33952026-05-19T19:04:09.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33962026-05-19T19:04:09.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33972026-05-19T19:04:09.350Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33982026-05-19T19:04:09.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33992026-05-19T19:04:09.441Z
34002026-05-19T19:04:09.441Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (148/276)
34012026-05-19T19:04:09.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022026-05-19T19:04:09.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032026-05-19T19:04:09.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34042026-05-19T19:04:09.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34052026-05-19T19:04:10.050Z
34062026-05-19T19:04:10.050Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (149/276)
34072026-05-19T19:04:10.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082026-05-19T19:04:10.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092026-05-19T19:04:10.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34102026-05-19T19:04:10.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34112026-05-19T19:04:10.656Z
34122026-05-19T19:04:10.656Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (150/276)
34132026-05-19T19:04:11.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142026-05-19T19:04:11.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152026-05-19T19:04:11.171Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34162026-05-19T19:04:11.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34172026-05-19T19:04:11.262Z
34182026-05-19T19:04:11.262Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (151/276)
34192026-05-19T19:04:11.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202026-05-19T19:04:11.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212026-05-19T19:04:11.775Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34222026-05-19T19:04:11.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34232026-05-19T19:04:11.869Z
34242026-05-19T19:04:11.869Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (152/276)
34252026-05-19T19:04:12.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262026-05-19T19:04:12.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272026-05-19T19:04:12.384Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34282026-05-19T19:04:12.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34292026-05-19T19:04:12.477Z
34302026-05-19T19:04:12.477Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (153/276)
34312026-05-19T19:04:12.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34322026-05-19T19:04:12.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34332026-05-19T19:04:12.994Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34342026-05-19T19:04:12.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34352026-05-19T19:04:13.085Z
34362026-05-19T19:04:13.085Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (154/276)
34372026-05-19T19:04:13.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34382026-05-19T19:04:13.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34392026-05-19T19:04:13.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34402026-05-19T19:04:13.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34412026-05-19T19:04:13.682Z
34422026-05-19T19:04:13.682Zinfo: running `cargo check --bins` on oximeter-producer (155/276)
34432026-05-19T19:04:14.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34442026-05-19T19:04:14.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34452026-05-19T19:04:14.225Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34462026-05-19T19:04:14.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34472026-05-19T19:04:14.326Z
34482026-05-19T19:04:14.326Zinfo: running `cargo check --bins` on internal-dns-resolver (156/276)
34492026-05-19T19:04:14.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34502026-05-19T19:04:14.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34512026-05-19T19:04:14.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34522026-05-19T19:04:14.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34532026-05-19T19:04:14.940Z
34542026-05-19T19:04:14.940Zinfo: running `cargo check --bins` on dns-server (157/276)
34552026-05-19T19:04:15.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34562026-05-19T19:04:15.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34572026-05-19T19:04:15.589Z Compiling parking_lot_core v0.8.6
34582026-05-19T19:04:15.589Z Compiling atomicwrites v0.4.4
34592026-05-19T19:04:15.592Z Compiling git-stub v1.0.0
34602026-05-19T19:04:15.592Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34612026-05-19T19:04:15.705Z Checking prefix-trie v0.7.0
34622026-05-19T19:04:15.837Z Compiling git-stub-vcs v0.1.0
34632026-05-19T19:04:16.006Z Checking hickory-server v0.25.2
34642026-05-19T19:04:16.095Z Checking parking_lot v0.11.2
34652026-05-19T19:04:16.110Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34662026-05-19T19:04:16.176Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34672026-05-19T19:04:16.176Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34682026-05-19T19:04:16.266Z Checking sled v0.34.7
34692026-05-19T19:04:18.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
34702026-05-19T19:04:18.330Z
34712026-05-19T19:04:18.330Zinfo: running `cargo check --bins` on dns-server-api (158/276)
34722026-05-19T19:04:18.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34732026-05-19T19:04:18.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34742026-05-19T19:04:18.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34752026-05-19T19:04:18.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34762026-05-19T19:04:18.945Z
34772026-05-19T19:04:18.945Zinfo: running `cargo check --bins` on oximeter-producer-api (159/276)
34782026-05-19T19:04:19.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34792026-05-19T19:04:19.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34802026-05-19T19:04:19.458Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34812026-05-19T19:04:19.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34822026-05-19T19:04:19.553Z
34832026-05-19T19:04:19.553Zinfo: running `cargo check --bins` on sp-sim (160/276)
34842026-05-19T19:04:20.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34852026-05-19T19:04:20.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34862026-05-19T19:04:20.289Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34872026-05-19T19:04:22.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.49s
34882026-05-19T19:04:22.252Z
34892026-05-19T19:04:22.252Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (161/276)
34902026-05-19T19:04:22.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34912026-05-19T19:04:22.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34922026-05-19T19:04:22.811Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34932026-05-19T19:04:22.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34942026-05-19T19:04:22.917Z
34952026-05-19T19:04:22.917Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (162/276)
34962026-05-19T19:04:23.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34972026-05-19T19:04:23.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34982026-05-19T19:04:23.477Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34992026-05-19T19:04:23.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35002026-05-19T19:04:23.581Z
35012026-05-19T19:04:23.581Zinfo: running `cargo check --bins` on db-macros (163/276)
35022026-05-19T19:04:24.081Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35032026-05-19T19:04:24.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35042026-05-19T19:04:24.086Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35052026-05-19T19:04:24.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35062026-05-19T19:04:24.174Z
35072026-05-19T19:04:24.174Zinfo: running `cargo check --bins` on nexus-macros-common (164/276)
35082026-05-19T19:04:24.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35092026-05-19T19:04:24.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35102026-05-19T19:04:24.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35112026-05-19T19:04:24.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35122026-05-19T19:04:24.763Z
35132026-05-19T19:04:24.763Zinfo: running `cargo check --bins` on nexus-auth (165/276)
35142026-05-19T19:04:25.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35152026-05-19T19:04:25.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35162026-05-19T19:04:25.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35172026-05-19T19:04:25.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35182026-05-19T19:04:25.419Z
35192026-05-19T19:04:25.419Zinfo: running `cargo check --bins` on authz-macros (166/276)
35202026-05-19T19:04:25.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35212026-05-19T19:04:25.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35222026-05-19T19:04:25.924Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35232026-05-19T19:04:25.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35242026-05-19T19:04:26.018Z
35252026-05-19T19:04:26.018Zinfo: running `cargo check --bins` on nexus-db-fixed-data (167/276)
35262026-05-19T19:04:26.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35272026-05-19T19:04:26.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35282026-05-19T19:04:26.561Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35292026-05-19T19:04:26.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35302026-05-19T19:04:26.656Z
35312026-05-19T19:04:26.656Zinfo: running `cargo check --bins` on nexus-db-model (168/276)
35322026-05-19T19:04:27.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35332026-05-19T19:04:27.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35342026-05-19T19:04:27.207Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35352026-05-19T19:04:27.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35362026-05-19T19:04:27.300Z
35372026-05-19T19:04:27.300Zinfo: running `cargo check --bins` on nexus-db-schema (169/276)
35382026-05-19T19:04:27.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35392026-05-19T19:04:27.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35402026-05-19T19:04:27.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35412026-05-19T19:04:27.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35422026-05-19T19:04:27.890Z
35432026-05-19T19:04:27.890Zinfo: running `cargo check --bins` on omicron-rpaths (170/276)
35442026-05-19T19:04:28.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35452026-05-19T19:04:28.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35462026-05-19T19:04:28.390Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35472026-05-19T19:04:28.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35482026-05-19T19:04:28.476Z
35492026-05-19T19:04:28.476Zinfo: running `cargo check --bins` on nexus-defaults (171/276)
35502026-05-19T19:04:28.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35512026-05-19T19:04:28.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35522026-05-19T19:04:28.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35532026-05-19T19:04:28.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35542026-05-19T19:04:29.082Z
35552026-05-19T19:04:29.082Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (172/276)
35562026-05-19T19:04:29.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35572026-05-19T19:04:29.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35582026-05-19T19:04:29.587Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35592026-05-19T19:04:29.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35602026-05-19T19:04:29.677Z
35612026-05-19T19:04:29.677Zinfo: running `cargo check --bins` on parallel-task-set (173/276)
35622026-05-19T19:04:30.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35632026-05-19T19:04:30.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35642026-05-19T19:04:30.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35652026-05-19T19:04:30.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35662026-05-19T19:04:30.269Z
35672026-05-19T19:04:30.269Zinfo: running `cargo check --bins` on nexus-db-errors (174/276)
35682026-05-19T19:04:30.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35692026-05-19T19:04:30.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35702026-05-19T19:04:30.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35712026-05-19T19:04:30.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35722026-05-19T19:04:30.927Z
35732026-05-19T19:04:30.927Zinfo: running `cargo check --bins` on nexus-db-lookup (175/276)
35742026-05-19T19:04:31.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35752026-05-19T19:04:31.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35762026-05-19T19:04:31.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35772026-05-19T19:04:31.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35782026-05-19T19:04:31.581Z
35792026-05-19T19:04:31.581Zinfo: running `cargo check --bins` on nexus-inventory (176/276)
35802026-05-19T19:04:32.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35812026-05-19T19:04:32.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35822026-05-19T19:04:32.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35832026-05-19T19:04:32.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35842026-05-19T19:04:32.232Z
35852026-05-19T19:04:32.232Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (177/276)
35862026-05-19T19:04:32.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35872026-05-19T19:04:32.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35882026-05-19T19:04:32.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35892026-05-19T19:04:32.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35902026-05-19T19:04:32.861Z
35912026-05-19T19:04:32.861Zinfo: running `cargo check --bins --no-default-features` on sled-storage (178/276)
35922026-05-19T19:04:33.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35932026-05-19T19:04:33.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35942026-05-19T19:04:33.384Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35952026-05-19T19:04:33.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35962026-05-19T19:04:33.484Z
35972026-05-19T19:04:33.484Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (179/276)
35982026-05-19T19:04:34.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35992026-05-19T19:04:34.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36002026-05-19T19:04:34.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36012026-05-19T19:04:34.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36022026-05-19T19:04:34.101Z
36032026-05-19T19:04:34.101Zinfo: running `cargo check --bins` on key-manager (180/276)
36042026-05-19T19:04:34.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36052026-05-19T19:04:34.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36062026-05-19T19:04:34.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36072026-05-19T19:04:34.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36082026-05-19T19:04:34.706Z
36092026-05-19T19:04:34.706Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (181/276)
36102026-05-19T19:04:35.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36112026-05-19T19:04:35.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36122026-05-19T19:04:35.236Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36132026-05-19T19:04:35.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36142026-05-19T19:04:35.332Z
36152026-05-19T19:04:35.332Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (182/276)
36162026-05-19T19:04:35.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36172026-05-19T19:04:35.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36182026-05-19T19:04:35.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36192026-05-19T19:04:35.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36202026-05-19T19:04:35.950Z
36212026-05-19T19:04:35.950Zinfo: running `cargo check --bins` on typed-rng (183/276)
36222026-05-19T19:04:36.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36232026-05-19T19:04:36.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36242026-05-19T19:04:36.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36252026-05-19T19:04:36.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36262026-05-19T19:04:36.541Z
36272026-05-19T19:04:36.541Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (184/276)
36282026-05-19T19:04:37.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36292026-05-19T19:04:37.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36302026-05-19T19:04:37.413Z Compiling typify-impl v0.4.3
36312026-05-19T19:04:37.416Z Compiling libefi-sys v0.1.0
36322026-05-19T19:04:37.559Z Compiling bitfield-struct v0.6.2
36332026-05-19T19:04:37.585Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36342026-05-19T19:04:37.593Z Compiling xshell-macros v0.2.7
36352026-05-19T19:04:37.596Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36362026-05-19T19:04:37.599Z Compiling salty v0.3.0
36372026-05-19T19:04:37.689Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36382026-05-19T19:04:37.820Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
36392026-05-19T19:04:37.901Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36402026-05-19T19:04:37.983Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36412026-05-19T19:04:38.038Z Checking xshell v0.2.7
36422026-05-19T19:04:38.052Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36432026-05-19T19:04:38.167Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36442026-05-19T19:04:38.226Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36452026-05-19T19:04:38.272Z Checking primeorder v0.13.6
36462026-05-19T19:04:38.398Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36472026-05-19T19:04:38.424Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36482026-05-19T19:04:38.517Z Compiling proc-macro-error-attr2 v2.0.0
36492026-05-19T19:04:38.531Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36502026-05-19T19:04:38.665Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36512026-05-19T19:04:38.681Z Checking tungstenite v0.21.0
36522026-05-19T19:04:38.738Z Checking p384 v0.13.1
36532026-05-19T19:04:38.781Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36542026-05-19T19:04:38.914Z Compiling proc-macro-error2 v2.0.1
36552026-05-19T19:04:39.151Z Compiling num-derive v0.3.3
36562026-05-19T19:04:39.233Z Compiling tabled_derive v0.11.0
36572026-05-19T19:04:39.440Z Checking tokio-tungstenite v0.21.0
36582026-05-19T19:04:39.519Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36592026-05-19T19:04:39.592Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36602026-05-19T19:04:39.724Z Checking papergrid v0.17.0
36612026-05-19T19:04:39.897Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36622026-05-19T19:04:40.028Z Checking libscf-sys v1.1.0
36632026-05-19T19:04:40.161Z Checking testing_table v0.3.0
36642026-05-19T19:04:40.211Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36652026-05-19T19:04:40.258Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36662026-05-19T19:04:40.389Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36672026-05-19T19:04:40.405Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36682026-05-19T19:04:40.501Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36692026-05-19T19:04:40.615Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36702026-05-19T19:04:40.671Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36712026-05-19T19:04:40.698Z Compiling unicase v2.9.0
36722026-05-19T19:04:40.777Z Checking corncobs v0.1.4
36732026-05-19T19:04:40.813Z Compiling illumos-nvpair-sys v0.2.0
36742026-05-19T19:04:40.906Z Compiling mime_guess v2.0.5
36752026-05-19T19:04:40.909Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36762026-05-19T19:04:41.037Z Checking tabled v0.20.0
36772026-05-19T19:04:41.055Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36782026-05-19T19:04:41.158Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36792026-05-19T19:04:41.178Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36802026-05-19T19:04:41.266Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
36812026-05-19T19:04:41.367Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36822026-05-19T19:04:41.385Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36832026-05-19T19:04:41.440Z Checking progenitor-client v0.11.2
36842026-05-19T19:04:41.516Z Checking secrecy v0.8.0
36852026-05-19T19:04:41.642Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36862026-05-19T19:04:41.876Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36872026-05-19T19:04:41.992Z Compiling typify-macro v0.4.3
36882026-05-19T19:04:42.014Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
36892026-05-19T19:04:42.014Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36902026-05-19T19:04:42.080Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36912026-05-19T19:04:42.147Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36922026-05-19T19:04:42.239Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
36932026-05-19T19:04:42.289Z Checking filetime v0.2.27
36942026-05-19T19:04:42.403Z Checking crc8 v0.1.1
36952026-05-19T19:04:42.427Z Checking http-range v0.1.5
36962026-05-19T19:04:42.504Z Checking xattr v1.6.1
36972026-05-19T19:04:42.594Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36982026-05-19T19:04:42.649Z Checking tar v0.4.45
36992026-05-19T19:04:42.792Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37002026-05-19T19:04:43.029Z Checking illumos-nvpair v0.3.0
37012026-05-19T19:04:43.077Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37022026-05-19T19:04:43.189Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37032026-05-19T19:04:43.204Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37042026-05-19T19:04:43.495Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
37052026-05-19T19:04:43.512Z Checking atty v0.2.14
37062026-05-19T19:04:43.615Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37072026-05-19T19:04:43.647Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37082026-05-19T19:04:43.722Z Compiling typify v0.4.3
37092026-05-19T19:04:43.842Z Compiling progenitor-impl v0.11.2
37102026-05-19T19:04:43.858Z Compiling progenitor-impl v0.10.0
37112026-05-19T19:04:44.251Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37122026-05-19T19:04:44.427Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37132026-05-19T19:04:44.685Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37142026-05-19T19:04:44.782Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37152026-05-19T19:04:45.237Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37162026-05-19T19:04:45.456Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37172026-05-19T19:04:45.577Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37182026-05-19T19:04:45.683Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
37192026-05-19T19:04:45.796Z Checking hyper-staticfile v0.10.1
37202026-05-19T19:04:45.858Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
37212026-05-19T19:04:45.941Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37222026-05-19T19:04:46.084Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37232026-05-19T19:04:46.084Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37242026-05-19T19:04:46.204Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37252026-05-19T19:04:46.366Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37262026-05-19T19:04:46.429Z Compiling progenitor-macro v0.10.0
37272026-05-19T19:04:46.444Z Compiling progenitor-macro v0.11.2
37282026-05-19T19:04:46.447Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37292026-05-19T19:04:46.474Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37302026-05-19T19:04:46.634Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37312026-05-19T19:04:49.251Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
37322026-05-19T19:04:49.353Z Checking progenitor v0.10.0
37332026-05-19T19:04:49.454Z Checking progenitor v0.11.2
37342026-05-19T19:04:49.477Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37352026-05-19T19:04:49.581Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37362026-05-19T19:04:54.211Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
37372026-05-19T19:05:05.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.69s
37382026-05-19T19:05:05.457Z
37392026-05-19T19:05:05.457Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (185/276)
37402026-05-19T19:05:06.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37412026-05-19T19:05:06.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37422026-05-19T19:05:06.252Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37432026-05-19T19:05:16.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.52s
37442026-05-19T19:05:17.205Z
37452026-05-19T19:05:17.205Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (186/276)
37462026-05-19T19:05:17.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37472026-05-19T19:05:17.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37482026-05-19T19:05:17.999Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37492026-05-19T19:05:28.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.58s
37502026-05-19T19:05:29.014Z
37512026-05-19T19:05:29.014Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (187/276)
37522026-05-19T19:05:29.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37532026-05-19T19:05:29.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37542026-05-19T19:05:29.806Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37552026-05-19T19:05:40.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.64s
37562026-05-19T19:05:40.876Z
37572026-05-19T19:05:40.876Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (188/276)
37582026-05-19T19:05:41.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37592026-05-19T19:05:41.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37602026-05-19T19:05:41.669Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37612026-05-19T19:05:52.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.49s
37622026-05-19T19:05:52.588Z
37632026-05-19T19:05:52.588Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (189/276)
37642026-05-19T19:05:53.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37652026-05-19T19:05:53.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37662026-05-19T19:05:53.379Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37672026-05-19T19:06:04.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.61s
37682026-05-19T19:06:04.419Z
37692026-05-19T19:06:04.419Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (190/276)
37702026-05-19T19:06:04.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37712026-05-19T19:06:04.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37722026-05-19T19:06:05.210Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37732026-05-19T19:06:15.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.53s
37742026-05-19T19:06:16.172Z
37752026-05-19T19:06:16.172Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (191/276)
37762026-05-19T19:06:16.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37772026-05-19T19:06:16.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37782026-05-19T19:06:16.966Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37792026-05-19T19:06:27.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.52s
37802026-05-19T19:06:27.913Z
37812026-05-19T19:06:27.913Zinfo: running `cargo check --bins` on bootstrap-agent-api (192/276)
37822026-05-19T19:06:28.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37832026-05-19T19:06:28.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37842026-05-19T19:06:28.472Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37852026-05-19T19:06:28.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37862026-05-19T19:06:28.524Z
37872026-05-19T19:06:28.525Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (193/276)
37882026-05-19T19:06:29.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37892026-05-19T19:06:29.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37902026-05-19T19:06:29.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37912026-05-19T19:06:29.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37922026-05-19T19:06:29.142Z
37932026-05-19T19:06:29.142Zinfo: running `cargo check --bins` on range-requests (194/276)
37942026-05-19T19:06:29.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37952026-05-19T19:06:29.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37962026-05-19T19:06:29.652Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37972026-05-19T19:06:29.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37982026-05-19T19:06:29.742Z
37992026-05-19T19:06:29.742Zinfo: running `cargo check --bins` on repo-depot-api (195/276)
38002026-05-19T19:06:30.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38012026-05-19T19:06:30.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38022026-05-19T19:06:30.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38032026-05-19T19:06:30.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38042026-05-19T19:06:30.342Z
38052026-05-19T19:06:30.342Zinfo: running `cargo check --bins` on sled-agent-api (196/276)
38062026-05-19T19:06:30.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38072026-05-19T19:06:30.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38082026-05-19T19:06:30.875Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38092026-05-19T19:06:30.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38102026-05-19T19:06:30.972Z
38112026-05-19T19:06:30.972Zinfo: running `cargo check --bins` on sled-diagnostics (197/276)
38122026-05-19T19:06:31.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38132026-05-19T19:06:31.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38142026-05-19T19:06:31.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38152026-05-19T19:06:31.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38162026-05-19T19:06:31.595Z
38172026-05-19T19:06:31.595Zinfo: running `cargo check --bins` on zfs-test-harness (198/276)
38182026-05-19T19:06:32.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38192026-05-19T19:06:32.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38202026-05-19T19:06:32.123Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38212026-05-19T19:06:32.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38222026-05-19T19:06:32.214Z
38232026-05-19T19:06:32.214Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (199/276)
38242026-05-19T19:06:32.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38252026-05-19T19:06:32.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38262026-05-19T19:06:32.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38272026-05-19T19:06:32.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38282026-05-19T19:06:32.842Z
38292026-05-19T19:06:32.843Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (200/276)
38302026-05-19T19:06:33.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38312026-05-19T19:06:33.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38322026-05-19T19:06:33.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38332026-05-19T19:06:33.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38342026-05-19T19:06:33.476Z
38352026-05-19T19:06:33.476Zinfo: running `cargo check --bins` on sled-agent-early-networking (201/276)
38362026-05-19T19:06:34.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38372026-05-19T19:06:34.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38382026-05-19T19:06:34.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38392026-05-19T19:06:34.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38402026-05-19T19:06:34.109Z
38412026-05-19T19:06:34.109Zinfo: running `cargo check --bins` on sled-agent-health-monitor (202/276)
38422026-05-19T19:06:34.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38432026-05-19T19:06:34.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38442026-05-19T19:06:34.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38452026-05-19T19:06:34.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38462026-05-19T19:06:34.739Z
38472026-05-19T19:06:34.739Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (203/276)
38482026-05-19T19:06:35.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38492026-05-19T19:06:35.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38502026-05-19T19:06:35.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38512026-05-19T19:06:35.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38522026-05-19T19:06:35.373Z
38532026-05-19T19:06:35.373Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (204/276)
38542026-05-19T19:06:35.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38552026-05-19T19:06:35.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38562026-05-19T19:06:35.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38572026-05-19T19:06:35.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38582026-05-19T19:06:36.005Z
38592026-05-19T19:06:36.006Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (205/276)
38602026-05-19T19:06:36.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38612026-05-19T19:06:36.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38622026-05-19T19:06:36.541Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38632026-05-19T19:06:36.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38642026-05-19T19:06:36.639Z
38652026-05-19T19:06:36.639Zinfo: running `cargo check --bins` on sled-agent-rack-setup (206/276)
38662026-05-19T19:06:37.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38672026-05-19T19:06:37.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38682026-05-19T19:06:37.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38692026-05-19T19:06:37.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38702026-05-19T19:06:37.301Z
38712026-05-19T19:06:37.301Zinfo: running `cargo check --bins` on trust-quorum (207/276)
38722026-05-19T19:06:37.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38732026-05-19T19:06:37.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38742026-05-19T19:06:37.834Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38752026-05-19T19:06:37.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38762026-05-19T19:06:37.933Z
38772026-05-19T19:06:37.933Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (208/276)
38782026-05-19T19:06:38.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38792026-05-19T19:06:38.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38802026-05-19T19:06:38.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38812026-05-19T19:06:38.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38822026-05-19T19:06:38.581Z
38832026-05-19T19:06:38.581Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (209/276)
38842026-05-19T19:06:39.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38852026-05-19T19:06:39.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38862026-05-19T19:06:39.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38872026-05-19T19:06:39.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38882026-05-19T19:06:39.243Z
38892026-05-19T19:06:39.243Zinfo: running `cargo check --bins` on update-common (210/276)
38902026-05-19T19:06:39.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38912026-05-19T19:06:39.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38922026-05-19T19:06:39.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38932026-05-19T19:06:39.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38942026-05-19T19:06:39.858Z
38952026-05-19T19:06:39.858Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (211/276)
38962026-05-19T19:06:40.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38972026-05-19T19:06:40.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38982026-05-19T19:06:40.413Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38992026-05-19T19:06:40.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39002026-05-19T19:06:40.516Z
39012026-05-19T19:06:40.516Zinfo: running `cargo check --bins` on omicron-deployment-graph (212/276)
39022026-05-19T19:06:41.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39032026-05-19T19:06:41.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39042026-05-19T19:06:41.021Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39052026-05-19T19:06:41.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39062026-05-19T19:06:41.110Z
39072026-05-19T19:06:41.110Zinfo: running `cargo check --bins` on reconfigurator-cli (213/276)
39082026-05-19T19:06:41.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39092026-05-19T19:06:41.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39102026-05-19T19:06:41.887Z Compiling fs-err v2.11.0
39112026-05-19T19:06:41.890Z Checking ignore v0.4.25
39122026-05-19T19:06:41.890Z Checking arc-swap v1.8.2
39132026-05-19T19:06:42.026Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
39142026-05-19T19:06:42.026Z Checking predicates-tree v1.0.13
39152026-05-19T19:06:42.030Z Checking parse-size v1.1.0
39162026-05-19T19:06:42.057Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39172026-05-19T19:06:42.060Z Checking rand_seeder v0.4.0
39182026-05-19T19:06:42.142Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39192026-05-19T19:06:42.155Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39202026-05-19T19:06:42.206Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39212026-05-19T19:06:42.218Z Checking slog-scope v4.4.1
39222026-05-19T19:06:42.266Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39232026-05-19T19:06:42.344Z Checking slog-stdlog v4.1.1
39242026-05-19T19:06:42.359Z Compiling petname v2.0.2
39252026-05-19T19:06:42.374Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39262026-05-19T19:06:42.390Z Checking globwalk v0.9.1
39272026-05-19T19:06:42.443Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
39282026-05-19T19:06:42.462Z Checking slog-envlogger v2.2.0
39292026-05-19T19:06:42.568Z Checking camino-tempfile-ext v0.3.3
39302026-05-19T19:06:42.615Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39312026-05-19T19:06:42.661Z Checking sapling-renderdag v0.1.0
39322026-05-19T19:06:42.762Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39332026-05-19T19:06:42.799Z Checking subprocess v0.2.15
39342026-05-19T19:06:42.898Z Checking sync-ptr v0.1.4
39352026-05-19T19:06:43.005Z Checking colored v2.2.0
39362026-05-19T19:06:43.018Z Checking assert_matches v1.5.0
39372026-05-19T19:06:43.086Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39382026-05-19T19:06:43.240Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39392026-05-19T19:06:43.240Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
39402026-05-19T19:06:43.982Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39412026-05-19T19:06:45.319Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39422026-05-19T19:06:47.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.43s
39432026-05-19T19:06:47.761Z
39442026-05-19T19:06:47.761Zinfo: running `cargo check --bins` on omicron-repl-utils (214/276)
39452026-05-19T19:06:48.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39462026-05-19T19:06:48.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39472026-05-19T19:06:48.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39482026-05-19T19:06:48.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39492026-05-19T19:06:48.348Z
39502026-05-19T19:06:48.349Zinfo: running `cargo check --bins` on transient-dns-server (215/276)
39512026-05-19T19:06:48.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39522026-05-19T19:06:48.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39532026-05-19T19:06:48.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39542026-05-19T19:06:48.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39552026-05-19T19:06:48.962Z
39562026-05-19T19:06:48.963Zinfo: running `cargo check --bins` on nexus-test-interface (216/276)
39572026-05-19T19:06:49.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39582026-05-19T19:06:49.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39592026-05-19T19:06:49.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39602026-05-19T19:06:49.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39612026-05-19T19:06:49.610Z
39622026-05-19T19:06:49.610Zinfo: running `cargo check --bins` on oximeter-collector (217/276)
39632026-05-19T19:06:50.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39642026-05-19T19:06:50.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39652026-05-19T19:06:50.335Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39662026-05-19T19:06:50.338Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39672026-05-19T19:06:50.978Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39682026-05-19T19:06:52.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.93s
39692026-05-19T19:06:52.756Z
39702026-05-19T19:06:52.756Zinfo: running `cargo check --bins` on oximeter-api (218/276)
39712026-05-19T19:06:53.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39722026-05-19T19:06:53.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39732026-05-19T19:06:53.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39742026-05-19T19:06:53.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39752026-05-19T19:06:53.365Z
39762026-05-19T19:06:53.365Zinfo: running `cargo check --bins` on cert-dev (219/276)
39772026-05-19T19:06:53.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39782026-05-19T19:06:53.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39792026-05-19T19:06:53.970Z Checking yasna v0.5.2
39802026-05-19T19:06:54.371Z Checking rcgen v0.12.1
39812026-05-19T19:06:54.616Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39822026-05-19T19:06:54.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
39832026-05-19T19:06:54.977Z
39842026-05-19T19:06:54.977Zinfo: running `cargo check --bins` on clickana (220/276)
39852026-05-19T19:06:55.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39862026-05-19T19:06:55.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39872026-05-19T19:06:55.621Z Compiling darling_core v0.23.0
39882026-05-19T19:06:55.731Z Compiling instability v0.3.11
39892026-05-19T19:06:55.737Z Checking castaway v0.2.4
39902026-05-19T19:06:55.743Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39912026-05-19T19:06:55.746Z Compiling indoc v2.0.7
39922026-05-19T19:06:55.747Z Checking unicode-truncate v1.1.0
39932026-05-19T19:06:55.769Z Checking lru v0.12.5
39942026-05-19T19:06:55.772Z Checking cassowary v0.3.0
39952026-05-19T19:06:55.827Z Checking compact_str v0.8.1
39962026-05-19T19:06:56.814Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39972026-05-19T19:06:56.998Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39982026-05-19T19:06:57.132Z Compiling darling_macro v0.23.0
39992026-05-19T19:06:57.540Z Compiling darling v0.23.0
40002026-05-19T19:06:58.170Z Checking ratatui v0.29.0
40012026-05-19T19:06:59.207Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
40022026-05-19T19:06:59.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.88s
40032026-05-19T19:07:00.049Z
40042026-05-19T19:07:00.049Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (221/276)
40052026-05-19T19:07:00.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40062026-05-19T19:07:00.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40072026-05-19T19:07:00.772Z Checking headers-core v0.3.0
40082026-05-19T19:07:00.775Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
40092026-05-19T19:07:00.968Z Checking headers v0.4.1
40102026-05-19T19:07:01.328Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40112026-05-19T19:07:02.165Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
40122026-05-19T19:07:02.653Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
40132026-05-19T19:07:03.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.01s
40142026-05-19T19:07:03.274Z
40152026-05-19T19:07:03.274Zinfo: running `cargo check --bins` on ch-dev (222/276)
40162026-05-19T19:07:03.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40172026-05-19T19:07:03.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40182026-05-19T19:07:03.995Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
40192026-05-19T19:07:04.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
40202026-05-19T19:07:04.945Z
40212026-05-19T19:07:04.945Zinfo: running `cargo check --bins` on dev-tools-common (223/276)
40222026-05-19T19:07:05.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40232026-05-19T19:07:05.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40242026-05-19T19:07:05.355Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40252026-05-19T19:07:05.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
40262026-05-19T19:07:05.417Z
40272026-05-19T19:07:05.418Zinfo: running `cargo check --bins` on crdb-seed (224/276)
40282026-05-19T19:07:05.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40292026-05-19T19:07:05.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40302026-05-19T19:07:06.140Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40312026-05-19T19:07:07.120Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40322026-05-19T19:07:07.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s
40332026-05-19T19:07:07.656Z
40342026-05-19T19:07:07.656Zinfo: running `cargo check --bins` on db-dev (225/276)
40352026-05-19T19:07:08.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40362026-05-19T19:07:08.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40372026-05-19T19:07:08.381Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40382026-05-19T19:07:09.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
40392026-05-19T19:07:09.332Z
40402026-05-19T19:07:09.332Zinfo: running `cargo check --bins` on omicron-dev-lib (226/276)
40412026-05-19T19:07:09.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40422026-05-19T19:07:09.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40432026-05-19T19:07:09.880Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40442026-05-19T19:07:09.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40452026-05-19T19:07:09.979Z
40462026-05-19T19:07:09.979Zinfo: running `cargo check --bins` on xtask-downloader (227/276)
40472026-05-19T19:07:10.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40482026-05-19T19:07:10.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40492026-05-19T19:07:10.601Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40502026-05-19T19:07:11.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
40512026-05-19T19:07:11.462Z
40522026-05-19T19:07:11.462Zinfo: running `cargo check --bins` on omicron-dropshot-apis (228/276)
40532026-05-19T19:07:12.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40542026-05-19T19:07:12.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40552026-05-19T19:07:12.223Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40562026-05-19T19:07:12.223Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40572026-05-19T19:07:12.226Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
40582026-05-19T19:07:12.226Z Checking git-stub v1.0.0
40592026-05-19T19:07:12.350Z Compiling trait-variant v0.1.2
40602026-05-19T19:07:12.363Z Checking maplit v1.0.2
40612026-05-19T19:07:12.373Z Checking is_ci v1.2.0
40622026-05-19T19:07:12.385Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40632026-05-19T19:07:12.450Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40642026-05-19T19:07:12.475Z Checking supports-color v3.0.2
40652026-05-19T19:07:12.488Z Checking git-stub-vcs v0.1.0
40662026-05-19T19:07:12.553Z Checking drift v0.1.4
40672026-05-19T19:07:12.597Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40682026-05-19T19:07:12.652Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40692026-05-19T19:07:12.680Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40702026-05-19T19:07:12.851Z Checking dropshot-api-manager v0.7.1
40712026-05-19T19:07:12.865Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40722026-05-19T19:07:12.883Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
40732026-05-19T19:07:12.898Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40742026-05-19T19:07:13.087Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40752026-05-19T19:07:13.111Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40762026-05-19T19:07:13.276Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
40772026-05-19T19:07:13.611Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40782026-05-19T19:07:18.556Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40792026-05-19T19:07:19.643Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40802026-05-19T19:07:20.205Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40812026-05-19T19:07:20.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.16s
40822026-05-19T19:07:20.835Z
40832026-05-19T19:07:20.835Zinfo: running `cargo check --bins` on installinator-api (229/276)
40842026-05-19T19:07:21.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40852026-05-19T19:07:21.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40862026-05-19T19:07:21.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40872026-05-19T19:07:21.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40882026-05-19T19:07:21.451Z
40892026-05-19T19:07:21.451Zinfo: running `cargo check --bins` on nexus-external-api (230/276)
40902026-05-19T19:07:21.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40912026-05-19T19:07:22.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40922026-05-19T19:07:22.001Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40932026-05-19T19:07:22.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40942026-05-19T19:07:22.101Z
40952026-05-19T19:07:22.101Zinfo: running `cargo check --bins` on nexus-internal-api (231/276)
40962026-05-19T19:07:22.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40972026-05-19T19:07:22.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40982026-05-19T19:07:22.649Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40992026-05-19T19:07:22.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41002026-05-19T19:07:22.757Z
41012026-05-19T19:07:22.757Zinfo: running `cargo check --bins` on nexus-lockstep-api (232/276)
41022026-05-19T19:07:23.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41032026-05-19T19:07:23.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41042026-05-19T19:07:23.307Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41052026-05-19T19:07:23.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
41062026-05-19T19:07:23.414Z
41072026-05-19T19:07:23.414Zinfo: running `cargo check --bins` on ntp-admin-api (233/276)
41082026-05-19T19:07:23.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41092026-05-19T19:07:23.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41102026-05-19T19:07:23.938Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41112026-05-19T19:07:23.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41122026-05-19T19:07:24.027Z
41132026-05-19T19:07:24.027Zinfo: running `cargo check --bins` on ntp-admin-types-versions (234/276)
41142026-05-19T19:07:24.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41152026-05-19T19:07:24.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41162026-05-19T19:07:24.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41172026-05-19T19:07:24.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41182026-05-19T19:07:24.631Z
41192026-05-19T19:07:24.631Zinfo: running `cargo check --bins` on wicketd-api (235/276)
41202026-05-19T19:07:25.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41212026-05-19T19:07:25.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41222026-05-19T19:07:25.172Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41232026-05-19T19:07:25.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41242026-05-19T19:07:25.269Z
41252026-05-19T19:07:25.269Zinfo: running `cargo check --bins` on omicron-ls-apis (236/276)
41262026-05-19T19:07:25.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41272026-05-19T19:07:25.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41282026-05-19T19:07:25.894Z Checking typeid v1.0.3
41292026-05-19T19:07:26.008Z Checking ordered-float v2.10.1
41302026-05-19T19:07:26.025Z Checking unicode-xid v0.2.6
41312026-05-19T19:07:26.038Z Checking cargo-platform v0.2.0
41322026-05-19T19:07:26.047Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
41332026-05-19T19:07:26.073Z Checking erased-serde v0.4.9
41342026-05-19T19:07:26.206Z Checking serde-value v0.7.0
41352026-05-19T19:07:26.382Z Checking serde-untagged v0.1.9
41362026-05-19T19:07:26.535Z Checking cargo-util-schemas v0.8.2
41372026-05-19T19:07:27.220Z Checking cargo_metadata v0.21.0
41382026-05-19T19:07:27.821Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41392026-05-19T19:07:28.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s
41402026-05-19T19:07:28.695Z
41412026-05-19T19:07:28.695Zinfo: running `cargo check --bins` on mgs-dev (237/276)
41422026-05-19T19:07:29.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41432026-05-19T19:07:29.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41442026-05-19T19:07:29.440Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41452026-05-19T19:07:30.068Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41462026-05-19T19:07:30.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.87s
41472026-05-19T19:07:30.799Z
41482026-05-19T19:07:30.799Zinfo: running `cargo check --bins` on omicron-omdb (238/276)
41492026-05-19T19:07:31.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41502026-05-19T19:07:31.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41512026-05-19T19:07:31.672Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41522026-05-19T19:07:31.672Z Compiling vergen-gitcl v1.0.8
41532026-05-19T19:07:31.676Z Compiling dirs-sys-next v0.1.2
41542026-05-19T19:07:31.676Z Compiling diesel_derives v2.3.7
41552026-05-19T19:07:31.676Z Compiling crunchy v0.2.4
41562026-05-19T19:07:31.676Z Compiling glob v0.3.3
41572026-05-19T19:07:31.676Z Compiling dsl_auto_type v0.2.0
41582026-05-19T19:07:31.676Z Checking scheduled-thread-pool v0.2.7
41592026-05-19T19:07:31.934Z Compiling diesel_table_macro_syntax v0.3.0
41602026-05-19T19:07:31.982Z Compiling tiny-keccak v2.0.2
41612026-05-19T19:07:32.044Z Compiling dirs-next v2.0.0
41622026-05-19T19:07:32.138Z Compiling term v0.7.0
41632026-05-19T19:07:32.165Z Checking r2d2 v0.8.10
41642026-05-19T19:07:32.193Z Compiling clang-sys v1.8.1
41652026-05-19T19:07:32.207Z Checking downcast-rs v2.0.2
41662026-05-19T19:07:32.219Z Compiling bit-vec v0.6.3
41672026-05-19T19:07:32.340Z Compiling itertools v0.10.5
41682026-05-19T19:07:32.436Z Compiling ascii-canvas v3.0.0
41692026-05-19T19:07:32.557Z Compiling bit-set v0.5.3
41702026-05-19T19:07:32.687Z Compiling ena v0.14.4
41712026-05-19T19:07:32.687Z Compiling libloading v0.8.9
41722026-05-19T19:07:32.714Z Compiling regex-syntax v0.6.29
41732026-05-19T19:07:32.714Z Compiling bindgen v0.71.1
41742026-05-19T19:07:32.740Z Compiling diff v0.1.13
41752026-05-19T19:07:32.910Z Compiling cexpr v0.6.0
41762026-05-19T19:07:33.044Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41772026-05-19T19:07:33.164Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41782026-05-19T19:07:33.233Z Compiling rustc-hash v2.1.1
41792026-05-19T19:07:33.339Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41802026-05-19T19:07:33.367Z Compiling libxml v0.3.3
41812026-05-19T19:07:33.394Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41822026-05-19T19:07:33.593Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41832026-05-19T19:07:33.637Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41842026-05-19T19:07:33.706Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41852026-05-19T19:07:33.828Z Compiling strum_macros v0.24.3
41862026-05-19T19:07:33.918Z Compiling indoc v1.0.9
41872026-05-19T19:07:34.350Z Compiling lalrpop v0.19.12
41882026-05-19T19:07:34.826Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41892026-05-19T19:07:34.911Z Checking derive_builder v0.20.2
41902026-05-19T19:07:35.009Z Compiling oso-derive v0.27.3
41912026-05-19T19:07:35.024Z Checking quick-xml v0.37.5
41922026-05-19T19:07:35.169Z Compiling impl-trait-for-tuples v0.2.3
41932026-05-19T19:07:35.500Z Checking openssl-probe v0.1.6
41942026-05-19T19:07:35.641Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41952026-05-19T19:07:35.889Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41962026-05-19T19:07:36.086Z Checking bb8 v0.8.6
41972026-05-19T19:07:36.391Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41982026-05-19T19:07:36.413Z Checking nonempty v0.12.0
41992026-05-19T19:07:36.566Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42002026-05-19T19:07:36.581Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42012026-05-19T19:07:36.618Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
42022026-05-19T19:07:36.716Z Checking console v0.16.2
42032026-05-19T19:07:36.787Z Checking unit-prefix v0.5.2
42042026-05-19T19:07:36.802Z Checking support-bundle-viewer v0.1.2
42052026-05-19T19:07:36.924Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42062026-05-19T19:07:37.021Z Checking indicatif v0.18.4
42072026-05-19T19:07:37.050Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
42082026-05-19T19:07:37.196Z Checking multimap v0.10.1
42092026-05-19T19:07:37.687Z Checking diesel v2.3.7
42102026-05-19T19:07:39.606Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
42112026-05-19T19:07:40.041Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
42122026-05-19T19:07:40.371Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
42132026-05-19T19:07:40.641Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
42142026-05-19T19:07:41.296Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42152026-05-19T19:07:41.451Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
42162026-05-19T19:07:41.793Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
42172026-05-19T19:07:42.447Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
42182026-05-19T19:07:44.493Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42192026-05-19T19:07:49.721Z Compiling samael v0.0.19
42202026-05-19T19:07:53.370Z Checking async-bb8-diesel v0.2.1
42212026-05-19T19:07:53.763Z Checking diesel-dtrace v0.5.0
42222026-05-19T19:07:54.341Z Compiling polar-core v0.27.3
42232026-05-19T19:07:58.771Z Checking oso v0.27.3
42242026-05-19T19:08:35.805Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42252026-05-19T19:09:09.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 38s
42262026-05-19T19:09:09.487Z
42272026-05-19T19:09:09.487Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (239/276)
42282026-05-19T19:09:10.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42292026-05-19T19:09:10.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42302026-05-19T19:09:10.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42312026-05-19T19:09:10.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42322026-05-19T19:09:10.148Z
42332026-05-19T19:09:10.148Zinfo: running `cargo check --bins` on nexus-saga-recovery (240/276)
42342026-05-19T19:09:10.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42352026-05-19T19:09:10.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42362026-05-19T19:09:10.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42372026-05-19T19:09:10.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42382026-05-19T19:09:10.810Z
42392026-05-19T19:09:10.810Zinfo: running `cargo check --bins` on nexus-test-utils-macros (241/276)
42402026-05-19T19:09:11.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42412026-05-19T19:09:11.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42422026-05-19T19:09:11.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42432026-05-19T19:09:11.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42442026-05-19T19:09:11.406Z
42452026-05-19T19:09:11.406Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (242/276)
42462026-05-19T19:09:11.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42472026-05-19T19:09:11.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42482026-05-19T19:09:12.290Z Compiling libz-sys v1.1.24
42492026-05-19T19:09:12.421Z Compiling libgit2-sys v0.18.3+1.9.2
42502026-05-19T19:09:12.432Z Compiling vergen-git2 v1.0.7
42512026-05-19T19:09:12.469Z Compiling rustls v0.21.12
42522026-05-19T19:09:12.469Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42532026-05-19T19:09:12.469Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42542026-05-19T19:09:12.469Z Checking sct v0.7.1
42552026-05-19T19:09:12.469Z Checking rustls-webpki v0.101.7
42562026-05-19T19:09:12.630Z Compiling nix v0.29.0
42572026-05-19T19:09:12.681Z Compiling dropshot v0.16.7
42582026-05-19T19:09:12.717Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42592026-05-19T19:09:12.753Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42602026-05-19T19:09:12.795Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42612026-05-19T19:09:12.938Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42622026-05-19T19:09:12.954Z Checking toml v0.9.12+spec-1.1.0
42632026-05-19T19:09:12.970Z Compiling dropshot_endpoint v0.16.7
42642026-05-19T19:09:13.071Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42652026-05-19T19:09:13.249Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42662026-05-19T19:09:13.438Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42672026-05-19T19:09:13.534Z Checking rustls-pemfile v1.0.4
42682026-05-19T19:09:13.675Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42692026-05-19T19:09:13.867Z Checking twox-hash v2.1.2
42702026-05-19T19:09:13.885Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42712026-05-19T19:09:14.118Z Checking tokio-rustls v0.24.1
42722026-05-19T19:09:14.618Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42732026-05-19T19:09:14.724Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42742026-05-19T19:09:14.922Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
42752026-05-19T19:09:15.294Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42762026-05-19T19:09:15.381Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42772026-05-19T19:09:15.460Z Checking fatfs v0.3.6
42782026-05-19T19:09:15.506Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42792026-05-19T19:09:15.522Z Compiling seq-macro v0.3.6
42802026-05-19T19:09:19.273Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42812026-05-19T19:09:19.398Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42822026-05-19T19:09:19.795Z Compiling git2 v0.20.4
42832026-05-19T19:09:21.981Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42842026-05-19T19:10:08.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.40s
42852026-05-19T19:10:09.044Z
42862026-05-19T19:10:09.044Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (243/276)
42872026-05-19T19:10:09.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42882026-05-19T19:10:09.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42892026-05-19T19:10:09.959Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42902026-05-19T19:10:48.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.71s
42912026-05-19T19:10:48.978Z
42922026-05-19T19:10:48.978Zinfo: running `cargo check --bins` on nexus-background-task-interface (244/276)
42932026-05-19T19:10:49.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42942026-05-19T19:10:49.491Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42952026-05-19T19:10:49.491Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42962026-05-19T19:10:49.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42972026-05-19T19:10:49.583Z
42982026-05-19T19:10:49.583Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (245/276)
42992026-05-19T19:10:50.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43002026-05-19T19:10:50.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43012026-05-19T19:10:50.144Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43022026-05-19T19:10:50.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43032026-05-19T19:10:50.241Z
43042026-05-19T19:10:50.241Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (246/276)
43052026-05-19T19:10:50.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43062026-05-19T19:10:50.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43072026-05-19T19:10:50.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43082026-05-19T19:10:50.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43092026-05-19T19:10:50.911Z
43102026-05-19T19:10:50.911Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (247/276)
43112026-05-19T19:10:51.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43122026-05-19T19:10:51.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43132026-05-19T19:10:51.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43142026-05-19T19:10:51.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
43152026-05-19T19:10:51.585Z
43162026-05-19T19:10:51.585Zinfo: running `cargo check --bins` on nexus-mgs-updates (248/276)
43172026-05-19T19:10:52.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43182026-05-19T19:10:52.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43192026-05-19T19:10:52.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43202026-05-19T19:10:52.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43212026-05-19T19:10:52.250Z
43222026-05-19T19:10:52.250Zinfo: running `cargo check --bins` on nexus-networking (249/276)
43232026-05-19T19:10:52.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43242026-05-19T19:10:52.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43252026-05-19T19:10:52.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43262026-05-19T19:10:52.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43272026-05-19T19:10:52.918Z
43282026-05-19T19:10:52.918Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (250/276)
43292026-05-19T19:10:53.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43302026-05-19T19:10:53.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43312026-05-19T19:10:53.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43322026-05-19T19:10:53.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43332026-05-19T19:10:53.584Z
43342026-05-19T19:10:53.584Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (251/276)
43352026-05-19T19:10:54.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43362026-05-19T19:10:54.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43372026-05-19T19:10:54.149Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43382026-05-19T19:10:54.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43392026-05-19T19:10:54.250Z
43402026-05-19T19:10:54.250Zinfo: running `cargo check --bins` on omicron-dev (252/276)
43412026-05-19T19:10:54.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43422026-05-19T19:10:54.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43432026-05-19T19:10:55.171Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43442026-05-19T19:10:55.171Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43452026-05-19T19:10:55.362Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43462026-05-19T19:10:55.394Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
43472026-05-19T19:10:55.415Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43482026-05-19T19:10:55.418Z Checking yansi v1.0.1
43492026-05-19T19:10:55.418Z Checking diff v0.1.13
43502026-05-19T19:10:55.432Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43512026-05-19T19:10:55.505Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43522026-05-19T19:10:55.703Z Checking pretty_assertions v1.4.1
43532026-05-19T19:10:56.331Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43542026-05-19T19:10:56.490Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43552026-05-19T19:11:20.222Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43562026-05-19T19:11:20.225Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43572026-05-19T19:11:20.225Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43582026-05-19T19:11:20.225Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43592026-05-19T19:11:20.225Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43602026-05-19T19:11:20.225Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43612026-05-19T19:11:21.034Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43622026-05-19T19:11:22.134Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43632026-05-19T19:12:00.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
43642026-05-19T19:12:01.113Z
43652026-05-19T19:12:01.113Zinfo: running `cargo check --bins` on omicron-pins (253/276)
43662026-05-19T19:12:01.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43672026-05-19T19:12:01.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43682026-05-19T19:12:01.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43692026-05-19T19:12:01.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43702026-05-19T19:12:01.719Z
43712026-05-19T19:12:01.719Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (254/276)
43722026-05-19T19:12:02.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43732026-05-19T19:12:02.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43742026-05-19T19:12:02.506Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43752026-05-19T19:12:02.629Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43762026-05-19T19:12:02.639Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43772026-05-19T19:12:28.561Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43782026-05-19T19:12:28.951Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43792026-05-19T19:12:30.658Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43802026-05-19T19:12:31.116Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43812026-05-19T19:12:34.060Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43822026-05-19T19:12:57.189Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43832026-05-19T19:12:57.901Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43842026-05-19T19:12:59.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.81s
43852026-05-19T19:12:59.757Z
43862026-05-19T19:12:59.757Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (255/276)
43872026-05-19T19:13:00.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43882026-05-19T19:13:00.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43892026-05-19T19:13:00.491Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43902026-05-19T19:13:01.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
43912026-05-19T19:13:01.380Z
43922026-05-19T19:13:01.380Zinfo: running `cargo check --bins` on omicron-releng (256/276)
43932026-05-19T19:13:01.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43942026-05-19T19:13:01.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43952026-05-19T19:13:02.046Z Compiling blake3 v1.8.3
43962026-05-19T19:13:02.158Z Checking constant_time_eq v0.4.2
43972026-05-19T19:13:02.161Z Checking arrayref v0.3.9
43982026-05-19T19:13:02.161Z Checking arrayvec v0.7.6
43992026-05-19T19:13:02.181Z Checking topological-sort v0.2.2
44002026-05-19T19:13:02.185Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
44012026-05-19T19:13:02.185Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
44022026-05-19T19:13:02.185Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
44032026-05-19T19:13:02.225Z Checking shell-words v1.1.1
44042026-05-19T19:13:03.044Z Checking omicron-zone-package v0.12.2
44052026-05-19T19:13:03.759Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
44062026-05-19T19:13:04.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s
44072026-05-19T19:13:04.830Z
44082026-05-19T19:13:04.830Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (257/276)
44092026-05-19T19:13:05.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44102026-05-19T19:13:05.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44112026-05-19T19:13:05.480Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
44122026-05-19T19:13:05.802Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
44132026-05-19T19:13:06.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
44142026-05-19T19:13:06.389Z
44152026-05-19T19:13:06.389Zinfo: running `cargo check --bins` on schema (258/276)
44162026-05-19T19:13:06.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44172026-05-19T19:13:06.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44182026-05-19T19:13:07.129Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
44192026-05-19T19:13:07.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
44202026-05-19T19:13:08.026Z
44212026-05-19T19:13:08.026Zinfo: running `cargo check --bins` on xtask (259/276)
44222026-05-19T19:13:08.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44232026-05-19T19:13:08.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44242026-05-19T19:13:08.496Z Checking libc v0.2.185
44252026-05-19T19:13:08.568Z Checking serde v1.0.228
44262026-05-19T19:13:08.572Z Checking zerofrom v0.1.6
44272026-05-19T19:13:08.575Z Checking bitflags v2.11.0
44282026-05-19T19:13:08.582Z Checking smallvec v1.15.1
44292026-05-19T19:13:08.594Z Checking indexmap v2.14.0
44302026-05-19T19:13:08.598Z Checking serde_json v1.0.149
44312026-05-19T19:13:08.598Z Checking scroll v0.12.0
44322026-05-19T19:13:08.671Z Checking yoke v0.8.1
44332026-05-19T19:13:08.721Z Checking num-traits v0.2.19
44342026-05-19T19:13:08.756Z Checking thiserror v1.0.69
44352026-05-19T19:13:08.831Z Checking percent-encoding v2.3.2
44362026-05-19T19:13:08.844Z Checking zerovec v0.11.5
44372026-05-19T19:13:08.862Z Checking zerotrie v0.2.3
44382026-05-19T19:13:08.872Z Checking errno v0.3.14
44392026-05-19T19:13:08.951Z Checking serde_spanned v0.6.9
44402026-05-19T19:13:08.970Z Checking toml_datetime v0.6.11
44412026-05-19T19:13:08.980Z Checking rustix v1.1.3
44422026-05-19T19:13:09.078Z Checking log v0.4.29
44432026-05-19T19:13:09.095Z Checking zerocopy v0.7.35
44442026-05-19T19:13:09.121Z Checking form_urlencoded v1.2.2
44452026-05-19T19:13:09.160Z Checking toml_edit v0.22.27
44462026-05-19T19:13:09.202Z Checking getrandom v0.4.1
44472026-05-19T19:13:09.230Z Checking goblin v0.8.2
44482026-05-19T19:13:09.248Z Checking ordered-float v2.10.1
44492026-05-19T19:13:09.248Z Checking thiserror v2.0.18
44502026-05-19T19:13:09.293Z Checking tinystr v0.8.2
44512026-05-19T19:13:09.331Z Checking potential_utf v0.1.4
44522026-05-19T19:13:09.357Z Checking syn v2.0.117
44532026-05-19T19:13:09.459Z Checking icu_collections v2.1.1
44542026-05-19T19:13:09.463Z Checking icu_locale_core v2.1.1
44552026-05-19T19:13:09.473Z Checking serde-value v0.7.0
44562026-05-19T19:13:09.596Z Checking dtrace-parser v0.2.0
44572026-05-19T19:13:09.671Z Checking thread-id v4.2.2
44582026-05-19T19:13:09.751Z Checking once_cell v1.21.3
44592026-05-19T19:13:09.768Z Checking cargo-platform v0.2.0
44602026-05-19T19:13:09.795Z Checking terminal_size v0.4.3
44612026-05-19T19:13:09.817Z Checking memmap v0.7.0
44622026-05-19T19:13:09.919Z Checking clap_builder v4.5.60
44632026-05-19T19:13:09.939Z Checking tempfile v3.25.0
44642026-05-19T19:13:09.945Z Checking textwrap v0.16.2
44652026-05-19T19:13:09.952Z Checking fs-err v3.3.0
44662026-05-19T19:13:10.019Z Checking icu_provider v2.1.1
44672026-05-19T19:13:10.136Z Checking camino-tempfile v1.4.1
44682026-05-19T19:13:10.140Z Checking tabled v0.15.0
44692026-05-19T19:13:10.146Z Checking anyhow v1.0.102
44702026-05-19T19:13:10.230Z Checking toml v0.8.23
44712026-05-19T19:13:10.256Z Checking icu_properties v2.1.2
44722026-05-19T19:13:10.272Z Checking icu_normalizer v2.1.1
44732026-05-19T19:13:10.346Z Checking macaddr v1.0.1
44742026-05-19T19:13:10.528Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44752026-05-19T19:13:10.546Z Checking cargo_toml v0.21.0
44762026-05-19T19:13:11.062Z Checking idna_adapter v1.2.1
44772026-05-19T19:13:11.089Z Checking dof v0.3.0
44782026-05-19T19:13:11.134Z Checking clap v4.5.60
44792026-05-19T19:13:11.179Z Checking idna v1.1.0
44802026-05-19T19:13:11.358Z Checking usdt-impl v0.5.0
44812026-05-19T19:13:11.402Z Checking url v2.5.8
44822026-05-19T19:13:11.609Z Checking usdt v0.5.0
44832026-05-19T19:13:11.746Z Checking cargo-util-schemas v0.8.2
44842026-05-19T19:13:12.436Z Checking cargo_metadata v0.21.0
44852026-05-19T19:13:13.044Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44862026-05-19T19:13:13.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.44s
44872026-05-19T19:13:13.586Z
44882026-05-19T19:13:13.586Zinfo: running `cargo check --bins` on dnsadm (260/276)
44892026-05-19T19:13:14.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44902026-05-19T19:13:14.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44912026-05-19T19:13:14.238Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
44922026-05-19T19:13:14.719Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
44932026-05-19T19:13:15.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.52s
44942026-05-19T19:13:15.300Z
44952026-05-19T19:13:15.300Zinfo: running `cargo check --bins` on end-to-end-tests (261/276)
44962026-05-19T19:13:15.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44972026-05-19T19:13:15.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44982026-05-19T19:13:16.110Z Checking polyval v0.6.2
44992026-05-19T19:13:16.236Z Checking ctr v0.9.2
45002026-05-19T19:13:16.248Z Checking ssh-encoding v0.2.0
45012026-05-19T19:13:16.251Z Checking blowfish v0.9.1
45022026-05-19T19:13:16.270Z Checking password-hash v0.4.2
45032026-05-19T19:13:16.285Z Checking p521 v0.13.3
45042026-05-19T19:13:16.288Z Checking p256 v0.13.2
45052026-05-19T19:13:16.312Z Checking russh-cryptovec v0.7.3
45062026-05-19T19:13:16.377Z Checking ghash v0.5.1
45072026-05-19T19:13:16.390Z Checking bcrypt-pbkdf v0.10.0
45082026-05-19T19:13:16.393Z Checking md5 v0.7.0
45092026-05-19T19:13:16.433Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
45102026-05-19T19:13:16.474Z Checking num-bigint v0.4.6
45112026-05-19T19:13:16.507Z Checking aes-gcm v0.10.3
45122026-05-19T19:13:16.507Z Checking pbkdf2 v0.11.0
45132026-05-19T19:13:16.535Z Checking des v0.8.1
45142026-05-19T19:13:16.547Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45152026-05-19T19:13:16.564Z Checking hex-literal v0.4.1
45162026-05-19T19:13:16.654Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
45172026-05-19T19:13:16.659Z Checking ssh-cipher v0.2.0
45182026-05-19T19:13:16.660Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
45192026-05-19T19:13:16.683Z Checking socket2 v0.5.10
45202026-05-19T19:13:16.686Z Checking internet-checksum v0.2.1
45212026-05-19T19:13:16.824Z Checking ssh-key v0.6.7
45222026-05-19T19:13:16.937Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45232026-05-19T19:13:17.446Z Checking russh-keys v0.45.0
45242026-05-19T19:13:17.995Z Checking russh v0.45.0
45252026-05-19T19:13:34.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.00s
45262026-05-19T19:13:34.514Z
45272026-05-19T19:13:34.514Zinfo: running `cargo check --bins` on gateway-cli (262/276)
45282026-05-19T19:13:35.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45292026-05-19T19:13:35.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45302026-05-19T19:13:35.212Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
45312026-05-19T19:13:35.280Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
45322026-05-19T19:13:35.288Z Checking termios v0.3.3
45332026-05-19T19:13:36.498Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45342026-05-19T19:13:36.647Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45352026-05-19T19:13:38.442Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
45362026-05-19T19:13:39.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.50s
45372026-05-19T19:13:39.204Z
45382026-05-19T19:13:39.204Zinfo: running `cargo check --bins --no-default-features` on installinator (263/276)
45392026-05-19T19:13:39.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45402026-05-19T19:13:39.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45412026-05-19T19:13:39.922Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45422026-05-19T19:13:39.935Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45432026-05-19T19:13:40.049Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45442026-05-19T19:13:40.053Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45452026-05-19T19:13:40.064Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45462026-05-19T19:13:40.073Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45472026-05-19T19:13:40.790Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45482026-05-19T19:13:41.142Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45492026-05-19T19:13:41.146Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45502026-05-19T19:13:41.788Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45512026-05-19T19:13:43.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.23s
45522026-05-19T19:13:43.643Z
45532026-05-19T19:13:43.643Zinfo: running `cargo check --bins` on internal-dns-cli (264/276)
45542026-05-19T19:13:44.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45552026-05-19T19:13:44.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45562026-05-19T19:13:44.296Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45572026-05-19T19:13:44.754Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45582026-05-19T19:13:45.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
45592026-05-19T19:13:45.262Z
45602026-05-19T19:13:45.262Zinfo: running `cargo check --bins` on omicron-live-tests (265/276)
45612026-05-19T19:13:45.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45622026-05-19T19:13:45.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45632026-05-19T19:13:45.776Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45642026-05-19T19:13:45.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
45652026-05-19T19:13:45.865Z
45662026-05-19T19:13:45.865Zinfo: running `cargo check --bins` on live-tests-macros (266/276)
45672026-05-19T19:13:46.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45682026-05-19T19:13:46.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45692026-05-19T19:13:46.373Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45702026-05-19T19:13:46.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45712026-05-19T19:13:46.462Z
45722026-05-19T19:13:46.462Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (267/276)
45732026-05-19T19:13:47.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45742026-05-19T19:13:47.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45752026-05-19T19:13:47.265Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45762026-05-19T19:13:47.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
45772026-05-19T19:13:48.049Z
45782026-05-19T19:13:48.050Zinfo: running `cargo check --bins` on omicron-ntp-admin (268/276)
45792026-05-19T19:13:48.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45802026-05-19T19:13:48.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45812026-05-19T19:13:48.712Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45822026-05-19T19:13:48.718Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45832026-05-19T19:13:48.996Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45842026-05-19T19:13:48.996Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45852026-05-19T19:13:49.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
45862026-05-19T19:13:49.985Z
45872026-05-19T19:13:49.985Zinfo: running `cargo check --bins` on ntp-admin-types (269/276)
45882026-05-19T19:13:50.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45892026-05-19T19:13:50.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45902026-05-19T19:13:50.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45912026-05-19T19:13:50.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45922026-05-19T19:13:50.637Z
45932026-05-19T19:13:50.637Zinfo: running `cargo check --bins` on omicron-package (270/276)
45942026-05-19T19:13:51.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45952026-05-19T19:13:51.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45962026-05-19T19:13:51.274Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
45972026-05-19T19:13:52.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.77s
45982026-05-19T19:13:52.560Z
45992026-05-19T19:13:52.560Zinfo: running `cargo check --bins` on tqdb (271/276)
46002026-05-19T19:13:53.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46012026-05-19T19:13:53.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46022026-05-19T19:13:53.556Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
46032026-05-19T19:13:53.706Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
46042026-05-19T19:13:54.232Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
46052026-05-19T19:13:54.265Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
46062026-05-19T19:14:00.171Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
46072026-05-19T19:14:00.217Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
46082026-05-19T19:14:00.738Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
46092026-05-19T19:14:00.738Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
46102026-05-19T19:14:00.761Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46112026-05-19T19:14:00.762Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
46122026-05-19T19:14:01.490Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
46132026-05-19T19:14:05.630Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46142026-05-19T19:14:05.765Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46152026-05-19T19:14:05.840Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
46162026-05-19T19:14:08.147Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
46172026-05-19T19:14:14.540Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
46182026-05-19T19:14:14.546Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
46192026-05-19T19:14:14.546Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
46202026-05-19T19:14:14.546Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46212026-05-19T19:14:16.103Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
46222026-05-19T19:14:17.353Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
46232026-05-19T19:14:18.073Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
46242026-05-19T19:14:19.310Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
46252026-05-19T19:14:19.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.27s
46262026-05-19T19:14:20.064Z
46272026-05-19T19:14:20.065Zinfo: running `cargo check --bins` on wicket-dbg (272/276)
46282026-05-19T19:14:20.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46292026-05-19T19:14:20.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46302026-05-19T19:14:20.775Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46312026-05-19T19:14:20.787Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46322026-05-19T19:14:20.909Z Checking rtoolbox v0.0.3
46332026-05-19T19:14:20.923Z Checking tui-tree-widget v0.23.1
46342026-05-19T19:14:21.019Z Checking rpassword v7.4.0
46352026-05-19T19:14:22.026Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46362026-05-19T19:14:24.989Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46372026-05-19T19:14:27.339Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46382026-05-19T19:14:31.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.67s
46392026-05-19T19:14:31.472Z
46402026-05-19T19:14:31.472Zinfo: running `cargo check --bins` on wicket (273/276)
46412026-05-19T19:14:31.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46422026-05-19T19:14:31.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46432026-05-19T19:14:31.505Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46442026-05-19T19:14:31.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
46452026-05-19T19:14:31.505Z
46462026-05-19T19:14:31.505Zinfo: running `cargo check --bins` on wicketd (274/276)
46472026-05-19T19:14:31.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46482026-05-19T19:14:31.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46492026-05-19T19:14:31.505Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46502026-05-19T19:14:31.505Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46512026-05-19T19:14:31.505Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46522026-05-19T19:14:31.505Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46532026-05-19T19:14:31.506Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46542026-05-19T19:14:31.515Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46552026-05-19T19:14:34.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.21s
46562026-05-19T19:14:34.639Z
46572026-05-19T19:14:34.639Zinfo: running `cargo check --bins` on omicron-workspace-hack (275/276)
46582026-05-19T19:14:35.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46592026-05-19T19:14:35.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46602026-05-19T19:14:35.145Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46612026-05-19T19:14:35.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
46622026-05-19T19:14:35.234Z
46632026-05-19T19:14:35.234Zinfo: running `cargo check --bins` on zone-setup (276/276)
46642026-05-19T19:14:35.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46652026-05-19T19:14:35.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46662026-05-19T19:14:36.041Z Checking uzers v0.12.2
46672026-05-19T19:14:36.189Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46682026-05-19T19:14:36.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
46692026-05-19T19:14:37.150Z
46702026-05-19T19:14:37.150Zreal 14:14.641332595
46712026-05-19T19:14:37.150Zuser 20:38.364741097
46722026-05-19T19:14:37.150Zsys 4:17.247885019
46732026-05-19T19:14:37.150Ztrap 0.329700106
46742026-05-19T19:14:37.150Ztflt 1.239611038
46752026-05-19T19:14:37.150Zdflt 1.466376312
46762026-05-19T19:14:37.150Zkflt 0.024749587
46772026-05-19T19:14:37.150Zlock 1:17:38.380335073
46782026-05-19T19:14:37.150Zslp 1:38:56.728852691
46792026-05-19T19:14:37.150Zlat 57.646123915
46802026-05-19T19:14:37.151Zstop 3:33.712385039
46812026-05-19T19:14:37.154Zprocess exited: duration 991917 ms, exit code 0
 
46822026-05-19T19:14:37.164Zfound 0 output files