01KRQDHC3TTQ42VH7E5JMA7753: 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: 01KRQDJVW7MF4SGGPH6FPX9N84

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-16T03:35:13.427Zjob assigned to worker 01KRQDK4EK7374XFT83KK6QWMF [factory aws, i-0cd7f2af66a988275] (queued for 51 s)
 
22026-05-16T03:35:19.766Zstarting task 0: "setup"
32026-05-16T03:35:19.825Z++ uname -s
42026-05-16T03:35:19.825Z+ kern=SunOS
52026-05-16T03:35:19.825Z+ build_user=build
62026-05-16T03:35:19.825Z+ build_uid=12345
72026-05-16T03:35:19.825Z+ work_dir=/work
82026-05-16T03:35:19.825Z+ input_dir=/input
92026-05-16T03:35:19.825Z+ [[ 0 == 12345 ]]
102026-05-16T03:35:19.826Z+ case "$kern" in
112026-05-16T03:35:19.826Z+ groupadd -g 12345 build
122026-05-16T03:35:19.826Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-16T03:35:21.758Z+ zfs create -o mountpoint=/work rpool/work
142026-05-16T03:35:21.848Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-16T03:35:21.856Z+ home_fs=zfs
162026-05-16T03:35:21.856Z+ [[ zfs == autofs ]]
172026-05-16T03:35:21.856Z+ mkdir -p /home/build
182026-05-16T03:35:21.856Z+ chown build:build /home/build /work
192026-05-16T03:35:23.889Z+ chmod 0700 /home/build /work
202026-05-16T03:35:24.028Zprocess exited: duration 4121 ms, exit code 0
 
212026-05-16T03:35:24.243Zstarting task 1: "rust-toolchain"
222026-05-16T03:35:24.293Z * rust toolchain channel = "1.94.0"
232026-05-16T03:35:24.293Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
242026-05-16T03:35:24.293Z * rust toolchain profile = "default"
252026-05-16T03:35:24.293Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-16T03:35:24.293Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-16T03:35:24.293Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-16T03:35:24.293Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-16T03:35:24.293Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-16T03:35:24.390Zinfo: downloading installer
312026-05-16T03:35:25.792Zwarn: It looks like you have an existing rustup settings file at:
322026-05-16T03:35:25.792Zwarn: /home/build/.rustup/settings.toml
332026-05-16T03:35:25.792Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-16T03:35:25.792Zwarn: instead of the one inferred from the default host triple.
352026-05-16T03:35:25.817Zinfo: profile set to default
362026-05-16T03:35:25.817Zinfo: default host triple is x86_64-unknown-illumos
372026-05-16T03:35:25.817Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-16T03:35:25.886Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-16T03:35:25.894Zinfo: downloading 6 components
402026-05-16T03:35:39.938Z
412026-05-16T03:35:39.938Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
422026-05-16T03:35:39.978Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-16T03:35:39.978Z
442026-05-16T03:35:39.978Z
452026-05-16T03:35:39.978ZRust is installed now. Great!
462026-05-16T03:35:39.978Z
472026-05-16T03:35:39.978ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-16T03:35:39.978Zenvironment variable. This has not been done automatically.
492026-05-16T03:35:39.979Z
502026-05-16T03:35:39.979ZTo configure your current shell, you need to source
512026-05-16T03:35:39.979Zthe corresponding env file under $HOME/.cargo.
522026-05-16T03:35:39.979Z
532026-05-16T03:35:39.979ZThis is usually done by running one of the following (note the leading DOT):
542026-05-16T03:35:39.979Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-16T03:35:39.979Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-16T03:35:39.979Zsource "~/.cargo/env.nu" # For nushell
572026-05-16T03:35:39.979Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-16T03:35:39.979Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-16T03:35:39.979Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-16T03:35:39.999Zwarn: no default linker (`cc`) was found in your PATH
612026-05-16T03:35:39.999Zwarn: many Rust crates require a system C toolchain to build
622026-05-16T03:35:40.065Z+ rustup --version
632026-05-16T03:35:40.100Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-16T03:35:40.100Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-16T03:35:40.100Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-16T03:35:40.100Z+ cargo --version
672026-05-16T03:35:40.111Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-16T03:35:40.111Z+ rustc --version
692026-05-16T03:35:40.126Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-16T03:35:40.143Zprocess exited: duration 15910 ms, exit code 0
 
712026-05-16T03:35:40.187Zstarting task 2: "authentication"
722026-05-16T03:35:40.210Zprocess exited: duration 23 ms, exit code 0
 
732026-05-16T03:35:40.252Zstarting task 3: "clone repository"
742026-05-16T03:35:40.261Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-16T03:35:40.261Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-16T03:35:40.284ZCloning into '/work/oxidecomputer/omicron'...
772026-05-16T03:35:50.331Z+ cd /work/oxidecomputer/omicron
782026-05-16T03:35:50.331Z+ git fetch origin 52f5e87f704e15add883d5128d8f033e80711755
792026-05-16T03:35:50.604ZFrom https://github.com/oxidecomputer/omicron
802026-05-16T03:35:50.605Z * branch 52f5e87f704e15add883d5128d8f033e80711755 -> FETCH_HEAD
812026-05-16T03:35:50.616Z+ [[ -n renovate/crucible-pantry-client-digest ]]
822026-05-16T03:35:50.619Z++ git branch --show-current
832026-05-16T03:35:50.619Z+ current=main
842026-05-16T03:35:50.619Z+ [[ main != renovate/crucible-pantry-client-digest ]]
852026-05-16T03:35:50.619Z+ git branch -f renovate/crucible-pantry-client-digest 52f5e87f704e15add883d5128d8f033e80711755
862026-05-16T03:35:50.619Z+ git checkout -f renovate/crucible-pantry-client-digest
872026-05-16T03:35:50.865ZSwitched to branch 'renovate/crucible-pantry-client-digest'
882026-05-16T03:35:50.871Z+ git reset --hard 52f5e87f704e15add883d5128d8f033e80711755
892026-05-16T03:35:51.087ZHEAD is now at 52f5e87f7 Update crucible-pantry-client digest to c59a136
902026-05-16T03:35:51.091Zprocess exited: duration 10854 ms, exit code 0
 
