01KR3QGGRJ20NC4PFZGZQ8A5N7: 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: 01KR3QGYTBP4WF67KJ8SZ5EKPQ

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-08T12:04:07.797Zjob assigned to worker 01KR3QH880QBF29WRCCBH5WSYP [factory aws, i-0e830bc1134899a0e] (queued for 50 s)
 
22026-05-08T12:04:14.324Zstarting task 0: "setup"
32026-05-08T12:04:14.329Z++ uname -s
42026-05-08T12:04:14.332Z+ kern=SunOS
52026-05-08T12:04:14.332Z+ build_user=build
62026-05-08T12:04:14.332Z+ build_uid=12345
72026-05-08T12:04:14.332Z+ work_dir=/work
82026-05-08T12:04:14.332Z+ input_dir=/input
92026-05-08T12:04:14.332Z+ [[ 0 == 12345 ]]
102026-05-08T12:04:14.332Z+ case "$kern" in
112026-05-08T12:04:14.332Z+ groupadd -g 12345 build
122026-05-08T12:04:14.335Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-08T12:04:16.339Z+ zfs create -o mountpoint=/work rpool/work
142026-05-08T12:04:16.551Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-08T12:04:16.553Z+ home_fs=zfs
162026-05-08T12:04:16.553Z+ [[ zfs == autofs ]]
172026-05-08T12:04:16.554Z+ mkdir -p /home/build
182026-05-08T12:04:16.554Z+ chown build:build /home/build /work
192026-05-08T12:04:17.555Z+ chmod 0700 /home/build /work
202026-05-08T12:04:17.558Zprocess exited: duration 3235 ms, exit code 0
 
212026-05-08T12:04:17.564Zstarting task 1: "rust-toolchain"
222026-05-08T12:04:17.568Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-08T12:04:17.568Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-08T12:04:17.568Z * rust toolchain channel = "1.94.0"
252026-05-08T12:04:17.568Z * rust toolchain profile = "default"
262026-05-08T12:04:17.571Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-08T12:04:17.571Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-08T12:04:17.571Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-08T12:04:17.571Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-08T12:04:17.672Zinfo: downloading installer
312026-05-08T12:04:19.005Zwarn: It looks like you have an existing rustup settings file at:
322026-05-08T12:04:19.005Zwarn: /home/build/.rustup/settings.toml
332026-05-08T12:04:19.005Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-08T12:04:19.005Zwarn: instead of the one inferred from the default host triple.
352026-05-08T12:04:19.018Zinfo: profile set to default
362026-05-08T12:04:19.018Zinfo: default host triple is x86_64-unknown-illumos
372026-05-08T12:04:19.021Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-08T12:04:19.153Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-08T12:04:19.156Zinfo: downloading 6 components
402026-05-08T12:04:33.325Z
412026-05-08T12:04:33.325Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
422026-05-08T12:04:33.354Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-08T12:04:33.354Z
442026-05-08T12:04:33.356Z
452026-05-08T12:04:33.357ZRust is installed now. Great!
462026-05-08T12:04:33.357Z
472026-05-08T12:04:33.357ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-08T12:04:33.357Zenvironment variable. This has not been done automatically.
492026-05-08T12:04:33.357Z
502026-05-08T12:04:33.357ZTo configure your current shell, you need to source
512026-05-08T12:04:33.357Zthe corresponding env file under $HOME/.cargo.
522026-05-08T12:04:33.357Z
532026-05-08T12:04:33.357ZThis is usually done by running one of the following (note the leading DOT):
542026-05-08T12:04:33.357Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-08T12:04:33.357Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-08T12:04:33.357Zsource "~/.cargo/env.nu" # For nushell
572026-05-08T12:04:33.357Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-08T12:04:33.357Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-08T12:04:33.357Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-08T12:04:33.357Zwarn: no default linker (`cc`) was found in your PATH
612026-05-08T12:04:33.357Zwarn: many Rust crates require a system C toolchain to build
622026-05-08T12:04:33.460Z+ rustup --version
632026-05-08T12:04:33.469Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-08T12:04:33.472Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-08T12:04:33.491Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-08T12:04:33.494Z+ cargo --version
672026-05-08T12:04:33.506Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-08T12:04:33.510Z+ rustc --version
692026-05-08T12:04:33.531Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-08T12:04:33.534Zprocess exited: duration 15968 ms, exit code 0
 
712026-05-08T12:04:33.543Zstarting task 2: "authentication"
722026-05-08T12:04:33.558Zprocess exited: duration 18 ms, exit code 0
 
732026-05-08T12:04:33.568Zstarting task 3: "clone repository"
742026-05-08T12:04:33.570Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-08T12:04:33.570Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-08T12:04:33.605ZCloning into '/work/oxidecomputer/omicron'...
772026-05-08T12:04:43.188Z+ cd /work/oxidecomputer/omicron
782026-05-08T12:04:43.188Z+ git fetch origin 32d32b485da0a853ef79c380744d371905153bb9
792026-05-08T12:04:43.475ZFrom https://github.com/oxidecomputer/omicron
802026-05-08T12:04:43.475Z * branch 32d32b485da0a853ef79c380744d371905153bb9 -> FETCH_HEAD
812026-05-08T12:04:43.484Z+ [[ -n renovate/crucible-agent-client-digest ]]
822026-05-08T12:04:43.487Z++ git branch --show-current
832026-05-08T12:04:43.487Z+ current=main
842026-05-08T12:04:43.487Z+ [[ main != renovate/crucible-agent-client-digest ]]
852026-05-08T12:04:43.487Z+ git branch -f renovate/crucible-agent-client-digest 32d32b485da0a853ef79c380744d371905153bb9
862026-05-08T12:04:43.490Z+ git checkout -f renovate/crucible-agent-client-digest
872026-05-08T12:04:43.721ZSwitched to branch 'renovate/crucible-agent-client-digest'
882026-05-08T12:04:43.724Z+ git reset --hard 32d32b485da0a853ef79c380744d371905153bb9
892026-05-08T12:04:43.738ZHEAD is now at 32d32b485 Update crucible-agent-client digest to 2e75a38
902026-05-08T12:04:43.741Zprocess exited: duration 10174 ms, exit code 0
 
912026-05-08T12:04:43.746Zstarting task 4: "build"
922026-05-08T12:04:43.751Z+ source .github/buildomat/ci-env.sh
932026-05-08T12:04:43.751Z++ export CARGO_TERM_COLOR=always
942026-05-08T12:04:43.751Z++ CARGO_TERM_COLOR=always
952026-05-08T12:04:43.751Z+ cargo --version
962026-05-08T12:04:43.761Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-08T12:04:43.764Z+ rustc --version
982026-05-08T12:04:43.784Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-08T12:04:43.787Z+ source ./env.sh
1002026-05-08T12:04:43.787Z++ OLD_SHELL_OPTS=ehxB
1012026-05-08T12:04:43.787Z++ set -o xtrace
1022026-05-08T12:04:43.790Z++++ dirname ./env.sh
1032026-05-08T12:04:43.801Z+++ readlink -f .
1042026-05-08T12:04:43.803Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-05-08T12:04:43.803Z++ 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-08T12:04:43.803Z++ 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-08T12:04:43.803Z++ 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-08T12:04:43.803Z++ 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-08T12:04:43.804Z++ 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-08T12:04:43.804Z++ 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-08T12:04:43.804Z++ 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-08T12:04:43.804Z++ 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-08T12:04:43.804Z++ case $OLD_SHELL_OPTS in
1142026-05-08T12:04:43.804Z++ unset OLD_SHELL_OPTS OMICRON_WS
1152026-05-08T12:04:43.804Z+ 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-08T12:04:43.804Z+ 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-08T12:04:43.804Z+ banner prerequisites
1182026-05-08T12:04:43.807Z
1192026-05-08T12:04:43.807Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-05-08T12:04:43.807Z # # # # # # # # # # # # # # #
1212026-05-08T12:04:43.807Z # # # # ##### # # ##### # # # # # #### #
1222026-05-08T12:04:43.807Z ##### ##### # ##### # # # # # # # # #
1232026-05-08T12:04:43.807Z # # # # # # # # # # # # # # #
1242026-05-08T12:04:43.807Z # # # ###### # # ###### ### # #### # #### #
1252026-05-08T12:04:43.807Z
1262026-05-08T12:04:43.807Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-05-08T12:04:45.385Z Startup: Refreshing catalog 'helios' ... Done
1282026-05-08T12:04:45.499ZPlanning: Solver setup ... Done (0.095s)
1292026-05-08T12:04:45.506ZPlanning: Running solver ... Done (0.008s)
1302026-05-08T12:04:45.511ZPlanning: Finding local manifests ... Done (0.003s)
1312026-05-08T12:04:45.513ZPlanning: Fetching manifests: 0/2 0% complete
1322026-05-08T12:04:45.528ZPlanning: Fetching manifests: 2/2 100% complete
1332026-05-08T12:04:45.540ZPlanning: Package planning ... Done (0.013s)
1342026-05-08T12:04:45.543ZPlanning: Merging actions ... Done (0.002s)
1352026-05-08T12:04:45.731ZPlanning: Checking for conflicting actions ... Done (0.188s)
1362026-05-08T12:04:45.733ZPlanning: Consolidating action changes ... Done (0.001s)
1372026-05-08T12:04:46.441ZPlanning: Evaluating mediators ... Done (0.709s)
1382026-05-08T12:04:46.444ZPlanning: Planning completed in 1.06 seconds
1392026-05-08T12:04:46.450Z Packages to install: 2
1402026-05-08T12:04:46.450Z Estimated space available: 156.10 GB
1412026-05-08T12:04:46.450ZEstimated space to be consumed: 15.55 MB
1422026-05-08T12:04:46.454Z Create boot environment: No
1432026-05-08T12:04:46.454ZCreate backup boot environment: No
1442026-05-08T12:04:46.454Z Rebuild boot archive: No
1452026-05-08T12:04:46.454Z
1462026-05-08T12:04:46.454ZChanged packages:
1472026-05-08T12:04:46.454Zhelios
1482026-05-08T12:04:46.454Z developer/build-essential
1492026-05-08T12:04:46.454Z None -> 11-3.0
1502026-05-08T12:04:46.454Z library/libxmlsec1
1512026-05-08T12:04:46.455Z None -> 1.2.35-3.0
1522026-05-08T12:04:46.482Z
1532026-05-08T12:04:46.482ZDownload: 0/214 items 0.0/1.3MB 0% complete
1542026-05-08T12:04:46.954ZDownload: Completed 1.28 MB in 0.47 seconds (2.7M/s)
1552026-05-08T12:04:47.023Z Actions: 1/268 actions (Installing new actions)
1562026-05-08T12:04:47.060Z Actions: Completed 268 actions in 0.04 seconds.
1572026-05-08T12:04:47.066ZFinalize: Updating package state database ... Done (0.006s)
1582026-05-08T12:04:47.066ZFinalize: Updating package cache ... Done (0.000s)
1592026-05-08T12:04:47.076ZFinalize: Updating image state ... Done (0.009s)
1602026-05-08T12:04:49.498ZFinalize: Creating fast lookup database ... Done (2.402s)
1612026-05-08T12:04:49.565ZFinalize: Reading search index ... Done (0.012s)
1622026-05-08T12:04:49.568ZFinalize: Updating search index ... Done (0.000s)
1632026-05-08T12:04:49.643ZFinalize: Updating package cache ... Done (0.000s)
1642026-05-08T12:04:49.931ZPlanning: Evaluating mediator changes ... Done
1652026-05-08T12:04:50.040ZPlanning: Checking for conflicting actions ... Done
1662026-05-08T12:04:50.042ZPlanning: Consolidating action changes ... Done
1672026-05-08T12:04:50.199ZPlanning: Evaluating mediators ... Done
1682026-05-08T12:04:50.202ZPlanning: Planning completed in 0.27 seconds
1692026-05-08T12:04:50.222Z Mediators to change: 2
1702026-05-08T12:04:50.222Z Create boot environment: No
1712026-05-08T12:04:50.222ZCreate backup boot environment: No
1722026-05-08T12:04:50.311ZFinalize: Updating package state database ... Done
1732026-05-08T12:04:50.311ZFinalize: Updating package cache ... Done
1742026-05-08T12:04:50.317ZFinalize: Updating image state ... Done
1752026-05-08T12:04:52.291ZFinalize: Creating fast lookup database ... Done
1762026-05-08T12:04:52.356ZFinalize: Reading search index ... Done
1772026-05-08T12:04:52.359ZFinalize: Updating search index ... Done
1782026-05-08T12:04:52.443ZFinalize: Updating package cache ... Done
1792026-05-08T12:04:52.730ZPlanning: Evaluating mediator changes ... Done
1802026-05-08T12:04:52.840ZPlanning: Checking for conflicting actions ... Done
1812026-05-08T12:04:52.843ZPlanning: Consolidating action changes ... Done
1822026-05-08T12:04:52.999ZPlanning: Evaluating mediators ... Done
1832026-05-08T12:04:53.002ZPlanning: Planning completed in 0.27 seconds
1842026-05-08T12:04:53.022Z Mediators to change: 1
1852026-05-08T12:04:53.022Z Create boot environment: No
1862026-05-08T12:04:53.022ZCreate backup boot environment: No
1872026-05-08T12:04:53.073ZFinalize: Updating package state database ... Done
1882026-05-08T12:04:53.073ZFinalize: Updating package cache ... Done
1892026-05-08T12:04:53.079ZFinalize: Updating image state ... Done
1902026-05-08T12:04:55.033ZFinalize: Creating fast lookup database ... Done
1912026-05-08T12:04:55.095ZFinalize: Reading search index ... Done
1922026-05-08T12:04:55.098ZFinalize: Updating search index ... Done
1932026-05-08T12:04:55.168ZFinalize: Updating package cache ... Done
1942026-05-08T12:04:55.485ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1952026-05-08T12:04:55.485Zapache system 2.4 system
1962026-05-08T12:04:55.486Zclang system 15 system
1972026-05-08T12:04:55.486Zcsh system system illumos
1982026-05-08T12:04:55.486Zctags system system illumos
1992026-05-08T12:04:55.486Zfile vendor vendor darwinsys
2002026-05-08T12:04:55.486Zfile system system illumos
2012026-05-08T12:04:55.486Zgcc vendor 14 vendor
2022026-05-08T12:04:55.486Zgcc system 13 system
2032026-05-08T12:04:55.486Zgcc system 10 system
2042026-05-08T12:04:55.486Zgo system 1.25 system
2052026-05-08T12:04:55.486Zllvm system 15 system
2062026-05-08T12:04:55.486Zmariadb system 11.4 system
2072026-05-08T12:04:55.486Zmta vendor vendor dma
2082026-05-08T12:04:55.486Zopenjdk system 17 system
2092026-05-08T12:04:55.486Zopenjdk system 11 system
2102026-05-08T12:04:55.486Zopenssl vendor 3 vendor
2112026-05-08T12:04:55.486Zperl system 5.40 system
2122026-05-08T12:04:55.486Zpostgresql system 18 system
2132026-05-08T12:04:55.486Zpostgresql system 17 system
2142026-05-08T12:04:55.486Zpython vendor 3 vendor
2152026-05-08T12:04:55.486Zpython system 2 system
2162026-05-08T12:04:55.486Zpython3 vendor 3.13 vendor
2172026-05-08T12:04:55.486Zruby system 3.4 system
2182026-05-08T12:04:55.486Zruby system 3.0 system
2192026-05-08T12:04:55.486Zwords vendor vendor american-english
2202026-05-08T12:04:55.486Zwords system system australian-english
2212026-05-08T12:04:55.486Zwords system system british-english
2222026-05-08T12:04:55.486Zwords system system canadian-english
2232026-05-08T12:04:55.486Zwords system system french
2242026-05-08T12:04:55.486Zwords system system italian
2252026-05-08T12:04:55.486Zwords system system ngerman
2262026-05-08T12:04:55.486Zwords system system ogerman
2272026-05-08T12:04:55.486Zwords system system spanish
2282026-05-08T12:04:55.741ZPUBLISHER TYPE STATUS P LOCATION
2292026-05-08T12:04:55.741Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2302026-05-08T12:04:55.999ZFMRI IFO
2312026-05-08T12:04:55.999Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2322026-05-08T12:04:55.999Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2332026-05-08T12:04:55.999Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2342026-05-08T12:04:55.999Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2352026-05-08T12:04:55.999Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2362026-05-08T12:04:55.999Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2372026-05-08T12:04:55.999Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2382026-05-08T12:04:55.999Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2392026-05-08T12:04:55.999Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2402026-05-08T12:04:56.227Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2412026-05-08T12:04:56.500Z Updating crates.io index
2422026-05-08T12:04:56.503Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2432026-05-08T12:04:56.771Z Updating git repository `https://github.com/oxidecomputer/lldp`
2442026-05-08T12:04:57.698Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2452026-05-08T12:04:58.217Z Updating git repository `https://github.com/oxidecomputer/propolis`
2462026-05-08T12:04:59.432Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2472026-05-08T12:04:59.950Z Updating git repository `https://github.com/oxidecomputer/crucible`
2482026-05-08T12:05:01.286Z Updating git repository `https://github.com/oxidecomputer/opte`
2492026-05-08T12:05:02.017Z Updating git repository `https://github.com/oxidecomputer/tofino`
2502026-05-08T12:05:02.571Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2512026-05-08T12:05:03.333Z Updating git repository `https://github.com/oxidecomputer/clickward`
2522026-05-08T12:05:03.938Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2532026-05-08T12:05:04.269Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2542026-05-08T12:05:04.599Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2552026-05-08T12:05:05.778Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2562026-05-08T12:05:06.258Z Updating git repository `https://github.com/oxidecomputer/crucible`
2572026-05-08T12:05:06.895Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2582026-05-08T12:05:07.248Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2592026-05-08T12:05:07.605Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2602026-05-08T12:05:08.023Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2612026-05-08T12:05:08.403Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2622026-05-08T12:05:08.638Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2632026-05-08T12:05:08.927Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2642026-05-08T12:05:09.317Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2652026-05-08T12:05:09.710Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2662026-05-08T12:05:10.311Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2672026-05-08T12:05:10.651Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2682026-05-08T12:05:10.935Z Updating git repository `https://github.com/oxidecomputer/ispf`
2692026-05-08T12:05:11.235Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2702026-05-08T12:05:12.985Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2712026-05-08T12:05:13.587Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2722026-05-08T12:05:14.018Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2732026-05-08T12:05:14.433Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2742026-05-08T12:05:14.754Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2752026-05-08T12:05:15.170Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2762026-05-08T12:05:15.753Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2772026-05-08T12:05:16.030Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2782026-05-08T12:05:16.266Z Updating git repository `https://github.com/illumos/smf-rs`
2792026-05-08T12:05:16.684Z Updating git repository `https://github.com/oxidecomputer/omicron`
2802026-05-08T12:05:28.510Z Downloading crates ...
2812026-05-08T12:05:28.554Z Downloaded anstream v0.6.21
2822026-05-08T12:05:28.560Z Downloaded macaddr v1.0.1
2832026-05-08T12:05:28.571Z Downloaded yoke v0.8.1
2842026-05-08T12:05:28.573Z Downloaded usdt-macro v0.5.0
2852026-05-08T12:05:28.577Z Downloaded toml_write v0.1.2
2862026-05-08T12:05:28.580Z Downloaded icu_normalizer v2.1.1
2872026-05-08T12:05:28.584Z Downloaded toml v0.8.23
2882026-05-08T12:05:28.587Z Downloaded synstructure v0.13.2
2892026-05-08T12:05:28.587Z Downloaded tempfile v3.25.0
2902026-05-08T12:05:28.589Z Downloaded is_terminal_polyfill v1.70.2
2912026-05-08T12:05:28.589Z Downloaded idna_adapter v1.2.1
2922026-05-08T12:05:28.589Z Downloaded byteorder v1.5.0
2932026-05-08T12:05:28.592Z Downloaded typeid v1.0.3
2942026-05-08T12:05:28.595Z Downloaded cfg-if v1.0.4
2952026-05-08T12:05:28.595Z Downloaded pest_meta v2.8.6
2962026-05-08T12:05:28.597Z Downloaded ordered-float v2.10.1
2972026-05-08T12:05:28.597Z Downloaded thread-id v4.2.2
2982026-05-08T12:05:28.598Z Downloaded heck v0.4.1
2992026-05-08T12:05:28.598Z Downloaded icu_properties v2.1.2
3002026-05-08T12:05:28.600Z Downloaded thiserror v2.0.18
3012026-05-08T12:05:28.603Z Downloaded serde_tokenstream v0.2.3
3022026-05-08T12:05:28.603Z Downloaded serde-value v0.7.0
3032026-05-08T12:05:28.606Z Downloaded scroll_derive v0.12.1
3042026-05-08T12:05:28.606Z Downloaded fastrand v2.3.0
3052026-05-08T12:05:28.606Z Downloaded thiserror v1.0.69
3062026-05-08T12:05:28.609Z Downloaded url v2.5.8
3072026-05-08T12:05:28.612Z Downloaded yoke-derive v0.8.1
3082026-05-08T12:05:28.612Z Downloaded unicode-linebreak v0.1.5
3092026-05-08T12:05:28.612Z Downloaded anstyle-query v1.1.5
3102026-05-08T12:05:28.615Z Downloaded once_cell v1.21.3
3112026-05-08T12:05:28.615Z Downloaded zerofrom v0.1.6
3122026-05-08T12:05:28.615Z Downloaded zerofrom-derive v0.1.6
3132026-05-08T12:05:28.618Z Downloaded utf8_iter v1.0.4
3142026-05-08T12:05:28.618Z Downloaded ucd-trie v0.1.7
3152026-05-08T12:05:28.621Z Downloaded zerocopy-derive v0.7.35
3162026-05-08T12:05:28.624Z Downloaded swrite v0.1.0
3172026-05-08T12:05:28.624Z Downloaded memmap v0.7.0
3182026-05-08T12:05:28.624Z Downloaded dtrace-parser v0.2.0
3192026-05-08T12:05:28.624Z Downloaded block-buffer v0.10.4
3202026-05-08T12:05:28.627Z Downloaded proc-macro2 v1.0.106
3212026-05-08T12:05:28.627Z Downloaded utf8parse v0.2.2
3222026-05-08T12:05:28.630Z Downloaded fnv v1.0.7
3232026-05-08T12:05:28.630Z Downloaded toml_datetime v0.6.11
3242026-05-08T12:05:28.630Z Downloaded usdt-attr-macro v0.5.0
3252026-05-08T12:05:28.630Z Downloaded tinystr v0.8.2
3262026-05-08T12:05:28.630Z Downloaded thiserror-impl v1.0.69
3272026-05-08T12:05:28.633Z Downloaded anyhow v1.0.102
3282026-05-08T12:05:28.633Z Downloaded unicode-ident v1.0.24
3292026-05-08T12:05:28.635Z Downloaded proc-macro-error-attr v1.0.4
3302026-05-08T12:05:28.635Z Downloaded unicode-xid v0.2.6
3312026-05-08T12:05:28.636Z Downloaded stable_deref_trait v1.2.1
3322026-05-08T12:05:28.638Z Downloaded equivalent v1.0.2
3332026-05-08T12:05:28.638Z Downloaded crypto-common v0.1.7
3342026-05-08T12:05:28.638Z Downloaded version_check v0.9.5
3352026-05-08T12:05:28.641Z Downloaded usdt v0.5.0
3362026-05-08T12:05:28.641Z Downloaded thiserror-impl v2.0.18
3372026-05-08T12:05:28.641Z Downloaded zmij v1.0.21
3382026-05-08T12:05:28.644Z Downloaded plain v0.2.3
3392026-05-08T12:05:28.644Z Downloaded serde_spanned v0.6.9
3402026-05-08T12:05:28.644Z Downloaded terminal_size v0.4.3
3412026-05-08T12:05:28.647Z Downloaded writeable v0.6.2
3422026-05-08T12:05:28.647Z Downloaded zerovec-derive v0.11.2
3432026-05-08T12:05:28.649Z Downloaded itoa v1.0.17
3442026-05-08T12:05:28.649Z Downloaded typenum v1.19.0
3452026-05-08T12:05:28.652Z Downloaded percent-encoding v2.3.2
3462026-05-08T12:05:28.652Z Downloaded clap_lex v1.0.0
3472026-05-08T12:05:28.652Z Downloaded smawk v0.3.2
3482026-05-08T12:05:28.655Z Downloaded usdt-impl v0.5.0
3492026-05-08T12:05:28.655Z Downloaded textwrap v0.16.2
3502026-05-08T12:05:28.655Z Downloaded tabled_derive v0.7.0
3512026-05-08T12:05:28.658Z Downloaded strsim v0.11.1
3522026-05-08T12:05:28.658Z Downloaded colorchoice v1.0.4
3532026-05-08T12:05:28.661Z Downloaded errno v0.3.14
3542026-05-08T12:05:28.664Z Downloaded pretty-hex v0.4.1
3552026-05-08T12:05:28.664Z Downloaded cpufeatures v0.2.17
3562026-05-08T12:05:28.666Z Downloaded heck v0.5.0
3572026-05-08T12:05:28.666Z Downloaded cargo-platform v0.2.0
3582026-05-08T12:05:28.669Z Downloaded zerotrie v0.2.3
3592026-05-08T12:05:28.672Z Downloaded dof v0.3.0
3602026-05-08T12:05:28.672Z Downloaded toml_edit v0.22.27
3612026-05-08T12:05:28.675Z Downloaded zerovec v0.11.5
3622026-05-08T12:05:28.678Z Downloaded form_urlencoded v1.2.2
3632026-05-08T12:05:28.681Z Downloaded zerocopy v0.7.35
3642026-05-08T12:05:28.688Z Downloaded quote v1.0.45
3652026-05-08T12:05:28.690Z Downloaded anstyle v1.0.13
3662026-05-08T12:05:28.691Z Downloaded erased-serde v0.4.9
3672026-05-08T12:05:28.693Z Downloaded unicode-width v0.1.14
3682026-05-08T12:05:28.696Z Downloaded sha2 v0.10.9
3692026-05-08T12:05:28.698Z Downloaded pest_derive v2.8.6
3702026-05-08T12:05:28.698Z Downloaded winnow v0.7.14
3712026-05-08T12:05:28.702Z Downloaded scroll v0.12.0
3722026-05-08T12:05:28.705Z Downloaded anstyle-parse v0.2.7
3732026-05-08T12:05:28.705Z Downloaded cargo_metadata v0.21.0
3742026-05-08T12:05:28.705Z Downloaded bytecount v0.6.9
3752026-05-08T12:05:28.708Z Downloaded unicode-width v0.2.0
3762026-05-08T12:05:28.710Z Downloaded proc-macro-error v1.0.4
3772026-05-08T12:05:28.713Z Downloaded generic-array v0.14.7
3782026-05-08T12:05:28.713Z Downloaded idna v1.1.0
3792026-05-08T12:05:28.716Z Downloaded potential_utf v0.1.4
3802026-05-08T12:05:28.716Z Downloaded camino-tempfile v1.4.1
3812026-05-08T12:05:28.716Z Downloaded fs-err v3.3.0
3822026-05-08T12:05:28.719Z Downloaded icu_locale_core v2.1.1
3832026-05-08T12:05:28.721Z Downloaded displaydoc v0.2.5
3842026-05-08T12:05:28.721Z Downloaded icu_normalizer_data v2.1.1
3852026-05-08T12:05:28.724Z Downloaded clap_derive v4.5.55
3862026-05-08T12:05:28.724Z Downloaded cargo_toml v0.21.0
3872026-05-08T12:05:28.724Z Downloaded autocfg v1.5.0
3882026-05-08T12:05:28.730Z Downloaded serde-untagged v0.1.9
3892026-05-08T12:05:28.730Z Downloaded camino v1.2.2
3902026-05-08T12:05:28.734Z Downloaded semver v1.0.28
3912026-05-08T12:05:28.734Z Downloaded digest v0.10.7
3922026-05-08T12:05:28.739Z Downloaded bitflags v2.11.0
3932026-05-08T12:05:28.742Z Downloaded litemap v0.8.1
3942026-05-08T12:05:28.745Z Downloaded smallvec v1.15.1
3952026-05-08T12:05:28.748Z Downloaded pest_generator v2.8.6
3962026-05-08T12:05:28.751Z Downloaded num-traits v0.2.19
3972026-05-08T12:05:28.755Z Downloaded indexmap v2.14.0
3982026-05-08T12:05:28.758Z Downloaded icu_provider v2.1.1
3992026-05-08T12:05:28.760Z Downloaded cargo-util-schemas v0.8.2
4002026-05-08T12:05:28.760Z Downloaded getrandom v0.4.1
4012026-05-08T12:05:28.763Z Downloaded serde_derive v1.0.228
4022026-05-08T12:05:28.766Z Downloaded log v0.4.29
4032026-05-08T12:05:28.767Z Downloaded clap v4.5.60
4042026-05-08T12:05:28.777Z Downloaded papergrid v0.11.0
4052026-05-08T12:05:28.786Z Downloaded serde v1.0.228
4062026-05-08T12:05:28.789Z Downloaded serde_core v1.0.228
4072026-05-08T12:05:28.792Z Downloaded icu_collections v2.1.1
4082026-05-08T12:05:28.798Z Downloaded memchr v2.8.0
4092026-05-08T12:05:28.825Z Downloaded pest v2.8.6
4102026-05-08T12:05:28.838Z Downloaded hashbrown v0.17.0
4112026-05-08T12:05:28.845Z Downloaded clap_builder v4.5.60
4122026-05-08T12:05:28.849Z Downloaded serde_json v1.0.149
4132026-05-08T12:05:28.853Z Downloaded icu_properties_data v2.1.2
4142026-05-08T12:05:28.859Z Downloaded tabled v0.15.0
4152026-05-08T12:05:28.867Z Downloaded goblin v0.8.2
4162026-05-08T12:05:28.872Z Downloaded syn v2.0.117
4172026-05-08T12:05:28.879Z Downloaded syn v1.0.109
4182026-05-08T12:05:28.899Z Downloaded rustix v1.1.3
4192026-05-08T12:05:28.919Z Downloaded libc v0.2.185
4202026-05-08T12:05:28.986Z Compiling proc-macro2 v1.0.106
4212026-05-08T12:05:28.986Z Compiling unicode-ident v1.0.24
4222026-05-08T12:05:28.986Z Compiling quote v1.0.45
4232026-05-08T12:05:28.990Z Compiling serde_core v1.0.228
4242026-05-08T12:05:28.990Z Compiling libc v0.2.185
4252026-05-08T12:05:28.990Z Compiling version_check v0.9.5
4262026-05-08T12:05:28.990Z Compiling serde v1.0.228
4272026-05-08T12:05:28.990Z Compiling memchr v2.8.0
4282026-05-08T12:05:29.309Z Compiling stable_deref_trait v1.2.1
4292026-05-08T12:05:29.388Z Compiling zmij v1.0.21
4302026-05-08T12:05:29.678Z Compiling thiserror v1.0.69
4312026-05-08T12:05:29.681Z Compiling itoa v1.0.17
4322026-05-08T12:05:29.825Z Compiling ucd-trie v0.1.7
4332026-05-08T12:05:29.870Z Compiling autocfg v1.5.0
4342026-05-08T12:05:29.933Z Compiling writeable v0.6.2
4352026-05-08T12:05:30.031Z Compiling pest v2.8.6
4362026-05-08T12:05:30.059Z Compiling litemap v0.8.1
4372026-05-08T12:05:30.130Z Compiling icu_normalizer_data v2.1.1
4382026-05-08T12:05:30.185Z Compiling rustix v1.1.3
4392026-05-08T12:05:30.283Z Compiling icu_properties_data v2.1.2
4402026-05-08T12:05:30.360Z Compiling byteorder v1.5.0
4412026-05-08T12:05:30.632Z Compiling errno v0.3.14
4422026-05-08T12:05:30.649Z Compiling syn v2.0.117
4432026-05-08T12:05:30.751Z Compiling serde_json v1.0.149
4442026-05-08T12:05:30.765Z Compiling bitflags v2.11.0
4452026-05-08T12:05:30.858Z Compiling num-traits v0.2.19
4462026-05-08T12:05:30.980Z Compiling smallvec v1.15.1
4472026-05-08T12:05:30.998Z Compiling typeid v1.0.3
4482026-05-08T12:05:31.196Z Compiling pest_meta v2.8.6
4492026-05-08T12:05:31.252Z Compiling hashbrown v0.17.0
4502026-05-08T12:05:31.268Z Compiling equivalent v1.0.2
4512026-05-08T12:05:31.416Z Compiling thread-id v4.2.2
4522026-05-08T12:05:31.500Z Compiling proc-macro-error-attr v1.0.4
4532026-05-08T12:05:31.571Z Compiling usdt-impl v0.5.0
4542026-05-08T12:05:31.637Z Compiling erased-serde v0.4.9
4552026-05-08T12:05:31.690Z Compiling syn v1.0.109
4562026-05-08T12:05:31.785Z Compiling indexmap v2.14.0
4572026-05-08T12:05:31.903Z Compiling winnow v0.7.14
4582026-05-08T12:05:31.956Z Compiling toml_write v0.1.2
4592026-05-08T12:05:32.291Z Compiling proc-macro-error v1.0.4
4602026-05-08T12:05:32.411Z Compiling getrandom v0.4.1
4612026-05-08T12:05:32.481Z Compiling utf8_iter v1.0.4
4622026-05-08T12:05:32.632Z Compiling thiserror v2.0.18
4632026-05-08T12:05:32.753Z Compiling utf8parse v0.2.2
4642026-05-08T12:05:32.771Z Compiling percent-encoding v2.3.2
4652026-05-08T12:05:32.822Z Compiling camino v1.2.2
4662026-05-08T12:05:32.825Z Compiling plain v0.2.3
4672026-05-08T12:05:32.870Z Compiling log v0.4.29
4682026-05-08T12:05:32.954Z Compiling form_urlencoded v1.2.2
4692026-05-08T12:05:32.972Z Compiling anstyle-parse v0.2.7
4702026-05-08T12:05:33.079Z Compiling ordered-float v2.10.1
4712026-05-08T12:05:33.219Z Compiling terminal_size v0.4.3
4722026-05-08T12:05:33.342Z Compiling synstructure v0.13.2
4732026-05-08T12:05:33.360Z Compiling pest_generator v2.8.6
4742026-05-08T12:05:33.375Z Compiling pretty-hex v0.4.1
4752026-05-08T12:05:33.438Z Compiling anstyle v1.0.13
4762026-05-08T12:05:33.517Z Compiling is_terminal_polyfill v1.70.2
4772026-05-08T12:05:33.586Z Compiling colorchoice v1.0.4
4782026-05-08T12:05:33.616Z Compiling cfg-if v1.0.4
4792026-05-08T12:05:33.619Z Compiling anstyle-query v1.1.5
4802026-05-08T12:05:33.665Z Compiling serde-untagged v0.1.9
4812026-05-08T12:05:33.765Z Compiling anstream v0.6.21
4822026-05-08T12:05:33.874Z Compiling semver v1.0.28
4832026-05-08T12:05:33.968Z Compiling fs-err v3.3.0
4842026-05-08T12:05:34.063Z Compiling unicode-width v0.1.14
4852026-05-08T12:05:34.080Z Compiling clap_lex v1.0.0
4862026-05-08T12:05:34.159Z Compiling heck v0.4.1
4872026-05-08T12:05:34.195Z Compiling strsim v0.11.1
4882026-05-08T12:05:34.211Z Compiling once_cell v1.21.3
4892026-05-08T12:05:34.341Z Compiling anyhow v1.0.102
4902026-05-08T12:05:34.379Z Compiling fastrand v2.3.0
4912026-05-08T12:05:34.421Z Compiling bytecount v0.6.9
4922026-05-08T12:05:34.537Z Compiling unicode-xid v0.2.6
4932026-05-08T12:05:34.561Z Compiling heck v0.5.0
4942026-05-08T12:05:34.619Z Compiling fnv v1.0.7
4952026-05-08T12:05:34.641Z Compiling tempfile v3.25.0
4962026-05-08T12:05:34.675Z Compiling clap_builder v4.5.60
4972026-05-08T12:05:34.721Z Compiling papergrid v0.11.0
4982026-05-08T12:05:34.876Z Compiling memmap v0.7.0
4992026-05-08T12:05:34.901Z Compiling unicode-width v0.2.0
5002026-05-08T12:05:34.963Z Compiling serde_derive v1.0.228
5012026-05-08T12:05:35.016Z Compiling zerofrom-derive v0.1.6
5022026-05-08T12:05:35.055Z Compiling yoke-derive v0.8.1
5032026-05-08T12:05:35.215Z Compiling zerovec-derive v0.11.2
5042026-05-08T12:05:35.252Z Compiling displaydoc v0.2.5
5052026-05-08T12:05:35.985Z Compiling thiserror-impl v1.0.69
5062026-05-08T12:05:36.159Z Compiling zerocopy-derive v0.7.35
5072026-05-08T12:05:36.278Z Compiling pest_derive v2.8.6
5082026-05-08T12:05:36.318Z Compiling scroll_derive v0.12.1
5092026-05-08T12:05:36.462Z Compiling zerofrom v0.1.6
5102026-05-08T12:05:36.599Z Compiling yoke v0.8.1
5112026-05-08T12:05:36.702Z Compiling thiserror-impl v2.0.18
5122026-05-08T12:05:36.806Z Compiling zerovec v0.11.5
5132026-05-08T12:05:36.984Z Compiling zerotrie v0.2.3
5142026-05-08T12:05:37.017Z Compiling zerocopy v0.7.35
5152026-05-08T12:05:37.287Z Compiling tinystr v0.8.2
5162026-05-08T12:05:37.315Z Compiling potential_utf v0.1.4
5172026-05-08T12:05:37.348Z Compiling dtrace-parser v0.2.0
5182026-05-08T12:05:37.479Z Compiling icu_locale_core v2.1.1
5192026-05-08T12:05:37.496Z Compiling icu_collections v2.1.1
5202026-05-08T12:05:37.569Z Compiling scroll v0.12.0
5212026-05-08T12:05:37.690Z Compiling tabled_derive v0.7.0
5222026-05-08T12:05:37.818Z Compiling goblin v0.8.2
5232026-05-08T12:05:37.840Z Compiling clap_derive v4.5.55
5242026-05-08T12:05:38.102Z Compiling icu_provider v2.1.1
5252026-05-08T12:05:38.160Z Compiling smawk v0.3.2
5262026-05-08T12:05:38.293Z Compiling unicode-linebreak v0.1.5
5272026-05-08T12:05:38.356Z Compiling toml_datetime v0.6.11
5282026-05-08T12:05:38.398Z Compiling serde_spanned v0.6.9
5292026-05-08T12:05:38.432Z Compiling icu_normalizer v2.1.1
5302026-05-08T12:05:38.488Z Compiling icu_properties v2.1.2
5312026-05-08T12:05:38.535Z Compiling dof v0.3.0
5322026-05-08T12:05:38.552Z Compiling serde_tokenstream v0.2.3
5332026-05-08T12:05:38.583Z Compiling toml_edit v0.22.27
5342026-05-08T12:05:38.625Z Compiling serde-value v0.7.0
5352026-05-08T12:05:38.926Z Compiling cargo-platform v0.2.0
5362026-05-08T12:05:38.965Z Compiling tabled v0.15.0
5372026-05-08T12:05:38.985Z Compiling textwrap v0.16.2
5382026-05-08T12:05:39.193Z Compiling macaddr v1.0.1
5392026-05-08T12:05:39.423Z Compiling idna_adapter v1.2.1
5402026-05-08T12:05:39.482Z Compiling usdt-macro v0.5.0
5412026-05-08T12:05:39.556Z Compiling idna v1.1.0
5422026-05-08T12:05:39.574Z Compiling usdt-attr-macro v0.5.0
5432026-05-08T12:05:39.574Z Compiling clap v4.5.60
5442026-05-08T12:05:39.714Z Compiling camino-tempfile v1.4.1
5452026-05-08T12:05:39.966Z Compiling toml v0.8.23
5462026-05-08T12:05:40.117Z Compiling url v2.5.8
5472026-05-08T12:05:40.255Z Compiling swrite v0.1.0
5482026-05-08T12:05:40.296Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5492026-05-08T12:05:40.555Z Compiling cargo_toml v0.21.0
5502026-05-08T12:05:40.622Z Compiling cargo-util-schemas v0.8.2
5512026-05-08T12:05:40.928Z Compiling usdt v0.5.0
5522026-05-08T12:05:41.525Z Compiling cargo_metadata v0.21.0
5532026-05-08T12:05:42.452Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5542026-05-08T12:05:44.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.43s
5552026-05-08T12:05:44.742Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5562026-05-08T12:05:45.317Z Downloading crates ...
5572026-05-08T12:05:45.410Z Downloaded atomicwrites v0.4.4
5582026-05-08T12:05:45.413Z Downloaded adler2 v2.0.1
5592026-05-08T12:05:45.413Z Downloaded async-stream v0.3.6
5602026-05-08T12:05:45.416Z Downloaded async-recursion v1.1.1
5612026-05-08T12:05:45.419Z Downloaded aead v0.5.2
5622026-05-08T12:05:45.423Z Downloaded darling v0.20.11
5632026-05-08T12:05:45.426Z Downloaded atty v0.2.14
5642026-05-08T12:05:45.428Z Downloaded atomic-waker v1.1.2
5652026-05-08T12:05:45.428Z Downloaded assert_matches v1.5.0
5662026-05-08T12:05:45.428Z Downloaded ascii-canvas v3.0.0
5672026-05-08T12:05:45.431Z Downloaded darling_macro v0.23.0
5682026-05-08T12:05:45.431Z Downloaded base16ct v0.2.0
5692026-05-08T12:05:45.431Z Downloaded daft-derive v0.1.5
5702026-05-08T12:05:45.434Z Downloaded async-stream-impl v0.3.6
5712026-05-08T12:05:45.438Z Downloaded aes v0.8.4
5722026-05-08T12:05:45.438Z Downloaded castaway v0.2.4
5732026-05-08T12:05:45.441Z Downloaded cstr-argument v0.1.2
5742026-05-08T12:05:45.441Z Downloaded crc32fast v1.5.0
5752026-05-08T12:05:45.444Z Downloaded block-padding v0.3.3
5762026-05-08T12:05:45.444Z Downloaded crc8 v0.1.1
5772026-05-08T12:05:45.444Z Downloaded debug-ignore v1.0.5
5782026-05-08T12:05:45.446Z Downloaded darling_macro v0.21.3
5792026-05-08T12:05:45.446Z Downloaded darling_macro v0.20.11
5802026-05-08T12:05:45.450Z Downloaded embedded-io v0.6.1
5812026-05-08T12:05:45.450Z Downloaded critical-section v1.2.0
5822026-05-08T12:05:45.456Z Downloaded darling v0.21.3
5832026-05-08T12:05:45.456Z Downloaded cexpr v0.6.0
5842026-05-08T12:05:45.460Z Downloaded bb8 v0.8.6
5852026-05-08T12:05:45.460Z Downloaded bit-set v0.5.3
5862026-05-08T12:05:45.460Z Downloaded difflib v0.4.0
5872026-05-08T12:05:45.460Z Downloaded dyn-clone v1.0.20
5882026-05-08T12:05:45.463Z Downloaded display-error-chain v0.2.2
5892026-05-08T12:05:45.463Z Downloaded darling v0.23.0
5902026-05-08T12:05:45.463Z Downloaded bcrypt-pbkdf v0.10.0
5912026-05-08T12:05:45.466Z Downloaded ciborium-ll v0.2.2
5922026-05-08T12:05:45.466Z Downloaded byte-wrapper v0.1.0
5932026-05-08T12:05:45.466Z Downloaded dropshot-api-manager-types v0.7.1
5942026-05-08T12:05:45.469Z Downloaded bit-vec v0.8.0
5952026-05-08T12:05:45.469Z Downloaded async-bb8-diesel v0.2.1
5962026-05-08T12:05:45.472Z Downloaded async-trait v0.1.89
5972026-05-08T12:05:45.475Z Downloaded float-cmp v0.10.0
5982026-05-08T12:05:45.475Z Downloaded downcast-rs v2.0.2
5992026-05-08T12:05:45.475Z Downloaded flagset v0.4.7
6002026-05-08T12:05:45.475Z Downloaded dof v0.4.0
6012026-05-08T12:05:45.478Z Downloaded dsl_auto_type v0.2.0
6022026-05-08T12:05:45.478Z Downloaded crossbeam-deque v0.8.6
6032026-05-08T12:05:45.482Z Downloaded fallible-iterator v0.2.0
6042026-05-08T12:05:45.482Z Downloaded data-encoding v2.10.0
6052026-05-08T12:05:45.482Z Downloaded crunchy v0.2.4
6062026-05-08T12:05:45.483Z Downloaded darling_core v0.23.0
6072026-05-08T12:05:45.485Z Downloaded darling_core v0.20.11
6082026-05-08T12:05:45.488Z Downloaded crc v3.4.0
6092026-05-08T12:05:45.488Z Downloaded ahash v0.8.12
6102026-05-08T12:05:45.491Z Downloaded endian-type v0.1.2
6112026-05-08T12:05:45.491Z Downloaded dunce v1.0.5
6122026-05-08T12:05:45.491Z Downloaded dirs-next v2.0.0
6132026-05-08T12:05:45.494Z Downloaded foldhash v0.2.0
6142026-05-08T12:05:45.494Z Downloaded bitfield-macros v0.19.4
6152026-05-08T12:05:45.494Z Downloaded bit-set v0.8.0
6162026-05-08T12:05:45.497Z Downloaded either v1.15.0
6172026-05-08T12:05:45.497Z Downloaded ctr v0.9.2
6182026-05-08T12:05:45.497Z Downloaded compression-core v0.4.31
6192026-05-08T12:05:45.499Z Downloaded array-init v0.0.4
6202026-05-08T12:05:45.499Z Downloaded blowfish v0.9.1
6212026-05-08T12:05:45.500Z Downloaded convert_case v0.4.0
6222026-05-08T12:05:45.500Z Downloaded ciborium-io v0.2.2
6232026-05-08T12:05:45.503Z Downloaded cpufeatures v0.3.0
6242026-05-08T12:05:45.503Z Downloaded cobs v0.3.0
6252026-05-08T12:05:45.503Z Downloaded cfg_aliases v0.1.1
6262026-05-08T12:05:45.506Z Downloaded float-ord v0.3.2
6272026-05-08T12:05:45.506Z Downloaded cfg_aliases v0.2.1
6282026-05-08T12:05:45.506Z Downloaded enum-as-inner v0.6.1
6292026-05-08T12:05:45.506Z Downloaded dtrace-parser v0.3.0
6302026-05-08T12:05:45.508Z Downloaded defmt v0.3.100
6312026-05-08T12:05:45.509Z Downloaded document-features v0.2.12
6322026-05-08T12:05:45.509Z Downloaded foreign-types-macros v0.2.3
6332026-05-08T12:05:45.509Z Downloaded arrayref v0.3.9
6342026-05-08T12:05:45.512Z Downloaded derive_builder_macro v0.20.2
6352026-05-08T12:05:45.512Z Downloaded backon v1.6.0
6362026-05-08T12:05:45.515Z Downloaded fixedbitset v0.5.7
6372026-05-08T12:05:45.515Z Downloaded darling_core v0.21.3
6382026-05-08T12:05:45.517Z Downloaded chacha20 v0.9.1
6392026-05-08T12:05:45.520Z Downloaded bit-vec v0.6.3
6402026-05-08T12:05:45.520Z Downloaded foreign-types v0.5.0
6412026-05-08T12:05:45.523Z Downloaded foreign-types v0.3.2
6422026-05-08T12:05:45.523Z Downloaded cargo-platform v0.1.9
6432026-05-08T12:05:45.526Z Downloaded foreign-types-shared v0.1.1
6442026-05-08T12:05:45.526Z Downloaded backoff v0.4.0
6452026-05-08T12:05:45.529Z Downloaded futures-io v0.3.32
6462026-05-08T12:05:45.529Z Downloaded foreign-types-shared v0.3.1
6472026-05-08T12:05:45.529Z Downloaded curve25519-dalek-derive v0.1.1
6482026-05-08T12:05:45.532Z Downloaded futures-core v0.3.32
6492026-05-08T12:05:45.532Z Downloaded funty v2.0.0
6502026-05-08T12:05:45.532Z Downloaded cmake v0.1.57
6512026-05-08T12:05:45.532Z Downloaded fxhash v0.2.1
6522026-05-08T12:05:45.535Z Downloaded embedded-io v0.4.0
6532026-05-08T12:05:45.535Z Downloaded futures-task v0.3.32
6542026-05-08T12:05:45.538Z Downloaded dirs-sys-next v0.1.2
6552026-05-08T12:05:45.538Z Downloaded defmt-parser v1.0.0
6562026-05-08T12:05:45.538Z Downloaded crucible-workspace-hack v0.1.0
6572026-05-08T12:05:45.541Z Downloaded cbc v0.1.2
6582026-05-08T12:05:45.541Z Downloaded futures-sink v0.3.32
6592026-05-08T12:05:45.544Z Downloaded futures-macro v0.3.32
6602026-05-08T12:05:45.544Z Downloaded diesel_table_macro_syntax v0.3.0
6612026-05-08T12:05:45.544Z Downloaded daft v0.1.5
6622026-05-08T12:05:45.546Z Downloaded csv-core v0.1.13
6632026-05-08T12:05:45.546Z Downloaded argon2 v0.5.3
6642026-05-08T12:05:45.549Z Downloaded convert_case v0.10.0
6652026-05-08T12:05:45.549Z Downloaded cassowary v0.3.0
6662026-05-08T12:05:45.549Z Downloaded base64ct v1.8.3
6672026-05-08T12:05:45.552Z Downloaded git-stub v1.0.0
6682026-05-08T12:05:45.555Z Downloaded globwalk v0.9.1
6692026-05-08T12:05:45.558Z Downloaded headers-core v0.3.0
6702026-05-08T12:05:45.558Z Downloaded crossbeam-utils v0.8.21
6712026-05-08T12:05:45.560Z Downloaded bcs v0.1.6
6722026-05-08T12:05:45.560Z Downloaded ff v0.13.1
6732026-05-08T12:05:45.563Z Downloaded erased-serde v0.3.31
6742026-05-08T12:05:45.563Z Downloaded env_filter v1.0.0
6752026-05-08T12:05:45.566Z Downloaded ecdsa v0.16.9
6762026-05-08T12:05:45.566Z Downloaded constant_time_eq v0.4.2
6772026-05-08T12:05:45.569Z Downloaded fd-lock v4.0.4
6782026-05-08T12:05:45.569Z Downloaded diesel-dtrace v0.5.0
6792026-05-08T12:05:45.572Z Downloaded ed25519 v2.2.3
6802026-05-08T12:05:45.572Z Downloaded derive-ex v0.1.8
6812026-05-08T12:05:45.576Z Downloaded compression-codecs v0.4.37
6822026-05-08T12:05:45.576Z Downloaded hash32 v0.3.1
6832026-05-08T12:05:45.579Z Downloaded corncobs v0.1.4
6842026-05-08T12:05:45.579Z Downloaded hex-literal v0.4.1
6852026-05-08T12:05:45.579Z Downloaded cipher v0.4.4
6862026-05-08T12:05:45.582Z Downloaded cookie v0.18.1
6872026-05-08T12:05:45.582Z Downloaded defmt v1.0.1
6882026-05-08T12:05:45.584Z Downloaded http-body v1.0.1
6892026-05-08T12:05:45.584Z Downloaded hostname v0.3.1
6902026-05-08T12:05:45.587Z Downloaded hex v0.4.3
6912026-05-08T12:05:45.587Z Downloaded bitfield v0.19.4
6922026-05-08T12:05:45.587Z Downloaded crc-catalog v2.4.0
6932026-05-08T12:05:45.590Z Downloaded defmt-macros v1.0.1
6942026-05-08T12:05:45.590Z Downloaded foldhash v0.1.5
6952026-05-08T12:05:45.593Z Downloaded home v0.5.12
6962026-05-08T12:05:45.593Z Downloaded derive_builder_core v0.20.2
6972026-05-08T12:05:45.593Z Downloaded bitflags v1.3.2
6982026-05-08T12:05:45.596Z Downloaded fs_extra v1.3.0
6992026-05-08T12:05:45.596Z Downloaded find-msvc-tools v0.1.9
7002026-05-08T12:05:45.599Z Downloaded fixedbitset v0.4.2
7012026-05-08T12:05:45.599Z Downloaded ena v0.14.4
7022026-05-08T12:05:45.602Z Downloaded der_derive v0.7.3
7032026-05-08T12:05:45.602Z Downloaded http-range v0.1.5
7042026-05-08T12:05:45.602Z Downloaded httpdate v1.0.3
7052026-05-08T12:05:45.602Z Downloaded gethostname v0.5.0
7062026-05-08T12:05:45.605Z Downloaded fs-err v2.11.0
7072026-05-08T12:05:45.605Z Downloaded ident_case v1.0.1
7082026-05-08T12:05:45.605Z Downloaded hubpack_derive v0.1.1
7092026-05-08T12:05:45.605Z Downloaded hubpack v0.1.2
7102026-05-08T12:05:45.608Z Downloaded futures-executor v0.3.32
7112026-05-08T12:05:45.608Z Downloaded hyper-tls v0.6.0
7122026-05-08T12:05:45.609Z Downloaded filetime v0.2.27
7132026-05-08T12:05:45.611Z Downloaded deranged v0.5.8
7142026-05-08T12:05:45.611Z Downloaded console v0.15.11
7152026-05-08T12:05:45.614Z Downloaded blake2 v0.10.6
7162026-05-08T12:05:45.614Z Downloaded cookie_store v0.22.1
7172026-05-08T12:05:45.617Z Downloaded console v0.16.2
7182026-05-08T12:05:45.617Z Downloaded ciborium v0.2.2
7192026-05-08T12:05:45.620Z Downloaded ghash v0.5.1
7202026-05-08T12:05:45.620Z Downloaded const_format_proc_macros v0.2.34
7212026-05-08T12:05:45.620Z Downloaded glob v0.3.3
7222026-05-08T12:05:45.623Z Downloaded indent_write v2.2.0
7232026-05-08T12:05:45.623Z Downloaded instant v0.1.13
7242026-05-08T12:05:45.623Z Downloaded globset v0.4.18
7252026-05-08T12:05:45.626Z Downloaded indoc v1.0.9
7262026-05-08T12:05:45.626Z Downloaded inout v0.1.4
7272026-05-08T12:05:45.629Z Downloaded fatfs v0.3.6
7282026-05-08T12:05:45.629Z Downloaded group v0.13.0
7292026-05-08T12:05:45.632Z Downloaded colored v2.2.0
7302026-05-08T12:05:45.632Z Downloaded clang-sys v1.8.1
7312026-05-08T12:05:45.634Z Downloaded is_ci v1.2.0
7322026-05-08T12:05:45.634Z Downloaded crossbeam-epoch v0.9.18
7332026-05-08T12:05:45.637Z Downloaded instability v0.3.11
7342026-05-08T12:05:45.637Z Downloaded lazy_static v1.5.0
7352026-05-08T12:05:45.640Z Downloaded is-terminal v0.4.17
7362026-05-08T12:05:45.640Z Downloaded internet-checksum v0.2.1
7372026-05-08T12:05:45.640Z Downloaded chacha20 v0.10.0
7382026-05-08T12:05:45.644Z Downloaded cancel-safe-futures v0.1.5
7392026-05-08T12:05:45.644Z Downloaded lalrpop-util v0.19.12
7402026-05-08T12:05:45.647Z Downloaded hostname v0.4.2
7412026-05-08T12:05:45.647Z Downloaded http-body-util v0.1.3
7422026-05-08T12:05:45.647Z Downloaded highway v1.3.0
7432026-05-08T12:05:45.647Z Downloaded keccak v0.1.6
7442026-05-08T12:05:45.650Z Downloaded buf-list v1.1.2
7452026-05-08T12:05:45.650Z Downloaded bzip2 v0.6.1
7462026-05-08T12:05:45.653Z Downloaded diff v0.1.13
7472026-05-08T12:05:45.653Z Downloaded derive_builder v0.20.2
7482026-05-08T12:05:45.655Z Downloaded const-oid v0.9.6
7492026-05-08T12:05:45.658Z Downloaded libscf-sys v1.1.0
7502026-05-08T12:05:45.658Z Downloaded kstat-rs v0.2.4
7512026-05-08T12:05:45.658Z Downloaded crc-any v2.5.0
7522026-05-08T12:05:45.661Z Downloaded humantime v2.3.0
7532026-05-08T12:05:45.661Z Downloaded drift v0.1.4
7542026-05-08T12:05:45.666Z Downloaded hyper-staticfile v0.10.1
7552026-05-08T12:05:45.669Z Downloaded futures-channel v0.3.32
7562026-05-08T12:05:45.669Z Downloaded allocator-api2 v0.2.21
7572026-05-08T12:05:45.671Z Downloaded match_cfg v0.1.0
7582026-05-08T12:05:45.672Z Downloaded lru-slab v0.1.2
7592026-05-08T12:05:45.674Z Downloaded lru-cache v0.1.2
7602026-05-08T12:05:45.674Z Downloaded memoffset v0.9.1
7612026-05-08T12:05:45.674Z Downloaded md-5 v0.10.6
7622026-05-08T12:05:45.677Z Downloaded maplit v1.0.2
7632026-05-08T12:05:45.677Z Downloaded managed v0.8.0
7642026-05-08T12:05:45.677Z Downloaded colored v3.1.1
7652026-05-08T12:05:45.680Z Downloaded lru v0.12.5
7662026-05-08T12:05:45.680Z Downloaded linked-hash-map v0.5.6
7672026-05-08T12:05:45.680Z Downloaded getrandom v0.2.17
7682026-05-08T12:05:45.683Z Downloaded bzip2 v0.4.4
7692026-05-08T12:05:45.686Z Downloaded lzss v0.8.2
7702026-05-08T12:05:45.686Z Downloaded ingot-types v0.1.2
7712026-05-08T12:05:45.686Z Downloaded indoc v2.0.7
7722026-05-08T12:05:45.689Z Downloaded new_debug_unreachable v1.0.6
7732026-05-08T12:05:45.689Z Downloaded md5 v0.7.0
7742026-05-08T12:05:45.689Z Downloaded maybe-uninit v2.0.0
7752026-05-08T12:05:45.691Z Downloaded half v1.8.3
7762026-05-08T12:05:45.691Z Downloaded impl-trait-for-tuples v0.2.3
7772026-05-08T12:05:45.694Z Downloaded multimap v0.10.1
7782026-05-08T12:05:45.697Z Downloaded ingot v0.1.1
7792026-05-08T12:05:45.697Z Downloaded git-stub-vcs v0.1.0
7802026-05-08T12:05:45.697Z Downloaded derive-where v1.6.0
7812026-05-08T12:05:45.702Z Downloaded newline-converter v0.3.0
7822026-05-08T12:05:45.705Z Downloaded nonempty v0.12.0
7832026-05-08T12:05:45.705Z Downloaded num v0.4.3
7842026-05-08T12:05:45.705Z Downloaded nodrop v0.1.14
7852026-05-08T12:05:45.705Z Downloaded nibble_vec v0.1.0
7862026-05-08T12:05:45.705Z Downloaded num-iter v0.1.45
7872026-05-08T12:05:45.709Z Downloaded newtype_derive v0.1.6
7882026-05-08T12:05:45.709Z Downloaded newtype-uuid-macros v0.1.0
7892026-05-08T12:05:45.709Z Downloaded crossbeam-channel v0.5.15
7902026-05-08T12:05:45.712Z Downloaded ipnetwork v0.21.1
7912026-05-08T12:05:45.712Z Downloaded arc-swap v1.8.2
7922026-05-08T12:05:45.715Z Downloaded libloading v0.8.9
7932026-05-08T12:05:45.718Z Downloaded libefi-sys v0.1.0
7942026-05-08T12:05:45.718Z Downloaded ipnet v2.11.0
7952026-05-08T12:05:45.718Z Downloaded arrayvec v0.7.6
7962026-05-08T12:05:45.721Z Downloaded cargo_metadata v0.19.2
7972026-05-08T12:05:45.721Z Downloaded num-conv v0.2.0
7982026-05-08T12:05:45.721Z Downloaded normalize-line-endings v0.3.0
7992026-05-08T12:05:45.721Z Downloaded hmac v0.12.1
8002026-05-08T12:05:45.724Z Downloaded env_logger v0.11.9
8012026-05-08T12:05:45.724Z Downloaded num-derive v0.4.2
8022026-05-08T12:05:45.727Z Downloaded num_enum_derive v0.5.11
8032026-05-08T12:05:45.727Z Downloaded oso-derive v0.27.3
8042026-05-08T12:05:45.727Z Downloaded num_threads v0.1.7
8052026-05-08T12:05:45.730Z Downloaded derive_more v0.99.20
8062026-05-08T12:05:45.733Z Downloaded futures v0.3.32
8072026-05-08T12:05:45.736Z Downloaded iana-time-zone v0.1.65
8082026-05-08T12:05:45.736Z Downloaded openssl-probe v0.1.6
8092026-05-08T12:05:45.736Z Downloaded openssl-macros v0.1.1
8102026-05-08T12:05:45.739Z Downloaded mime v0.3.17
8112026-05-08T12:05:45.739Z Downloaded linear-map v1.2.0
8122026-05-08T12:05:45.739Z Downloaded libsw-core v0.3.2
8132026-05-08T12:05:45.742Z Downloaded opaque-debug v0.3.1
8142026-05-08T12:05:45.742Z Downloaded olpc-cjson v0.1.4
8152026-05-08T12:05:45.742Z Downloaded libsw v3.5.0
8162026-05-08T12:05:45.742Z Downloaded hyper-rustls v0.27.7
8172026-05-08T12:05:45.746Z Downloaded httparse v1.10.1
8182026-05-08T12:05:45.746Z Downloaded dropshot_endpoint v0.17.0
8192026-05-08T12:05:45.749Z Downloaded num-derive v0.3.3
8202026-05-08T12:05:45.753Z Downloaded elliptic-curve v0.13.8
8212026-05-08T12:05:45.753Z Downloaded mime_guess v2.0.5
8222026-05-08T12:05:45.756Z Downloaded packed_struct_codegen v0.10.1
8232026-05-08T12:05:45.756Z Downloaded multer v3.1.0
8242026-05-08T12:05:45.756Z Downloaded ingot-macros v0.1.1
8252026-05-08T12:05:45.756Z Downloaded openssl-probe v0.2.1
8262026-05-08T12:05:45.759Z Downloaded pbkdf2 v0.12.2
8272026-05-08T12:05:45.759Z Downloaded parse-size v1.1.0
8282026-05-08T12:05:45.759Z Downloaded getrandom v0.3.4
8292026-05-08T12:05:45.764Z Downloaded async-compression v0.4.41
8302026-05-08T12:05:45.767Z Downloaded native-tls v0.2.18
8312026-05-08T12:05:45.767Z Downloaded des v0.8.1
8322026-05-08T12:05:45.767Z Downloaded nu-ansi-term v0.50.3
8332026-05-08T12:05:45.770Z Downloaded newtype-uuid v1.3.2
8342026-05-08T12:05:45.770Z Downloaded parse-display v0.10.0
8352026-05-08T12:05:45.770Z Downloaded camino-tempfile-ext v0.3.3
8362026-05-08T12:05:45.773Z Downloaded pbkdf2 v0.11.0
8372026-05-08T12:05:45.776Z Downloaded path-slash v0.1.5
8382026-05-08T12:05:45.776Z Downloaded nanorand v0.7.0
8392026-05-08T12:05:45.776Z Downloaded peg-runtime v0.8.5
8402026-05-08T12:05:45.778Z Downloaded half v2.7.1
8412026-05-08T12:05:45.778Z Downloaded num_enum v0.5.11
8422026-05-08T12:05:45.781Z Downloaded compact_str v0.8.1
8432026-05-08T12:05:45.784Z Downloaded bytes v1.11.1
8442026-05-08T12:05:45.789Z Downloaded base64 v0.21.7
8452026-05-08T12:05:45.792Z Downloaded num_enum v0.7.5
8462026-05-08T12:05:45.794Z Downloaded phf_shared v0.12.1
8472026-05-08T12:05:45.794Z Downloaded phf_shared v0.11.3
8482026-05-08T12:05:45.794Z Downloaded num-complex v0.4.6
8492026-05-08T12:05:45.798Z Downloaded jobserver v0.1.34
8502026-05-08T12:05:45.798Z Downloaded der v0.7.10
8512026-05-08T12:05:45.801Z Downloaded pin-utils v0.1.0
8522026-05-08T12:05:45.804Z Downloaded phf_shared v0.13.1
8532026-05-08T12:05:45.804Z Downloaded oxide-tokio-rt v0.1.4
8542026-05-08T12:05:45.804Z Downloaded num_enum_derive v0.7.5
8552026-05-08T12:05:45.804Z Downloaded oxnet v0.1.4
8562026-05-08T12:05:45.807Z Downloaded precomputed-hash v0.1.1
8572026-05-08T12:05:45.807Z Downloaded lock_api v0.4.14
8582026-05-08T12:05:45.807Z Downloaded powerfmt v0.2.0
8592026-05-08T12:05:45.810Z Downloaded dropshot_endpoint v0.16.7
8602026-05-08T12:05:45.810Z Downloaded owo-colors v4.3.0
8612026-05-08T12:05:45.828Z Downloaded proc-macro-error-attr2 v2.0.0
8622026-05-08T12:05:45.832Z Downloaded derive_more v2.1.1
8632026-05-08T12:05:45.835Z Downloaded paste v1.0.15
8642026-05-08T12:05:45.838Z Downloaded memmap2 v0.9.10
8652026-05-08T12:05:45.838Z Downloaded proc-macro-crate v3.4.0
8662026-05-08T12:05:45.842Z Downloaded predicates-tree v1.0.13
8672026-05-08T12:05:45.842Z Downloaded predicates-core v1.0.10
8682026-05-08T12:05:45.842Z Downloaded packed_struct v0.10.1
8692026-05-08T12:05:45.845Z Downloaded progenitor-client v0.10.0
8702026-05-08T12:05:45.845Z Downloaded crypto-bigint v0.5.5
8712026-05-08T12:05:45.848Z Downloaded proc-macro-crate v1.3.1
8722026-05-08T12:05:45.848Z Downloaded progenitor-client v0.11.2
8732026-05-08T12:05:45.851Z Downloaded pem v3.0.6
8742026-05-08T12:05:45.851Z Downloaded psl-types v2.0.11
8752026-05-08T12:05:45.851Z Downloaded phf v0.13.1
8762026-05-08T12:05:45.851Z Downloaded phf v0.12.1
8772026-05-08T12:05:45.856Z Downloaded heapless v0.7.17
8782026-05-08T12:05:45.859Z Downloaded parse-display-derive v0.10.0
8792026-05-08T12:05:45.859Z Downloaded progenitor-macro v0.14.0
8802026-05-08T12:05:45.859Z Downloaded const_format v0.2.35
8812026-05-08T12:05:45.859Z Downloaded heapless v0.8.0
8822026-05-08T12:05:45.862Z Downloaded omicron-zone-package v0.12.2
8832026-05-08T12:05:45.865Z Downloaded radium v0.7.0
8842026-05-08T12:05:45.866Z Downloaded libbz2-rs-sys v0.2.2
8852026-05-08T12:05:45.868Z Downloaded base64 v0.22.1
8862026-05-08T12:05:45.868Z Downloaded headers v0.4.1
8872026-05-08T12:05:45.873Z Downloaded quick-error v1.2.3
8882026-05-08T12:05:45.879Z Downloaded progenitor-macro v0.13.0
8892026-05-08T12:05:45.879Z Downloaded progenitor-macro v0.11.2
8902026-05-08T12:05:45.879Z Downloaded poly1305 v0.8.0
8912026-05-08T12:05:45.883Z Downloaded rand_xorshift v0.4.0
8922026-05-08T12:05:45.884Z Downloaded progenitor-macro v0.10.0
8932026-05-08T12:05:45.884Z Downloaded pkg-config v0.3.32
8942026-05-08T12:05:45.884Z Downloaded predicates v3.1.4
8952026-05-08T12:05:45.884Z Downloaded bumpalo v3.20.2
8962026-05-08T12:05:45.887Z Downloaded parking_lot_core v0.8.6
8972026-05-08T12:05:45.887Z Downloaded peg v0.8.5
8982026-05-08T12:05:45.891Z Downloaded password-hash v0.5.0
8992026-05-08T12:05:45.891Z Downloaded password-hash v0.4.2
9002026-05-08T12:05:45.894Z Downloaded rand_chacha v0.3.1
9012026-05-08T12:05:45.894Z Downloaded primeorder v0.13.6
9022026-05-08T12:05:45.894Z Downloaded postgres-protocol v0.6.10
9032026-05-08T12:05:45.894Z Downloaded polyval v0.6.2
9042026-05-08T12:05:45.897Z Downloaded pkcs8 v0.10.2
9052026-05-08T12:05:45.900Z Downloaded recursive-proc-macro-impl v0.1.1
9062026-05-08T12:05:45.900Z Downloaded recursive v0.1.1
9072026-05-08T12:05:45.900Z Downloaded chacha20poly1305 v0.10.1
9082026-05-08T12:05:45.902Z Downloaded pin-project-lite v0.2.17
9092026-05-08T12:05:45.905Z Downloaded num-rational v0.4.2
9102026-05-08T12:05:45.905Z Downloaded progenitor-client v0.14.0
9112026-05-08T12:05:45.908Z Downloaded progenitor-extras v0.2.0
9122026-05-08T12:05:45.908Z Downloaded progenitor v0.14.0
9132026-05-08T12:05:45.908Z Downloaded parking_lot v0.11.2
9142026-05-08T12:05:45.911Z Downloaded derive_more-impl v2.1.1
9152026-05-08T12:05:45.913Z Downloaded rfc6979 v0.4.0
9162026-05-08T12:05:45.918Z Downloaded ref-cast-impl v1.0.25
9172026-05-08T12:05:45.918Z Downloaded ref-cast v1.0.25
9182026-05-08T12:05:45.918Z Downloaded progenitor-client v0.13.0
9192026-05-08T12:05:45.921Z Downloaded progenitor v0.13.0
9202026-05-08T12:05:45.921Z Downloaded pem-rfc7468 v0.7.0
9212026-05-08T12:05:45.921Z Downloaded progenitor v0.11.2
9222026-05-08T12:05:45.924Z Downloaded progenitor v0.10.0
9232026-05-08T12:05:45.924Z Downloaded proc-macro-error2 v2.0.1
9242026-05-08T12:05:45.924Z Downloaded indicatif v0.18.4
9252026-05-08T12:05:45.927Z Downloaded rtoolbox v0.0.3
9262026-05-08T12:05:45.930Z Downloaded pkcs5 v0.7.1
9272026-05-08T12:05:45.932Z Downloaded p256 v0.13.2
9282026-05-08T12:05:45.932Z Downloaded ppv-lite86 v0.2.21
9292026-05-08T12:05:45.935Z Downloaded postgres-types v0.2.12
9302026-05-08T12:05:45.938Z Downloaded r2d2 v0.8.10
9312026-05-08T12:05:45.938Z Downloaded psm v0.1.30
9322026-05-08T12:05:45.940Z Downloaded peg-macros v0.8.5
9332026-05-08T12:05:45.940Z Downloaded pin-project-internal v1.1.11
9342026-05-08T12:05:45.940Z Downloaded num-integer v0.1.46
9352026-05-08T12:05:45.943Z Downloaded flate2 v1.1.9
9362026-05-08T12:05:45.946Z Downloaded rustc_version v0.4.1
9372026-05-08T12:05:45.946Z Downloaded same-file v1.0.6
9382026-05-08T12:05:45.948Z Downloaded rustc_version v0.1.7
9392026-05-08T12:05:45.948Z Downloaded rustc-hash v2.1.1
9402026-05-08T12:05:45.949Z Downloaded russh-cryptovec v0.7.3
9412026-05-08T12:05:45.949Z Downloaded litrs v1.0.0
9422026-05-08T12:05:45.952Z Downloaded aes-gcm v0.10.3
9432026-05-08T12:05:45.956Z Downloaded parking_lot v0.12.5
9442026-05-08T12:05:45.956Z Downloaded papergrid v0.17.0
9452026-05-08T12:05:45.959Z Downloaded pkcs1 v0.7.5
9462026-05-08T12:05:45.964Z Downloaded expectorate v1.2.0
9472026-05-08T12:05:45.964Z Downloaded sapling-renderdag v0.1.0
9482026-05-08T12:05:45.964Z Downloaded salsa20 v0.10.2
9492026-05-08T12:05:45.967Z Downloaded flume v0.11.1
9502026-05-08T12:05:45.967Z Downloaded scopeguard v1.2.0
9512026-05-08T12:05:45.967Z Downloaded rand_seeder v0.4.0
9522026-05-08T12:05:45.967Z Downloaded rand_core v0.10.0
9532026-05-08T12:05:45.970Z Downloaded rand_core v0.9.5
9542026-05-08T12:05:45.970Z Downloaded rand_core v0.6.4
9552026-05-08T12:05:45.970Z Downloaded rand_chacha v0.9.0
9562026-05-08T12:05:45.973Z Downloaded cc v1.2.56
9572026-05-08T12:05:45.973Z Downloaded scheduled-thread-pool v0.2.7
9582026-05-08T12:05:45.976Z Downloaded postcard v1.1.3
9592026-05-08T12:05:45.976Z Downloaded ed25519-dalek v2.2.0
9602026-05-08T12:05:45.979Z Downloaded oso v0.27.3
9612026-05-08T12:05:45.982Z Downloaded miniz_oxide v0.8.9
9622026-05-08T12:05:45.982Z Downloaded resolv-conf v0.7.6
9632026-05-08T12:05:45.982Z Downloaded parking_lot_core v0.9.12
9642026-05-08T12:05:45.987Z Downloaded ar_archive_writer v0.5.1
9652026-05-08T12:05:45.987Z Downloaded serde_plain v1.0.2
9662026-05-08T12:05:45.990Z Downloaded scrypt v0.11.0
9672026-05-08T12:05:45.990Z Downloaded secrecy v0.8.0
9682026-05-08T12:05:45.990Z Downloaded hickory-resolver v0.25.2
9692026-05-08T12:05:45.994Z Downloaded scroll_derive v0.13.1
9702026-05-08T12:05:45.994Z Downloaded serde_bytes v0.11.19
9712026-05-08T12:05:45.994Z Downloaded semver v0.1.20
9722026-05-08T12:05:45.994Z Downloaded indexmap v1.9.3
9732026-05-08T12:05:45.996Z Downloaded hickory-server v0.25.2
9742026-05-08T12:05:45.999Z Downloaded pin-project v1.1.11
9752026-05-08T12:05:46.003Z Downloaded serde-big-array v0.5.1
9762026-05-08T12:05:46.006Z Downloaded seq-macro v0.3.6
9772026-05-08T12:05:46.006Z Downloaded secrecy v0.10.3
9782026-05-08T12:05:46.009Z Downloaded jiff-static v0.2.21
9792026-05-08T12:05:46.009Z Downloaded hickory-resolver v0.24.4
9802026-05-08T12:05:46.012Z Downloaded ignore v0.4.25
9812026-05-08T12:05:46.015Z Downloaded bitfield-struct v0.6.2
9822026-05-08T12:05:46.015Z Downloaded hash32 v0.2.1
9832026-05-08T12:05:46.015Z Downloaded sigpipe v0.1.3
9842026-05-08T12:05:46.015Z Downloaded shell-words v1.1.1
9852026-05-08T12:05:46.019Z Downloaded serde_repr v0.1.20
9862026-05-08T12:05:46.019Z Downloaded sha1 v0.10.6
9872026-05-08T12:05:46.019Z Downloaded serde_urlencoded v0.7.1
9882026-05-08T12:05:46.022Z Downloaded serde_spanned v1.0.4
9892026-05-08T12:05:46.022Z Downloaded signal-hook-tokio v0.3.1
9902026-05-08T12:05:46.022Z Downloaded quinn-udp v0.5.14
9912026-05-08T12:05:46.022Z Downloaded signal-hook-mio v0.2.5
9922026-05-08T12:05:46.025Z Downloaded prefix-trie v0.7.0
9932026-05-08T12:05:46.028Z Downloaded rustls-pemfile v1.0.4
9942026-05-08T12:05:46.028Z Downloaded rustls-native-certs v0.8.3
9952026-05-08T12:05:46.030Z Downloaded minimal-lexical v0.2.1
9962026-05-08T12:05:46.033Z Downloaded openssl-sys v0.9.114
9972026-05-08T12:05:46.038Z Downloaded rustversion v1.0.22
9982026-05-08T12:05:46.041Z Downloaded rusty-fork v0.3.1
9992026-05-08T12:05:46.047Z Downloaded schemars_derive v0.8.22
10002026-05-08T12:05:46.047Z Downloaded diesel_derives v2.3.7
10012026-05-08T12:05:46.052Z Downloaded slog-bunyan v2.5.0
10022026-05-08T12:05:46.052Z Downloaded siphasher v1.0.2
10032026-05-08T12:05:46.054Z Downloaded hashbrown v0.13.2
10042026-05-08T12:05:46.055Z Downloaded hashbrown v0.12.3
10052026-05-08T12:05:46.057Z Downloaded slog-envlogger v2.2.0
10062026-05-08T12:05:46.057Z Downloaded serde_path_to_error v0.1.20
10072026-05-08T12:05:46.060Z Downloaded progenitor-impl v0.11.2
10082026-05-08T12:05:46.060Z Downloaded scroll v0.13.0
10092026-05-08T12:05:46.063Z Downloaded sqlparser_derive v0.5.0
10102026-05-08T12:05:46.063Z Downloaded ssh-cipher v0.2.0
10112026-05-08T12:05:46.066Z Downloaded progenitor-impl v0.13.0
10122026-05-08T12:05:46.074Z Downloaded http v1.4.0
10132026-05-08T12:05:46.079Z Downloaded sct v0.7.1
10142026-05-08T12:05:46.082Z Downloaded russh-keys v0.45.0
10152026-05-08T12:05:46.089Z Downloaded ssh-encoding v0.2.0
10162026-05-08T12:05:46.092Z Downloaded signature v2.2.0
10172026-05-08T12:05:46.092Z Downloaded signal-hook-registry v1.4.8
10182026-05-08T12:05:46.094Z Downloaded progenitor-impl v0.14.0
10192026-05-08T12:05:46.094Z Downloaded strip-ansi-escapes v0.2.1
10202026-05-08T12:05:46.098Z Downloaded serde-hex v0.1.0
10212026-05-08T12:05:46.101Z Downloaded simd-adler32 v0.3.8
10222026-05-08T12:05:46.101Z Downloaded shlex v1.3.0
10232026-05-08T12:05:46.101Z Downloaded dropshot-api-manager v0.7.1
10242026-05-08T12:05:46.104Z Downloaded strum v0.27.2
10252026-05-08T12:05:46.107Z Downloaded pretty_assertions v1.4.1
10262026-05-08T12:05:46.107Z Downloaded rustls-pki-types v1.14.0
10272026-05-08T12:05:46.114Z Downloaded structmeta v0.3.0
10282026-05-08T12:05:46.118Z Downloaded strum v0.26.3
10292026-05-08T12:05:46.118Z Downloaded structmeta-derive v0.3.0
10302026-05-08T12:05:46.118Z Downloaded rustls-pemfile v2.2.0
10312026-05-08T12:05:46.122Z Downloaded subtle v2.6.1
10322026-05-08T12:05:46.125Z Downloaded slab v0.4.12
10332026-05-08T12:05:46.125Z Downloaded supports-color v3.0.2
10342026-05-08T12:05:46.125Z Downloaded sync_wrapper v1.0.2
10352026-05-08T12:05:46.125Z Downloaded sync-ptr v0.1.4
10362026-05-08T12:05:46.125Z Downloaded rcgen v0.12.1
10372026-05-08T12:05:46.128Z Downloaded progenitor-impl v0.10.0
10382026-05-08T12:05:46.128Z Downloaded slog-json v2.6.1
10392026-05-08T12:05:46.131Z Downloaded smallvec v0.6.14
10402026-05-08T12:05:46.131Z Downloaded slog-term v2.9.2
10412026-05-08T12:05:46.134Z Downloaded smf v0.2.3
10422026-05-08T12:05:46.134Z Downloaded itertools v0.10.5
10432026-05-08T12:05:46.136Z Downloaded tagptr v0.2.0
10442026-05-08T12:05:46.139Z Downloaded tabwriter v1.4.1
10452026-05-08T12:05:46.139Z Downloaded tabled_derive v0.11.0
10462026-05-08T12:05:46.139Z Downloaded sqlformat v0.3.5
10472026-05-08T12:05:46.142Z Downloaded testing_table v0.3.0
10482026-05-08T12:05:46.142Z Downloaded take_mut v0.2.2
10492026-05-08T12:05:46.142Z Downloaded slog-dtrace v0.3.0
10502026-05-08T12:05:46.142Z Downloaded termtree v0.5.1
10512026-05-08T12:05:46.145Z Downloaded ron v0.8.1
10522026-05-08T12:05:46.148Z Downloaded sec1 v0.7.3
10532026-05-08T12:05:46.148Z Downloaded static_assertions v1.1.0
10542026-05-08T12:05:46.148Z Downloaded slog-async v2.8.0
10552026-05-08T12:05:46.151Z Downloaded slog-stdlog v4.1.1
10562026-05-08T12:05:46.151Z Downloaded slog-scope v4.4.1
10572026-05-08T12:05:46.151Z Downloaded serde_derive_internals v0.29.1
10582026-05-08T12:05:46.155Z Downloaded serde_cbor v0.11.2
10592026-05-08T12:05:46.155Z Downloaded crossterm v0.28.1
10602026-05-08T12:05:46.158Z Downloaded thiserror-impl-no-std v2.0.2
10612026-05-08T12:05:46.158Z Downloaded spki v0.7.3
10622026-05-08T12:05:46.161Z Downloaded thread-id v5.1.0
10632026-05-08T12:05:46.161Z Downloaded mio v1.2.0
10642026-05-08T12:05:46.164Z Downloaded tinyvec_macros v0.1.1
10652026-05-08T12:05:46.164Z Downloaded time-core v0.1.8
10662026-05-08T12:05:46.167Z Downloaded string_cache v0.8.9
10672026-05-08T12:05:46.167Z Downloaded stacker v0.1.23
10682026-05-08T12:05:46.174Z Downloaded stringprep v0.1.5
10692026-05-08T12:05:46.177Z Downloaded serde_with_macros v3.17.0
10702026-05-08T12:05:46.177Z Downloaded strum_macros v0.26.4
10712026-05-08T12:05:46.181Z Downloaded schemars v0.8.22
10722026-05-08T12:05:46.189Z Downloaded tokio-macros v2.7.0
10732026-05-08T12:05:46.192Z Downloaded aho-corasick v1.1.4
10742026-05-08T12:05:46.192Z Downloaded strum_macros v0.27.2
10752026-05-08T12:05:46.195Z Downloaded rayon-core v1.13.0
10762026-05-08T12:05:46.198Z Downloaded strum_macros v0.24.3
10772026-05-08T12:05:46.198Z Downloaded snafu-derive v0.8.9
10782026-05-08T12:05:46.198Z Downloaded rustls-platform-verifier v0.6.2
10792026-05-08T12:05:46.201Z Downloaded support-bundle-viewer v0.1.2
10802026-05-08T12:05:46.204Z Downloaded thiserror-no-std v2.0.2
10812026-05-08T12:05:46.204Z Downloaded termios v0.3.3
10822026-05-08T12:05:46.207Z Downloaded prettyplease v0.2.37
10832026-05-08T12:05:46.207Z Downloaded ryu v1.0.23
10842026-05-08T12:05:46.210Z Downloaded nom v7.1.3
10852026-05-08T12:05:46.213Z Downloaded hashbrown v0.15.5
10862026-05-08T12:05:46.217Z Downloaded tap v1.0.1
10872026-05-08T12:05:46.222Z Downloaded publicsuffix v2.3.0
10882026-05-08T12:05:46.224Z Downloaded num-bigint v0.4.6
10892026-05-08T12:05:46.227Z Downloaded serde_yaml v0.9.34+deprecated
10902026-05-08T12:05:46.230Z Downloaded spin v0.9.8
10912026-05-08T12:05:46.232Z Downloaded topological-sort v0.2.2
10922026-05-08T12:05:46.232Z Downloaded thread_local v1.1.9
10932026-05-08T12:05:46.237Z Downloaded rand v0.8.5
10942026-05-08T12:05:46.239Z Downloaded tower-layer v0.3.3
10952026-05-08T12:05:46.239Z Downloaded crossterm v0.29.0
10962026-05-08T12:05:46.242Z Downloaded quinn v0.11.9
10972026-05-08T12:05:46.245Z Downloaded qorb v0.4.1
10982026-05-08T12:05:46.247Z Downloaded libxml v0.3.3
10992026-05-08T12:05:46.250Z Downloaded typify-macro v0.4.3
11002026-05-08T12:05:46.256Z Downloaded try-lock v0.2.5
11012026-05-08T12:05:46.256Z Downloaded typify-macro v0.6.2
11022026-05-08T12:05:46.256Z Downloaded trait-variant v0.1.2
11032026-05-08T12:05:46.257Z Downloaded tokio-dtrace v0.1.1
11042026-05-08T12:05:46.259Z Downloaded tls_codec_derive v0.4.2
11052026-05-08T12:05:46.259Z Downloaded tls_codec v0.4.2
11062026-05-08T12:05:46.260Z Downloaded unicode-truncate v1.1.0
11072026-05-08T12:05:46.260Z Downloaded unarray v0.1.4
11082026-05-08T12:05:46.260Z Downloaded tiny-keccak v2.0.2
11092026-05-08T12:05:46.260Z Downloaded unit-prefix v0.5.2
11102026-05-08T12:05:46.263Z Downloaded tokio-native-tls v0.3.1
11112026-05-08T12:05:46.263Z Downloaded hyper-util v0.1.20
11122026-05-08T12:05:46.266Z Downloaded universal-hash v0.5.1
11132026-05-08T12:05:46.268Z Downloaded itertools v0.12.1
11142026-05-08T12:05:46.271Z Downloaded socket2 v0.5.10
11152026-05-08T12:05:46.273Z Downloaded term v0.7.0
11162026-05-08T12:05:46.276Z Downloaded untrusted v0.9.0
11172026-05-08T12:05:46.276Z Downloaded tokio-tungstenite v0.23.1
11182026-05-08T12:05:46.276Z Downloaded utf-8 v0.7.6
11192026-05-08T12:05:46.279Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11202026-05-08T12:05:46.279Z Downloaded usdt-attr-macro v0.6.0
11212026-05-08T12:05:46.279Z Downloaded usdt-macro v0.6.0
11222026-05-08T12:05:46.282Z Downloaded usdt v0.6.0
11232026-05-08T12:05:46.282Z Downloaded iri-string v0.7.10
11242026-05-08T12:05:46.286Z Downloaded hashbrown v0.16.1
11252026-05-08T12:05:46.292Z Downloaded untrusted v0.7.1
11262026-05-08T12:05:46.292Z Downloaded tokio-tungstenite v0.21.0
11272026-05-08T12:05:46.292Z Downloaded schemars v0.9.0
11282026-05-08T12:05:46.296Z Downloaded void v1.0.2
11292026-05-08T12:05:46.299Z Downloaded itertools v0.13.0
11302026-05-08T12:05:46.302Z Downloaded tower-service v0.3.3
11312026-05-08T12:05:46.302Z Downloaded similar v2.7.0
11322026-05-08T12:05:46.305Z Downloaded waitgroup v0.1.2
11332026-05-08T12:05:46.307Z Downloaded rsa v0.9.10
11342026-05-08T12:05:46.311Z Downloaded socket2 v0.6.3
11352026-05-08T12:05:46.314Z Downloaded rustls-webpki v0.103.9
11362026-05-08T12:05:46.314Z Downloaded want v0.3.1
11372026-05-08T12:05:46.316Z Downloaded wait-timeout v0.2.1
11382026-05-08T12:05:46.316Z Downloaded futures-util v0.3.32
11392026-05-08T12:05:46.322Z Downloaded rand v0.9.2
11402026-05-08T12:05:46.324Z Downloaded time-macros v0.2.27
11412026-05-08T12:05:46.327Z Downloaded signal-hook v0.3.18
11422026-05-08T12:05:46.327Z Downloaded tui-tree-widget v0.23.1
11432026-05-08T12:05:46.330Z Downloaded iddqd v0.3.18
11442026-05-08T12:05:46.333Z Downloaded unicase v2.9.0
11452026-05-08T12:05:46.335Z Downloaded hyper v1.8.1
11462026-05-08T12:05:46.338Z Downloaded tokio-rustls v0.24.1
11472026-05-08T12:05:46.341Z Downloaded schemars v1.2.1
11482026-05-08T12:05:46.347Z Downloaded xshell-macros v0.2.7
11492026-05-08T12:05:46.350Z Downloaded xattr v1.6.1
11502026-05-08T12:05:46.350Z Downloaded toml_writer v1.0.6+spec-1.1.0
11512026-05-08T12:05:46.350Z Downloaded tokio-stream v0.1.18
11522026-05-08T12:05:46.353Z Downloaded zone v0.3.1
11532026-05-08T12:05:46.356Z Downloaded aws-lc-rs v1.16.0
11542026-05-08T12:05:46.359Z Downloaded zone_cfg_derive v0.3.1
11552026-05-08T12:05:46.359Z Downloaded zeroize_derive v1.4.3
11562026-05-08T12:05:46.362Z Downloaded h2 v0.4.13
11572026-05-08T12:05:46.365Z Downloaded toml_parser v1.0.9+spec-1.1.0
11582026-05-08T12:05:46.365Z Downloaded uzers v0.12.2
11592026-05-08T12:05:46.367Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11602026-05-08T12:05:46.368Z Downloaded tokio-rustls v0.26.4
11612026-05-08T12:05:46.370Z Downloaded tokio-rustls v0.25.0
11622026-05-08T12:05:46.370Z Downloaded num-bigint-dig v0.8.6
11632026-05-08T12:05:46.373Z Downloaded test-strategy v0.4.5
11642026-05-08T12:05:46.376Z Downloaded itertools v0.14.0
11652026-05-08T12:05:46.379Z Downloaded vergen-git2 v1.0.7
11662026-05-08T12:05:46.382Z Downloaded tinyvec v1.10.0
11672026-05-08T12:05:46.382Z Downloaded walkdir v2.5.0
11682026-05-08T12:05:46.384Z Downloaded term v1.2.1
11692026-05-08T12:05:46.384Z Downloaded whoami v1.6.1
11702026-05-08T12:05:46.388Z Downloaded tracing-attributes v0.1.31
11712026-05-08T12:05:46.388Z Downloaded slog v2.8.2
11722026-05-08T12:05:46.391Z Downloaded samael v0.0.19
11732026-05-08T12:05:46.395Z Downloaded rand v0.10.0
11742026-05-08T12:05:46.397Z Downloaded unicode-properties v0.1.4
11752026-05-08T12:05:46.397Z Downloaded whoami v2.1.0
11762026-05-08T12:05:46.397Z Downloaded subprocess v0.2.15
11772026-05-08T12:05:46.401Z Downloaded twox-hash v2.1.2
11782026-05-08T12:05:46.406Z Downloaded wyz v0.5.1
11792026-05-08T12:05:46.409Z Downloaded xshell v0.2.7
11802026-05-08T12:05:46.411Z Downloaded zeroize v1.8.2
11812026-05-08T12:05:46.411Z Downloaded usdt-impl v0.6.0
11822026-05-08T12:05:46.414Z Downloaded toml v1.0.6+spec-1.1.0
11832026-05-08T12:05:46.414Z Downloaded toml v0.7.8
11842026-05-08T12:05:46.417Z Downloaded zstd v0.13.3
11852026-05-08T12:05:46.426Z Downloaded zstd-safe v7.2.4
11862026-05-08T12:05:46.430Z Downloaded vergen-lib v0.1.6
11872026-05-08T12:05:46.435Z Downloaded snafu v0.8.9
11882026-05-08T12:05:46.439Z Downloaded vergen-gitcl v1.0.8
11892026-05-08T12:05:46.441Z Downloaded steno v0.4.1
11902026-05-08T12:05:46.444Z Downloaded libm v0.2.16
11912026-05-08T12:05:46.447Z Downloaded vsss-rs v3.3.4
11922026-05-08T12:05:46.451Z Downloaded tracing-core v0.1.36
11932026-05-08T12:05:46.456Z Downloaded russh v0.45.0
11942026-05-08T12:05:46.456Z Downloaded tungstenite v0.23.0
11952026-05-08T12:05:46.459Z Downloaded typify v0.4.3
11962026-05-08T12:05:46.459Z Downloaded unicode-bidi v0.3.18
11972026-05-08T12:05:46.462Z Downloaded typify v0.6.2
11982026-05-08T12:05:46.462Z Downloaded tar v0.4.45
11992026-05-08T12:05:46.465Z Downloaded zerocopy v0.6.6
12002026-05-08T12:05:46.465Z Downloaded toml v0.9.12+spec-1.1.0
12012026-05-08T12:05:46.468Z Downloaded p521 v0.13.3
12022026-05-08T12:05:46.470Z Downloaded toml_edit v0.23.10+spec-1.0.0
12032026-05-08T12:05:46.473Z Downloaded yasna v0.5.2
12042026-05-08T12:05:46.473Z Downloaded blake3 v1.8.3
12052026-05-08T12:05:46.477Z Downloaded vergen v9.0.6
12062026-05-08T12:05:46.482Z Downloaded rustyline v14.0.0
12072026-05-08T12:05:46.486Z Downloaded hkdf v0.12.4
12082026-05-08T12:05:46.490Z Downloaded vte v0.14.1
12092026-05-08T12:05:46.510Z Downloaded tungstenite v0.21.0
12102026-05-08T12:05:46.516Z Downloaded toml_edit v0.19.15
12112026-05-08T12:05:46.524Z Downloaded zopfli v0.8.3
12122026-05-08T12:05:46.527Z Downloaded uuid v1.23.0
12132026-05-08T12:05:46.530Z Downloaded reedline v0.40.0
12142026-05-08T12:05:46.532Z Downloaded bindgen v0.71.1
12152026-05-08T12:05:46.542Z Downloaded unsafe-libyaml v0.2.11
12162026-05-08T12:05:46.545Z Downloaded chrono v0.4.44
12172026-05-08T12:05:46.552Z Downloaded zip v0.6.6
12182026-05-08T12:05:46.555Z Downloaded regex v1.12.3
12192026-05-08T12:05:46.558Z Downloaded reqwest v0.13.2
12202026-05-08T12:05:46.561Z Downloaded reqwest v0.12.28
12212026-05-08T12:05:46.564Z Downloaded tokio-postgres v0.7.16
12222026-05-08T12:05:46.568Z Downloaded tower v0.5.3
12232026-05-08T12:05:46.574Z Downloaded ssh-key v0.6.7
12242026-05-08T12:05:46.576Z Downloaded unicode_categories v0.1.1
12252026-05-08T12:05:46.579Z Downloaded rayon v1.11.0
12262026-05-08T12:05:46.582Z Downloaded yansi v1.0.1
12272026-05-08T12:05:46.585Z Downloaded git2 v0.20.4
12282026-05-08T12:05:46.588Z Downloaded bitvec v1.0.1
12292026-05-08T12:05:46.597Z Downloaded rpassword v7.4.0
12302026-05-08T12:05:46.602Z Downloaded lalrpop v0.19.12
12312026-05-08T12:05:46.609Z Downloaded unicode-segmentation v1.12.0
12322026-05-08T12:05:46.614Z Downloaded moka v0.12.13
12332026-05-08T12:05:46.618Z Downloaded zerocopy-derive v0.8.40
12342026-05-08T12:05:46.623Z Downloaded quick-xml v0.37.5
12352026-05-08T12:05:46.628Z Downloaded rustls-webpki v0.101.7
12362026-05-08T12:05:46.635Z Downloaded unicode-normalization v0.1.25
12372026-05-08T12:05:46.641Z Downloaded goblin v0.10.5
12382026-05-08T12:05:46.644Z Downloaded salty v0.3.0
12392026-05-08T12:05:46.646Z Downloaded x509-cert v0.2.5
12402026-05-08T12:05:46.649Z Downloaded tokio-util v0.7.18
12412026-05-08T12:05:46.653Z Downloaded p384 v0.13.1
12422026-05-08T12:05:46.656Z Downloaded zip v4.6.1
12432026-05-08T12:05:46.659Z Downloaded serde_with v3.17.0
12442026-05-08T12:05:46.665Z Downloaded curve25519-dalek v4.1.3
12452026-05-08T12:05:46.672Z Downloaded portable-atomic v1.13.1
12462026-05-08T12:05:46.679Z Downloaded typed-path v0.9.3
12472026-05-08T12:05:46.701Z Downloaded winnow v0.5.40
12482026-05-08T12:05:46.705Z Downloaded rustls-webpki v0.102.8
12492026-05-08T12:05:46.714Z Downloaded tower-http v0.6.8
12502026-05-08T12:05:46.719Z Downloaded tough v0.20.0
12512026-05-08T12:05:46.725Z Downloaded proptest v1.10.0
12522026-05-08T12:05:46.730Z Downloaded winnow v0.6.26
12532026-05-08T12:05:46.735Z Downloaded petname v2.0.2
12542026-05-08T12:05:46.741Z Downloaded quinn-proto v0.11.13
12552026-05-08T12:05:46.761Z Downloaded polar-core v0.27.3
12562026-05-08T12:05:46.765Z Downloaded bstr v1.12.1
12572026-05-08T12:05:46.771Z Downloaded radix_trie v0.2.1
12582026-05-08T12:05:46.774Z Downloaded object v0.30.4
12592026-05-08T12:05:46.778Z Downloaded tabled v0.20.0
12602026-05-08T12:05:46.788Z Downloaded time v0.3.47
12612026-05-08T12:05:46.795Z Downloaded openssl v0.10.78
12622026-05-08T12:05:46.801Z Downloaded zlib-rs v0.6.2
12632026-05-08T12:05:46.804Z Downloaded vcpkg v0.2.15
12642026-05-08T12:05:46.826Z Downloaded smoltcp v0.9.1
12652026-05-08T12:05:46.831Z Downloaded rustls v0.21.12
12662026-05-08T12:05:46.837Z Downloaded regex-syntax v0.6.29
12672026-05-08T12:05:46.841Z Downloaded nix v0.27.1
12682026-05-08T12:05:46.847Z Downloaded smoltcp v0.11.0
12692026-05-08T12:05:46.854Z Downloaded nix v0.28.0
12702026-05-08T12:05:46.865Z Downloaded rustls v0.23.37
12712026-05-08T12:05:46.873Z Downloaded nix v0.29.0
12722026-05-08T12:05:46.881Z Downloaded dropshot v0.16.7
12732026-05-08T12:05:46.895Z Downloaded object v0.37.3
12742026-05-08T12:05:46.901Z Downloaded dropshot v0.17.0
12752026-05-08T12:05:46.915Z Downloaded webpki-roots v1.0.6
12762026-05-08T12:05:46.922Z Downloaded nix v0.31.2
12772026-05-08T12:05:46.929Z Downloaded hickory-proto v0.24.4
12782026-05-08T12:05:46.938Z Downloaded openapiv3 v2.2.0
12792026-05-08T12:05:46.946Z Downloaded zerocopy v0.8.40
12802026-05-08T12:05:46.951Z Downloaded regress v0.10.5
12812026-05-08T12:05:46.957Z Downloaded sled v0.34.7
12822026-05-08T12:05:46.963Z Downloaded tracing v0.1.44
12832026-05-08T12:05:46.977Z Downloaded typify-impl v0.6.2
12842026-05-08T12:05:46.985Z Downloaded regress v0.11.1
12852026-05-08T12:05:46.991Z Downloaded rustix v0.38.44
12862026-05-08T12:05:47.005Z Downloaded bzip2-sys v0.1.13+1.0.8
12872026-05-08T12:05:47.012Z Downloaded rustls v0.22.4
12882026-05-08T12:05:47.020Z Downloaded regex-syntax v0.8.10
12892026-05-08T12:05:47.024Z Downloaded diesel v2.3.7
12902026-05-08T12:05:47.037Z Downloaded zerocopy-derive v0.6.6
12912026-05-08T12:05:47.043Z Downloaded hickory-proto v0.25.2
12922026-05-08T12:05:47.052Z Downloaded sqlparser v0.61.0
12932026-05-08T12:05:47.059Z Downloaded regex-automata v0.4.14
12942026-05-08T12:05:47.067Z Downloaded chrono-tz v0.10.4
12952026-05-08T12:05:47.093Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12962026-05-08T12:05:47.104Z Downloaded ratatui v0.29.0
12972026-05-08T12:05:47.116Z Downloaded sha3 v0.10.8
12982026-05-08T12:05:47.132Z Downloaded typify-impl v0.4.3
12992026-05-08T12:05:47.186Z Downloaded petgraph v0.6.5
13002026-05-08T12:05:47.198Z Downloaded jiff v0.2.21
13012026-05-08T12:05:47.233Z Downloaded petgraph v0.8.3
13022026-05-08T12:05:47.247Z Downloaded libz-sys v1.1.24
13032026-05-08T12:05:47.261Z Downloaded csv v1.4.0
13042026-05-08T12:05:47.294Z Downloaded tokio v1.52.1
13052026-05-08T12:05:47.368Z Downloaded encoding_rs v0.8.35
13062026-05-08T12:05:47.381Z Downloaded ring v0.17.14
13072026-05-08T12:05:47.412Z Downloaded libgit2-sys v0.18.3+1.9.2
13082026-05-08T12:05:47.725Z Downloaded aws-lc-sys v0.37.1
13092026-05-08T12:05:47.978Z Compiling libc v0.2.185
13102026-05-08T12:05:47.978Z Compiling serde v1.0.228
13112026-05-08T12:05:47.982Z Compiling shlex v1.3.0
13122026-05-08T12:05:47.983Z Compiling log v0.4.29
13132026-05-08T12:05:47.983Z Compiling find-msvc-tools v0.1.9
13142026-05-08T12:05:47.983Z Compiling smallvec v1.15.1
13152026-05-08T12:05:48.130Z Compiling syn v2.0.117
13162026-05-08T12:05:48.134Z Compiling typenum v1.19.0
13172026-05-08T12:05:48.326Z Compiling generic-array v0.14.7
13182026-05-08T12:05:48.326Z Compiling subtle v2.6.1
13192026-05-08T12:05:48.354Z Compiling scopeguard v1.2.0
13202026-05-08T12:05:48.452Z Compiling lock_api v0.4.14
13212026-05-08T12:05:48.466Z Compiling const-oid v0.9.6
13222026-05-08T12:05:48.466Z Compiling portable-atomic v1.13.1
13232026-05-08T12:05:48.506Z Compiling zerocopy v0.8.40
13242026-05-08T12:05:48.578Z Compiling critical-section v1.2.0
13252026-05-08T12:05:48.672Z Compiling serde_json v1.0.149
13262026-05-08T12:05:48.688Z Compiling pin-project-lite v0.2.17
13272026-05-08T12:05:48.783Z Compiling parking_lot_core v0.9.12
13282026-05-08T12:05:48.941Z Compiling pkg-config v0.3.32
13292026-05-08T12:05:48.971Z Compiling getrandom v0.2.17
13302026-05-08T12:05:49.011Z Compiling jobserver v0.1.34
13312026-05-08T12:05:49.027Z Compiling errno v0.3.14
13322026-05-08T12:05:49.102Z Compiling rand_core v0.6.4
13332026-05-08T12:05:49.195Z Compiling signal-hook-registry v1.4.8
13342026-05-08T12:05:49.212Z Compiling cc v1.2.56
13352026-05-08T12:05:49.375Z Compiling bitflags v2.11.0
13362026-05-08T12:05:49.461Z Compiling libm v0.2.16
13372026-05-08T12:05:49.484Z Compiling mio v1.2.0
13382026-05-08T12:05:49.611Z Compiling once_cell v1.21.3
13392026-05-08T12:05:49.654Z Compiling parking_lot v0.12.5
13402026-05-08T12:05:49.668Z Compiling num-traits v0.2.19
13412026-05-08T12:05:49.778Z Compiling futures-core v0.3.32
13422026-05-08T12:05:49.927Z Compiling percent-encoding v2.3.2
13432026-05-08T12:05:49.946Z Compiling socket2 v0.6.3
13442026-05-08T12:05:49.970Z Compiling futures-sink v0.3.32
13452026-05-08T12:05:50.011Z Compiling cpufeatures v0.2.17
13462026-05-08T12:05:50.025Z Compiling slab v0.4.12
13472026-05-08T12:05:50.074Z Compiling futures-channel v0.3.32
13482026-05-08T12:05:50.087Z Compiling futures-task v0.3.32
13492026-05-08T12:05:50.113Z Compiling getrandom v0.4.1
13502026-05-08T12:05:50.310Z Compiling futures-io v0.3.32
13512026-05-08T12:05:50.333Z Compiling getrandom v0.3.4
13522026-05-08T12:05:50.412Z Compiling rand_core v0.10.0
13532026-05-08T12:05:50.441Z Compiling rustversion v1.0.22
13542026-05-08T12:05:50.466Z Compiling indexmap v2.14.0
13552026-05-08T12:05:50.543Z Compiling form_urlencoded v1.2.2
13562026-05-08T12:05:50.813Z Compiling cmake v0.1.57
13572026-05-08T12:05:50.908Z Compiling ident_case v1.0.1
13582026-05-08T12:05:51.040Z Compiling synstructure v0.13.2
13592026-05-08T12:05:51.103Z Compiling fs_extra v1.3.0
13602026-05-08T12:05:51.139Z Compiling dunce v1.0.5
13612026-05-08T12:05:51.229Z Compiling base64ct v1.8.3
13622026-05-08T12:05:51.242Z Compiling flagset v0.4.7
13632026-05-08T12:05:51.340Z Compiling rand_core v0.9.5
13642026-05-08T12:05:51.377Z Compiling rustix v1.1.3
13652026-05-08T12:05:51.391Z Compiling aws-lc-sys v0.37.1
13662026-05-08T12:05:51.394Z Compiling iana-time-zone v0.1.65
13672026-05-08T12:05:51.439Z Compiling ring v0.17.14
13682026-05-08T12:05:51.529Z Compiling pem-rfc7468 v0.7.0
13692026-05-08T12:05:51.610Z Compiling uuid v1.23.0
13702026-05-08T12:05:51.625Z Compiling rustc_version v0.4.1
13712026-05-08T12:05:51.653Z Compiling regex-syntax v0.8.10
13722026-05-08T12:05:51.857Z Compiling aws-lc-rs v1.16.0
13732026-05-08T12:05:51.966Z Compiling vcpkg v0.2.15
13742026-05-08T12:05:52.148Z Compiling tracing-core v0.1.36
13752026-05-08T12:05:52.325Z Compiling pest_generator v2.8.6
13762026-05-08T12:05:52.710Z Compiling openssl-sys v0.9.114
13772026-05-08T12:05:52.723Z Compiling serde_derive_internals v0.29.1
13782026-05-08T12:05:52.805Z Compiling serde_derive v1.0.228
13792026-05-08T12:05:53.043Z Compiling zeroize_derive v1.4.3
13802026-05-08T12:05:53.154Z Compiling zerofrom-derive v0.1.6
13812026-05-08T12:05:53.232Z Compiling yoke-derive v0.8.1
13822026-05-08T12:05:53.636Z Compiling zerocopy-derive v0.8.40
13832026-05-08T12:05:53.704Z Compiling zeroize v1.8.2
13842026-05-08T12:05:54.023Z Compiling zerovec-derive v0.11.2
13852026-05-08T12:05:54.406Z Compiling displaydoc v0.2.5
13862026-05-08T12:05:54.470Z Compiling crypto-common v0.1.7
13872026-05-08T12:05:54.566Z Compiling zerofrom v0.1.6
13882026-05-08T12:05:54.618Z Compiling block-buffer v0.10.4
13892026-05-08T12:05:54.693Z Compiling yoke v0.8.1
13902026-05-08T12:05:54.790Z Compiling digest v0.10.7
13912026-05-08T12:05:54.877Z Compiling tokio-macros v2.7.0
13922026-05-08T12:05:55.036Z Compiling hmac v0.12.1
13932026-05-08T12:05:55.180Z Compiling zerovec v0.11.5
13942026-05-08T12:05:55.183Z Compiling zerotrie v0.2.3
13952026-05-08T12:05:55.227Z Compiling futures-macro v0.3.32
13962026-05-08T12:05:55.489Z Compiling block-padding v0.3.3
13972026-05-08T12:05:55.616Z Compiling tinystr v0.8.2
13982026-05-08T12:05:55.655Z Compiling potential_utf v0.1.4
13992026-05-08T12:05:55.678Z Compiling inout v0.1.4
14002026-05-08T12:05:55.816Z Compiling icu_locale_core v2.1.1
14012026-05-08T12:05:55.816Z Compiling icu_collections v2.1.1
14022026-05-08T12:05:55.845Z Compiling cipher v0.4.4
14032026-05-08T12:05:56.025Z Compiling futures-util v0.3.32
14042026-05-08T12:05:56.107Z Compiling sha2 v0.10.9
14052026-05-08T12:05:56.290Z Compiling bytes v1.11.1
14062026-05-08T12:05:56.304Z Compiling der_derive v0.7.3
14072026-05-08T12:05:56.707Z Compiling icu_provider v2.1.1
14082026-05-08T12:05:56.736Z Compiling chrono v0.4.44
14092026-05-08T12:05:56.897Z Compiling tokio v1.52.1
14102026-05-08T12:05:57.003Z Compiling icu_properties v2.1.2
14112026-05-08T12:05:57.242Z Compiling icu_normalizer v2.1.1
14122026-05-08T12:05:57.484Z Compiling der v0.7.10
14132026-05-08T12:05:57.762Z Compiling http v1.4.0
14142026-05-08T12:05:58.059Z Compiling ppv-lite86 v0.2.21
14152026-05-08T12:05:58.074Z Compiling idna_adapter v1.2.1
14162026-05-08T12:05:58.097Z Compiling salsa20 v0.10.2
14172026-05-08T12:05:58.206Z Compiling idna v1.1.0
14182026-05-08T12:05:58.238Z Compiling pbkdf2 v0.12.2
14192026-05-08T12:05:58.256Z Compiling thiserror-impl v2.0.18
14202026-05-08T12:05:58.350Z Compiling spki v0.7.3
14212026-05-08T12:05:58.371Z Compiling scrypt v0.11.0
14222026-05-08T12:05:58.552Z Compiling url v2.5.8
14232026-05-08T12:05:58.616Z Compiling rand_chacha v0.9.0
14242026-05-08T12:05:58.645Z Compiling cbc v0.1.2
14252026-05-08T12:05:58.659Z Compiling aes v0.8.4
14262026-05-08T12:05:58.791Z Compiling rustls-pki-types v1.14.0
14272026-05-08T12:05:58.843Z Compiling tracing-attributes v0.1.31
14282026-05-08T12:05:59.231Z Compiling pkcs5 v0.7.1
14292026-05-08T12:05:59.294Z Compiling rand v0.9.2
14302026-05-08T12:05:59.329Z Compiling http-body v1.0.1
14312026-05-08T12:05:59.547Z Compiling httparse v1.10.1
14322026-05-08T12:05:59.577Z Compiling thiserror v2.0.18
14332026-05-08T12:05:59.683Z Compiling schemars v0.8.22
14342026-05-08T12:05:59.685Z Compiling openssl-probe v0.2.1
14352026-05-08T12:05:59.709Z Compiling untrusted v0.7.1
14362026-05-08T12:05:59.828Z Compiling untrusted v0.9.0
14372026-05-08T12:05:59.867Z Compiling base64 v0.22.1
14382026-05-08T12:05:59.911Z Compiling pkcs8 v0.10.2
14392026-05-08T12:05:59.947Z Compiling schemars_derive v0.8.22
14402026-05-08T12:06:00.072Z Compiling pest_derive v2.8.6
14412026-05-08T12:06:00.120Z Compiling tracing v0.1.44
14422026-05-08T12:06:00.217Z Compiling scroll_derive v0.13.1
14432026-05-08T12:06:00.264Z Compiling darling_core v0.20.11
14442026-05-08T12:06:00.439Z Compiling try-lock v0.2.5
14452026-05-08T12:06:00.496Z Compiling tinyvec_macros v0.1.1
14462026-05-08T12:06:00.548Z Compiling tokio-util v0.7.18
14472026-05-08T12:06:00.567Z Compiling tower-layer v0.3.3
14482026-05-08T12:06:00.730Z Compiling tower-service v0.3.3
14492026-05-08T12:06:00.830Z Compiling dyn-clone v1.0.20
14502026-05-08T12:06:00.975Z Compiling atomic-waker v1.1.2
14512026-05-08T12:06:01.015Z Compiling rustls v0.23.37
14522026-05-08T12:06:01.103Z Compiling scroll v0.13.0
14532026-05-08T12:06:01.188Z Compiling tinyvec v1.10.0
14542026-05-08T12:06:01.368Z Compiling h2 v0.4.13
14552026-05-08T12:06:01.536Z Compiling want v0.3.1
14562026-05-08T12:06:01.701Z Compiling ipnet v2.11.0
14572026-05-08T12:06:01.732Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14582026-05-08T12:06:01.856Z Compiling spin v0.9.8
14592026-05-08T12:06:02.062Z Compiling aho-corasick v1.1.4
14602026-05-08T12:06:02.112Z Compiling pin-utils v0.1.0
14612026-05-08T12:06:02.187Z Compiling powerfmt v0.2.0
14622026-05-08T12:06:02.201Z Compiling openssl v0.10.78
14632026-05-08T12:06:02.389Z Compiling time-core v0.1.8
14642026-05-08T12:06:02.427Z Compiling crc32fast v1.5.0
14652026-05-08T12:06:02.475Z Compiling foreign-types-shared v0.1.1
14662026-05-08T12:06:02.489Z Compiling darling_macro v0.20.11
14672026-05-08T12:06:02.516Z Compiling num-conv v0.2.0
14682026-05-08T12:06:02.534Z Compiling httpdate v1.0.3
14692026-05-08T12:06:02.560Z Compiling foreign-types v0.3.2
14702026-05-08T12:06:02.632Z Compiling tempfile v3.25.0
14712026-05-08T12:06:02.645Z Compiling time-macros v0.2.27
14722026-05-08T12:06:02.747Z Compiling deranged v0.5.8
14732026-05-08T12:06:02.943Z Compiling darling v0.20.11
14742026-05-08T12:06:02.995Z Compiling regex-automata v0.4.14
14752026-05-08T12:06:03.026Z Compiling goblin v0.10.5
14762026-05-08T12:06:03.704Z Compiling openssl-macros v0.1.1
14772026-05-08T12:06:03.720Z Compiling wait-timeout v0.2.1
14782026-05-08T12:06:03.980Z Compiling siphasher v1.0.2
14792026-05-08T12:06:04.086Z Compiling native-tls v0.2.18
14802026-05-08T12:06:04.167Z Compiling bit-vec v0.8.0
14812026-05-08T12:06:04.224Z Compiling simd-adler32 v0.3.8
14822026-05-08T12:06:04.290Z Compiling hyper v1.8.1
14832026-05-08T12:06:04.402Z Compiling crossbeam-utils v0.8.21
14842026-05-08T12:06:04.468Z Compiling num_threads v0.1.7
14852026-05-08T12:06:04.567Z Compiling quick-error v1.2.3
14862026-05-08T12:06:04.674Z Compiling usdt-impl v0.6.0
14872026-05-08T12:06:04.688Z Compiling syn v1.0.109
14882026-05-08T12:06:04.914Z Compiling rusty-fork v0.3.1
14892026-05-08T12:06:05.032Z Compiling time v0.3.47
14902026-05-08T12:06:05.259Z Compiling bit-set v0.8.0
14912026-05-08T12:06:05.422Z Compiling hyper-util v0.1.20
14922026-05-08T12:06:05.902Z Compiling dof v0.4.0
14932026-05-08T12:06:06.696Z Compiling derive_builder_core v0.20.2
14942026-05-08T12:06:07.089Z Compiling unicode-normalization v0.1.25
14952026-05-08T12:06:07.153Z Compiling dtrace-parser v0.3.0
14962026-05-08T12:06:07.252Z Compiling rustls-native-certs v0.8.3
14972026-05-08T12:06:07.254Z Compiling signature v2.2.0
14982026-05-08T12:06:07.444Z Compiling thiserror-impl v1.0.69
14992026-05-08T12:06:07.507Z Compiling scroll_derive v0.12.1
15002026-05-08T12:06:07.533Z Compiling heapless v0.7.17
15012026-05-08T12:06:07.547Z Compiling rand_xorshift v0.4.0
15022026-05-08T12:06:07.711Z Compiling slog v2.8.2
15032026-05-08T12:06:07.772Z Compiling darling_core v0.21.3
15042026-05-08T12:06:07.887Z Compiling bzip2-sys v0.1.13+1.0.8
15052026-05-08T12:06:07.902Z Compiling sync_wrapper v1.0.2
15062026-05-08T12:06:08.010Z Compiling thread-id v5.1.0
15072026-05-08T12:06:08.096Z Compiling cookie v0.18.1
15082026-05-08T12:06:08.144Z Compiling allocator-api2 v0.2.21
15092026-05-08T12:06:08.158Z Compiling unicode-properties v0.1.4
15102026-05-08T12:06:08.278Z Compiling paste v1.0.15
15112026-05-08T12:06:08.291Z Compiling adler2 v2.0.1
15122026-05-08T12:06:08.359Z Compiling zstd-safe v7.2.4
15132026-05-08T12:06:08.420Z Compiling unarray v0.1.4
15142026-05-08T12:06:08.462Z Compiling signal-hook v0.3.18
15152026-05-08T12:06:08.529Z Compiling unicode-bidi v0.3.18
15162026-05-08T12:06:08.544Z Compiling anyhow v1.0.102
15172026-05-08T12:06:08.603Z Compiling proptest v1.10.0
15182026-05-08T12:06:08.645Z Compiling miniz_oxide v0.8.9
15192026-05-08T12:06:08.672Z Compiling thiserror v1.0.69
15202026-05-08T12:06:09.050Z Compiling stringprep v0.1.5
15212026-05-08T12:06:09.064Z Compiling scroll v0.12.0
15222026-05-08T12:06:09.321Z Compiling tower v0.5.3
15232026-05-08T12:06:09.481Z Compiling derive_builder_macro v0.20.2
15242026-05-08T12:06:09.787Z Compiling ipnetwork v0.21.1
15252026-05-08T12:06:09.811Z Compiling http-body-util v0.1.3
15262026-05-08T12:06:09.930Z Compiling webpki-roots v1.0.6
15272026-05-08T12:06:10.053Z Compiling rand_chacha v0.3.1
15282026-05-08T12:06:10.056Z Compiling serde_tokenstream v0.2.3
15292026-05-08T12:06:10.214Z Compiling toml_datetime v0.6.11
15302026-05-08T12:06:10.269Z Compiling erased-serde v0.3.31
15312026-05-08T12:06:10.272Z Compiling darling_macro v0.21.3
15322026-05-08T12:06:10.418Z Compiling serde_spanned v0.6.9
15332026-05-08T12:06:10.473Z Compiling md-5 v0.10.6
15342026-05-08T12:06:10.565Z Compiling zerocopy-derive v0.7.35
15352026-05-08T12:06:10.641Z Compiling curve25519-dalek v4.1.3
15362026-05-08T12:06:10.756Z Compiling vergen-lib v0.1.6
15372026-05-08T12:06:10.771Z Compiling num-integer v0.1.46
15382026-05-08T12:06:10.903Z Compiling hash32 v0.2.1
15392026-05-08T12:06:10.942Z Compiling ff v0.13.1
15402026-05-08T12:06:10.978Z Compiling memoffset v0.9.1
15412026-05-08T12:06:11.081Z Compiling rustix v0.38.44
15422026-05-08T12:06:11.095Z Compiling cfg_aliases v0.2.1
15432026-05-08T12:06:11.098Z Compiling iri-string v0.7.10
15442026-05-08T12:06:11.167Z Compiling litrs v1.0.0
15452026-05-08T12:06:11.181Z Compiling smoltcp v0.9.1
15462026-05-08T12:06:11.432Z Compiling ref-cast v1.0.25
15472026-05-08T12:06:11.446Z Compiling zlib-rs v0.6.2
15482026-05-08T12:06:11.523Z Compiling fallible-iterator v0.2.0
15492026-05-08T12:06:11.687Z Compiling num-bigint-dig v0.8.6
15502026-05-08T12:06:11.728Z Compiling base16ct v0.2.0
15512026-05-08T12:06:11.834Z Compiling ryu v1.0.23
15522026-05-08T12:06:11.876Z Compiling psl-types v2.0.11
15532026-05-08T12:06:11.927Z Compiling sec1 v0.7.3
15542026-05-08T12:06:12.002Z Compiling publicsuffix v2.3.0
15552026-05-08T12:06:12.016Z Compiling serde_urlencoded v0.7.1
15562026-05-08T12:06:12.174Z Compiling postgres-protocol v0.6.10
15572026-05-08T12:06:12.250Z Compiling tower-http v0.6.8
15582026-05-08T12:06:12.264Z Compiling document-features v0.2.12
15592026-05-08T12:06:12.621Z Compiling zerocopy v0.7.35
15602026-05-08T12:06:12.712Z Compiling nix v0.31.2
15612026-05-08T12:06:12.825Z Compiling group v0.13.0
15622026-05-08T12:06:13.004Z Compiling num-iter v0.1.45
15632026-05-08T12:06:13.126Z Compiling newtype-uuid v1.3.2
15642026-05-08T12:06:13.162Z Compiling darling v0.21.3
15652026-05-08T12:06:13.244Z Compiling rand v0.8.5
15662026-05-08T12:06:13.299Z Compiling oxnet v0.1.4
15672026-05-08T12:06:13.443Z Compiling hubpack_derive v0.1.1
15682026-05-08T12:06:13.457Z Compiling derive_builder v0.20.2
15692026-05-08T12:06:13.555Z Compiling tokio-native-tls v0.3.1
15702026-05-08T12:06:13.696Z Compiling goblin v0.8.2
15712026-05-08T12:06:14.079Z Compiling regex v1.12.3
15722026-05-08T12:06:14.184Z Compiling phf_shared v0.13.1
15732026-05-08T12:06:14.428Z Compiling flate2 v1.1.9
15742026-05-08T12:06:14.443Z Compiling lazy_static v1.5.0
15752026-05-08T12:06:14.514Z Compiling cargo-platform v0.1.9
15762026-05-08T12:06:14.535Z Compiling hkdf v0.12.4
15772026-05-08T12:06:14.565Z Compiling crypto-bigint v0.5.5
15782026-05-08T12:06:14.629Z Compiling terminal_size v0.4.3
15792026-05-08T12:06:14.698Z Compiling daft-derive v0.1.5
15802026-05-08T12:06:14.763Z Compiling curve25519-dalek-derive v0.1.1
15812026-05-08T12:06:14.777Z Compiling ref-cast-impl v1.0.25
15822026-05-08T12:06:14.837Z Compiling async-trait v0.1.89
15832026-05-08T12:06:15.331Z Compiling strum_macros v0.27.2
15842026-05-08T12:06:15.435Z Compiling vergen v9.0.6
15852026-05-08T12:06:15.450Z Compiling fs-err v3.3.0
15862026-05-08T12:06:15.618Z Compiling ahash v0.8.12
15872026-05-08T12:06:15.639Z Compiling encoding_rs v0.8.35
15882026-05-08T12:06:15.823Z Compiling bumpalo v3.20.2
15892026-05-08T12:06:15.891Z Compiling foldhash v0.2.0
15902026-05-08T12:06:16.083Z Compiling libbz2-rs-sys v0.2.2
15912026-05-08T12:06:16.119Z Compiling unicode-segmentation v1.12.0
15922026-05-08T12:06:16.512Z Compiling object v0.37.3
15932026-05-08T12:06:16.718Z Compiling bitflags v1.3.2
15942026-05-08T12:06:16.759Z Compiling winnow v0.5.40
15952026-05-08T12:06:16.781Z Compiling managed v0.8.0
15962026-05-08T12:06:16.795Z Compiling mime v0.3.17
15972026-05-08T12:06:16.999Z Compiling foldhash v0.1.5
15982026-05-08T12:06:17.136Z Compiling hashbrown v0.15.5
15992026-05-08T12:06:17.171Z Compiling bzip2 v0.6.1
16002026-05-08T12:06:17.224Z Compiling clap_builder v4.5.60
16012026-05-08T12:06:17.298Z Compiling strum v0.27.2
16022026-05-08T12:06:17.384Z Compiling hashbrown v0.16.1
16032026-05-08T12:06:17.426Z Compiling zopfli v0.8.3
16042026-05-08T12:06:17.672Z Compiling dof v0.3.0
16052026-05-08T12:06:17.979Z Compiling elliptic-curve v0.13.8
16062026-05-08T12:06:18.012Z Compiling toml_edit v0.19.15
16072026-05-08T12:06:18.088Z Compiling daft v0.1.5
16082026-05-08T12:06:18.375Z Compiling cargo_metadata v0.19.2
16092026-05-08T12:06:18.466Z Compiling phf v0.13.1
16102026-05-08T12:06:18.629Z Compiling cookie_store v0.22.1
16112026-05-08T12:06:19.265Z Compiling signal-hook-mio v0.2.5
16122026-05-08T12:06:19.691Z Compiling hubpack v0.1.2
16132026-05-08T12:06:19.805Z Compiling zstd v0.13.3
16142026-05-08T12:06:19.851Z Compiling hyper-tls v0.6.0
16152026-05-08T12:06:19.894Z Compiling bzip2 v0.4.4
16162026-05-08T12:06:20.010Z Compiling serde_with_macros v3.17.0
16172026-05-08T12:06:20.117Z Compiling postgres-types v0.2.12
16182026-05-08T12:06:20.184Z Compiling usdt-attr-macro v0.6.0
16192026-05-08T12:06:20.651Z Compiling usdt-macro v0.6.0
16202026-05-08T12:06:20.708Z Compiling dtrace-parser v0.2.0
16212026-05-08T12:06:20.975Z Compiling ed25519 v2.2.3
16222026-05-08T12:06:21.113Z Compiling bstr v1.12.1
16232026-05-08T12:06:21.139Z Compiling phf_shared v0.11.3
16242026-05-08T12:06:21.203Z Compiling pkcs1 v0.7.5
16252026-05-08T12:06:21.330Z Compiling hex v0.4.3
16262026-05-08T12:06:21.381Z Compiling serde-big-array v0.5.1
16272026-05-08T12:06:21.451Z Compiling rfc6979 v0.4.0
16282026-05-08T12:06:21.526Z Compiling enum-as-inner v0.6.1
16292026-05-08T12:06:21.576Z Compiling strum_macros v0.26.4
16302026-05-08T12:06:21.593Z Compiling serde_repr v0.1.20
16312026-05-08T12:06:21.593Z Compiling clap_derive v4.5.55
16322026-05-08T12:06:21.769Z Compiling float-cmp v0.10.0
16332026-05-08T12:06:21.884Z Compiling memmap2 v0.9.10
16342026-05-08T12:06:21.915Z Compiling thread-id v4.2.2
16352026-05-08T12:06:22.004Z Compiling env_filter v1.0.0
16362026-05-08T12:06:22.023Z Compiling fixedbitset v0.5.7
16372026-05-08T12:06:22.097Z Compiling fixedbitset v0.4.2
16382026-05-08T12:06:22.113Z Compiling keccak v0.1.6
16392026-05-08T12:06:22.304Z Compiling data-encoding v2.10.0
16402026-05-08T12:06:22.319Z Compiling static_assertions v1.1.0
16412026-05-08T12:06:22.319Z Compiling rustc-hash v2.1.1
16422026-05-08T12:06:22.399Z Compiling normalize-line-endings v0.3.0
16432026-05-08T12:06:22.455Z Compiling difflib v0.4.0
16442026-05-08T12:06:22.495Z Compiling precomputed-hash v0.1.1
16452026-05-08T12:06:22.591Z Compiling whoami v2.1.0
16462026-05-08T12:06:22.919Z Compiling jiff v0.2.21
16472026-05-08T12:06:22.959Z Compiling either v1.15.0
16482026-05-08T12:06:22.987Z Compiling new_debug_unreachable v1.0.6
16492026-05-08T12:06:23.003Z Compiling predicates-core v1.0.10
16502026-05-08T12:06:23.067Z Compiling string_cache v0.8.9
16512026-05-08T12:06:23.164Z Compiling itertools v0.13.0
16522026-05-08T12:06:23.178Z Compiling predicates v3.1.4
16532026-05-08T12:06:23.284Z Compiling tokio-postgres v0.7.16
16542026-05-08T12:06:23.287Z Compiling strum v0.26.3
16552026-05-08T12:06:23.337Z Compiling clap v4.5.60
16562026-05-08T12:06:23.421Z Compiling toml_edit v0.22.27
16572026-05-08T12:06:23.424Z Compiling hickory-proto v0.25.2
16582026-05-08T12:06:23.823Z Compiling iddqd v0.3.18
16592026-05-08T12:06:23.933Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16602026-05-08T12:06:24.391Z Compiling sha3 v0.10.8
16612026-05-08T12:06:24.854Z Compiling petgraph v0.6.5
16622026-05-08T12:06:24.948Z Compiling petgraph v0.8.3
16632026-05-08T12:06:25.502Z Compiling env_logger v0.11.9
16642026-05-08T12:06:25.862Z Compiling zip v4.6.1
16652026-05-08T12:06:26.127Z Compiling usdt v0.6.0
16662026-05-08T12:06:26.369Z Compiling usdt-impl v0.5.0
16672026-05-08T12:06:26.394Z Compiling ecdsa v0.16.9
16682026-05-08T12:06:26.778Z Compiling serde_with v3.17.0
16692026-05-08T12:06:26.778Z Compiling similar v2.7.0
16702026-05-08T12:06:26.830Z Compiling rsa v0.9.10
16712026-05-08T12:06:26.928Z Compiling ed25519-dalek v2.2.0
16722026-05-08T12:06:26.942Z Compiling crossterm v0.28.1
16732026-05-08T12:06:27.589Z Compiling zip v0.6.6
16742026-05-08T12:06:28.071Z Compiling toml v0.7.8
16752026-05-08T12:06:28.390Z Compiling toml_parser v1.0.9+spec-1.1.0
16762026-05-08T12:06:28.475Z Compiling heck v0.4.1
16772026-05-08T12:06:28.506Z Compiling crossbeam-epoch v0.9.18
16782026-05-08T12:06:28.539Z Compiling tokio-stream v0.1.18
16792026-05-08T12:06:28.672Z Compiling buf-list v1.1.2
16802026-05-08T12:06:28.718Z Compiling x509-cert v0.2.5
16812026-05-08T12:06:28.830Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16822026-05-08T12:06:28.957Z Compiling openapiv3 v2.2.0
16832026-05-08T12:06:29.012Z Compiling sha1 v0.10.6
16842026-05-08T12:06:29.029Z Compiling toml_datetime v0.7.5+spec-1.1.0
16852026-05-08T12:06:29.138Z Compiling peg-runtime v0.8.5
16862026-05-08T12:06:29.218Z Compiling lalrpop-util v0.19.12
16872026-05-08T12:06:29.318Z Compiling thread_local v1.1.9
16882026-05-08T12:06:29.418Z Compiling slog-async v2.8.0
16892026-05-08T12:06:29.418Z Compiling crossbeam-channel v0.5.15
16902026-05-08T12:06:29.578Z Compiling futures-executor v0.3.32
16912026-05-08T12:06:29.743Z Compiling is-terminal v0.4.17
16922026-05-08T12:06:29.843Z Compiling filetime v0.2.27
16932026-05-08T12:06:29.850Z Compiling xattr v1.6.1
16942026-05-08T12:06:29.891Z Compiling take_mut v0.2.2
16952026-05-08T12:06:30.008Z Compiling term v1.2.1
16962026-05-08T12:06:30.022Z Compiling tar v0.4.45
16972026-05-08T12:06:30.135Z Compiling futures v0.3.32
16982026-05-08T12:06:30.347Z Compiling slog-term v2.9.2
16992026-05-08T12:06:39.991Z Compiling rustls-webpki v0.103.9
17002026-05-08T12:06:42.785Z Compiling tokio-rustls v0.26.4
17012026-05-08T12:06:42.785Z Compiling rustls-platform-verifier v0.6.2
17022026-05-08T12:06:42.992Z Compiling hyper-rustls v0.27.7
17032026-05-08T12:06:43.191Z Compiling reqwest v0.13.2
17042026-05-08T12:06:43.191Z Compiling reqwest v0.12.28
17052026-05-08T12:06:45.289Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17062026-05-08T12:06:45.510Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17072026-05-08T12:06:48.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 03s
17082026-05-08T12:06:48.524Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17092026-05-08T12:06:48.586ZMay 08 12:06:47.114 INFO Starting download, target: Clickhouse
17102026-05-08T12:06:48.586ZMay 08 12:06:47.114 INFO Starting download, target: Cockroach
17112026-05-08T12:06:48.586ZMay 08 12:06:47.114 INFO Starting download, target: Console
17122026-05-08T12:06:48.586ZMay 08 12:06:47.114 INFO Starting download, target: DendriteStub
17132026-05-08T12:06:48.586ZMay 08 12:06:47.114 INFO Starting download, target: MaghemiteMgd
17142026-05-08T12:06:48.594ZMay 08 12:06:47.114 INFO Starting download, target: TransceiverControl
17152026-05-08T12:06:48.594ZMay 08 12:06:47.114 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17162026-05-08T12:06:48.594ZMay 08 12:06:47.114 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17172026-05-08T12:06:48.594ZMay 08 12:06:47.114 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17182026-05-08T12:06:48.594ZMay 08 12:06:47.114 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17192026-05-08T12:06:48.594ZMay 08 12:06:47.114 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17202026-05-08T12:06:48.594ZMay 08 12:06:47.114 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17212026-05-08T12:06:49.203ZMay 08 12:06:47.726 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17222026-05-08T12:06:49.415ZMay 08 12:06:47.944 INFO Download complete, target: TransceiverControl
17232026-05-08T12:06:49.617ZMay 08 12:06:48.150 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17242026-05-08T12:06:49.853ZMay 08 12:06:48.385 INFO Download complete, target: Console
17252026-05-08T12:06:50.179ZMay 08 12:06:48.708 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17262026-05-08T12:06:50.401ZMay 08 12:06:48.927 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17272026-05-08T12:06:50.661ZMay 08 12:06:49.191 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17282026-05-08T12:06:50.861ZMay 08 12:06:49.391 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17292026-05-08T12:06:50.862ZMay 08 12:06:49.391 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17302026-05-08T12:06:52.590ZMay 08 12:06:51.090 INFO Download complete, target: DendriteStub
17312026-05-08T12:06:52.819ZMay 08 12:06:51.349 INFO Download complete, target: MaghemiteMgd
17322026-05-08T12:06:55.558ZMay 08 12:06:54.093 INFO Checking that binary works, target: Cockroach
17332026-05-08T12:06:55.669ZMay 08 12:06:54.203 INFO Download complete, target: Cockroach
17342026-05-08T12:06:57.584ZMay 08 12:06:56.118 INFO Checking that binary works, target: Clickhouse
17352026-05-08T12:06:57.684ZMay 08 12:06:56.218 INFO Download complete, target: Clickhouse
17362026-05-08T12:06:57.701ZAll builder prerequisites installed successfully, and PATH looks valid
17372026-05-08T12:06:57.705Z
17382026-05-08T12:06:57.705Zreal 2:13.880999630
17392026-05-08T12:06:57.705Zuser 6:44.940122051
17402026-05-08T12:06:57.705Zsys 1:21.363636908
17412026-05-08T12:06:57.705Ztrap 0.230674425
17422026-05-08T12:06:57.705Ztflt 0.868370161
17432026-05-08T12:06:57.705Zdflt 0.818033279
17442026-05-08T12:06:57.705Zkflt 0.032028668
17452026-05-08T12:06:57.705Zlock 21:35.366990703
17462026-05-08T12:06:57.705Zslp 20:52.274862984
17472026-05-08T12:06:57.705Zlat 43.320038919
17482026-05-08T12:06:57.705Zstop 1:55.410812165
17492026-05-08T12:06:57.705Z+ banner hack-check
17502026-05-08T12:06:57.705Z
17512026-05-08T12:06:57.705Z # # ## #### # # #### # # ###### #### # #
17522026-05-08T12:06:57.705Z # # # # # # # # # # # # # # # # #
17532026-05-08T12:06:57.705Z ###### # # # #### ##### # ###### ##### # ####
17542026-05-08T12:06:57.705Z # # ###### # # # # # # # # # #
17552026-05-08T12:06:57.705Z # # # # # # # # # # # # # # # # #
17562026-05-08T12:06:57.705Z # # # # #### # # #### # # ###### #### # #
17572026-05-08T12:06:57.705Z
17582026-05-08T12:06:57.706Z+ export CARGO_INCREMENTAL=0
17592026-05-08T12:06:57.706Z+ CARGO_INCREMENTAL=0
17602026-05-08T12:06:57.706Z+ ptime -m timeout 2h cargo xtask check-features --ci
17612026-05-08T12:06:58.245Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17622026-05-08T12:06:58.467Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17632026-05-08T12:07:00.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.59s
17642026-05-08T12:07:00.407Z Running `target/debug/xtask check-features --ci`
17652026-05-08T12:07:00.431Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17662026-05-08T12:07:00.434Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17672026-05-08T12:07:00.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
17682026-05-08T12:07:00.957Z Running `target/debug/xtask download cargo-hack`
17692026-05-08T12:07:01.744Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17702026-05-08T12:07:02.057Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17712026-05-08T12:07:04.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.59s
17722026-05-08T12:07:04.753Z Running `target/debug/xtask-downloader cargo-hack`
17732026-05-08T12:07:04.794ZMay 08 12:07:03.326 INFO Starting download, target: CargoHack
17742026-05-08T12:07:04.798ZMay 08 12:07:03.327 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17752026-05-08T12:07:05.448ZMay 08 12:07:03.982 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17762026-05-08T12:07:05.498ZMay 08 12:07:04.032 INFO Download complete, target: CargoHack
17772026-05-08T12:07:05.501Zrunning: "/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"
17782026-05-08T12:07:05.514Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17792026-05-08T12:07:05.666Zinfo: running `cargo check --bins` on api_identity (1/274)
17802026-05-08T12:07:06.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17812026-05-08T12:07:06.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17822026-05-08T12:07:06.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17832026-05-08T12:07:06.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
17842026-05-08T12:07:06.305Z
17852026-05-08T12:07:06.305Zinfo: running `cargo check --bins` on bootstore (2/274)
17862026-05-08T12:07:06.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17872026-05-08T12:07:06.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17882026-05-08T12:07:06.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17892026-05-08T12:07:06.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
17902026-05-08T12:07:06.837Z
17912026-05-08T12:07:06.837Zinfo: running `cargo check --bins` on omicron-ledger (3/274)
17922026-05-08T12:07:07.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17932026-05-08T12:07:07.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17942026-05-08T12:07:07.330Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17952026-05-08T12:07:07.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
17962026-05-08T12:07:07.412Z
17972026-05-08T12:07:07.412Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/274)
17982026-05-08T12:07:07.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17992026-05-08T12:07:07.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18002026-05-08T12:07:07.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18012026-05-08T12:07:07.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18022026-05-08T12:07:08.001Z
18032026-05-08T12:07:08.001Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/274)
18042026-05-08T12:07:08.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18052026-05-08T12:07:08.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18062026-05-08T12:07:08.499Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18072026-05-08T12:07:08.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18082026-05-08T12:07:08.584Z
18092026-05-08T12:07:08.584Zinfo: running `cargo check --bins` on omicron-certificates (6/274)
18102026-05-08T12:07:09.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18112026-05-08T12:07:09.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18122026-05-08T12:07:09.089Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18132026-05-08T12:07:09.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18142026-05-08T12:07:09.179Z
18152026-05-08T12:07:09.179Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/274)
18162026-05-08T12:07:09.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18172026-05-08T12:07:09.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18182026-05-08T12:07:09.687Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18192026-05-08T12:07:09.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18202026-05-08T12:07:09.772Z
18212026-05-08T12:07:09.772Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/274)
18222026-05-08T12:07:10.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18232026-05-08T12:07:10.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18242026-05-08T12:07:10.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18252026-05-08T12:07:10.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18262026-05-08T12:07:10.369Z
18272026-05-08T12:07:10.369Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/274)
18282026-05-08T12:07:10.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18292026-05-08T12:07:10.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18302026-05-08T12:07:10.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18312026-05-08T12:07:10.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18322026-05-08T12:07:10.850Z
18332026-05-08T12:07:10.851Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/274)
18342026-05-08T12:07:11.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18352026-05-08T12:07:11.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18362026-05-08T12:07:11.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18372026-05-08T12:07:11.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18382026-05-08T12:07:11.332Z
18392026-05-08T12:07:11.332Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/274)
18402026-05-08T12:07:11.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18412026-05-08T12:07:11.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18422026-05-08T12:07:11.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18432026-05-08T12:07:11.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18442026-05-08T12:07:11.807Z
18452026-05-08T12:07:11.807Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/274)
18462026-05-08T12:07:12.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18472026-05-08T12:07:12.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18482026-05-08T12:07:12.224Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18492026-05-08T12:07:12.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18502026-05-08T12:07:12.277Z
18512026-05-08T12:07:12.277Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/274)
18522026-05-08T12:07:12.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18532026-05-08T12:07:12.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18542026-05-08T12:07:12.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18552026-05-08T12:07:12.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18562026-05-08T12:07:12.754Z
18572026-05-08T12:07:12.755Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/274)
18582026-05-08T12:07:13.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18592026-05-08T12:07:13.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18602026-05-08T12:07:13.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18612026-05-08T12:07:13.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18622026-05-08T12:07:13.213Z
18632026-05-08T12:07:13.213Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/274)
18642026-05-08T12:07:13.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18652026-05-08T12:07:13.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18662026-05-08T12:07:13.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18672026-05-08T12:07:13.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18682026-05-08T12:07:13.677Z
18692026-05-08T12:07:13.677Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/274)
18702026-05-08T12:07:14.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18712026-05-08T12:07:14.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18722026-05-08T12:07:14.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18732026-05-08T12:07:14.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18742026-05-08T12:07:14.149Z
18752026-05-08T12:07:14.149Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/274)
18762026-05-08T12:07:14.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18772026-05-08T12:07:14.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18782026-05-08T12:07:14.563Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18792026-05-08T12:07:14.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18802026-05-08T12:07:14.618Z
18812026-05-08T12:07:14.618Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/274)
18822026-05-08T12:07:15.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18832026-05-08T12:07:15.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18842026-05-08T12:07:15.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18852026-05-08T12:07:15.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18862026-05-08T12:07:15.083Z
18872026-05-08T12:07:15.083Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/274)
18882026-05-08T12:07:15.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18892026-05-08T12:07:15.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18902026-05-08T12:07:15.506Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18912026-05-08T12:07:15.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18922026-05-08T12:07:15.553Z
18932026-05-08T12:07:15.553Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/274)
18942026-05-08T12:07:15.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18952026-05-08T12:07:15.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18962026-05-08T12:07:15.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18972026-05-08T12:07:15.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18982026-05-08T12:07:16.029Z
18992026-05-08T12:07:16.029Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/274)
19002026-05-08T12:07:16.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19012026-05-08T12:07:16.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19022026-05-08T12:07:16.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19032026-05-08T12:07:16.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19042026-05-08T12:07:16.494Z
19052026-05-08T12:07:16.494Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/274)
19062026-05-08T12:07:16.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19072026-05-08T12:07:16.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19082026-05-08T12:07:16.906Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19092026-05-08T12:07:16.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19102026-05-08T12:07:16.964Z
19112026-05-08T12:07:16.964Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/274)
19122026-05-08T12:07:17.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19132026-05-08T12:07:17.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19142026-05-08T12:07:17.381Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19152026-05-08T12:07:17.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19162026-05-08T12:07:17.442Z
19172026-05-08T12:07:17.442Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/274)
19182026-05-08T12:07:17.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19192026-05-08T12:07:17.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19202026-05-08T12:07:17.858Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19212026-05-08T12:07:17.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19222026-05-08T12:07:17.913Z
19232026-05-08T12:07:17.913Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/274)
19242026-05-08T12:07:18.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19252026-05-08T12:07:18.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19262026-05-08T12:07:18.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19272026-05-08T12:07:18.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19282026-05-08T12:07:18.384Z
19292026-05-08T12:07:18.384Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/274)
19302026-05-08T12:07:18.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19312026-05-08T12:07:18.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19322026-05-08T12:07:18.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19332026-05-08T12:07:18.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19342026-05-08T12:07:18.854Z
19352026-05-08T12:07:18.854Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/274)
19362026-05-08T12:07:19.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19372026-05-08T12:07:19.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19382026-05-08T12:07:19.266Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19392026-05-08T12:07:19.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19402026-05-08T12:07:19.324Z
19412026-05-08T12:07:19.324Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/274)
19422026-05-08T12:07:19.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19432026-05-08T12:07:19.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19442026-05-08T12:07:19.748Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19452026-05-08T12:07:19.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19462026-05-08T12:07:19.800Z
19472026-05-08T12:07:19.800Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/274)
19482026-05-08T12:07:20.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19492026-05-08T12:07:20.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19502026-05-08T12:07:20.211Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19512026-05-08T12:07:20.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19522026-05-08T12:07:20.267Z
19532026-05-08T12:07:20.267Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/274)
19542026-05-08T12:07:20.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19552026-05-08T12:07:20.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19562026-05-08T12:07:20.691Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19572026-05-08T12:07:20.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19582026-05-08T12:07:20.737Z
19592026-05-08T12:07:20.737Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/274)
19602026-05-08T12:07:21.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19612026-05-08T12:07:21.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19622026-05-08T12:07:21.151Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19632026-05-08T12:07:21.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19642026-05-08T12:07:21.215Z
19652026-05-08T12:07:21.215Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/274)
19662026-05-08T12:07:21.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19672026-05-08T12:07:21.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19682026-05-08T12:07:21.629Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19692026-05-08T12:07:21.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19702026-05-08T12:07:21.684Z
19712026-05-08T12:07:21.684Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/274)
19722026-05-08T12:07:22.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19732026-05-08T12:07:22.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19742026-05-08T12:07:22.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19752026-05-08T12:07:22.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19762026-05-08T12:07:22.150Z
19772026-05-08T12:07:22.151Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/274)
19782026-05-08T12:07:22.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19792026-05-08T12:07:22.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19802026-05-08T12:07:22.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19812026-05-08T12:07:22.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19822026-05-08T12:07:22.622Z
19832026-05-08T12:07:22.622Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/274)
19842026-05-08T12:07:23.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19852026-05-08T12:07:23.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19862026-05-08T12:07:23.039Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19872026-05-08T12:07:23.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19882026-05-08T12:07:23.093Z
19892026-05-08T12:07:23.093Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/274)
19902026-05-08T12:07:23.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19912026-05-08T12:07:23.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19922026-05-08T12:07:23.507Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19932026-05-08T12:07:23.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19942026-05-08T12:07:23.573Z
19952026-05-08T12:07:23.573Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/274)
19962026-05-08T12:07:23.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19972026-05-08T12:07:23.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19982026-05-08T12:07:23.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19992026-05-08T12:07:23.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20002026-05-08T12:07:24.035Z
20012026-05-08T12:07:24.035Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/274)
20022026-05-08T12:07:24.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20032026-05-08T12:07:24.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20042026-05-08T12:07:24.462Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20052026-05-08T12:07:24.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20062026-05-08T12:07:24.508Z
20072026-05-08T12:07:24.508Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/274)
20082026-05-08T12:07:24.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20092026-05-08T12:07:24.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20102026-05-08T12:07:24.920Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20112026-05-08T12:07:24.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20122026-05-08T12:07:24.981Z
20132026-05-08T12:07:24.981Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/274)
20142026-05-08T12:07:25.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20152026-05-08T12:07:25.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20162026-05-08T12:07:25.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20172026-05-08T12:07:25.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20182026-05-08T12:07:25.450Z
20192026-05-08T12:07:25.450Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/274)
20202026-05-08T12:07:25.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20212026-05-08T12:07:25.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20222026-05-08T12:07:25.874Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20232026-05-08T12:07:25.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20242026-05-08T12:07:25.924Z
20252026-05-08T12:07:25.924Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/274)
20262026-05-08T12:07:26.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20272026-05-08T12:07:26.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20282026-05-08T12:07:26.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20292026-05-08T12:07:26.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20302026-05-08T12:07:26.394Z
20312026-05-08T12:07:26.394Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/274)
20322026-05-08T12:07:26.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20332026-05-08T12:07:26.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20342026-05-08T12:07:26.808Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20352026-05-08T12:07:26.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20362026-05-08T12:07:27.868Z
20372026-05-08T12:07:27.868Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/274)
20382026-05-08T12:07:27.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20392026-05-08T12:07:27.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20402026-05-08T12:07:27.872Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20412026-05-08T12:07:27.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20422026-05-08T12:07:27.872Z
20432026-05-08T12:07:27.872Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/274)
20442026-05-08T12:07:27.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20452026-05-08T12:07:27.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20462026-05-08T12:07:27.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20472026-05-08T12:07:27.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20482026-05-08T12:07:27.873Z
20492026-05-08T12:07:27.873Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/274)
20502026-05-08T12:07:28.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20512026-05-08T12:07:28.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20522026-05-08T12:07:28.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20532026-05-08T12:07:28.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20542026-05-08T12:07:28.279Z
20552026-05-08T12:07:28.279Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/274)
20562026-05-08T12:07:28.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20572026-05-08T12:07:28.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20582026-05-08T12:07:28.693Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20592026-05-08T12:07:28.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20602026-05-08T12:07:28.750Z
20612026-05-08T12:07:28.751Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/274)
20622026-05-08T12:07:29.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20632026-05-08T12:07:29.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20642026-05-08T12:07:29.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20652026-05-08T12:07:29.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20662026-05-08T12:07:29.224Z
20672026-05-08T12:07:29.224Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/274)
20682026-05-08T12:07:29.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20692026-05-08T12:07:29.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20702026-05-08T12:07:29.762Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20712026-05-08T12:07:29.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20722026-05-08T12:07:29.854Z
20732026-05-08T12:07:29.854Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/274)
20742026-05-08T12:07:30.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20752026-05-08T12:07:30.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20762026-05-08T12:07:30.395Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20772026-05-08T12:07:30.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20782026-05-08T12:07:30.491Z
20792026-05-08T12:07:30.491Zinfo: running `cargo check --bins` on nexus-config (51/274)
20802026-05-08T12:07:31.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20812026-05-08T12:07:31.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20822026-05-08T12:07:31.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20832026-05-08T12:07:31.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20842026-05-08T12:07:31.122Z
20852026-05-08T12:07:31.122Zinfo: running `cargo check --bins` on nexus-types (52/274)
20862026-05-08T12:07:31.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20872026-05-08T12:07:31.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20882026-05-08T12:07:31.659Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20892026-05-08T12:07:31.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20902026-05-08T12:07:31.758Z
20912026-05-08T12:07:31.758Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/274)
20922026-05-08T12:07:32.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20932026-05-08T12:07:32.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20942026-05-08T12:07:32.284Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20952026-05-08T12:07:32.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
20962026-05-08T12:07:32.367Z
20972026-05-08T12:07:32.367Zinfo: running `cargo check --bins` on omicron-passwords (54/274)
20982026-05-08T12:07:32.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20992026-05-08T12:07:32.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21002026-05-08T12:07:32.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21012026-05-08T12:07:32.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21022026-05-08T12:07:32.943Z
21032026-05-08T12:07:32.943Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/274)
21042026-05-08T12:07:33.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21052026-05-08T12:07:33.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21062026-05-08T12:07:33.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21072026-05-08T12:07:33.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21082026-05-08T12:07:33.555Z
21092026-05-08T12:07:33.555Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/274)
21102026-05-08T12:07:34.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21112026-05-08T12:07:34.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21122026-05-08T12:07:34.068Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21132026-05-08T12:07:34.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21142026-05-08T12:07:34.166Z
21152026-05-08T12:07:34.166Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/274)
21162026-05-08T12:07:34.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21172026-05-08T12:07:34.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21182026-05-08T12:07:34.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21192026-05-08T12:07:34.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21202026-05-08T12:07:34.749Z
21212026-05-08T12:07:34.749Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/274)
21222026-05-08T12:07:35.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21232026-05-08T12:07:35.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21242026-05-08T12:07:35.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21252026-05-08T12:07:35.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21262026-05-08T12:07:35.351Z
21272026-05-08T12:07:35.351Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/274)
21282026-05-08T12:07:35.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21292026-05-08T12:07:35.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21302026-05-08T12:07:35.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21312026-05-08T12:07:35.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21322026-05-08T12:07:35.932Z
21332026-05-08T12:07:35.932Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/274)
21342026-05-08T12:07:36.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21352026-05-08T12:07:36.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21362026-05-08T12:07:36.428Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21372026-05-08T12:07:36.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21382026-05-08T12:07:36.511Z
21392026-05-08T12:07:36.511Zinfo: running `cargo check --bins --no-default-features` on gfss (61/274)
21402026-05-08T12:07:37.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21412026-05-08T12:07:37.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21422026-05-08T12:07:37.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21432026-05-08T12:07:37.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21442026-05-08T12:07:37.091Z
21452026-05-08T12:07:37.092Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/274)
21462026-05-08T12:07:37.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21472026-05-08T12:07:37.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21482026-05-08T12:07:37.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21492026-05-08T12:07:37.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21502026-05-08T12:07:37.679Z
21512026-05-08T12:07:37.679Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/274)
21522026-05-08T12:07:38.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21532026-05-08T12:07:38.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21542026-05-08T12:07:38.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21552026-05-08T12:07:38.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21562026-05-08T12:07:38.276Z
21572026-05-08T12:07:38.276Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/274)
21582026-05-08T12:07:38.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21592026-05-08T12:07:38.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21602026-05-08T12:07:38.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21612026-05-08T12:07:38.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21622026-05-08T12:07:38.886Z
21632026-05-08T12:07:38.886Zinfo: running `cargo check --bins` on cockroach-admin-types (65/274)
21642026-05-08T12:07:39.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21652026-05-08T12:07:39.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21662026-05-08T12:07:39.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21672026-05-08T12:07:39.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21682026-05-08T12:07:39.473Z
21692026-05-08T12:07:39.473Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/274)
21702026-05-08T12:07:39.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21712026-05-08T12:07:39.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21722026-05-08T12:07:39.970Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21732026-05-08T12:07:39.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21742026-05-08T12:07:40.053Z
21752026-05-08T12:07:40.054Zinfo: running `cargo check --bins` on ereport-types (67/274)
21762026-05-08T12:07:40.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21772026-05-08T12:07:40.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21782026-05-08T12:07:40.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21792026-05-08T12:07:40.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21802026-05-08T12:07:40.652Z
21812026-05-08T12:07:40.652Zinfo: running `cargo check --bins` on gateway-client (68/274)
21822026-05-08T12:07:41.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21832026-05-08T12:07:41.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21842026-05-08T12:07:41.149Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21852026-05-08T12:07:41.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21862026-05-08T12:07:41.237Z
21872026-05-08T12:07:41.238Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/274)
21882026-05-08T12:07:41.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21892026-05-08T12:07:41.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21902026-05-08T12:07:41.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21912026-05-08T12:07:41.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21922026-05-08T12:07:41.825Z
21932026-05-08T12:07:41.825Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/274)
21942026-05-08T12:07:42.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21952026-05-08T12:07:42.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21962026-05-08T12:07:42.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21972026-05-08T12:07:42.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21982026-05-08T12:07:42.419Z
21992026-05-08T12:07:42.419Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/274)
22002026-05-08T12:07:42.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22012026-05-08T12:07:42.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22022026-05-08T12:07:42.952Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22032026-05-08T12:07:42.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22042026-05-08T12:07:43.036Z
22052026-05-08T12:07:43.036Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/274)
22062026-05-08T12:07:43.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22072026-05-08T12:07:43.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22082026-05-08T12:07:43.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22092026-05-08T12:07:43.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22102026-05-08T12:07:43.613Z
22112026-05-08T12:07:43.613Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/274)
22122026-05-08T12:07:44.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22132026-05-08T12:07:44.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22142026-05-08T12:07:44.143Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22152026-05-08T12:07:44.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22162026-05-08T12:07:44.216Z
22172026-05-08T12:07:44.216Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/274)
22182026-05-08T12:07:44.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22192026-05-08T12:07:44.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22202026-05-08T12:07:44.756Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22212026-05-08T12:07:44.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22222026-05-08T12:07:44.836Z
22232026-05-08T12:07:44.836Zinfo: running `cargo check --bins` on key-manager-types (75/274)
22242026-05-08T12:07:45.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22252026-05-08T12:07:45.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22262026-05-08T12:07:45.323Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22272026-05-08T12:07:45.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22282026-05-08T12:07:45.411Z
22292026-05-08T12:07:45.411Zinfo: running `cargo check --bins` on oxlog (76/274)
22302026-05-08T12:07:45.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22312026-05-08T12:07:45.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22322026-05-08T12:07:46.019Z Checking cfg-if v1.0.4
22332026-05-08T12:07:46.023Z Checking libc v0.2.185
22342026-05-08T12:07:46.023Z Checking serde_core v1.0.228
22352026-05-08T12:07:46.137Z Checking zeroize v1.8.2
22362026-05-08T12:07:46.147Z Checking memchr v2.8.0
22372026-05-08T12:07:46.156Z Checking log v0.4.29
22382026-05-08T12:07:46.159Z Checking smallvec v1.15.1
22392026-05-08T12:07:46.179Z Checking typenum v1.19.0
22402026-05-08T12:07:46.191Z Checking subtle v2.6.1
22412026-05-08T12:07:46.278Z Checking itoa v1.0.17
22422026-05-08T12:07:46.316Z Checking scopeguard v1.2.0
22432026-05-08T12:07:46.338Z Checking stable_deref_trait v1.2.1
22442026-05-08T12:07:46.338Z Checking const-oid v0.9.6
22452026-05-08T12:07:46.413Z Checking lock_api v0.4.14
22462026-05-08T12:07:46.426Z Checking portable-atomic v1.13.1
22472026-05-08T12:07:46.426Z Checking zerofrom v0.1.6
22482026-05-08T12:07:46.517Z Checking critical-section v1.2.0
22492026-05-08T12:07:46.529Z Checking getrandom v0.2.17
22502026-05-08T12:07:46.540Z Checking errno v0.3.14
22512026-05-08T12:07:46.611Z Checking yoke v0.8.1
22522026-05-08T12:07:46.626Z Checking parking_lot_core v0.9.12
22532026-05-08T12:07:46.650Z Checking signal-hook-registry v1.4.8
22542026-05-08T12:07:46.669Z Checking rand_core v0.6.4
22552026-05-08T12:07:46.691Z Checking generic-array v0.14.7
22562026-05-08T12:07:46.774Z Checking zerovec v0.11.5
22572026-05-08T12:07:46.802Z Checking zerocopy v0.8.40
22582026-05-08T12:07:46.805Z Checking pin-project-lite v0.2.17
22592026-05-08T12:07:46.830Z Checking once_cell v1.21.3
22602026-05-08T12:07:46.841Z Checking parking_lot v0.12.5
22612026-05-08T12:07:46.890Z Checking mio v1.2.0
22622026-05-08T12:07:46.999Z Checking socket2 v0.6.3
22632026-05-08T12:07:47.017Z Checking libm v0.2.16
22642026-05-08T12:07:47.021Z Checking zmij v1.0.21
22652026-05-08T12:07:47.130Z Checking crypto-common v0.1.7
22662026-05-08T12:07:47.169Z Checking block-buffer v0.10.4
22672026-05-08T12:07:47.194Z Checking tinystr v0.8.2
22682026-05-08T12:07:47.245Z Checking futures-core v0.3.32
22692026-05-08T12:07:47.257Z Checking writeable v0.6.2
22702026-05-08T12:07:47.267Z Checking equivalent v1.0.2
22712026-05-08T12:07:47.304Z Checking digest v0.10.7
22722026-05-08T12:07:47.346Z Checking percent-encoding v2.3.2
22732026-05-08T12:07:47.364Z Checking litemap v0.8.1
22742026-05-08T12:07:47.377Z Checking potential_utf v0.1.4
22752026-05-08T12:07:47.411Z Checking zerotrie v0.2.3
22762026-05-08T12:07:47.478Z Checking cpufeatures v0.2.17
22772026-05-08T12:07:47.496Z Checking hmac v0.12.1
22782026-05-08T12:07:47.508Z Checking icu_collections v2.1.1
22792026-05-08T12:07:47.534Z Checking icu_locale_core v2.1.1
22802026-05-08T12:07:47.550Z Checking block-padding v0.3.3
22812026-05-08T12:07:47.599Z Checking serde v1.0.228
22822026-05-08T12:07:47.629Z Checking bitflags v2.11.0
22832026-05-08T12:07:47.656Z Checking serde_json v1.0.149
22842026-05-08T12:07:47.680Z Checking icu_properties_data v2.1.2
22852026-05-08T12:07:47.757Z Checking num-traits v0.2.19
22862026-05-08T12:07:47.793Z Checking icu_normalizer_data v2.1.1
22872026-05-08T12:07:47.807Z Checking futures-sink v0.3.32
22882026-05-08T12:07:47.827Z Checking hashbrown v0.17.0
22892026-05-08T12:07:47.863Z Checking rand_core v0.10.0
22902026-05-08T12:07:47.901Z Checking futures-channel v0.3.32
22912026-05-08T12:07:47.998Z Checking bytes v1.11.1
22922026-05-08T12:07:48.011Z Checking getrandom v0.4.1
22932026-05-08T12:07:48.088Z Checking icu_provider v2.1.1
22942026-05-08T12:07:48.099Z Checking inout v0.1.4
22952026-05-08T12:07:48.152Z Checking futures-io v0.3.32
22962026-05-08T12:07:48.229Z Checking slab v0.4.12
22972026-05-08T12:07:48.265Z Checking futures-task v0.3.32
22982026-05-08T12:07:48.277Z Checking indexmap v2.14.0
22992026-05-08T12:07:48.277Z Checking cipher v0.4.4
23002026-05-08T12:07:48.314Z Checking icu_properties v2.1.2
23012026-05-08T12:07:48.326Z Checking icu_normalizer v2.1.1
23022026-05-08T12:07:48.384Z Checking sha2 v0.10.9
23032026-05-08T12:07:48.397Z Checking futures-util v0.3.32
23042026-05-08T12:07:48.429Z Checking tokio v1.52.1
23052026-05-08T12:07:48.484Z Checking getrandom v0.3.4
23062026-05-08T12:07:48.626Z Checking byteorder v1.5.0
23072026-05-08T12:07:48.629Z Checking base64ct v1.8.3
23082026-05-08T12:07:48.649Z Checking utf8_iter v1.0.4
23092026-05-08T12:07:48.768Z Checking form_urlencoded v1.2.2
23102026-05-08T12:07:48.823Z Checking fnv v1.0.7
23112026-05-08T12:07:48.835Z Checking flagset v0.4.7
23122026-05-08T12:07:48.866Z Checking pem-rfc7468 v0.7.0
23132026-05-08T12:07:48.897Z Checking rand_core v0.9.5
23142026-05-08T12:07:48.915Z Checking salsa20 v0.10.2
23152026-05-08T12:07:48.950Z Checking http v1.4.0
23162026-05-08T12:07:49.022Z Checking der v0.7.10
23172026-05-08T12:07:49.044Z Checking uuid v1.23.0
23182026-05-08T12:07:49.068Z Checking pbkdf2 v0.12.2
23192026-05-08T12:07:49.132Z Checking idna_adapter v1.2.1
23202026-05-08T12:07:49.176Z Checking scrypt v0.11.0
23212026-05-08T12:07:49.250Z Checking idna v1.1.0
23222026-05-08T12:07:49.313Z Checking aes v0.8.4
23232026-05-08T12:07:49.351Z Checking cbc v0.1.2
23242026-05-08T12:07:49.478Z Checking rustix v1.1.3
23252026-05-08T12:07:49.494Z Checking url v2.5.8
23262026-05-08T12:07:49.506Z Checking tracing-core v0.1.36
23272026-05-08T12:07:49.557Z Checking ppv-lite86 v0.2.21
23282026-05-08T12:07:49.699Z Checking rustls-pki-types v1.14.0
23292026-05-08T12:07:49.743Z Checking spki v0.7.3
23302026-05-08T12:07:49.802Z Checking iana-time-zone v0.1.65
23312026-05-08T12:07:49.843Z Checking rand_chacha v0.9.0
23322026-05-08T12:07:49.907Z Checking regex-syntax v0.8.10
23332026-05-08T12:07:49.909Z Checking chrono v0.4.44
23342026-05-08T12:07:49.931Z Checking pkcs5 v0.7.1
23352026-05-08T12:07:49.982Z Checking tracing v0.1.44
23362026-05-08T12:07:50.044Z Checking rand v0.9.2
23372026-05-08T12:07:50.177Z Checking http-body v1.0.1
23382026-05-08T12:07:50.191Z Checking aws-lc-sys v0.37.1
23392026-05-08T12:07:50.280Z Checking untrusted v0.7.1
23402026-05-08T12:07:50.293Z Checking openssl-probe v0.2.1
23412026-05-08T12:07:50.306Z Checking base64 v0.22.1
23422026-05-08T12:07:50.391Z Checking untrusted v0.9.0
23432026-05-08T12:07:50.406Z Checking pkcs8 v0.10.2
23442026-05-08T12:07:50.501Z Checking ring v0.17.14
23452026-05-08T12:07:50.515Z Checking try-lock v0.2.5
23462026-05-08T12:07:50.541Z Checking plain v0.2.3
23472026-05-08T12:07:50.579Z Checking tower-layer v0.3.3
23482026-05-08T12:07:50.613Z Checking tower-service v0.3.3
23492026-05-08T12:07:50.643Z Checking tinyvec_macros v0.1.1
23502026-05-08T12:07:50.696Z Checking aws-lc-rs v1.16.0
23512026-05-08T12:07:50.703Z Checking atomic-waker v1.1.2
23522026-05-08T12:07:50.716Z Checking tinyvec v1.10.0
23532026-05-08T12:07:50.725Z Checking want v0.3.1
23542026-05-08T12:07:50.765Z Checking ipnet v2.11.0
23552026-05-08T12:07:50.792Z Checking semver v1.0.28
23562026-05-08T12:07:50.842Z Checking httparse v1.10.1
23572026-05-08T12:07:50.999Z Checking spin v0.9.8
23582026-05-08T12:07:51.014Z Checking ucd-trie v0.1.7
23592026-05-08T12:07:51.029Z Checking fastrand v2.3.0
23602026-05-08T12:07:51.048Z Checking pin-utils v0.1.0
23612026-05-08T12:07:51.117Z Checking dyn-clone v1.0.20
23622026-05-08T12:07:51.145Z Checking unicode-ident v1.0.24
23632026-05-08T12:07:51.179Z Checking foreign-types-shared v0.1.1
23642026-05-08T12:07:51.192Z Checking httpdate v1.0.3
23652026-05-08T12:07:51.202Z Checking tempfile v3.25.0
23662026-05-08T12:07:51.215Z Checking schemars v0.8.22
23672026-05-08T12:07:51.249Z Checking proc-macro2 v1.0.106
23682026-05-08T12:07:51.260Z Checking foreign-types v0.3.2
23692026-05-08T12:07:51.326Z Checking pest v2.8.6
23702026-05-08T12:07:51.341Z Checking openssl-sys v0.9.114
23712026-05-08T12:07:51.388Z Checking thiserror v2.0.18
23722026-05-08T12:07:51.489Z Checking wait-timeout v0.2.1
23732026-05-08T12:07:51.492Z Checking aho-corasick v1.1.4
23742026-05-08T12:07:51.513Z Checking rustls-webpki v0.103.9
23752026-05-08T12:07:51.554Z Checking siphasher v1.0.2
23762026-05-08T12:07:51.604Z Checking tokio-util v0.7.18
23772026-05-08T12:07:51.616Z Checking anstyle v1.0.13
23782026-05-08T12:07:51.710Z Checking utf8parse v0.2.2
23792026-05-08T12:07:51.799Z Checking pretty-hex v0.4.1
23802026-05-08T12:07:51.811Z Checking bit-vec v0.8.0
23812026-05-08T12:07:51.842Z Checking powerfmt v0.2.0
23822026-05-08T12:07:51.858Z Checking quick-error v1.2.3
23832026-05-08T12:07:51.913Z Checking simd-adler32 v0.3.8
23842026-05-08T12:07:51.932Z Checking rustls v0.23.37
23852026-05-08T12:07:51.953Z Checking rusty-fork v0.3.1
23862026-05-08T12:07:51.992Z Checking deranged v0.5.8
23872026-05-08T12:07:52.006Z Checking bit-set v0.8.0
23882026-05-08T12:07:52.076Z Checking openssl v0.10.78
23892026-05-08T12:07:52.116Z Checking anstyle-parse v0.2.7
23902026-05-08T12:07:52.141Z Checking quote v1.0.45
23912026-05-08T12:07:52.169Z Checking regex-automata v0.4.14
23922026-05-08T12:07:52.206Z Checking h2 v0.4.13
23932026-05-08T12:07:52.266Z Compiling newtype-uuid v1.3.2
23942026-05-08T12:07:52.307Z Checking unicode-normalization v0.1.25
23952026-05-08T12:07:52.377Z Checking rustls-native-certs v0.8.3
23962026-05-08T12:07:52.444Z Checking crossbeam-utils v0.8.21
23972026-05-08T12:07:52.504Z Checking rand_xorshift v0.4.0
23982026-05-08T12:07:52.626Z Checking crc32fast v1.5.0
23992026-05-08T12:07:52.721Z Checking scroll v0.13.0
24002026-05-08T12:07:52.765Z Checking signature v2.2.0
24012026-05-08T12:07:52.788Z Checking sync_wrapper v1.0.2
24022026-05-08T12:07:52.892Z Checking time-core v0.1.8
24032026-05-08T12:07:52.892Z Checking unicode-bidi v0.3.18
24042026-05-08T12:07:52.926Z Checking adler2 v2.0.1
24052026-05-08T12:07:52.949Z Checking is_terminal_polyfill v1.70.2
24062026-05-08T12:07:53.031Z Checking unicode-properties v0.1.4
24072026-05-08T12:07:53.044Z Checking unarray v0.1.4
24082026-05-08T12:07:53.055Z Checking anstyle-query v1.1.5
24092026-05-08T12:07:53.146Z Checking num_threads v0.1.7
24102026-05-08T12:07:53.159Z Checking colorchoice v1.0.4
24112026-05-08T12:07:53.195Z Checking num-conv v0.2.0
24122026-05-08T12:07:53.218Z Checking allocator-api2 v0.2.21
24132026-05-08T12:07:53.232Z Checking stringprep v0.1.5
24142026-05-08T12:07:53.254Z Checking anstream v0.6.21
24152026-05-08T12:07:53.311Z Checking time v0.3.47
24162026-05-08T12:07:53.379Z Checking proptest v1.10.0
24172026-05-08T12:07:53.446Z Checking miniz_oxide v0.8.9
24182026-05-08T12:07:53.494Z Checking goblin v0.10.5
24192026-05-08T12:07:53.793Z Checking tower v0.5.3
24202026-05-08T12:07:53.992Z Checking crossbeam-epoch v0.9.18
24212026-05-08T12:07:54.073Z Checking native-tls v0.2.18
24222026-05-08T12:07:54.176Z Compiling daft v0.1.5
24232026-05-08T12:07:54.219Z Checking syn v2.0.117
24242026-05-08T12:07:54.251Z Checking ipnetwork v0.21.1
24252026-05-08T12:07:54.288Z Checking tokio-rustls v0.26.4
24262026-05-08T12:07:54.434Z Checking http-body-util v0.1.3
24272026-05-08T12:07:54.455Z Checking webpki-roots v1.0.6
24282026-05-08T12:07:54.467Z Checking rand_chacha v0.3.1
24292026-05-08T12:07:54.516Z Checking scroll v0.12.0
24302026-05-08T12:07:54.569Z Checking thiserror v1.0.69
24312026-05-08T12:07:54.651Z Checking zstd-sys v2.0.16+zstd.1.5.7
24322026-05-08T12:07:54.666Z Checking hash32 v0.2.1
24332026-05-08T12:07:54.679Z Checking num-integer v0.1.46
24342026-05-08T12:07:54.744Z Checking serde_spanned v0.6.9
24352026-05-08T12:07:54.760Z Checking toml_datetime v0.6.11
24362026-05-08T12:07:54.830Z Checking md-5 v0.10.6
24372026-05-08T12:07:54.868Z Checking ff v0.13.1
24382026-05-08T12:07:54.885Z Checking hyper v1.8.1
24392026-05-08T12:07:54.899Z Checking psl-types v2.0.11
24402026-05-08T12:07:54.938Z Checking iri-string v0.7.10
24412026-05-08T12:07:54.958Z Checking zlib-rs v0.6.2
24422026-05-08T12:07:54.996Z Checking fallible-iterator v0.2.0
24432026-05-08T12:07:55.014Z Checking base16ct v0.2.0
24442026-05-08T12:07:55.140Z Checking ryu v1.0.23
24452026-05-08T12:07:55.265Z Checking postgres-protocol v0.6.10
24462026-05-08T12:07:55.278Z Checking serde_urlencoded v0.7.1
24472026-05-08T12:07:55.316Z Checking sec1 v0.7.3
24482026-05-08T12:07:55.476Z Checking publicsuffix v2.3.0
24492026-05-08T12:07:55.520Z Checking group v0.13.0
24502026-05-08T12:07:55.576Z Compiling iddqd v0.3.18
24512026-05-08T12:07:55.634Z Checking num-iter v0.1.45
24522026-05-08T12:07:55.667Z Checking heapless v0.7.17
24532026-05-08T12:07:55.747Z Checking zstd-safe v7.2.4
24542026-05-08T12:07:55.782Z Checking hyper-util v0.1.20
24552026-05-08T12:07:55.800Z Checking dof v0.4.0
24562026-05-08T12:07:55.818Z Checking flate2 v1.1.9
24572026-05-08T12:07:55.911Z Checking goblin v0.8.2
24582026-05-08T12:07:55.933Z Checking tower-http v0.6.8
24592026-05-08T12:07:56.072Z Checking rand v0.8.5
24602026-05-08T12:07:56.110Z Checking oxnet v0.1.4
24612026-05-08T12:07:56.210Z Checking cookie v0.18.1
24622026-05-08T12:07:56.348Z Checking tokio-native-tls v0.3.1
24632026-05-08T12:07:56.419Z Checking dtrace-parser v0.3.0
24642026-05-08T12:07:56.440Z Checking phf_shared v0.13.1
24652026-05-08T12:07:56.456Z Checking lazy_static v1.5.0
24662026-05-08T12:07:56.506Z Checking terminal_size v0.4.3
24672026-05-08T12:07:56.543Z Checking zerocopy v0.7.35
24682026-05-08T12:07:56.580Z Checking bzip2-sys v0.1.13+1.0.8
24692026-05-08T12:07:56.618Z Checking signal-hook v0.3.18
24702026-05-08T12:07:56.636Z Checking hkdf v0.12.4
24712026-05-08T12:07:56.648Z Checking crypto-bigint v0.5.5
24722026-05-08T12:07:56.662Z Checking thread-id v5.1.0
24732026-05-08T12:07:56.704Z Checking encoding_rs v0.8.35
24742026-05-08T12:07:56.738Z Checking mime v0.3.17
24752026-05-08T12:07:56.764Z Checking either v1.15.0
24762026-05-08T12:07:56.801Z Checking foldhash v0.1.5
24772026-05-08T12:07:56.909Z Checking clap_lex v1.0.0
24782026-05-08T12:07:56.933Z Checking bitflags v1.3.2
24792026-05-08T12:07:56.946Z Checking strsim v0.11.1
24802026-05-08T12:07:57.002Z Checking foldhash v0.2.0
24812026-05-08T12:07:57.049Z Checking hyper-rustls v0.27.7
24822026-05-08T12:07:57.055Z Checking managed v0.8.0
24832026-05-08T12:07:57.059Z Checking libbz2-rs-sys v0.2.2
24842026-05-08T12:07:57.106Z Compiling rayon-core v1.13.0
24852026-05-08T12:07:57.154Z Checking winnow v0.7.14
24862026-05-08T12:07:57.216Z Checking winnow v0.5.40
24872026-05-08T12:07:57.229Z Checking bumpalo v3.20.2
24882026-05-08T12:07:57.304Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24892026-05-08T12:07:57.424Z Checking zopfli v0.8.3
24902026-05-08T12:07:57.444Z Checking bzip2 v0.6.1
24912026-05-08T12:07:57.490Z Checking smoltcp v0.9.1
24922026-05-08T12:07:57.548Z Checking elliptic-curve v0.13.8
24932026-05-08T12:07:57.620Z Checking hashbrown v0.16.1
24942026-05-08T12:07:57.654Z Checking clap_builder v4.5.60
24952026-05-08T12:07:57.768Z Checking hyper-tls v0.6.0
24962026-05-08T12:07:57.834Z Checking dof v0.3.0
24972026-05-08T12:07:57.859Z Checking hashbrown v0.15.5
24982026-05-08T12:07:57.941Z Checking signal-hook-mio v0.2.5
24992026-05-08T12:07:58.050Z Checking usdt-impl v0.6.0
25002026-05-08T12:07:58.098Z Checking bzip2 v0.4.4
25012026-05-08T12:07:58.115Z Checking phf v0.13.1
25022026-05-08T12:07:58.118Z Checking num-bigint-dig v0.8.6
25032026-05-08T12:07:58.257Z Checking cookie_store v0.22.1
25042026-05-08T12:07:58.319Z Checking zstd v0.13.3
25052026-05-08T12:07:58.332Z Checking postgres-types v0.2.12
25062026-05-08T12:07:58.360Z Checking toml_edit v0.19.15
25072026-05-08T12:07:58.362Z Checking dtrace-parser v0.2.0
25082026-05-08T12:07:58.500Z Checking rustls-platform-verifier v0.6.2
25092026-05-08T12:07:58.512Z Checking crossbeam-deque v0.8.6
25102026-05-08T12:07:58.582Z Checking regex v1.12.3
25112026-05-08T12:07:58.605Z Checking bstr v1.12.1
25122026-05-08T12:07:58.635Z Checking ed25519 v2.2.3
25132026-05-08T12:07:58.638Z Checking phf_shared v0.11.3
25142026-05-08T12:07:58.683Z Checking ref-cast v1.0.25
25152026-05-08T12:07:58.781Z Checking curve25519-dalek v4.1.3
25162026-05-08T12:07:58.794Z Checking strum v0.27.2
25172026-05-08T12:07:58.815Z Checking hubpack v0.1.2
25182026-05-08T12:07:58.853Z Checking memoffset v0.9.1
25192026-05-08T12:07:58.878Z Checking rustix v0.38.44
25202026-05-08T12:07:58.897Z Checking pkcs1 v0.7.5
25212026-05-08T12:07:58.925Z Checking float-cmp v0.10.0
25222026-05-08T12:07:58.929Z Checking serde-big-array v0.5.1
25232026-05-08T12:07:58.977Z Checking erased-serde v0.3.31
25242026-05-08T12:07:58.994Z Checking hex v0.4.3
25252026-05-08T12:07:59.054Z Checking rfc6979 v0.4.0
25262026-05-08T12:07:59.066Z Checking memmap2 v0.9.10
25272026-05-08T12:07:59.105Z Checking thread-id v4.2.2
25282026-05-08T12:07:59.166Z Checking env_filter v1.0.0
25292026-05-08T12:07:59.182Z Checking jiff v0.2.21
25302026-05-08T12:07:59.212Z Checking predicates-core v1.0.10
25312026-05-08T12:07:59.224Z Checking difflib v0.4.0
25322026-05-08T12:07:59.305Z Checking new_debug_unreachable v1.0.6
25332026-05-08T12:07:59.331Z Checking static_assertions v1.1.0
25342026-05-08T12:07:59.355Z Checking data-encoding v2.10.0
25352026-05-08T12:07:59.373Z Checking fixedbitset v0.4.2
25362026-05-08T12:07:59.383Z Checking rustc-hash v2.1.1
25372026-05-08T12:07:59.422Z Checking unicode-segmentation v1.12.0
25382026-05-08T12:07:59.427Z Checking keccak v0.1.6
25392026-05-08T12:07:59.493Z Checking toml_write v0.1.2
25402026-05-08T12:07:59.517Z Checking normalize-line-endings v0.3.0
25412026-05-08T12:07:59.556Z Checking whoami v2.1.0
25422026-05-08T12:07:59.569Z Checking fixedbitset v0.5.7
25432026-05-08T12:07:59.605Z Checking precomputed-hash v0.1.1
25442026-05-08T12:07:59.618Z Checking hickory-proto v0.25.2
25452026-05-08T12:07:59.661Z Checking toml_edit v0.22.27
25462026-05-08T12:07:59.674Z Checking crossterm v0.28.1
25472026-05-08T12:07:59.686Z Checking string_cache v0.8.9
25482026-05-08T12:07:59.715Z Checking similar v2.7.0
25492026-05-08T12:07:59.749Z Checking tokio-postgres v0.7.16
25502026-05-08T12:07:59.761Z Checking petgraph v0.8.3
25512026-05-08T12:07:59.845Z Checking predicates v3.1.4
25522026-05-08T12:08:00.086Z Checking sha3 v0.10.8
25532026-05-08T12:08:00.141Z Checking ed25519-dalek v2.2.0
25542026-05-08T12:08:00.290Z Checking petgraph v0.6.5
25552026-05-08T12:08:00.376Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
25562026-05-08T12:08:00.732Z Checking toml v0.7.8
25572026-05-08T12:08:00.977Z Checking slog v2.8.2
25582026-05-08T12:08:01.043Z Checking env_logger v0.11.9
25592026-05-08T12:08:01.189Z Checking usdt v0.6.0
25602026-05-08T12:08:01.238Z Checking serde_with v3.17.0
25612026-05-08T12:08:01.251Z Checking usdt-impl v0.5.0
25622026-05-08T12:08:01.335Z Checking ecdsa v0.16.9
25632026-05-08T12:08:01.354Z Checking rsa v0.9.10
25642026-05-08T12:08:01.385Z Checking zip v4.6.1
25652026-05-08T12:08:01.506Z Checking nix v0.31.2
25662026-05-08T12:08:01.525Z Checking clap v4.5.60
25672026-05-08T12:08:01.671Z Checking reqwest v0.13.2
25682026-05-08T12:08:01.823Z Checking toml_parser v1.0.9+spec-1.1.0
25692026-05-08T12:08:01.927Z Checking zip v0.6.6
25702026-05-08T12:08:01.951Z Checking reqwest v0.12.28
25712026-05-08T12:08:02.174Z Checking itertools v0.13.0
25722026-05-08T12:08:02.253Z Checking strum v0.26.3
25732026-05-08T12:08:02.367Z Checking tokio-stream v0.1.18
25742026-05-08T12:08:02.392Z Checking fs-err v3.3.0
25752026-05-08T12:08:02.498Z Checking ahash v0.8.12
25762026-05-08T12:08:02.528Z Checking object v0.37.3
25772026-05-08T12:08:02.656Z Checking buf-list v1.1.2
25782026-05-08T12:08:02.659Z Checking camino v1.2.2
25792026-05-08T12:08:02.698Z Checking anyhow v1.0.102
25802026-05-08T12:08:02.711Z Checking x509-cert v0.2.5
25812026-05-08T12:08:02.769Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
25822026-05-08T12:08:02.815Z Checking openapiv3 v2.2.0
25832026-05-08T12:08:02.844Z Checking toml_datetime v0.7.5+spec-1.1.0
25842026-05-08T12:08:02.900Z Checking sha1 v0.10.6
25852026-05-08T12:08:02.918Z Checking peg-runtime v0.8.5
25862026-05-08T12:08:03.037Z Checking lalrpop-util v0.19.12
25872026-05-08T12:08:03.037Z Checking rayon v1.11.0
25882026-05-08T12:08:03.060Z Checking sigpipe v0.1.3
25892026-05-08T12:08:03.063Z Checking glob v0.3.3
25902026-05-08T12:08:04.724Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25912026-05-08T12:08:05.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.59s
25922026-05-08T12:08:05.171Z
25932026-05-08T12:08:05.171Zinfo: running `cargo check --bins` on internal-dns-types (77/274)
25942026-05-08T12:08:05.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25952026-05-08T12:08:05.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25962026-05-08T12:08:05.682Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25972026-05-08T12:08:05.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
25982026-05-08T12:08:05.773Z
25992026-05-08T12:08:05.773Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/274)
26002026-05-08T12:08:06.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26012026-05-08T12:08:06.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26022026-05-08T12:08:06.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26032026-05-08T12:08:06.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26042026-05-08T12:08:06.375Z
26052026-05-08T12:08:06.375Zinfo: running `cargo check --bins` on nexus-types-versions (79/274)
26062026-05-08T12:08:06.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26072026-05-08T12:08:06.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26082026-05-08T12:08:06.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26092026-05-08T12:08:06.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26102026-05-08T12:08:06.989Z
26112026-05-08T12:08:06.989Zinfo: running `cargo check --bins` on oxql-types (80/274)
26122026-05-08T12:08:07.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26132026-05-08T12:08:07.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26142026-05-08T12:08:07.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26152026-05-08T12:08:07.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26162026-05-08T12:08:07.589Z
26172026-05-08T12:08:07.589Zinfo: running `cargo check --bins` on oximeter-types (81/274)
26182026-05-08T12:08:08.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26192026-05-08T12:08:08.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26202026-05-08T12:08:08.100Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26212026-05-08T12:08:08.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26222026-05-08T12:08:08.196Z
26232026-05-08T12:08:08.196Zinfo: running `cargo check --bins` on oximeter-types-versions (82/274)
26242026-05-08T12:08:08.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26252026-05-08T12:08:08.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26262026-05-08T12:08:08.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26272026-05-08T12:08:08.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26282026-05-08T12:08:08.793Z
26292026-05-08T12:08:08.793Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/274)
26302026-05-08T12:08:09.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26312026-05-08T12:08:09.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26322026-05-08T12:08:09.289Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26332026-05-08T12:08:09.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26342026-05-08T12:08:09.370Z
26352026-05-08T12:08:09.370Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/274)
26362026-05-08T12:08:09.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26372026-05-08T12:08:09.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26382026-05-08T12:08:10.052Z Compiling structmeta-derive v0.3.0
26392026-05-08T12:08:10.170Z Compiling rustls v0.22.4
26402026-05-08T12:08:10.180Z Compiling multer v3.1.0
26412026-05-08T12:08:10.189Z Compiling async-stream-impl v0.3.6
26422026-05-08T12:08:10.192Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26432026-05-08T12:08:10.212Z Compiling dropshot v0.17.0
26442026-05-08T12:08:10.226Z Compiling dropshot_endpoint v0.17.0
26452026-05-08T12:08:10.226Z Compiling newtype-uuid-macros v0.1.0
26462026-05-08T12:08:10.347Z Checking newtype-uuid v1.3.2
26472026-05-08T12:08:10.409Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26482026-05-08T12:08:10.470Z Checking rustls-webpki v0.102.8
26492026-05-08T12:08:10.551Z Checking daft v0.1.5
26502026-05-08T12:08:10.576Z Checking futures-executor v0.3.32
26512026-05-08T12:08:10.724Z Checking thread_local v1.1.9
26522026-05-08T12:08:10.772Z Checking compression-core v0.4.31
26532026-05-08T12:08:10.786Z Checking match_cfg v0.1.0
26542026-05-08T12:08:10.805Z Checking iddqd v0.3.18
26552026-05-08T12:08:10.852Z Checking hostname v0.3.1
26562026-05-08T12:08:10.889Z Checking futures v0.3.32
26572026-05-08T12:08:10.901Z Checking compression-codecs v0.4.37
26582026-05-08T12:08:10.950Z Checking crossbeam-channel v0.5.15
26592026-05-08T12:08:10.964Z Checking slog-json v2.6.1
26602026-05-08T12:08:10.989Z Checking is-terminal v0.4.17
26612026-05-08T12:08:11.064Z Checking toml_datetime v1.0.0+spec-1.1.0
26622026-05-08T12:08:11.079Z Checking serde_spanned v1.0.4
26632026-05-08T12:08:11.116Z Checking take_mut v0.2.2
26642026-05-08T12:08:11.206Z Checking term v1.2.1
26652026-05-08T12:08:11.220Z Compiling structmeta v0.3.0
26662026-05-08T12:08:11.223Z Checking toml_writer v1.0.6+spec-1.1.0
26672026-05-08T12:08:11.258Z Checking debug-ignore v1.0.5
26682026-05-08T12:08:11.276Z Checking slog-async v2.8.0
26692026-05-08T12:08:11.356Z Checking slog-bunyan v2.5.0
26702026-05-08T12:08:11.402Z Checking toml v1.0.6+spec-1.1.0
26712026-05-08T12:08:11.421Z Checking slog-term v2.9.2
26722026-05-08T12:08:11.424Z Compiling derive-ex v0.1.8
26732026-05-08T12:08:11.447Z Compiling parse-display-derive v0.10.0
26742026-05-08T12:08:11.467Z Checking async-compression v0.4.41
26752026-05-08T12:08:11.669Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26762026-05-08T12:08:11.683Z Checking async-stream v0.3.6
26772026-05-08T12:08:11.704Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26782026-05-08T12:08:11.743Z Checking progenitor-client v0.14.0
26792026-05-08T12:08:11.807Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
26802026-05-08T12:08:11.952Z Checking waitgroup v0.1.2
26812026-05-08T12:08:11.965Z Checking backon v1.6.0
26822026-05-08T12:08:11.977Z Checking rustls-pemfile v2.2.0
26832026-05-08T12:08:12.036Z Checking serde_path_to_error v0.1.20
26842026-05-08T12:08:12.049Z Checking hostname v0.4.2
26852026-05-08T12:08:12.111Z Checking instant v0.1.13
26862026-05-08T12:08:12.195Z Checking backoff v0.4.0
26872026-05-08T12:08:12.269Z Checking tokio-rustls v0.25.0
26882026-05-08T12:08:12.309Z Checking progenitor-extras v0.2.0
26892026-05-08T12:08:12.331Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
26902026-05-08T12:08:12.537Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26912026-05-08T12:08:12.564Z Checking progenitor-client v0.10.0
26922026-05-08T12:08:12.579Z Checking itertools v0.14.0
26932026-05-08T12:08:12.743Z Checking regress v0.10.5
26942026-05-08T12:08:12.789Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
26952026-05-08T12:08:13.111Z Compiling test-strategy v0.4.5
26962026-05-08T12:08:13.111Z Checking macaddr v1.0.1
26972026-05-08T12:08:13.139Z Checking parse-display v0.10.0
26982026-05-08T12:08:14.386Z Compiling prettyplease v0.2.37
26992026-05-08T12:08:14.578Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27002026-05-08T12:08:14.788Z Checking num-rational v0.4.2
27012026-05-08T12:08:14.946Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27022026-05-08T12:08:15.299Z Checking num-complex v0.4.6
27032026-05-08T12:08:15.732Z Checking num v0.4.3
27042026-05-08T12:08:15.808Z Compiling usdt-attr-macro v0.5.0
27052026-05-08T12:08:15.894Z Compiling usdt-macro v0.5.0
27062026-05-08T12:08:16.010Z Checking memmap v0.7.0
27072026-05-08T12:08:16.103Z Compiling float-ord v0.3.2
27082026-05-08T12:08:16.152Z Checking unicode-width v0.2.0
27092026-05-08T12:08:16.221Z Compiling convert_case v0.4.0
27102026-05-08T12:08:16.408Z Checking console v0.15.11
27112026-05-08T12:08:16.585Z Checking newline-converter v0.3.0
27122026-05-08T12:08:16.603Z Compiling derive_more v0.99.20
27132026-05-08T12:08:16.616Z Checking usdt v0.5.0
27142026-05-08T12:08:16.687Z Checking atomicwrites v0.4.4
27152026-05-08T12:08:16.701Z Compiling toml v0.8.23
27162026-05-08T12:08:16.776Z Checking linked-hash-map v0.5.6
27172026-05-08T12:08:16.818Z Compiling minimal-lexical v0.2.1
27182026-05-08T12:08:16.950Z Checking lru-cache v0.1.2
27192026-05-08T12:08:17.072Z Compiling nom v7.1.3
27202026-05-08T12:08:17.075Z Checking expectorate v1.2.0
27212026-05-08T12:08:17.781Z Checking camino-tempfile v1.4.1
27222026-05-08T12:08:17.795Z Checking hickory-proto v0.24.4
27232026-05-08T12:08:17.949Z Checking phf_shared v0.12.1
27242026-05-08T12:08:18.094Z Compiling slog-dtrace v0.3.0
27252026-05-08T12:08:18.171Z Checking resolv-conf v0.7.6
27262026-05-08T12:08:18.290Z Compiling chrono-tz v0.10.4
27272026-05-08T12:08:18.362Z Checking heck v0.5.0
27282026-05-08T12:08:18.471Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27292026-05-08T12:08:18.496Z Compiling const_format_proc_macros v0.2.34
27302026-05-08T12:08:18.511Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27312026-05-08T12:08:18.570Z Checking phf v0.12.1
27322026-05-08T12:08:18.717Z Checking tokio-dtrace v0.1.1
27332026-05-08T12:08:18.904Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27342026-05-08T12:08:18.944Z Compiling derive-where v1.6.0
27352026-05-08T12:08:19.174Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27362026-05-08T12:08:19.305Z Checking highway v1.3.0
27372026-05-08T12:08:19.537Z Checking const_format v0.2.35
27382026-05-08T12:08:19.595Z Checking hickory-resolver v0.24.4
27392026-05-08T12:08:19.768Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27402026-05-08T12:08:19.872Z Checking oxide-tokio-rt v0.1.4
27412026-05-08T12:08:20.054Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27422026-05-08T12:08:20.256Z Checking gethostname v0.5.0
27432026-05-08T12:08:20.269Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27442026-05-08T12:08:20.307Z Checking qorb v0.4.1
27452026-05-08T12:08:20.340Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27462026-05-08T12:08:20.355Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27472026-05-08T12:08:20.452Z Checking bcs v0.1.6
27482026-05-08T12:08:20.551Z Compiling async-recursion v1.1.1
27492026-05-08T12:08:20.683Z Checking termtree v0.5.1
27502026-05-08T12:08:23.822Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27512026-05-08T12:08:26.341Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27522026-05-08T12:08:28.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.08s
27532026-05-08T12:08:28.638Z
27542026-05-08T12:08:28.638Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/274)
27552026-05-08T12:08:29.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27562026-05-08T12:08:29.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27572026-05-08T12:08:29.309Z Compiling ar_archive_writer v0.5.1
27582026-05-08T12:08:29.420Z Compiling stacker v0.1.23
27592026-05-08T12:08:29.427Z Compiling cfg_aliases v0.1.1
27602026-05-08T12:08:29.434Z Compiling convert_case v0.10.0
27612026-05-08T12:08:29.437Z Checking unicode-width v0.1.14
27622026-05-08T12:08:29.450Z Compiling proc-macro-error v1.0.4
27632026-05-08T12:08:29.461Z Checking fd-lock v4.0.4
27642026-05-08T12:08:29.464Z Checking nibble_vec v0.1.0
27652026-05-08T12:08:29.484Z Compiling nix v0.28.0
27662026-05-08T12:08:29.577Z Checking vte v0.14.1
27672026-05-08T12:08:29.589Z Compiling recursive-proc-macro-impl v0.1.1
27682026-05-08T12:08:29.674Z Checking endian-type v0.1.2
27692026-05-08T12:08:29.688Z Checking bytecount v0.6.9
27702026-05-08T12:08:29.735Z Compiling derive_more-impl v2.1.1
27712026-05-08T12:08:29.737Z Checking strip-ansi-escapes v0.2.1
27722026-05-08T12:08:29.761Z Compiling tabled_derive v0.7.0
27732026-05-08T12:08:29.796Z Checking radix_trie v0.2.1
27742026-05-08T12:08:29.828Z Checking papergrid v0.11.0
27752026-05-08T12:08:29.853Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27762026-05-08T12:08:29.977Z Compiling peg-macros v0.8.5
27772026-05-08T12:08:29.998Z Checking winnow v0.6.26
27782026-05-08T12:08:30.244Z Compiling psm v0.1.30
27792026-05-08T12:08:30.313Z Compiling sqlparser_derive v0.5.0
27802026-05-08T12:08:30.423Z Checking unicode_categories v0.1.1
27812026-05-08T12:08:30.534Z Checking derive_more v2.1.1
27822026-05-08T12:08:30.575Z Checking nu-ansi-term v0.50.3
27832026-05-08T12:08:30.612Z Checking home v0.5.12
27842026-05-08T12:08:30.710Z Checking tabled v0.15.0
27852026-05-08T12:08:30.722Z Checking crossterm v0.29.0
27862026-05-08T12:08:30.752Z Checking rustyline v14.0.0
27872026-05-08T12:08:30.781Z Checking reedline v0.40.0
27882026-05-08T12:08:31.016Z Checking recursive v0.1.1
27892026-05-08T12:08:31.089Z Checking display-error-chain v0.2.2
27902026-05-08T12:08:31.108Z Checking sqlparser v0.61.0
27912026-05-08T12:08:31.141Z Checking sqlformat v0.3.5
27922026-05-08T12:08:31.326Z Checking peg v0.8.5
27932026-05-08T12:08:42.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.55s
27942026-05-08T12:08:42.382Z
27952026-05-08T12:08:42.382Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/274)
27962026-05-08T12:08:42.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27972026-05-08T12:08:42.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27982026-05-08T12:08:43.064Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27992026-05-08T12:08:46.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.09s
28002026-05-08T12:08:46.660Z
28012026-05-08T12:08:46.661Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/274)
28022026-05-08T12:08:47.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28032026-05-08T12:08:47.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28042026-05-08T12:08:47.332Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28052026-05-08T12:08:49.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.08s
28062026-05-08T12:08:49.954Z
28072026-05-08T12:08:49.954Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/274)
28082026-05-08T12:08:50.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28092026-05-08T12:08:50.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28102026-05-08T12:08:50.623Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28112026-05-08T12:08:53.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.87s
28122026-05-08T12:08:54.024Z
28132026-05-08T12:08:54.024Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/274)
28142026-05-08T12:08:54.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28152026-05-08T12:08:54.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28162026-05-08T12:08:54.702Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28172026-05-08T12:08:57.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.91s
28182026-05-08T12:08:58.144Z
28192026-05-08T12:08:58.144Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/274)
28202026-05-08T12:08:58.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28212026-05-08T12:08:58.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28222026-05-08T12:08:58.826Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28232026-05-08T12:09:01.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
28242026-05-08T12:09:01.576Z
28252026-05-08T12:09:01.576Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/274)
28262026-05-08T12:09:02.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28272026-05-08T12:09:02.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28282026-05-08T12:09:02.259Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28292026-05-08T12:09:04.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
28302026-05-08T12:09:05.043Z
28312026-05-08T12:09:05.043Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/274)
28322026-05-08T12:09:05.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28332026-05-08T12:09:05.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28342026-05-08T12:09:05.723Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28352026-05-08T12:09:09.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.04s
28362026-05-08T12:09:09.281Z
28372026-05-08T12:09:09.281Zinfo: running `cargo check --bins` on oximeter (93/274)
28382026-05-08T12:09:09.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28392026-05-08T12:09:09.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28402026-05-08T12:09:09.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28412026-05-08T12:09:09.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28422026-05-08T12:09:09.882Z
28432026-05-08T12:09:09.882Zinfo: running `cargo check --bins` on oximeter-schema (94/274)
28442026-05-08T12:09:10.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28452026-05-08T12:09:10.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28462026-05-08T12:09:10.519Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28472026-05-08T12:09:10.683Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28482026-05-08T12:09:10.686Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28492026-05-08T12:09:11.017Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28502026-05-08T12:09:13.881Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28512026-05-08T12:09:15.079Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28522026-05-08T12:09:15.243Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28532026-05-08T12:09:15.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.02s
28542026-05-08T12:09:16.095Z
28552026-05-08T12:09:16.095Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/274)
28562026-05-08T12:09:16.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28572026-05-08T12:09:16.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28582026-05-08T12:09:16.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28592026-05-08T12:09:16.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28602026-05-08T12:09:16.707Z
28612026-05-08T12:09:16.707Zinfo: running `cargo check --bins` on oximeter-test-utils (96/274)
28622026-05-08T12:09:17.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28632026-05-08T12:09:17.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28642026-05-08T12:09:17.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28652026-05-08T12:09:17.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28662026-05-08T12:09:17.358Z
28672026-05-08T12:09:17.358Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/274)
28682026-05-08T12:09:17.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28692026-05-08T12:09:17.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28702026-05-08T12:09:17.877Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28712026-05-08T12:09:17.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28722026-05-08T12:09:17.973Z
28732026-05-08T12:09:17.973Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/274)
28742026-05-08T12:09:18.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28752026-05-08T12:09:18.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28762026-05-08T12:09:18.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28772026-05-08T12:09:18.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28782026-05-08T12:09:18.585Z
28792026-05-08T12:09:18.585Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/274)
28802026-05-08T12:09:19.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28812026-05-08T12:09:19.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28822026-05-08T12:09:19.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28832026-05-08T12:09:19.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28842026-05-08T12:09:19.198Z
28852026-05-08T12:09:19.198Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/274)
28862026-05-08T12:09:19.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28872026-05-08T12:09:19.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28882026-05-08T12:09:19.712Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28892026-05-08T12:09:19.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28902026-05-08T12:09:19.806Z
28912026-05-08T12:09:19.806Zinfo: running `cargo check --bins` on trust-quorum-types (101/274)
28922026-05-08T12:09:20.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28932026-05-08T12:09:20.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28942026-05-08T12:09:20.305Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28952026-05-08T12:09:20.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
28962026-05-08T12:09:20.398Z
28972026-05-08T12:09:20.398Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/274)
28982026-05-08T12:09:20.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28992026-05-08T12:09:20.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29002026-05-08T12:09:20.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29012026-05-08T12:09:20.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29022026-05-08T12:09:21.010Z
29032026-05-08T12:09:21.010Zinfo: running `cargo check --bins` on update-engine (103/274)
29042026-05-08T12:09:21.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29052026-05-08T12:09:21.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29062026-05-08T12:09:21.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29072026-05-08T12:09:21.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29082026-05-08T12:09:21.602Z
29092026-05-08T12:09:21.602Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/274)
29102026-05-08T12:09:22.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29112026-05-08T12:09:22.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29122026-05-08T12:09:22.319Z Compiling crucible-workspace-hack v0.1.0
29132026-05-08T12:09:22.436Z Checking secrecy v0.10.3
29142026-05-08T12:09:22.443Z Compiling heapless v0.8.0
29152026-05-08T12:09:22.450Z Compiling ingot-macros v0.1.1
29162026-05-08T12:09:22.457Z Compiling toml_edit v0.23.10+spec-1.0.0
29172026-05-08T12:09:22.460Z Checking hash32 v0.3.1
29182026-05-08T12:09:22.480Z Compiling smoltcp v0.11.0
29192026-05-08T12:09:22.483Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29202026-05-08T12:09:22.538Z Checking cobs v0.3.0
29212026-05-08T12:09:22.588Z Compiling thiserror-impl-no-std v2.0.2
29222026-05-08T12:09:22.680Z Checking universal-hash v0.5.1
29232026-05-08T12:09:22.692Z Checking half v2.7.1
29242026-05-08T12:09:22.731Z Checking ciborium-io v0.2.2
29252026-05-08T12:09:22.800Z Checking opaque-debug v0.3.1
29262026-05-08T12:09:22.826Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29272026-05-08T12:09:22.842Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29282026-05-08T12:09:22.868Z Checking poly1305 v0.8.0
29292026-05-08T12:09:22.948Z Checking ciborium-ll v0.2.2
29302026-05-08T12:09:23.000Z Compiling proc-macro-crate v3.4.0
29312026-05-08T12:09:23.119Z Checking postcard v1.1.3
29322026-05-08T12:09:23.147Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29332026-05-08T12:09:23.159Z Checking password-hash v0.5.0
29342026-05-08T12:09:23.386Z Checking chacha20 v0.9.1
29352026-05-08T12:09:23.408Z Compiling proc-macro-crate v1.3.1
29362026-05-08T12:09:23.422Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29372026-05-08T12:09:23.498Z Checking blake2 v0.10.6
29382026-05-08T12:09:23.562Z Compiling num_enum_derive v0.7.5
29392026-05-08T12:09:23.580Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29402026-05-08T12:09:23.653Z Checking aead v0.5.2
29412026-05-08T12:09:23.735Z Compiling foreign-types-macros v0.2.3
29422026-05-08T12:09:23.769Z Checking thiserror-no-std v2.0.2
29432026-05-08T12:09:23.789Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29442026-05-08T12:09:23.801Z Checking foreign-types-shared v0.3.1
29452026-05-08T12:09:23.823Z Checking cpufeatures v0.3.0
29462026-05-08T12:09:23.854Z Checking vsss-rs v3.3.4
29472026-05-08T12:09:23.885Z Compiling num_enum_derive v0.5.11
29482026-05-08T12:09:23.899Z Checking chacha20 v0.10.0
29492026-05-08T12:09:24.025Z Checking chacha20poly1305 v0.10.1
29502026-05-08T12:09:24.111Z Checking argon2 v0.5.3
29512026-05-08T12:09:24.149Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29522026-05-08T12:09:24.321Z Checking foreign-types v0.5.0
29532026-05-08T12:09:24.427Z Checking ciborium v0.2.2
29542026-05-08T12:09:24.513Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29552026-05-08T12:09:24.563Z Checking tabwriter v1.4.1
29562026-05-08T12:09:24.603Z Checking num_enum v0.7.5
29572026-05-08T12:09:24.707Z Checking byte-wrapper v0.1.0
29582026-05-08T12:09:24.720Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29592026-05-08T12:09:24.789Z Checking cstr-argument v0.1.2
29602026-05-08T12:09:24.848Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29612026-05-08T12:09:24.899Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29622026-05-08T12:09:24.913Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29632026-05-08T12:09:24.916Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29642026-05-08T12:09:24.951Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29652026-05-08T12:09:25.097Z Checking num_enum v0.5.11
29662026-05-08T12:09:25.116Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29672026-05-08T12:09:25.138Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29682026-05-08T12:09:25.205Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29692026-05-08T12:09:25.231Z Checking ingot-types v0.1.2
29702026-05-08T12:09:25.244Z Checking rand v0.10.0
29712026-05-08T12:09:25.276Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
29722026-05-08T12:09:25.290Z Checking colored v3.1.1
29732026-05-08T12:09:25.406Z Checking indent_write v2.2.0
29742026-05-08T12:09:25.482Z Compiling zone_cfg_derive v0.3.1
29752026-05-08T12:09:25.531Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29762026-05-08T12:09:25.546Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29772026-05-08T12:09:25.582Z Checking itertools v0.12.1
29782026-05-08T12:09:25.585Z Checking ingot v0.1.1
29792026-05-08T12:09:25.608Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29802026-05-08T12:09:25.698Z Compiling num-derive v0.4.2
29812026-05-08T12:09:25.713Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
29822026-05-08T12:09:25.725Z Checking swrite v0.1.0
29832026-05-08T12:09:25.816Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29842026-05-08T12:09:25.915Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29852026-05-08T12:09:26.045Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
29862026-05-08T12:09:26.068Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
29872026-05-08T12:09:26.107Z Checking dropshot-api-manager-types v0.7.1
29882026-05-08T12:09:26.127Z Checking smf v0.2.3
29892026-05-08T12:09:26.175Z Checking nanorand v0.7.0
29902026-05-08T12:09:26.270Z Checking whoami v1.6.1
29912026-05-08T12:09:26.362Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29922026-05-08T12:09:26.374Z Checking flume v0.11.1
29932026-05-08T12:09:26.589Z Checking zone v0.3.1
29942026-05-08T12:09:26.611Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
29952026-05-08T12:09:27.139Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29962026-05-08T12:09:28.102Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29972026-05-08T12:09:28.991Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29982026-05-08T12:09:31.965Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29992026-05-08T12:09:33.990Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30002026-05-08T12:09:35.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.48s
30012026-05-08T12:09:35.278Z
30022026-05-08T12:09:35.278Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/274)
30032026-05-08T12:09:35.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30042026-05-08T12:09:35.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30052026-05-08T12:09:35.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30062026-05-08T12:09:35.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30072026-05-08T12:09:35.895Z
30082026-05-08T12:09:35.895Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/274)
30092026-05-08T12:09:36.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30102026-05-08T12:09:36.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30112026-05-08T12:09:36.409Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30122026-05-08T12:09:36.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30132026-05-08T12:09:36.500Z
30142026-05-08T12:09:36.500Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/274)
30152026-05-08T12:09:37.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30162026-05-08T12:09:37.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30172026-05-08T12:09:37.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30182026-05-08T12:09:37.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30192026-05-08T12:09:37.117Z
30202026-05-08T12:09:37.117Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/274)
30212026-05-08T12:09:37.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30222026-05-08T12:09:37.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30232026-05-08T12:09:37.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30242026-05-08T12:09:37.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30252026-05-08T12:09:37.741Z
30262026-05-08T12:09:37.741Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/274)
30272026-05-08T12:09:38.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30282026-05-08T12:09:38.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30292026-05-08T12:09:38.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30302026-05-08T12:09:38.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30312026-05-08T12:09:38.355Z
30322026-05-08T12:09:38.355Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/274)
30332026-05-08T12:09:38.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30342026-05-08T12:09:38.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30352026-05-08T12:09:38.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30362026-05-08T12:09:38.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30372026-05-08T12:09:38.970Z
30382026-05-08T12:09:38.970Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/274)
30392026-05-08T12:09:39.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30402026-05-08T12:09:39.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30412026-05-08T12:09:39.489Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30422026-05-08T12:09:39.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30432026-05-08T12:09:39.579Z
30442026-05-08T12:09:39.579Zinfo: running `cargo check --bins` on cockroach-admin-client (112/274)
30452026-05-08T12:09:40.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30462026-05-08T12:09:40.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30472026-05-08T12:09:40.077Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30482026-05-08T12:09:40.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30492026-05-08T12:09:40.163Z
30502026-05-08T12:09:40.163Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/274)
30512026-05-08T12:09:40.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30522026-05-08T12:09:40.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30532026-05-08T12:09:40.682Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30542026-05-08T12:09:40.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30552026-05-08T12:09:40.779Z
30562026-05-08T12:09:40.779Zinfo: running `cargo check --bins` on dns-service-client (114/274)
30572026-05-08T12:09:41.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30582026-05-08T12:09:41.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30592026-05-08T12:09:41.288Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30602026-05-08T12:09:41.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30612026-05-08T12:09:41.378Z
30622026-05-08T12:09:41.378Zinfo: running `cargo check --bins` on installinator-client (115/274)
30632026-05-08T12:09:41.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30642026-05-08T12:09:41.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30652026-05-08T12:09:41.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30662026-05-08T12:09:41.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30672026-05-08T12:09:41.983Z
30682026-05-08T12:09:41.983Zinfo: running `cargo check --bins` on nexus-client (116/274)
30692026-05-08T12:09:42.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30702026-05-08T12:09:42.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30712026-05-08T12:09:42.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30722026-05-08T12:09:42.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30732026-05-08T12:09:42.627Z
30742026-05-08T12:09:42.627Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/274)
30752026-05-08T12:09:43.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30762026-05-08T12:09:43.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30772026-05-08T12:09:43.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30782026-05-08T12:09:43.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30792026-05-08T12:09:43.273Z
30802026-05-08T12:09:43.273Zinfo: running `cargo check --bins` on ntp-admin-client (118/274)
30812026-05-08T12:09:43.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30822026-05-08T12:09:43.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30832026-05-08T12:09:43.778Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30842026-05-08T12:09:43.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30852026-05-08T12:09:43.871Z
30862026-05-08T12:09:43.871Zinfo: running `cargo check --bins` on oxide-client (119/274)
30872026-05-08T12:09:44.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30882026-05-08T12:09:44.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30892026-05-08T12:09:44.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30902026-05-08T12:09:44.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30912026-05-08T12:09:44.472Z
30922026-05-08T12:09:44.472Zinfo: running `cargo check --bins` on oximeter-client (120/274)
30932026-05-08T12:09:44.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30942026-05-08T12:09:44.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30952026-05-08T12:09:44.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30962026-05-08T12:09:44.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30972026-05-08T12:09:45.079Z
30982026-05-08T12:09:45.079Zinfo: running `cargo check --bins` on repo-depot-client (121/274)
30992026-05-08T12:09:45.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31002026-05-08T12:09:45.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31012026-05-08T12:09:45.587Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31022026-05-08T12:09:45.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31032026-05-08T12:09:45.680Z
31042026-05-08T12:09:45.680Zinfo: running `cargo check --bins` on sled-agent-client (122/274)
31052026-05-08T12:09:46.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31062026-05-08T12:09:46.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31072026-05-08T12:09:46.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31082026-05-08T12:09:46.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31092026-05-08T12:09:46.301Z
31102026-05-08T12:09:46.301Zinfo: running `cargo check --bins` on wicketd-client (123/274)
31112026-05-08T12:09:46.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31122026-05-08T12:09:46.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31132026-05-08T12:09:46.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31142026-05-08T12:09:46.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31152026-05-08T12:09:46.947Z
31162026-05-08T12:09:46.947Zinfo: running `cargo check --bins` on installinator-common (124/274)
31172026-05-08T12:09:47.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31182026-05-08T12:09:47.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31192026-05-08T12:09:47.485Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31202026-05-08T12:09:47.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31212026-05-08T12:09:47.583Z
31222026-05-08T12:09:47.583Zinfo: running `cargo check --bins` on installinator-common-versions (125/274)
31232026-05-08T12:09:48.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31242026-05-08T12:09:48.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31252026-05-08T12:09:48.089Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31262026-05-08T12:09:48.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31272026-05-08T12:09:48.182Z
31282026-05-08T12:09:48.182Zinfo: running `cargo check --bins` on wicket-common (126/274)
31292026-05-08T12:09:48.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31302026-05-08T12:09:48.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31312026-05-08T12:09:48.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31322026-05-08T12:09:48.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31332026-05-08T12:09:48.807Z
31342026-05-08T12:09:48.807Zinfo: running `cargo check --bins` on omicron-cockroach-admin (127/274)
31352026-05-08T12:09:49.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31362026-05-08T12:09:49.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31372026-05-08T12:09:49.504Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31382026-05-08T12:09:49.621Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31392026-05-08T12:09:49.628Z Checking csv-core v0.1.13
31402026-05-08T12:09:49.637Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31412026-05-08T12:09:49.645Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31422026-05-08T12:09:49.656Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31432026-05-08T12:09:49.667Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31442026-05-08T12:09:49.678Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31452026-05-08T12:09:49.786Z Checking csv v1.4.0
31462026-05-08T12:09:49.803Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31472026-05-08T12:09:49.848Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31482026-05-08T12:09:49.875Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31492026-05-08T12:09:50.116Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31502026-05-08T12:09:50.477Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31512026-05-08T12:09:50.480Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31522026-05-08T12:09:50.816Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31532026-05-08T12:09:56.495Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31542026-05-08T12:09:57.023Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31552026-05-08T12:09:59.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.54s
31562026-05-08T12:09:59.547Z
31572026-05-08T12:09:59.547Zinfo: running `cargo check --bins` on cockroach-admin-api (128/274)
31582026-05-08T12:10:00.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31592026-05-08T12:10:00.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31602026-05-08T12:10:00.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31612026-05-08T12:10:00.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31622026-05-08T12:10:00.163Z
31632026-05-08T12:10:00.163Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (129/274)
31642026-05-08T12:10:00.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31652026-05-08T12:10:00.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31662026-05-08T12:10:00.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31672026-05-08T12:10:00.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
31682026-05-08T12:10:00.860Z
31692026-05-08T12:10:00.860Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (130/274)
31702026-05-08T12:10:01.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31712026-05-08T12:10:01.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31722026-05-08T12:10:01.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31732026-05-08T12:10:01.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
31742026-05-08T12:10:01.565Z
31752026-05-08T12:10:01.565Zinfo: running `cargo check --bins` on gateway-test-utils (131/274)
31762026-05-08T12:10:02.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31772026-05-08T12:10:02.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31782026-05-08T12:10:02.123Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31792026-05-08T12:10:02.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
31802026-05-08T12:10:02.230Z
31812026-05-08T12:10:02.230Zinfo: running `cargo check --bins` on omicron-gateway (132/274)
31822026-05-08T12:10:02.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31832026-05-08T12:10:02.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31842026-05-08T12:10:02.998Z Compiling regress v0.11.1
31852026-05-08T12:10:03.138Z Compiling unsafe-libyaml v0.2.11
31862026-05-08T12:10:03.153Z Compiling radium v0.7.0
31872026-05-08T12:10:03.166Z Compiling semver v0.1.20
31882026-05-08T12:10:03.180Z Compiling pin-project-internal v1.1.11
31892026-05-08T12:10:03.192Z Compiling maybe-uninit v2.0.0
31902026-05-08T12:10:03.203Z Checking tap v1.0.1
31912026-05-08T12:10:03.305Z Checking wyz v0.5.1
31922026-05-08T12:10:03.420Z Compiling rustc_version v0.1.7
31932026-05-08T12:10:03.481Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31942026-05-08T12:10:03.506Z Checking progenitor-client v0.13.0
31952026-05-08T12:10:03.615Z Compiling snafu-derive v0.8.9
31962026-05-08T12:10:03.636Z Compiling newtype_derive v0.1.6
31972026-05-08T12:10:03.737Z Compiling serde_yaml v0.9.34+deprecated
31982026-05-08T12:10:03.825Z Compiling zerocopy-derive v0.6.6
31992026-05-08T12:10:03.873Z Compiling cancel-safe-futures v0.1.5
32002026-05-08T12:10:04.080Z Checking funty v2.0.0
32012026-05-08T12:10:04.307Z Checking pin-project v1.1.11
32022026-05-08T12:10:04.406Z Compiling owo-colors v4.3.0
32032026-05-08T12:10:04.406Z Compiling packed_struct v0.10.1
32042026-05-08T12:10:04.581Z Checking typify-impl v0.6.2
32052026-05-08T12:10:04.662Z Checking same-file v1.0.6
32062026-05-08T12:10:04.722Z Checking crc-catalog v2.4.0
32072026-05-08T12:10:04.792Z Checking walkdir v2.5.0
32082026-05-08T12:10:04.820Z Checking crc v3.4.0
32092026-05-08T12:10:04.972Z Checking zerocopy v0.6.6
32102026-05-08T12:10:05.007Z Checking bitvec v1.0.1
32112026-05-08T12:10:05.170Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32122026-05-08T12:10:05.189Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32132026-05-08T12:10:05.261Z Checking globset v0.4.18
32142026-05-08T12:10:05.523Z Checking snafu v0.8.9
32152026-05-08T12:10:05.536Z Checking olpc-cjson v0.1.4
32162026-05-08T12:10:05.551Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32172026-05-08T12:10:05.677Z Checking pem v3.0.6
32182026-05-08T12:10:05.706Z Compiling packed_struct_codegen v0.10.1
32192026-05-08T12:10:05.720Z Checking libsw-core v0.3.2
32202026-05-08T12:10:05.766Z Checking serde_plain v1.0.2
32212026-05-08T12:10:05.806Z Compiling bitfield-macros v0.19.4
32222026-05-08T12:10:05.835Z Compiling indexmap v1.9.3
32232026-05-08T12:10:05.865Z Checking nodrop v0.1.14
32242026-05-08T12:10:05.913Z Checking typed-path v0.9.3
32252026-05-08T12:10:05.957Z Checking array-init v0.0.4
32262026-05-08T12:10:06.050Z Checking libsw v3.5.0
32272026-05-08T12:10:06.205Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32282026-05-08T12:10:06.256Z Checking smallvec v0.6.14
32292026-05-08T12:10:06.313Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32302026-05-08T12:10:06.502Z Checking bitfield v0.19.4
32312026-05-08T12:10:06.605Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32322026-05-08T12:10:06.618Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32332026-05-08T12:10:06.683Z Checking tough v0.20.0
32342026-05-08T12:10:06.721Z Checking hashbrown v0.12.3
32352026-05-08T12:10:06.737Z Checking base64 v0.21.7
32362026-05-08T12:10:06.765Z Checking unicode-linebreak v0.1.5
32372026-05-08T12:10:06.794Z Checking tagptr v0.2.0
32382026-05-08T12:10:06.931Z Checking linear-map v1.2.0
32392026-05-08T12:10:06.974Z Checking smawk v0.3.2
32402026-05-08T12:10:06.977Z Checking ron v0.8.1
32412026-05-08T12:10:07.001Z Checking moka v0.12.13
32422026-05-08T12:10:07.101Z Checking textwrap v0.16.2
32432026-05-08T12:10:07.104Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32442026-05-08T12:10:07.315Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32452026-05-08T12:10:07.441Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32462026-05-08T12:10:07.508Z Checking serde-hex v0.1.0
32472026-05-08T12:10:07.652Z Checking steno v0.4.1
32482026-05-08T12:10:07.669Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32492026-05-08T12:10:07.834Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32502026-05-08T12:10:07.849Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32512026-05-08T12:10:08.169Z Checking hashbrown v0.13.2
32522026-05-08T12:10:08.423Z Checking humantime v2.3.0
32532026-05-08T12:10:08.438Z Checking crc-any v2.5.0
32542026-05-08T12:10:08.605Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32552026-05-08T12:10:08.617Z Checking object v0.30.4
32562026-05-08T12:10:08.630Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32572026-05-08T12:10:08.654Z Checking hickory-resolver v0.25.2
32582026-05-08T12:10:08.723Z Checking void v1.0.2
32592026-05-08T12:10:08.790Z Checking utf-8 v0.7.6
32602026-05-08T12:10:08.822Z Checking half v1.8.3
32612026-05-08T12:10:08.834Z Checking path-slash v0.1.5
32622026-05-08T12:10:08.935Z Checking lzss v0.8.2
32632026-05-08T12:10:08.935Z Checking tungstenite v0.23.0
32642026-05-08T12:10:09.022Z Checking serde_cbor v0.11.2
32652026-05-08T12:10:09.135Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32662026-05-08T12:10:09.170Z Compiling typify-macro v0.6.2
32672026-05-08T12:10:09.184Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32682026-05-08T12:10:09.290Z Checking nix v0.27.1
32692026-05-08T12:10:09.343Z Checking kstat-rs v0.2.4
32702026-05-08T12:10:09.358Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32712026-05-08T12:10:09.392Z Checking fxhash v0.2.1
32722026-05-08T12:10:09.413Z Checking serde_bytes v0.11.19
32732026-05-08T12:10:09.512Z Checking tokio-tungstenite v0.23.1
32742026-05-08T12:10:09.536Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32752026-05-08T12:10:09.586Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32762026-05-08T12:10:09.767Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32772026-05-08T12:10:09.783Z Checking signal-hook-tokio v0.3.1
32782026-05-08T12:10:10.613Z Compiling typify v0.6.2
32792026-05-08T12:10:10.701Z Compiling progenitor-impl v0.13.0
32802026-05-08T12:10:10.701Z Compiling progenitor-impl v0.14.0
32812026-05-08T12:10:10.790Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32822026-05-08T12:10:11.706Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
32832026-05-08T12:10:12.023Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
32842026-05-08T12:10:12.288Z Compiling progenitor-macro v0.14.0
32852026-05-08T12:10:12.302Z Compiling progenitor-macro v0.13.0
32862026-05-08T12:10:14.806Z Checking progenitor v0.13.0
32872026-05-08T12:10:14.926Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32882026-05-08T12:10:14.966Z Checking progenitor v0.14.0
32892026-05-08T12:10:15.084Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
32902026-05-08T12:10:17.981Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32912026-05-08T12:10:25.596Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32922026-05-08T12:10:31.812Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32932026-05-08T12:10:33.172Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32942026-05-08T12:10:33.677Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32952026-05-08T12:10:35.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.50s
32962026-05-08T12:10:35.954Z
32972026-05-08T12:10:35.954Zinfo: running `cargo check --bins` on gateway-api (133/274)
32982026-05-08T12:10:36.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32992026-05-08T12:10:36.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33002026-05-08T12:10:36.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33012026-05-08T12:10:36.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33022026-05-08T12:10:36.571Z
33032026-05-08T12:10:36.571Zinfo: running `cargo check --bins` on ipcc (134/274)
33042026-05-08T12:10:37.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33052026-05-08T12:10:37.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33062026-05-08T12:10:37.084Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33072026-05-08T12:10:37.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33082026-05-08T12:10:37.174Z
33092026-05-08T12:10:37.174Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (135/274)
33102026-05-08T12:10:37.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33112026-05-08T12:10:37.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33122026-05-08T12:10:37.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33132026-05-08T12:10:37.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33142026-05-08T12:10:37.767Z
33152026-05-08T12:10:37.767Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (136/274)
33162026-05-08T12:10:38.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33172026-05-08T12:10:38.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33182026-05-08T12:10:38.283Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33192026-05-08T12:10:38.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33202026-05-08T12:10:38.382Z
33212026-05-08T12:10:38.382Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (137/274)
33222026-05-08T12:10:38.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33232026-05-08T12:10:38.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33242026-05-08T12:10:38.900Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33252026-05-08T12:10:38.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33262026-05-08T12:10:39.000Z
33272026-05-08T12:10:39.000Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (138/274)
33282026-05-08T12:10:39.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33292026-05-08T12:10:39.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33302026-05-08T12:10:39.519Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33312026-05-08T12:10:39.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33322026-05-08T12:10:39.617Z
33332026-05-08T12:10:39.617Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (139/274)
33342026-05-08T12:10:40.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33352026-05-08T12:10:40.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33362026-05-08T12:10:40.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33372026-05-08T12:10:40.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33382026-05-08T12:10:40.235Z
33392026-05-08T12:10:40.236Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (140/274)
33402026-05-08T12:10:40.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33412026-05-08T12:10:40.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33422026-05-08T12:10:40.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33432026-05-08T12:10:40.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33442026-05-08T12:10:40.858Z
33452026-05-08T12:10:40.858Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (141/274)
33462026-05-08T12:10:41.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33472026-05-08T12:10:41.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33482026-05-08T12:10:41.374Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33492026-05-08T12:10:41.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33502026-05-08T12:10:41.473Z
33512026-05-08T12:10:41.473Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (142/274)
33522026-05-08T12:10:41.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33532026-05-08T12:10:41.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33542026-05-08T12:10:41.993Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33552026-05-08T12:10:41.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33562026-05-08T12:10:42.092Z
33572026-05-08T12:10:42.092Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (143/274)
33582026-05-08T12:10:42.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33592026-05-08T12:10:42.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33602026-05-08T12:10:42.610Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33612026-05-08T12:10:42.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33622026-05-08T12:10:42.709Z
33632026-05-08T12:10:42.709Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (144/274)
33642026-05-08T12:10:43.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33652026-05-08T12:10:43.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33662026-05-08T12:10:43.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33672026-05-08T12:10:43.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33682026-05-08T12:10:43.325Z
33692026-05-08T12:10:43.325Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (145/274)
33702026-05-08T12:10:43.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33712026-05-08T12:10:43.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33722026-05-08T12:10:43.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33732026-05-08T12:10:43.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33742026-05-08T12:10:43.941Z
33752026-05-08T12:10:43.941Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (146/274)
33762026-05-08T12:10:44.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33772026-05-08T12:10:44.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33782026-05-08T12:10:44.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33792026-05-08T12:10:44.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33802026-05-08T12:10:44.561Z
33812026-05-08T12:10:44.561Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (147/274)
33822026-05-08T12:10:45.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33832026-05-08T12:10:45.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33842026-05-08T12:10:45.080Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33852026-05-08T12:10:45.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33862026-05-08T12:10:45.177Z
33872026-05-08T12:10:45.177Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (148/274)
33882026-05-08T12:10:45.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33892026-05-08T12:10:45.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33902026-05-08T12:10:45.699Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33912026-05-08T12:10:45.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33922026-05-08T12:10:45.799Z
33932026-05-08T12:10:45.799Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (149/274)
33942026-05-08T12:10:46.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33952026-05-08T12:10:46.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33962026-05-08T12:10:46.320Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33972026-05-08T12:10:46.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33982026-05-08T12:10:46.419Z
33992026-05-08T12:10:46.419Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (150/274)
34002026-05-08T12:10:46.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34012026-05-08T12:10:46.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34022026-05-08T12:10:46.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34032026-05-08T12:10:46.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34042026-05-08T12:10:47.036Z
34052026-05-08T12:10:47.036Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (151/274)
34062026-05-08T12:10:47.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34072026-05-08T12:10:47.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34082026-05-08T12:10:47.557Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34092026-05-08T12:10:47.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34102026-05-08T12:10:47.651Z
34112026-05-08T12:10:47.652Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (152/274)
34122026-05-08T12:10:48.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34132026-05-08T12:10:48.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34142026-05-08T12:10:48.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34152026-05-08T12:10:48.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34162026-05-08T12:10:48.268Z
34172026-05-08T12:10:48.268Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (153/274)
34182026-05-08T12:10:48.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34192026-05-08T12:10:48.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34202026-05-08T12:10:48.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34212026-05-08T12:10:48.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34222026-05-08T12:10:48.892Z
34232026-05-08T12:10:48.892Zinfo: running `cargo check --bins` on oximeter-producer (154/274)
34242026-05-08T12:10:49.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34252026-05-08T12:10:49.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34262026-05-08T12:10:49.444Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34272026-05-08T12:10:49.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34282026-05-08T12:10:49.553Z
34292026-05-08T12:10:49.553Zinfo: running `cargo check --bins` on internal-dns-resolver (155/274)
34302026-05-08T12:10:50.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34312026-05-08T12:10:50.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34322026-05-08T12:10:50.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34332026-05-08T12:10:50.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34342026-05-08T12:10:50.172Z
34352026-05-08T12:10:50.172Zinfo: running `cargo check --bins` on dns-server (156/274)
34362026-05-08T12:10:50.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34372026-05-08T12:10:50.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34382026-05-08T12:10:50.833Z Compiling parking_lot_core v0.8.6
34392026-05-08T12:10:50.833Z Compiling git-stub v1.0.0
34402026-05-08T12:10:50.836Z Compiling atomicwrites v0.4.4
34412026-05-08T12:10:50.836Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34422026-05-08T12:10:50.836Z Checking prefix-trie v0.7.0
34432026-05-08T12:10:51.070Z Compiling git-stub-vcs v0.1.0
34442026-05-08T12:10:51.253Z Checking hickory-server v0.25.2
34452026-05-08T12:10:51.342Z Checking parking_lot v0.11.2
34462026-05-08T12:10:51.345Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34472026-05-08T12:10:51.431Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34482026-05-08T12:10:51.431Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34492026-05-08T12:10:51.522Z Checking sled v0.34.7
34502026-05-08T12:10:53.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s
34512026-05-08T12:10:53.597Z
34522026-05-08T12:10:53.598Zinfo: running `cargo check --bins` on dns-server-api (157/274)
34532026-05-08T12:10:54.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34542026-05-08T12:10:54.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34552026-05-08T12:10:54.127Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34562026-05-08T12:10:54.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34572026-05-08T12:10:54.206Z
34582026-05-08T12:10:54.206Zinfo: running `cargo check --bins` on oximeter-producer-api (158/274)
34592026-05-08T12:10:54.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34602026-05-08T12:10:54.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34612026-05-08T12:10:54.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34622026-05-08T12:10:54.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34632026-05-08T12:10:54.824Z
34642026-05-08T12:10:54.824Zinfo: running `cargo check --bins` on sp-sim (159/274)
34652026-05-08T12:10:55.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34662026-05-08T12:10:55.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34672026-05-08T12:10:55.563Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34682026-05-08T12:10:57.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.48s
34692026-05-08T12:10:57.528Z
34702026-05-08T12:10:57.528Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (160/274)
34712026-05-08T12:10:58.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34722026-05-08T12:10:58.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34732026-05-08T12:10:58.091Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34742026-05-08T12:10:58.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
34752026-05-08T12:10:58.203Z
34762026-05-08T12:10:58.203Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (161/274)
34772026-05-08T12:10:58.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34782026-05-08T12:10:58.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34792026-05-08T12:10:58.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34802026-05-08T12:10:58.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
34812026-05-08T12:10:58.882Z
34822026-05-08T12:10:58.882Zinfo: running `cargo check --bins` on db-macros (162/274)
34832026-05-08T12:10:59.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34842026-05-08T12:10:59.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34852026-05-08T12:10:59.388Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34862026-05-08T12:10:59.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34872026-05-08T12:10:59.487Z
34882026-05-08T12:10:59.487Zinfo: running `cargo check --bins` on nexus-macros-common (163/274)
34892026-05-08T12:10:59.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34902026-05-08T12:10:59.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34912026-05-08T12:10:59.996Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34922026-05-08T12:10:59.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34932026-05-08T12:11:00.091Z
34942026-05-08T12:11:00.091Zinfo: running `cargo check --bins` on nexus-auth (164/274)
34952026-05-08T12:11:00.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34962026-05-08T12:11:00.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34972026-05-08T12:11:00.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34982026-05-08T12:11:00.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
34992026-05-08T12:11:00.765Z
35002026-05-08T12:11:00.765Zinfo: running `cargo check --bins` on authz-macros (165/274)
35012026-05-08T12:11:01.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35022026-05-08T12:11:01.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35032026-05-08T12:11:01.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35042026-05-08T12:11:01.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35052026-05-08T12:11:01.373Z
35062026-05-08T12:11:01.373Zinfo: running `cargo check --bins` on nexus-db-fixed-data (166/274)
35072026-05-08T12:11:01.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35082026-05-08T12:11:01.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35092026-05-08T12:11:01.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35102026-05-08T12:11:01.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35112026-05-08T12:11:02.040Z
35122026-05-08T12:11:02.040Zinfo: running `cargo check --bins` on nexus-db-model (167/274)
35132026-05-08T12:11:02.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35142026-05-08T12:11:02.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35152026-05-08T12:11:02.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35162026-05-08T12:11:02.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35172026-05-08T12:11:02.708Z
35182026-05-08T12:11:02.708Zinfo: running `cargo check --bins` on nexus-db-schema (168/274)
35192026-05-08T12:11:03.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35202026-05-08T12:11:03.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35212026-05-08T12:11:03.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35222026-05-08T12:11:03.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35232026-05-08T12:11:03.291Z
35242026-05-08T12:11:03.291Zinfo: running `cargo check --bins` on omicron-rpaths (169/274)
35252026-05-08T12:11:03.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35262026-05-08T12:11:03.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35272026-05-08T12:11:03.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35282026-05-08T12:11:03.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35292026-05-08T12:11:03.881Z
35302026-05-08T12:11:03.881Zinfo: running `cargo check --bins` on nexus-defaults (170/274)
35312026-05-08T12:11:04.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35322026-05-08T12:11:04.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35332026-05-08T12:11:04.390Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35342026-05-08T12:11:04.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35352026-05-08T12:11:04.480Z
35362026-05-08T12:11:04.480Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (171/274)
35372026-05-08T12:11:04.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35382026-05-08T12:11:04.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35392026-05-08T12:11:04.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35402026-05-08T12:11:04.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35412026-05-08T12:11:05.076Z
35422026-05-08T12:11:05.076Zinfo: running `cargo check --bins` on parallel-task-set (172/274)
35432026-05-08T12:11:05.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35442026-05-08T12:11:05.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35452026-05-08T12:11:05.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35462026-05-08T12:11:05.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35472026-05-08T12:11:05.670Z
35482026-05-08T12:11:05.671Zinfo: running `cargo check --bins` on nexus-db-errors (173/274)
35492026-05-08T12:11:06.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35502026-05-08T12:11:06.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35512026-05-08T12:11:06.223Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35522026-05-08T12:11:06.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35532026-05-08T12:11:06.327Z
35542026-05-08T12:11:06.327Zinfo: running `cargo check --bins` on nexus-db-lookup (174/274)
35552026-05-08T12:11:06.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35562026-05-08T12:11:06.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35572026-05-08T12:11:06.882Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35582026-05-08T12:11:06.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35592026-05-08T12:11:06.987Z
35602026-05-08T12:11:06.987Zinfo: running `cargo check --bins` on nexus-inventory (175/274)
35612026-05-08T12:11:07.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35622026-05-08T12:11:07.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35632026-05-08T12:11:07.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35642026-05-08T12:11:07.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35652026-05-08T12:11:07.636Z
35662026-05-08T12:11:07.636Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (176/274)
35672026-05-08T12:11:08.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35682026-05-08T12:11:08.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35692026-05-08T12:11:08.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35702026-05-08T12:11:08.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35712026-05-08T12:11:08.263Z
35722026-05-08T12:11:08.263Zinfo: running `cargo check --bins --no-default-features` on sled-storage (177/274)
35732026-05-08T12:11:08.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35742026-05-08T12:11:08.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35752026-05-08T12:11:08.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35762026-05-08T12:11:08.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35772026-05-08T12:11:08.887Z
35782026-05-08T12:11:08.887Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (178/274)
35792026-05-08T12:11:09.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35802026-05-08T12:11:09.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35812026-05-08T12:11:09.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35822026-05-08T12:11:09.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35832026-05-08T12:11:09.513Z
35842026-05-08T12:11:09.513Zinfo: running `cargo check --bins` on key-manager (179/274)
35852026-05-08T12:11:10.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35862026-05-08T12:11:10.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35872026-05-08T12:11:10.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35882026-05-08T12:11:10.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35892026-05-08T12:11:10.121Z
35902026-05-08T12:11:10.121Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (180/274)
35912026-05-08T12:11:10.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35922026-05-08T12:11:10.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35932026-05-08T12:11:10.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35942026-05-08T12:11:10.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35952026-05-08T12:11:10.753Z
35962026-05-08T12:11:10.753Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (181/274)
35972026-05-08T12:11:11.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35982026-05-08T12:11:11.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35992026-05-08T12:11:11.282Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36002026-05-08T12:11:11.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36012026-05-08T12:11:11.385Z
36022026-05-08T12:11:11.385Zinfo: running `cargo check --bins` on typed-rng (182/274)
36032026-05-08T12:11:11.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36042026-05-08T12:11:11.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36052026-05-08T12:11:11.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36062026-05-08T12:11:11.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36072026-05-08T12:11:11.983Z
36082026-05-08T12:11:11.983Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (183/274)
36092026-05-08T12:11:12.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36102026-05-08T12:11:12.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36112026-05-08T12:11:12.836Z Compiling libefi-sys v0.1.0
36122026-05-08T12:11:12.839Z Compiling bitfield-struct v0.6.2
36132026-05-08T12:11:12.980Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36142026-05-08T12:11:12.991Z Compiling xshell-macros v0.2.7
36152026-05-08T12:11:13.001Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36162026-05-08T12:11:13.041Z Compiling typify-impl v0.4.3
36172026-05-08T12:11:13.044Z Compiling salty v0.3.0
36182026-05-08T12:11:13.047Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36192026-05-08T12:11:13.047Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36202026-05-08T12:11:13.212Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36212026-05-08T12:11:13.321Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36222026-05-08T12:11:13.352Z Checking xshell v0.2.7
36232026-05-08T12:11:13.468Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36242026-05-08T12:11:13.542Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36252026-05-08T12:11:13.579Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36262026-05-08T12:11:13.593Z Checking primeorder v0.13.6
36272026-05-08T12:11:13.634Z Compiling proc-macro-error-attr2 v2.0.0
36282026-05-08T12:11:13.710Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36292026-05-08T12:11:13.749Z Checking tungstenite v0.21.0
36302026-05-08T12:11:13.812Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36312026-05-08T12:11:13.830Z Checking p384 v0.13.1
36322026-05-08T12:11:13.922Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36332026-05-08T12:11:14.022Z Compiling proc-macro-error2 v2.0.1
36342026-05-08T12:11:14.043Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36352026-05-08T12:11:14.177Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36362026-05-08T12:11:14.329Z Compiling num-derive v0.3.3
36372026-05-08T12:11:14.517Z Compiling tabled_derive v0.11.0
36382026-05-08T12:11:14.570Z Checking tokio-tungstenite v0.21.0
36392026-05-08T12:11:14.899Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36402026-05-08T12:11:14.991Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36412026-05-08T12:11:15.219Z Checking libscf-sys v1.1.0
36422026-05-08T12:11:15.356Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36432026-05-08T12:11:15.389Z Checking papergrid v0.17.0
36442026-05-08T12:11:15.586Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36452026-05-08T12:11:15.673Z Checking testing_table v0.3.0
36462026-05-08T12:11:15.710Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36472026-05-08T12:11:15.737Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36482026-05-08T12:11:15.770Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36492026-05-08T12:11:15.982Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36502026-05-08T12:11:15.999Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36512026-05-08T12:11:16.033Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36522026-05-08T12:11:16.160Z Compiling unicase v2.9.0
36532026-05-08T12:11:16.178Z Checking corncobs v0.1.4
36542026-05-08T12:11:16.229Z Checking tabled v0.20.0
36552026-05-08T12:11:16.267Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36562026-05-08T12:11:16.304Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36572026-05-08T12:11:16.364Z Compiling mime_guess v2.0.5
36582026-05-08T12:11:16.408Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36592026-05-08T12:11:16.499Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36602026-05-08T12:11:16.559Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36612026-05-08T12:11:16.601Z Checking progenitor-client v0.11.2
36622026-05-08T12:11:16.742Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36632026-05-08T12:11:16.765Z Checking secrecy v0.8.0
36642026-05-08T12:11:16.836Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36652026-05-08T12:11:16.929Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
36662026-05-08T12:11:17.052Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36672026-05-08T12:11:17.360Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36682026-05-08T12:11:17.443Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36692026-05-08T12:11:17.463Z Compiling typify-macro v0.4.3
36702026-05-08T12:11:17.466Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
36712026-05-08T12:11:17.509Z Checking filetime v0.2.27
36722026-05-08T12:11:17.658Z Checking crc8 v0.1.1
36732026-05-08T12:11:17.760Z Checking http-range v0.1.5
36742026-05-08T12:11:17.809Z Checking xattr v1.6.1
36752026-05-08T12:11:17.954Z Checking tar v0.4.45
36762026-05-08T12:11:18.181Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36772026-05-08T12:11:18.239Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36782026-05-08T12:11:18.353Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36792026-05-08T12:11:18.440Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
36802026-05-08T12:11:18.467Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
36812026-05-08T12:11:18.545Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
36822026-05-08T12:11:18.760Z Checking atty v0.2.14
36832026-05-08T12:11:18.863Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
36842026-05-08T12:11:18.920Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
36852026-05-08T12:11:19.059Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36862026-05-08T12:11:19.228Z Compiling typify v0.4.3
36872026-05-08T12:11:19.272Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36882026-05-08T12:11:19.343Z Compiling progenitor-impl v0.11.2
36892026-05-08T12:11:19.396Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
36902026-05-08T12:11:19.509Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36912026-05-08T12:11:19.615Z Checking hyper-staticfile v0.10.1
36922026-05-08T12:11:19.655Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
36932026-05-08T12:11:19.902Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
36942026-05-08T12:11:20.162Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
36952026-05-08T12:11:20.178Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
36962026-05-08T12:11:20.251Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
36972026-05-08T12:11:20.386Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
36982026-05-08T12:11:20.521Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
36992026-05-08T12:11:20.609Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37002026-05-08T12:11:20.655Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37012026-05-08T12:11:20.694Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2e75a38f7f6f3522bd888d2eabcc2408dde5ff79#2e75a38f)
37022026-05-08T12:11:20.787Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37032026-05-08T12:11:20.940Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37042026-05-08T12:11:21.540Z Compiling progenitor-macro v0.11.2
37052026-05-08T12:11:23.966Z Checking progenitor v0.11.2
37062026-05-08T12:11:24.098Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37072026-05-08T12:11:28.681Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
37082026-05-08T12:11:29.782Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37092026-05-08T12:11:40.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.11s
37102026-05-08T12:11:40.325Z
37112026-05-08T12:11:40.325Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (184/274)
37122026-05-08T12:11:40.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37132026-05-08T12:11:40.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37142026-05-08T12:11:41.099Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37152026-05-08T12:11:51.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.26s
37162026-05-08T12:11:51.806Z
37172026-05-08T12:11:51.806Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (185/274)
37182026-05-08T12:11:52.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37192026-05-08T12:11:52.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37202026-05-08T12:11:52.596Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37212026-05-08T12:12:02.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.16s
37222026-05-08T12:12:03.199Z
37232026-05-08T12:12:03.199Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (186/274)
37242026-05-08T12:12:03.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37252026-05-08T12:12:03.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37262026-05-08T12:12:03.987Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37272026-05-08T12:12:14.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.19s
37282026-05-08T12:12:14.616Z
37292026-05-08T12:12:14.616Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (187/274)
37302026-05-08T12:12:15.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37312026-05-08T12:12:15.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37322026-05-08T12:12:15.393Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37332026-05-08T12:12:25.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.19s
37342026-05-08T12:12:26.031Z
37352026-05-08T12:12:26.031Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (188/274)
37362026-05-08T12:12:26.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37372026-05-08T12:12:26.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37382026-05-08T12:12:26.822Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37392026-05-08T12:12:37.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.16s
37402026-05-08T12:12:37.418Z
37412026-05-08T12:12:37.418Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (189/274)
37422026-05-08T12:12:37.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37432026-05-08T12:12:37.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37442026-05-08T12:12:38.206Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37452026-05-08T12:12:48.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.18s
37462026-05-08T12:12:48.826Z
37472026-05-08T12:12:48.826Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (190/274)
37482026-05-08T12:12:49.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37492026-05-08T12:12:49.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37502026-05-08T12:12:49.615Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37512026-05-08T12:13:00.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.21s
37522026-05-08T12:13:00.266Z
37532026-05-08T12:13:00.266Zinfo: running `cargo check --bins` on bootstrap-agent-api (191/274)
37542026-05-08T12:13:00.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37552026-05-08T12:13:00.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37562026-05-08T12:13:00.789Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37572026-05-08T12:13:00.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37582026-05-08T12:13:00.885Z
37592026-05-08T12:13:00.885Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (192/274)
37602026-05-08T12:13:01.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37612026-05-08T12:13:01.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37622026-05-08T12:13:01.408Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37632026-05-08T12:13:01.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37642026-05-08T12:13:01.506Z
37652026-05-08T12:13:01.506Zinfo: running `cargo check --bins` on range-requests (193/274)
37662026-05-08T12:13:02.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37672026-05-08T12:13:02.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37682026-05-08T12:13:02.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37692026-05-08T12:13:02.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37702026-05-08T12:13:02.115Z
37712026-05-08T12:13:02.115Zinfo: running `cargo check --bins` on repo-depot-api (194/274)
37722026-05-08T12:13:02.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37732026-05-08T12:13:02.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37742026-05-08T12:13:02.634Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37752026-05-08T12:13:02.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37762026-05-08T12:13:02.730Z
37772026-05-08T12:13:02.730Zinfo: running `cargo check --bins` on sled-agent-api (195/274)
37782026-05-08T12:13:03.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37792026-05-08T12:13:03.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37802026-05-08T12:13:03.262Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37812026-05-08T12:13:03.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
37822026-05-08T12:13:03.359Z
37832026-05-08T12:13:03.359Zinfo: running `cargo check --bins` on sled-diagnostics (196/274)
37842026-05-08T12:13:03.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37852026-05-08T12:13:03.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37862026-05-08T12:13:03.890Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37872026-05-08T12:13:03.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
37882026-05-08T12:13:03.990Z
37892026-05-08T12:13:03.990Zinfo: running `cargo check --bins` on zfs-test-harness (197/274)
37902026-05-08T12:13:04.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37912026-05-08T12:13:04.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37922026-05-08T12:13:04.525Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37932026-05-08T12:13:04.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
37942026-05-08T12:13:04.626Z
37952026-05-08T12:13:04.626Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (198/274)
37962026-05-08T12:13:05.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37972026-05-08T12:13:05.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37982026-05-08T12:13:05.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37992026-05-08T12:13:05.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38002026-05-08T12:13:05.271Z
38012026-05-08T12:13:05.271Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (199/274)
38022026-05-08T12:13:05.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38032026-05-08T12:13:05.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38042026-05-08T12:13:05.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38052026-05-08T12:13:05.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38062026-05-08T12:13:05.914Z
38072026-05-08T12:13:05.914Zinfo: running `cargo check --bins` on sled-agent-health-monitor (200/274)
38082026-05-08T12:13:06.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38092026-05-08T12:13:06.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38102026-05-08T12:13:06.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38112026-05-08T12:13:06.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38122026-05-08T12:13:06.542Z
38132026-05-08T12:13:06.542Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (201/274)
38142026-05-08T12:13:07.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38152026-05-08T12:13:07.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38162026-05-08T12:13:07.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38172026-05-08T12:13:07.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38182026-05-08T12:13:07.176Z
38192026-05-08T12:13:07.177Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (202/274)
38202026-05-08T12:13:07.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38212026-05-08T12:13:07.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38222026-05-08T12:13:07.713Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38232026-05-08T12:13:07.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38242026-05-08T12:13:07.816Z
38252026-05-08T12:13:07.816Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (203/274)
38262026-05-08T12:13:08.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38272026-05-08T12:13:08.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38282026-05-08T12:13:08.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38292026-05-08T12:13:08.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38302026-05-08T12:13:08.447Z
38312026-05-08T12:13:08.447Zinfo: running `cargo check --bins` on sled-agent-rack-setup (204/274)
38322026-05-08T12:13:09.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38332026-05-08T12:13:09.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38342026-05-08T12:13:09.008Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38352026-05-08T12:13:09.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
38362026-05-08T12:13:09.116Z
38372026-05-08T12:13:09.116Zinfo: running `cargo check --bins` on trust-quorum (205/274)
38382026-05-08T12:13:09.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38392026-05-08T12:13:09.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38402026-05-08T12:13:09.652Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38412026-05-08T12:13:09.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38422026-05-08T12:13:09.749Z
38432026-05-08T12:13:09.749Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (206/274)
38442026-05-08T12:13:10.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38452026-05-08T12:13:10.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38462026-05-08T12:13:10.297Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38472026-05-08T12:13:10.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38482026-05-08T12:13:10.397Z
38492026-05-08T12:13:10.397Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (207/274)
38502026-05-08T12:13:10.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38512026-05-08T12:13:10.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38522026-05-08T12:13:10.960Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38532026-05-08T12:13:10.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
38542026-05-08T12:13:11.068Z
38552026-05-08T12:13:11.068Zinfo: running `cargo check --bins` on update-common (208/274)
38562026-05-08T12:13:11.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38572026-05-08T12:13:11.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38582026-05-08T12:13:11.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38592026-05-08T12:13:11.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38602026-05-08T12:13:11.691Z
38612026-05-08T12:13:11.691Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (209/274)
38622026-05-08T12:13:12.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38632026-05-08T12:13:12.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38642026-05-08T12:13:12.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38652026-05-08T12:13:12.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38662026-05-08T12:13:12.351Z
38672026-05-08T12:13:12.351Zinfo: running `cargo check --bins` on omicron-deployment-graph (210/274)
38682026-05-08T12:13:12.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38692026-05-08T12:13:12.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38702026-05-08T12:13:12.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38712026-05-08T12:13:12.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38722026-05-08T12:13:12.949Z
38732026-05-08T12:13:12.949Zinfo: running `cargo check --bins` on reconfigurator-cli (211/274)
38742026-05-08T12:13:13.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38752026-05-08T12:13:13.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38762026-05-08T12:13:13.729Z Compiling fs-err v2.11.0
38772026-05-08T12:13:13.732Z Checking ignore v0.4.25
38782026-05-08T12:13:13.732Z Checking arc-swap v1.8.2
38792026-05-08T12:13:13.732Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
38802026-05-08T12:13:13.732Z Checking predicates-tree v1.0.13
38812026-05-08T12:13:13.861Z Checking parse-size v1.1.0
38822026-05-08T12:13:13.900Z Checking rand_seeder v0.4.0
38832026-05-08T12:13:13.903Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
38842026-05-08T12:13:13.949Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
38852026-05-08T12:13:13.999Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
38862026-05-08T12:13:14.041Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
38872026-05-08T12:13:14.056Z Checking slog-scope v4.4.1
38882026-05-08T12:13:14.185Z Compiling petname v2.0.2
38892026-05-08T12:13:14.199Z Checking slog-stdlog v4.1.1
38902026-05-08T12:13:14.213Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
38912026-05-08T12:13:14.244Z Checking globwalk v0.9.1
38922026-05-08T12:13:14.295Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38932026-05-08T12:13:14.318Z Checking slog-envlogger v2.2.0
38942026-05-08T12:13:14.420Z Checking camino-tempfile-ext v0.3.3
38952026-05-08T12:13:14.435Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38962026-05-08T12:13:14.467Z Checking sapling-renderdag v0.1.0
38972026-05-08T12:13:14.599Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
38982026-05-08T12:13:14.614Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
38992026-05-08T12:13:14.707Z Checking subprocess v0.2.15
39002026-05-08T12:13:14.780Z Checking sync-ptr v0.1.4
39012026-05-08T12:13:14.830Z Checking colored v2.2.0
39022026-05-08T12:13:14.899Z Checking assert_matches v1.5.0
39032026-05-08T12:13:14.983Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39042026-05-08T12:13:14.999Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39052026-05-08T12:13:15.099Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39062026-05-08T12:13:15.102Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39072026-05-08T12:13:15.677Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39082026-05-08T12:13:17.001Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39092026-05-08T12:13:19.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.25s
39102026-05-08T12:13:19.422Z
39112026-05-08T12:13:19.422Zinfo: running `cargo check --bins` on omicron-repl-utils (212/274)
39122026-05-08T12:13:19.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39132026-05-08T12:13:19.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39142026-05-08T12:13:19.924Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39152026-05-08T12:13:19.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39162026-05-08T12:13:20.016Z
39172026-05-08T12:13:20.016Zinfo: running `cargo check --bins` on transient-dns-server (213/274)
39182026-05-08T12:13:20.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39192026-05-08T12:13:20.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39202026-05-08T12:13:20.541Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39212026-05-08T12:13:20.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39222026-05-08T12:13:20.637Z
39232026-05-08T12:13:20.637Zinfo: running `cargo check --bins` on nexus-test-interface (214/274)
39242026-05-08T12:13:21.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39252026-05-08T12:13:21.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39262026-05-08T12:13:21.193Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39272026-05-08T12:13:21.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39282026-05-08T12:13:21.294Z
39292026-05-08T12:13:21.294Zinfo: running `cargo check --bins` on oximeter-collector (215/274)
39302026-05-08T12:13:21.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39312026-05-08T12:13:21.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39322026-05-08T12:13:22.020Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39332026-05-08T12:13:22.020Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39342026-05-08T12:13:22.665Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39352026-05-08T12:13:24.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.92s
39362026-05-08T12:13:24.432Z
39372026-05-08T12:13:24.432Zinfo: running `cargo check --bins` on oximeter-api (216/274)
39382026-05-08T12:13:24.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39392026-05-08T12:13:24.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39402026-05-08T12:13:24.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39412026-05-08T12:13:24.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39422026-05-08T12:13:25.033Z
39432026-05-08T12:13:25.033Zinfo: running `cargo check --bins` on cert-dev (217/274)
39442026-05-08T12:13:25.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39452026-05-08T12:13:25.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39462026-05-08T12:13:25.641Z Checking yasna v0.5.2
39472026-05-08T12:13:26.044Z Checking rcgen v0.12.1
39482026-05-08T12:13:26.289Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39492026-05-08T12:13:26.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
39502026-05-08T12:13:26.655Z
39512026-05-08T12:13:26.655Zinfo: running `cargo check --bins` on clickana (218/274)
39522026-05-08T12:13:27.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39532026-05-08T12:13:27.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39542026-05-08T12:13:27.305Z Compiling darling_core v0.23.0
39552026-05-08T12:13:27.308Z Compiling instability v0.3.11
39562026-05-08T12:13:27.415Z Checking castaway v0.2.4
39572026-05-08T12:13:27.424Z Compiling indoc v2.0.7
39582026-05-08T12:13:27.430Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39592026-05-08T12:13:27.446Z Checking unicode-truncate v1.1.0
39602026-05-08T12:13:27.449Z Checking lru v0.12.5
39612026-05-08T12:13:27.449Z Checking cassowary v0.3.0
39622026-05-08T12:13:27.510Z Checking compact_str v0.8.1
39632026-05-08T12:13:28.467Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39642026-05-08T12:13:28.649Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39652026-05-08T12:13:28.851Z Compiling darling_macro v0.23.0
39662026-05-08T12:13:29.259Z Compiling darling v0.23.0
39672026-05-08T12:13:29.869Z Checking ratatui v0.29.0
39682026-05-08T12:13:30.922Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39692026-05-08T12:13:31.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.93s
39702026-05-08T12:13:31.786Z
39712026-05-08T12:13:31.786Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (219/274)
39722026-05-08T12:13:32.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39732026-05-08T12:13:32.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39742026-05-08T12:13:32.518Z Checking headers-core v0.3.0
39752026-05-08T12:13:32.522Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39762026-05-08T12:13:32.719Z Checking headers v0.4.1
39772026-05-08T12:13:33.088Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
39782026-05-08T12:13:33.928Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39792026-05-08T12:13:34.420Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39802026-05-08T12:13:34.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.04s
39812026-05-08T12:13:35.033Z
39822026-05-08T12:13:35.033Zinfo: running `cargo check --bins` on ch-dev (220/274)
39832026-05-08T12:13:35.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39842026-05-08T12:13:35.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39852026-05-08T12:13:35.767Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
39862026-05-08T12:13:36.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
39872026-05-08T12:13:36.736Z
39882026-05-08T12:13:36.736Zinfo: running `cargo check --bins` on dev-tools-common (221/274)
39892026-05-08T12:13:37.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39902026-05-08T12:13:37.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39912026-05-08T12:13:37.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39922026-05-08T12:13:37.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
39932026-05-08T12:13:37.216Z
39942026-05-08T12:13:37.216Zinfo: running `cargo check --bins` on crdb-seed (222/274)
39952026-05-08T12:13:37.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39962026-05-08T12:13:37.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39972026-05-08T12:13:37.945Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
39982026-05-08T12:13:38.937Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
39992026-05-08T12:13:39.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.05s
40002026-05-08T12:13:39.483Z
40012026-05-08T12:13:39.483Zinfo: running `cargo check --bins` on db-dev (223/274)
40022026-05-08T12:13:40.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40032026-05-08T12:13:40.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40042026-05-08T12:13:40.215Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40052026-05-08T12:13:40.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
40062026-05-08T12:13:41.166Z
40072026-05-08T12:13:41.166Zinfo: running `cargo check --bins` on omicron-dev-lib (224/274)
40082026-05-08T12:13:41.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40092026-05-08T12:13:41.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40102026-05-08T12:13:41.714Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40112026-05-08T12:13:41.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40122026-05-08T12:13:41.809Z
40132026-05-08T12:13:41.809Zinfo: running `cargo check --bins` on xtask-downloader (225/274)
40142026-05-08T12:13:42.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40152026-05-08T12:13:42.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40162026-05-08T12:13:42.428Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40172026-05-08T12:13:43.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
40182026-05-08T12:13:43.281Z
40192026-05-08T12:13:43.281Zinfo: running `cargo check --bins` on omicron-dropshot-apis (226/274)
40202026-05-08T12:13:43.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40212026-05-08T12:13:43.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40222026-05-08T12:13:44.042Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40232026-05-08T12:13:44.042Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40242026-05-08T12:13:44.042Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
40252026-05-08T12:13:44.045Z Checking git-stub v1.0.0
40262026-05-08T12:13:44.045Z Compiling trait-variant v0.1.2
40272026-05-08T12:13:44.046Z Checking maplit v1.0.2
40282026-05-08T12:13:44.046Z Checking is_ci v1.2.0
40292026-05-08T12:13:44.172Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40302026-05-08T12:13:44.260Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40312026-05-08T12:13:44.272Z Checking supports-color v3.0.2
40322026-05-08T12:13:44.306Z Checking git-stub-vcs v0.1.0
40332026-05-08T12:13:44.396Z Checking drift v0.1.4
40342026-05-08T12:13:44.428Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40352026-05-08T12:13:44.456Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40362026-05-08T12:13:44.498Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40372026-05-08T12:13:44.624Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40382026-05-08T12:13:44.678Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
40392026-05-08T12:13:44.692Z Checking dropshot-api-manager v0.7.1
40402026-05-08T12:13:44.730Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40412026-05-08T12:13:44.907Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40422026-05-08T12:13:44.947Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40432026-05-08T12:13:45.147Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
40442026-05-08T12:13:45.408Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40452026-05-08T12:13:50.360Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40462026-05-08T12:13:51.459Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40472026-05-08T12:13:52.017Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40482026-05-08T12:13:52.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.15s
40492026-05-08T12:13:52.657Z
40502026-05-08T12:13:52.657Zinfo: running `cargo check --bins` on installinator-api (227/274)
40512026-05-08T12:13:53.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40522026-05-08T12:13:53.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40532026-05-08T12:13:53.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40542026-05-08T12:13:53.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40552026-05-08T12:13:53.267Z
40562026-05-08T12:13:53.267Zinfo: running `cargo check --bins` on nexus-external-api (228/274)
40572026-05-08T12:13:53.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40582026-05-08T12:13:53.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40592026-05-08T12:13:53.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40602026-05-08T12:13:53.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40612026-05-08T12:13:53.928Z
40622026-05-08T12:13:53.929Zinfo: running `cargo check --bins` on nexus-internal-api (229/274)
40632026-05-08T12:13:54.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40642026-05-08T12:13:54.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40652026-05-08T12:13:54.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40662026-05-08T12:13:54.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40672026-05-08T12:13:54.590Z
40682026-05-08T12:13:54.590Zinfo: running `cargo check --bins` on nexus-lockstep-api (230/274)
40692026-05-08T12:13:55.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40702026-05-08T12:13:55.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40712026-05-08T12:13:55.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40722026-05-08T12:13:55.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40732026-05-08T12:13:55.246Z
40742026-05-08T12:13:55.246Zinfo: running `cargo check --bins` on ntp-admin-api (231/274)
40752026-05-08T12:13:55.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40762026-05-08T12:13:55.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40772026-05-08T12:13:55.768Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40782026-05-08T12:13:55.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40792026-05-08T12:13:55.869Z
40802026-05-08T12:13:55.869Zinfo: running `cargo check --bins` on ntp-admin-types-versions (232/274)
40812026-05-08T12:13:56.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40822026-05-08T12:13:56.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40832026-05-08T12:13:56.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40842026-05-08T12:13:56.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40852026-05-08T12:13:56.472Z
40862026-05-08T12:13:56.472Zinfo: running `cargo check --bins` on wicketd-api (233/274)
40872026-05-08T12:13:56.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40882026-05-08T12:13:57.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40892026-05-08T12:13:57.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40902026-05-08T12:13:57.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40912026-05-08T12:13:57.100Z
40922026-05-08T12:13:57.100Zinfo: running `cargo check --bins` on omicron-ls-apis (234/274)
40932026-05-08T12:13:57.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40942026-05-08T12:13:57.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40952026-05-08T12:13:57.718Z Checking typeid v1.0.3
40962026-05-08T12:13:57.831Z Checking ordered-float v2.10.1
40972026-05-08T12:13:57.849Z Checking unicode-xid v0.2.6
40982026-05-08T12:13:57.863Z Checking cargo-platform v0.2.0
40992026-05-08T12:13:57.871Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
41002026-05-08T12:13:57.900Z Checking erased-serde v0.4.9
41012026-05-08T12:13:58.033Z Checking serde-value v0.7.0
41022026-05-08T12:13:58.207Z Checking serde-untagged v0.1.9
41032026-05-08T12:13:58.360Z Checking cargo-util-schemas v0.8.2
41042026-05-08T12:13:59.037Z Checking cargo_metadata v0.21.0
41052026-05-08T12:13:59.638Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41062026-05-08T12:14:00.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
41072026-05-08T12:14:00.520Z
41082026-05-08T12:14:00.520Zinfo: running `cargo check --bins` on mgs-dev (235/274)
41092026-05-08T12:14:01.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41102026-05-08T12:14:01.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41112026-05-08T12:14:01.267Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41122026-05-08T12:14:01.887Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41132026-05-08T12:14:02.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s
41142026-05-08T12:14:02.599Z
41152026-05-08T12:14:02.599Zinfo: running `cargo check --bins` on omicron-omdb (236/274)
41162026-05-08T12:14:03.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41172026-05-08T12:14:03.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41182026-05-08T12:14:03.469Z Compiling vergen-gitcl v1.0.8
41192026-05-08T12:14:03.469Z Compiling dirs-sys-next v0.1.2
41202026-05-08T12:14:03.469Z Compiling crunchy v0.2.4
41212026-05-08T12:14:03.469Z Compiling glob v0.3.3
41222026-05-08T12:14:03.473Z Compiling diesel_derives v2.3.7
41232026-05-08T12:14:03.473Z Compiling dsl_auto_type v0.2.0
41242026-05-08T12:14:03.473Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41252026-05-08T12:14:03.473Z Checking scheduled-thread-pool v0.2.7
41262026-05-08T12:14:03.761Z Compiling diesel_table_macro_syntax v0.3.0
41272026-05-08T12:14:03.796Z Compiling dirs-next v2.0.0
41282026-05-08T12:14:03.905Z Compiling tiny-keccak v2.0.2
41292026-05-08T12:14:03.937Z Compiling term v0.7.0
41302026-05-08T12:14:03.963Z Compiling clang-sys v1.8.1
41312026-05-08T12:14:03.976Z Checking r2d2 v0.8.10
41322026-05-08T12:14:04.044Z Compiling bit-vec v0.6.3
41332026-05-08T12:14:04.129Z Checking downcast-rs v2.0.2
41342026-05-08T12:14:04.234Z Compiling bit-set v0.5.3
41352026-05-08T12:14:04.260Z Compiling ascii-canvas v3.0.0
41362026-05-08T12:14:04.341Z Compiling itertools v0.10.5
41372026-05-08T12:14:04.392Z Compiling ena v0.14.4
41382026-05-08T12:14:04.485Z Compiling libloading v0.8.9
41392026-05-08T12:14:04.501Z Compiling diff v0.1.13
41402026-05-08T12:14:04.501Z Compiling bindgen v0.71.1
41412026-05-08T12:14:04.563Z Compiling regex-syntax v0.6.29
41422026-05-08T12:14:04.597Z Compiling cexpr v0.6.0
41432026-05-08T12:14:04.752Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41442026-05-08T12:14:04.947Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41452026-05-08T12:14:04.985Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41462026-05-08T12:14:05.106Z Compiling libxml v0.3.3
41472026-05-08T12:14:05.264Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41482026-05-08T12:14:05.359Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41492026-05-08T12:14:05.409Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41502026-05-08T12:14:05.568Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41512026-05-08T12:14:05.585Z Compiling strum_macros v0.24.3
41522026-05-08T12:14:05.600Z Compiling indoc v1.0.9
41532026-05-08T12:14:06.035Z Compiling lalrpop v0.19.12
41542026-05-08T12:14:06.628Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41552026-05-08T12:14:06.643Z Checking derive_builder v0.20.2
41562026-05-08T12:14:06.760Z Compiling oso-derive v0.27.3
41572026-05-08T12:14:06.818Z Checking quick-xml v0.37.5
41582026-05-08T12:14:06.917Z Compiling impl-trait-for-tuples v0.2.3
41592026-05-08T12:14:07.251Z Checking openssl-probe v0.1.6
41602026-05-08T12:14:07.392Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41612026-05-08T12:14:07.749Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41622026-05-08T12:14:07.944Z Checking bb8 v0.8.6
41632026-05-08T12:14:08.179Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41642026-05-08T12:14:08.231Z Compiling progenitor-impl v0.10.0
41652026-05-08T12:14:08.363Z Checking nonempty v0.12.0
41662026-05-08T12:14:08.489Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41672026-05-08T12:14:08.537Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41682026-05-08T12:14:08.707Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41692026-05-08T12:14:08.754Z Checking console v0.16.2
41702026-05-08T12:14:09.059Z Checking unit-prefix v0.5.2
41712026-05-08T12:14:09.195Z Checking indicatif v0.18.4
41722026-05-08T12:14:09.274Z Checking support-bundle-viewer v0.1.2
41732026-05-08T12:14:09.295Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
41742026-05-08T12:14:09.458Z Checking diesel v2.3.7
41752026-05-08T12:14:09.519Z Checking multimap v0.10.1
41762026-05-08T12:14:10.113Z Compiling progenitor-macro v0.10.0
41772026-05-08T12:14:11.265Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41782026-05-08T12:14:11.423Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41792026-05-08T12:14:12.022Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41802026-05-08T12:14:12.949Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41812026-05-08T12:14:13.240Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41822026-05-08T12:14:13.678Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41832026-05-08T12:14:13.904Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
41842026-05-08T12:14:14.052Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41852026-05-08T12:14:14.967Z Checking progenitor v0.10.0
41862026-05-08T12:14:15.117Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41872026-05-08T12:14:15.942Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41882026-05-08T12:14:21.979Z Compiling samael v0.0.19
41892026-05-08T12:14:26.243Z Checking diesel-dtrace v0.5.0
41902026-05-08T12:14:26.478Z Checking async-bb8-diesel v0.2.1
41912026-05-08T12:14:27.605Z Compiling polar-core v0.27.3
41922026-05-08T12:14:31.968Z Checking oso v0.27.3
41932026-05-08T12:15:07.614Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
41942026-05-08T12:15:40.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 38s
41952026-05-08T12:15:41.046Z
41962026-05-08T12:15:41.047Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (237/274)
41972026-05-08T12:15:41.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41982026-05-08T12:15:41.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41992026-05-08T12:15:41.617Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42002026-05-08T12:15:41.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42012026-05-08T12:15:41.724Z
42022026-05-08T12:15:41.724Zinfo: running `cargo check --bins` on nexus-saga-recovery (238/274)
42032026-05-08T12:15:42.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42042026-05-08T12:15:42.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42052026-05-08T12:15:42.286Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42062026-05-08T12:15:42.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42072026-05-08T12:15:42.390Z
42082026-05-08T12:15:42.390Zinfo: running `cargo check --bins` on nexus-test-utils-macros (239/274)
42092026-05-08T12:15:42.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42102026-05-08T12:15:42.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42112026-05-08T12:15:42.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42122026-05-08T12:15:42.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42132026-05-08T12:15:42.988Z
42142026-05-08T12:15:42.988Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (240/274)
42152026-05-08T12:15:43.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42162026-05-08T12:15:43.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42172026-05-08T12:15:43.861Z Compiling libz-sys v1.1.24
42182026-05-08T12:15:43.993Z Compiling libgit2-sys v0.18.3+1.9.2
42192026-05-08T12:15:44.029Z Compiling vergen-git2 v1.0.7
42202026-05-08T12:15:44.032Z Compiling rustls v0.21.12
42212026-05-08T12:15:44.032Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42222026-05-08T12:15:44.035Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42232026-05-08T12:15:44.035Z Checking rustls-webpki v0.101.7
42242026-05-08T12:15:44.035Z Checking sct v0.7.1
42252026-05-08T12:15:44.203Z Compiling nix v0.29.0
42262026-05-08T12:15:44.247Z Compiling dropshot v0.16.7
42272026-05-08T12:15:44.293Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42282026-05-08T12:15:44.332Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42292026-05-08T12:15:44.365Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42302026-05-08T12:15:44.510Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42312026-05-08T12:15:44.524Z Checking toml v0.9.12+spec-1.1.0
42322026-05-08T12:15:44.538Z Compiling dropshot_endpoint v0.16.7
42332026-05-08T12:15:44.643Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42342026-05-08T12:15:44.818Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42352026-05-08T12:15:45.027Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42362026-05-08T12:15:45.089Z Checking rustls-pemfile v1.0.4
42372026-05-08T12:15:45.227Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42382026-05-08T12:15:45.419Z Checking twox-hash v2.1.2
42392026-05-08T12:15:45.437Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42402026-05-08T12:15:45.656Z Checking tokio-rustls v0.24.1
42412026-05-08T12:15:46.165Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42422026-05-08T12:15:46.241Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42432026-05-08T12:15:46.458Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
42442026-05-08T12:15:46.923Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42452026-05-08T12:15:46.927Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42462026-05-08T12:15:47.008Z Checking fatfs v0.3.6
42472026-05-08T12:15:47.052Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42482026-05-08T12:15:47.074Z Compiling seq-macro v0.3.6
42492026-05-08T12:15:50.914Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42502026-05-08T12:15:51.037Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42512026-05-08T12:15:51.387Z Compiling git2 v0.20.4
42522026-05-08T12:15:53.595Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42532026-05-08T12:16:07.079Zerror[E0271]: expected `{async block@nexus/src/app/crucible.rs:183:20: 183:25}` to be a future that resolves to `Result<_, Error<_>>`, but it resolves to `Result<ResponseValue<Region>, Error<Error>>`
42542026-05-08T12:16:07.079Z --> nexus/src/app/crucible.rs:182:32
42552026-05-08T12:16:07.079Z |
42562026-05-08T12:16:07.079Z182 | let region = match ProgenitorOperationRetry::new(
42572026-05-08T12:16:07.079Z | ^^^^^^^^^^^^^^^^^^^^^^^^ expected `Result<ResponseValue<Region>, Error<_>>`, found `Result<ResponseValue<Region>, ...>`
42582026-05-08T12:16:07.079Z |
42592026-05-08T12:16:07.079Znote: there are multiple different versions of crate `progenitor_client` in the dependency graph
42602026-05-08T12:16:07.079Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.10.0/src/progenitor_client.rs:224:1
42612026-05-08T12:16:07.079Z |
42622026-05-08T12:16:07.079Z224 | pub enum Error<E = ()> {
42632026-05-08T12:16:07.079Z | ^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
42642026-05-08T12:16:07.080Z |
42652026-05-08T12:16:07.080Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.13.0/src/progenitor_client.rs:327:1
42662026-05-08T12:16:07.080Z |
42672026-05-08T12:16:07.080Z327 | pub enum Error<E = ()> {
42682026-05-08T12:16:07.080Z | ---------------------- this is the found type
42692026-05-08T12:16:07.080Z = help: you can use `cargo tree` to explore your dependency tree
42702026-05-08T12:16:07.080Znote: required by a bound in `ProgenitorOperationRetry`
42712026-05-08T12:16:07.080Z --> common/src/progenitor_operation_retry.rs:73:17
42722026-05-08T12:16:07.080Z |
42732026-05-08T12:16:07.080Z 69 | pub struct ProgenitorOperationRetry<
42742026-05-08T12:16:07.080Z | ------------------------ required by a bound in this struct
42752026-05-08T12:16:07.080Z...
42762026-05-08T12:16:07.080Z 73 | Fut: Future<Output = Result<T, progenitor_client010::Error<E>>>,
42772026-05-08T12:16:07.080Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `ProgenitorOperationRetry`
42782026-05-08T12:16:07.080Z
42792026-05-08T12:16:07.083Zerror[E0271]: expected `{async block@nexus/src/app/crucible.rs:183:20: 183:25}` to be a future that resolves to `Result<_, Error<_>>`, but it resolves to `Result<ResponseValue<Region>, Error<Error>>`
42802026-05-08T12:16:07.083Z --> nexus/src/app/crucible.rs:182:32
42812026-05-08T12:16:07.083Z |
42822026-05-08T12:16:07.084Z182 | let region = match ProgenitorOperationRetry::new(
42832026-05-08T12:16:07.084Z | ________________________________^
42842026-05-08T12:16:07.084Z183 | | || async { client.region_create(&region_request).await },
42852026-05-08T12:16:07.084Z184 | | || async { self.crucible_agent_gone_check(dataset_id).await },
42862026-05-08T12:16:07.084Z185 | | )
42872026-05-08T12:16:07.084Z | |_____________^ expected `Result<ResponseValue<Region>, Error<_>>`, found `Result<ResponseValue<Region>, ...>`
42882026-05-08T12:16:07.084Z |
42892026-05-08T12:16:07.084Znote: there are multiple different versions of crate `progenitor_client` in the dependency graph
42902026-05-08T12:16:07.084Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.10.0/src/progenitor_client.rs:224:1
42912026-05-08T12:16:07.084Z |
42922026-05-08T12:16:07.084Z224 | pub enum Error<E = ()> {
42932026-05-08T12:16:07.084Z | ^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
42942026-05-08T12:16:07.084Z |
42952026-05-08T12:16:07.084Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.13.0/src/progenitor_client.rs:327:1
42962026-05-08T12:16:07.084Z |
42972026-05-08T12:16:07.084Z327 | pub enum Error<E = ()> {
42982026-05-08T12:16:07.084Z | ---------------------- this is the found type
42992026-05-08T12:16:07.084Z = help: you can use `cargo tree` to explore your dependency tree
43002026-05-08T12:16:07.084Znote: required by a bound in `ProgenitorOperationRetry::<T, E, F, Fut, BF, BFut>::new`
43012026-05-08T12:16:07.084Z --> common/src/progenitor_operation_retry.rs:88:17
43022026-05-08T12:16:07.084Z |
43032026-05-08T12:16:07.084Z 88 | Fut: Future<Output = Result<T, progenitor_client010::Error<E>>>,
43042026-05-08T12:16:07.084Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `ProgenitorOperationRetry::<T, E, F, Fut, BF, BFut>::new`
43052026-05-08T12:16:07.084Z...
43062026-05-08T12:16:07.084Z 92 | pub fn new(operation: F, gone_check: BF) -> Self {
43072026-05-08T12:16:07.084Z | --- required by a bound in this associated function
43082026-05-08T12:16:07.084Z
43092026-05-08T12:16:07.138Zerror[E0599]: the method `run` exists for struct `ProgenitorOperationRetry<_, _, {closure@...}, ..., ..., ...>`, but its trait bounds were not satisfied
43102026-05-08T12:16:07.138Z --> nexus/src/app/crucible.rs:186:14
43112026-05-08T12:16:07.138Z |
43122026-05-08T12:16:07.138Z182 | let region = match ProgenitorOperationRetry::new(
43132026-05-08T12:16:07.138Z | ________________________________-
43142026-05-08T12:16:07.138Z183 | | || async { client.region_create(&region_request).await },
43152026-05-08T12:16:07.138Z184 | | || async { self.crucible_agent_gone_check(dataset_id).await },
43162026-05-08T12:16:07.138Z185 | | )
43172026-05-08T12:16:07.138Z186 | | .run(log)
43182026-05-08T12:16:07.138Z | | -^^^ method cannot be called due to unsatisfied trait bounds
43192026-05-08T12:16:07.138Z | |_____________|
43202026-05-08T12:16:07.138Z |
43212026-05-08T12:16:07.138Z |
43222026-05-08T12:16:07.138Z = note: the following trait bounds were not satisfied:
43232026-05-08T12:16:07.138Z `<{async block@nexus/src/app/crucible.rs:183:20: 183:25} as futures::Future>::Output = Result<_, crucible_pantry_client::Error<_>>`
43242026-05-08T12:16:07.138Z = note: the full name for the type has been written to '/work/oxidecomputer/omicron/target/debug/deps/omicron_nexus-9f8aa39ddece4e8f.long-type-5899329867719199035.txt'
43252026-05-08T12:16:07.138Z = note: consider using `--verbose` to print the full type name to the console
43262026-05-08T12:16:07.138Z
43272026-05-08T12:16:07.145Zerror[E0282]: type annotations needed
43282026-05-08T12:16:07.145Z --> nexus/src/app/crucible.rs:236:31
43292026-05-08T12:16:07.145Z |
43302026-05-08T12:16:07.145Z236 | let returned_region = backoff::retry_notify(
43312026-05-08T12:16:07.145Z | _______________________________^
43322026-05-08T12:16:07.145Z237 | | backoff::retry_policy_internal_service(),
43332026-05-08T12:16:07.145Z238 | | create_region,
43342026-05-08T12:16:07.145Z239 | | log_create_failure,
43352026-05-08T12:16:07.145Z240 | | )
43362026-05-08T12:16:07.145Z241 | | .await
43372026-05-08T12:16:07.146Z | |______________^ cannot infer type
43382026-05-08T12:16:07.146Z
43392026-05-08T12:16:07.153Zerror[E0271]: expected `{async block@nexus/src/app/crucible.rs:365:20: 365:25}` to be a future that resolves to `Result<_, Error<_>>`, but it resolves to `Result<ResponseValue<RunningSnapshot>, Error<Error>>`
43402026-05-08T12:16:07.153Z --> nexus/src/app/crucible.rs:364:42
43412026-05-08T12:16:07.153Z |
43422026-05-08T12:16:07.153Z364 | let running_snapshot = match ProgenitorOperationRetry::new(
43432026-05-08T12:16:07.153Z | ^^^^^^^^^^^^^^^^^^^^^^^^ expected `crucible_pantry_client::Error<_>`, found `Error<Error>`
43442026-05-08T12:16:07.153Z |
43452026-05-08T12:16:07.153Znote: there are multiple different versions of crate `progenitor_client` in the dependency graph
43462026-05-08T12:16:07.153Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.10.0/src/progenitor_client.rs:224:1
43472026-05-08T12:16:07.153Z |
43482026-05-08T12:16:07.153Z224 | pub enum Error<E = ()> {
43492026-05-08T12:16:07.153Z | ^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
43502026-05-08T12:16:07.153Z |
43512026-05-08T12:16:07.153Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.13.0/src/progenitor_client.rs:327:1
43522026-05-08T12:16:07.153Z |
43532026-05-08T12:16:07.153Z327 | pub enum Error<E = ()> {
43542026-05-08T12:16:07.153Z | ---------------------- this is the found type
43552026-05-08T12:16:07.153Z = help: you can use `cargo tree` to explore your dependency tree
43562026-05-08T12:16:07.153Znote: required by a bound in `ProgenitorOperationRetry`
43572026-05-08T12:16:07.153Z --> common/src/progenitor_operation_retry.rs:73:17
43582026-05-08T12:16:07.153Z |
43592026-05-08T12:16:07.153Z 69 | pub struct ProgenitorOperationRetry<
43602026-05-08T12:16:07.153Z | ------------------------ required by a bound in this struct
43612026-05-08T12:16:07.153Z...
43622026-05-08T12:16:07.153Z 73 | Fut: Future<Output = Result<T, progenitor_client010::Error<E>>>,
43632026-05-08T12:16:07.153Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `ProgenitorOperationRetry`
43642026-05-08T12:16:07.153Z
43652026-05-08T12:16:07.157Zerror[E0271]: expected `{async block@nexus/src/app/crucible.rs:365:20: 365:25}` to be a future that resolves to `Result<_, Error<_>>`, but it resolves to `Result<ResponseValue<RunningSnapshot>, Error<Error>>`
43662026-05-08T12:16:07.157Z --> nexus/src/app/crucible.rs:364:42
43672026-05-08T12:16:07.157Z |
43682026-05-08T12:16:07.157Z364 | let running_snapshot = match ProgenitorOperationRetry::new(
43692026-05-08T12:16:07.157Z | __________________________________________^
43702026-05-08T12:16:07.157Z365 | | || async {
43712026-05-08T12:16:07.157Z366 | | client
43722026-05-08T12:16:07.157Z367 | | .region_run_snapshot(
43732026-05-08T12:16:07.157Z... |
43742026-05-08T12:16:07.157Z373 | | || async { self.crucible_agent_gone_check(dataset_id).await },
43752026-05-08T12:16:07.157Z374 | | )
43762026-05-08T12:16:07.157Z | |_____________^ expected `crucible_pantry_client::Error<_>`, found `Error<Error>`
43772026-05-08T12:16:07.157Z |
43782026-05-08T12:16:07.157Znote: there are multiple different versions of crate `progenitor_client` in the dependency graph
43792026-05-08T12:16:07.157Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.10.0/src/progenitor_client.rs:224:1
43802026-05-08T12:16:07.157Z |
43812026-05-08T12:16:07.157Z224 | pub enum Error<E = ()> {
43822026-05-08T12:16:07.157Z | ^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
43832026-05-08T12:16:07.157Z |
43842026-05-08T12:16:07.157Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.13.0/src/progenitor_client.rs:327:1
43852026-05-08T12:16:07.157Z |
43862026-05-08T12:16:07.157Z327 | pub enum Error<E = ()> {
43872026-05-08T12:16:07.157Z | ---------------------- this is the found type
43882026-05-08T12:16:07.157Z = help: you can use `cargo tree` to explore your dependency tree
43892026-05-08T12:16:07.158Znote: required by a bound in `ProgenitorOperationRetry::<T, E, F, Fut, BF, BFut>::new`
43902026-05-08T12:16:07.158Z --> common/src/progenitor_operation_retry.rs:88:17
43912026-05-08T12:16:07.158Z |
43922026-05-08T12:16:07.158Z 88 | Fut: Future<Output = Result<T, progenitor_client010::Error<E>>>,
43932026-05-08T12:16:07.158Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `ProgenitorOperationRetry::<T, E, F, Fut, BF, BFut>::new`
43942026-05-08T12:16:07.158Z...
43952026-05-08T12:16:07.158Z 92 | pub fn new(operation: F, gone_check: BF) -> Self {
43962026-05-08T12:16:07.158Z | --- required by a bound in this associated function
43972026-05-08T12:16:07.158Z
43982026-05-08T12:16:07.167Zerror[E0599]: the method `run` exists for struct `ProgenitorOperationRetry<_, _, {closure@...}, ..., ..., ...>`, but its trait bounds were not satisfied
43992026-05-08T12:16:07.167Z --> nexus/src/app/crucible.rs:375:14
44002026-05-08T12:16:07.167Z |
44012026-05-08T12:16:07.167Z364 | let running_snapshot = match ProgenitorOperationRetry::new(
44022026-05-08T12:16:07.167Z | __________________________________________-
44032026-05-08T12:16:07.167Z365 | | || async {
44042026-05-08T12:16:07.167Z366 | | client
44052026-05-08T12:16:07.167Z367 | | .region_run_snapshot(
44062026-05-08T12:16:07.167Z... |
44072026-05-08T12:16:07.167Z375 | | .run(log)
44082026-05-08T12:16:07.168Z | | -^^^ method cannot be called due to unsatisfied trait bounds
44092026-05-08T12:16:07.168Z | |_____________|
44102026-05-08T12:16:07.168Z |
44112026-05-08T12:16:07.168Z |
44122026-05-08T12:16:07.168Z = note: the following trait bounds were not satisfied:
44132026-05-08T12:16:07.168Z `<{async block@nexus/src/app/crucible.rs:365:20: 365:25} as futures::Future>::Output = Result<_, crucible_pantry_client::Error<_>>`
44142026-05-08T12:16:07.168Z = note: the full name for the type has been written to '/work/oxidecomputer/omicron/target/debug/deps/omicron_nexus-9f8aa39ddece4e8f.long-type-12045605633527039165.txt'
44152026-05-08T12:16:07.168Z = note: consider using `--verbose` to print the full type name to the console
44162026-05-08T12:16:07.168Z
44172026-05-08T12:16:07.171Zerror[E0282]: type annotations needed
44182026-05-08T12:16:07.171Z --> nexus/src/app/crucible.rs:428:32
44192026-05-08T12:16:07.171Z |
44202026-05-08T12:16:07.171Z428 | let running_snapshot = backoff::retry_notify(
44212026-05-08T12:16:07.171Z | ________________________________^
44222026-05-08T12:16:07.171Z429 | | backoff::retry_policy_internal_service(),
44232026-05-08T12:16:07.171Z430 | | create_running_snapshot,
44242026-05-08T12:16:07.171Z431 | | log_create_failure,
44252026-05-08T12:16:07.171Z432 | | )
44262026-05-08T12:16:07.171Z433 | | .await
44272026-05-08T12:16:07.171Z | |______________^ cannot infer type
44282026-05-08T12:16:07.172Z
44292026-05-08T12:16:07.175Zerror[E0271]: expected `{async block@nexus/src/app/crucible.rs:463:16: 463:21}` to be a future that resolves to `Result<_, Error<_>>`, but it resolves to `Result<ResponseValue<Region>, Error<Error>>`
44302026-05-08T12:16:07.175Z --> nexus/src/app/crucible.rs:462:22
44312026-05-08T12:16:07.175Z |
44322026-05-08T12:16:07.175Z462 | let result = ProgenitorOperationRetry::new(
44332026-05-08T12:16:07.175Z | ^^^^^^^^^^^^^^^^^^^^^^^^ expected `Result<ResponseValue<Region>, Error<_>>`, found `Result<ResponseValue<Region>, ...>`
44342026-05-08T12:16:07.175Z |
44352026-05-08T12:16:07.175Znote: there are multiple different versions of crate `progenitor_client` in the dependency graph
44362026-05-08T12:16:07.175Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.10.0/src/progenitor_client.rs:224:1
44372026-05-08T12:16:07.175Z |
44382026-05-08T12:16:07.175Z224 | pub enum Error<E = ()> {
44392026-05-08T12:16:07.175Z | ^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
44402026-05-08T12:16:07.175Z |
44412026-05-08T12:16:07.175Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.13.0/src/progenitor_client.rs:327:1
44422026-05-08T12:16:07.175Z |
44432026-05-08T12:16:07.175Z327 | pub enum Error<E = ()> {
44442026-05-08T12:16:07.175Z | ---------------------- this is the found type
44452026-05-08T12:16:07.175Z = help: you can use `cargo tree` to explore your dependency tree
44462026-05-08T12:16:07.175Znote: required by a bound in `ProgenitorOperationRetry`
44472026-05-08T12:16:07.175Z --> common/src/progenitor_operation_retry.rs:73:17
44482026-05-08T12:16:07.175Z |
44492026-05-08T12:16:07.175Z 69 | pub struct ProgenitorOperationRetry<
44502026-05-08T12:16:07.175Z | ------------------------ required by a bound in this struct
44512026-05-08T12:16:07.175Z...
44522026-05-08T12:16:07.176Z 73 | Fut: Future<Output = Result<T, progenitor_client010::Error<E>>>,
44532026-05-08T12:16:07.176Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `ProgenitorOperationRetry`
44542026-05-08T12:16:07.176Z
44552026-05-08T12:16:07.176Zerror[E0271]: expected `{async block@nexus/src/app/crucible.rs:463:16: 463:21}` to be a future that resolves to `Result<_, Error<_>>`, but it resolves to `Result<ResponseValue<Region>, Error<Error>>`
44562026-05-08T12:16:07.176Z --> nexus/src/app/crucible.rs:462:22
44572026-05-08T12:16:07.176Z |
44582026-05-08T12:16:07.176Z462 | let result = ProgenitorOperationRetry::new(
44592026-05-08T12:16:07.176Z | ______________________^
44602026-05-08T12:16:07.176Z463 | | || async {
44612026-05-08T12:16:07.176Z464 | | client.region_get(&RegionId(region_id.to_string())).await
44622026-05-08T12:16:07.176Z465 | | },
44632026-05-08T12:16:07.176Z466 | | || async { self.crucible_agent_gone_check(dataset_id).await },
44642026-05-08T12:16:07.176Z467 | | )
44652026-05-08T12:16:07.176Z | |_________^ expected `Result<ResponseValue<Region>, Error<_>>`, found `Result<ResponseValue<Region>, ...>`
44662026-05-08T12:16:07.176Z |
44672026-05-08T12:16:07.176Znote: there are multiple different versions of crate `progenitor_client` in the dependency graph
44682026-05-08T12:16:07.176Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.10.0/src/progenitor_client.rs:224:1
44692026-05-08T12:16:07.176Z |
44702026-05-08T12:16:07.176Z224 | pub enum Error<E = ()> {
44712026-05-08T12:16:07.176Z | ^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
44722026-05-08T12:16:07.176Z |
44732026-05-08T12:16:07.176Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.13.0/src/progenitor_client.rs:327:1
44742026-05-08T12:16:07.176Z |
44752026-05-08T12:16:07.176Z327 | pub enum Error<E = ()> {
44762026-05-08T12:16:07.176Z | ---------------------- this is the found type
44772026-05-08T12:16:07.176Z = help: you can use `cargo tree` to explore your dependency tree
44782026-05-08T12:16:07.176Znote: required by a bound in `ProgenitorOperationRetry::<T, E, F, Fut, BF, BFut>::new`
44792026-05-08T12:16:07.176Z --> common/src/progenitor_operation_retry.rs:88:17
44802026-05-08T12:16:07.176Z |
44812026-05-08T12:16:07.176Z 88 | Fut: Future<Output = Result<T, progenitor_client010::Error<E>>>,
44822026-05-08T12:16:07.176Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `ProgenitorOperationRetry::<T, E, F, Fut, BF, BFut>::new`
44832026-05-08T12:16:07.176Z...
44842026-05-08T12:16:07.176Z 92 | pub fn new(operation: F, gone_check: BF) -> Self {
44852026-05-08T12:16:07.176Z | --- required by a bound in this associated function
44862026-05-08T12:16:07.176Z
44872026-05-08T12:16:07.184Zerror[E0599]: the method `run` exists for struct `ProgenitorOperationRetry<_, _, {closure@...}, ..., ..., ...>`, but its trait bounds were not satisfied
44882026-05-08T12:16:07.184Z --> nexus/src/app/crucible.rs:468:10
44892026-05-08T12:16:07.184Z |
44902026-05-08T12:16:07.184Z462 | let result = ProgenitorOperationRetry::new(
44912026-05-08T12:16:07.184Z | ______________________-
44922026-05-08T12:16:07.184Z463 | | || async {
44932026-05-08T12:16:07.184Z464 | | client.region_get(&RegionId(region_id.to_string())).await
44942026-05-08T12:16:07.184Z465 | | },
44952026-05-08T12:16:07.184Z... |
44962026-05-08T12:16:07.184Z468 | | .run(log)
44972026-05-08T12:16:07.184Z | | -^^^ method cannot be called due to unsatisfied trait bounds
44982026-05-08T12:16:07.184Z | |_________|
44992026-05-08T12:16:07.184Z |
45002026-05-08T12:16:07.185Z |
45012026-05-08T12:16:07.185Z = note: the following trait bounds were not satisfied:
45022026-05-08T12:16:07.185Z `<{async block@nexus/src/app/crucible.rs:463:16: 463:21} as futures::Future>::Output = Result<_, crucible_pantry_client::Error<_>>`
45032026-05-08T12:16:07.185Z = note: the full name for the type has been written to '/work/oxidecomputer/omicron/target/debug/deps/omicron_nexus-9f8aa39ddece4e8f.long-type-12162372363430725137.txt'
45042026-05-08T12:16:07.185Z = note: consider using `--verbose` to print the full type name to the console
45052026-05-08T12:16:07.185Z
45062026-05-08T12:16:07.189Zerror[E0282]: type annotations needed for `Result<_, _>`
45072026-05-08T12:16:07.189Z --> nexus/src/app/crucible.rs:462:13
45082026-05-08T12:16:07.189Z |
45092026-05-08T12:16:07.189Z462 | let result = ProgenitorOperationRetry::new(
45102026-05-08T12:16:07.189Z | ^^^^^^
45112026-05-08T12:16:07.189Z...
45122026-05-08T12:16:07.189Z472 | Ok(v) => Ok(Some(v.into_inner())),
45132026-05-08T12:16:07.189Z | - type must be known at this point
45142026-05-08T12:16:07.189Z |
45152026-05-08T12:16:07.189Zhelp: consider giving `result` an explicit type, where the placeholders `_` are specified
45162026-05-08T12:16:07.189Z |
45172026-05-08T12:16:07.189Z462 | let result: Result<_, E> = ProgenitorOperationRetry::new(
45182026-05-08T12:16:07.189Z | ++++++++++++++
45192026-05-08T12:16:07.189Z
45202026-05-08T12:16:07.189Zerror[E0282]: type annotations needed for `Result<{type error}, _>`
45212026-05-08T12:16:07.189Z --> nexus/src/app/crucible.rs:462:13
45222026-05-08T12:16:07.189Z |
45232026-05-08T12:16:07.189Z462 | let result = ProgenitorOperationRetry::new(
45242026-05-08T12:16:07.189Z | ^^^^^^
45252026-05-08T12:16:07.189Z...
45262026-05-08T12:16:07.189Z475 | if e.is_not_found() {
45272026-05-08T12:16:07.189Z | - type must be known at this point
45282026-05-08T12:16:07.189Z |
45292026-05-08T12:16:07.189Zhelp: consider giving `result` an explicit type, where the placeholders `_` are specified
45302026-05-08T12:16:07.189Z |
45312026-05-08T12:16:07.189Z462 | let result: Result<_, E> = ProgenitorOperationRetry::new(
45322026-05-08T12:16:07.189Z | ++++++++++++++
45332026-05-08T12:16:07.189Z
45342026-05-08T12:16:07.189Zerror[E0271]: expected `{async block@nexus/src/app/crucible.rs:508:16: 508:21}` to be a future that resolves to `Result<_, Error<_>>`, but it resolves to `Result<ResponseValue<Snapshot>, Error<Error>>`
45352026-05-08T12:16:07.189Z --> nexus/src/app/crucible.rs:507:22
45362026-05-08T12:16:07.189Z |
45372026-05-08T12:16:07.190Z507 | let result = ProgenitorOperationRetry::new(
45382026-05-08T12:16:07.190Z | ^^^^^^^^^^^^^^^^^^^^^^^^ expected `crucible_pantry_client::Error<_>`, found `Error<Error>`
45392026-05-08T12:16:07.190Z |
45402026-05-08T12:16:07.190Znote: there are multiple different versions of crate `progenitor_client` in the dependency graph
45412026-05-08T12:16:07.190Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.10.0/src/progenitor_client.rs:224:1
45422026-05-08T12:16:07.190Z |
45432026-05-08T12:16:07.190Z224 | pub enum Error<E = ()> {
45442026-05-08T12:16:07.190Z | ^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
45452026-05-08T12:16:07.190Z |
45462026-05-08T12:16:07.190Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.13.0/src/progenitor_client.rs:327:1
45472026-05-08T12:16:07.191Z |
45482026-05-08T12:16:07.191Z327 | pub enum Error<E = ()> {
45492026-05-08T12:16:07.191Z | ---------------------- this is the found type
45502026-05-08T12:16:07.191Z = help: you can use `cargo tree` to explore your dependency tree
45512026-05-08T12:16:07.191Znote: required by a bound in `ProgenitorOperationRetry`
45522026-05-08T12:16:07.191Z --> common/src/progenitor_operation_retry.rs:73:17
45532026-05-08T12:16:07.191Z |
45542026-05-08T12:16:07.191Z 69 | pub struct ProgenitorOperationRetry<
45552026-05-08T12:16:07.191Z | ------------------------ required by a bound in this struct
45562026-05-08T12:16:07.191Z...
45572026-05-08T12:16:07.191Z 73 | Fut: Future<Output = Result<T, progenitor_client010::Error<E>>>,
45582026-05-08T12:16:07.191Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `ProgenitorOperationRetry`
45592026-05-08T12:16:07.191Z
45602026-05-08T12:16:07.191Zerror[E0271]: expected `{async block@nexus/src/app/crucible.rs:508:16: 508:21}` to be a future that resolves to `Result<_, Error<_>>`, but it resolves to `Result<ResponseValue<Snapshot>, Error<Error>>`
45612026-05-08T12:16:07.191Z --> nexus/src/app/crucible.rs:507:22
45622026-05-08T12:16:07.191Z |
45632026-05-08T12:16:07.191Z507 | let result = ProgenitorOperationRetry::new(
45642026-05-08T12:16:07.191Z | ______________________^
45652026-05-08T12:16:07.191Z508 | | || async {
45662026-05-08T12:16:07.191Z509 | | client
45672026-05-08T12:16:07.191Z510 | | .region_get_snapshot(
45682026-05-08T12:16:07.191Z... |
45692026-05-08T12:16:07.191Z516 | | || async { self.crucible_agent_gone_check(dataset_id).await },
45702026-05-08T12:16:07.191Z517 | | )
45712026-05-08T12:16:07.191Z | |_________^ expected `crucible_pantry_client::Error<_>`, found `Error<Error>`
45722026-05-08T12:16:07.191Z |
45732026-05-08T12:16:07.191Znote: there are multiple different versions of crate `progenitor_client` in the dependency graph
45742026-05-08T12:16:07.191Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.10.0/src/progenitor_client.rs:224:1
45752026-05-08T12:16:07.191Z |
45762026-05-08T12:16:07.191Z224 | pub enum Error<E = ()> {
45772026-05-08T12:16:07.191Z | ^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
45782026-05-08T12:16:07.191Z |
45792026-05-08T12:16:07.191Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.13.0/src/progenitor_client.rs:327:1
45802026-05-08T12:16:07.191Z |
45812026-05-08T12:16:07.191Z327 | pub enum Error<E = ()> {
45822026-05-08T12:16:07.191Z | ---------------------- this is the found type
45832026-05-08T12:16:07.191Z = help: you can use `cargo tree` to explore your dependency tree
45842026-05-08T12:16:07.191Znote: required by a bound in `ProgenitorOperationRetry::<T, E, F, Fut, BF, BFut>::new`
45852026-05-08T12:16:07.191Z --> common/src/progenitor_operation_retry.rs:88:17
45862026-05-08T12:16:07.192Z |
45872026-05-08T12:16:07.192Z 88 | Fut: Future<Output = Result<T, progenitor_client010::Error<E>>>,
45882026-05-08T12:16:07.192Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `ProgenitorOperationRetry::<T, E, F, Fut, BF, BFut>::new`
45892026-05-08T12:16:07.192Z...
45902026-05-08T12:16:07.192Z 92 | pub fn new(operation: F, gone_check: BF) -> Self {
45912026-05-08T12:16:07.192Z | --- required by a bound in this associated function
45922026-05-08T12:16:07.192Z
45932026-05-08T12:16:07.197Zerror[E0599]: the method `run` exists for struct `ProgenitorOperationRetry<_, _, {closure@...}, ..., ..., ...>`, but its trait bounds were not satisfied
45942026-05-08T12:16:07.197Z --> nexus/src/app/crucible.rs:518:10
45952026-05-08T12:16:07.197Z |
45962026-05-08T12:16:07.197Z507 | let result = ProgenitorOperationRetry::new(
45972026-05-08T12:16:07.197Z | ______________________-
45982026-05-08T12:16:07.197Z508 | | || async {
45992026-05-08T12:16:07.197Z509 | | client
46002026-05-08T12:16:07.197Z510 | | .region_get_snapshot(
46012026-05-08T12:16:07.197Z... |
46022026-05-08T12:16:07.197Z518 | | .run(log)
46032026-05-08T12:16:07.197Z | | -^^^ method cannot be called due to unsatisfied trait bounds
46042026-05-08T12:16:07.197Z | |_________|
46052026-05-08T12:16:07.197Z |
46062026-05-08T12:16:07.197Z |
46072026-05-08T12:16:07.197Z = note: the following trait bounds were not satisfied:
46082026-05-08T12:16:07.197Z `<{async block@nexus/src/app/crucible.rs:508:16: 508:21} as futures::Future>::Output = Result<_, crucible_pantry_client::Error<_>>`
46092026-05-08T12:16:07.197Z = note: the full name for the type has been written to '/work/oxidecomputer/omicron/target/debug/deps/omicron_nexus-9f8aa39ddece4e8f.long-type-2327931593398489455.txt'
46102026-05-08T12:16:07.197Z = note: consider using `--verbose` to print the full type name to the console
46112026-05-08T12:16:07.197Z
46122026-05-08T12:16:07.201Zerror[E0282]: type annotations needed for `Result<_, _>`
46132026-05-08T12:16:07.201Z --> nexus/src/app/crucible.rs:507:13
46142026-05-08T12:16:07.201Z |
46152026-05-08T12:16:07.201Z507 | let result = ProgenitorOperationRetry::new(
46162026-05-08T12:16:07.201Z | ^^^^^^
46172026-05-08T12:16:07.201Z...
46182026-05-08T12:16:07.201Z522 | Ok(v) => Ok(Some(v.into_inner())),
46192026-05-08T12:16:07.201Z | - type must be known at this point
46202026-05-08T12:16:07.201Z |
46212026-05-08T12:16:07.201Zhelp: consider giving `result` an explicit type, where the placeholders `_` are specified
46222026-05-08T12:16:07.201Z |
46232026-05-08T12:16:07.201Z507 | let result: Result<_, E> = ProgenitorOperationRetry::new(
46242026-05-08T12:16:07.201Z | ++++++++++++++
46252026-05-08T12:16:07.201Z
46262026-05-08T12:16:07.201Zerror[E0282]: type annotations needed for `Result<{type error}, _>`
46272026-05-08T12:16:07.201Z --> nexus/src/app/crucible.rs:507:13
46282026-05-08T12:16:07.201Z |
46292026-05-08T12:16:07.201Z507 | let result = ProgenitorOperationRetry::new(
46302026-05-08T12:16:07.201Z | ^^^^^^
46312026-05-08T12:16:07.202Z...
46322026-05-08T12:16:07.202Z525 | if e.is_not_found() {
46332026-05-08T12:16:07.202Z | - type must be known at this point
46342026-05-08T12:16:07.202Z |
46352026-05-08T12:16:07.202Zhelp: consider giving `result` an explicit type, where the placeholders `_` are specified
46362026-05-08T12:16:07.202Z |
46372026-05-08T12:16:07.202Z507 | let result: Result<_, E> = ProgenitorOperationRetry::new(
46382026-05-08T12:16:07.202Z | ++++++++++++++
46392026-05-08T12:16:07.202Z
46402026-05-08T12:16:07.202Zerror[E0271]: expected `{async block@nexus/src/app/crucible.rs:556:16: 556:21}` to be a future that resolves to `Result<_, Error<_>>`, but it resolves to `Result<ResponseValue<GetSnapshotResponse>, Error<Error>>`
46412026-05-08T12:16:07.202Z --> nexus/src/app/crucible.rs:555:22
46422026-05-08T12:16:07.202Z |
46432026-05-08T12:16:07.202Z555 | let result = ProgenitorOperationRetry::new(
46442026-05-08T12:16:07.202Z | ^^^^^^^^^^^^^^^^^^^^^^^^ expected `crucible_pantry_client::Error<_>`, found `Error<Error>`
46452026-05-08T12:16:07.203Z |
46462026-05-08T12:16:07.203Znote: there are multiple different versions of crate `progenitor_client` in the dependency graph
46472026-05-08T12:16:07.203Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.10.0/src/progenitor_client.rs:224:1
46482026-05-08T12:16:07.203Z |
46492026-05-08T12:16:07.203Z224 | pub enum Error<E = ()> {
46502026-05-08T12:16:07.203Z | ^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
46512026-05-08T12:16:07.203Z |
46522026-05-08T12:16:07.203Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.13.0/src/progenitor_client.rs:327:1
46532026-05-08T12:16:07.203Z |
46542026-05-08T12:16:07.203Z327 | pub enum Error<E = ()> {
46552026-05-08T12:16:07.203Z | ---------------------- this is the found type
46562026-05-08T12:16:07.203Z = help: you can use `cargo tree` to explore your dependency tree
46572026-05-08T12:16:07.203Znote: required by a bound in `ProgenitorOperationRetry`
46582026-05-08T12:16:07.203Z --> common/src/progenitor_operation_retry.rs:73:17
46592026-05-08T12:16:07.203Z |
46602026-05-08T12:16:07.203Z 69 | pub struct ProgenitorOperationRetry<
46612026-05-08T12:16:07.203Z | ------------------------ required by a bound in this struct
46622026-05-08T12:16:07.203Z...
46632026-05-08T12:16:07.203Z 73 | Fut: Future<Output = Result<T, progenitor_client010::Error<E>>>,
46642026-05-08T12:16:07.203Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `ProgenitorOperationRetry`
46652026-05-08T12:16:07.203Z
46662026-05-08T12:16:07.203Zerror[E0271]: expected `{async block@nexus/src/app/crucible.rs:556:16: 556:21}` to be a future that resolves to `Result<_, Error<_>>`, but it resolves to `Result<ResponseValue<GetSnapshotResponse>, Error<Error>>`
46672026-05-08T12:16:07.203Z --> nexus/src/app/crucible.rs:555:22
46682026-05-08T12:16:07.203Z |
46692026-05-08T12:16:07.203Z555 | let result = ProgenitorOperationRetry::new(
46702026-05-08T12:16:07.203Z | ______________________^
46712026-05-08T12:16:07.203Z556 | | || async {
46722026-05-08T12:16:07.203Z557 | | client
46732026-05-08T12:16:07.203Z558 | | .region_get_snapshots(&RegionId(region_id.to_string()))
46742026-05-08T12:16:07.203Z... |
46752026-05-08T12:16:07.203Z561 | | || async { self.crucible_agent_gone_check(dataset_id).await },
46762026-05-08T12:16:07.203Z562 | | )
46772026-05-08T12:16:07.203Z | |_________^ expected `crucible_pantry_client::Error<_>`, found `Error<Error>`
46782026-05-08T12:16:07.203Z |
46792026-05-08T12:16:07.203Znote: there are multiple different versions of crate `progenitor_client` in the dependency graph
46802026-05-08T12:16:07.203Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.10.0/src/progenitor_client.rs:224:1
46812026-05-08T12:16:07.203Z |
46822026-05-08T12:16:07.203Z224 | pub enum Error<E = ()> {
46832026-05-08T12:16:07.204Z | ^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
46842026-05-08T12:16:07.204Z |
46852026-05-08T12:16:07.204Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.13.0/src/progenitor_client.rs:327:1
46862026-05-08T12:16:07.204Z |
46872026-05-08T12:16:07.204Z327 | pub enum Error<E = ()> {
46882026-05-08T12:16:07.204Z | ---------------------- this is the found type
46892026-05-08T12:16:07.204Z = help: you can use `cargo tree` to explore your dependency tree
46902026-05-08T12:16:07.204Znote: required by a bound in `ProgenitorOperationRetry::<T, E, F, Fut, BF, BFut>::new`
46912026-05-08T12:16:07.204Z --> common/src/progenitor_operation_retry.rs:88:17
46922026-05-08T12:16:07.204Z |
46932026-05-08T12:16:07.204Z 88 | Fut: Future<Output = Result<T, progenitor_client010::Error<E>>>,
46942026-05-08T12:16:07.204Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `ProgenitorOperationRetry::<T, E, F, Fut, BF, BFut>::new`
46952026-05-08T12:16:07.204Z...
46962026-05-08T12:16:07.204Z 92 | pub fn new(operation: F, gone_check: BF) -> Self {
46972026-05-08T12:16:07.204Z | --- required by a bound in this associated function
46982026-05-08T12:16:07.204Z
46992026-05-08T12:16:07.209Zerror[E0599]: the method `run` exists for struct `ProgenitorOperationRetry<_, _, {closure@...}, ..., ..., ...>`, but its trait bounds were not satisfied
47002026-05-08T12:16:07.209Z --> nexus/src/app/crucible.rs:563:10
47012026-05-08T12:16:07.209Z |
47022026-05-08T12:16:07.209Z555 | let result = ProgenitorOperationRetry::new(
47032026-05-08T12:16:07.209Z | ______________________-
47042026-05-08T12:16:07.209Z556 | | || async {
47052026-05-08T12:16:07.209Z557 | | client
47062026-05-08T12:16:07.209Z558 | | .region_get_snapshots(&RegionId(region_id.to_string()))
47072026-05-08T12:16:07.209Z... |
47082026-05-08T12:16:07.209Z563 | | .run(log)
47092026-05-08T12:16:07.209Z | | -^^^ method cannot be called due to unsatisfied trait bounds
47102026-05-08T12:16:07.209Z | |_________|
47112026-05-08T12:16:07.209Z |
47122026-05-08T12:16:07.209Z |
47132026-05-08T12:16:07.210Z = note: the following trait bounds were not satisfied:
47142026-05-08T12:16:07.210Z `<{async block@nexus/src/app/crucible.rs:556:16: 556:21} as futures::Future>::Output = Result<_, crucible_pantry_client::Error<_>>`
47152026-05-08T12:16:07.210Z = note: the full name for the type has been written to '/work/oxidecomputer/omicron/target/debug/deps/omicron_nexus-9f8aa39ddece4e8f.long-type-4321457555509657598.txt'
47162026-05-08T12:16:07.210Z = note: consider using `--verbose` to print the full type name to the console
47172026-05-08T12:16:07.210Z
47182026-05-08T12:16:07.213Zerror[E0282]: type annotations needed for `Result<_, _>`
47192026-05-08T12:16:07.213Z --> nexus/src/app/crucible.rs:555:13
47202026-05-08T12:16:07.213Z |
47212026-05-08T12:16:07.213Z555 | let result = ProgenitorOperationRetry::new(
47222026-05-08T12:16:07.213Z | ^^^^^^
47232026-05-08T12:16:07.213Z...
47242026-05-08T12:16:07.213Z567 | Ok(v) => Ok(v.into_inner()),
47252026-05-08T12:16:07.213Z | - type must be known at this point
47262026-05-08T12:16:07.213Z |
47272026-05-08T12:16:07.213Zhelp: consider giving `result` an explicit type, where the placeholders `_` are specified
47282026-05-08T12:16:07.213Z |
47292026-05-08T12:16:07.213Z555 | let result: Result<_, E> = ProgenitorOperationRetry::new(
47302026-05-08T12:16:07.213Z | ++++++++++++++
47312026-05-08T12:16:07.213Z
47322026-05-08T12:16:07.213Zerror[E0271]: expected `{async block@nexus/src/app/crucible.rs:596:16: 596:21}` to be a future that resolves to `Result<_, Error<_>>`, but it resolves to `Result<ResponseValue<()>, Error<Error>>`
47332026-05-08T12:16:07.213Z --> nexus/src/app/crucible.rs:595:22
47342026-05-08T12:16:07.214Z |
47352026-05-08T12:16:07.214Z595 | let result = ProgenitorOperationRetry::new(
47362026-05-08T12:16:07.214Z | ^^^^^^^^^^^^^^^^^^^^^^^^ expected `Result<ResponseValue<()>, Error<_>>`, found `Result<ResponseValue<()>, Error<Error>>`
47372026-05-08T12:16:07.214Z |
47382026-05-08T12:16:07.214Znote: there are multiple different versions of crate `progenitor_client` in the dependency graph
47392026-05-08T12:16:07.214Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.10.0/src/progenitor_client.rs:224:1
47402026-05-08T12:16:07.214Z |
47412026-05-08T12:16:07.214Z224 | pub enum Error<E = ()> {
47422026-05-08T12:16:07.214Z | ^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
47432026-05-08T12:16:07.214Z |
47442026-05-08T12:16:07.214Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.13.0/src/progenitor_client.rs:327:1
47452026-05-08T12:16:07.214Z |
47462026-05-08T12:16:07.214Z327 | pub enum Error<E = ()> {
47472026-05-08T12:16:07.214Z | ---------------------- this is the found type
47482026-05-08T12:16:07.214Z = help: you can use `cargo tree` to explore your dependency tree
47492026-05-08T12:16:07.215Znote: required by a bound in `ProgenitorOperationRetry`
47502026-05-08T12:16:07.215Z --> common/src/progenitor_operation_retry.rs:73:17
47512026-05-08T12:16:07.215Z |
47522026-05-08T12:16:07.215Z 69 | pub struct ProgenitorOperationRetry<
47532026-05-08T12:16:07.215Z | ------------------------ required by a bound in this struct
47542026-05-08T12:16:07.215Z...
47552026-05-08T12:16:07.215Z 73 | Fut: Future<Output = Result<T, progenitor_client010::Error<E>>>,
47562026-05-08T12:16:07.215Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `ProgenitorOperationRetry`
47572026-05-08T12:16:07.215Z
47582026-05-08T12:16:07.215Zerror[E0271]: expected `{async block@nexus/src/app/crucible.rs:596:16: 596:21}` to be a future that resolves to `Result<_, Error<_>>`, but it resolves to `Result<ResponseValue<()>, Error<Error>>`
47592026-05-08T12:16:07.215Z --> nexus/src/app/crucible.rs:595:22
47602026-05-08T12:16:07.215Z |
47612026-05-08T12:16:07.215Z595 | let result = ProgenitorOperationRetry::new(
47622026-05-08T12:16:07.215Z | ______________________^
47632026-05-08T12:16:07.215Z596 | | || async {
47642026-05-08T12:16:07.215Z597 | | client.region_delete(&RegionId(region_id.to_string())).await
47652026-05-08T12:16:07.215Z598 | | },
47662026-05-08T12:16:07.215Z599 | | || async { self.crucible_agent_gone_check(dataset_id).await },
47672026-05-08T12:16:07.215Z600 | | )
47682026-05-08T12:16:07.215Z | |_________^ expected `Result<ResponseValue<()>, Error<_>>`, found `Result<ResponseValue<()>, Error<Error>>`
47692026-05-08T12:16:07.215Z |
47702026-05-08T12:16:07.215Znote: there are multiple different versions of crate `progenitor_client` in the dependency graph
47712026-05-08T12:16:07.215Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.10.0/src/progenitor_client.rs:224:1
47722026-05-08T12:16:07.215Z |
47732026-05-08T12:16:07.215Z224 | pub enum Error<E = ()> {
47742026-05-08T12:16:07.215Z | ^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
47752026-05-08T12:16:07.215Z |
47762026-05-08T12:16:07.215Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.13.0/src/progenitor_client.rs:327:1
47772026-05-08T12:16:07.215Z |
47782026-05-08T12:16:07.215Z327 | pub enum Error<E = ()> {
47792026-05-08T12:16:07.215Z | ---------------------- this is the found type
47802026-05-08T12:16:07.215Z = help: you can use `cargo tree` to explore your dependency tree
47812026-05-08T12:16:07.215Znote: required by a bound in `ProgenitorOperationRetry::<T, E, F, Fut, BF, BFut>::new`
47822026-05-08T12:16:07.215Z --> common/src/progenitor_operation_retry.rs:88:17
47832026-05-08T12:16:07.215Z |
47842026-05-08T12:16:07.215Z 88 | Fut: Future<Output = Result<T, progenitor_client010::Error<E>>>,
47852026-05-08T12:16:07.215Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `ProgenitorOperationRetry::<T, E, F, Fut, BF, BFut>::new`
47862026-05-08T12:16:07.215Z...
47872026-05-08T12:16:07.215Z 92 | pub fn new(operation: F, gone_check: BF) -> Self {
47882026-05-08T12:16:07.215Z | --- required by a bound in this associated function
47892026-05-08T12:16:07.216Z
47902026-05-08T12:16:07.221Zerror[E0599]: the method `run` exists for struct `ProgenitorOperationRetry<_, _, {closure@...}, ..., ..., ...>`, but its trait bounds were not satisfied
47912026-05-08T12:16:07.221Z --> nexus/src/app/crucible.rs:601:10
47922026-05-08T12:16:07.221Z |
47932026-05-08T12:16:07.221Z595 | let result = ProgenitorOperationRetry::new(
47942026-05-08T12:16:07.221Z | ______________________-
47952026-05-08T12:16:07.221Z596 | | || async {
47962026-05-08T12:16:07.221Z597 | | client.region_delete(&RegionId(region_id.to_string())).await
47972026-05-08T12:16:07.221Z598 | | },
47982026-05-08T12:16:07.221Z... |
47992026-05-08T12:16:07.221Z601 | | .run(log)
48002026-05-08T12:16:07.221Z | | -^^^ method cannot be called due to unsatisfied trait bounds
48012026-05-08T12:16:07.221Z | |_________|
48022026-05-08T12:16:07.221Z |
48032026-05-08T12:16:07.221Z |
48042026-05-08T12:16:07.221Z = note: the following trait bounds were not satisfied:
48052026-05-08T12:16:07.221Z `<{async block@nexus/src/app/crucible.rs:596:16: 596:21} as futures::Future>::Output = Result<_, crucible_pantry_client::Error<_>>`
48062026-05-08T12:16:07.221Z = note: the full name for the type has been written to '/work/oxidecomputer/omicron/target/debug/deps/omicron_nexus-9f8aa39ddece4e8f.long-type-7325943999768927569.txt'
48072026-05-08T12:16:07.221Z = note: consider using `--verbose` to print the full type name to the console
48082026-05-08T12:16:07.221Z
48092026-05-08T12:16:07.225Zerror[E0282]: type annotations needed for `Result<_, _>`
48102026-05-08T12:16:07.225Z --> nexus/src/app/crucible.rs:595:13
48112026-05-08T12:16:07.225Z |
48122026-05-08T12:16:07.225Z595 | let result = ProgenitorOperationRetry::new(
48132026-05-08T12:16:07.225Z | ^^^^^^
48142026-05-08T12:16:07.225Z...
48152026-05-08T12:16:07.225Z608 | if e.is_gone() {
48162026-05-08T12:16:07.225Z | - type must be known at this point
48172026-05-08T12:16:07.225Z |
48182026-05-08T12:16:07.225Zhelp: consider giving `result` an explicit type, where the placeholders `_` are specified
48192026-05-08T12:16:07.225Z |
48202026-05-08T12:16:07.225Z595 | let result: Result<T, E> = ProgenitorOperationRetry::new(
48212026-05-08T12:16:07.225Z | ++++++++++++++
48222026-05-08T12:16:07.225Z
48232026-05-08T12:16:07.225Zerror[E0271]: expected `{async block@nexus/src/app/crucible.rs:639:16: 639:21}` to be a future that resolves to `Result<_, Error<_>>`, but it resolves to `Result<ResponseValue<()>, Error<Error>>`
48242026-05-08T12:16:07.225Z --> nexus/src/app/crucible.rs:638:22
48252026-05-08T12:16:07.225Z |
48262026-05-08T12:16:07.225Z638 | let result = ProgenitorOperationRetry::new(
48272026-05-08T12:16:07.225Z | ^^^^^^^^^^^^^^^^^^^^^^^^ expected `Result<ResponseValue<()>, Error<_>>`, found `Result<ResponseValue<()>, Error<Error>>`
48282026-05-08T12:16:07.225Z |
48292026-05-08T12:16:07.225Znote: there are multiple different versions of crate `progenitor_client` in the dependency graph
48302026-05-08T12:16:07.225Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.10.0/src/progenitor_client.rs:224:1
48312026-05-08T12:16:07.225Z |
48322026-05-08T12:16:07.225Z224 | pub enum Error<E = ()> {
48332026-05-08T12:16:07.226Z | ^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
48342026-05-08T12:16:07.226Z |
48352026-05-08T12:16:07.226Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.13.0/src/progenitor_client.rs:327:1
48362026-05-08T12:16:07.226Z |
48372026-05-08T12:16:07.226Z327 | pub enum Error<E = ()> {
48382026-05-08T12:16:07.226Z | ---------------------- this is the found type
48392026-05-08T12:16:07.226Z = help: you can use `cargo tree` to explore your dependency tree
48402026-05-08T12:16:07.226Znote: required by a bound in `ProgenitorOperationRetry`
48412026-05-08T12:16:07.226Z --> common/src/progenitor_operation_retry.rs:73:17
48422026-05-08T12:16:07.226Z |
48432026-05-08T12:16:07.226Z 69 | pub struct ProgenitorOperationRetry<
48442026-05-08T12:16:07.226Z | ------------------------ required by a bound in this struct
48452026-05-08T12:16:07.226Z...
48462026-05-08T12:16:07.226Z 73 | Fut: Future<Output = Result<T, progenitor_client010::Error<E>>>,
48472026-05-08T12:16:07.226Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `ProgenitorOperationRetry`
48482026-05-08T12:16:07.226Z
48492026-05-08T12:16:07.226Zerror[E0271]: expected `{async block@nexus/src/app/crucible.rs:639:16: 639:21}` to be a future that resolves to `Result<_, Error<_>>`, but it resolves to `Result<ResponseValue<()>, Error<Error>>`
48502026-05-08T12:16:07.226Z --> nexus/src/app/crucible.rs:638:22
48512026-05-08T12:16:07.226Z |
48522026-05-08T12:16:07.226Z638 | let result = ProgenitorOperationRetry::new(
48532026-05-08T12:16:07.226Z | ______________________^
48542026-05-08T12:16:07.226Z639 | | || async {
48552026-05-08T12:16:07.226Z640 | | client
48562026-05-08T12:16:07.226Z641 | | .region_delete_running_snapshot(
48572026-05-08T12:16:07.226Z... |
48582026-05-08T12:16:07.226Z647 | | || async { self.crucible_agent_gone_check(dataset_id).await },
48592026-05-08T12:16:07.226Z648 | | )
48602026-05-08T12:16:07.226Z | |_________^ expected `Result<ResponseValue<()>, Error<_>>`, found `Result<ResponseValue<()>, Error<Error>>`
48612026-05-08T12:16:07.226Z |
48622026-05-08T12:16:07.226Znote: there are multiple different versions of crate `progenitor_client` in the dependency graph
48632026-05-08T12:16:07.226Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.10.0/src/progenitor_client.rs:224:1
48642026-05-08T12:16:07.226Z |
48652026-05-08T12:16:07.226Z224 | pub enum Error<E = ()> {
48662026-05-08T12:16:07.226Z | ^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
48672026-05-08T12:16:07.226Z |
48682026-05-08T12:16:07.226Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.13.0/src/progenitor_client.rs:327:1
48692026-05-08T12:16:07.226Z |
48702026-05-08T12:16:07.226Z327 | pub enum Error<E = ()> {
48712026-05-08T12:16:07.226Z | ---------------------- this is the found type
48722026-05-08T12:16:07.226Z = help: you can use `cargo tree` to explore your dependency tree
48732026-05-08T12:16:07.227Znote: required by a bound in `ProgenitorOperationRetry::<T, E, F, Fut, BF, BFut>::new`
48742026-05-08T12:16:07.227Z --> common/src/progenitor_operation_retry.rs:88:17
48752026-05-08T12:16:07.227Z |
48762026-05-08T12:16:07.227Z 88 | Fut: Future<Output = Result<T, progenitor_client010::Error<E>>>,
48772026-05-08T12:16:07.227Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `ProgenitorOperationRetry::<T, E, F, Fut, BF, BFut>::new`
48782026-05-08T12:16:07.227Z...
48792026-05-08T12:16:07.227Z 92 | pub fn new(operation: F, gone_check: BF) -> Self {
48802026-05-08T12:16:07.227Z | --- required by a bound in this associated function
48812026-05-08T12:16:07.227Z
48822026-05-08T12:16:07.233Zerror[E0599]: the method `run` exists for struct `ProgenitorOperationRetry<_, _, {closure@...}, ..., ..., ...>`, but its trait bounds were not satisfied
48832026-05-08T12:16:07.233Z --> nexus/src/app/crucible.rs:649:10
48842026-05-08T12:16:07.233Z |
48852026-05-08T12:16:07.233Z638 | let result = ProgenitorOperationRetry::new(
48862026-05-08T12:16:07.233Z | ______________________-
48872026-05-08T12:16:07.233Z639 | | || async {
48882026-05-08T12:16:07.233Z640 | | client
48892026-05-08T12:16:07.233Z641 | | .region_delete_running_snapshot(
48902026-05-08T12:16:07.233Z... |
48912026-05-08T12:16:07.233Z649 | | .run(log)
48922026-05-08T12:16:07.233Z | | -^^^ method cannot be called due to unsatisfied trait bounds
48932026-05-08T12:16:07.233Z | |_________|
48942026-05-08T12:16:07.233Z |
48952026-05-08T12:16:07.233Z |
48962026-05-08T12:16:07.233Z = note: the following trait bounds were not satisfied:
48972026-05-08T12:16:07.233Z `<{async block@nexus/src/app/crucible.rs:639:16: 639:21} as futures::Future>::Output = Result<_, crucible_pantry_client::Error<_>>`
48982026-05-08T12:16:07.233Z = note: the full name for the type has been written to '/work/oxidecomputer/omicron/target/debug/deps/omicron_nexus-9f8aa39ddece4e8f.long-type-18394130892298923538.txt'
48992026-05-08T12:16:07.233Z = note: consider using `--verbose` to print the full type name to the console
49002026-05-08T12:16:07.233Z
49012026-05-08T12:16:07.237Zerror[E0282]: type annotations needed for `Result<_, _>`
49022026-05-08T12:16:07.237Z --> nexus/src/app/crucible.rs:638:13
49032026-05-08T12:16:07.237Z |
49042026-05-08T12:16:07.237Z638 | let result = ProgenitorOperationRetry::new(
49052026-05-08T12:16:07.237Z | ^^^^^^
49062026-05-08T12:16:07.237Z...
49072026-05-08T12:16:07.237Z656 | if e.is_gone() {
49082026-05-08T12:16:07.237Z | - type must be known at this point
49092026-05-08T12:16:07.237Z |
49102026-05-08T12:16:07.237Zhelp: consider giving `result` an explicit type, where the placeholders `_` are specified
49112026-05-08T12:16:07.237Z |
49122026-05-08T12:16:07.237Z638 | let result: Result<T, E> = ProgenitorOperationRetry::new(
49132026-05-08T12:16:07.237Z | ++++++++++++++
49142026-05-08T12:16:07.238Z
49152026-05-08T12:16:07.238Zerror[E0271]: expected `{async block@nexus/src/app/crucible.rs:688:16: 688:21}` to be a future that resolves to `Result<_, Error<_>>`, but it resolves to `Result<ResponseValue<()>, Error<Error>>`
49162026-05-08T12:16:07.238Z --> nexus/src/app/crucible.rs:687:22
49172026-05-08T12:16:07.238Z |
49182026-05-08T12:16:07.238Z687 | let result = ProgenitorOperationRetry::new(
49192026-05-08T12:16:07.238Z | ^^^^^^^^^^^^^^^^^^^^^^^^ expected `Result<ResponseValue<()>, Error<_>>`, found `Result<ResponseValue<()>, Error<Error>>`
49202026-05-08T12:16:07.238Z |
49212026-05-08T12:16:07.238Znote: there are multiple different versions of crate `progenitor_client` in the dependency graph
49222026-05-08T12:16:07.238Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.10.0/src/progenitor_client.rs:224:1
49232026-05-08T12:16:07.238Z |
49242026-05-08T12:16:07.238Z224 | pub enum Error<E = ()> {
49252026-05-08T12:16:07.238Z | ^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
49262026-05-08T12:16:07.238Z |
49272026-05-08T12:16:07.238Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.13.0/src/progenitor_client.rs:327:1
49282026-05-08T12:16:07.238Z |
49292026-05-08T12:16:07.238Z327 | pub enum Error<E = ()> {
49302026-05-08T12:16:07.238Z | ---------------------- this is the found type
49312026-05-08T12:16:07.238Z = help: you can use `cargo tree` to explore your dependency tree
49322026-05-08T12:16:07.238Znote: required by a bound in `ProgenitorOperationRetry`
49332026-05-08T12:16:07.238Z --> common/src/progenitor_operation_retry.rs:73:17
49342026-05-08T12:16:07.238Z |
49352026-05-08T12:16:07.238Z 69 | pub struct ProgenitorOperationRetry<
49362026-05-08T12:16:07.238Z | ------------------------ required by a bound in this struct
49372026-05-08T12:16:07.238Z...
49382026-05-08T12:16:07.238Z 73 | Fut: Future<Output = Result<T, progenitor_client010::Error<E>>>,
49392026-05-08T12:16:07.238Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `ProgenitorOperationRetry`
49402026-05-08T12:16:07.238Z
49412026-05-08T12:16:07.238Zerror[E0271]: expected `{async block@nexus/src/app/crucible.rs:688:16: 688:21}` to be a future that resolves to `Result<_, Error<_>>`, but it resolves to `Result<ResponseValue<()>, Error<Error>>`
49422026-05-08T12:16:07.238Z --> nexus/src/app/crucible.rs:687:22
49432026-05-08T12:16:07.238Z |
49442026-05-08T12:16:07.238Z687 | let result = ProgenitorOperationRetry::new(
49452026-05-08T12:16:07.238Z | ______________________^
49462026-05-08T12:16:07.238Z688 | | || async {
49472026-05-08T12:16:07.238Z689 | | client
49482026-05-08T12:16:07.238Z690 | | .region_delete_snapshot(
49492026-05-08T12:16:07.238Z... |
49502026-05-08T12:16:07.238Z696 | | || async { self.crucible_agent_gone_check(dataset_id).await },
49512026-05-08T12:16:07.239Z697 | | )
49522026-05-08T12:16:07.239Z | |_________^ expected `Result<ResponseValue<()>, Error<_>>`, found `Result<ResponseValue<()>, Error<Error>>`
49532026-05-08T12:16:07.239Z |
49542026-05-08T12:16:07.239Znote: there are multiple different versions of crate `progenitor_client` in the dependency graph
49552026-05-08T12:16:07.239Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.10.0/src/progenitor_client.rs:224:1
49562026-05-08T12:16:07.239Z |
49572026-05-08T12:16:07.239Z224 | pub enum Error<E = ()> {
49582026-05-08T12:16:07.239Z | ^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
49592026-05-08T12:16:07.239Z |
49602026-05-08T12:16:07.239Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.13.0/src/progenitor_client.rs:327:1
49612026-05-08T12:16:07.239Z |
49622026-05-08T12:16:07.239Z327 | pub enum Error<E = ()> {
49632026-05-08T12:16:07.239Z | ---------------------- this is the found type
49642026-05-08T12:16:07.239Z = help: you can use `cargo tree` to explore your dependency tree
49652026-05-08T12:16:07.239Znote: required by a bound in `ProgenitorOperationRetry::<T, E, F, Fut, BF, BFut>::new`
49662026-05-08T12:16:07.239Z --> common/src/progenitor_operation_retry.rs:88:17
49672026-05-08T12:16:07.239Z |
49682026-05-08T12:16:07.239Z 88 | Fut: Future<Output = Result<T, progenitor_client010::Error<E>>>,
49692026-05-08T12:16:07.239Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `ProgenitorOperationRetry::<T, E, F, Fut, BF, BFut>::new`
49702026-05-08T12:16:07.239Z...
49712026-05-08T12:16:07.239Z 92 | pub fn new(operation: F, gone_check: BF) -> Self {
49722026-05-08T12:16:07.239Z | --- required by a bound in this associated function
49732026-05-08T12:16:07.239Z
49742026-05-08T12:16:07.245Zerror[E0599]: the method `run` exists for struct `ProgenitorOperationRetry<_, _, {closure@...}, ..., ..., ...>`, but its trait bounds were not satisfied
49752026-05-08T12:16:07.245Z --> nexus/src/app/crucible.rs:698:10
49762026-05-08T12:16:07.245Z |
49772026-05-08T12:16:07.245Z687 | let result = ProgenitorOperationRetry::new(
49782026-05-08T12:16:07.245Z | ______________________-
49792026-05-08T12:16:07.245Z688 | | || async {
49802026-05-08T12:16:07.245Z689 | | client
49812026-05-08T12:16:07.245Z690 | | .region_delete_snapshot(
49822026-05-08T12:16:07.245Z... |
49832026-05-08T12:16:07.246Z698 | | .run(log)
49842026-05-08T12:16:07.246Z | | -^^^ method cannot be called due to unsatisfied trait bounds
49852026-05-08T12:16:07.246Z | |_________|
49862026-05-08T12:16:07.246Z |
49872026-05-08T12:16:07.246Z |
49882026-05-08T12:16:07.246Z = note: the following trait bounds were not satisfied:
49892026-05-08T12:16:07.246Z `<{async block@nexus/src/app/crucible.rs:688:16: 688:21} as futures::Future>::Output = Result<_, crucible_pantry_client::Error<_>>`
49902026-05-08T12:16:07.246Z = note: the full name for the type has been written to '/work/oxidecomputer/omicron/target/debug/deps/omicron_nexus-9f8aa39ddece4e8f.long-type-12974918315606889041.txt'
49912026-05-08T12:16:07.246Z = note: consider using `--verbose` to print the full type name to the console
49922026-05-08T12:16:07.246Z
49932026-05-08T12:16:07.249Zerror[E0282]: type annotations needed for `Result<_, _>`
49942026-05-08T12:16:07.249Z --> nexus/src/app/crucible.rs:687:13
49952026-05-08T12:16:07.249Z |
49962026-05-08T12:16:07.249Z687 | let result = ProgenitorOperationRetry::new(
49972026-05-08T12:16:07.249Z | ^^^^^^
49982026-05-08T12:16:07.249Z...
49992026-05-08T12:16:07.249Z705 | if e.is_gone() {
50002026-05-08T12:16:07.249Z | - type must be known at this point
50012026-05-08T12:16:07.249Z |
50022026-05-08T12:16:07.249Zhelp: consider giving `result` an explicit type, where the placeholders `_` are specified
50032026-05-08T12:16:07.249Z |
50042026-05-08T12:16:07.249Z687 | let result: Result<T, E> = ProgenitorOperationRetry::new(
50052026-05-08T12:16:07.249Z | ++++++++++++++
50062026-05-08T12:16:07.249Z
50072026-05-08T12:16:28.476Zerror[E0308]: mismatched types
50082026-05-08T12:16:28.476Z --> nexus/src/app/crucible.rs:59:13
50092026-05-08T12:16:28.476Z |
50102026-05-08T12:16:28.476Z 59 | crucible_agent_client::Error::ErrorResponse(rv) => {
50112026-05-08T12:16:28.476Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Error<Error>`, found `Error<_>`
50122026-05-08T12:16:28.476Z |
50132026-05-08T12:16:28.476Znote: there are multiple different versions of crate `progenitor_client` in the dependency graph
50142026-05-08T12:16:28.477Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.10.0/src/progenitor_client.rs:224:1
50152026-05-08T12:16:28.477Z |
50162026-05-08T12:16:28.477Z224 | pub enum Error<E = ()> {
50172026-05-08T12:16:28.477Z | ^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
50182026-05-08T12:16:28.477Z |
50192026-05-08T12:16:28.477Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.13.0/src/progenitor_client.rs:327:1
50202026-05-08T12:16:28.477Z |
50212026-05-08T12:16:28.477Z327 | pub enum Error<E = ()> {
50222026-05-08T12:16:28.477Z | ---------------------- this is the found type
50232026-05-08T12:16:28.477Z = help: you can use `cargo tree` to explore your dependency tree
50242026-05-08T12:16:28.477Z
50252026-05-08T12:16:28.477Zerror[E0282]: type annotations needed
50262026-05-08T12:16:28.477Z --> nexus/src/app/crucible.rs:60:20
50272026-05-08T12:16:28.477Z |
50282026-05-08T12:16:28.477Z60 | if rv.status().is_client_error() {
50292026-05-08T12:16:28.477Z | ^^ cannot infer type
50302026-05-08T12:16:28.477Z
50312026-05-08T12:16:28.507Zerror[E0308]: mismatched types
50322026-05-08T12:16:28.507Z --> nexus/src/app/crucible.rs:81:13
50332026-05-08T12:16:28.507Z |
50342026-05-08T12:16:28.507Z79 | CrucibleAgentClient::new_with_client(
50352026-05-08T12:16:28.507Z | ------------------------------------ arguments to this function are incorrect
50362026-05-08T12:16:28.507Z80 | &format!("http://{}", dataset.address()),
50372026-05-08T12:16:28.507Z81 | self.reqwest012_client.clone(),
50382026-05-08T12:16:28.507Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `reqwest::Client`, found a different `reqwest::Client`
50392026-05-08T12:16:28.507Z |
50402026-05-08T12:16:28.507Znote: there are multiple different versions of crate `reqwest` in the dependency graph
50412026-05-08T12:16:28.507Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.13.2/src/async_impl/client.rs:93:1
50422026-05-08T12:16:28.508Z |
50432026-05-08T12:16:28.508Z93 | pub struct Client {
50442026-05-08T12:16:28.508Z | ^^^^^^^^^^^^^^^^^ this is the expected type
50452026-05-08T12:16:28.508Z |
50462026-05-08T12:16:28.508Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/async_impl/client.rs:93:1
50472026-05-08T12:16:28.508Z |
50482026-05-08T12:16:28.508Z93 | pub struct Client {
50492026-05-08T12:16:28.508Z | ----------------- this is the found type
50502026-05-08T12:16:28.508Z = help: you can use `cargo tree` to explore your dependency tree
50512026-05-08T12:16:28.508Znote: associated function defined here
50522026-05-08T12:16:28.508Z --> /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/2e75a38/agent-client/src/lib.rs:5:1
50532026-05-08T12:16:28.508Z |
50542026-05-08T12:16:28.508Z 5 | / generate_api!(
50552026-05-08T12:16:28.508Z 6 | | spec = "../openapi/crucible-agent/crucible-agent-latest.json",
50562026-05-08T12:16:28.508Z 7 | | derives = [schemars::JsonSchema],
50572026-05-08T12:16:28.508Z 8 | | );
50582026-05-08T12:16:28.508Z | |_^
50592026-05-08T12:16:28.508Z = note: this error originates in the macro `generate_api` (in Nightly builds, run with -Z macro-backtrace for more info)
50602026-05-08T12:16:28.508Z
50612026-05-08T12:16:39.814ZSome errors have detailed explanations: E0271, E0282, E0308, E0599.
50622026-05-08T12:16:39.814ZFor more information about an error, try `rustc --explain E0271`.
50632026-05-08T12:16:40.170Zerror: could not compile `omicron-nexus` (lib) due to 37 previous errors
50642026-05-08T12:16:40.408Zerror: process didn't exit successfully: `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo check --bins --manifest-path nexus/Cargo.toml --no-default-features` (exit status: 101)
50652026-05-08T12:16:40.411ZError: cargo-hack install failed: exit status: 1
50662026-05-08T12:16:40.414Z
50672026-05-08T12:16:40.414Zreal 9:42.702347538
50682026-05-08T12:16:40.414Zuser 15:52.340646355
50692026-05-08T12:16:40.414Zsys 3:29.742827727
50702026-05-08T12:16:40.414Ztrap 0.297136723
50712026-05-08T12:16:40.414Ztflt 1.219020255
50722026-05-08T12:16:40.414Zdflt 1.415363643
50732026-05-08T12:16:40.415Zkflt 0.025220929
50742026-05-08T12:16:40.415Zlock 54:16.355213144
50752026-05-08T12:16:40.415Zslp 1:11:01.176468825
50762026-05-08T12:16:40.415Zlat 51.910890006
50772026-05-08T12:16:40.415Zstop 3:07.276375634
50782026-05-08T12:16:40.415Zprocess exited: duration 716661 ms, exit code 1
 
50792026-05-08T12:16:40.422Zfound 0 output files