912026-05-16T03:35:51.114Zstarting task 4: "build"
922026-05-16T03:35:51.118Z+ source .github/buildomat/ci-env.sh
932026-05-16T03:35:51.118Z++ export CARGO_TERM_COLOR=always
942026-05-16T03:35:51.118Z++ CARGO_TERM_COLOR=always
952026-05-16T03:35:51.118Z+ cargo --version
962026-05-16T03:35:51.125Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-16T03:35:51.128Z+ rustc --version
982026-05-16T03:35:51.153Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-16T03:35:51.162Z+ source ./env.sh
1002026-05-16T03:35:51.162Z++ OLD_SHELL_OPTS=ehxB
1012026-05-16T03:35:51.162Z++ set -o xtrace
1022026-05-16T03:35:51.162Z++++ dirname ./env.sh
1032026-05-16T03:35:51.163Z+++ readlink -f .
1042026-05-16T03:35:51.163Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-05-16T03:35:51.163Z++ 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-16T03:35:51.163Z++ 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-16T03:35:51.163Z++ 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-16T03:35:51.163Z++ 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-16T03:35:51.163Z++ 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-16T03:35:51.163Z++ 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-16T03:35:51.163Z++ 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-16T03:35:51.163Z++ 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-16T03:35:51.163Z++ case $OLD_SHELL_OPTS in
1142026-05-16T03:35:51.163Z++ unset OLD_SHELL_OPTS OMICRON_WS
1152026-05-16T03:35:51.163Z+ 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-16T03:35:51.163Z+ 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-16T03:35:51.163Z+ banner prerequisites
1182026-05-16T03:35:51.169Z
1192026-05-16T03:35:51.170Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-05-16T03:35:51.170Z # # # # # # # # # # # # # # #
1212026-05-16T03:35:51.170Z # # # # ##### # # ##### # # # # # #### #
1222026-05-16T03:35:51.170Z ##### ##### # ##### # # # # # # # # #
1232026-05-16T03:35:51.170Z # # # # # # # # # # # # # # #
1242026-05-16T03:35:51.170Z # # # ###### # # ###### ### # #### # #### #
1252026-05-16T03:35:51.170Z
1262026-05-16T03:35:51.170Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-05-16T03:35:52.568Z Startup: Refreshing catalog 'helios' ... Done
1282026-05-16T03:35:52.628Z Startup: Caching catalogs ... Done
1292026-05-16T03:35:52.833ZPlanning: Solver setup ... Done (0.171s)
1302026-05-16T03:35:52.846ZPlanning: Running solver ... Done (0.016s)
1312026-05-16T03:35:52.862ZPlanning: Finding local manifests ... Done (0.003s)
1322026-05-16T03:35:52.866ZPlanning: Fetching manifests: 0/2 0% complete
1332026-05-16T03:35:52.882ZPlanning: Fetching manifests: 2/2 100% complete
1342026-05-16T03:35:52.894ZPlanning: Package planning ... Done (0.013s)
1352026-05-16T03:35:52.898ZPlanning: Merging actions ... Done (0.002s)
1362026-05-16T03:35:53.094ZPlanning: Checking for conflicting actions ... Done (0.191s)
1372026-05-16T03:35:53.102ZPlanning: Consolidating action changes ... Done (0.001s)
1382026-05-16T03:35:53.877ZPlanning: Evaluating mediators ... Done (0.788s)
1392026-05-16T03:35:53.880ZPlanning: Planning completed in 1.23 seconds
1402026-05-16T03:35:53.897Z Packages to install: 2
1412026-05-16T03:35:53.908Z Estimated space available: 156.08 GB
1422026-05-16T03:35:53.908ZEstimated space to be consumed: 19.74 MB
1432026-05-16T03:35:53.908Z Create boot environment: No
1442026-05-16T03:35:53.908ZCreate backup boot environment: No
1452026-05-16T03:35:53.908Z Rebuild boot archive: No
1462026-05-16T03:35:53.908Z
1472026-05-16T03:35:53.908ZChanged packages:
1482026-05-16T03:35:53.908Zhelios
1492026-05-16T03:35:53.908Z developer/build-essential
1502026-05-16T03:35:53.908Z None -> 11-3.0
1512026-05-16T03:35:53.908Z library/libxmlsec1
1522026-05-16T03:35:53.908Z None -> 1.2.35-3.0
1532026-05-16T03:35:53.914Z
1542026-05-16T03:35:53.914ZDownload: 0/214 items 0.0/1.3MB 0% complete
1552026-05-16T03:35:54.465ZDownload: Completed 1.28 MB in 0.54 seconds (2.4M/s)
1562026-05-16T03:35:54.515Z Actions: 1/268 actions (Installing new actions)
1572026-05-16T03:35:54.553Z Actions: Completed 268 actions in 0.04 seconds.
1582026-05-16T03:35:54.558ZFinalize: Updating package state database ... Done (0.006s)
1592026-05-16T03:35:54.558ZFinalize: Updating package cache ... Done (0.000s)
1602026-05-16T03:35:54.575ZFinalize: Updating image state ... Done (0.015s)
1612026-05-16T03:35:56.954ZFinalize: Creating fast lookup database ... Done (2.363s)
1622026-05-16T03:35:57.021ZFinalize: Reading search index ... Done (0.013s)
1632026-05-16T03:35:57.026ZFinalize: Updating search index ... Done (0.000s)
1642026-05-16T03:35:57.127ZFinalize: Updating package cache ... Done (0.000s)
1652026-05-16T03:35:57.426ZPlanning: Evaluating mediator changes ... Done
1662026-05-16T03:35:57.529ZPlanning: Checking for conflicting actions ... Done
1672026-05-16T03:35:57.532ZPlanning: Consolidating action changes ... Done
1682026-05-16T03:35:57.685ZPlanning: Evaluating mediators ... Done
1692026-05-16T03:35:57.688ZPlanning: Planning completed in 0.26 seconds
1702026-05-16T03:35:57.712Z Mediators to change: 2
1712026-05-16T03:35:57.712Z Create boot environment: No
1722026-05-16T03:35:57.712ZCreate backup boot environment: No
1732026-05-16T03:35:57.761ZFinalize: Updating package state database ... Done
1742026-05-16T03:35:57.761ZFinalize: Updating package cache ... Done
1752026-05-16T03:35:57.771ZFinalize: Updating image state ... Done
1762026-05-16T03:35:59.724ZFinalize: Creating fast lookup database ... Done
1772026-05-16T03:35:59.784ZFinalize: Reading search index ... Done
1782026-05-16T03:35:59.788ZFinalize: Updating search index ... Done
1792026-05-16T03:35:59.882ZFinalize: Updating package cache ... Done
1802026-05-16T03:36:00.168ZPlanning: Evaluating mediator changes ... Done
1812026-05-16T03:36:00.283ZPlanning: Checking for conflicting actions ... Done
1822026-05-16T03:36:00.286ZPlanning: Consolidating action changes ... Done
1832026-05-16T03:36:00.440ZPlanning: Evaluating mediators ... Done
1842026-05-16T03:36:00.445ZPlanning: Planning completed in 0.27 seconds
1852026-05-16T03:36:00.468Z Mediators to change: 1
1862026-05-16T03:36:00.468Z Create boot environment: No
1872026-05-16T03:36:00.468ZCreate backup boot environment: No
1882026-05-16T03:36:00.528ZFinalize: Updating package state database ... Done
1892026-05-16T03:36:00.528ZFinalize: Updating package cache ... Done
1902026-05-16T03:36:00.537ZFinalize: Updating image state ... Done
1912026-05-16T03:36:02.484ZFinalize: Creating fast lookup database ... Done
1922026-05-16T03:36:02.594ZFinalize: Reading search index ... Done
1932026-05-16T03:36:02.594ZFinalize: Updating search index ... Done
1942026-05-16T03:36:02.654ZFinalize: Updating package cache ... Done
1952026-05-16T03:36:02.926ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962026-05-16T03:36:02.926Zapache system 2.4 system
1972026-05-16T03:36:02.926Zclang system 15 system
1982026-05-16T03:36:02.926Zcsh system system illumos
1992026-05-16T03:36:02.926Zctags system system illumos
2002026-05-16T03:36:02.927Zfile vendor vendor darwinsys
2012026-05-16T03:36:02.927Zfile system system illumos
2022026-05-16T03:36:02.927Zgcc vendor 14 vendor
2032026-05-16T03:36:02.927Zgcc system 13 system
2042026-05-16T03:36:02.927Zgcc system 10 system
2052026-05-16T03:36:02.927Zgo system 1.25 system
2062026-05-16T03:36:02.927Zllvm system 15 system
2072026-05-16T03:36:02.927Zmariadb system 11.4 system
2082026-05-16T03:36:02.927Zmta vendor vendor dma
2092026-05-16T03:36:02.927Zopenjdk system 17 system
2102026-05-16T03:36:02.927Zopenjdk system 11 system
2112026-05-16T03:36:02.927Zopenssl vendor 3 vendor
2122026-05-16T03:36:02.927Zperl system 5.40 system
2132026-05-16T03:36:02.927Zpostgresql system 18 system
2142026-05-16T03:36:02.927Zpostgresql system 17 system
2152026-05-16T03:36:02.927Zpython vendor 3 vendor
2162026-05-16T03:36:02.927Zpython system 2 system
2172026-05-16T03:36:02.927Zpython3 vendor 3.13 vendor
2182026-05-16T03:36:02.928Zruby system 3.4 system
2192026-05-16T03:36:02.928Zruby system 3.0 system
2202026-05-16T03:36:02.928Zwords vendor vendor american-english
2212026-05-16T03:36:02.928Zwords system system australian-english
2222026-05-16T03:36:02.928Zwords system system british-english
2232026-05-16T03:36:02.928Zwords system system canadian-english
2242026-05-16T03:36:02.928Zwords system system french
2252026-05-16T03:36:02.928Zwords system system italian
2262026-05-16T03:36:02.928Zwords system system ngerman
2272026-05-16T03:36:02.928Zwords system system ogerman
2282026-05-16T03:36:02.928Zwords system system spanish
2292026-05-16T03:36:03.184ZPUBLISHER TYPE STATUS P LOCATION
2302026-05-16T03:36:03.184Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2312026-05-16T03:36:03.476ZFMRI IFO
2322026-05-16T03:36:03.476Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2332026-05-16T03:36:03.477Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2342026-05-16T03:36:03.477Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2352026-05-16T03:36:03.477Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2362026-05-16T03:36:03.477Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2372026-05-16T03:36:03.477Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2382026-05-16T03:36:03.477Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2392026-05-16T03:36:03.477Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2402026-05-16T03:36:03.477Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2412026-05-16T03:36:03.688Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2422026-05-16T03:36:03.939Z Updating crates.io index
2432026-05-16T03:36:03.949Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2442026-05-16T03:36:04.210Z Updating git repository `https://github.com/oxidecomputer/lldp`
2452026-05-16T03:36:04.969Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2462026-05-16T03:36:05.394Z Updating git repository `https://github.com/oxidecomputer/propolis`
2472026-05-16T03:36:06.450Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2482026-05-16T03:36:06.945Z Updating git repository `https://github.com/oxidecomputer/crucible`
2492026-05-16T03:36:08.316Z Updating git repository `https://github.com/oxidecomputer/opte`
2502026-05-16T03:36:09.168Z Updating git repository `https://github.com/oxidecomputer/tofino`
2512026-05-16T03:36:09.416Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522026-05-16T03:36:10.342Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-05-16T03:36:10.885Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2542026-05-16T03:36:11.240Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2552026-05-16T03:36:11.595Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2562026-05-16T03:36:12.485Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2572026-05-16T03:36:12.925Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2582026-05-16T03:36:13.233Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2592026-05-16T03:36:13.603Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2602026-05-16T03:36:13.835Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2612026-05-16T03:36:14.274Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2622026-05-16T03:36:14.496Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2632026-05-16T03:36:14.744Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2642026-05-16T03:36:14.997Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2652026-05-16T03:36:15.337Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2662026-05-16T03:36:15.797Z Updating git repository `https://github.com/oxidecomputer/crucible`
2672026-05-16T03:36:16.740Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2682026-05-16T03:36:17.133Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2692026-05-16T03:36:17.522Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2702026-05-16T03:36:17.780Z Updating git repository `https://github.com/oxidecomputer/ispf`
2712026-05-16T03:36:18.736Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2722026-05-16T03:36:19.386Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2732026-05-16T03:36:19.902Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2742026-05-16T03:36:20.325Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2752026-05-16T03:36:20.646Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2762026-05-16T03:36:20.895Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2772026-05-16T03:36:21.345Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2782026-05-16T03:36:21.584Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2792026-05-16T03:36:21.840Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2802026-05-16T03:36:22.121Z Updating git repository `https://github.com/illumos/smf-rs`
2812026-05-16T03:36:22.540Z Updating git repository `https://github.com/oxidecomputer/omicron`
2822026-05-16T03:36:33.978Z Downloading crates ...
2832026-05-16T03:36:34.040Z Downloaded bitflags v2.11.0
2842026-05-16T03:36:34.061Z Downloaded stable_deref_trait v1.2.1
2852026-05-16T03:36:34.061Z Downloaded potential_utf v0.1.4
2862026-05-16T03:36:34.061Z Downloaded dof v0.3.0
2872026-05-16T03:36:34.061Z Downloaded utf8_iter v1.0.4
2882026-05-16T03:36:34.061Z Downloaded serde-untagged v0.1.9
2892026-05-16T03:36:34.061Z Downloaded textwrap v0.16.2
2902026-05-16T03:36:34.061Z Downloaded zerofrom-derive v0.1.6
2912026-05-16T03:36:34.061Z Downloaded thiserror v2.0.18
2922026-05-16T03:36:34.062Z Downloaded thiserror-impl v2.0.18
2932026-05-16T03:36:34.062Z Downloaded zerofrom v0.1.6
2942026-05-16T03:36:34.062Z Downloaded erased-serde v0.4.9
2952026-05-16T03:36:34.062Z Downloaded anstyle v1.0.13
2962026-05-16T03:36:34.082Z Downloaded block-buffer v0.10.4
2972026-05-16T03:36:34.083Z Downloaded yoke-derive v0.8.1
2982026-05-16T03:36:34.083Z Downloaded synstructure v0.13.2
2992026-05-16T03:36:34.083Z Downloaded version_check v0.9.5
3002026-05-16T03:36:34.083Z Downloaded tempfile v3.25.0
3012026-05-16T03:36:34.083Z Downloaded smallvec v1.15.1
3022026-05-16T03:36:34.083Z Downloaded toml_write v0.1.2
3032026-05-16T03:36:34.083Z Downloaded toml_datetime v0.6.11
3042026-05-16T03:36:34.083Z Downloaded anstream v0.6.21
3052026-05-16T03:36:34.083Z Downloaded usdt-macro v0.5.0
3062026-05-16T03:36:34.083Z Downloaded typeid v1.0.3
3072026-05-16T03:36:34.084Z Downloaded camino v1.2.2
3082026-05-16T03:36:34.084Z Downloaded icu_normalizer v2.1.1
3092026-05-16T03:36:34.084Z Downloaded autocfg v1.5.0
3102026-05-16T03:36:34.084Z Downloaded anstyle-query v1.1.5
3112026-05-16T03:36:34.084Z Downloaded anstyle-parse v0.2.7
3122026-05-16T03:36:34.084Z Downloaded fastrand v2.3.0
3132026-05-16T03:36:34.084Z Downloaded form_urlencoded v1.2.2
3142026-05-16T03:36:34.084Z Downloaded bytecount v0.6.9
3152026-05-16T03:36:34.084Z Downloaded usdt v0.5.0
3162026-05-16T03:36:34.084Z Downloaded thread-id v4.2.2
3172026-05-16T03:36:34.084Z Downloaded byteorder v1.5.0
3182026-05-16T03:36:34.111Z Downloaded writeable v0.6.2
3192026-05-16T03:36:34.111Z Downloaded tinystr v0.8.2
3202026-05-16T03:36:34.111Z Downloaded unicode-xid v0.2.6
3212026-05-16T03:36:34.111Z Downloaded percent-encoding v2.3.2
3222026-05-16T03:36:34.111Z Downloaded idna_adapter v1.2.1
3232026-05-16T03:36:34.111Z Downloaded fnv v1.0.7
3242026-05-16T03:36:34.111Z Downloaded usdt-attr-macro v0.5.0
3252026-05-16T03:36:34.111Z Downloaded plain v0.2.3
3262026-05-16T03:36:34.111Z Downloaded usdt-impl v0.5.0
3272026-05-16T03:36:34.111Z Downloaded thiserror-impl v1.0.69
3282026-05-16T03:36:34.112Z Downloaded thiserror v1.0.69
3292026-05-16T03:36:34.112Z Downloaded zmij v1.0.21
3302026-05-16T03:36:34.112Z Downloaded scroll v0.12.0
3312026-05-16T03:36:34.112Z Downloaded yoke v0.8.1
3322026-05-16T03:36:34.112Z Downloaded toml v0.8.23
3332026-05-16T03:36:34.112Z Downloaded itoa v1.0.17
3342026-05-16T03:36:34.112Z Downloaded cfg-if v1.0.4
3352026-05-16T03:36:34.154Z Downloaded utf8parse v0.2.2
3362026-05-16T03:36:34.154Z Downloaded scroll_derive v0.12.1
3372026-05-16T03:36:34.154Z Downloaded heck v0.4.1
3382026-05-16T03:36:34.154Z Downloaded equivalent v1.0.2
3392026-05-16T03:36:34.155Z Downloaded ordered-float v2.10.1
3402026-05-16T03:36:34.155Z Downloaded errno v0.3.14
3412026-05-16T03:36:34.155Z Downloaded zerovec-derive v0.11.2
3422026-05-16T03:36:34.155Z Downloaded zerocopy-derive v0.7.35
3432026-05-16T03:36:34.155Z Downloaded ucd-trie v0.1.7
3442026-05-16T03:36:34.155Z Downloaded proc-macro-error-attr v1.0.4
3452026-05-16T03:36:34.155Z Downloaded generic-array v0.14.7
3462026-05-16T03:36:34.155Z Downloaded unicode-linebreak v0.1.5
3472026-05-16T03:36:34.155Z Downloaded dtrace-parser v0.2.0
3482026-05-16T03:36:34.155Z Downloaded colorchoice v1.0.4
3492026-05-16T03:36:34.155Z Downloaded tabled_derive v0.7.0
3502026-05-16T03:36:34.155Z Downloaded is_terminal_polyfill v1.70.2
3512026-05-16T03:36:34.155Z Downloaded unicode-ident v1.0.24
3522026-05-16T03:36:34.155Z Downloaded zerotrie v0.2.3
3532026-05-16T03:36:34.155Z Downloaded zerocopy v0.7.35
3542026-05-16T03:36:34.282Z Downloaded smawk v0.3.2
3552026-05-16T03:36:34.282Z Downloaded url v2.5.8
3562026-05-16T03:36:34.282Z Downloaded zerovec v0.11.5
3572026-05-16T03:36:34.282Z Downloaded cpufeatures v0.2.17
3582026-05-16T03:36:34.282Z Downloaded memmap v0.7.0
3592026-05-16T03:36:34.282Z Downloaded typenum v1.19.0
3602026-05-16T03:36:34.282Z Downloaded strsim v0.11.1
3612026-05-16T03:36:34.282Z Downloaded cargo-platform v0.2.0
3622026-05-16T03:36:34.282Z Downloaded serde_spanned v0.6.9
3632026-05-16T03:36:34.282Z Downloaded serde-value v0.7.0
3642026-05-16T03:36:34.282Z Downloaded heck v0.5.0
3652026-05-16T03:36:34.282Z Downloaded crypto-common v0.1.7
3662026-05-16T03:36:34.282Z Downloaded clap_lex v1.0.0
3672026-05-16T03:36:34.282Z Downloaded toml_edit v0.22.27
3682026-05-16T03:36:34.282Z Downloaded pretty-hex v0.4.1
3692026-05-16T03:36:34.282Z Downloaded macaddr v1.0.1
3702026-05-16T03:36:34.282Z Downloaded swrite v0.1.0
3712026-05-16T03:36:34.282Z Downloaded terminal_size v0.4.3
3722026-05-16T03:36:34.282Z Downloaded winnow v0.7.14
3732026-05-16T03:36:34.282Z Downloaded clap_derive v4.5.55
3742026-05-16T03:36:34.316Z Downloaded cargo-util-schemas v0.8.2
3752026-05-16T03:36:34.316Z Downloaded cargo_toml v0.21.0
3762026-05-16T03:36:34.316Z Downloaded unicode-width v0.1.14
3772026-05-16T03:36:34.316Z Downloaded pest_derive v2.8.6
3782026-05-16T03:36:34.316Z Downloaded quote v1.0.45
3792026-05-16T03:36:34.317Z Downloaded camino-tempfile v1.4.1
3802026-05-16T03:36:34.317Z Downloaded litemap v0.8.1
3812026-05-16T03:36:34.317Z Downloaded digest v0.10.7
3822026-05-16T03:36:34.317Z Downloaded cargo_metadata v0.21.0
3832026-05-16T03:36:34.317Z Downloaded unicode-width v0.2.0
3842026-05-16T03:36:34.317Z Downloaded sha2 v0.10.9
3852026-05-16T03:36:34.317Z Downloaded serde_tokenstream v0.2.3
3862026-05-16T03:36:34.317Z Downloaded anyhow v1.0.102
3872026-05-16T03:36:34.317Z Downloaded semver v1.0.28
3882026-05-16T03:36:34.317Z Downloaded fs-err v3.3.0
3892026-05-16T03:36:34.317Z Downloaded proc-macro-error v1.0.4
3902026-05-16T03:36:34.317Z Downloaded icu_provider v2.1.1
3912026-05-16T03:36:34.317Z Downloaded papergrid v0.11.0
3922026-05-16T03:36:34.317Z Downloaded icu_properties v2.1.2
3932026-05-16T03:36:34.317Z Downloaded icu_properties_data v2.1.2
3942026-05-16T03:36:34.317Z Downloaded proc-macro2 v1.0.106
3952026-05-16T03:36:34.317Z Downloaded once_cell v1.21.3
3962026-05-16T03:36:34.317Z Downloaded getrandom v0.4.1
3972026-05-16T03:36:34.317Z Downloaded displaydoc v0.2.5
3982026-05-16T03:36:34.317Z Downloaded serde_core v1.0.228
3992026-05-16T03:36:34.317Z Downloaded pest_generator v2.8.6
4002026-05-16T03:36:34.317Z Downloaded num-traits v0.2.19
4012026-05-16T03:36:34.318Z Downloaded clap v4.5.60
4022026-05-16T03:36:34.318Z Downloaded serde_derive v1.0.228
4032026-05-16T03:36:34.318Z Downloaded icu_normalizer_data v2.1.1
4042026-05-16T03:36:34.318Z Downloaded icu_locale_core v2.1.1
4052026-05-16T03:36:34.318Z Downloaded log v0.4.29
4062026-05-16T03:36:34.318Z Downloaded pest_meta v2.8.6
4072026-05-16T03:36:34.318Z Downloaded icu_collections v2.1.1
4082026-05-16T03:36:34.318Z Downloaded goblin v0.8.2
4092026-05-16T03:36:34.318Z Downloaded serde v1.0.228
4102026-05-16T03:36:34.318Z Downloaded indexmap v2.14.0
4112026-05-16T03:36:34.318Z Downloaded pest v2.8.6
4122026-05-16T03:36:34.318Z Downloaded memchr v2.8.0
4132026-05-16T03:36:34.387Z Downloaded syn v1.0.109
4142026-05-16T03:36:34.387Z Downloaded hashbrown v0.17.0
4152026-05-16T03:36:34.387Z Downloaded serde_json v1.0.149
4162026-05-16T03:36:34.388Z Downloaded idna v1.1.0
4172026-05-16T03:36:34.388Z Downloaded clap_builder v4.5.60
4182026-05-16T03:36:34.416Z Downloaded tabled v0.15.0
4192026-05-16T03:36:34.416Z Downloaded syn v2.0.117
4202026-05-16T03:36:34.416Z Downloaded rustix v1.1.3
4212026-05-16T03:36:34.416Z Downloaded libc v0.2.185
4222026-05-16T03:36:34.500Z Compiling proc-macro2 v1.0.106
4232026-05-16T03:36:34.500Z Compiling quote v1.0.45
4242026-05-16T03:36:34.501Z Compiling unicode-ident v1.0.24
4252026-05-16T03:36:34.501Z Compiling serde_core v1.0.228
4262026-05-16T03:36:34.501Z Compiling libc v0.2.185
4272026-05-16T03:36:34.501Z Compiling version_check v0.9.5
4282026-05-16T03:36:34.501Z Compiling memchr v2.8.0
4292026-05-16T03:36:34.537Z Compiling serde v1.0.228
4302026-05-16T03:36:34.847Z Compiling stable_deref_trait v1.2.1
4312026-05-16T03:36:34.868Z Compiling zmij v1.0.21
4322026-05-16T03:36:35.046Z Compiling ucd-trie v0.1.7
4332026-05-16T03:36:35.057Z Compiling itoa v1.0.17
4342026-05-16T03:36:35.290Z Compiling thiserror v1.0.69
4352026-05-16T03:36:35.357Z Compiling autocfg v1.5.0
4362026-05-16T03:36:35.413Z Compiling pest v2.8.6
4372026-05-16T03:36:35.413Z Compiling litemap v0.8.1
4382026-05-16T03:36:35.518Z Compiling writeable v0.6.2
4392026-05-16T03:36:35.572Z Compiling icu_normalizer_data v2.1.1
4402026-05-16T03:36:35.772Z Compiling icu_properties_data v2.1.2
4412026-05-16T03:36:35.829Z Compiling byteorder v1.5.0
4422026-05-16T03:36:35.838Z Compiling rustix v1.1.3
4432026-05-16T03:36:35.981Z Compiling syn v2.0.117
4442026-05-16T03:36:36.026Z Compiling errno v0.3.14
4452026-05-16T03:36:36.049Z Compiling serde_json v1.0.149
4462026-05-16T03:36:36.059Z Compiling bitflags v2.11.0
4472026-05-16T03:36:36.273Z Compiling num-traits v0.2.19
4482026-05-16T03:36:36.309Z Compiling hashbrown v0.17.0
4492026-05-16T03:36:36.328Z Compiling equivalent v1.0.2
4502026-05-16T03:36:36.414Z Compiling pest_meta v2.8.6
4512026-05-16T03:36:36.449Z Compiling typeid v1.0.3
4522026-05-16T03:36:36.715Z Compiling smallvec v1.15.1
4532026-05-16T03:36:36.832Z Compiling indexmap v2.14.0
4542026-05-16T03:36:36.885Z Compiling thread-id v4.2.2
4552026-05-16T03:36:36.925Z Compiling usdt-impl v0.5.0
4562026-05-16T03:36:36.970Z Compiling proc-macro-error-attr v1.0.4
4572026-05-16T03:36:37.021Z Compiling syn v1.0.109
4582026-05-16T03:36:37.149Z Compiling toml_write v0.1.2
4592026-05-16T03:36:37.293Z Compiling winnow v0.7.14
4602026-05-16T03:36:37.327Z Compiling erased-serde v0.4.9
4612026-05-16T03:36:37.661Z Compiling proc-macro-error v1.0.4
4622026-05-16T03:36:37.677Z Compiling camino v1.2.2
4632026-05-16T03:36:37.850Z Compiling getrandom v0.4.1
4642026-05-16T03:36:38.016Z Compiling plain v0.2.3
4652026-05-16T03:36:38.062Z Compiling percent-encoding v2.3.2
4662026-05-16T03:36:38.122Z Compiling thiserror v2.0.18
4672026-05-16T03:36:38.125Z Compiling utf8_iter v1.0.4
4682026-05-16T03:36:38.209Z Compiling log v0.4.29
4692026-05-16T03:36:38.211Z Compiling utf8parse v0.2.2
4702026-05-16T03:36:38.274Z Compiling form_urlencoded v1.2.2
4712026-05-16T03:36:38.312Z Compiling anstyle-parse v0.2.7
4722026-05-16T03:36:38.339Z Compiling ordered-float v2.10.1
4732026-05-16T03:36:38.600Z Compiling synstructure v0.13.2
4742026-05-16T03:36:38.646Z Compiling pest_generator v2.8.6
4752026-05-16T03:36:38.684Z Compiling terminal_size v0.4.3
4762026-05-16T03:36:38.825Z Compiling colorchoice v1.0.4
4772026-05-16T03:36:38.880Z Compiling pretty-hex v0.4.1
4782026-05-16T03:36:38.974Z Compiling anstyle-query v1.1.5
4792026-05-16T03:36:38.981Z Compiling anstyle v1.0.13
4802026-05-16T03:36:38.987Z Compiling is_terminal_polyfill v1.70.2
4812026-05-16T03:36:39.020Z Compiling cfg-if v1.0.4
4822026-05-16T03:36:39.096Z Compiling serde-untagged v0.1.9
4832026-05-16T03:36:39.145Z Compiling anstream v0.6.21
4842026-05-16T03:36:39.223Z Compiling semver v1.0.28
4852026-05-16T03:36:39.342Z Compiling fs-err v3.3.0
4862026-05-16T03:36:39.373Z Compiling bytecount v0.6.9
4872026-05-16T03:36:39.461Z Compiling unicode-xid v0.2.6
4882026-05-16T03:36:39.510Z Compiling strsim v0.11.1
4892026-05-16T03:36:39.532Z Compiling once_cell v1.21.3
4902026-05-16T03:36:39.550Z Compiling fastrand v2.3.0
4912026-05-16T03:36:39.569Z Compiling unicode-width v0.1.14
4922026-05-16T03:36:39.589Z Compiling anyhow v1.0.102
4932026-05-16T03:36:39.804Z Compiling clap_lex v1.0.0
4942026-05-16T03:36:39.845Z Compiling heck v0.5.0
4952026-05-16T03:36:39.866Z Compiling heck v0.4.1
4962026-05-16T03:36:39.891Z Compiling fnv v1.0.7
4972026-05-16T03:36:39.998Z Compiling papergrid v0.11.0
4982026-05-16T03:36:40.034Z Compiling clap_builder v4.5.60
4992026-05-16T03:36:40.073Z Compiling tempfile v3.25.0
5002026-05-16T03:36:40.190Z Compiling memmap v0.7.0
5012026-05-16T03:36:40.268Z Compiling smawk v0.3.2
5022026-05-16T03:36:40.286Z Compiling serde_derive v1.0.228
5032026-05-16T03:36:40.371Z Compiling zerofrom-derive v0.1.6
5042026-05-16T03:36:40.403Z Compiling yoke-derive v0.8.1
5052026-05-16T03:36:40.440Z Compiling zerovec-derive v0.11.2
5062026-05-16T03:36:40.582Z Compiling displaydoc v0.2.5
5072026-05-16T03:36:41.309Z Compiling thiserror-impl v1.0.69
5082026-05-16T03:36:41.486Z Compiling zerocopy-derive v0.7.35
5092026-05-16T03:36:41.595Z Compiling pest_derive v2.8.6
5102026-05-16T03:36:41.595Z Compiling scroll_derive v0.12.1
5112026-05-16T03:36:41.740Z Compiling zerofrom v0.1.6
5122026-05-16T03:36:41.869Z Compiling yoke v0.8.1
5132026-05-16T03:36:42.053Z Compiling thiserror-impl v2.0.18
5142026-05-16T03:36:42.084Z Compiling zerovec v0.11.5
5152026-05-16T03:36:42.201Z Compiling zerotrie v0.2.3
5162026-05-16T03:36:42.251Z Compiling zerocopy v0.7.35
5172026-05-16T03:36:42.582Z Compiling tinystr v0.8.2
5182026-05-16T03:36:42.619Z Compiling potential_utf v0.1.4
5192026-05-16T03:36:42.746Z Compiling icu_locale_core v2.1.1
5202026-05-16T03:36:42.783Z Compiling icu_collections v2.1.1
5212026-05-16T03:36:42.888Z Compiling dtrace-parser v0.2.0
5222026-05-16T03:36:43.038Z Compiling scroll v0.12.0
5232026-05-16T03:36:43.109Z Compiling tabled_derive v0.7.0
5242026-05-16T03:36:43.195Z Compiling goblin v0.8.2
5252026-05-16T03:36:43.292Z Compiling clap_derive v4.5.55
5262026-05-16T03:36:43.435Z Compiling icu_provider v2.1.1
5272026-05-16T03:36:43.656Z Compiling toml_datetime v0.6.11
5282026-05-16T03:36:43.792Z Compiling serde_spanned v0.6.9
5292026-05-16T03:36:43.792Z Compiling icu_properties v2.1.2
5302026-05-16T03:36:43.792Z Compiling icu_normalizer v2.1.1
5312026-05-16T03:36:43.927Z Compiling dof v0.3.0
5322026-05-16T03:36:43.927Z Compiling toml_edit v0.22.27
5332026-05-16T03:36:44.019Z Compiling serde_tokenstream v0.2.3
5342026-05-16T03:36:44.020Z Compiling serde-value v0.7.0
5352026-05-16T03:36:44.207Z Compiling cargo-platform v0.2.0
5362026-05-16T03:36:44.260Z Compiling unicode-width v0.2.0
5372026-05-16T03:36:44.339Z Compiling unicode-linebreak v0.1.5
5382026-05-16T03:36:44.492Z Compiling tabled v0.15.0
5392026-05-16T03:36:44.524Z Compiling idna_adapter v1.2.1
5402026-05-16T03:36:44.583Z Compiling textwrap v0.16.2
5412026-05-16T03:36:44.671Z Compiling idna v1.1.0
5422026-05-16T03:36:44.772Z Compiling macaddr v1.0.1
5432026-05-16T03:36:44.784Z Compiling usdt-macro v0.5.0
5442026-05-16T03:36:44.900Z Compiling usdt-attr-macro v0.5.0
5452026-05-16T03:36:45.008Z Compiling url v2.5.8
5462026-05-16T03:36:45.042Z Compiling clap v4.5.60
5472026-05-16T03:36:45.119Z Compiling camino-tempfile v1.4.1
5482026-05-16T03:36:45.298Z Compiling toml v0.8.23
5492026-05-16T03:36:45.740Z Compiling cargo-util-schemas v0.8.2
5502026-05-16T03:36:45.839Z Compiling cargo_toml v0.21.0
5512026-05-16T03:36:45.906Z Compiling swrite v0.1.0
5522026-05-16T03:36:46.415Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5532026-05-16T03:36:46.423Z Compiling usdt v0.5.0
5542026-05-16T03:36:46.657Z Compiling cargo_metadata v0.21.0
5552026-05-16T03:36:47.587Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5562026-05-16T03:36:49.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.14s
5572026-05-16T03:36:49.952Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5582026-05-16T03:36:50.546Z Downloading crates ...
5592026-05-16T03:36:50.611Z Downloaded adler2 v2.0.1
5602026-05-16T03:36:50.625Z Downloaded array-init v0.0.4
5612026-05-16T03:36:50.625Z Downloaded block-padding v0.3.3
5622026-05-16T03:36:50.625Z Downloaded argon2 v0.5.3
5632026-05-16T03:36:50.632Z Downloaded cookie_store v0.22.1
5642026-05-16T03:36:50.632Z Downloaded chacha20 v0.10.0
5652026-05-16T03:36:50.632Z Downloaded convert_case v0.4.0
5662026-05-16T03:36:50.632Z Downloaded crc v3.4.0
5672026-05-16T03:36:50.632Z Downloaded arrayref v0.3.9
5682026-05-16T03:36:50.645Z Downloaded bzip2 v0.6.1
5692026-05-16T03:36:50.645Z Downloaded darling_macro v0.21.3
5702026-05-16T03:36:50.645Z Downloaded debug-ignore v1.0.5
5712026-05-16T03:36:50.645Z Downloaded crunchy v0.2.4
5722026-05-16T03:36:50.645Z Downloaded crc8 v0.1.1
5732026-05-16T03:36:50.664Z Downloaded display-error-chain v0.2.2
5742026-05-16T03:36:50.664Z Downloaded fd-lock v4.0.4
5752026-05-16T03:36:50.664Z Downloaded env_filter v1.0.0
5762026-05-16T03:36:50.664Z Downloaded diesel_table_macro_syntax v0.3.0
5772026-05-16T03:36:50.665Z Downloaded downcast-rs v2.0.2
5782026-05-16T03:36:50.665Z Downloaded embedded-io v0.4.0
5792026-05-16T03:36:50.665Z Downloaded base64 v0.21.7
5802026-05-16T03:36:50.665Z Downloaded dirs-next v2.0.0
5812026-05-16T03:36:50.665Z Downloaded console v0.16.2
5822026-05-16T03:36:50.665Z Downloaded defmt-macros v1.0.1
5832026-05-16T03:36:50.682Z Downloaded foreign-types-macros v0.2.3
5842026-05-16T03:36:50.682Z Downloaded dtrace-parser v0.3.0
5852026-05-16T03:36:50.683Z Downloaded bstr v1.12.1
5862026-05-16T03:36:50.683Z Downloaded derive-ex v0.1.8
5872026-05-16T03:36:50.683Z Downloaded float-cmp v0.10.0
5882026-05-16T03:36:50.683Z Downloaded backon v1.6.0
5892026-05-16T03:36:50.683Z Downloaded darling v0.21.3
5902026-05-16T03:36:50.683Z Downloaded find-msvc-tools v0.1.9
5912026-05-16T03:36:50.683Z Downloaded crc32fast v1.5.0
5922026-05-16T03:36:50.707Z Downloaded foldhash v0.1.5
5932026-05-16T03:36:50.707Z Downloaded crc-catalog v2.4.0
5942026-05-16T03:36:50.707Z Downloaded atty v0.2.14
5952026-05-16T03:36:50.707Z Downloaded dunce v1.0.5
5962026-05-16T03:36:50.707Z Downloaded critical-section v1.2.0
5972026-05-16T03:36:50.708Z Downloaded assert_matches v1.5.0
5982026-05-16T03:36:50.708Z Downloaded ecdsa v0.16.9
5992026-05-16T03:36:50.708Z Downloaded derive_builder_core v0.20.2
6002026-05-16T03:36:50.708Z Downloaded ciborium-ll v0.2.2
6012026-05-16T03:36:50.708Z Downloaded const-oid v0.9.6
6022026-05-16T03:36:50.708Z Downloaded aead v0.5.2
6032026-05-16T03:36:50.708Z Downloaded bb8 v0.8.6
6042026-05-16T03:36:50.708Z Downloaded difflib v0.4.0
6052026-05-16T03:36:50.708Z Downloaded defmt-parser v1.0.0
6062026-05-16T03:36:50.708Z Downloaded compression-codecs v0.4.37
6072026-05-16T03:36:50.708Z Downloaded const_format_proc_macros v0.2.34
6082026-05-16T03:36:50.708Z Downloaded console v0.15.11
6092026-05-16T03:36:50.718Z Downloaded dropshot_endpoint v0.16.7
6102026-05-16T03:36:50.718Z Downloaded document-features v0.2.12
6112026-05-16T03:36:50.719Z Downloaded dsl_auto_type v0.2.0
6122026-05-16T03:36:50.719Z Downloaded enum-as-inner v0.6.1
6132026-05-16T03:36:50.719Z Downloaded curve25519-dalek-derive v0.1.1
6142026-05-16T03:36:50.719Z Downloaded cstr-argument v0.1.2
6152026-05-16T03:36:50.719Z Downloaded dirs-sys-next v0.1.2
6162026-05-16T03:36:50.719Z Downloaded bcrypt-pbkdf v0.10.0
6172026-05-16T03:36:50.719Z Downloaded futures-io v0.3.32
6182026-05-16T03:36:50.719Z Downloaded funty v2.0.0
6192026-05-16T03:36:50.719Z Downloaded flagset v0.4.7
6202026-05-16T03:36:50.719Z Downloaded endian-type v0.1.2
6212026-05-16T03:36:50.719Z Downloaded darling_core v0.21.3
6222026-05-16T03:36:50.719Z Downloaded cpufeatures v0.3.0
6232026-05-16T03:36:50.719Z Downloaded cargo-platform v0.1.9
6242026-05-16T03:36:50.719Z Downloaded base16ct v0.2.0
6252026-05-16T03:36:50.719Z Downloaded darling_macro v0.23.0
6262026-05-16T03:36:50.726Z Downloaded crucible-workspace-hack v0.1.0
6272026-05-16T03:36:50.726Z Downloaded async-stream-impl v0.3.6
6282026-05-16T03:36:50.726Z Downloaded daft v0.1.5
6292026-05-16T03:36:50.726Z Downloaded ctr v0.9.2
6302026-05-16T03:36:50.726Z Downloaded async-recursion v1.1.1
6312026-05-16T03:36:50.726Z Downloaded crossbeam-deque v0.8.6
6322026-05-16T03:36:50.727Z Downloaded bitfield-macros v0.19.4
6332026-05-16T03:36:50.727Z Downloaded futures-task v0.3.32
6342026-05-16T03:36:50.727Z Downloaded darling_macro v0.20.11
6352026-05-16T03:36:50.735Z Downloaded embedded-io v0.6.1
6362026-05-16T03:36:50.735Z Downloaded dof v0.4.0
6372026-05-16T03:36:50.735Z Downloaded bit-set v0.8.0
6382026-05-16T03:36:50.735Z Downloaded async-stream v0.3.6
6392026-05-16T03:36:50.735Z Downloaded foreign-types v0.5.0
6402026-05-16T03:36:50.735Z Downloaded derive_builder_macro v0.20.2
6412026-05-16T03:36:50.735Z Downloaded ed25519 v2.2.3
6422026-05-16T03:36:50.799Z Downloaded cobs v0.3.0
6432026-05-16T03:36:50.799Z Downloaded dyn-clone v1.0.20
6442026-05-16T03:36:50.799Z Downloaded ascii-canvas v3.0.0
6452026-05-16T03:36:50.799Z Downloaded castaway v0.2.4
6462026-05-16T03:36:50.799Z Downloaded git-stub v1.0.0
6472026-05-16T03:36:50.799Z Downloaded foreign-types v0.3.2
6482026-05-16T03:36:50.800Z Downloaded compression-core v0.4.31
6492026-05-16T03:36:50.800Z Downloaded cfg_aliases v0.2.1
6502026-05-16T03:36:50.800Z Downloaded der v0.7.10
6512026-05-16T03:36:50.800Z Downloaded const_format v0.2.35
6522026-05-16T03:36:50.800Z Downloaded cmake v0.1.57
6532026-05-16T03:36:50.800Z Downloaded fallible-iterator v0.2.0
6542026-05-16T03:36:50.800Z Downloaded dropshot-api-manager-types v0.7.1
6552026-05-16T03:36:50.800Z Downloaded deranged v0.5.8
6562026-05-16T03:36:50.800Z Downloaded csv-core v0.1.13
6572026-05-16T03:36:50.800Z Downloaded ciborium-io v0.2.2
6582026-05-16T03:36:50.800Z Downloaded atomicwrites v0.4.4
6592026-05-16T03:36:50.800Z Downloaded cargo_metadata v0.19.2
6602026-05-16T03:36:50.800Z Downloaded camino-tempfile-ext v0.3.3
6612026-05-16T03:36:50.800Z Downloaded foreign-types-shared v0.3.1
6622026-05-16T03:36:50.800Z Downloaded bitfield-struct v0.6.2
6632026-05-16T03:36:50.800Z Downloaded cfg_aliases v0.1.1
6642026-05-16T03:36:50.800Z Downloaded blowfish v0.9.1
6652026-05-16T03:36:50.800Z Downloaded bitflags v1.3.2
6662026-05-16T03:36:50.800Z Downloaded backoff v0.4.0
6672026-05-16T03:36:50.800Z Downloaded arrayvec v0.7.6
6682026-05-16T03:36:50.800Z Downloaded atomic-waker v1.1.2
6692026-05-16T03:36:50.800Z Downloaded foreign-types-shared v0.1.1
6702026-05-16T03:36:50.800Z Downloaded defmt v0.3.100
6712026-05-16T03:36:50.800Z Downloaded gethostname v0.5.0
6722026-05-16T03:36:50.800Z Downloaded hash32 v0.3.1
6732026-05-16T03:36:50.800Z Downloaded float-ord v0.3.2
6742026-05-16T03:36:50.800Z Downloaded filetime v0.2.27
6752026-05-16T03:36:50.801Z Downloaded globwalk v0.9.1
6762026-05-16T03:36:50.801Z Downloaded hex v0.4.3
6772026-05-16T03:36:50.801Z Downloaded env_logger v0.11.9
6782026-05-16T03:36:50.801Z Downloaded fxhash v0.2.1
6792026-05-16T03:36:50.801Z Downloaded futures-sink v0.3.32
6802026-05-16T03:36:50.801Z Downloaded bcs v0.1.6
6812026-05-16T03:36:50.801Z Downloaded ena v0.14.4
6822026-05-16T03:36:50.801Z Downloaded cipher v0.4.4
6832026-05-16T03:36:50.801Z Downloaded buf-list v1.1.2
6842026-05-16T03:36:50.801Z Downloaded defmt v1.0.1
6852026-05-16T03:36:50.801Z Downloaded corncobs v0.1.4
6862026-05-16T03:36:50.801Z Downloaded cexpr v0.6.0
6872026-05-16T03:36:50.801Z Downloaded bit-vec v0.6.3
6882026-05-16T03:36:50.801Z Downloaded bit-set v0.5.3
6892026-05-16T03:36:50.801Z Downloaded hash32 v0.2.1
6902026-05-16T03:36:50.801Z Downloaded bitfield v0.19.4
6912026-05-16T03:36:50.801Z Downloaded hex-literal v0.4.1
6922026-05-16T03:36:50.801Z Downloaded async-trait v0.1.89
6932026-05-16T03:36:50.831Z Downloaded hostname v0.3.1
6942026-05-16T03:36:50.831Z Downloaded diesel-dtrace v0.5.0
6952026-05-16T03:36:50.831Z Downloaded data-encoding v2.10.0
6962026-05-16T03:36:50.831Z Downloaded crossbeam-utils v0.8.21
6972026-05-16T03:36:50.831Z Downloaded home v0.5.12
6982026-05-16T03:36:50.854Z Downloaded cancel-safe-futures v0.1.5
6992026-05-16T03:36:50.854Z Downloaded httpdate v1.0.3
7002026-05-16T03:36:50.854Z Downloaded hostname v0.4.2
7012026-05-16T03:36:50.854Z Downloaded futures-executor v0.3.32
7022026-05-16T03:36:50.854Z Downloaded fixedbitset v0.4.2
7032026-05-16T03:36:50.854Z Downloaded chacha20 v0.9.1
7042026-05-16T03:36:50.854Z Downloaded fixedbitset v0.5.7
7052026-05-16T03:36:50.854Z Downloaded hubpack_derive v0.1.1
7062026-05-16T03:36:50.854Z Downloaded http-body v1.0.1
7072026-05-16T03:36:50.855Z Downloaded fs_extra v1.3.0
7082026-05-16T03:36:50.855Z Downloaded hubpack v0.1.2
7092026-05-16T03:36:50.855Z Downloaded http-range v0.1.5
7102026-05-16T03:36:50.855Z Downloaded fs-err v2.11.0
7112026-05-16T03:36:50.855Z Downloaded bzip2 v0.4.4
7122026-05-16T03:36:50.855Z Downloaded ar_archive_writer v0.5.1
7132026-05-16T03:36:50.855Z Downloaded ident_case v1.0.1
7142026-05-16T03:36:50.855Z Downloaded chacha20poly1305 v0.10.1
7152026-05-16T03:36:50.855Z Downloaded ff v0.13.1
7162026-05-16T03:36:50.855Z Downloaded der_derive v0.7.3
7172026-05-16T03:36:50.855Z Downloaded darling v0.23.0
7182026-05-16T03:36:50.855Z Downloaded indent_write v2.2.0
7192026-05-16T03:36:50.855Z Downloaded illumos-nvpair-sys v0.2.0
7202026-05-16T03:36:50.855Z Downloaded illumos-nvpair v0.3.0
7212026-05-16T03:36:50.869Z Downloaded hyper-tls v0.6.0
7222026-05-16T03:36:50.869Z Downloaded globset v0.4.18
7232026-05-16T03:36:50.869Z Downloaded indoc v1.0.9
7242026-05-16T03:36:50.869Z Downloaded instant v0.1.13
7252026-05-16T03:36:50.869Z Downloaded group v0.13.0
7262026-05-16T03:36:50.869Z Downloaded derive_more v2.1.1
7272026-05-16T03:36:50.869Z Downloaded convert_case v0.10.0
7282026-05-16T03:36:50.869Z Downloaded inout v0.1.4
7292026-05-16T03:36:50.869Z Downloaded erased-serde v0.3.31
7302026-05-16T03:36:50.869Z Downloaded internet-checksum v0.2.1
7312026-05-16T03:36:50.869Z Downloaded instability v0.3.11
7322026-05-16T03:36:50.870Z Downloaded derive_builder v0.20.2
7332026-05-16T03:36:50.870Z Downloaded crossbeam-epoch v0.9.18
7342026-05-16T03:36:50.881Z Downloaded lazy_static v1.5.0
7352026-05-16T03:36:50.881Z Downloaded is_ci v1.2.0
7362026-05-16T03:36:50.881Z Downloaded is-terminal v0.4.17
7372026-05-16T03:36:50.881Z Downloaded des v0.8.1
7382026-05-16T03:36:50.881Z Downloaded cookie v0.18.1
7392026-05-16T03:36:50.881Z Downloaded futures-channel v0.3.32
7402026-05-16T03:36:50.881Z Downloaded http-body-util v0.1.3
7412026-05-16T03:36:50.881Z Downloaded kstat-rs v0.2.4
7422026-05-16T03:36:50.881Z Downloaded foldhash v0.2.0
7432026-05-16T03:36:50.881Z Downloaded crossterm v0.28.1
7442026-05-16T03:36:50.887Z Downloaded lalrpop-util v0.19.12
7452026-05-16T03:36:50.887Z Downloaded hyper-staticfile v0.10.1
7462026-05-16T03:36:50.887Z Downloaded keccak v0.1.6
7472026-05-16T03:36:50.887Z Downloaded humantime v2.3.0
7482026-05-16T03:36:50.887Z Downloaded half v1.8.3
7492026-05-16T03:36:50.888Z Downloaded getrandom v0.2.17
7502026-05-16T03:36:50.888Z Downloaded derive_more v0.99.20
7512026-05-16T03:36:50.904Z Downloaded match_cfg v0.1.0
7522026-05-16T03:36:50.904Z Downloaded memoffset v0.9.1
7532026-05-16T03:36:50.904Z Downloaded lzss v0.8.2
7542026-05-16T03:36:50.904Z Downloaded lru-slab v0.1.2
7552026-05-16T03:36:50.904Z Downloaded md5 v0.7.0
7562026-05-16T03:36:50.904Z Downloaded maplit v1.0.2
7572026-05-16T03:36:50.904Z Downloaded md-5 v0.10.6
7582026-05-16T03:36:50.904Z Downloaded ingot-types v0.1.2
7592026-05-16T03:36:50.920Z Downloaded ingot v0.1.1
7602026-05-16T03:36:50.920Z Downloaded indoc v2.0.7
7612026-05-16T03:36:50.920Z Downloaded elliptic-curve v0.13.8
7622026-05-16T03:36:50.921Z Downloaded derive-where v1.6.0
7632026-05-16T03:36:50.921Z Downloaded highway v1.3.0
7642026-05-16T03:36:50.921Z Downloaded impl-trait-for-tuples v0.2.3
7652026-05-16T03:36:50.921Z Downloaded jobserver v0.1.34
7662026-05-16T03:36:50.921Z Downloaded nibble_vec v0.1.0
7672026-05-16T03:36:50.921Z Downloaded ipnetwork v0.21.1
7682026-05-16T03:36:50.930Z Downloaded ipnet v2.11.0
7692026-05-16T03:36:50.930Z Downloaded multimap v0.10.1
7702026-05-16T03:36:50.930Z Downloaded newline-converter v0.3.0
7712026-05-16T03:36:50.930Z Downloaded glob v0.3.3
7722026-05-16T03:36:50.930Z Downloaded expectorate v1.2.0
7732026-05-16T03:36:50.930Z Downloaded httparse v1.10.1
7742026-05-16T03:36:50.930Z Downloaded dropshot_endpoint v0.17.0
7752026-05-16T03:36:50.930Z Downloaded hmac v0.12.1
7762026-05-16T03:36:50.931Z Downloaded libefi-sys v0.1.0
7772026-05-16T03:36:50.931Z Downloaded darling_core v0.23.0
7782026-05-16T03:36:50.939Z Downloaded nonempty v0.12.0
7792026-05-16T03:36:50.940Z Downloaded iana-time-zone v0.1.65
7802026-05-16T03:36:50.940Z Downloaded num v0.4.3
7812026-05-16T03:36:50.940Z Downloaded num_threads v0.1.7
7822026-05-16T03:36:50.940Z Downloaded hyper-rustls v0.27.7
7832026-05-16T03:36:50.940Z Downloaded normalize-line-endings v0.3.0
7842026-05-16T03:36:50.940Z Downloaded nodrop v0.1.14
7852026-05-16T03:36:50.946Z Downloaded num-iter v0.1.45
7862026-05-16T03:36:50.946Z Downloaded num-derive v0.4.2
7872026-05-16T03:36:50.946Z Downloaded lru-cache v0.1.2
7882026-05-16T03:36:50.946Z Downloaded linear-map v1.2.0
7892026-05-16T03:36:50.946Z Downloaded libsw-core v0.3.2
7902026-05-16T03:36:50.946Z Downloaded libsw v3.5.0
7912026-05-16T03:36:50.946Z Downloaded getrandom v0.3.4
7922026-05-16T03:36:50.964Z Downloaded openssl-probe v0.1.6
7932026-05-16T03:36:50.964Z Downloaded num-conv v0.2.0
7942026-05-16T03:36:50.964Z Downloaded mime_guess v2.0.5
7952026-05-16T03:36:50.964Z Downloaded flume v0.11.1
7962026-05-16T03:36:50.964Z Downloaded maybe-uninit v2.0.0
7972026-05-16T03:36:50.983Z Downloaded openssl-probe v0.2.1
7982026-05-16T03:36:50.983Z Downloaded olpc-cjson v0.1.4
7992026-05-16T03:36:50.983Z Downloaded num-derive v0.3.3
8002026-05-16T03:36:50.984Z Downloaded fatfs v0.3.6
8012026-05-16T03:36:50.984Z Downloaded openssl-macros v0.1.1
8022026-05-16T03:36:50.984Z Downloaded half v2.7.1
8032026-05-16T03:36:50.984Z Downloaded opaque-debug v0.3.1
8042026-05-16T03:36:50.984Z Downloaded newtype_derive v0.1.6
8052026-05-16T03:36:50.984Z Downloaded new_debug_unreachable v1.0.6
8062026-05-16T03:36:50.984Z Downloaded crc-any v2.5.0
8072026-05-16T03:36:50.984Z Downloaded ingot-macros v0.1.1
8082026-05-16T03:36:50.984Z Downloaded packed_struct_codegen v0.10.1
8092026-05-16T03:36:50.984Z Downloaded compact_str v0.8.1
8102026-05-16T03:36:50.984Z Downloaded path-slash v0.1.5
8112026-05-16T03:36:50.984Z Downloaded nanorand v0.7.0
8122026-05-16T03:36:50.993Z Downloaded mime v0.3.17
8132026-05-16T03:36:50.993Z Downloaded crossbeam-channel v0.5.15
8142026-05-16T03:36:50.993Z Downloaded oso-derive v0.27.3
8152026-05-16T03:36:50.993Z Downloaded parse-size v1.1.0
8162026-05-16T03:36:50.993Z Downloaded bytes v1.11.1
8172026-05-16T03:36:50.993Z Downloaded num_enum_derive v0.5.11
8182026-05-16T03:36:50.993Z Downloaded newtype-uuid-macros v0.1.0
8192026-05-16T03:36:50.993Z Downloaded base64 v0.22.1
8202026-05-16T03:36:50.993Z Downloaded newtype-uuid v1.3.2
8212026-05-16T03:36:50.993Z Downloaded pbkdf2 v0.11.0
8222026-05-16T03:36:50.993Z Downloaded linked-hash-map v0.5.6
8232026-05-16T03:36:50.993Z Downloaded ed25519-dalek v2.2.0
8242026-05-16T03:36:50.993Z Downloaded darling_core v0.20.11
8252026-05-16T03:36:51.004Z Downloaded peg-runtime v0.8.5
8262026-05-16T03:36:51.004Z Downloaded arc-swap v1.8.2
8272026-05-16T03:36:51.004Z Downloaded parse-display v0.10.0
8282026-05-16T03:36:51.004Z Downloaded multer v3.1.0
8292026-05-16T03:36:51.024Z Downloaded num-complex v0.4.6
8302026-05-16T03:36:51.024Z Downloaded num_enum_derive v0.7.5
8312026-05-16T03:36:51.024Z Downloaded crypto-bigint v0.5.5
8322026-05-16T03:36:51.025Z Downloaded pin-utils v0.1.0
8332026-05-16T03:36:51.025Z Downloaded phf_shared v0.12.1
8342026-05-16T03:36:51.025Z Downloaded num_enum v0.7.5
8352026-05-16T03:36:51.025Z Downloaded phf_shared v0.11.3
8362026-05-16T03:36:51.031Z Downloaded powerfmt v0.2.0
8372026-05-16T03:36:51.031Z Downloaded phf_shared v0.13.1
8382026-05-16T03:36:51.031Z Downloaded pbkdf2 v0.12.2
8392026-05-16T03:36:51.031Z Downloaded password-hash v0.4.2
8402026-05-16T03:36:51.031Z Downloaded packed_struct v0.10.1
8412026-05-16T03:36:51.031Z Downloaded num_enum v0.5.11
8422026-05-16T03:36:51.053Z Downloaded proc-macro-error-attr2 v2.0.0
8432026-05-16T03:36:51.053Z Downloaded proc-macro-crate v3.4.0
8442026-05-16T03:36:51.053Z Downloaded predicates-tree v1.0.13
8452026-05-16T03:36:51.053Z Downloaded predicates-core v1.0.10
8462026-05-16T03:36:51.053Z Downloaded precomputed-hash v0.1.1
8472026-05-16T03:36:51.053Z Downloaded flate2 v1.1.9
8482026-05-16T03:36:51.061Z Downloaded num-rational v0.4.2
8492026-05-16T03:36:51.061Z Downloaded num-integer v0.1.46
8502026-05-16T03:36:51.061Z Downloaded native-tls v0.2.18
8512026-05-16T03:36:51.061Z Downloaded memmap2 v0.9.10
8522026-05-16T03:36:51.061Z Downloaded lock_api v0.4.14
8532026-05-16T03:36:51.061Z Downloaded litrs v1.0.0
8542026-05-16T03:36:51.061Z Downloaded progenitor-macro v0.11.2
8552026-05-16T03:36:51.061Z Downloaded progenitor-macro v0.10.0
8562026-05-16T03:36:51.061Z Downloaded progenitor-client v0.14.0
8572026-05-16T03:36:51.061Z Downloaded proc-macro-crate v1.3.1
8582026-05-16T03:36:51.061Z Downloaded parking_lot_core v0.8.6
8592026-05-16T03:36:51.062Z Downloaded oxide-tokio-rt v0.1.4
8602026-05-16T03:36:51.062Z Downloaded progenitor-client v0.11.2
8612026-05-16T03:36:51.062Z Downloaded owo-colors v4.3.0
8622026-05-16T03:36:51.062Z Downloaded libloading v0.8.9
8632026-05-16T03:36:51.062Z Downloaded indexmap v1.9.3
8642026-05-16T03:36:51.062Z Downloaded ignore v0.4.25
8652026-05-16T03:36:51.075Z Downloaded phf v0.13.1
8662026-05-16T03:36:51.075Z Downloaded progenitor-macro v0.13.0
8672026-05-16T03:36:51.075Z Downloaded phf v0.12.1
8682026-05-16T03:36:51.075Z Downloaded pem-rfc7468 v0.7.0
8692026-05-16T03:36:51.075Z Downloaded oxnet v0.1.4
8702026-05-16T03:36:51.075Z Downloaded quick-error v1.2.3
8712026-05-16T03:36:51.075Z Downloaded heapless v0.8.0
8722026-05-16T03:36:51.081Z Downloaded psl-types v2.0.11
8732026-05-16T03:36:51.082Z Downloaded poly1305 v0.8.0
8742026-05-16T03:36:51.083Z Downloaded paste v1.0.15
8752026-05-16T03:36:51.083Z Downloaded password-hash v0.5.0
8762026-05-16T03:36:51.083Z Downloaded predicates v3.1.4
8772026-05-16T03:36:51.083Z Downloaded radium v0.7.0
8782026-05-16T03:36:51.083Z Downloaded pin-project-lite v0.2.17
8792026-05-16T03:36:51.083Z Downloaded postgres-protocol v0.6.10
8802026-05-16T03:36:51.083Z Downloaded polyval v0.6.2
8812026-05-16T03:36:51.093Z Downloaded pin-project-internal v1.1.11
8822026-05-16T03:36:51.093Z Downloaded pkg-config v0.3.32
8832026-05-16T03:36:51.093Z Downloaded pem v3.0.6
8842026-05-16T03:36:51.093Z Downloaded peg-macros v0.8.5
8852026-05-16T03:36:51.093Z Downloaded parse-display-derive v0.10.0
8862026-05-16T03:36:51.093Z Downloaded rand_chacha v0.3.1
8872026-05-16T03:36:51.093Z Downloaded rand_xorshift v0.4.0
8882026-05-16T03:36:51.093Z Downloaded progenitor-macro v0.14.0
8892026-05-16T03:36:51.093Z Downloaded parking_lot v0.11.2
8902026-05-16T03:36:51.103Z Downloaded derive_more-impl v2.1.1
8912026-05-16T03:36:51.103Z Downloaded progenitor v0.10.0
8922026-05-16T03:36:51.103Z Downloaded diesel_derives v2.3.7
8932026-05-16T03:36:51.103Z Downloaded heapless v0.7.17
8942026-05-16T03:36:51.104Z Downloaded progenitor-client v0.13.0
8952026-05-16T03:36:51.104Z Downloaded ppv-lite86 v0.2.21
8962026-05-16T03:36:51.111Z Downloaded indicatif v0.18.4
8972026-05-16T03:36:51.111Z Downloaded recursive v0.1.1
8982026-05-16T03:36:51.111Z Downloaded hickory-resolver v0.25.2
8992026-05-16T03:36:51.111Z Downloaded psm v0.1.30
9002026-05-16T03:36:51.111Z Downloaded progenitor v0.13.0
9012026-05-16T03:36:51.117Z Downloaded peg v0.8.5
9022026-05-16T03:36:51.117Z Downloaded ref-cast v1.0.25
9032026-05-16T03:36:51.117Z Downloaded recursive-proc-macro-impl v0.1.1
9042026-05-16T03:36:51.117Z Downloaded parking_lot v0.12.5
9052026-05-16T03:36:51.117Z Downloaded progenitor-client v0.10.0
9062026-05-16T03:36:51.117Z Downloaded pkcs8 v0.10.2
9072026-05-16T03:36:51.122Z Downloaded rfc6979 v0.4.0
9082026-05-16T03:36:51.122Z Downloaded progenitor v0.14.0
9092026-05-16T03:36:51.122Z Downloaded proc-macro-error2 v2.0.1
9102026-05-16T03:36:51.123Z Downloaded pkcs1 v0.7.5
9112026-05-16T03:36:51.129Z Downloaded cc v1.2.56
9122026-05-16T03:36:51.129Z Downloaded postcard v1.1.3
9132026-05-16T03:36:51.129Z Downloaded headers v0.4.1
9142026-05-16T03:36:51.139Z Downloaded pkcs5 v0.7.1
9152026-05-16T03:36:51.139Z Downloaded progenitor-extras v0.2.0
9162026-05-16T03:36:51.139Z Downloaded parking_lot_core v0.9.12
9172026-05-16T03:36:51.149Z Downloaded omicron-zone-package v0.12.2
9182026-05-16T03:36:51.149Z Downloaded rustc-hash v2.1.1
9192026-05-16T03:36:51.149Z Downloaded rtoolbox v0.0.3
9202026-05-16T03:36:51.149Z Downloaded rustc_version v0.4.1
9212026-05-16T03:36:51.149Z Downloaded rand_core v0.9.5
9222026-05-16T03:36:51.149Z Downloaded rustc_version v0.1.7
9232026-05-16T03:36:51.149Z Downloaded russh-cryptovec v0.7.3
9242026-05-16T03:36:51.150Z Downloaded rand_chacha v0.9.0
9252026-05-16T03:36:51.150Z Downloaded nu-ansi-term v0.50.3
9262026-05-16T03:36:51.150Z Downloaded futures v0.3.32
9272026-05-16T03:36:51.152Z Downloaded papergrid v0.17.0
9282026-05-16T03:36:51.152Z Downloaded p256 v0.13.2
9292026-05-16T03:36:51.152Z Downloaded bumpalo v3.20.2
9302026-05-16T03:36:51.152Z Downloaded lru v0.12.5
9312026-05-16T03:36:51.152Z Downloaded miniz_oxide v0.8.9
9322026-05-16T03:36:51.155Z Downloaded primeorder v0.13.6
9332026-05-16T03:36:51.155Z Downloaded libbz2-rs-sys v0.2.2
9342026-05-16T03:36:51.158Z Downloaded managed v0.8.0
9352026-05-16T03:36:51.158Z Downloaded rand_seeder v0.4.0
9362026-05-16T03:36:51.158Z Downloaded progenitor v0.11.2
9372026-05-16T03:36:51.163Z Downloaded libscf-sys v1.1.0
9382026-05-16T03:36:51.163Z Downloaded async-compression v0.4.41
9392026-05-16T03:36:51.169Z Downloaded same-file v1.0.6
9402026-05-16T03:36:51.169Z Downloaded rand_core v0.6.4
9412026-05-16T03:36:51.169Z Downloaded r2d2 v0.8.10
9422026-05-16T03:36:51.169Z Downloaded allocator-api2 v0.2.21
9432026-05-16T03:36:51.174Z Downloaded cassowary v0.3.0
9442026-05-16T03:36:51.174Z Downloaded clang-sys v1.8.1
9452026-05-16T03:36:51.174Z Downloaded ciborium v0.2.2
9462026-05-16T03:36:51.174Z Downloaded daft-derive v0.1.5
9472026-05-16T03:36:51.178Z Downloaded hickory-server v0.25.2
9482026-05-16T03:36:51.178Z Downloaded hickory-resolver v0.24.4
9492026-05-16T03:36:51.182Z Downloaded constant_time_eq v0.4.2
9502026-05-16T03:36:51.182Z Downloaded ref-cast-impl v1.0.25
9512026-05-16T03:36:51.183Z Downloaded colored v3.1.1
9522026-05-16T03:36:51.186Z Downloaded scopeguard v1.2.0
9532026-05-16T03:36:51.186Z Downloaded scrypt v0.11.0
9542026-05-16T03:36:51.186Z Downloaded scheduled-thread-pool v0.2.7
9552026-05-16T03:36:51.186Z Downloaded sapling-renderdag v0.1.0
9562026-05-16T03:36:51.186Z Downloaded serde-big-array v0.5.1
9572026-05-16T03:36:51.189Z Downloaded colored v2.2.0
9582026-05-16T03:36:51.189Z Downloaded blake2 v0.10.6
9592026-05-16T03:36:51.193Z Downloaded jiff-static v0.2.21
9602026-05-16T03:36:51.193Z Downloaded resolv-conf v0.7.6
9612026-05-16T03:36:51.602Z Downloaded dropshot-api-manager v0.7.1
9622026-05-16T03:36:51.602Z Downloaded semver v0.1.20
9632026-05-16T03:36:51.602Z Downloaded quinn-udp v0.5.14
9642026-05-16T03:36:51.605Z Downloaded secrecy v0.10.3
9652026-05-16T03:36:51.605Z Downloaded scroll_derive v0.13.1
9662026-05-16T03:36:51.605Z Downloaded serde_bytes v0.11.19
9672026-05-16T03:36:51.605Z Downloaded secrecy v0.8.0
9682026-05-16T03:36:51.605Z Downloaded async-bb8-diesel v0.2.1
9692026-05-16T03:36:51.605Z Downloaded aes-gcm v0.10.3
9702026-05-16T03:36:51.605Z Downloaded serde_urlencoded v0.7.1
9712026-05-16T03:36:51.606Z Downloaded seq-macro v0.3.6
9722026-05-16T03:36:51.606Z Downloaded diff v0.1.13
9732026-05-16T03:36:51.606Z Downloaded rustls-native-certs v0.8.3
9742026-05-16T03:36:51.606Z Downloaded rustls-pemfile v1.0.4
9752026-05-16T03:36:51.606Z Downloaded shell-words v1.1.1
9762026-05-16T03:36:51.606Z Downloaded bit-vec v0.8.0
9772026-05-16T03:36:51.606Z Downloaded ahash v0.8.12
9782026-05-16T03:36:51.606Z Downloaded drift v0.1.4
9792026-05-16T03:36:51.606Z Downloaded serde_repr v0.1.20
9802026-05-16T03:36:51.606Z Downloaded hashbrown v0.12.3
9812026-05-16T03:36:51.606Z Downloaded darling v0.20.11
9822026-05-16T03:36:51.606Z Downloaded git-stub-vcs v0.1.0
9832026-05-16T03:36:51.606Z Downloaded rand_core v0.10.0
9842026-05-16T03:36:51.606Z Downloaded http v1.4.0
9852026-05-16T03:36:51.606Z Downloaded rustls-pemfile v2.2.0
9862026-05-16T03:36:51.606Z Downloaded headers-core v0.3.0
9872026-05-16T03:36:51.606Z Downloaded cbc v0.1.2
9882026-05-16T03:36:51.606Z Downloaded salsa20 v0.10.2
9892026-05-16T03:36:51.606Z Downloaded sigpipe v0.1.3
9902026-05-16T03:36:51.606Z Downloaded signal-hook-mio v0.2.5
9912026-05-16T03:36:51.606Z Downloaded oso v0.27.3
9922026-05-16T03:36:51.606Z Downloaded siphasher v1.0.2
9932026-05-16T03:36:51.606Z Downloaded slog-envlogger v2.2.0
9942026-05-16T03:36:51.606Z Downloaded crossterm v0.29.0
9952026-05-16T03:36:51.606Z Downloaded aes v0.8.4
9962026-05-16T03:36:51.606Z Downloaded signature v2.2.0
9972026-05-16T03:36:51.606Z Downloaded rusty-fork v0.3.1
9982026-05-16T03:36:51.606Z Downloaded progenitor-impl v0.14.0
9992026-05-16T03:36:51.606Z Downloaded scroll v0.13.0
10002026-05-16T03:36:51.606Z Downloaded progenitor-impl v0.13.0
10012026-05-16T03:36:51.606Z Downloaded rustversion v1.0.22
10022026-05-16T03:36:51.606Z Downloaded byte-wrapper v0.1.0
10032026-05-16T03:36:51.606Z Downloaded ghash v0.5.1
10042026-05-16T03:36:51.606Z Downloaded base64ct v1.8.3
10052026-05-16T03:36:51.606Z Downloaded sct v0.7.1
10062026-05-16T03:36:51.606Z Downloaded futures-macro v0.3.32
10072026-05-16T03:36:51.606Z Downloaded futures-core v0.3.32
10082026-05-16T03:36:51.607Z Downloaded either v1.15.0
10092026-05-16T03:36:51.607Z Downloaded sec1 v0.7.3
10102026-05-16T03:36:51.607Z Downloaded postgres-types v0.2.12
10112026-05-16T03:36:51.607Z Downloaded serde_derive_internals v0.29.1
10122026-05-16T03:36:51.607Z Downloaded progenitor-impl v0.10.0
10132026-05-16T03:36:51.607Z Downloaded progenitor-impl v0.11.2
10142026-05-16T03:36:51.607Z Downloaded serde_spanned v1.0.4
10152026-05-16T03:36:51.607Z Downloaded serde-hex v0.1.0
10162026-05-16T03:36:51.607Z Downloaded sha1 v0.10.6
10172026-05-16T03:36:51.607Z Downloaded russh-keys v0.45.0
10182026-05-16T03:36:51.607Z Downloaded prefix-trie v0.7.0
10192026-05-16T03:36:51.607Z Downloaded slog-bunyan v2.5.0
10202026-05-16T03:36:51.607Z Downloaded ssh-cipher v0.2.0
10212026-05-16T03:36:51.607Z Downloaded serde_plain v1.0.2
10222026-05-16T03:36:51.607Z Downloaded prettyplease v0.2.37
10232026-05-16T03:36:51.607Z Downloaded simd-adler32 v0.3.8
10242026-05-16T03:36:51.607Z Downloaded ssh-encoding v0.2.0
10252026-05-16T03:36:51.607Z Downloaded hyper-util v0.1.20
10262026-05-16T03:36:51.607Z Downloaded shlex v1.3.0
10272026-05-16T03:36:51.607Z Downloaded pin-project v1.1.11
10282026-05-16T03:36:51.607Z Downloaded num-bigint v0.4.6
10292026-05-16T03:36:51.607Z Downloaded strip-ansi-escapes v0.2.1
10302026-05-16T03:36:51.607Z Downloaded strum v0.26.3
10312026-05-16T03:36:51.607Z Downloaded sqlparser_derive v0.5.0
10322026-05-16T03:36:51.607Z Downloaded rcgen v0.12.1
10332026-05-16T03:36:51.607Z Downloaded structmeta v0.3.0
10342026-05-16T03:36:51.607Z Downloaded slog-json v2.6.1
10352026-05-16T03:36:51.607Z Downloaded openssl-sys v0.9.115
10362026-05-16T03:36:51.607Z Downloaded signal-hook-tokio v0.3.1
10372026-05-16T03:36:51.607Z Downloaded signal-hook-registry v1.4.8
10382026-05-16T03:36:51.607Z Downloaded pretty_assertions v1.4.1
10392026-05-16T03:36:51.607Z Downloaded schemars_derive v0.8.22
10402026-05-16T03:36:51.607Z Downloaded minimal-lexical v0.2.1
10412026-05-16T03:36:51.607Z Downloaded tabled_derive v0.11.0
10422026-05-16T03:36:51.607Z Downloaded sync-ptr v0.1.4
10432026-05-16T03:36:51.607Z Downloaded smf v0.2.3
10442026-05-16T03:36:51.607Z Downloaded slab v0.4.12
10452026-05-16T03:36:51.607Z Downloaded snafu-derive v0.8.9
10462026-05-16T03:36:51.607Z Downloaded slog-async v2.8.0
10472026-05-16T03:36:51.607Z Downloaded hashbrown v0.15.5
10482026-05-16T03:36:51.608Z Downloaded take_mut v0.2.2
10492026-05-16T03:36:51.608Z Downloaded serde_path_to_error v0.1.20
10502026-05-16T03:36:51.608Z Downloaded slog-dtrace v0.3.0
10512026-05-16T03:36:51.608Z Downloaded spki v0.7.3
10522026-05-16T03:36:51.608Z Downloaded supports-color v3.0.2
10532026-05-16T03:36:51.608Z Downloaded subtle v2.6.1
10542026-05-16T03:36:51.608Z Downloaded tagptr v0.2.0
10552026-05-16T03:36:51.608Z Downloaded itertools v0.10.5
10562026-05-16T03:36:51.608Z Downloaded thiserror-impl-no-std v2.0.2
10572026-05-16T03:36:51.608Z Downloaded testing_table v0.3.0
10582026-05-16T03:36:51.608Z Downloaded termtree v0.5.1
10592026-05-16T03:36:51.608Z Downloaded sync_wrapper v1.0.2
10602026-05-16T03:36:51.608Z Downloaded slog-stdlog v4.1.1
10612026-05-16T03:36:51.608Z Downloaded smallvec v0.6.14
10622026-05-16T03:36:51.608Z Downloaded slog-term v2.9.2
10632026-05-16T03:36:51.608Z Downloaded tap v1.0.1
10642026-05-16T03:36:51.612Z Downloaded rustls-pki-types v1.14.0
10652026-05-16T03:36:51.612Z Downloaded slog-scope v4.4.1
10662026-05-16T03:36:51.612Z Downloaded serde_with_macros v3.17.0
10672026-05-16T03:36:51.612Z Downloaded ron v0.8.1
10682026-05-16T03:36:51.612Z Downloaded mio v1.2.0
10692026-05-16T03:36:51.612Z Downloaded strum v0.27.2
10702026-05-16T03:36:51.612Z Downloaded nom v7.1.3
10712026-05-16T03:36:51.612Z Downloaded thread-id v5.1.0
10722026-05-16T03:36:51.612Z Downloaded stringprep v0.1.5
10732026-05-16T03:36:51.612Z Downloaded tinyvec_macros v0.1.1
10742026-05-16T03:36:51.612Z Downloaded rustls-platform-verifier v0.6.2
10752026-05-16T03:36:51.612Z Downloaded hashbrown v0.16.1
10762026-05-16T03:36:51.612Z Downloaded time-core v0.1.8
10772026-05-16T03:36:51.612Z Downloaded static_assertions v1.1.0
10782026-05-16T03:36:51.612Z Downloaded hashbrown v0.13.2
10792026-05-16T03:36:51.612Z Downloaded qorb v0.4.1
10802026-05-16T03:36:51.612Z Downloaded strum_macros v0.24.3
10812026-05-16T03:36:51.612Z Downloaded string_cache v0.8.9
10822026-05-16T03:36:51.612Z Downloaded libxml v0.3.3
10832026-05-16T03:36:51.612Z Downloaded stacker v0.1.23
10842026-05-16T03:36:51.612Z Downloaded tabwriter v1.4.1
10852026-05-16T03:36:51.612Z Downloaded structmeta-derive v0.3.0
10862026-05-16T03:36:51.612Z Downloaded strum_macros v0.27.2
10872026-05-16T03:36:51.612Z Downloaded support-bundle-viewer v0.1.2
10882026-05-16T03:36:51.612Z Downloaded aho-corasick v1.1.4
10892026-05-16T03:36:51.612Z Downloaded rayon-core v1.13.0
10902026-05-16T03:36:51.612Z Downloaded tokio-macros v2.7.0
10912026-05-16T03:36:51.612Z Downloaded strum_macros v0.26.4
10922026-05-16T03:36:51.612Z Downloaded serde_yaml v0.9.34+deprecated
10932026-05-16T03:36:51.612Z Downloaded serde_cbor v0.11.2
10942026-05-16T03:36:51.612Z Downloaded thiserror-no-std v2.0.2
10952026-05-16T03:36:51.612Z Downloaded topological-sort v0.2.2
10962026-05-16T03:36:51.613Z Downloaded quinn v0.11.9
10972026-05-16T03:36:51.613Z Downloaded thread_local v1.1.9
10982026-05-16T03:36:51.613Z Downloaded termios v0.3.3
10992026-05-16T03:36:51.613Z Downloaded ryu v1.0.23
11002026-05-16T03:36:51.613Z Downloaded signal-hook v0.3.18
11012026-05-16T03:36:51.613Z Downloaded sqlformat v0.3.5
11022026-05-16T03:36:51.613Z Downloaded publicsuffix v2.3.0
11032026-05-16T03:36:51.613Z Downloaded rand v0.8.6
11042026-05-16T03:36:51.613Z Downloaded num-bigint-dig v0.8.6
11052026-05-16T03:36:51.613Z Downloaded time-macros v0.2.27
11062026-05-16T03:36:51.613Z Downloaded trait-variant v0.1.2
11072026-05-16T03:36:51.613Z Downloaded tower-service v0.3.3
11082026-05-16T03:36:51.613Z Downloaded tower-layer v0.3.3
11092026-05-16T03:36:51.613Z Downloaded spin v0.9.8
11102026-05-16T03:36:51.613Z Downloaded hyper v1.8.1
11112026-05-16T03:36:51.613Z Downloaded tls_codec v0.4.2
11122026-05-16T03:36:51.613Z Downloaded schemars v0.8.22
11132026-05-16T03:36:51.613Z Downloaded try-lock v0.2.5
11142026-05-16T03:36:51.613Z Downloaded itertools v0.13.0
11152026-05-16T03:36:51.613Z Downloaded unicode-truncate v1.1.0
11162026-05-16T03:36:51.613Z Downloaded unarray v0.1.4
11172026-05-16T03:36:51.613Z Downloaded typify-macro v0.6.2
11182026-05-16T03:36:51.613Z Downloaded typify-macro v0.4.3
11192026-05-16T03:36:51.613Z Downloaded itertools v0.12.1
11202026-05-16T03:36:51.613Z Downloaded utf-8 v0.7.6
11212026-05-16T03:36:51.613Z Downloaded usdt-macro v0.6.0
11222026-05-16T03:36:51.613Z Downloaded usdt-attr-macro v0.6.0
11232026-05-16T03:36:51.613Z Downloaded tokio-native-tls v0.3.1
11242026-05-16T03:36:51.613Z Downloaded socket2 v0.5.10
11252026-05-16T03:36:51.613Z Downloaded similar v2.7.0
11262026-05-16T03:36:51.613Z Downloaded usdt v0.6.0
11272026-05-16T03:36:51.613Z Downloaded universal-hash v0.5.1
11282026-05-16T03:36:51.613Z Downloaded unit-prefix v0.5.2
11292026-05-16T03:36:51.613Z Downloaded tokio-rustls v0.25.0
11302026-05-16T03:36:51.613Z Downloaded tls_codec_derive v0.4.2
11312026-05-16T03:36:51.613Z Downloaded slog v2.8.2
11322026-05-16T03:36:51.613Z Downloaded tokio-tungstenite v0.21.0
11332026-05-16T03:36:51.613Z Downloaded rustls-webpki v0.103.9
11342026-05-16T03:36:51.613Z Downloaded itertools v0.14.0
11352026-05-16T03:36:51.614Z Downloaded untrusted v0.9.0
11362026-05-16T03:36:51.614Z Downloaded rsa v0.9.10
11372026-05-16T03:36:51.614Z Downloaded schemars v0.9.0
11382026-05-16T03:36:51.614Z Downloaded want v0.3.1
11392026-05-16T03:36:51.614Z Downloaded void v1.0.2
11402026-05-16T03:36:51.614Z Downloaded term v1.2.1
11412026-05-16T03:36:51.614Z Downloaded iddqd v0.3.18
11422026-05-16T03:36:51.614Z Downloaded toml_writer v1.0.6+spec-1.1.0
11432026-05-16T03:36:51.614Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11442026-05-16T03:36:51.614Z Downloaded term v0.7.0
11452026-05-16T03:36:51.614Z Downloaded waitgroup v0.1.2
11462026-05-16T03:36:51.614Z Downloaded wait-timeout v0.2.1
11472026-05-16T03:36:51.614Z Downloaded rand v0.10.0
11482026-05-16T03:36:51.614Z Downloaded samael v0.0.19
11492026-05-16T03:36:51.614Z Downloaded rand v0.9.2
11502026-05-16T03:36:51.614Z Downloaded socket2 v0.6.3
11512026-05-16T03:36:51.614Z Downloaded tiny-keccak v2.0.2
11522026-05-16T03:36:51.614Z Downloaded iri-string v0.7.10
11532026-05-16T03:36:51.614Z Downloaded xattr v1.6.1
11542026-05-16T03:36:51.614Z Downloaded untrusted v0.7.1
11552026-05-16T03:36:51.614Z Downloaded tokio-rustls v0.24.1
11562026-05-16T03:36:51.614Z Downloaded subprocess v0.2.15
11572026-05-16T03:36:51.614Z Downloaded tokio-rustls v0.26.4
11582026-05-16T03:36:51.614Z Downloaded h2 v0.4.13
11592026-05-16T03:36:51.614Z Downloaded hkdf v0.12.4
11602026-05-16T03:36:51.614Z Downloaded tokio-stream v0.1.18
11612026-05-16T03:36:51.614Z Downloaded zone_cfg_derive v0.3.1
11622026-05-16T03:36:51.614Z Downloaded uzers v0.12.2
11632026-05-16T03:36:51.614Z Downloaded zone v0.3.1
11642026-05-16T03:36:51.622Z Downloaded xshell-macros v0.2.7
11652026-05-16T03:36:51.622Z Downloaded vergen-git2 v1.0.7
11662026-05-16T03:36:51.622Z Downloaded usdt-impl v0.6.0
11672026-05-16T03:36:51.622Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11682026-05-16T03:36:51.622Z Downloaded snafu v0.8.9
11692026-05-16T03:36:51.622Z Downloaded walkdir v2.5.0
11702026-05-16T03:36:51.622Z Downloaded russh v0.45.0
11712026-05-16T03:36:51.622Z Downloaded vsss-rs v3.3.4
11722026-05-16T03:36:51.622Z Downloaded vergen-lib v0.1.6
11732026-05-16T03:36:51.622Z Downloaded test-strategy v0.4.5
11742026-05-16T03:36:51.623Z Downloaded libm v0.2.16
11752026-05-16T03:36:51.623Z Downloaded vergen-gitcl v1.0.8
11762026-05-16T03:36:51.623Z Downloaded toml_parser v1.0.9+spec-1.1.0
11772026-05-16T03:36:51.623Z Downloaded schemars v1.2.1
11782026-05-16T03:36:51.623Z Downloaded whoami v2.1.0
11792026-05-16T03:36:51.623Z Downloaded twox-hash v2.1.2
11802026-05-16T03:36:51.623Z Downloaded tracing-attributes v0.1.31
11812026-05-16T03:36:51.623Z Downloaded unicase v2.9.0
11822026-05-16T03:36:51.623Z Downloaded tokio-dtrace v0.1.1
11832026-05-16T03:36:51.623Z Downloaded tui-tree-widget v0.23.1
11842026-05-16T03:36:51.623Z Downloaded tinyvec v1.10.0
11852026-05-16T03:36:51.623Z Downloaded p521 v0.13.3
11862026-05-16T03:36:51.623Z Downloaded wyz v0.5.1
11872026-05-16T03:36:51.623Z Downloaded unicode-properties v0.1.4
11882026-05-16T03:36:51.623Z Downloaded futures-util v0.3.32
11892026-05-16T03:36:51.623Z Downloaded blake3 v1.8.3
11902026-05-16T03:36:51.623Z Downloaded zeroize_derive v1.4.3
11912026-05-16T03:36:51.623Z Downloaded tar v0.4.45
11922026-05-16T03:36:51.623Z Downloaded toml v1.0.6+spec-1.1.0
11932026-05-16T03:36:51.623Z Downloaded toml v0.7.8
11942026-05-16T03:36:51.623Z Downloaded tokio-tungstenite v0.23.1
11952026-05-16T03:36:51.631Z Downloaded xshell v0.2.7
11962026-05-16T03:36:51.635Z Downloaded vergen v9.0.6
11972026-05-16T03:36:51.635Z Downloaded zeroize v1.8.2
11982026-05-16T03:36:51.638Z Downloaded zstd-safe v7.2.4
11992026-05-16T03:36:51.641Z Downloaded tungstenite v0.21.0
12002026-05-16T03:36:51.644Z Downloaded yasna v0.5.2
12012026-05-16T03:36:51.646Z Downloaded zstd v0.13.3
12022026-05-16T03:36:51.646Z Downloaded whoami v1.6.1
12032026-05-16T03:36:51.649Z Downloaded typify v0.4.3
12042026-05-16T03:36:51.652Z Downloaded tungstenite v0.23.0
12052026-05-16T03:36:51.660Z Downloaded typify v0.6.2
12062026-05-16T03:36:51.663Z Downloaded toml v0.9.12+spec-1.1.0
12072026-05-16T03:36:51.665Z Downloaded unsafe-libyaml v0.2.11
12082026-05-16T03:36:51.673Z Downloaded zerocopy v0.6.6
12092026-05-16T03:36:51.748Z Downloaded git2 v0.20.4
12102026-05-16T03:36:51.762Z Downloaded tracing-core v0.1.36
12112026-05-16T03:36:51.762Z Downloaded steno v0.4.1
12122026-05-16T03:36:51.762Z Downloaded unicode-bidi v0.3.18
12132026-05-16T03:36:51.762Z Downloaded ssh-key v0.6.7
12142026-05-16T03:36:51.762Z Downloaded reedline v0.40.0
12152026-05-16T03:36:51.762Z Downloaded bitvec v1.0.1
12162026-05-16T03:36:51.762Z Downloaded zopfli v0.8.3
12172026-05-16T03:36:51.762Z Downloaded vte v0.14.1
12182026-05-16T03:36:51.762Z Downloaded tokio-postgres v0.7.16
12192026-05-16T03:36:51.762Z Downloaded chrono v0.4.44
12202026-05-16T03:36:51.762Z Downloaded bindgen v0.71.1
12212026-05-16T03:36:51.762Z Downloaded uuid v1.23.0
12222026-05-16T03:36:51.762Z Downloaded rustyline v14.0.0
12232026-05-16T03:36:51.762Z Downloaded yansi v1.0.1
12242026-05-16T03:36:51.762Z Downloaded toml_edit v0.23.10+spec-1.0.0
12252026-05-16T03:36:51.762Z Downloaded unicode_categories v0.1.1
12262026-05-16T03:36:51.762Z Downloaded reqwest v0.13.2
12272026-05-16T03:36:51.762Z Downloaded rpassword v7.4.0
12282026-05-16T03:36:51.762Z Downloaded reqwest v0.12.28
12292026-05-16T03:36:51.762Z Downloaded aws-lc-rs v1.16.3
12302026-05-16T03:36:51.779Z Downloaded portable-atomic v1.13.1
12312026-05-16T03:36:51.779Z Downloaded p384 v0.13.1
12322026-05-16T03:36:51.779Z Downloaded unicode-segmentation v1.12.0
12332026-05-16T03:36:51.785Z Downloaded lalrpop v0.19.12
12342026-05-16T03:36:51.785Z Downloaded toml_edit v0.19.15
12352026-05-16T03:36:51.785Z Downloaded zip v0.6.6
12362026-05-16T03:36:51.792Z Downloaded goblin v0.10.5
12372026-05-16T03:36:51.792Z Downloaded rayon v1.11.0
12382026-05-16T03:36:51.797Z Downloaded regex v1.12.3
12392026-05-16T03:36:51.801Z Downloaded typed-path v0.9.3
12402026-05-16T03:36:52.214Z Downloaded rustls-webpki v0.101.7
12412026-05-16T03:36:52.240Z Downloaded tower v0.5.3
12422026-05-16T03:36:52.240Z Downloaded zerocopy-derive v0.8.40
12432026-05-16T03:36:52.240Z Downloaded unicode-normalization v0.1.25
12442026-05-16T03:36:52.240Z Downloaded salty v0.3.0
12452026-05-16T03:36:52.240Z Downloaded quick-xml v0.37.5
12462026-05-16T03:36:52.240Z Downloaded x509-cert v0.2.5
12472026-05-16T03:36:52.240Z Downloaded petname v2.0.2
12482026-05-16T03:36:52.240Z Downloaded tough v0.22.0
12492026-05-16T03:36:52.240Z Downloaded tower-http v0.6.8
12502026-05-16T03:36:52.240Z Downloaded proptest v1.10.0
12512026-05-16T03:36:52.240Z Downloaded moka v0.12.13
12522026-05-16T03:36:52.241Z Downloaded tokio-util v0.7.18
12532026-05-16T03:36:52.241Z Downloaded serde_with v3.17.0
12542026-05-16T03:36:52.241Z Downloaded quinn-proto v0.11.13
12552026-05-16T03:36:52.241Z Downloaded radix_trie v0.2.1
12562026-05-16T03:36:52.241Z Downloaded object v0.30.4
12572026-05-16T03:36:52.241Z Downloaded zip v4.6.1
12582026-05-16T03:36:52.241Z Downloaded winnow v0.6.26
12592026-05-16T03:36:52.241Z Downloaded curve25519-dalek v4.1.3
12602026-05-16T03:36:52.241Z Downloaded rustls-webpki v0.102.8
12612026-05-16T03:36:52.241Z Downloaded nix v0.27.1
12622026-05-16T03:36:52.242Z Downloaded dropshot v0.16.7
12632026-05-16T03:36:52.242Z Downloaded winnow v0.5.40
12642026-05-16T03:36:52.242Z Downloaded dropshot v0.17.0
12652026-05-16T03:36:52.242Z Downloaded regex-syntax v0.6.29
12662026-05-16T03:36:52.242Z Downloaded nix v0.28.0
12672026-05-16T03:36:52.242Z Downloaded tabled v0.20.0
12682026-05-16T03:36:52.242Z Downloaded nix v0.29.0
12692026-05-16T03:36:52.242Z Downloaded polar-core v0.27.3
12702026-05-16T03:36:52.242Z Downloaded openssl v0.10.79
12712026-05-16T03:36:52.242Z Downloaded vcpkg v0.2.15
12722026-05-16T03:36:52.243Z Downloaded smoltcp v0.9.1
12732026-05-16T03:36:52.243Z Downloaded openapiv3 v2.2.0
12742026-05-16T03:36:52.243Z Downloaded time v0.3.47
12752026-05-16T03:36:52.243Z Downloaded smoltcp v0.11.0
12762026-05-16T03:36:52.243Z Downloaded nix v0.31.2
12772026-05-16T03:36:52.243Z Downloaded webpki-roots v1.0.6
12782026-05-16T03:36:52.243Z Downloaded zlib-rs v0.6.2
12792026-05-16T03:36:52.243Z Downloaded rustls v0.22.4
12802026-05-16T03:36:52.243Z Downloaded regress v0.11.1
12812026-05-16T03:36:52.243Z Downloaded regex-syntax v0.8.10
12822026-05-16T03:36:52.244Z Downloaded zerocopy v0.8.40
12832026-05-16T03:36:52.244Z Downloaded rustls v0.23.37
12842026-05-16T03:36:52.244Z Downloaded regress v0.10.5
12852026-05-16T03:36:52.244Z Downloaded hickory-proto v0.25.2
12862026-05-16T03:36:52.244Z Downloaded diesel v2.3.7
12872026-05-16T03:36:52.244Z Downloaded rustix v0.38.44
12882026-05-16T03:36:52.244Z Downloaded hickory-proto v0.24.4
12892026-05-16T03:36:52.244Z Downloaded rustls v0.21.12
12902026-05-16T03:36:52.244Z Downloaded sqlparser v0.61.0
12912026-05-16T03:36:52.244Z Downloaded object v0.37.3
12922026-05-16T03:36:52.245Z Downloaded typify-impl v0.6.2
12932026-05-16T03:36:52.245Z Downloaded sled v0.34.7
12942026-05-16T03:36:52.245Z Downloaded ratatui v0.29.0
12952026-05-16T03:36:52.245Z Downloaded typify-impl v0.4.3
12962026-05-16T03:36:52.245Z Downloaded petgraph v0.6.5
12972026-05-16T03:36:52.270Z Downloaded bzip2-sys v0.1.13+1.0.8
12982026-05-16T03:36:52.270Z Downloaded tracing v0.1.44
12992026-05-16T03:36:52.270Z Downloaded regex-automata v0.4.14
13002026-05-16T03:36:52.270Z Downloaded zerocopy-derive v0.6.6
13012026-05-16T03:36:52.283Z Downloaded csv v1.4.0
13022026-05-16T03:36:52.294Z Downloaded petgraph v0.8.3
13032026-05-16T03:36:52.310Z Downloaded chrono-tz v0.10.4
13042026-05-16T03:36:52.352Z Downloaded jiff v0.2.21
13052026-05-16T03:36:52.353Z Downloaded libz-sys v1.1.24
13062026-05-16T03:36:52.369Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13072026-05-16T03:36:52.369Z Downloaded encoding_rs v0.8.35
13082026-05-16T03:36:52.405Z Downloaded sha3 v0.10.8
13092026-05-16T03:36:52.420Z Downloaded tokio v1.52.1
13102026-05-16T03:36:52.534Z Downloaded ring v0.17.14
13112026-05-16T03:36:52.627Z Downloaded libgit2-sys v0.18.3+1.9.2
13122026-05-16T03:36:53.107Z Downloaded aws-lc-sys v0.40.0
13132026-05-16T03:36:53.381Z Compiling libc v0.2.185
13142026-05-16T03:36:53.381Z Compiling serde v1.0.228
13152026-05-16T03:36:53.416Z Compiling log v0.4.29
13162026-05-16T03:36:53.416Z Compiling shlex v1.3.0
13172026-05-16T03:36:53.488Z Compiling find-msvc-tools v0.1.9
13182026-05-16T03:36:53.529Z Compiling smallvec v1.15.1
13192026-05-16T03:36:53.529Z Compiling syn v2.0.117
13202026-05-16T03:36:53.529Z Compiling typenum v1.19.0
13212026-05-16T03:36:53.680Z Compiling generic-array v0.14.7
13222026-05-16T03:36:53.726Z Compiling subtle v2.6.1
13232026-05-16T03:36:53.726Z Compiling scopeguard v1.2.0
13242026-05-16T03:36:53.773Z Compiling const-oid v0.9.6
13252026-05-16T03:36:53.785Z Compiling lock_api v0.4.14
13262026-05-16T03:36:53.785Z Compiling serde_json v1.0.149
13272026-05-16T03:36:53.847Z Compiling zerocopy v0.8.40
13282026-05-16T03:36:53.944Z Compiling parking_lot_core v0.9.12
13292026-05-16T03:36:54.022Z Compiling pin-project-lite v0.2.17
13302026-05-16T03:36:54.114Z Compiling portable-atomic v1.13.1
13312026-05-16T03:36:54.169Z Compiling pkg-config v0.3.32
13322026-05-16T03:36:54.269Z Compiling bitflags v2.11.0
13332026-05-16T03:36:54.368Z Compiling getrandom v0.2.17
13342026-05-16T03:36:54.474Z Compiling jobserver v0.1.34
13352026-05-16T03:36:54.509Z Compiling rand_core v0.6.4
13362026-05-16T03:36:54.509Z Compiling errno v0.3.14
13372026-05-16T03:36:54.680Z Compiling signal-hook-registry v1.4.8
13382026-05-16T03:36:54.800Z Compiling cc v1.2.56
13392026-05-16T03:36:54.847Z Compiling libm v0.2.16
13402026-05-16T03:36:54.869Z Compiling critical-section v1.2.0
13412026-05-16T03:36:54.889Z Compiling futures-core v0.3.32
13422026-05-16T03:36:54.927Z Compiling parking_lot v0.12.5
13432026-05-16T03:36:54.973Z Compiling mio v1.2.0
13442026-05-16T03:36:55.035Z Compiling num-traits v0.2.19
13452026-05-16T03:36:55.084Z Compiling once_cell v1.21.3
13462026-05-16T03:36:55.148Z Compiling percent-encoding v2.3.2
13472026-05-16T03:36:55.283Z Compiling socket2 v0.6.3
13482026-05-16T03:36:55.295Z Compiling futures-sink v0.3.32
13492026-05-16T03:36:55.322Z Compiling getrandom v0.4.1
13502026-05-16T03:36:55.359Z Compiling futures-task v0.3.32
13512026-05-16T03:36:55.396Z Compiling futures-channel v0.3.32
13522026-05-16T03:36:55.429Z Compiling slab v0.4.12
13532026-05-16T03:36:55.528Z Compiling futures-io v0.3.32
13542026-05-16T03:36:55.602Z Compiling cpufeatures v0.2.17
13552026-05-16T03:36:55.620Z Compiling rand_core v0.10.0
13562026-05-16T03:36:55.663Z Compiling indexmap v2.14.0
13572026-05-16T03:36:55.678Z Compiling getrandom v0.3.4
13582026-05-16T03:36:55.693Z Compiling rustversion v1.0.22
13592026-05-16T03:36:55.696Z Compiling cmake v0.1.57
13602026-05-16T03:36:56.087Z Compiling form_urlencoded v1.2.2
13612026-05-16T03:36:56.104Z Compiling dunce v1.0.5
13622026-05-16T03:36:56.215Z Compiling fs_extra v1.3.0
13632026-05-16T03:36:56.270Z Compiling ident_case v1.0.1
13642026-05-16T03:36:56.286Z Compiling base64ct v1.8.3
13652026-05-16T03:36:56.333Z Compiling synstructure v0.13.2
13662026-05-16T03:36:56.388Z Compiling flagset v0.4.7
13672026-05-16T03:36:56.475Z Compiling aws-lc-sys v0.40.0
13682026-05-16T03:36:56.518Z Compiling pem-rfc7468 v0.7.0
13692026-05-16T03:36:56.561Z Compiling rustix v1.1.3
13702026-05-16T03:36:56.625Z Compiling regex-syntax v0.8.10
13712026-05-16T03:36:56.646Z Compiling iana-time-zone v0.1.65
13722026-05-16T03:36:56.803Z Compiling rand_core v0.9.5
13732026-05-16T03:36:56.820Z Compiling ring v0.17.14
13742026-05-16T03:36:56.842Z Compiling vcpkg v0.2.15
13752026-05-16T03:36:56.917Z Compiling aws-lc-rs v1.16.3
13762026-05-16T03:36:57.072Z Compiling uuid v1.23.0
13772026-05-16T03:36:57.190Z Compiling rustc_version v0.4.1
13782026-05-16T03:36:57.514Z Compiling tracing-core v0.1.36
13792026-05-16T03:36:57.555Z Compiling openssl-sys v0.9.115
13802026-05-16T03:36:57.825Z Compiling base64 v0.22.1
13812026-05-16T03:36:58.082Z Compiling httparse v1.10.1
13822026-05-16T03:36:58.085Z Compiling serde_derive v1.0.228
13832026-05-16T03:36:58.102Z Compiling zeroize_derive v1.4.3
13842026-05-16T03:36:58.145Z Compiling zerofrom-derive v0.1.6
13852026-05-16T03:36:58.276Z Compiling yoke-derive v0.8.1
13862026-05-16T03:36:58.430Z Compiling zerocopy-derive v0.8.40
13872026-05-16T03:36:58.737Z Compiling zeroize v1.8.2
13882026-05-16T03:36:58.967Z Compiling zerovec-derive v0.11.2
13892026-05-16T03:36:59.427Z Compiling displaydoc v0.2.5
13902026-05-16T03:36:59.497Z Compiling crypto-common v0.1.7
13912026-05-16T03:36:59.530Z Compiling zerofrom v0.1.6
13922026-05-16T03:36:59.645Z Compiling yoke v0.8.1
13932026-05-16T03:36:59.656Z Compiling block-buffer v0.10.4
13942026-05-16T03:36:59.874Z Compiling digest v0.10.7
13952026-05-16T03:36:59.874Z Compiling tokio-macros v2.7.0
13962026-05-16T03:37:00.054Z Compiling futures-macro v0.3.32
13972026-05-16T03:37:00.472Z Compiling zerovec v0.11.5
13982026-05-16T03:37:00.475Z Compiling zerotrie v0.2.3
13992026-05-16T03:37:00.475Z Compiling hmac v0.12.1
14002026-05-16T03:37:00.932Z Compiling tinystr v0.8.2
14012026-05-16T03:37:00.935Z Compiling potential_utf v0.1.4
14022026-05-16T03:37:00.935Z Compiling block-padding v0.3.3
14032026-05-16T03:37:00.935Z Compiling icu_locale_core v2.1.1
14042026-05-16T03:37:00.935Z Compiling icu_collections v2.1.1
14052026-05-16T03:37:00.935Z Compiling inout v0.1.4
14062026-05-16T03:37:00.935Z Compiling futures-util v0.3.32
14072026-05-16T03:37:00.935Z Compiling cipher v0.4.4
14082026-05-16T03:37:01.153Z Compiling sha2 v0.10.9
14092026-05-16T03:37:01.185Z Compiling der_derive v0.7.3
14102026-05-16T03:37:01.477Z Compiling bytes v1.11.1
14112026-05-16T03:37:01.496Z Compiling icu_provider v2.1.1
14122026-05-16T03:37:01.562Z Compiling chrono v0.4.44
14132026-05-16T03:37:01.786Z Compiling icu_normalizer v2.1.1
14142026-05-16T03:37:02.085Z Compiling tokio v1.52.1
14152026-05-16T03:37:02.113Z Compiling icu_properties v2.1.2
14162026-05-16T03:37:02.312Z Compiling der v0.7.10
14172026-05-16T03:37:02.514Z Compiling http v1.4.0
14182026-05-16T03:37:02.821Z Compiling ppv-lite86 v0.2.21
14192026-05-16T03:37:03.016Z Compiling idna_adapter v1.2.1
14202026-05-16T03:37:03.118Z Compiling idna v1.1.0
14212026-05-16T03:37:03.135Z Compiling salsa20 v0.10.2
14222026-05-16T03:37:03.154Z Compiling pbkdf2 v0.12.2
14232026-05-16T03:37:03.223Z Compiling spki v0.7.3
14242026-05-16T03:37:03.264Z Compiling rustls-pki-types v1.14.0
14252026-05-16T03:37:03.274Z Compiling tracing-attributes v0.1.31
14262026-05-16T03:37:03.426Z Compiling url v2.5.8
14272026-05-16T03:37:03.513Z Compiling thiserror-impl v2.0.18
14282026-05-16T03:37:03.559Z Compiling scrypt v0.11.0
14292026-05-16T03:37:03.696Z Compiling http-body v1.0.1
14302026-05-16T03:37:03.757Z Compiling rand_chacha v0.9.0
14312026-05-16T03:37:03.803Z Compiling cbc v0.1.2
14322026-05-16T03:37:03.844Z Compiling aes v0.8.4
14332026-05-16T03:37:04.035Z Compiling untrusted v0.9.0
14342026-05-16T03:37:04.131Z Compiling tinyvec_macros v0.1.1
14352026-05-16T03:37:04.204Z Compiling untrusted v0.7.1
14362026-05-16T03:37:04.211Z Compiling openssl-probe v0.2.1
14372026-05-16T03:37:04.319Z Compiling pkcs5 v0.7.1
14382026-05-16T03:37:04.383Z Compiling tinyvec v1.10.0
14392026-05-16T03:37:04.545Z Compiling tracing v0.1.44
14402026-05-16T03:37:04.772Z Compiling rand v0.9.2
14412026-05-16T03:37:04.793Z Compiling thiserror v2.0.18
14422026-05-16T03:37:04.819Z Compiling pest_generator v2.8.6
14432026-05-16T03:37:04.848Z Compiling serde_derive_internals v0.29.1
14442026-05-16T03:37:04.855Z Compiling aho-corasick v1.1.4
14452026-05-16T03:37:04.891Z Compiling schemars v0.8.22
14462026-05-16T03:37:05.082Z Compiling dyn-clone v1.0.20
14472026-05-16T03:37:05.217Z Compiling rustls v0.23.37
14482026-05-16T03:37:05.397Z Compiling tower-layer v0.3.3
14492026-05-16T03:37:05.479Z Compiling atomic-waker v1.1.2
14502026-05-16T03:37:05.904Z Compiling try-lock v0.2.5
14512026-05-16T03:37:05.909Z Compiling tower-service v0.3.3
14522026-05-16T03:37:05.909Z Compiling want v0.3.1
14532026-05-16T03:37:05.909Z Compiling regex-automata v0.4.14
14542026-05-16T03:37:05.909Z Compiling pest_derive v2.8.6
14552026-05-16T03:37:05.910Z Compiling schemars_derive v0.8.22
14562026-05-16T03:37:05.910Z Compiling tokio-util v0.7.18
14572026-05-16T03:37:06.156Z Compiling pkcs8 v0.10.2
14582026-05-16T03:37:06.350Z Compiling ipnet v2.11.0
14592026-05-16T03:37:06.455Z Compiling h2 v0.4.13
14602026-05-16T03:37:06.553Z Compiling scroll_derive v0.13.1
14612026-05-16T03:37:06.786Z Compiling darling_core v0.20.11
14622026-05-16T03:37:06.823Z Compiling openssl v0.10.79
14632026-05-16T03:37:06.913Z Compiling httpdate v1.0.3
14642026-05-16T03:37:07.044Z Compiling foreign-types-shared v0.1.1
14652026-05-16T03:37:07.127Z Compiling pin-utils v0.1.0
14662026-05-16T03:37:07.145Z Compiling foreign-types v0.3.2
14672026-05-16T03:37:07.197Z Compiling tempfile v3.25.0
14682026-05-16T03:37:07.270Z Compiling scroll v0.13.0
14692026-05-16T03:37:07.510Z Compiling unicode-normalization v0.1.25
14702026-05-16T03:37:07.699Z Compiling openssl-macros v0.1.1
14712026-05-16T03:37:08.025Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14722026-05-16T03:37:08.038Z Compiling spin v0.9.8
14732026-05-16T03:37:08.073Z Compiling powerfmt v0.2.0
14742026-05-16T03:37:08.240Z Compiling num-conv v0.2.0
14752026-05-16T03:37:08.272Z Compiling time-core v0.1.8
14762026-05-16T03:37:08.371Z Compiling crc32fast v1.5.0
14772026-05-16T03:37:08.403Z Compiling native-tls v0.2.18
14782026-05-16T03:37:08.417Z Compiling time-macros v0.2.27
14792026-05-16T03:37:08.621Z Compiling deranged v0.5.8
14802026-05-16T03:37:09.052Z Compiling darling_macro v0.20.11
14812026-05-16T03:37:09.462Z Compiling hyper v1.8.1
14822026-05-16T03:37:09.498Z Compiling darling v0.20.11
14832026-05-16T03:37:09.557Z Compiling goblin v0.10.5
14842026-05-16T03:37:09.577Z Compiling rustls-native-certs v0.8.3
14852026-05-16T03:37:09.640Z Compiling sync_wrapper v1.0.2
14862026-05-16T03:37:10.156Z Compiling wait-timeout v0.2.1
14872026-05-16T03:37:10.156Z Compiling crossbeam-utils v0.8.21
14882026-05-16T03:37:10.156Z Compiling usdt-impl v0.6.0
14892026-05-16T03:37:10.156Z Compiling bit-vec v0.8.0
14902026-05-16T03:37:10.203Z Compiling simd-adler32 v0.3.8
14912026-05-16T03:37:10.370Z Compiling num_threads v0.1.7
14922026-05-16T03:37:10.384Z Compiling siphasher v1.0.2
14932026-05-16T03:37:10.440Z Compiling unicode-segmentation v1.12.0
14942026-05-16T03:37:10.465Z Compiling quick-error v1.2.3
14952026-05-16T03:37:10.564Z Compiling hyper-util v0.1.20
14962026-05-16T03:37:10.568Z Compiling syn v1.0.109
14972026-05-16T03:37:10.810Z Compiling rusty-fork v0.3.1
14982026-05-16T03:37:10.995Z Compiling time v0.3.47
14992026-05-16T03:37:11.122Z Compiling bit-set v0.8.0
15002026-05-16T03:37:11.260Z Compiling tower v0.5.3
15012026-05-16T03:37:11.279Z Compiling derive_builder_core v0.20.2
15022026-05-16T03:37:11.721Z Compiling dtrace-parser v0.3.0
15032026-05-16T03:37:11.790Z Compiling http-body-util v0.1.3
15042026-05-16T03:37:12.038Z Compiling webpki-roots v1.0.6
15052026-05-16T03:37:12.148Z Compiling signature v2.2.0
15062026-05-16T03:37:12.155Z Compiling thiserror-impl v1.0.69
15072026-05-16T03:37:12.261Z Compiling dof v0.4.0
15082026-05-16T03:37:12.323Z Compiling scroll_derive v0.12.1
15092026-05-16T03:37:12.464Z Compiling heapless v0.7.17
15102026-05-16T03:37:12.537Z Compiling rand_xorshift v0.4.0
15112026-05-16T03:37:12.724Z Compiling slog v2.8.2
15122026-05-16T03:37:12.727Z Compiling darling_core v0.21.3
15132026-05-16T03:37:12.905Z Compiling bzip2-sys v0.1.13+1.0.8
15142026-05-16T03:37:13.005Z Compiling thread-id v5.1.0
15152026-05-16T03:37:13.082Z Compiling cookie v0.18.1
15162026-05-16T03:37:13.175Z Compiling anyhow v1.0.102
15172026-05-16T03:37:13.261Z Compiling iri-string v0.7.10
15182026-05-16T03:37:13.451Z Compiling allocator-api2 v0.2.21
15192026-05-16T03:37:13.488Z Compiling signal-hook v0.3.18
15202026-05-16T03:37:13.571Z Compiling ryu v1.0.23
15212026-05-16T03:37:14.053Z Compiling zstd-safe v7.2.4
15222026-05-16T03:37:14.085Z Compiling unarray v0.1.4
15232026-05-16T03:37:14.085Z Compiling unicode-properties v0.1.4
15242026-05-16T03:37:14.085Z Compiling unicode-bidi v0.3.18
15252026-05-16T03:37:14.085Z Compiling paste v1.0.15
15262026-05-16T03:37:14.085Z Compiling adler2 v2.0.1
15272026-05-16T03:37:14.085Z Compiling miniz_oxide v0.8.9
15282026-05-16T03:37:14.085Z Compiling proptest v1.10.0
15292026-05-16T03:37:14.534Z Compiling stringprep v0.1.5
15302026-05-16T03:37:14.563Z Compiling serde_urlencoded v0.7.1
15312026-05-16T03:37:14.563Z Compiling tower-http v0.6.8
15322026-05-16T03:37:14.585Z Compiling thiserror v1.0.69
15332026-05-16T03:37:14.820Z Compiling scroll v0.12.0
15342026-05-16T03:37:14.992Z Compiling derive_builder_macro v0.20.2
15352026-05-16T03:37:15.207Z Compiling tokio-native-tls v0.3.1
15362026-05-16T03:37:15.224Z Compiling darling_macro v0.21.3
15372026-05-16T03:37:15.369Z Compiling heck v0.4.1
15382026-05-16T03:37:15.410Z Compiling ipnetwork v0.21.1
15392026-05-16T03:37:15.472Z Compiling bstr v1.12.1
15402026-05-16T03:37:15.490Z Compiling rand_chacha v0.3.1
15412026-05-16T03:37:15.583Z Compiling toml_datetime v0.6.11
15422026-05-16T03:37:15.676Z Compiling serde_spanned v0.6.9
15432026-05-16T03:37:15.794Z Compiling serde_tokenstream v0.2.3
15442026-05-16T03:37:15.819Z Compiling erased-serde v0.3.31
15452026-05-16T03:37:15.836Z Compiling md-5 v0.10.6
15462026-05-16T03:37:16.005Z Compiling zerocopy-derive v0.7.35
15472026-05-16T03:37:16.100Z Compiling pin-project-internal v1.1.11
15482026-05-16T03:37:16.521Z Compiling async-trait v0.1.89
15492026-05-16T03:37:16.524Z Compiling curve25519-dalek v4.1.3
15502026-05-16T03:37:16.524Z Compiling vergen-lib v0.1.6
15512026-05-16T03:37:16.525Z Compiling num-integer v0.1.46
15522026-05-16T03:37:16.602Z Compiling hash32 v0.2.1
15532026-05-16T03:37:16.794Z Compiling ff v0.13.1
15542026-05-16T03:37:16.803Z Compiling memoffset v0.9.1
15552026-05-16T03:37:16.848Z Compiling encoding_rs v0.8.35
15562026-05-16T03:37:16.924Z Compiling zlib-rs v0.6.2
15572026-05-16T03:37:16.988Z Compiling fallible-iterator v0.2.0
15582026-05-16T03:37:17.113Z Compiling num-bigint-dig v0.8.6
15592026-05-16T03:37:17.192Z Compiling mime v0.3.17
15602026-05-16T03:37:17.294Z Compiling litrs v1.0.0
15612026-05-16T03:37:17.297Z Compiling rustix v0.38.44
15622026-05-16T03:37:17.442Z Compiling psl-types v2.0.11
15632026-05-16T03:37:17.606Z Compiling base16ct v0.2.0
15642026-05-16T03:37:17.703Z Compiling smoltcp v0.9.1
15652026-05-16T03:37:17.810Z Compiling cfg_aliases v0.2.1
15662026-05-16T03:37:17.858Z Compiling ref-cast v1.0.25
15672026-05-16T03:37:17.891Z Compiling nix v0.31.2
15682026-05-16T03:37:18.059Z Compiling document-features v0.2.12
15692026-05-16T03:37:18.212Z Compiling sec1 v0.7.3
15702026-05-16T03:37:18.351Z Compiling publicsuffix v2.3.0
15712026-05-16T03:37:18.381Z Compiling postgres-protocol v0.6.10
15722026-05-16T03:37:18.484Z Compiling pin-project v1.1.11
15732026-05-16T03:37:18.579Z Compiling group v0.13.0
15742026-05-16T03:37:18.616Z Compiling zerocopy v0.7.35
15752026-05-16T03:37:18.758Z Compiling num-iter v0.1.45
15762026-05-16T03:37:18.958Z Compiling newtype-uuid v1.3.2
15772026-05-16T03:37:19.106Z Compiling rand v0.8.6
15782026-05-16T03:37:19.147Z Compiling hubpack_derive v0.1.1
15792026-05-16T03:37:19.165Z Compiling darling v0.21.3
15802026-05-16T03:37:19.240Z Compiling oxnet v0.1.4
15812026-05-16T03:37:19.282Z Compiling snafu-derive v0.8.9
15822026-05-16T03:37:19.426Z Compiling derive_builder v0.20.2
15832026-05-16T03:37:19.553Z Compiling hyper-tls v0.6.0
15842026-05-16T03:37:19.645Z Compiling goblin v0.8.2
15852026-05-16T03:37:20.211Z Compiling flate2 v1.1.9
15862026-05-16T03:37:20.214Z Compiling phf_shared v0.13.1
15872026-05-16T03:37:20.405Z Compiling lazy_static v1.5.0
15882026-05-16T03:37:20.440Z Compiling regex v1.12.3
15892026-05-16T03:37:20.443Z Compiling strum_macros v0.27.2
15902026-05-16T03:37:20.496Z Compiling futures-executor v0.3.32
15912026-05-16T03:37:20.670Z Compiling cargo-platform v0.1.9
15922026-05-16T03:37:20.754Z Compiling hex v0.4.3
15932026-05-16T03:37:20.861Z Compiling hkdf v0.12.4
15942026-05-16T03:37:20.920Z Compiling crypto-bigint v0.5.5
15952026-05-16T03:37:21.017Z Compiling ref-cast-impl v1.0.25
15962026-05-16T03:37:21.031Z Compiling daft-derive v0.1.5
15972026-05-16T03:37:21.169Z Compiling curve25519-dalek-derive v0.1.1
15982026-05-16T03:37:21.543Z Compiling terminal_size v0.4.3
15992026-05-16T03:37:21.684Z Compiling vergen v9.0.6
16002026-05-16T03:37:21.724Z Compiling fs-err v3.3.0
16012026-05-16T03:37:21.787Z Compiling ahash v0.8.12
16022026-05-16T03:37:21.861Z Compiling foldhash v0.1.5
16032026-05-16T03:37:21.907Z Compiling object v0.37.3
16042026-05-16T03:37:21.987Z Compiling winnow v0.5.40
16052026-05-16T03:37:22.028Z Compiling foldhash v0.2.0
16062026-05-16T03:37:22.171Z Compiling same-file v1.0.6
16072026-05-16T03:37:22.249Z Compiling bumpalo v3.20.2
16082026-05-16T03:37:22.741Z Compiling bitflags v1.3.2
16092026-05-16T03:37:22.744Z Compiling managed v0.8.0
16102026-05-16T03:37:22.744Z Compiling libbz2-rs-sys v0.2.2
16112026-05-16T03:37:22.744Z Compiling zopfli v0.8.3
16122026-05-16T03:37:23.042Z Compiling bzip2 v0.6.1
16132026-05-16T03:37:23.129Z Compiling clap_builder v4.5.60
16142026-05-16T03:37:23.144Z Compiling strum v0.27.2
16152026-05-16T03:37:23.593Z Compiling walkdir v2.5.0
16162026-05-16T03:37:23.597Z Compiling toml_edit v0.19.15
16172026-05-16T03:37:23.597Z Compiling hashbrown v0.16.1
16182026-05-16T03:37:23.597Z Compiling hashbrown v0.15.5
16192026-05-16T03:37:23.597Z Compiling elliptic-curve v0.13.8
16202026-05-16T03:37:23.597Z Compiling dof v0.3.0
16212026-05-16T03:37:23.913Z Compiling daft v0.1.5
16222026-05-16T03:37:24.100Z Compiling snafu v0.8.9
16232026-05-16T03:37:24.178Z Compiling cargo_metadata v0.19.2
16242026-05-16T03:37:24.265Z Compiling futures v0.3.32
16252026-05-16T03:37:24.448Z Compiling phf v0.13.1
16262026-05-16T03:37:24.610Z Compiling signal-hook-mio v0.2.5
16272026-05-16T03:37:25.136Z Compiling cookie_store v0.22.1
16282026-05-16T03:37:25.233Z Compiling zstd v0.13.3
16292026-05-16T03:37:25.367Z Compiling hubpack v0.1.2
16302026-05-16T03:37:25.497Z Compiling bzip2 v0.4.4
16312026-05-16T03:37:25.528Z Compiling serde_with_macros v3.17.0
16322026-05-16T03:37:25.577Z Compiling postgres-types v0.2.12
16332026-05-16T03:37:25.870Z Compiling usdt-macro v0.6.0
16342026-05-16T03:37:26.080Z Compiling usdt-attr-macro v0.6.0
16352026-05-16T03:37:26.125Z Compiling globset v0.4.18
16362026-05-16T03:37:26.590Z Compiling dtrace-parser v0.2.0
16372026-05-16T03:37:26.642Z Compiling ed25519 v2.2.3
16382026-05-16T03:37:26.796Z Compiling phf_shared v0.11.3
16392026-05-16T03:37:26.841Z Compiling olpc-cjson v0.1.4
16402026-05-16T03:37:26.853Z Compiling pkcs1 v0.7.5
16412026-05-16T03:37:26.869Z Compiling clap_derive v4.5.55
16422026-05-16T03:37:26.976Z Compiling strum_macros v0.26.4
16432026-05-16T03:37:27.004Z Compiling enum-as-inner v0.6.1
16442026-05-16T03:37:27.248Z Compiling serde_plain v1.0.2
16452026-05-16T03:37:27.329Z Compiling serde-big-array v0.5.1
16462026-05-16T03:37:27.437Z Compiling rfc6979 v0.4.0
16472026-05-16T03:37:27.473Z Compiling async-recursion v1.1.1
16482026-05-16T03:37:27.497Z Compiling serde_repr v0.1.20
16492026-05-16T03:37:27.539Z Compiling pem v3.0.6
16502026-05-16T03:37:27.560Z Compiling float-cmp v0.10.0
16512026-05-16T03:37:27.726Z Compiling thread-id v4.2.2
16522026-05-16T03:37:27.803Z Compiling memmap2 v0.9.10
16532026-05-16T03:37:27.894Z Compiling env_filter v1.0.0
16542026-05-16T03:37:28.017Z Compiling keccak v0.1.6
16552026-05-16T03:37:28.066Z Compiling static_assertions v1.1.0
16562026-05-16T03:37:28.143Z Compiling jiff v0.2.21
16572026-05-16T03:37:28.159Z Compiling predicates-core v1.0.10
16582026-05-16T03:37:28.194Z Compiling new_debug_unreachable v1.0.6
16592026-05-16T03:37:28.270Z Compiling rustc-hash v2.1.1
16602026-05-16T03:37:28.328Z Compiling difflib v0.4.0
16612026-05-16T03:37:28.389Z Compiling whoami v2.1.0
16622026-05-16T03:37:28.704Z Compiling data-encoding v2.10.0
16632026-05-16T03:37:28.735Z Compiling fixedbitset v0.5.7
16642026-05-16T03:37:28.763Z Compiling fixedbitset v0.4.2
16652026-05-16T03:37:28.825Z Compiling either v1.15.0
16662026-05-16T03:37:28.882Z Compiling normalize-line-endings v0.3.0
16672026-05-16T03:37:28.976Z Compiling precomputed-hash v0.1.1
16682026-05-16T03:37:28.979Z Compiling typed-path v0.9.3
16692026-05-16T03:37:29.023Z Compiling itertools v0.13.0
16702026-05-16T03:37:29.035Z Compiling hickory-proto v0.25.2
16712026-05-16T03:37:29.062Z Compiling string_cache v0.8.9
16722026-05-16T03:37:29.284Z Compiling predicates v3.1.4
16732026-05-16T03:37:29.372Z Compiling petgraph v0.8.3
16742026-05-16T03:37:29.923Z Compiling petgraph v0.6.5
16752026-05-16T03:37:29.946Z Compiling toml_edit v0.22.27
16762026-05-16T03:37:30.190Z Compiling strum v0.26.3
16772026-05-16T03:37:30.273Z Compiling clap v4.5.60
16782026-05-16T03:37:30.320Z Compiling tokio-postgres v0.7.16
16792026-05-16T03:37:30.354Z Compiling iddqd v0.3.18
16802026-05-16T03:37:31.307Z Compiling zip v4.6.1
16812026-05-16T03:37:31.358Z Compiling sha3 v0.10.8
16822026-05-16T03:37:31.470Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16832026-05-16T03:37:31.815Z Compiling env_logger v0.11.9
16842026-05-16T03:37:32.173Z Compiling usdt v0.6.0
16852026-05-16T03:37:32.255Z Compiling usdt-impl v0.5.0
16862026-05-16T03:37:32.269Z Compiling ecdsa v0.16.9
16872026-05-16T03:37:32.436Z Compiling rsa v0.9.10
16882026-05-16T03:37:32.478Z Compiling ed25519-dalek v2.2.0
16892026-05-16T03:37:32.993Z Compiling serde_with v3.17.0
16902026-05-16T03:37:32.997Z Compiling crossterm v0.28.1
16912026-05-16T03:37:33.159Z Compiling zip v0.6.6
16922026-05-16T03:37:33.733Z Compiling toml v0.7.8
16932026-05-16T03:37:34.309Z Compiling toml_parser v1.0.9+spec-1.1.0
16942026-05-16T03:37:34.322Z Compiling similar v2.7.0
16952026-05-16T03:37:34.336Z Compiling crossbeam-epoch v0.9.18
16962026-05-16T03:37:34.339Z Compiling tokio-stream v0.1.18
16972026-05-16T03:37:34.410Z Compiling buf-list v1.1.2
16982026-05-16T03:37:34.653Z Compiling x509-cert v0.2.5
16992026-05-16T03:37:34.683Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17002026-05-16T03:37:34.838Z Compiling openapiv3 v2.2.0
17012026-05-16T03:37:34.924Z Compiling sha1 v0.10.6
17022026-05-16T03:37:34.978Z Compiling toml_datetime v0.7.5+spec-1.1.0
17032026-05-16T03:37:35.147Z Compiling peg-runtime v0.8.5
17042026-05-16T03:37:35.168Z Compiling lalrpop-util v0.19.12
17052026-05-16T03:37:35.260Z Compiling thread_local v1.1.9
17062026-05-16T03:37:35.353Z Compiling slog-async v2.8.0
17072026-05-16T03:37:35.419Z Compiling crossbeam-channel v0.5.15
17082026-05-16T03:37:35.503Z Compiling is-terminal v0.4.17
17092026-05-16T03:37:35.601Z Compiling filetime v0.2.27
17102026-05-16T03:37:35.661Z Compiling xattr v1.6.1
17112026-05-16T03:37:36.182Z Compiling take_mut v0.2.2
17122026-05-16T03:37:36.185Z Compiling term v1.2.1
17132026-05-16T03:37:36.185Z Compiling tar v0.4.45
17142026-05-16T03:37:36.250Z Compiling slog-term v2.9.2
17152026-05-16T03:37:46.000Z Compiling rustls-webpki v0.103.9
17162026-05-16T03:37:48.819Z Compiling tokio-rustls v0.26.4
17172026-05-16T03:37:48.819Z Compiling rustls-platform-verifier v0.6.2
17182026-05-16T03:37:48.972Z Compiling hyper-rustls v0.27.7
17192026-05-16T03:37:49.147Z Compiling reqwest v0.12.28
17202026-05-16T03:37:49.165Z Compiling reqwest v0.13.2
17212026-05-16T03:37:50.381Z Compiling tough v0.22.0
17222026-05-16T03:37:52.942Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17232026-05-16T03:37:53.222Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17242026-05-16T03:37:56.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
17252026-05-16T03:37:56.345Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17262026-05-16T03:37:56.345ZMay 16 03:37:55.236 INFO Starting download, target: Console
17272026-05-16T03:37:56.345ZMay 16 03:37:55.236 INFO Starting download, target: Cockroach
17282026-05-16T03:37:56.345ZMay 16 03:37:55.236 INFO Starting download, target: Clickhouse
17292026-05-16T03:37:56.345ZMay 16 03:37:55.236 INFO Starting download, target: DendriteStub
17302026-05-16T03:37:56.345ZMay 16 03:37:55.236 INFO Starting download, target: MaghemiteMgd
17312026-05-16T03:37:56.345ZMay 16 03:37:55.236 INFO Starting download, target: TransceiverControl
17322026-05-16T03:37:56.345ZMay 16 03:37:55.236 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17332026-05-16T03:37:56.345ZMay 16 03:37:55.236 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17342026-05-16T03:37:56.345ZMay 16 03:37:55.236 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17352026-05-16T03:37:56.345ZMay 16 03:37:55.236 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17362026-05-16T03:37:56.345ZMay 16 03:37:55.236 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17372026-05-16T03:37:56.346ZMay 16 03:37:55.237 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17382026-05-16T03:37:56.714ZMay 16 03:37:55.793 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17392026-05-16T03:37:56.925ZMay 16 03:37:56.005 INFO Download complete, target: TransceiverControl
17402026-05-16T03:37:57.176ZMay 16 03:37:56.245 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17412026-05-16T03:37:57.269ZMay 16 03:37:56.248 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17422026-05-16T03:37:57.399ZMay 16 03:37:56.478 INFO Download complete, target: Console
17432026-05-16T03:37:57.906ZMay 16 03:37:56.995 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17442026-05-16T03:37:58.228ZMay 16 03:37:57.324 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17452026-05-16T03:37:58.228ZMay 16 03:37:57.324 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17462026-05-16T03:37:58.235ZMay 16 03:37:57.331 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17472026-05-16T03:37:59.577ZMay 16 03:37:58.637 INFO Download complete, target: DendriteStub
17482026-05-16T03:38:00.336ZMay 16 03:37:59.409 INFO Download complete, target: MaghemiteMgd
17492026-05-16T03:38:03.003ZMay 16 03:38:01.987 INFO Checking that binary works, target: Cockroach
17502026-05-16T03:38:03.068ZMay 16 03:38:02.104 INFO Download complete, target: Cockroach
17512026-05-16T03:38:04.986ZMay 16 03:38:04.081 INFO Checking that binary works, target: Clickhouse
17522026-05-16T03:38:05.074ZMay 16 03:38:04.169 INFO Download complete, target: Clickhouse
17532026-05-16T03:38:05.090ZAll builder prerequisites installed successfully, and PATH looks valid
17542026-05-16T03:38:05.095Z
17552026-05-16T03:38:05.095Zreal 2:13.931004666
17562026-05-16T03:38:05.095Zuser 6:53.854483666
17572026-05-16T03:38:05.095Zsys 1:21.312938205
17582026-05-16T03:38:05.095Ztrap 0.232292597
17592026-05-16T03:38:05.095Ztflt 0.661421998
17602026-05-16T03:38:05.095Zdflt 0.665237016
17612026-05-16T03:38:05.095Zkflt 0.025785614
17622026-05-16T03:38:05.095Zlock 22:27.522219154
17632026-05-16T03:38:05.095Zslp 21:07.815536259
17642026-05-16T03:38:05.095Zlat 40.428698168
17652026-05-16T03:38:05.095Zstop 1:54.265625814
17662026-05-16T03:38:05.095Z+ banner hack-check
17672026-05-16T03:38:05.095Z
17682026-05-16T03:38:05.095Z # # ## #### # # #### # # ###### #### # #
17692026-05-16T03:38:05.095Z # # # # # # # # # # # # # # # # #
17702026-05-16T03:38:05.095Z ###### # # # #### ##### # ###### ##### # ####
17712026-05-16T03:38:05.096Z # # ###### # # # # # # # # # #
17722026-05-16T03:38:05.096Z # # # # # # # # # # # # # # # # #
17732026-05-16T03:38:05.096Z # # # # #### # # #### # # ###### #### # #
17742026-05-16T03:38:05.096Z
17752026-05-16T03:38:05.096Z+ export CARGO_INCREMENTAL=0
17762026-05-16T03:38:05.096Z+ CARGO_INCREMENTAL=0
17772026-05-16T03:38:05.096Z+ ptime -m timeout 2h cargo xtask check-features --ci
17782026-05-16T03:38:05.630Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17792026-05-16T03:38:05.855Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17802026-05-16T03:38:07.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.58s
17812026-05-16T03:38:07.829Z Running `target/debug/xtask check-features --ci`
17822026-05-16T03:38:07.870Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17832026-05-16T03:38:07.871Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17842026-05-16T03:38:08.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
17852026-05-16T03:38:08.361Z Running `target/debug/xtask download cargo-hack`
17862026-05-16T03:38:09.118Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17872026-05-16T03:38:09.427Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17882026-05-16T03:38:11.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.55s
17892026-05-16T03:38:12.091Z Running `target/debug/xtask-downloader cargo-hack`
17902026-05-16T03:38:12.120ZMay 16 03:38:11.215 INFO Starting download, target: CargoHack
17912026-05-16T03:38:12.133ZMay 16 03:38:11.215 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17922026-05-16T03:38:12.338ZMay 16 03:38:11.428 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17932026-05-16T03:38:12.389ZMay 16 03:38:11.479 INFO Download complete, target: CargoHack
17942026-05-16T03:38:12.396Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
17952026-05-16T03:38:12.403Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17962026-05-16T03:38:12.557Zinfo: running `cargo check --bins` on api_identity (1/276)
17972026-05-16T03:38:13.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17982026-05-16T03:38:13.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17992026-05-16T03:38:13.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18002026-05-16T03:38:13.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18012026-05-16T03:38:13.155Z
18022026-05-16T03:38:13.155Zinfo: running `cargo check --bins` on bootstore (2/276)
18032026-05-16T03:38:13.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18042026-05-16T03:38:13.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18052026-05-16T03:38:13.646Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18062026-05-16T03:38:13.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18072026-05-16T03:38:13.732Z
18082026-05-16T03:38:13.732Zinfo: running `cargo check --bins` on omicron-ledger (3/276)
18092026-05-16T03:38:14.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18102026-05-16T03:38:14.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18112026-05-16T03:38:14.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18122026-05-16T03:38:14.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18132026-05-16T03:38:14.720Z
18142026-05-16T03:38:14.720Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/276)
18152026-05-16T03:38:14.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18162026-05-16T03:38:14.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18172026-05-16T03:38:14.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18182026-05-16T03:38:14.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18192026-05-16T03:38:14.903Z
18202026-05-16T03:38:14.903Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/276)
18212026-05-16T03:38:15.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18222026-05-16T03:38:15.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18232026-05-16T03:38:15.415Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18242026-05-16T03:38:15.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18252026-05-16T03:38:15.499Z
18262026-05-16T03:38:15.499Zinfo: running `cargo check --bins` on omicron-certificates (6/276)
18272026-05-16T03:38:16.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18282026-05-16T03:38:16.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18292026-05-16T03:38:16.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18302026-05-16T03:38:16.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18312026-05-16T03:38:16.093Z
18322026-05-16T03:38:16.093Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/276)
18332026-05-16T03:38:16.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18342026-05-16T03:38:16.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18352026-05-16T03:38:16.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18362026-05-16T03:38:16.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18372026-05-16T03:38:16.688Z
18382026-05-16T03:38:16.688Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/276)
18392026-05-16T03:38:17.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18402026-05-16T03:38:17.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18412026-05-16T03:38:17.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18422026-05-16T03:38:17.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18432026-05-16T03:38:17.291Z
18442026-05-16T03:38:17.291Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/276)
18452026-05-16T03:38:17.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18462026-05-16T03:38:17.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18472026-05-16T03:38:17.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18482026-05-16T03:38:17.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18492026-05-16T03:38:17.769Z
18502026-05-16T03:38:17.769Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/276)
18512026-05-16T03:38:18.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18522026-05-16T03:38:18.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18532026-05-16T03:38:18.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18542026-05-16T03:38:18.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18552026-05-16T03:38:18.254Z
18562026-05-16T03:38:18.254Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/276)
18572026-05-16T03:38:19.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18582026-05-16T03:38:19.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18592026-05-16T03:38:19.072Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18602026-05-16T03:38:19.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18612026-05-16T03:38:19.072Z
18622026-05-16T03:38:19.073Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/276)
18632026-05-16T03:38:19.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18642026-05-16T03:38:19.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18652026-05-16T03:38:19.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18662026-05-16T03:38:19.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18672026-05-16T03:38:19.205Z
18682026-05-16T03:38:19.205Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/276)
18692026-05-16T03:38:19.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18702026-05-16T03:38:19.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18712026-05-16T03:38:19.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18722026-05-16T03:38:19.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18732026-05-16T03:38:19.674Z
18742026-05-16T03:38:19.674Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/276)
18752026-05-16T03:38:20.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18762026-05-16T03:38:20.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18772026-05-16T03:38:20.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18782026-05-16T03:38:20.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18792026-05-16T03:38:20.149Z
18802026-05-16T03:38:20.150Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/276)
18812026-05-16T03:38:20.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18822026-05-16T03:38:20.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18832026-05-16T03:38:20.580Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18842026-05-16T03:38:20.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18852026-05-16T03:38:20.614Z
18862026-05-16T03:38:20.614Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/276)
18872026-05-16T03:38:21.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18882026-05-16T03:38:21.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18892026-05-16T03:38:21.039Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18902026-05-16T03:38:21.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18912026-05-16T03:38:21.091Z
18922026-05-16T03:38:21.091Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/276)
18932026-05-16T03:38:21.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18942026-05-16T03:38:21.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18952026-05-16T03:38:21.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18962026-05-16T03:38:21.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18972026-05-16T03:38:21.567Z
18982026-05-16T03:38:21.567Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/276)
18992026-05-16T03:38:21.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19002026-05-16T03:38:21.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19012026-05-16T03:38:21.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19022026-05-16T03:38:21.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19032026-05-16T03:38:22.046Z
19042026-05-16T03:38:22.046Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/276)
19052026-05-16T03:38:22.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19062026-05-16T03:38:22.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19072026-05-16T03:38:22.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19082026-05-16T03:38:22.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19092026-05-16T03:38:22.919Z
19102026-05-16T03:38:22.919Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/276)
19112026-05-16T03:38:22.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19122026-05-16T03:38:22.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19132026-05-16T03:38:22.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19142026-05-16T03:38:22.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19152026-05-16T03:38:22.987Z
19162026-05-16T03:38:22.987Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/276)
19172026-05-16T03:38:23.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19182026-05-16T03:38:23.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19192026-05-16T03:38:23.811Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19202026-05-16T03:38:23.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19212026-05-16T03:38:23.816Z
19222026-05-16T03:38:23.816Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/276)
19232026-05-16T03:38:23.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19242026-05-16T03:38:23.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19252026-05-16T03:38:23.879Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19262026-05-16T03:38:23.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19272026-05-16T03:38:23.942Z
19282026-05-16T03:38:23.942Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/276)
19292026-05-16T03:38:24.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19302026-05-16T03:38:24.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19312026-05-16T03:38:24.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19322026-05-16T03:38:24.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19332026-05-16T03:38:24.438Z
19342026-05-16T03:38:24.438Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/276)
19352026-05-16T03:38:24.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19362026-05-16T03:38:24.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19372026-05-16T03:38:24.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19382026-05-16T03:38:24.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19392026-05-16T03:38:24.897Z
19402026-05-16T03:38:24.897Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/276)
19412026-05-16T03:38:25.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19422026-05-16T03:38:25.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19432026-05-16T03:38:25.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19442026-05-16T03:38:25.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19452026-05-16T03:38:25.377Z
19462026-05-16T03:38:25.377Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/276)
19472026-05-16T03:38:25.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19482026-05-16T03:38:25.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19492026-05-16T03:38:25.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19502026-05-16T03:38:25.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19512026-05-16T03:38:25.901Z
19522026-05-16T03:38:25.901Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/276)
19532026-05-16T03:38:26.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19542026-05-16T03:38:26.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19552026-05-16T03:38:26.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19562026-05-16T03:38:26.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19572026-05-16T03:38:26.347Z
19582026-05-16T03:38:26.347Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/276)
19592026-05-16T03:38:26.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19602026-05-16T03:38:26.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19612026-05-16T03:38:26.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19622026-05-16T03:38:26.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19632026-05-16T03:38:26.827Z
19642026-05-16T03:38:26.828Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/276)
19652026-05-16T03:38:27.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19662026-05-16T03:38:27.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19672026-05-16T03:38:27.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19682026-05-16T03:38:27.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19692026-05-16T03:38:27.288Z
19702026-05-16T03:38:27.288Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/276)
19712026-05-16T03:38:27.695Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19722026-05-16T03:38:27.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19732026-05-16T03:38:27.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19742026-05-16T03:38:27.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19752026-05-16T03:38:27.772Z
19762026-05-16T03:38:27.772Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/276)
19772026-05-16T03:38:28.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19782026-05-16T03:38:28.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19792026-05-16T03:38:28.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19802026-05-16T03:38:28.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19812026-05-16T03:38:28.897Z
19822026-05-16T03:38:28.897Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/276)
19832026-05-16T03:38:28.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19842026-05-16T03:38:28.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19852026-05-16T03:38:28.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19862026-05-16T03:38:28.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19872026-05-16T03:38:28.897Z
19882026-05-16T03:38:28.897Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/276)
19892026-05-16T03:38:29.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19902026-05-16T03:38:29.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19912026-05-16T03:38:29.112Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19922026-05-16T03:38:29.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19932026-05-16T03:38:29.579Z
19942026-05-16T03:38:29.579Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/276)
19952026-05-16T03:38:29.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19962026-05-16T03:38:29.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19972026-05-16T03:38:29.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19982026-05-16T03:38:29.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19992026-05-16T03:38:29.647Z
20002026-05-16T03:38:29.648Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/276)
20012026-05-16T03:38:30.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20022026-05-16T03:38:30.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20032026-05-16T03:38:30.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20042026-05-16T03:38:30.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20052026-05-16T03:38:30.125Z
20062026-05-16T03:38:30.125Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/276)
20072026-05-16T03:38:30.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20082026-05-16T03:38:30.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20092026-05-16T03:38:30.543Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20102026-05-16T03:38:30.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20112026-05-16T03:38:30.603Z
20122026-05-16T03:38:30.603Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/276)
20132026-05-16T03:38:31.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20142026-05-16T03:38:31.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20152026-05-16T03:38:31.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20162026-05-16T03:38:31.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20172026-05-16T03:38:31.084Z
20182026-05-16T03:38:31.084Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/276)
20192026-05-16T03:38:31.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20202026-05-16T03:38:31.491Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20212026-05-16T03:38:31.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20222026-05-16T03:38:31.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20232026-05-16T03:38:31.543Z
20242026-05-16T03:38:31.543Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/276)
20252026-05-16T03:38:31.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20262026-05-16T03:38:32.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20272026-05-16T03:38:32.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20282026-05-16T03:38:32.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20292026-05-16T03:38:32.027Z
20302026-05-16T03:38:32.027Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/276)
20312026-05-16T03:38:32.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20322026-05-16T03:38:32.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20332026-05-16T03:38:32.431Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20342026-05-16T03:38:32.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20352026-05-16T03:38:32.493Z
20362026-05-16T03:38:32.493Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/276)
20372026-05-16T03:38:32.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20382026-05-16T03:38:32.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20392026-05-16T03:38:32.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20402026-05-16T03:38:32.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20412026-05-16T03:38:32.964Z
20422026-05-16T03:38:32.964Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/276)
20432026-05-16T03:38:33.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20442026-05-16T03:38:33.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20452026-05-16T03:38:33.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20462026-05-16T03:38:33.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20472026-05-16T03:38:33.452Z
20482026-05-16T03:38:33.452Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/276)
20492026-05-16T03:38:33.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20502026-05-16T03:38:33.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20512026-05-16T03:38:33.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20522026-05-16T03:38:33.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20532026-05-16T03:38:33.927Z
20542026-05-16T03:38:33.927Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/276)
20552026-05-16T03:38:34.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20562026-05-16T03:38:34.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20572026-05-16T03:38:34.341Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20582026-05-16T03:38:34.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20592026-05-16T03:38:34.397Z
20602026-05-16T03:38:34.397Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/276)
20612026-05-16T03:38:34.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20622026-05-16T03:38:34.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20632026-05-16T03:38:34.817Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20642026-05-16T03:38:34.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20652026-05-16T03:38:34.871Z
20662026-05-16T03:38:34.871Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/276)
20672026-05-16T03:38:35.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20682026-05-16T03:38:35.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20692026-05-16T03:38:35.286Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20702026-05-16T03:38:35.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20712026-05-16T03:38:35.347Z
20722026-05-16T03:38:35.347Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/276)
20732026-05-16T03:38:35.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20742026-05-16T03:38:35.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20752026-05-16T03:38:35.807Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20762026-05-16T03:38:35.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20772026-05-16T03:38:35.831Z
20782026-05-16T03:38:35.831Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/276)
20792026-05-16T03:38:36.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20802026-05-16T03:38:36.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20812026-05-16T03:38:36.240Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20822026-05-16T03:38:36.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20832026-05-16T03:38:36.298Z
20842026-05-16T03:38:36.298Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/276)
20852026-05-16T03:38:36.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20862026-05-16T03:38:37.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20872026-05-16T03:38:37.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20882026-05-16T03:38:37.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20892026-05-16T03:38:37.256Z
20902026-05-16T03:38:37.256Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/276)
20912026-05-16T03:38:37.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20922026-05-16T03:38:37.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20932026-05-16T03:38:37.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20942026-05-16T03:38:37.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20952026-05-16T03:38:37.893Z
20962026-05-16T03:38:37.893Zinfo: running `cargo check --bins` on nexus-config (51/276)
20972026-05-16T03:38:38.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20982026-05-16T03:38:38.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20992026-05-16T03:38:38.123Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21002026-05-16T03:38:38.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21012026-05-16T03:38:38.229Z
21022026-05-16T03:38:38.229Zinfo: running `cargo check --bins` on nexus-types (52/276)
21032026-05-16T03:38:38.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21042026-05-16T03:38:38.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21052026-05-16T03:38:38.768Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21062026-05-16T03:38:38.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21072026-05-16T03:38:38.866Z
21082026-05-16T03:38:38.866Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/276)
21092026-05-16T03:38:39.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21102026-05-16T03:38:39.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21112026-05-16T03:38:39.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21122026-05-16T03:38:39.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21132026-05-16T03:38:39.469Z
21142026-05-16T03:38:39.469Zinfo: running `cargo check --bins` on omicron-passwords (54/276)
21152026-05-16T03:38:39.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21162026-05-16T03:38:39.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21172026-05-16T03:38:39.972Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21182026-05-16T03:38:39.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21192026-05-16T03:38:40.061Z
21202026-05-16T03:38:40.061Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/276)
21212026-05-16T03:38:40.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21222026-05-16T03:38:40.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21232026-05-16T03:38:40.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21242026-05-16T03:38:40.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21252026-05-16T03:38:40.666Z
21262026-05-16T03:38:40.666Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/276)
21272026-05-16T03:38:41.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21282026-05-16T03:38:41.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21292026-05-16T03:38:41.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21302026-05-16T03:38:41.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21312026-05-16T03:38:41.276Z
21322026-05-16T03:38:41.276Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/276)
21332026-05-16T03:38:42.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21342026-05-16T03:38:42.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21352026-05-16T03:38:42.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21362026-05-16T03:38:42.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21372026-05-16T03:38:42.232Z
21382026-05-16T03:38:42.232Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/276)
21392026-05-16T03:38:42.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21402026-05-16T03:38:42.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21412026-05-16T03:38:42.423Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21422026-05-16T03:38:42.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21432026-05-16T03:38:42.491Z
21442026-05-16T03:38:42.491Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/276)
21452026-05-16T03:38:43.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21462026-05-16T03:38:43.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21472026-05-16T03:38:43.045Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21482026-05-16T03:38:43.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21492026-05-16T03:38:43.095Z
21502026-05-16T03:38:43.095Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/276)
21512026-05-16T03:38:43.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21522026-05-16T03:38:44.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21532026-05-16T03:38:44.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21542026-05-16T03:38:44.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21552026-05-16T03:38:44.038Z
21562026-05-16T03:38:44.038Zinfo: running `cargo check --bins --no-default-features` on gfss (61/276)
21572026-05-16T03:38:44.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21582026-05-16T03:38:44.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21592026-05-16T03:38:44.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21602026-05-16T03:38:44.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21612026-05-16T03:38:44.264Z
21622026-05-16T03:38:44.264Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/276)
21632026-05-16T03:38:44.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21642026-05-16T03:38:44.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21652026-05-16T03:38:44.767Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21662026-05-16T03:38:44.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21672026-05-16T03:38:44.853Z
21682026-05-16T03:38:44.853Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/276)
21692026-05-16T03:38:45.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21702026-05-16T03:38:45.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21712026-05-16T03:38:45.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21722026-05-16T03:38:45.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21732026-05-16T03:38:45.485Z
21742026-05-16T03:38:45.485Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/276)
21752026-05-16T03:38:45.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21762026-05-16T03:38:45.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21772026-05-16T03:38:45.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21782026-05-16T03:38:45.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21792026-05-16T03:38:46.087Z
21802026-05-16T03:38:46.087Zinfo: running `cargo check --bins` on cockroach-admin-types (65/276)
21812026-05-16T03:38:46.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21822026-05-16T03:38:46.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21832026-05-16T03:38:46.636Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21842026-05-16T03:38:46.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21852026-05-16T03:38:46.673Z
21862026-05-16T03:38:46.673Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/276)
21872026-05-16T03:38:47.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21882026-05-16T03:38:47.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21892026-05-16T03:38:47.190Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21902026-05-16T03:38:47.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21912026-05-16T03:38:47.253Z
21922026-05-16T03:38:47.253Zinfo: running `cargo check --bins` on ereport-types (67/276)
21932026-05-16T03:38:47.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21942026-05-16T03:38:47.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21952026-05-16T03:38:47.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21962026-05-16T03:38:47.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21972026-05-16T03:38:47.852Z
21982026-05-16T03:38:47.852Zinfo: running `cargo check --bins` on gateway-client (68/276)
21992026-05-16T03:38:48.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22002026-05-16T03:38:48.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22012026-05-16T03:38:48.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22022026-05-16T03:38:48.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22032026-05-16T03:38:48.452Z
22042026-05-16T03:38:48.453Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/276)
22052026-05-16T03:38:48.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22062026-05-16T03:38:48.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22072026-05-16T03:38:48.970Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22082026-05-16T03:38:48.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22092026-05-16T03:38:49.058Z
22102026-05-16T03:38:49.058Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/276)
22112026-05-16T03:38:49.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22122026-05-16T03:38:49.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22132026-05-16T03:38:49.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22142026-05-16T03:38:49.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22152026-05-16T03:38:49.660Z
22162026-05-16T03:38:49.660Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/276)
22172026-05-16T03:38:50.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22182026-05-16T03:38:50.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22192026-05-16T03:38:50.171Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22202026-05-16T03:38:50.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22212026-05-16T03:38:50.583Z
22222026-05-16T03:38:50.583Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/276)
22232026-05-16T03:38:50.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22242026-05-16T03:38:50.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22252026-05-16T03:38:50.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22262026-05-16T03:38:50.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22272026-05-16T03:38:50.859Z
22282026-05-16T03:38:50.859Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/276)
22292026-05-16T03:38:51.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22302026-05-16T03:38:51.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22312026-05-16T03:38:51.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22322026-05-16T03:38:51.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22332026-05-16T03:38:51.478Z
22342026-05-16T03:38:51.478Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/276)
22352026-05-16T03:38:52.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22362026-05-16T03:38:52.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22372026-05-16T03:38:52.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22382026-05-16T03:38:52.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22392026-05-16T03:38:52.101Z
22402026-05-16T03:38:52.101Zinfo: running `cargo check --bins` on key-manager-types (75/276)
22412026-05-16T03:38:52.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22422026-05-16T03:38:52.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22432026-05-16T03:38:52.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22442026-05-16T03:38:52.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22452026-05-16T03:38:52.690Z
22462026-05-16T03:38:52.690Zinfo: running `cargo check --bins` on oxlog (76/276)
22472026-05-16T03:38:53.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22482026-05-16T03:38:53.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22492026-05-16T03:38:53.335Z Checking cfg-if v1.0.4
22502026-05-16T03:38:53.377Z Checking libc v0.2.185
22512026-05-16T03:38:53.377Z Checking serde_core v1.0.228
22522026-05-16T03:38:53.464Z Checking zeroize v1.8.2
22532026-05-16T03:38:53.474Z Checking memchr v2.8.0
22542026-05-16T03:38:53.475Z Checking log v0.4.29
22552026-05-16T03:38:53.475Z Checking smallvec v1.15.1
22562026-05-16T03:38:53.475Z Checking typenum v1.19.0
22572026-05-16T03:38:53.502Z Checking subtle v2.6.1
22582026-05-16T03:38:53.604Z Checking itoa v1.0.17
22592026-05-16T03:38:53.702Z Checking scopeguard v1.2.0
22602026-05-16T03:38:53.703Z Checking stable_deref_trait v1.2.1
22612026-05-16T03:38:53.751Z Checking const-oid v0.9.6
22622026-05-16T03:38:53.751Z Checking zerofrom v0.1.6
22632026-05-16T03:38:53.751Z Checking lock_api v0.4.14
22642026-05-16T03:38:53.752Z Checking pin-project-lite v0.2.17
22652026-05-16T03:38:53.822Z Checking yoke v0.8.1
22662026-05-16T03:38:53.868Z Checking portable-atomic v1.13.1
22672026-05-16T03:38:53.869Z Checking futures-core v0.3.32
22682026-05-16T03:38:53.896Z Checking getrandom v0.2.17
22692026-05-16T03:38:53.908Z Checking errno v0.3.14
22702026-05-16T03:38:53.936Z Checking parking_lot_core v0.9.12
22712026-05-16T03:38:53.974Z Checking zerovec v0.11.5
22722026-05-16T03:38:53.989Z Checking rand_core v0.6.4
22732026-05-16T03:38:54.004Z Checking generic-array v0.14.7
22742026-05-16T03:38:54.018Z Checking signal-hook-registry v1.4.8
22752026-05-16T03:38:54.145Z Checking critical-section v1.2.0
22762026-05-16T03:38:54.151Z Checking parking_lot v0.12.5
22772026-05-16T03:38:54.198Z Checking mio v1.2.0
22782026-05-16T03:38:54.215Z Checking zerocopy v0.8.40
22792026-05-16T03:38:54.229Z Checking once_cell v1.21.3
22802026-05-16T03:38:54.291Z Checking zmij v1.0.21
22812026-05-16T03:38:54.358Z Checking socket2 v0.6.3
22822026-05-16T03:38:54.399Z Checking libm v0.2.16
22832026-05-16T03:38:54.421Z Checking tinystr v0.8.2
22842026-05-16T03:38:54.441Z Checking crypto-common v0.1.7
22852026-05-16T03:38:54.459Z Checking block-buffer v0.10.4
22862026-05-16T03:38:54.504Z Checking litemap v0.8.1
22872026-05-16T03:38:54.551Z Checking percent-encoding v2.3.2
22882026-05-16T03:38:54.982Z Checking equivalent v1.0.2
22892026-05-16T03:38:55.010Z Checking digest v0.10.7
22902026-05-16T03:38:55.010Z Checking writeable v0.6.2
22912026-05-16T03:38:55.011Z Checking potential_utf v0.1.4
22922026-05-16T03:38:55.011Z Checking zerotrie v0.2.3
22932026-05-16T03:38:55.011Z Checking futures-sink v0.3.32
22942026-05-16T03:38:55.166Z Checking icu_locale_core v2.1.1
22952026-05-16T03:38:55.166Z Checking futures-channel v0.3.32
22962026-05-16T03:38:55.166Z Checking slab v0.4.12
22972026-05-16T03:38:55.166Z Checking icu_collections v2.1.1
22982026-05-16T03:38:55.166Z Checking serde v1.0.228
22992026-05-16T03:38:55.166Z Checking bitflags v2.11.0
23002026-05-16T03:38:55.166Z Checking serde_json v1.0.149
23012026-05-16T03:38:55.166Z Checking cpufeatures v0.2.17
23022026-05-16T03:38:55.167Z Checking futures-task v0.3.32
23032026-05-16T03:38:55.167Z Checking futures-io v0.3.32
23042026-05-16T03:38:55.167Z Checking num-traits v0.2.19
23052026-05-16T03:38:55.167Z Checking hmac v0.12.1
23062026-05-16T03:38:55.207Z Checking icu_normalizer_data v2.1.1
23072026-05-16T03:38:55.228Z Checking futures-util v0.3.32
23082026-05-16T03:38:55.271Z Checking icu_properties_data v2.1.2
23092026-05-16T03:38:55.282Z Checking hashbrown v0.17.0
23102026-05-16T03:38:55.307Z Checking bytes v1.11.1
23112026-05-16T03:38:55.331Z Checking icu_provider v2.1.1
23122026-05-16T03:38:55.805Z Checking rand_core v0.10.0
23132026-05-16T03:38:55.858Z Checking getrandom v0.4.1
23142026-05-16T03:38:55.858Z Checking icu_normalizer v2.1.1
23152026-05-16T03:38:55.858Z Checking icu_properties v2.1.2
23162026-05-16T03:38:55.858Z Checking block-padding v0.3.3
23172026-05-16T03:38:55.858Z Checking utf8_iter v1.0.4
23182026-05-16T03:38:55.858Z Checking tokio v1.52.1
23192026-05-16T03:38:55.858Z Checking indexmap v2.14.0
23202026-05-16T03:38:55.858Z Checking inout v0.1.4
23212026-05-16T03:38:55.859Z Checking sha2 v0.10.9
23222026-05-16T03:38:55.923Z Checking form_urlencoded v1.2.2
23232026-05-16T03:38:55.971Z Checking cipher v0.4.4
23242026-05-16T03:38:55.999Z Checking getrandom v0.3.4
23252026-05-16T03:38:56.069Z Checking byteorder v1.5.0
23262026-05-16T03:38:56.102Z Checking base64ct v1.8.3
23272026-05-16T03:38:56.102Z Checking fnv v1.0.7
23282026-05-16T03:38:56.240Z Checking flagset v0.4.7
23292026-05-16T03:38:56.338Z Checking rand_core v0.9.5
23302026-05-16T03:38:56.376Z Checking http v1.4.0
23312026-05-16T03:38:56.376Z Checking regex-syntax v0.8.10
23322026-05-16T03:38:56.377Z Checking pem-rfc7468 v0.7.0
23332026-05-16T03:38:56.406Z Checking idna_adapter v1.2.1
23342026-05-16T03:38:56.439Z Checking salsa20 v0.10.2
23352026-05-16T03:38:56.504Z Checking der v0.7.10
23362026-05-16T03:38:56.518Z Checking idna v1.1.0
23372026-05-16T03:38:56.584Z Checking uuid v1.23.0
23382026-05-16T03:38:56.754Z Checking url v2.5.8
23392026-05-16T03:38:56.826Z Checking pbkdf2 v0.12.2
23402026-05-16T03:38:56.873Z Checking rustix v1.1.3
23412026-05-16T03:38:56.948Z Checking tracing-core v0.1.36
23422026-05-16T03:38:56.976Z Checking ppv-lite86 v0.2.21
23432026-05-16T03:38:57.137Z Checking rustls-pki-types v1.14.0
23442026-05-16T03:38:57.189Z Checking iana-time-zone v0.1.65
23452026-05-16T03:38:57.311Z Checking spki v0.7.3
23462026-05-16T03:38:57.340Z Checking base64 v0.22.1
23472026-05-16T03:38:57.340Z Checking rand_chacha v0.9.0
23482026-05-16T03:38:57.340Z Checking chrono v0.4.44
23492026-05-16T03:38:57.382Z Checking tracing v0.1.44
23502026-05-16T03:38:57.397Z Checking scrypt v0.11.0
23512026-05-16T03:38:57.428Z Checking http-body v1.0.1
23522026-05-16T03:38:57.461Z Checking cbc v0.1.2
23532026-05-16T03:38:57.519Z Checking aes v0.8.4
23542026-05-16T03:38:57.559Z Checking aws-lc-sys v0.40.0
23552026-05-16T03:38:57.571Z Checking untrusted v0.7.1
23562026-05-16T03:38:57.584Z Checking tinyvec_macros v0.1.1
23572026-05-16T03:38:57.621Z Checking openssl-probe v0.2.1
23582026-05-16T03:38:57.652Z Checking untrusted v0.9.0
23592026-05-16T03:38:57.682Z Checking tinyvec v1.10.0
23602026-05-16T03:38:57.695Z Checking rand v0.9.2
23612026-05-16T03:38:58.111Z Checking atomic-waker v1.1.2
23622026-05-16T03:38:58.178Z Checking ring v0.17.14
23632026-05-16T03:38:58.178Z Checking try-lock v0.2.5
23642026-05-16T03:38:58.178Z Checking pkcs5 v0.7.1
23652026-05-16T03:38:58.178Z Checking tower-layer v0.3.3
23662026-05-16T03:38:58.178Z Checking tower-service v0.3.3
23672026-05-16T03:38:58.178Z Checking aws-lc-rs v1.16.3
23682026-05-16T03:38:58.178Z Checking want v0.3.1
23692026-05-16T03:38:58.178Z Checking ipnet v2.11.0
23702026-05-16T03:38:58.235Z Checking httparse v1.10.1
23712026-05-16T03:38:58.235Z Checking pkcs8 v0.10.2
23722026-05-16T03:38:58.235Z Checking aho-corasick v1.1.4
23732026-05-16T03:38:58.274Z Checking pin-utils v0.1.0
23742026-05-16T03:38:58.293Z Checking dyn-clone v1.0.20
23752026-05-16T03:38:58.323Z Checking plain v0.2.3
23762026-05-16T03:38:58.335Z Checking fastrand v2.3.0
23772026-05-16T03:38:58.352Z Checking httpdate v1.0.3
23782026-05-16T03:38:58.357Z Checking foreign-types-shared v0.1.1
23792026-05-16T03:38:58.470Z Checking unicode-normalization v0.1.25
23802026-05-16T03:38:58.497Z Checking foreign-types v0.3.2
23812026-05-16T03:38:58.514Z Checking semver v1.0.28
23822026-05-16T03:38:58.514Z Checking openssl-sys v0.9.115
23832026-05-16T03:38:58.525Z Checking tempfile v3.25.0
23842026-05-16T03:38:58.700Z Checking spin v0.9.8
23852026-05-16T03:38:58.711Z Checking unicode-ident v1.0.24
23862026-05-16T03:38:58.738Z Checking ucd-trie v0.1.7
23872026-05-16T03:38:58.816Z Checking proc-macro2 v1.0.106
23882026-05-16T03:38:58.828Z Checking regex-automata v0.4.14
23892026-05-16T03:38:58.904Z Checking schemars v0.8.22
23902026-05-16T03:38:59.039Z Checking pest v2.8.6
23912026-05-16T03:38:59.039Z Checking openssl v0.10.79
23922026-05-16T03:38:59.039Z Checking rustls-webpki v0.103.9
23932026-05-16T03:38:59.039Z Checking rustls-native-certs v0.8.3
23942026-05-16T03:38:59.075Z Checking tokio-util v0.7.18
23952026-05-16T03:38:59.075Z Checking thiserror v2.0.18
23962026-05-16T03:38:59.143Z Checking sync_wrapper v1.0.2
23972026-05-16T03:38:59.189Z Checking wait-timeout v0.2.1
23982026-05-16T03:38:59.233Z Checking quick-error v1.2.3
23992026-05-16T03:38:59.274Z Checking utf8parse v0.2.2
24002026-05-16T03:38:59.307Z Checking rustls v0.23.37
24012026-05-16T03:38:59.320Z Checking powerfmt v0.2.0
24022026-05-16T03:38:59.343Z Checking bit-vec v0.8.0
24032026-05-16T03:38:59.465Z Checking simd-adler32 v0.3.8
24042026-05-16T03:38:59.478Z Checking siphasher v1.0.2
24052026-05-16T03:38:59.559Z Checking h2 v0.4.13
24062026-05-16T03:38:59.597Z Checking pretty-hex v0.4.1
24072026-05-16T03:39:00.038Z Checking anstyle v1.0.13
24082026-05-16T03:39:00.096Z Checking bit-set v0.8.0
24092026-05-16T03:39:00.096Z Checking deranged v0.5.8
24102026-05-16T03:39:00.096Z Checking anstyle-parse v0.2.7
24112026-05-16T03:39:00.096Z Checking rusty-fork v0.3.1
24122026-05-16T03:39:00.096Z Checking tower v0.5.3
24132026-05-16T03:39:00.096Z Checking quote v1.0.45
24142026-05-16T03:39:00.097Z Compiling newtype-uuid v1.3.2
24152026-05-16T03:39:00.625Z Checking http-body-util v0.1.3
24162026-05-16T03:39:01.087Z Checking webpki-roots v1.0.6
24172026-05-16T03:39:01.087Z Checking crossbeam-utils v0.8.21
24182026-05-16T03:39:01.087Z Checking rand_xorshift v0.4.0
24192026-05-16T03:39:01.087Z Checking crc32fast v1.5.0
24202026-05-16T03:39:01.087Z Checking scroll v0.13.0
24212026-05-16T03:39:01.087Z Checking signature v2.2.0
24222026-05-16T03:39:01.088Z Checking anstyle-query v1.1.5
24232026-05-16T03:39:01.088Z Checking iri-string v0.7.10
24242026-05-16T03:39:01.088Z Checking colorchoice v1.0.4
24252026-05-16T03:39:01.179Z Checking is_terminal_polyfill v1.70.2
24262026-05-16T03:39:01.179Z Checking adler2 v2.0.1
24272026-05-16T03:39:01.179Z Checking unicode-bidi v0.3.18
24282026-05-16T03:39:01.180Z Checking allocator-api2 v0.2.21
24292026-05-16T03:39:01.180Z Checking ryu v1.0.23
24302026-05-16T03:39:01.180Z Checking num_threads v0.1.7
24312026-05-16T03:39:01.180Z Checking unicode-properties v0.1.4
24322026-05-16T03:39:01.180Z Checking time-core v0.1.8
24332026-05-16T03:39:01.181Z Checking native-tls v0.2.18
24342026-05-16T03:39:01.181Z Checking num-conv v0.2.0
24352026-05-16T03:39:01.181Z Checking unarray v0.1.4
24362026-05-16T03:39:01.181Z Checking serde_urlencoded v0.7.1
24372026-05-16T03:39:01.181Z Checking stringprep v0.1.5
24382026-05-16T03:39:01.181Z Checking time v0.3.47
24392026-05-16T03:39:01.181Z Checking tokio-native-tls v0.3.1
24402026-05-16T03:39:01.181Z Checking proptest v1.10.0
24412026-05-16T03:39:01.232Z Checking miniz_oxide v0.8.9
24422026-05-16T03:39:01.251Z Checking anstream v0.6.21
24432026-05-16T03:39:01.278Z Checking bstr v1.12.1
24442026-05-16T03:39:01.423Z Checking goblin v0.10.5
24452026-05-16T03:39:01.542Z Checking crossbeam-epoch v0.9.18
24462026-05-16T03:39:01.617Z Checking tower-http v0.6.8
24472026-05-16T03:39:01.628Z Compiling daft v0.1.5
24482026-05-16T03:39:01.675Z Checking tokio-rustls v0.26.4
24492026-05-16T03:39:01.834Z Checking syn v2.0.117
24502026-05-16T03:39:01.895Z Checking ipnetwork v0.21.1
24512026-05-16T03:39:01.909Z Checking rand_chacha v0.3.1
24522026-05-16T03:39:01.914Z Checking scroll v0.12.0
24532026-05-16T03:39:02.101Z Checking thiserror v1.0.69
24542026-05-16T03:39:02.113Z Checking zstd-sys v2.0.16+zstd.1.5.7
24552026-05-16T03:39:02.137Z Checking hash32 v0.2.1
24562026-05-16T03:39:02.579Z Checking hyper v1.8.1
24572026-05-16T03:39:02.582Z Checking num-integer v0.1.46
24582026-05-16T03:39:02.582Z Checking toml_datetime v0.6.11
24592026-05-16T03:39:02.582Z Checking serde_spanned v0.6.9
24602026-05-16T03:39:02.582Z Checking md-5 v0.10.6
24612026-05-16T03:39:02.582Z Checking ff v0.13.1
24622026-05-16T03:39:02.583Z Checking encoding_rs v0.8.35
24632026-05-16T03:39:02.583Z Checking fallible-iterator v0.2.0
24642026-05-16T03:39:02.583Z Checking base16ct v0.2.0
24652026-05-16T03:39:02.583Z Checking psl-types v2.0.11
24662026-05-16T03:39:02.583Z Checking mime v0.3.17
24672026-05-16T03:39:02.583Z Checking zlib-rs v0.6.2
24682026-05-16T03:39:02.673Z Checking postgres-protocol v0.6.10
24692026-05-16T03:39:02.719Z Checking publicsuffix v2.3.0
24702026-05-16T03:39:02.901Z Compiling iddqd v0.3.18
24712026-05-16T03:39:02.981Z Checking sec1 v0.7.3
24722026-05-16T03:39:03.025Z Checking group v0.13.0
24732026-05-16T03:39:03.069Z Checking hyper-util v0.1.20
24742026-05-16T03:39:03.176Z Checking num-iter v0.1.45
24752026-05-16T03:39:03.225Z Checking heapless v0.7.17
24762026-05-16T03:39:03.281Z Checking zstd-safe v7.2.4
24772026-05-16T03:39:03.307Z Checking cookie v0.18.1
24782026-05-16T03:39:03.466Z Checking goblin v0.8.2
24792026-05-16T03:39:03.499Z Checking flate2 v1.1.9
24802026-05-16T03:39:03.555Z Checking rand v0.8.6
24812026-05-16T03:39:03.599Z Checking oxnet v0.1.4
24822026-05-16T03:39:03.715Z Checking dof v0.4.0
24832026-05-16T03:39:03.753Z Checking dtrace-parser v0.3.0
24842026-05-16T03:39:03.833Z Checking phf_shared v0.13.1
24852026-05-16T03:39:03.987Z Checking lazy_static v1.5.0
24862026-05-16T03:39:03.999Z Checking pin-project v1.1.11
24872026-05-16T03:39:04.012Z Checking zerocopy v0.7.35
24882026-05-16T03:39:04.024Z Checking bzip2-sys v0.1.13+1.0.8
24892026-05-16T03:39:04.040Z Checking signal-hook v0.3.18
24902026-05-16T03:39:04.132Z Checking terminal_size v0.4.3
24912026-05-16T03:39:04.160Z Checking futures-executor v0.3.32
24922026-05-16T03:39:04.160Z Checking hex v0.4.3
24932026-05-16T03:39:04.179Z Checking hkdf v0.12.4
24942026-05-16T03:39:04.227Z Checking crypto-bigint v0.5.5
24952026-05-16T03:39:04.252Z Checking thread-id v5.1.0
24962026-05-16T03:39:04.310Z Checking libbz2-rs-sys v0.2.2
24972026-05-16T03:39:04.314Z Checking hyper-rustls v0.27.7
24982026-05-16T03:39:04.314Z Checking hyper-tls v0.6.0
24992026-05-16T03:39:04.344Z Checking clap_lex v1.0.0
25002026-05-16T03:39:04.350Z Compiling rayon-core v1.13.0
25012026-05-16T03:39:04.899Z Checking either v1.15.0
25022026-05-16T03:39:04.906Z Checking bitflags v1.3.2
25032026-05-16T03:39:04.906Z Checking managed v0.8.0
25042026-05-16T03:39:04.907Z Checking foldhash v0.1.5
25052026-05-16T03:39:04.907Z Checking foldhash v0.2.0
25062026-05-16T03:39:04.907Z Checking winnow v0.5.40
25072026-05-16T03:39:04.907Z Checking strsim v0.11.1
25082026-05-16T03:39:04.907Z Checking same-file v1.0.6
25092026-05-16T03:39:04.907Z Checking bumpalo v3.20.2
25102026-05-16T03:39:04.907Z Checking winnow v0.7.14
25112026-05-16T03:39:04.907Z Checking bzip2 v0.6.1
25122026-05-16T03:39:04.907Z Checking walkdir v2.5.0
25132026-05-16T03:39:04.907Z Checking clap_builder v4.5.60
25142026-05-16T03:39:04.907Z Checking smoltcp v0.9.1
25152026-05-16T03:39:04.907Z Checking zopfli v0.8.3
25162026-05-16T03:39:04.945Z Checking hashbrown v0.16.1
25172026-05-16T03:39:05.146Z Checking elliptic-curve v0.13.8
25182026-05-16T03:39:05.244Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25192026-05-16T03:39:05.354Z Checking dof v0.3.0
25202026-05-16T03:39:05.426Z Checking hashbrown v0.15.5
25212026-05-16T03:39:05.442Z Checking reqwest v0.12.28
25222026-05-16T03:39:05.474Z Checking usdt-impl v0.6.0
25232026-05-16T03:39:05.483Z Checking futures v0.3.32
25242026-05-16T03:39:05.555Z Checking signal-hook-mio v0.2.5
25252026-05-16T03:39:05.623Z Checking bzip2 v0.4.4
25262026-05-16T03:39:05.660Z Checking snafu v0.8.9
25272026-05-16T03:39:05.743Z Checking toml_edit v0.19.15
25282026-05-16T03:39:05.759Z Checking num-bigint-dig v0.8.6
25292026-05-16T03:39:05.785Z Checking phf v0.13.1
25302026-05-16T03:39:05.895Z Checking cookie_store v0.22.1
25312026-05-16T03:39:05.900Z Checking zstd v0.13.3
25322026-05-16T03:39:05.932Z Checking postgres-types v0.2.12
25332026-05-16T03:39:06.046Z Checking dtrace-parser v0.2.0
25342026-05-16T03:39:06.096Z Checking crossbeam-deque v0.8.6
25352026-05-16T03:39:06.125Z Checking rustls-platform-verifier v0.6.2
25362026-05-16T03:39:06.225Z Checking globset v0.4.18
25372026-05-16T03:39:06.243Z Checking regex v1.12.3
25382026-05-16T03:39:06.268Z Checking ed25519 v2.2.3
25392026-05-16T03:39:06.272Z Checking phf_shared v0.11.3
25402026-05-16T03:39:06.272Z Checking olpc-cjson v0.1.4
25412026-05-16T03:39:06.296Z Checking ref-cast v1.0.25
25422026-05-16T03:39:06.462Z Checking curve25519-dalek v4.1.3
25432026-05-16T03:39:06.491Z Checking strum v0.27.2
25442026-05-16T03:39:06.491Z Checking hubpack v0.1.2
25452026-05-16T03:39:06.491Z Checking memoffset v0.9.1
25462026-05-16T03:39:06.500Z Checking rustix v0.38.44
25472026-05-16T03:39:06.506Z Checking pkcs1 v0.7.5
25482026-05-16T03:39:06.516Z Checking pem v3.0.6
25492026-05-16T03:39:06.527Z Checking float-cmp v0.10.0
25502026-05-16T03:39:06.544Z Checking serde-big-array v0.5.1
25512026-05-16T03:39:06.573Z Checking serde_plain v1.0.2
25522026-05-16T03:39:06.648Z Checking erased-serde v0.3.31
25532026-05-16T03:39:06.664Z Checking rfc6979 v0.4.0
25542026-05-16T03:39:06.675Z Checking memmap2 v0.9.10
25552026-05-16T03:39:06.711Z Checking thread-id v4.2.2
25562026-05-16T03:39:06.723Z Checking env_filter v1.0.0
25572026-05-16T03:39:06.761Z Checking precomputed-hash v0.1.1
25582026-05-16T03:39:06.786Z Checking whoami v2.1.0
25592026-05-16T03:39:06.790Z Checking toml_write v0.1.2
25602026-05-16T03:39:06.829Z Checking data-encoding v2.10.0
25612026-05-16T03:39:06.849Z Checking rustc-hash v2.1.1
25622026-05-16T03:39:06.860Z Checking fixedbitset v0.5.7
25632026-05-16T03:39:06.950Z Checking predicates-core v1.0.10
25642026-05-16T03:39:06.957Z Checking fixedbitset v0.4.2
25652026-05-16T03:39:06.968Z Checking new_debug_unreachable v1.0.6
25662026-05-16T03:39:07.041Z Checking static_assertions v1.1.0
25672026-05-16T03:39:07.051Z Checking normalize-line-endings v0.3.0
25682026-05-16T03:39:07.055Z Checking jiff v0.2.21
25692026-05-16T03:39:07.068Z Checking difflib v0.4.0
25702026-05-16T03:39:07.090Z Checking unicode-segmentation v1.12.0
25712026-05-16T03:39:07.101Z Checking keccak v0.1.6
25722026-05-16T03:39:07.110Z Checking typed-path v0.9.3
25732026-05-16T03:39:07.120Z Checking petgraph v0.6.5
25742026-05-16T03:39:07.164Z Checking ed25519-dalek v2.2.0
25752026-05-16T03:39:07.241Z Checking predicates v3.1.4
25762026-05-16T03:39:07.258Z Checking crossterm v0.28.1
25772026-05-16T03:39:07.679Z Checking sha3 v0.10.8
25782026-05-16T03:39:08.088Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
25792026-05-16T03:39:08.089Z Checking similar v2.7.0
25802026-05-16T03:39:08.089Z Checking hickory-proto v0.25.2
25812026-05-16T03:39:08.089Z Checking petgraph v0.8.3
25822026-05-16T03:39:08.093Z Checking string_cache v0.8.9
25832026-05-16T03:39:08.093Z Checking tough v0.22.0
25842026-05-16T03:39:08.093Z Checking slog v2.8.2
25852026-05-16T03:39:08.093Z Checking tokio-postgres v0.7.16
25862026-05-16T03:39:08.355Z Checking toml_edit v0.22.27
25872026-05-16T03:39:09.091Z Checking env_logger v0.11.9
25882026-05-16T03:39:09.110Z Checking usdt v0.6.0
25892026-05-16T03:39:09.203Z Checking usdt-impl v0.5.0
25902026-05-16T03:39:09.271Z Checking zip v4.6.1
25912026-05-16T03:39:09.330Z Checking ecdsa v0.16.9
25922026-05-16T03:39:09.330Z Checking toml v0.7.8
25932026-05-16T03:39:09.446Z Checking rsa v0.9.10
25942026-05-16T03:39:09.462Z Checking nix v0.31.2
25952026-05-16T03:39:09.616Z Checking reqwest v0.13.2
25962026-05-16T03:39:09.671Z Checking clap v4.5.60
25972026-05-16T03:39:09.743Z Checking toml_parser v1.0.9+spec-1.1.0
25982026-05-16T03:39:09.822Z Checking zip v0.6.6
25992026-05-16T03:39:09.893Z Checking itertools v0.13.0
26002026-05-16T03:39:09.908Z Checking serde_with v3.17.0
26012026-05-16T03:39:10.329Z Checking strum v0.26.3
26022026-05-16T03:39:10.335Z Checking fs-err v3.3.0
26032026-05-16T03:39:10.335Z Checking ahash v0.8.12
26042026-05-16T03:39:10.335Z Checking object v0.37.3
26052026-05-16T03:39:10.335Z Checking tokio-stream v0.1.18
26062026-05-16T03:39:10.335Z Checking buf-list v1.1.2
26072026-05-16T03:39:10.335Z Checking camino v1.2.2
26082026-05-16T03:39:10.862Z Checking anyhow v1.0.102
26092026-05-16T03:39:10.866Z Checking x509-cert v0.2.5
26102026-05-16T03:39:10.866Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
26112026-05-16T03:39:10.866Z Checking openapiv3 v2.2.0
26122026-05-16T03:39:10.866Z Checking sha1 v0.10.6
26132026-05-16T03:39:10.866Z Checking toml_datetime v0.7.5+spec-1.1.0
26142026-05-16T03:39:10.866Z Checking peg-runtime v0.8.5
26152026-05-16T03:39:10.866Z Checking lalrpop-util v0.19.12
26162026-05-16T03:39:10.866Z Checking rayon v1.11.0
26172026-05-16T03:39:10.895Z Checking sigpipe v0.1.3
26182026-05-16T03:39:10.921Z Checking glob v0.3.3
26192026-05-16T03:39:12.337Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26202026-05-16T03:39:12.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.92s
26212026-05-16T03:39:12.784Z
26222026-05-16T03:39:12.784Zinfo: running `cargo check --bins` on internal-dns-types (77/276)
26232026-05-16T03:39:13.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26242026-05-16T03:39:13.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26252026-05-16T03:39:13.297Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26262026-05-16T03:39:13.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26272026-05-16T03:39:13.715Z
26282026-05-16T03:39:13.715Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/276)
26292026-05-16T03:39:13.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26302026-05-16T03:39:14.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26312026-05-16T03:39:14.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26322026-05-16T03:39:14.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26332026-05-16T03:39:14.311Z
26342026-05-16T03:39:14.311Zinfo: running `cargo check --bins` on nexus-types-versions (79/276)
26352026-05-16T03:39:14.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26362026-05-16T03:39:14.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26372026-05-16T03:39:14.521Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26382026-05-16T03:39:14.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26392026-05-16T03:39:14.614Z
26402026-05-16T03:39:14.614Zinfo: running `cargo check --bins` on oxql-types (80/276)
26412026-05-16T03:39:15.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26422026-05-16T03:39:15.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26432026-05-16T03:39:15.543Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26442026-05-16T03:39:15.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26452026-05-16T03:39:15.543Z
26462026-05-16T03:39:15.543Zinfo: running `cargo check --bins` on oximeter-types (81/276)
26472026-05-16T03:39:15.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26482026-05-16T03:39:15.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26492026-05-16T03:39:15.743Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26502026-05-16T03:39:15.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26512026-05-16T03:39:15.834Z
26522026-05-16T03:39:15.834Zinfo: running `cargo check --bins` on oximeter-types-versions (82/276)
26532026-05-16T03:39:16.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26542026-05-16T03:39:16.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26552026-05-16T03:39:16.350Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26562026-05-16T03:39:16.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26572026-05-16T03:39:16.447Z
26582026-05-16T03:39:16.448Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/276)
26592026-05-16T03:39:16.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26602026-05-16T03:39:16.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26612026-05-16T03:39:16.958Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26622026-05-16T03:39:16.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26632026-05-16T03:39:17.037Z
26642026-05-16T03:39:17.037Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/276)
26652026-05-16T03:39:17.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26662026-05-16T03:39:17.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26672026-05-16T03:39:17.728Z Compiling structmeta-derive v0.3.0
26682026-05-16T03:39:18.252Z Compiling rustls v0.22.4
26692026-05-16T03:39:18.262Z Compiling multer v3.1.0
26702026-05-16T03:39:18.262Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26712026-05-16T03:39:18.262Z Compiling async-stream-impl v0.3.6
26722026-05-16T03:39:18.262Z Compiling dropshot v0.17.0
26732026-05-16T03:39:18.262Z Compiling newtype-uuid-macros v0.1.0
26742026-05-16T03:39:18.263Z Compiling dropshot_endpoint v0.17.0
26752026-05-16T03:39:18.263Z Checking newtype-uuid v1.3.2
26762026-05-16T03:39:18.263Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26772026-05-16T03:39:18.263Z Checking rustls-webpki v0.102.8
26782026-05-16T03:39:18.263Z Checking daft v0.1.5
26792026-05-16T03:39:18.263Z Checking thread_local v1.1.9
26802026-05-16T03:39:18.410Z Checking compression-core v0.4.31
26812026-05-16T03:39:18.457Z Checking match_cfg v0.1.0
26822026-05-16T03:39:18.474Z Checking iddqd v0.3.18
26832026-05-16T03:39:18.522Z Checking crossbeam-channel v0.5.15
26842026-05-16T03:39:18.556Z Checking hostname v0.3.1
26852026-05-16T03:39:18.563Z Checking compression-codecs v0.4.37
26862026-05-16T03:39:18.626Z Checking slog-json v2.6.1
26872026-05-16T03:39:19.071Z Checking serde_spanned v1.0.4
26882026-05-16T03:39:19.077Z Checking toml_datetime v1.0.0+spec-1.1.0
26892026-05-16T03:39:19.077Z Checking is-terminal v0.4.17
26902026-05-16T03:39:19.077Z Checking toml_writer v1.0.6+spec-1.1.0
26912026-05-16T03:39:19.078Z Checking debug-ignore v1.0.5
26922026-05-16T03:39:19.078Z Checking term v1.2.1
26932026-05-16T03:39:19.078Z Compiling structmeta v0.3.0
26942026-05-16T03:39:19.078Z Checking take_mut v0.2.2
26952026-05-16T03:39:19.078Z Checking slog-bunyan v2.5.0
26962026-05-16T03:39:19.078Z Checking toml v1.0.6+spec-1.1.0
26972026-05-16T03:39:19.078Z Checking slog-async v2.8.0
26982026-05-16T03:39:19.078Z Checking async-compression v0.4.41
26992026-05-16T03:39:19.095Z Checking slog-term v2.9.2
27002026-05-16T03:39:19.108Z Compiling derive-ex v0.1.8
27012026-05-16T03:39:19.197Z Compiling parse-display-derive v0.10.0
27022026-05-16T03:39:19.304Z Checking async-stream v0.3.6
27032026-05-16T03:39:19.326Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27042026-05-16T03:39:19.363Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27052026-05-16T03:39:19.624Z Checking progenitor-client v0.14.0
27062026-05-16T03:39:19.656Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27072026-05-16T03:39:19.656Z Checking waitgroup v0.1.2
27082026-05-16T03:39:19.656Z Checking backon v1.6.0
27092026-05-16T03:39:19.657Z Checking rustls-pemfile v2.2.0
27102026-05-16T03:39:19.714Z Checking serde_path_to_error v0.1.20
27112026-05-16T03:39:19.737Z Checking hostname v0.4.2
27122026-05-16T03:39:19.750Z Checking instant v0.1.13
27132026-05-16T03:39:20.226Z Checking backoff v0.4.0
27142026-05-16T03:39:20.251Z Checking progenitor-extras v0.2.0
27152026-05-16T03:39:20.251Z Checking tokio-rustls v0.25.0
27162026-05-16T03:39:20.251Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27172026-05-16T03:39:20.251Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27182026-05-16T03:39:20.251Z Checking itertools v0.14.0
27192026-05-16T03:39:20.251Z Checking progenitor-client v0.10.0
27202026-05-16T03:39:20.444Z Checking regress v0.10.5
27212026-05-16T03:39:20.495Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27222026-05-16T03:39:21.118Z Checking macaddr v1.0.1
27232026-05-16T03:39:21.203Z Compiling test-strategy v0.4.5
27242026-05-16T03:39:21.203Z Checking parse-display v0.10.0
27252026-05-16T03:39:21.972Z Compiling prettyplease v0.2.37
27262026-05-16T03:39:22.261Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27272026-05-16T03:39:22.444Z Checking num-rational v0.4.2
27282026-05-16T03:39:22.636Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27292026-05-16T03:39:23.006Z Checking num-complex v0.4.6
27302026-05-16T03:39:23.498Z Checking num v0.4.3
27312026-05-16T03:39:23.601Z Compiling usdt-macro v0.5.0
27322026-05-16T03:39:23.615Z Compiling usdt-attr-macro v0.5.0
27332026-05-16T03:39:23.843Z Checking memmap v0.7.0
27342026-05-16T03:39:23.995Z Checking float-ord v0.3.2
27352026-05-16T03:39:23.995Z Compiling convert_case v0.4.0
27362026-05-16T03:39:24.028Z Checking unicode-width v0.2.0
27372026-05-16T03:39:24.139Z Checking console v0.15.11
27382026-05-16T03:39:24.224Z Compiling derive_more v0.99.20
27392026-05-16T03:39:24.360Z Checking newline-converter v0.3.0
27402026-05-16T03:39:24.413Z Checking usdt v0.5.0
27412026-05-16T03:39:24.453Z Checking atomicwrites v0.4.4
27422026-05-16T03:39:24.454Z Compiling toml v0.8.23
27432026-05-16T03:39:24.534Z Checking linked-hash-map v0.5.6
27442026-05-16T03:39:24.556Z Compiling minimal-lexical v0.2.1
27452026-05-16T03:39:25.953Z Checking lru-cache v0.1.2
27462026-05-16T03:39:26.075Z Compiling nom v7.1.3
27472026-05-16T03:39:26.075Z Checking expectorate v1.2.0
27482026-05-16T03:39:26.075Z Checking camino-tempfile v1.4.1
27492026-05-16T03:39:26.075Z Checking hickory-proto v0.24.4
27502026-05-16T03:39:26.075Z Checking phf_shared v0.12.1
27512026-05-16T03:39:26.075Z Compiling slog-dtrace v0.3.0
27522026-05-16T03:39:26.075Z Checking heck v0.5.0
27532026-05-16T03:39:26.075Z Checking resolv-conf v0.7.6
27542026-05-16T03:39:26.075Z Compiling chrono-tz v0.10.4
27552026-05-16T03:39:26.218Z Compiling const_format_proc_macros v0.2.34
27562026-05-16T03:39:26.269Z Checking phf v0.12.1
27572026-05-16T03:39:26.269Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27582026-05-16T03:39:26.269Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27592026-05-16T03:39:26.319Z Checking tokio-dtrace v0.1.1
27602026-05-16T03:39:26.460Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27612026-05-16T03:39:26.677Z Compiling derive-where v1.6.0
27622026-05-16T03:39:27.004Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27632026-05-16T03:39:27.030Z Checking highway v1.3.0
27642026-05-16T03:39:27.101Z Checking const_format v0.2.35
27652026-05-16T03:39:27.387Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27662026-05-16T03:39:27.445Z Checking hickory-resolver v0.24.4
27672026-05-16T03:39:28.056Z Checking oxide-tokio-rt v0.1.4
27682026-05-16T03:39:28.118Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27692026-05-16T03:39:28.118Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27702026-05-16T03:39:28.118Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27712026-05-16T03:39:28.118Z Checking gethostname v0.5.0
27722026-05-16T03:39:28.118Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27732026-05-16T03:39:28.310Z Checking qorb v0.4.1
27742026-05-16T03:39:28.310Z Checking bcs v0.1.6
27752026-05-16T03:39:28.357Z Checking termtree v0.5.1
27762026-05-16T03:39:31.438Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27772026-05-16T03:39:34.111Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27782026-05-16T03:39:36.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.20s
27792026-05-16T03:39:36.430Z
27802026-05-16T03:39:36.430Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/276)
27812026-05-16T03:39:37.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27822026-05-16T03:39:37.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27832026-05-16T03:39:37.152Z Compiling ar_archive_writer v0.5.1
27842026-05-16T03:39:37.272Z Compiling stacker v0.1.23
27852026-05-16T03:39:37.310Z Compiling cfg_aliases v0.1.1
27862026-05-16T03:39:37.310Z Compiling convert_case v0.10.0
27872026-05-16T03:39:37.311Z Checking unicode-width v0.1.14
27882026-05-16T03:39:37.311Z Compiling proc-macro-error v1.0.4
27892026-05-16T03:39:37.311Z Checking fd-lock v4.0.4
27902026-05-16T03:39:37.311Z Checking nibble_vec v0.1.0
27912026-05-16T03:39:37.336Z Compiling nix v0.28.0
27922026-05-16T03:39:37.409Z Checking vte v0.14.1
27932026-05-16T03:39:37.432Z Compiling recursive-proc-macro-impl v0.1.1
27942026-05-16T03:39:37.502Z Checking bytecount v0.6.9
27952026-05-16T03:39:37.525Z Checking endian-type v0.1.2
27962026-05-16T03:39:38.182Z Checking strip-ansi-escapes v0.2.1
27972026-05-16T03:39:38.536Z Compiling derive_more-impl v2.1.1
27982026-05-16T03:39:38.536Z Compiling tabled_derive v0.7.0
27992026-05-16T03:39:38.536Z Checking papergrid v0.11.0
28002026-05-16T03:39:38.536Z Checking radix_trie v0.2.1
28012026-05-16T03:39:38.536Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28022026-05-16T03:39:38.536Z Compiling peg-macros v0.8.5
28032026-05-16T03:39:38.536Z Checking winnow v0.6.26
28042026-05-16T03:39:38.537Z Compiling psm v0.1.30
28052026-05-16T03:39:38.537Z Compiling sqlparser_derive v0.5.0
28062026-05-16T03:39:38.537Z Checking nu-ansi-term v0.50.3
28072026-05-16T03:39:38.662Z Checking derive_more v2.1.1
28082026-05-16T03:39:38.663Z Checking home v0.5.12
28092026-05-16T03:39:38.663Z Checking unicode_categories v0.1.1
28102026-05-16T03:39:38.663Z Checking crossterm v0.29.0
28112026-05-16T03:39:38.663Z Checking tabled v0.15.0
28122026-05-16T03:39:39.000Z Checking reedline v0.40.0
28132026-05-16T03:39:39.000Z Checking rustyline v14.0.0
28142026-05-16T03:39:39.047Z Checking recursive v0.1.1
28152026-05-16T03:39:39.047Z Checking display-error-chain v0.2.2
28162026-05-16T03:39:39.047Z Checking sqlparser v0.61.0
28172026-05-16T03:39:39.047Z Checking sqlformat v0.3.5
28182026-05-16T03:39:39.303Z Checking peg v0.8.5
28192026-05-16T03:39:50.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.61s
28202026-05-16T03:39:50.259Z
28212026-05-16T03:39:50.259Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/276)
28222026-05-16T03:39:50.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28232026-05-16T03:39:50.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28242026-05-16T03:39:50.937Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28252026-05-16T03:39:54.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.10s
28262026-05-16T03:39:54.582Z
28272026-05-16T03:39:54.582Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/276)
28282026-05-16T03:39:55.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28292026-05-16T03:39:55.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28302026-05-16T03:39:55.248Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28312026-05-16T03:39:57.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.16s
28322026-05-16T03:39:57.965Z
28332026-05-16T03:39:57.965Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/276)
28342026-05-16T03:39:58.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28352026-05-16T03:39:58.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28362026-05-16T03:39:58.630Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28372026-05-16T03:40:01.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.90s
28382026-05-16T03:40:01.990Z
28392026-05-16T03:40:01.990Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/276)
28402026-05-16T03:40:02.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28412026-05-16T03:40:02.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28422026-05-16T03:40:02.698Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28432026-05-16T03:40:07.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.93s
28442026-05-16T03:40:07.368Z
28452026-05-16T03:40:07.368Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/276)
28462026-05-16T03:40:07.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28472026-05-16T03:40:07.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28482026-05-16T03:40:07.368Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28492026-05-16T03:40:09.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s
28502026-05-16T03:40:09.652Z
28512026-05-16T03:40:09.652Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/276)
28522026-05-16T03:40:10.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28532026-05-16T03:40:10.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28542026-05-16T03:40:10.314Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28552026-05-16T03:40:12.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.29s
28562026-05-16T03:40:13.128Z
28572026-05-16T03:40:13.128Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/276)
28582026-05-16T03:40:13.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28592026-05-16T03:40:13.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28602026-05-16T03:40:13.833Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28612026-05-16T03:40:18.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.13s
28622026-05-16T03:40:18.754Z
28632026-05-16T03:40:18.754Zinfo: running `cargo check --bins` on oximeter (93/276)
28642026-05-16T03:40:18.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28652026-05-16T03:40:18.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28662026-05-16T03:40:18.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28672026-05-16T03:40:18.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28682026-05-16T03:40:18.754Z
28692026-05-16T03:40:18.754Zinfo: running `cargo check --bins` on oximeter-schema (94/276)
28702026-05-16T03:40:18.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28712026-05-16T03:40:18.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28722026-05-16T03:40:18.769Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28732026-05-16T03:40:18.994Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28742026-05-16T03:40:18.994Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28752026-05-16T03:40:19.223Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28762026-05-16T03:40:22.346Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28772026-05-16T03:40:23.377Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28782026-05-16T03:40:23.566Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28792026-05-16T03:40:24.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.07s
28802026-05-16T03:40:24.641Z
28812026-05-16T03:40:24.641Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/276)
28822026-05-16T03:40:24.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28832026-05-16T03:40:24.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28842026-05-16T03:40:24.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28852026-05-16T03:40:24.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28862026-05-16T03:40:25.128Z
28872026-05-16T03:40:25.128Zinfo: running `cargo check --bins` on oximeter-test-utils (96/276)
28882026-05-16T03:40:25.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28892026-05-16T03:40:25.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28902026-05-16T03:40:25.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28912026-05-16T03:40:25.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28922026-05-16T03:40:25.623Z
28932026-05-16T03:40:25.623Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/276)
28942026-05-16T03:40:26.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28952026-05-16T03:40:26.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28962026-05-16T03:40:26.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28972026-05-16T03:40:26.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28982026-05-16T03:40:26.330Z
28992026-05-16T03:40:26.330Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/276)
29002026-05-16T03:40:26.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29012026-05-16T03:40:26.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29022026-05-16T03:40:26.829Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29032026-05-16T03:40:26.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29042026-05-16T03:40:26.876Z
29052026-05-16T03:40:26.876Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/276)
29062026-05-16T03:40:27.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29072026-05-16T03:40:27.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29082026-05-16T03:40:27.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29092026-05-16T03:40:27.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29102026-05-16T03:40:27.487Z
29112026-05-16T03:40:27.487Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/276)
29122026-05-16T03:40:28.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29132026-05-16T03:40:28.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29142026-05-16T03:40:28.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29152026-05-16T03:40:28.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29162026-05-16T03:40:28.131Z
29172026-05-16T03:40:28.131Zinfo: running `cargo check --bins` on trust-quorum-types (101/276)
29182026-05-16T03:40:28.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29192026-05-16T03:40:28.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29202026-05-16T03:40:28.668Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29212026-05-16T03:40:28.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29222026-05-16T03:40:28.716Z
29232026-05-16T03:40:28.716Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/276)
29242026-05-16T03:40:29.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29252026-05-16T03:40:29.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29262026-05-16T03:40:29.390Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29272026-05-16T03:40:29.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29282026-05-16T03:40:29.390Z
29292026-05-16T03:40:29.391Zinfo: running `cargo check --bins` on update-engine (103/276)
29302026-05-16T03:40:29.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29312026-05-16T03:40:29.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29322026-05-16T03:40:29.911Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29332026-05-16T03:40:29.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29342026-05-16T03:40:29.952Z
29352026-05-16T03:40:29.952Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/276)
29362026-05-16T03:40:30.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29372026-05-16T03:40:30.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29382026-05-16T03:40:30.705Z Compiling crucible-workspace-hack v0.1.0
29392026-05-16T03:40:30.828Z Checking secrecy v0.10.3
29402026-05-16T03:40:30.844Z Compiling heapless v0.8.0
29412026-05-16T03:40:30.844Z Compiling ingot-macros v0.1.1
29422026-05-16T03:40:30.845Z Compiling toml_edit v0.23.10+spec-1.0.0
29432026-05-16T03:40:30.845Z Checking hash32 v0.3.1
29442026-05-16T03:40:30.860Z Compiling smoltcp v0.11.0
29452026-05-16T03:40:30.860Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29462026-05-16T03:40:30.901Z Checking cobs v0.3.0
29472026-05-16T03:40:30.957Z Compiling thiserror-impl-no-std v2.0.2
29482026-05-16T03:40:31.057Z Checking universal-hash v0.5.1
29492026-05-16T03:40:31.071Z Checking half v2.7.1
29502026-05-16T03:40:31.135Z Checking opaque-debug v0.3.1
29512026-05-16T03:40:31.183Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29522026-05-16T03:40:31.191Z Checking ciborium-io v0.2.2
29532026-05-16T03:40:31.507Z Checking poly1305 v0.8.0
29542026-05-16T03:40:31.545Z Checking postcard v1.1.3
29552026-05-16T03:40:31.545Z Checking ciborium-ll v0.2.2
29562026-05-16T03:40:31.545Z Compiling proc-macro-crate v3.4.0
29572026-05-16T03:40:31.545Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29582026-05-16T03:40:31.545Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29592026-05-16T03:40:31.584Z Checking password-hash v0.5.0
29602026-05-16T03:40:31.756Z Checking chacha20 v0.9.1
29612026-05-16T03:40:31.782Z Compiling proc-macro-crate v1.3.1
29622026-05-16T03:40:31.811Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29632026-05-16T03:40:31.853Z Checking blake2 v0.10.6
29642026-05-16T03:40:31.897Z Compiling num_enum_derive v0.7.5
29652026-05-16T03:40:32.002Z Checking aead v0.5.2
29662026-05-16T03:40:32.023Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29672026-05-16T03:40:32.091Z Compiling foreign-types-macros v0.2.3
29682026-05-16T03:40:32.113Z Checking thiserror-no-std v2.0.2
29692026-05-16T03:40:32.140Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29702026-05-16T03:40:32.219Z Checking cpufeatures v0.3.0
29712026-05-16T03:40:32.237Z Checking foreign-types-shared v0.3.1
29722026-05-16T03:40:32.281Z Compiling num_enum_derive v0.5.11
29732026-05-16T03:40:32.292Z Checking chacha20 v0.10.0
29742026-05-16T03:40:32.331Z Checking vsss-rs v3.3.4
29752026-05-16T03:40:32.432Z Checking chacha20poly1305 v0.10.1
29762026-05-16T03:40:32.507Z Checking argon2 v0.5.3
29772026-05-16T03:40:32.544Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29782026-05-16T03:40:32.772Z Checking foreign-types v0.5.0
29792026-05-16T03:40:32.827Z Checking ciborium v0.2.2
29802026-05-16T03:40:32.920Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29812026-05-16T03:40:32.955Z Checking num_enum v0.7.5
29822026-05-16T03:40:32.984Z Checking tabwriter v1.4.1
29832026-05-16T03:40:33.110Z Checking byte-wrapper v0.1.0
29842026-05-16T03:40:33.138Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29852026-05-16T03:40:33.191Z Checking cstr-argument v0.1.2
29862026-05-16T03:40:33.244Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29872026-05-16T03:40:33.334Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29882026-05-16T03:40:33.398Z Checking num_enum v0.5.11
29892026-05-16T03:40:33.398Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29902026-05-16T03:40:33.696Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29912026-05-16T03:40:33.697Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29922026-05-16T03:40:33.747Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29932026-05-16T03:40:33.747Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29942026-05-16T03:40:33.748Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29952026-05-16T03:40:33.748Z Checking ingot-types v0.1.2
29962026-05-16T03:40:33.748Z Checking rand v0.10.0
29972026-05-16T03:40:33.748Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
29982026-05-16T03:40:33.748Z Checking colored v3.1.1
29992026-05-16T03:40:33.748Z Checking indent_write v2.2.0
30002026-05-16T03:40:33.930Z Compiling zone_cfg_derive v0.3.1
30012026-05-16T03:40:33.977Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30022026-05-16T03:40:34.021Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30032026-05-16T03:40:34.021Z Checking ingot v0.1.1
30042026-05-16T03:40:34.021Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30052026-05-16T03:40:34.028Z Checking itertools v0.12.1
30062026-05-16T03:40:34.028Z Compiling num-derive v0.4.2
30072026-05-16T03:40:34.074Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30082026-05-16T03:40:34.121Z Checking swrite v0.1.0
30092026-05-16T03:40:34.258Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30102026-05-16T03:40:34.360Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30112026-05-16T03:40:34.566Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30122026-05-16T03:40:34.721Z Checking dropshot-api-manager-types v0.7.1
30132026-05-16T03:40:34.721Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30142026-05-16T03:40:34.721Z Checking smf v0.2.3
30152026-05-16T03:40:34.721Z Checking nanorand v0.7.0
30162026-05-16T03:40:34.763Z Checking whoami v1.6.1
30172026-05-16T03:40:34.763Z Checking flume v0.11.1
30182026-05-16T03:40:34.839Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30192026-05-16T03:40:34.967Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
30202026-05-16T03:40:35.122Z Checking zone v0.3.1
30212026-05-16T03:40:35.642Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30222026-05-16T03:40:36.885Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30232026-05-16T03:40:37.460Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30242026-05-16T03:40:40.637Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30252026-05-16T03:40:42.665Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30262026-05-16T03:40:43.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.79s
30272026-05-16T03:40:44.020Z
30282026-05-16T03:40:44.020Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/276)
30292026-05-16T03:40:44.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30302026-05-16T03:40:44.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30312026-05-16T03:40:44.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30322026-05-16T03:40:44.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30332026-05-16T03:40:44.610Z
30342026-05-16T03:40:44.610Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/276)
30352026-05-16T03:40:45.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30362026-05-16T03:40:45.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30372026-05-16T03:40:45.519Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30382026-05-16T03:40:45.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30392026-05-16T03:40:45.520Z
30402026-05-16T03:40:45.520Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/276)
30412026-05-16T03:40:45.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30422026-05-16T03:40:45.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30432026-05-16T03:40:45.763Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30442026-05-16T03:40:45.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30452026-05-16T03:40:45.834Z
30462026-05-16T03:40:45.834Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/276)
30472026-05-16T03:40:47.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30482026-05-16T03:40:47.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30492026-05-16T03:40:47.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30502026-05-16T03:40:47.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30512026-05-16T03:40:47.567Z
30522026-05-16T03:40:47.567Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/276)
30532026-05-16T03:40:47.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30542026-05-16T03:40:47.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30552026-05-16T03:40:47.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30562026-05-16T03:40:47.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30572026-05-16T03:40:47.567Z
30582026-05-16T03:40:47.567Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/276)
30592026-05-16T03:40:47.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30602026-05-16T03:40:47.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30612026-05-16T03:40:47.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30622026-05-16T03:40:47.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30632026-05-16T03:40:47.677Z
30642026-05-16T03:40:47.677Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/276)
30652026-05-16T03:40:48.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30662026-05-16T03:40:48.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30672026-05-16T03:40:48.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30682026-05-16T03:40:48.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30692026-05-16T03:40:48.998Z
30702026-05-16T03:40:48.998Zinfo: running `cargo check --bins` on cockroach-admin-client (112/276)
30712026-05-16T03:40:48.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30722026-05-16T03:40:48.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30732026-05-16T03:40:48.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30742026-05-16T03:40:48.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30752026-05-16T03:40:48.998Z
30762026-05-16T03:40:48.998Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/276)
30772026-05-16T03:40:49.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30782026-05-16T03:40:49.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30792026-05-16T03:40:49.540Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30802026-05-16T03:40:49.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30812026-05-16T03:40:49.540Z
30822026-05-16T03:40:49.540Zinfo: running `cargo check --bins` on dns-service-client (114/276)
30832026-05-16T03:40:50.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30842026-05-16T03:40:50.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30852026-05-16T03:40:50.100Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30862026-05-16T03:40:50.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30872026-05-16T03:40:50.186Z
30882026-05-16T03:40:50.186Zinfo: running `cargo check --bins` on installinator-client (115/276)
30892026-05-16T03:40:50.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30902026-05-16T03:40:50.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30912026-05-16T03:40:50.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30922026-05-16T03:40:50.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30932026-05-16T03:40:50.748Z
30942026-05-16T03:40:50.748Zinfo: running `cargo check --bins` on nexus-client (116/276)
30952026-05-16T03:40:51.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30962026-05-16T03:40:51.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30972026-05-16T03:40:51.454Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30982026-05-16T03:40:51.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30992026-05-16T03:40:51.465Z
31002026-05-16T03:40:51.465Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/276)
31012026-05-16T03:40:51.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31022026-05-16T03:40:51.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31032026-05-16T03:40:51.968Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31042026-05-16T03:40:51.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
31052026-05-16T03:40:52.060Z
31062026-05-16T03:40:52.060Zinfo: running `cargo check --bins` on ntp-admin-client (118/276)
31072026-05-16T03:40:52.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31082026-05-16T03:40:52.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31092026-05-16T03:40:52.584Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31102026-05-16T03:40:52.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31112026-05-16T03:40:52.658Z
31122026-05-16T03:40:52.658Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/276)
31132026-05-16T03:40:53.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31142026-05-16T03:40:53.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31152026-05-16T03:40:53.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31162026-05-16T03:40:53.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31172026-05-16T03:40:53.250Z
31182026-05-16T03:40:53.250Zinfo: running `cargo check --bins` on oxide-client (120/276)
31192026-05-16T03:40:53.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31202026-05-16T03:40:53.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31212026-05-16T03:40:53.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31222026-05-16T03:40:53.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31232026-05-16T03:40:54.011Z
31242026-05-16T03:40:54.011Zinfo: running `cargo check --bins` on oximeter-client (121/276)
31252026-05-16T03:40:54.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31262026-05-16T03:40:54.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31272026-05-16T03:40:54.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31282026-05-16T03:40:54.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31292026-05-16T03:40:54.468Z
31302026-05-16T03:40:54.468Zinfo: running `cargo check --bins` on repo-depot-client (122/276)
31312026-05-16T03:40:55.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31322026-05-16T03:40:55.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31332026-05-16T03:40:55.182Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31342026-05-16T03:40:55.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31352026-05-16T03:40:55.182Z
31362026-05-16T03:40:55.183Zinfo: running `cargo check --bins` on sled-agent-client (123/276)
31372026-05-16T03:40:55.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31382026-05-16T03:40:55.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31392026-05-16T03:40:55.661Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31402026-05-16T03:40:55.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31412026-05-16T03:40:55.697Z
31422026-05-16T03:40:55.697Zinfo: running `cargo check --bins` on wicketd-client (124/276)
31432026-05-16T03:40:57.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31442026-05-16T03:40:57.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31452026-05-16T03:40:57.423Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31462026-05-16T03:40:57.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31472026-05-16T03:40:57.423Z
31482026-05-16T03:40:57.423Zinfo: running `cargo check --bins` on installinator-common (125/276)
31492026-05-16T03:40:57.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31502026-05-16T03:40:57.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31512026-05-16T03:40:57.423Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31522026-05-16T03:40:57.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31532026-05-16T03:40:57.423Z
31542026-05-16T03:40:57.423Zinfo: running `cargo check --bins` on installinator-common-versions (126/276)
31552026-05-16T03:40:57.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31562026-05-16T03:40:57.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31572026-05-16T03:40:57.529Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31582026-05-16T03:40:57.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31592026-05-16T03:40:57.579Z
31602026-05-16T03:40:57.579Zinfo: running `cargo check --bins` on wicket-common (127/276)
31612026-05-16T03:40:58.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31622026-05-16T03:40:58.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31632026-05-16T03:40:58.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31642026-05-16T03:40:58.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31652026-05-16T03:40:58.236Z
31662026-05-16T03:40:58.236Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/276)
31672026-05-16T03:40:58.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31682026-05-16T03:40:58.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31692026-05-16T03:40:58.908Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31702026-05-16T03:40:59.018Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31712026-05-16T03:40:59.025Z Checking csv-core v0.1.13
31722026-05-16T03:40:59.041Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31732026-05-16T03:40:59.051Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31742026-05-16T03:40:59.051Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31752026-05-16T03:40:59.061Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31762026-05-16T03:40:59.069Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31772026-05-16T03:40:59.244Z Checking csv v1.4.0
31782026-05-16T03:40:59.278Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31792026-05-16T03:40:59.278Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31802026-05-16T03:40:59.306Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31812026-05-16T03:40:59.306Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31822026-05-16T03:40:59.518Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31832026-05-16T03:40:59.869Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31842026-05-16T03:40:59.869Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31852026-05-16T03:41:00.205Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31862026-05-16T03:41:06.026Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31872026-05-16T03:41:06.555Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31882026-05-16T03:41:09.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.72s
31892026-05-16T03:41:09.122Z
31902026-05-16T03:41:09.122Zinfo: running `cargo check --bins` on cockroach-admin-api (129/276)
31912026-05-16T03:41:09.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31922026-05-16T03:41:09.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31932026-05-16T03:41:09.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31942026-05-16T03:41:09.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31952026-05-16T03:41:09.739Z
31962026-05-16T03:41:09.739Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/276)
31972026-05-16T03:41:10.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31982026-05-16T03:41:10.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31992026-05-16T03:41:10.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32002026-05-16T03:41:10.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32012026-05-16T03:41:10.439Z
32022026-05-16T03:41:10.439Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/276)
32032026-05-16T03:41:11.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32042026-05-16T03:41:11.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32052026-05-16T03:41:11.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32062026-05-16T03:41:11.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32072026-05-16T03:41:11.144Z
32082026-05-16T03:41:11.144Zinfo: running `cargo check --bins` on gateway-test-utils (132/276)
32092026-05-16T03:41:11.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32102026-05-16T03:41:12.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32112026-05-16T03:41:12.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32122026-05-16T03:41:12.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32132026-05-16T03:41:12.006Z
32142026-05-16T03:41:12.006Zinfo: running `cargo check --bins` on omicron-gateway (133/276)
32152026-05-16T03:41:12.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32162026-05-16T03:41:12.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32172026-05-16T03:41:12.577Z Compiling regress v0.11.1
32182026-05-16T03:41:12.713Z Compiling unsafe-libyaml v0.2.11
32192026-05-16T03:41:12.725Z Compiling radium v0.7.0
32202026-05-16T03:41:12.731Z Compiling semver v0.1.20
32212026-05-16T03:41:12.753Z Checking tap v1.0.1
32222026-05-16T03:41:12.753Z Compiling maybe-uninit v2.0.0
32232026-05-16T03:41:12.778Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32242026-05-16T03:41:12.875Z Checking wyz v0.5.1
32252026-05-16T03:41:13.033Z Compiling rustc_version v0.1.7
32262026-05-16T03:41:13.055Z Checking progenitor-client v0.13.0
32272026-05-16T03:41:13.098Z Compiling zerocopy-derive v0.6.6
32282026-05-16T03:41:13.228Z Compiling serde_yaml v0.9.34+deprecated
32292026-05-16T03:41:13.247Z Compiling newtype_derive v0.1.6
32302026-05-16T03:41:13.308Z Compiling packed_struct v0.10.1
32312026-05-16T03:41:13.434Z Compiling cancel-safe-futures v0.1.5
32322026-05-16T03:41:13.531Z Checking funty v2.0.0
32332026-05-16T03:41:13.567Z Checking crc-catalog v2.4.0
32342026-05-16T03:41:13.654Z Compiling owo-colors v4.3.0
32352026-05-16T03:41:13.670Z Checking crc v3.4.0
32362026-05-16T03:41:13.791Z Checking bitvec v1.0.1
32372026-05-16T03:41:13.966Z Checking zerocopy v0.6.6
32382026-05-16T03:41:14.036Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32392026-05-16T03:41:14.069Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32402026-05-16T03:41:14.167Z Checking typify-impl v0.6.2
32412026-05-16T03:41:14.258Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32422026-05-16T03:41:14.369Z Compiling packed_struct_codegen v0.10.1
32432026-05-16T03:41:14.508Z Checking libsw-core v0.3.2
32442026-05-16T03:41:14.566Z Compiling bitfield-macros v0.19.4
32452026-05-16T03:41:14.648Z Compiling indexmap v1.9.3
32462026-05-16T03:41:14.683Z Checking nodrop v0.1.14
32472026-05-16T03:41:14.788Z Checking array-init v0.0.4
32482026-05-16T03:41:14.892Z Checking libsw v3.5.0
32492026-05-16T03:41:15.048Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32502026-05-16T03:41:15.105Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32512026-05-16T03:41:15.117Z Checking smallvec v0.6.14
32522026-05-16T03:41:15.296Z Checking bitfield v0.19.4
32532026-05-16T03:41:15.311Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32542026-05-16T03:41:15.465Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32552026-05-16T03:41:15.566Z Checking base64 v0.21.7
32562026-05-16T03:41:15.593Z Checking hashbrown v0.12.3
32572026-05-16T03:41:15.635Z Checking unicode-linebreak v0.1.5
32582026-05-16T03:41:15.727Z Checking tagptr v0.2.0
32592026-05-16T03:41:15.814Z Checking linear-map v1.2.0
32602026-05-16T03:41:15.869Z Checking smawk v0.3.2
32612026-05-16T03:41:15.885Z Checking ron v0.8.1
32622026-05-16T03:41:15.885Z Checking moka v0.12.13
32632026-05-16T03:41:16.008Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32642026-05-16T03:41:16.311Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32652026-05-16T03:41:16.311Z Checking textwrap v0.16.2
32662026-05-16T03:41:16.360Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32672026-05-16T03:41:16.360Z Checking steno v0.4.1
32682026-05-16T03:41:16.381Z Checking serde-hex v0.1.0
32692026-05-16T03:41:16.401Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32702026-05-16T03:41:16.500Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32712026-05-16T03:41:16.527Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32722026-05-16T03:41:16.545Z Checking hashbrown v0.13.2
32732026-05-16T03:41:16.903Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32742026-05-16T03:41:16.946Z Checking humantime v2.3.0
32752026-05-16T03:41:17.089Z Checking crc-any v2.5.0
32762026-05-16T03:41:17.123Z Checking object v0.30.4
32772026-05-16T03:41:17.183Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32782026-05-16T03:41:17.245Z Checking hickory-resolver v0.25.2
32792026-05-16T03:41:17.254Z Checking half v1.8.3
32802026-05-16T03:41:17.317Z Checking void v1.0.2
32812026-05-16T03:41:17.356Z Checking utf-8 v0.7.6
32822026-05-16T03:41:17.380Z Checking path-slash v0.1.5
32832026-05-16T03:41:17.432Z Checking tungstenite v0.23.0
32842026-05-16T03:41:17.432Z Checking serde_cbor v0.11.2
32852026-05-16T03:41:17.494Z Checking lzss v0.8.2
32862026-05-16T03:41:17.803Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32872026-05-16T03:41:17.819Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32882026-05-16T03:41:17.825Z Checking nix v0.27.1
32892026-05-16T03:41:17.858Z Checking kstat-rs v0.2.4
32902026-05-16T03:41:17.894Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32912026-05-16T03:41:17.991Z Checking fxhash v0.2.1
32922026-05-16T03:41:18.052Z Checking serde_bytes v0.11.19
32932026-05-16T03:41:18.130Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32942026-05-16T03:41:18.130Z Checking tokio-tungstenite v0.23.1
32952026-05-16T03:41:18.220Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32962026-05-16T03:41:18.323Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32972026-05-16T03:41:18.329Z Checking signal-hook-tokio v0.3.1
32982026-05-16T03:41:18.654Z Compiling typify-macro v0.6.2
32992026-05-16T03:41:20.135Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33002026-05-16T03:41:20.181Z Compiling typify v0.6.2
33012026-05-16T03:41:20.181Z Compiling progenitor-impl v0.13.0
33022026-05-16T03:41:20.181Z Compiling progenitor-impl v0.14.0
33032026-05-16T03:41:20.305Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33042026-05-16T03:41:20.681Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
33052026-05-16T03:41:21.447Z Compiling progenitor-macro v0.13.0
33062026-05-16T03:41:21.484Z Compiling progenitor-macro v0.14.0
33072026-05-16T03:41:24.039Z Checking progenitor v0.13.0
33082026-05-16T03:41:24.044Z Checking progenitor v0.14.0
33092026-05-16T03:41:24.170Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33102026-05-16T03:41:24.173Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33112026-05-16T03:41:27.156Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33122026-05-16T03:41:34.763Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33132026-05-16T03:41:41.113Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33142026-05-16T03:41:42.467Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33152026-05-16T03:41:42.970Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33162026-05-16T03:41:45.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.24s
33172026-05-16T03:41:45.304Z
33182026-05-16T03:41:45.304Zinfo: running `cargo check --bins` on gateway-api (134/276)
33192026-05-16T03:41:45.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33202026-05-16T03:41:45.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33212026-05-16T03:41:45.767Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33222026-05-16T03:41:45.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33232026-05-16T03:41:45.861Z
33242026-05-16T03:41:45.861Zinfo: running `cargo check --bins` on ipcc (135/276)
33252026-05-16T03:41:46.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33262026-05-16T03:41:46.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33272026-05-16T03:41:46.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33282026-05-16T03:41:46.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33292026-05-16T03:41:46.478Z
33302026-05-16T03:41:46.478Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/276)
33312026-05-16T03:41:46.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33322026-05-16T03:41:46.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33332026-05-16T03:41:46.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33342026-05-16T03:41:46.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33352026-05-16T03:41:47.080Z
33362026-05-16T03:41:47.080Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (137/276)
33372026-05-16T03:41:47.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33382026-05-16T03:41:47.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33392026-05-16T03:41:47.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33402026-05-16T03:41:47.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33412026-05-16T03:41:47.696Z
33422026-05-16T03:41:47.696Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/276)
33432026-05-16T03:41:48.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33442026-05-16T03:41:48.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33452026-05-16T03:41:48.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33462026-05-16T03:41:48.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33472026-05-16T03:41:48.315Z
33482026-05-16T03:41:48.315Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/276)
33492026-05-16T03:41:48.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33502026-05-16T03:41:48.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33512026-05-16T03:41:48.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33522026-05-16T03:41:48.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33532026-05-16T03:41:48.932Z
33542026-05-16T03:41:48.932Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/276)
33552026-05-16T03:41:49.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33562026-05-16T03:41:49.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33572026-05-16T03:41:49.455Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33582026-05-16T03:41:49.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33592026-05-16T03:41:49.550Z
33602026-05-16T03:41:49.550Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/276)
33612026-05-16T03:41:50.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33622026-05-16T03:41:50.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33632026-05-16T03:41:50.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33642026-05-16T03:41:50.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33652026-05-16T03:41:50.166Z
33662026-05-16T03:41:50.167Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/276)
33672026-05-16T03:41:50.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33682026-05-16T03:41:50.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33692026-05-16T03:41:50.688Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33702026-05-16T03:41:50.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33712026-05-16T03:41:50.781Z
33722026-05-16T03:41:50.781Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/276)
33732026-05-16T03:41:51.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33742026-05-16T03:41:51.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33752026-05-16T03:41:51.301Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33762026-05-16T03:41:51.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33772026-05-16T03:41:51.396Z
33782026-05-16T03:41:51.396Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/276)
33792026-05-16T03:41:51.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33802026-05-16T03:41:51.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33812026-05-16T03:41:51.930Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33822026-05-16T03:41:51.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33832026-05-16T03:41:52.038Z
33842026-05-16T03:41:52.038Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/276)
33852026-05-16T03:41:52.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33862026-05-16T03:41:52.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33872026-05-16T03:41:52.541Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33882026-05-16T03:41:52.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33892026-05-16T03:41:52.633Z
33902026-05-16T03:41:52.633Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/276)
33912026-05-16T03:41:53.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33922026-05-16T03:41:53.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33932026-05-16T03:41:53.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33942026-05-16T03:41:53.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33952026-05-16T03:41:53.248Z
33962026-05-16T03:41:53.248Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/276)
33972026-05-16T03:41:53.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33982026-05-16T03:41:53.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33992026-05-16T03:41:53.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34002026-05-16T03:41:53.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34012026-05-16T03:41:53.890Z
34022026-05-16T03:41:53.890Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (148/276)
34032026-05-16T03:41:54.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34042026-05-16T03:41:54.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34052026-05-16T03:41:54.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34062026-05-16T03:41:54.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34072026-05-16T03:41:54.480Z
34082026-05-16T03:41:54.480Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (149/276)
34092026-05-16T03:41:55.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34102026-05-16T03:41:55.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34112026-05-16T03:41:55.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34122026-05-16T03:41:55.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34132026-05-16T03:41:55.098Z
34142026-05-16T03:41:55.098Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (150/276)
34152026-05-16T03:41:55.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34162026-05-16T03:41:55.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34172026-05-16T03:41:55.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34182026-05-16T03:41:55.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34192026-05-16T03:41:55.714Z
34202026-05-16T03:41:55.714Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (151/276)
34212026-05-16T03:41:56.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34222026-05-16T03:41:56.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34232026-05-16T03:41:56.235Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34242026-05-16T03:41:56.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34252026-05-16T03:41:56.334Z
34262026-05-16T03:41:56.334Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (152/276)
34272026-05-16T03:41:56.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34282026-05-16T03:41:56.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34292026-05-16T03:41:56.858Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34302026-05-16T03:41:56.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34312026-05-16T03:41:56.945Z
34322026-05-16T03:41:56.945Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (153/276)
34332026-05-16T03:41:57.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34342026-05-16T03:41:57.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34352026-05-16T03:41:57.462Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34362026-05-16T03:41:57.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34372026-05-16T03:41:57.557Z
34382026-05-16T03:41:57.558Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (154/276)
34392026-05-16T03:41:58.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34402026-05-16T03:41:58.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34412026-05-16T03:41:58.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34422026-05-16T03:41:58.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34432026-05-16T03:41:58.174Z
34442026-05-16T03:41:58.174Zinfo: running `cargo check --bins` on oximeter-producer (155/276)
34452026-05-16T03:41:58.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34462026-05-16T03:41:58.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34472026-05-16T03:41:58.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34482026-05-16T03:41:58.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34492026-05-16T03:41:58.828Z
34502026-05-16T03:41:58.828Zinfo: running `cargo check --bins` on internal-dns-resolver (156/276)
34512026-05-16T03:41:59.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34522026-05-16T03:41:59.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34532026-05-16T03:41:59.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34542026-05-16T03:41:59.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34552026-05-16T03:41:59.448Z
34562026-05-16T03:41:59.448Zinfo: running `cargo check --bins` on dns-server (157/276)
34572026-05-16T03:41:59.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34582026-05-16T03:41:59.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34592026-05-16T03:42:00.144Z Compiling parking_lot_core v0.8.6
34602026-05-16T03:42:00.144Z Compiling atomicwrites v0.4.4
34612026-05-16T03:42:00.145Z Compiling git-stub v1.0.0
34622026-05-16T03:42:00.151Z Checking prefix-trie v0.7.0
34632026-05-16T03:42:00.151Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34642026-05-16T03:42:00.351Z Compiling git-stub-vcs v0.1.0
34652026-05-16T03:42:00.522Z Checking hickory-server v0.25.2
34662026-05-16T03:42:00.621Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34672026-05-16T03:42:00.633Z Checking parking_lot v0.11.2
34682026-05-16T03:42:00.715Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34692026-05-16T03:42:00.715Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34702026-05-16T03:42:00.801Z Checking sled v0.34.7
34712026-05-16T03:42:02.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
34722026-05-16T03:42:02.860Z
34732026-05-16T03:42:02.860Zinfo: running `cargo check --bins` on dns-server-api (158/276)
34742026-05-16T03:42:03.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34752026-05-16T03:42:03.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34762026-05-16T03:42:03.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34772026-05-16T03:42:03.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34782026-05-16T03:42:03.471Z
34792026-05-16T03:42:03.471Zinfo: running `cargo check --bins` on oximeter-producer-api (159/276)
34802026-05-16T03:42:04.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34812026-05-16T03:42:04.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34822026-05-16T03:42:04.012Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34832026-05-16T03:42:04.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34842026-05-16T03:42:04.088Z
34852026-05-16T03:42:04.088Zinfo: running `cargo check --bins` on sp-sim (160/276)
34862026-05-16T03:42:04.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34872026-05-16T03:42:04.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34882026-05-16T03:42:04.820Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34892026-05-16T03:42:06.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.48s
34902026-05-16T03:42:06.782Z
34912026-05-16T03:42:06.782Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (161/276)
34922026-05-16T03:42:07.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34932026-05-16T03:42:07.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34942026-05-16T03:42:07.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34952026-05-16T03:42:07.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
34962026-05-16T03:42:07.450Z
34972026-05-16T03:42:07.450Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (162/276)
34982026-05-16T03:42:08.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34992026-05-16T03:42:08.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35002026-05-16T03:42:08.058Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35012026-05-16T03:42:08.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
35022026-05-16T03:42:08.120Z
35032026-05-16T03:42:08.120Zinfo: running `cargo check --bins` on db-macros (163/276)
35042026-05-16T03:42:08.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35052026-05-16T03:42:08.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35062026-05-16T03:42:08.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35072026-05-16T03:42:08.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35082026-05-16T03:42:08.724Z
35092026-05-16T03:42:08.724Zinfo: running `cargo check --bins` on nexus-macros-common (164/276)
35102026-05-16T03:42:09.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35112026-05-16T03:42:09.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35122026-05-16T03:42:09.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35132026-05-16T03:42:09.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35142026-05-16T03:42:09.328Z
35152026-05-16T03:42:09.328Zinfo: running `cargo check --bins` on nexus-auth (165/276)
35162026-05-16T03:42:09.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35172026-05-16T03:42:09.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35182026-05-16T03:42:09.888Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35192026-05-16T03:42:09.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35202026-05-16T03:42:09.997Z
35212026-05-16T03:42:09.997Zinfo: running `cargo check --bins` on authz-macros (166/276)
35222026-05-16T03:42:10.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35232026-05-16T03:42:10.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35242026-05-16T03:42:10.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35252026-05-16T03:42:10.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35262026-05-16T03:42:10.600Z
35272026-05-16T03:42:10.601Zinfo: running `cargo check --bins` on nexus-db-fixed-data (167/276)
35282026-05-16T03:42:11.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35292026-05-16T03:42:11.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35302026-05-16T03:42:11.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35312026-05-16T03:42:11.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35322026-05-16T03:42:11.273Z
35332026-05-16T03:42:11.273Zinfo: running `cargo check --bins` on nexus-db-model (168/276)
35342026-05-16T03:42:11.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35352026-05-16T03:42:11.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35362026-05-16T03:42:11.847Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35372026-05-16T03:42:11.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35382026-05-16T03:42:11.929Z
35392026-05-16T03:42:11.929Zinfo: running `cargo check --bins` on nexus-db-schema (169/276)
35402026-05-16T03:42:12.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35412026-05-16T03:42:12.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35422026-05-16T03:42:12.458Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35432026-05-16T03:42:12.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35442026-05-16T03:42:12.541Z
35452026-05-16T03:42:12.541Zinfo: running `cargo check --bins` on omicron-rpaths (170/276)
35462026-05-16T03:42:13.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35472026-05-16T03:42:13.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35482026-05-16T03:42:13.056Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35492026-05-16T03:42:13.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35502026-05-16T03:42:13.148Z
35512026-05-16T03:42:13.148Zinfo: running `cargo check --bins` on nexus-defaults (171/276)
35522026-05-16T03:42:13.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35532026-05-16T03:42:13.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35542026-05-16T03:42:13.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35552026-05-16T03:42:13.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35562026-05-16T03:42:13.771Z
35572026-05-16T03:42:13.772Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (172/276)
35582026-05-16T03:42:14.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35592026-05-16T03:42:14.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35602026-05-16T03:42:14.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35612026-05-16T03:42:14.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35622026-05-16T03:42:14.383Z
35632026-05-16T03:42:14.383Zinfo: running `cargo check --bins` on parallel-task-set (173/276)
35642026-05-16T03:42:14.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35652026-05-16T03:42:14.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35662026-05-16T03:42:14.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35672026-05-16T03:42:14.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35682026-05-16T03:42:14.991Z
35692026-05-16T03:42:14.992Zinfo: running `cargo check --bins` on nexus-db-errors (174/276)
35702026-05-16T03:42:15.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35712026-05-16T03:42:15.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35722026-05-16T03:42:15.546Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35732026-05-16T03:42:15.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
35742026-05-16T03:42:15.656Z
35752026-05-16T03:42:15.656Zinfo: running `cargo check --bins` on nexus-db-lookup (175/276)
35762026-05-16T03:42:16.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35772026-05-16T03:42:16.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35782026-05-16T03:42:16.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35792026-05-16T03:42:16.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
35802026-05-16T03:42:16.333Z
35812026-05-16T03:42:16.333Zinfo: running `cargo check --bins` on nexus-inventory (176/276)
35822026-05-16T03:42:16.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35832026-05-16T03:42:16.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35842026-05-16T03:42:16.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35852026-05-16T03:42:16.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35862026-05-16T03:42:16.995Z
35872026-05-16T03:42:16.995Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (177/276)
35882026-05-16T03:42:17.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35892026-05-16T03:42:17.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35902026-05-16T03:42:17.533Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35912026-05-16T03:42:17.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35922026-05-16T03:42:17.630Z
35932026-05-16T03:42:17.630Zinfo: running `cargo check --bins --no-default-features` on sled-storage (178/276)
35942026-05-16T03:42:18.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35952026-05-16T03:42:18.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35962026-05-16T03:42:18.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35972026-05-16T03:42:18.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35982026-05-16T03:42:18.273Z
35992026-05-16T03:42:18.273Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (179/276)
36002026-05-16T03:42:18.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36012026-05-16T03:42:18.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36022026-05-16T03:42:18.824Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36032026-05-16T03:42:18.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36042026-05-16T03:42:18.927Z
36052026-05-16T03:42:18.927Zinfo: running `cargo check --bins` on key-manager (180/276)
36062026-05-16T03:42:19.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36072026-05-16T03:42:19.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36082026-05-16T03:42:19.433Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36092026-05-16T03:42:19.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36102026-05-16T03:42:19.529Z
36112026-05-16T03:42:19.529Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (181/276)
36122026-05-16T03:42:20.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36132026-05-16T03:42:20.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36142026-05-16T03:42:20.066Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36152026-05-16T03:42:20.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36162026-05-16T03:42:20.165Z
36172026-05-16T03:42:20.165Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (182/276)
36182026-05-16T03:42:20.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36192026-05-16T03:42:20.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36202026-05-16T03:42:20.742Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36212026-05-16T03:42:20.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36222026-05-16T03:42:20.798Z
36232026-05-16T03:42:20.798Zinfo: running `cargo check --bins` on typed-rng (183/276)
36242026-05-16T03:42:21.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36252026-05-16T03:42:21.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36262026-05-16T03:42:21.314Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36272026-05-16T03:42:21.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36282026-05-16T03:42:21.408Z
36292026-05-16T03:42:21.408Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (184/276)
36302026-05-16T03:42:21.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36312026-05-16T03:42:21.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36322026-05-16T03:42:22.288Z Compiling typify-impl v0.4.3
36332026-05-16T03:42:22.288Z Compiling libefi-sys v0.1.0
36342026-05-16T03:42:22.291Z Compiling bitfield-struct v0.6.2
36352026-05-16T03:42:22.461Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36362026-05-16T03:42:22.469Z Compiling xshell-macros v0.2.7
36372026-05-16T03:42:22.472Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36382026-05-16T03:42:22.475Z Compiling salty v0.3.0
36392026-05-16T03:42:22.563Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36402026-05-16T03:42:22.690Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
36412026-05-16T03:42:22.787Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36422026-05-16T03:42:22.863Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36432026-05-16T03:42:22.915Z Checking xshell v0.2.7
36442026-05-16T03:42:22.936Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36452026-05-16T03:42:23.048Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36462026-05-16T03:42:23.107Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36472026-05-16T03:42:23.150Z Checking primeorder v0.13.6
36482026-05-16T03:42:23.275Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36492026-05-16T03:42:23.290Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36502026-05-16T03:42:23.373Z Compiling proc-macro-error-attr2 v2.0.0
36512026-05-16T03:42:23.389Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36522026-05-16T03:42:23.524Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36532026-05-16T03:42:23.555Z Checking tungstenite v0.21.0
36542026-05-16T03:42:23.596Z Checking p384 v0.13.1
36552026-05-16T03:42:23.619Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36562026-05-16T03:42:23.765Z Compiling proc-macro-error2 v2.0.1
36572026-05-16T03:42:24.009Z Compiling num-derive v0.3.3
36582026-05-16T03:42:24.081Z Compiling tabled_derive v0.11.0
36592026-05-16T03:42:24.273Z Checking tokio-tungstenite v0.21.0
36602026-05-16T03:42:24.358Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36612026-05-16T03:42:24.448Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36622026-05-16T03:42:24.559Z Checking papergrid v0.17.0
36632026-05-16T03:42:24.754Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36642026-05-16T03:42:24.896Z Checking libscf-sys v1.1.0
36652026-05-16T03:42:25.034Z Checking testing_table v0.3.0
36662026-05-16T03:42:25.068Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36672026-05-16T03:42:25.134Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36682026-05-16T03:42:25.237Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36692026-05-16T03:42:25.298Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36702026-05-16T03:42:25.374Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36712026-05-16T03:42:25.514Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36722026-05-16T03:42:25.543Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36732026-05-16T03:42:25.577Z Checking corncobs v0.1.4
36742026-05-16T03:42:25.668Z Compiling unicase v2.9.0
36752026-05-16T03:42:25.707Z Compiling illumos-nvpair-sys v0.2.0
36762026-05-16T03:42:25.777Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36772026-05-16T03:42:25.877Z Compiling mime_guess v2.0.5
36782026-05-16T03:42:25.928Z Checking tabled v0.20.0
36792026-05-16T03:42:25.945Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36802026-05-16T03:42:26.012Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36812026-05-16T03:42:26.059Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36822026-05-16T03:42:26.154Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
36832026-05-16T03:42:26.257Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36842026-05-16T03:42:26.277Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36852026-05-16T03:42:26.379Z Checking progenitor-client v0.11.2
36862026-05-16T03:42:26.409Z Checking secrecy v0.8.0
36872026-05-16T03:42:26.536Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36882026-05-16T03:42:26.768Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36892026-05-16T03:42:26.844Z Compiling typify-macro v0.4.3
36902026-05-16T03:42:26.882Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
36912026-05-16T03:42:26.934Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36922026-05-16T03:42:26.977Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36932026-05-16T03:42:27.038Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36942026-05-16T03:42:27.178Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
36952026-05-16T03:42:27.197Z Checking filetime v0.2.27
36962026-05-16T03:42:27.337Z Checking xattr v1.6.1
36972026-05-16T03:42:27.351Z Checking crc8 v0.1.1
36982026-05-16T03:42:27.467Z Checking http-range v0.1.5
36992026-05-16T03:42:27.478Z Checking tar v0.4.45
37002026-05-16T03:42:27.595Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37012026-05-16T03:42:27.793Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37022026-05-16T03:42:27.879Z Checking illumos-nvpair v0.3.0
37032026-05-16T03:42:27.948Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37042026-05-16T03:42:28.052Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37052026-05-16T03:42:28.089Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
37062026-05-16T03:42:28.359Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37072026-05-16T03:42:28.424Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37082026-05-16T03:42:28.441Z Checking atty v0.2.14
37092026-05-16T03:42:28.465Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37102026-05-16T03:42:28.534Z Compiling typify v0.4.3
37112026-05-16T03:42:28.647Z Compiling progenitor-impl v0.11.2
37122026-05-16T03:42:28.795Z Compiling progenitor-impl v0.10.0
37132026-05-16T03:42:29.125Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37142026-05-16T03:42:29.273Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37152026-05-16T03:42:29.525Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37162026-05-16T03:42:29.554Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37172026-05-16T03:42:29.640Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37182026-05-16T03:42:29.823Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37192026-05-16T03:42:30.163Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37202026-05-16T03:42:30.192Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
37212026-05-16T03:42:30.363Z Checking hyper-staticfile v0.10.1
37222026-05-16T03:42:30.509Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
37232026-05-16T03:42:30.743Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37242026-05-16T03:42:30.758Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37252026-05-16T03:42:30.963Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37262026-05-16T03:42:31.124Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37272026-05-16T03:42:31.293Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37282026-05-16T03:42:31.316Z Compiling progenitor-macro v0.11.2
37292026-05-16T03:42:31.399Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37302026-05-16T03:42:31.466Z Compiling progenitor-macro v0.10.0
37312026-05-16T03:42:31.484Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37322026-05-16T03:42:31.573Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37332026-05-16T03:42:34.019Z Checking progenitor v0.11.2
37342026-05-16T03:42:34.040Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
37352026-05-16T03:42:34.164Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37362026-05-16T03:42:34.371Z Checking progenitor v0.10.0
37372026-05-16T03:42:34.494Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37382026-05-16T03:42:38.784Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
37392026-05-16T03:42:49.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.25s
37402026-05-16T03:42:49.891Z
37412026-05-16T03:42:49.891Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (185/276)
37422026-05-16T03:42:50.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37432026-05-16T03:42:50.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37442026-05-16T03:42:50.687Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37452026-05-16T03:43:01.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.45s
37462026-05-16T03:43:01.571Z
37472026-05-16T03:43:01.571Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (186/276)
37482026-05-16T03:43:02.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37492026-05-16T03:43:02.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37502026-05-16T03:43:02.367Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37512026-05-16T03:43:13.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.43s
37522026-05-16T03:43:13.224Z
37532026-05-16T03:43:13.224Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (187/276)
37542026-05-16T03:43:13.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37552026-05-16T03:43:13.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37562026-05-16T03:43:14.025Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37572026-05-16T03:43:24.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.50s
37582026-05-16T03:43:24.954Z
37592026-05-16T03:43:24.955Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (188/276)
37602026-05-16T03:43:25.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37612026-05-16T03:43:25.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37622026-05-16T03:43:25.748Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37632026-05-16T03:43:36.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.45s
37642026-05-16T03:43:36.629Z
37652026-05-16T03:43:36.629Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (189/276)
37662026-05-16T03:43:37.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37672026-05-16T03:43:37.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37682026-05-16T03:43:37.423Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37692026-05-16T03:43:48.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.46s
37702026-05-16T03:43:48.312Z
37712026-05-16T03:43:48.312Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (190/276)
37722026-05-16T03:43:48.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37732026-05-16T03:43:48.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37742026-05-16T03:43:49.108Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37752026-05-16T03:43:59.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.52s
37762026-05-16T03:44:00.063Z
37772026-05-16T03:44:00.063Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (191/276)
37782026-05-16T03:44:00.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37792026-05-16T03:44:00.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37802026-05-16T03:44:00.853Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37812026-05-16T03:44:11.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.43s
37822026-05-16T03:44:11.753Z
37832026-05-16T03:44:11.753Zinfo: running `cargo check --bins` on bootstrap-agent-api (192/276)
37842026-05-16T03:44:12.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37852026-05-16T03:44:12.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37862026-05-16T03:44:12.294Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37872026-05-16T03:44:12.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37882026-05-16T03:44:12.374Z
37892026-05-16T03:44:12.374Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (193/276)
37902026-05-16T03:44:12.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37912026-05-16T03:44:12.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37922026-05-16T03:44:12.878Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37932026-05-16T03:44:12.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37942026-05-16T03:44:12.963Z
37952026-05-16T03:44:12.963Zinfo: running `cargo check --bins` on range-requests (194/276)
37962026-05-16T03:44:13.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37972026-05-16T03:44:13.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37982026-05-16T03:44:13.485Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37992026-05-16T03:44:13.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38002026-05-16T03:44:13.575Z
38012026-05-16T03:44:13.575Zinfo: running `cargo check --bins` on repo-depot-api (195/276)
38022026-05-16T03:44:14.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38032026-05-16T03:44:14.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38042026-05-16T03:44:14.099Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38052026-05-16T03:44:14.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38062026-05-16T03:44:14.193Z
38072026-05-16T03:44:14.193Zinfo: running `cargo check --bins` on sled-agent-api (196/276)
38082026-05-16T03:44:14.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38092026-05-16T03:44:14.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38102026-05-16T03:44:14.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38112026-05-16T03:44:14.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38122026-05-16T03:44:14.828Z
38132026-05-16T03:44:14.828Zinfo: running `cargo check --bins` on sled-diagnostics (197/276)
38142026-05-16T03:44:15.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38152026-05-16T03:44:15.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38162026-05-16T03:44:15.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38172026-05-16T03:44:15.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38182026-05-16T03:44:15.470Z
38192026-05-16T03:44:15.470Zinfo: running `cargo check --bins` on zfs-test-harness (198/276)
38202026-05-16T03:44:16.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38212026-05-16T03:44:16.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38222026-05-16T03:44:16.008Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38232026-05-16T03:44:16.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38242026-05-16T03:44:16.106Z
38252026-05-16T03:44:16.106Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (199/276)
38262026-05-16T03:44:16.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38272026-05-16T03:44:16.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38282026-05-16T03:44:16.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38292026-05-16T03:44:16.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38302026-05-16T03:44:16.753Z
38312026-05-16T03:44:16.753Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (200/276)
38322026-05-16T03:44:17.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38332026-05-16T03:44:17.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38342026-05-16T03:44:17.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38352026-05-16T03:44:17.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38362026-05-16T03:44:17.408Z
38372026-05-16T03:44:17.408Zinfo: running `cargo check --bins` on sled-agent-early-networking (201/276)
38382026-05-16T03:44:17.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38392026-05-16T03:44:17.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38402026-05-16T03:44:17.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38412026-05-16T03:44:17.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38422026-05-16T03:44:18.059Z
38432026-05-16T03:44:18.059Zinfo: running `cargo check --bins` on sled-agent-health-monitor (202/276)
38442026-05-16T03:44:18.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38452026-05-16T03:44:18.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38462026-05-16T03:44:18.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38472026-05-16T03:44:18.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38482026-05-16T03:44:18.705Z
38492026-05-16T03:44:18.705Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (203/276)
38502026-05-16T03:44:19.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38512026-05-16T03:44:19.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38522026-05-16T03:44:19.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38532026-05-16T03:44:19.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38542026-05-16T03:44:19.357Z
38552026-05-16T03:44:19.357Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (204/276)
38562026-05-16T03:44:19.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38572026-05-16T03:44:19.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38582026-05-16T03:44:19.899Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38592026-05-16T03:44:19.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38602026-05-16T03:44:20.003Z
38612026-05-16T03:44:20.003Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (205/276)
38622026-05-16T03:44:20.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38632026-05-16T03:44:20.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38642026-05-16T03:44:20.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38652026-05-16T03:44:20.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38662026-05-16T03:44:20.654Z
38672026-05-16T03:44:20.654Zinfo: running `cargo check --bins` on sled-agent-rack-setup (206/276)
38682026-05-16T03:44:21.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38692026-05-16T03:44:21.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38702026-05-16T03:44:21.219Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38712026-05-16T03:44:21.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
38722026-05-16T03:44:21.328Z
38732026-05-16T03:44:21.328Zinfo: running `cargo check --bins` on trust-quorum (207/276)
38742026-05-16T03:44:21.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38752026-05-16T03:44:21.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38762026-05-16T03:44:21.875Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38772026-05-16T03:44:21.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38782026-05-16T03:44:21.981Z
38792026-05-16T03:44:21.981Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (208/276)
38802026-05-16T03:44:22.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38812026-05-16T03:44:22.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38822026-05-16T03:44:22.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38832026-05-16T03:44:22.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38842026-05-16T03:44:22.640Z
38852026-05-16T03:44:22.640Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (209/276)
38862026-05-16T03:44:23.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38872026-05-16T03:44:23.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38882026-05-16T03:44:23.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38892026-05-16T03:44:23.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38902026-05-16T03:44:23.306Z
38912026-05-16T03:44:23.306Zinfo: running `cargo check --bins` on update-common (210/276)
38922026-05-16T03:44:23.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38932026-05-16T03:44:23.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38942026-05-16T03:44:23.831Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38952026-05-16T03:44:23.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38962026-05-16T03:44:23.928Z
38972026-05-16T03:44:23.928Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (211/276)
38982026-05-16T03:44:24.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38992026-05-16T03:44:24.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39002026-05-16T03:44:24.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39012026-05-16T03:44:24.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
39022026-05-16T03:44:24.608Z
39032026-05-16T03:44:24.608Zinfo: running `cargo check --bins` on omicron-deployment-graph (212/276)
39042026-05-16T03:44:25.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39052026-05-16T03:44:25.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39062026-05-16T03:44:25.122Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39072026-05-16T03:44:25.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39082026-05-16T03:44:25.212Z
39092026-05-16T03:44:25.212Zinfo: running `cargo check --bins` on reconfigurator-cli (213/276)
39102026-05-16T03:44:25.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39112026-05-16T03:44:25.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39122026-05-16T03:44:26.000Z Compiling fs-err v2.11.0
39132026-05-16T03:44:26.000Z Checking ignore v0.4.25
39142026-05-16T03:44:26.004Z Checking arc-swap v1.8.2
39152026-05-16T03:44:26.004Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
39162026-05-16T03:44:26.004Z Checking predicates-tree v1.0.13
39172026-05-16T03:44:26.131Z Checking parse-size v1.1.0
39182026-05-16T03:44:26.171Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39192026-05-16T03:44:26.174Z Checking rand_seeder v0.4.0
39202026-05-16T03:44:26.235Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39212026-05-16T03:44:26.267Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39222026-05-16T03:44:26.320Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39232026-05-16T03:44:26.333Z Checking slog-scope v4.4.1
39242026-05-16T03:44:26.368Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39252026-05-16T03:44:26.459Z Checking slog-stdlog v4.1.1
39262026-05-16T03:44:26.475Z Compiling petname v2.0.2
39272026-05-16T03:44:26.490Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39282026-05-16T03:44:26.506Z Checking globwalk v0.9.1
39292026-05-16T03:44:26.549Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
39302026-05-16T03:44:26.580Z Checking slog-envlogger v2.2.0
39312026-05-16T03:44:26.680Z Checking camino-tempfile-ext v0.3.3
39322026-05-16T03:44:26.728Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39332026-05-16T03:44:26.751Z Checking sapling-renderdag v0.1.0
39342026-05-16T03:44:26.872Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39352026-05-16T03:44:26.915Z Checking subprocess v0.2.15
39362026-05-16T03:44:26.989Z Checking sync-ptr v0.1.4
39372026-05-16T03:44:27.105Z Checking colored v2.2.0
39382026-05-16T03:44:27.124Z Checking assert_matches v1.5.0
39392026-05-16T03:44:27.188Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39402026-05-16T03:44:27.362Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
39412026-05-16T03:44:27.365Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39422026-05-16T03:44:28.102Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39432026-05-16T03:44:29.415Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39442026-05-16T03:44:31.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.43s
39452026-05-16T03:44:31.867Z
39462026-05-16T03:44:31.867Zinfo: running `cargo check --bins` on omicron-repl-utils (214/276)
39472026-05-16T03:44:32.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39482026-05-16T03:44:32.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39492026-05-16T03:44:32.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39502026-05-16T03:44:32.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39512026-05-16T03:44:32.472Z
39522026-05-16T03:44:32.472Zinfo: running `cargo check --bins` on transient-dns-server (215/276)
39532026-05-16T03:44:33.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39542026-05-16T03:44:33.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39552026-05-16T03:44:33.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39562026-05-16T03:44:33.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39572026-05-16T03:44:33.103Z
39582026-05-16T03:44:33.103Zinfo: running `cargo check --bins` on nexus-test-interface (216/276)
39592026-05-16T03:44:33.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39602026-05-16T03:44:33.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39612026-05-16T03:44:33.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39622026-05-16T03:44:33.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
39632026-05-16T03:44:33.778Z
39642026-05-16T03:44:33.778Zinfo: running `cargo check --bins` on oximeter-collector (217/276)
39652026-05-16T03:44:34.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39662026-05-16T03:44:34.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39672026-05-16T03:44:34.519Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39682026-05-16T03:44:34.519Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39692026-05-16T03:44:35.168Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39702026-05-16T03:44:36.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.96s
39712026-05-16T03:44:36.954Z
39722026-05-16T03:44:36.954Zinfo: running `cargo check --bins` on oximeter-api (218/276)
39732026-05-16T03:44:37.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39742026-05-16T03:44:37.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39752026-05-16T03:44:37.485Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39762026-05-16T03:44:37.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39772026-05-16T03:44:37.578Z
39782026-05-16T03:44:37.578Zinfo: running `cargo check --bins` on cert-dev (219/276)
39792026-05-16T03:44:38.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39802026-05-16T03:44:38.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39812026-05-16T03:44:38.201Z Checking yasna v0.5.2
39822026-05-16T03:44:38.602Z Checking rcgen v0.12.1
39832026-05-16T03:44:38.851Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39842026-05-16T03:44:39.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
39852026-05-16T03:44:39.219Z
39862026-05-16T03:44:39.219Zinfo: running `cargo check --bins` on clickana (220/276)
39872026-05-16T03:44:39.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39882026-05-16T03:44:39.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39892026-05-16T03:44:39.888Z Compiling darling_core v0.23.0
39902026-05-16T03:44:39.996Z Compiling instability v0.3.11
39912026-05-16T03:44:40.004Z Checking castaway v0.2.4
39922026-05-16T03:44:40.010Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39932026-05-16T03:44:40.013Z Compiling indoc v2.0.7
39942026-05-16T03:44:40.025Z Checking unicode-truncate v1.1.0
39952026-05-16T03:44:40.029Z Checking lru v0.12.5
39962026-05-16T03:44:40.029Z Checking cassowary v0.3.0
39972026-05-16T03:44:40.093Z Checking compact_str v0.8.1
39982026-05-16T03:44:41.063Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39992026-05-16T03:44:41.247Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40002026-05-16T03:44:41.410Z Compiling darling_macro v0.23.0
40012026-05-16T03:44:41.819Z Compiling darling v0.23.0
40022026-05-16T03:44:42.427Z Checking ratatui v0.29.0
40032026-05-16T03:44:43.467Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
40042026-05-16T03:44:44.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.90s
40052026-05-16T03:44:44.337Z
40062026-05-16T03:44:44.337Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (221/276)
40072026-05-16T03:44:44.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40082026-05-16T03:44:44.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40092026-05-16T03:44:45.073Z Checking headers-core v0.3.0
40102026-05-16T03:44:45.080Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
40112026-05-16T03:44:45.271Z Checking headers v0.4.1
40122026-05-16T03:44:45.637Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40132026-05-16T03:44:46.480Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
40142026-05-16T03:44:46.978Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
40152026-05-16T03:44:47.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.05s
40162026-05-16T03:44:47.603Z
40172026-05-16T03:44:47.603Zinfo: running `cargo check --bins` on ch-dev (222/276)
40182026-05-16T03:44:48.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40192026-05-16T03:44:48.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40202026-05-16T03:44:48.327Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
40212026-05-16T03:44:49.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
40222026-05-16T03:44:49.291Z
40232026-05-16T03:44:49.291Zinfo: running `cargo check --bins` on dev-tools-common (223/276)
40242026-05-16T03:44:49.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40252026-05-16T03:44:49.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40262026-05-16T03:44:49.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40272026-05-16T03:44:49.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
40282026-05-16T03:44:49.775Z
40292026-05-16T03:44:49.775Zinfo: running `cargo check --bins` on crdb-seed (224/276)
40302026-05-16T03:44:50.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40312026-05-16T03:44:50.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40322026-05-16T03:44:50.497Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40332026-05-16T03:44:51.473Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40342026-05-16T03:44:51.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s
40352026-05-16T03:44:52.016Z
40362026-05-16T03:44:52.016Zinfo: running `cargo check --bins` on db-dev (225/276)
40372026-05-16T03:44:52.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40382026-05-16T03:44:52.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40392026-05-16T03:44:52.745Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40402026-05-16T03:44:53.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
40412026-05-16T03:44:53.711Z
40422026-05-16T03:44:53.711Zinfo: running `cargo check --bins` on omicron-dev-lib (226/276)
40432026-05-16T03:44:54.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40442026-05-16T03:44:54.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40452026-05-16T03:44:54.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40462026-05-16T03:44:54.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40472026-05-16T03:44:54.356Z
40482026-05-16T03:44:54.356Zinfo: running `cargo check --bins` on xtask-downloader (227/276)
40492026-05-16T03:44:54.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40502026-05-16T03:44:54.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40512026-05-16T03:44:54.981Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40522026-05-16T03:44:55.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
40532026-05-16T03:44:55.830Z
40542026-05-16T03:44:55.830Zinfo: running `cargo check --bins` on omicron-dropshot-apis (228/276)
40552026-05-16T03:44:56.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40562026-05-16T03:44:56.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40572026-05-16T03:44:56.582Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40582026-05-16T03:44:56.582Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40592026-05-16T03:44:56.582Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
40602026-05-16T03:44:56.582Z Checking git-stub v1.0.0
40612026-05-16T03:44:56.585Z Compiling trait-variant v0.1.2
40622026-05-16T03:44:56.585Z Checking is_ci v1.2.0
40632026-05-16T03:44:56.585Z Checking maplit v1.0.2
40642026-05-16T03:44:56.725Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40652026-05-16T03:44:56.787Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40662026-05-16T03:44:56.790Z Checking supports-color v3.0.2
40672026-05-16T03:44:56.880Z Checking git-stub-vcs v0.1.0
40682026-05-16T03:44:56.921Z Checking drift v0.1.4
40692026-05-16T03:44:56.981Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40702026-05-16T03:44:56.999Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40712026-05-16T03:44:57.077Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40722026-05-16T03:44:57.208Z Checking dropshot-api-manager v0.7.1
40732026-05-16T03:44:57.222Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
40742026-05-16T03:44:57.236Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40752026-05-16T03:44:57.264Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40762026-05-16T03:44:57.446Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40772026-05-16T03:44:57.476Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40782026-05-16T03:44:57.664Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
40792026-05-16T03:44:57.945Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40802026-05-16T03:45:02.877Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40812026-05-16T03:45:03.961Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40822026-05-16T03:45:04.520Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40832026-05-16T03:45:04.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.11s
40842026-05-16T03:45:05.159Z
40852026-05-16T03:45:05.159Zinfo: running `cargo check --bins` on installinator-api (229/276)
40862026-05-16T03:45:05.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40872026-05-16T03:45:05.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40882026-05-16T03:45:05.693Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40892026-05-16T03:45:05.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40902026-05-16T03:45:05.765Z
40912026-05-16T03:45:05.765Zinfo: running `cargo check --bins` on nexus-external-api (230/276)
40922026-05-16T03:45:06.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40932026-05-16T03:45:06.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40942026-05-16T03:45:06.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40952026-05-16T03:45:06.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40962026-05-16T03:45:06.410Z
40972026-05-16T03:45:06.410Zinfo: running `cargo check --bins` on nexus-internal-api (231/276)
40982026-05-16T03:45:06.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40992026-05-16T03:45:06.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41002026-05-16T03:45:06.960Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41012026-05-16T03:45:06.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41022026-05-16T03:45:07.060Z
41032026-05-16T03:45:07.060Zinfo: running `cargo check --bins` on nexus-lockstep-api (232/276)
41042026-05-16T03:45:07.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41052026-05-16T03:45:07.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41062026-05-16T03:45:07.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41072026-05-16T03:45:07.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41082026-05-16T03:45:07.707Z
41092026-05-16T03:45:07.707Zinfo: running `cargo check --bins` on ntp-admin-api (233/276)
41102026-05-16T03:45:08.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41112026-05-16T03:45:08.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41122026-05-16T03:45:08.249Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41132026-05-16T03:45:08.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41142026-05-16T03:45:08.316Z
41152026-05-16T03:45:08.316Zinfo: running `cargo check --bins` on ntp-admin-types-versions (234/276)
41162026-05-16T03:45:08.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41172026-05-16T03:45:08.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41182026-05-16T03:45:08.829Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41192026-05-16T03:45:08.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41202026-05-16T03:45:08.919Z
41212026-05-16T03:45:08.919Zinfo: running `cargo check --bins` on wicketd-api (235/276)
41222026-05-16T03:45:09.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41232026-05-16T03:45:09.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41242026-05-16T03:45:09.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41252026-05-16T03:45:09.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41262026-05-16T03:45:09.544Z
41272026-05-16T03:45:09.545Zinfo: running `cargo check --bins` on omicron-ls-apis (236/276)
41282026-05-16T03:45:10.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41292026-05-16T03:45:10.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41302026-05-16T03:45:10.165Z Checking typeid v1.0.3
41312026-05-16T03:45:10.285Z Checking ordered-float v2.10.1
41322026-05-16T03:45:10.298Z Checking unicode-xid v0.2.6
41332026-05-16T03:45:10.314Z Checking cargo-platform v0.2.0
41342026-05-16T03:45:10.319Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
41352026-05-16T03:45:10.352Z Checking erased-serde v0.4.9
41362026-05-16T03:45:10.481Z Checking serde-value v0.7.0
41372026-05-16T03:45:10.663Z Checking serde-untagged v0.1.9
41382026-05-16T03:45:10.814Z Checking cargo-util-schemas v0.8.2
41392026-05-16T03:45:11.496Z Checking cargo_metadata v0.21.0
41402026-05-16T03:45:12.109Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41412026-05-16T03:45:12.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s
41422026-05-16T03:45:12.972Z
41432026-05-16T03:45:12.972Zinfo: running `cargo check --bins` on mgs-dev (237/276)
41442026-05-16T03:45:13.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41452026-05-16T03:45:13.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41462026-05-16T03:45:13.710Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41472026-05-16T03:45:14.337Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41482026-05-16T03:45:14.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.87s
41492026-05-16T03:45:15.073Z
41502026-05-16T03:45:15.073Zinfo: running `cargo check --bins` on omicron-omdb (238/276)
41512026-05-16T03:45:15.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41522026-05-16T03:45:15.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41532026-05-16T03:45:15.934Z Compiling vergen-gitcl v1.0.8
41542026-05-16T03:45:15.934Z Compiling dirs-sys-next v0.1.2
41552026-05-16T03:45:15.934Z Compiling crunchy v0.2.4
41562026-05-16T03:45:15.934Z Compiling diesel_derives v2.3.7
41572026-05-16T03:45:15.939Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41582026-05-16T03:45:15.939Z Compiling glob v0.3.3
41592026-05-16T03:45:15.939Z Compiling dsl_auto_type v0.2.0
41602026-05-16T03:45:15.939Z Checking scheduled-thread-pool v0.2.7
41612026-05-16T03:45:16.230Z Compiling dirs-next v2.0.0
41622026-05-16T03:45:16.265Z Compiling diesel_table_macro_syntax v0.3.0
41632026-05-16T03:45:16.327Z Compiling tiny-keccak v2.0.2
41642026-05-16T03:45:16.359Z Compiling term v0.7.0
41652026-05-16T03:45:16.455Z Compiling clang-sys v1.8.1
41662026-05-16T03:45:16.469Z Checking r2d2 v0.8.10
41672026-05-16T03:45:16.490Z Checking downcast-rs v2.0.2
41682026-05-16T03:45:16.533Z Compiling bit-vec v0.6.3
41692026-05-16T03:45:16.648Z Compiling ascii-canvas v3.0.0
41702026-05-16T03:45:16.751Z Compiling bit-set v0.5.3
41712026-05-16T03:45:16.822Z Compiling itertools v0.10.5
41722026-05-16T03:45:16.890Z Compiling ena v0.14.4
41732026-05-16T03:45:16.917Z Compiling libloading v0.8.9
41742026-05-16T03:45:16.921Z Compiling regex-syntax v0.6.29
41752026-05-16T03:45:16.927Z Compiling bindgen v0.71.1
41762026-05-16T03:45:16.999Z Compiling diff v0.1.13
41772026-05-16T03:45:17.126Z Compiling cexpr v0.6.0
41782026-05-16T03:45:17.262Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41792026-05-16T03:45:17.377Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41802026-05-16T03:45:17.476Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41812026-05-16T03:45:17.524Z Compiling libxml v0.3.3
41822026-05-16T03:45:17.747Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41832026-05-16T03:45:17.824Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41842026-05-16T03:45:17.859Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41852026-05-16T03:45:18.048Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41862026-05-16T03:45:18.062Z Compiling strum_macros v0.24.3
41872026-05-16T03:45:18.080Z Compiling indoc v1.0.9
41882026-05-16T03:45:18.308Z Compiling lalrpop v0.19.12
41892026-05-16T03:45:19.103Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41902026-05-16T03:45:19.295Z Checking derive_builder v0.20.2
41912026-05-16T03:45:19.401Z Compiling oso-derive v0.27.3
41922026-05-16T03:45:19.417Z Checking quick-xml v0.37.5
41932026-05-16T03:45:19.602Z Compiling impl-trait-for-tuples v0.2.3
41942026-05-16T03:45:19.894Z Checking openssl-probe v0.1.6
41952026-05-16T03:45:20.043Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41962026-05-16T03:45:20.326Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41972026-05-16T03:45:20.520Z Checking bb8 v0.8.6
41982026-05-16T03:45:20.757Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41992026-05-16T03:45:20.778Z Checking nonempty v0.12.0
42002026-05-16T03:45:20.808Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42012026-05-16T03:45:20.948Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42022026-05-16T03:45:20.985Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
42032026-05-16T03:45:21.034Z Checking console v0.16.2
42042026-05-16T03:45:21.165Z Checking unit-prefix v0.5.2
42052026-05-16T03:45:21.192Z Checking support-bundle-viewer v0.1.2
42062026-05-16T03:45:21.302Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
42072026-05-16T03:45:21.328Z Checking indicatif v0.18.4
42082026-05-16T03:45:21.440Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c59a1362a3ac332443c1dd8110d87a25d056ee8a#c59a1362)
42092026-05-16T03:45:21.557Z Checking multimap v0.10.1
42102026-05-16T03:45:21.969Z Checking diesel v2.3.7
42112026-05-16T03:45:23.951Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
42122026-05-16T03:45:24.015Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
42132026-05-16T03:45:24.464Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
42142026-05-16T03:45:24.597Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
42152026-05-16T03:45:25.442Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
42162026-05-16T03:45:25.623Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42172026-05-16T03:45:25.767Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
42182026-05-16T03:45:26.414Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
42192026-05-16T03:45:28.429Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42202026-05-16T03:45:33.625Z Compiling samael v0.0.19
42212026-05-16T03:45:37.346Z Checking diesel-dtrace v0.5.0
42222026-05-16T03:45:37.583Z Checking async-bb8-diesel v0.2.1
42232026-05-16T03:45:38.415Z Compiling polar-core v0.27.3
42242026-05-16T03:45:42.866Z Checking oso v0.27.3
42252026-05-16T03:46:19.881Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42262026-05-16T03:46:47.914Zerror[E0027]: pattern does not mention field `info`
42272026-05-16T03:46:47.914Z --> dev-tools/omdb/src/bin/omdb/crucible_pantry.rs:104:9
42282026-05-16T03:46:47.914Z |
42292026-05-16T03:46:47.914Z104 | let VolumeStatus { active, num_job_handles, seen_active } =
42302026-05-16T03:46:47.914Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing field `info`
42312026-05-16T03:46:47.914Z |
42322026-05-16T03:46:47.914Zhelp: include the missing field in the pattern
42332026-05-16T03:46:47.914Z |
42342026-05-16T03:46:47.914Z104 | let VolumeStatus { active, num_job_handles, seen_active, info } =
42352026-05-16T03:46:47.914Z | ++++++
42362026-05-16T03:46:47.914Zhelp: if you don't care about this missing field, you can explicitly ignore it
42372026-05-16T03:46:47.914Z |
42382026-05-16T03:46:47.914Z104 | let VolumeStatus { active, num_job_handles, seen_active, info: _ } =
42392026-05-16T03:46:47.914Z | +++++++++
42402026-05-16T03:46:47.914Zhelp: or always ignore missing fields here
42412026-05-16T03:46:47.914Z |
42422026-05-16T03:46:47.914Z104 | let VolumeStatus { active, num_job_handles, seen_active, .. } =
42432026-05-16T03:46:47.915Z | ++++
42442026-05-16T03:46:47.915Z
42452026-05-16T03:46:52.906ZFor more information about this error, try `rustc --explain E0027`.
42462026-05-16T03:46:53.057Zerror: could not compile `omicron-omdb` (bin "omdb") due to 1 previous error
42472026-05-16T03:46:53.288Zerror: process didn't exit successfully: `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo check --bins --manifest-path dev-tools/omdb/Cargo.toml` (exit status: 101)
42482026-05-16T03:46:53.292ZError: cargo-hack install failed: exit status: 1
42492026-05-16T03:46:53.295Z
42502026-05-16T03:46:53.295Zreal 8:48.198306845
42512026-05-16T03:46:53.295Zuser 14:38.219384174
42522026-05-16T03:46:53.295Zsys 3:17.099148478
42532026-05-16T03:46:53.295Ztrap 0.272369420
42542026-05-16T03:46:53.295Ztflt 0.702382085
42552026-05-16T03:46:53.295Zdflt 1.052701106
42562026-05-16T03:46:53.295Zkflt 0.004724262
42572026-05-16T03:46:53.295Zlock 48:43.035121724
42582026-05-16T03:46:53.295Zslp 1:03:58.521933068
42592026-05-16T03:46:53.295Zlat 52.896304402
42602026-05-16T03:46:53.295Zstop 3:02.272238958
42612026-05-16T03:46:53.295Zprocess exited: duration 662187 ms, exit code 1
 
42622026-05-16T03:46:53.303Zfound 0 output files