01KVRC5ZKB42532RPXJ9ZR3JV0: 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: 01KVRC9DH93Z6QDB89D3D6YNYX

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-22T19:19:18.242Zjob assigned to worker 01KVRCAC7AKZ9DXHG345WKP9J6 [factory aws, i-006fd4bbf3aec477f] (queued for 1 m 14 s)
 
22026-06-22T19:19:25.354Zstarting task 0: "setup"
32026-06-22T19:19:25.358Z++ uname -s
42026-06-22T19:19:25.361Z+ kern=SunOS
52026-06-22T19:19:25.361Z+ build_user=build
62026-06-22T19:19:25.361Z+ build_uid=12345
72026-06-22T19:19:25.361Z+ work_dir=/work
82026-06-22T19:19:25.361Z+ input_dir=/input
92026-06-22T19:19:25.361Z+ [[ 0 == 12345 ]]
102026-06-22T19:19:25.361Z+ case "$kern" in
112026-06-22T19:19:25.361Z+ groupadd -g 12345 build
122026-06-22T19:19:25.373Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-22T19:19:27.379Z+ zfs create -o mountpoint=/work rpool/work
142026-06-22T19:19:27.485Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-22T19:19:27.488Z+ home_fs=zfs
162026-06-22T19:19:27.488Z+ [[ zfs == autofs ]]
172026-06-22T19:19:27.488Z+ mkdir -p /home/build
182026-06-22T19:19:27.488Z+ chown build:build /home/build /work
192026-06-22T19:19:29.489Z+ chmod 0700 /home/build /work
202026-06-22T19:19:29.492Zprocess exited: duration 4137 ms, exit code 0
 
212026-06-22T19:19:29.501Zstarting task 1: "rust-toolchain"
222026-06-22T19:19:29.504Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-22T19:19:29.504Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-22T19:19:29.504Z * rust toolchain channel = "1.94.0"
252026-06-22T19:19:29.505Z * rust toolchain profile = "default"
262026-06-22T19:19:29.505Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-22T19:19:29.505Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-22T19:19:29.505Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-22T19:19:29.505Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-22T19:19:29.562Zinfo: downloading installer
312026-06-22T19:19:30.962Zwarn: It looks like you have an existing rustup settings file at:
322026-06-22T19:19:30.962Zwarn: /home/build/.rustup/settings.toml
332026-06-22T19:19:30.962Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-22T19:19:30.962Zwarn: instead of the one inferred from the default host triple.
352026-06-22T19:19:30.975Zinfo: profile set to default
362026-06-22T19:19:30.975Zinfo: default host triple is x86_64-unknown-illumos
372026-06-22T19:19:30.978Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-22T19:19:31.146Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-22T19:19:31.149Zinfo: downloading 6 components
402026-06-22T19:19:46.143Z
412026-06-22T19:19:46.143Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
422026-06-22T19:19:46.170Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-22T19:19:46.170Z
442026-06-22T19:19:46.171Z
452026-06-22T19:19:46.171ZRust is installed now. Great!
462026-06-22T19:19:46.171Z
472026-06-22T19:19:46.171ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-22T19:19:46.171Zenvironment variable. This has not been done automatically.
492026-06-22T19:19:46.171Z
502026-06-22T19:19:46.171ZTo configure your current shell, you need to source
512026-06-22T19:19:46.171Zthe corresponding env file under $HOME/.cargo.
522026-06-22T19:19:46.171Z
532026-06-22T19:19:46.171ZThis is usually done by running one of the following (note the leading DOT):
542026-06-22T19:19:46.171Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-22T19:19:46.171Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-22T19:19:46.171Zsource "~/.cargo/env.nu" # For nushell
572026-06-22T19:19:46.171Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-22T19:19:46.171Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-22T19:19:46.171Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-22T19:19:46.174Zwarn: no default linker (`cc`) was found in your PATH
612026-06-22T19:19:46.175Zwarn: many Rust crates require a system C toolchain to build
622026-06-22T19:19:46.258Z+ rustup --version
632026-06-22T19:19:46.267Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-22T19:19:46.271Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-22T19:19:46.293Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-22T19:19:46.297Z+ cargo --version
672026-06-22T19:19:46.306Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-22T19:19:46.314Z+ rustc --version
692026-06-22T19:19:46.331Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-22T19:19:46.340Zprocess exited: duration 16830 ms, exit code 0
 
712026-06-22T19:19:46.348Zstarting task 2: "authentication"
722026-06-22T19:19:46.375ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
732026-06-22T19:20:48.485Zprocess exited: duration 62137 ms, exit code 0
 
742026-06-22T19:20:48.493Zstarting task 3: "clone repository"
752026-06-22T19:20:48.497Z+ mkdir -p /work/oxidecomputer/omicron
762026-06-22T19:20:48.500Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
772026-06-22T19:20:48.531ZCloning into '/work/oxidecomputer/omicron'...
782026-06-22T19:20:58.321Z+ cd /work/oxidecomputer/omicron
792026-06-22T19:20:58.321Z+ git fetch origin cd8413c05b0086e83c64eb932d27c1d37a2d97fb
802026-06-22T19:20:58.598ZFrom https://github.com/oxidecomputer/omicron
812026-06-22T19:20:58.598Z * branch cd8413c05b0086e83c64eb932d27c1d37a2d97fb -> FETCH_HEAD
822026-06-22T19:20:58.608Z+ [[ -n sunshowers/spr/12n-meta-migrate-bgp-announce-set-ids-to-typed-uuids ]]
832026-06-22T19:20:58.611Z++ git branch --show-current
842026-06-22T19:20:58.611Z+ current=main
852026-06-22T19:20:58.611Z+ [[ main != sunshowers/spr/12n-meta-migrate-bgp-announce-set-ids-to-typed-uuids ]]
862026-06-22T19:20:58.611Z+ git branch -f sunshowers/spr/12n-meta-migrate-bgp-announce-set-ids-to-typed-uuids cd8413c05b0086e83c64eb932d27c1d37a2d97fb
872026-06-22T19:20:58.619Z+ git checkout -f sunshowers/spr/12n-meta-migrate-bgp-announce-set-ids-to-typed-uuids
882026-06-22T19:20:58.854ZSwitched to branch 'sunshowers/spr/12n-meta-migrate-bgp-announce-set-ids-to-typed-uuids'
892026-06-22T19:20:58.859Z+ git reset --hard cd8413c05b0086e83c64eb932d27c1d37a2d97fb
902026-06-22T19:20:58.902ZHEAD is now at cd8413c05 rebase
912026-06-22T19:20:58.905Zprocess exited: duration 10408 ms, exit code 0
 
922026-06-22T19:20:58.911Zstarting task 4: "build"
932026-06-22T19:20:58.914Z+ source .github/buildomat/ci-env.sh
942026-06-22T19:20:58.919Z++ export CARGO_TERM_COLOR=always
952026-06-22T19:20:58.920Z++ CARGO_TERM_COLOR=always
962026-06-22T19:20:58.920Z+ cargo --version
972026-06-22T19:20:58.926Zcargo 1.94.0 (85eff7c80 2026-01-15)
982026-06-22T19:20:58.929Z+ rustc --version
992026-06-22T19:20:58.947Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1002026-06-22T19:20:58.951Z+ source ./env.sh
1012026-06-22T19:20:58.951Z++ OLD_SHELL_OPTS=ehxB
1022026-06-22T19:20:58.951Z++ set -o xtrace
1032026-06-22T19:20:58.954Z++++ dirname ./env.sh
1042026-06-22T19:20:58.954Z+++ readlink -f .
1052026-06-22T19:20:58.957Z++ OMICRON_WS=/work/oxidecomputer/omicron
1062026-06-22T19:20:58.957Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-06-22T19:20:58.958Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-06-22T19:20:58.958Z++ 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
1092026-06-22T19:20:58.958Z++ 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
1102026-06-22T19:20:58.958Z++ 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
1112026-06-22T19:20:58.958Z++ 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
1122026-06-22T19:20:58.958Z++ 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
1132026-06-22T19:20:58.958Z++ 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
1142026-06-22T19:20:58.958Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/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
1152026-06-22T19:20:58.958Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/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
1162026-06-22T19:20:58.958Z++ case $OLD_SHELL_OPTS in
1172026-06-22T19:20:58.958Z++ unset OLD_SHELL_OPTS OMICRON_WS
1182026-06-22T19:20:58.958Z+ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/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
1192026-06-22T19:20:58.958Z+ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/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
1202026-06-22T19:20:58.958Z+ banner prerequisites
1212026-06-22T19:20:58.965Z
1222026-06-22T19:20:58.965Z ##### ##### ###### ##### ###### #### # # # #### #
1232026-06-22T19:20:58.965Z # # # # # # # # # # # # # # #
1242026-06-22T19:20:58.965Z # # # # ##### # # ##### # # # # # #### #
1252026-06-22T19:20:58.965Z ##### ##### # ##### # # # # # # # # #
1262026-06-22T19:20:58.965Z # # # # # # # # # # # # # # #
1272026-06-22T19:20:58.965Z # # # ###### # # ###### ### # #### # #### #
1282026-06-22T19:20:58.965Z
1292026-06-22T19:20:58.965Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1302026-06-22T19:21:00.399Z Startup: Refreshing catalog 'helios' ... Done
1312026-06-22T19:21:00.495Z Startup: Caching catalogs ... Done
1322026-06-22T19:21:00.916ZPlanning: Solver setup ... Done (0.379s)
1332026-06-22T19:21:00.941ZPlanning: Running solver ... Done (0.023s)
1342026-06-22T19:21:00.948ZPlanning: Finding local manifests ... Done (0.002s)
1352026-06-22T19:21:00.963ZPlanning: Fetching manifests: 0/2 0% complete
1362026-06-22T19:21:00.980ZPlanning: Fetching manifests: 2/2 100% complete
1372026-06-22T19:21:01.003ZPlanning: Package planning ... Done (0.013s)
1382026-06-22T19:21:01.009ZPlanning: Merging actions ... Done (0.002s)
1392026-06-22T19:21:01.157ZPlanning: Checking for conflicting actions ... Done (0.162s)
1402026-06-22T19:21:01.165ZPlanning: Consolidating action changes ... Done (0.001s)
1412026-06-22T19:21:01.871ZPlanning: Evaluating mediators ... Done (0.713s)
1422026-06-22T19:21:01.879ZPlanning: Planning completed in 1.36 seconds
1432026-06-22T19:21:01.883Z Packages to install: 2
1442026-06-22T19:21:01.883Z Estimated space available: 156.07 GB
1452026-06-22T19:21:01.883ZEstimated space to be consumed: 28.17 MB
1462026-06-22T19:21:01.883Z Create boot environment: No
1472026-06-22T19:21:01.883ZCreate backup boot environment: No
1482026-06-22T19:21:01.883Z Rebuild boot archive: No
1492026-06-22T19:21:01.883Z
1502026-06-22T19:21:01.884ZChanged packages:
1512026-06-22T19:21:01.884Zhelios
1522026-06-22T19:21:01.884Z developer/build-essential
1532026-06-22T19:21:01.884Z None -> 11-3.0
1542026-06-22T19:21:01.884Z library/libxmlsec1
1552026-06-22T19:21:01.884Z None -> 1.2.35-3.0
1562026-06-22T19:21:01.907Z
1572026-06-22T19:21:01.907ZDownload: 0/214 items 0.0/1.3MB 0% complete
1582026-06-22T19:21:06.401ZDownload: Completed 1.28 MB in 4.44 seconds (295k/s)
1592026-06-22T19:21:06.415Z Actions: 1/268 actions (Installing new actions)
1602026-06-22T19:21:06.434Z Actions: Completed 268 actions in 0.04 seconds.
1612026-06-22T19:21:06.444ZFinalize: Updating package state database ... Done (0.009s)
1622026-06-22T19:21:06.444ZFinalize: Updating package cache ... Done (0.000s)
1632026-06-22T19:21:06.469ZFinalize: Updating image state ... Done (0.026s)
1642026-06-22T19:21:08.846ZFinalize: Creating fast lookup database ... Done (2.353s)
1652026-06-22T19:21:08.916ZFinalize: Reading search index ... Done (0.012s)
1662026-06-22T19:21:08.920ZFinalize: Updating search index ... Done (0.000s)
1672026-06-22T19:21:09.004ZFinalize: Updating package cache ... Done (0.000s)
1682026-06-22T19:21:09.310ZPlanning: Evaluating mediator changes ... Done
1692026-06-22T19:21:09.415ZPlanning: Checking for conflicting actions ... Done
1702026-06-22T19:21:09.421ZPlanning: Consolidating action changes ... Done
1712026-06-22T19:21:09.570ZPlanning: Evaluating mediators ... Done
1722026-06-22T19:21:09.573ZPlanning: Planning completed in 0.26 seconds
1732026-06-22T19:21:09.593Z Mediators to change: 2
1742026-06-22T19:21:09.593Z Create boot environment: No
1752026-06-22T19:21:09.593ZCreate backup boot environment: No
1762026-06-22T19:21:09.635ZFinalize: Updating package state database ... Done
1772026-06-22T19:21:09.635ZFinalize: Updating package cache ... Done
1782026-06-22T19:21:09.648ZFinalize: Updating image state ... Done
1792026-06-22T19:21:11.612ZFinalize: Creating fast lookup database ... Done
1802026-06-22T19:21:11.693ZFinalize: Reading search index ... Done
1812026-06-22T19:21:11.702ZFinalize: Updating search index ... Done
1822026-06-22T19:21:11.758ZFinalize: Updating package cache ... Done
1832026-06-22T19:21:12.044ZPlanning: Evaluating mediator changes ... Done
1842026-06-22T19:21:12.156ZPlanning: Checking for conflicting actions ... Done
1852026-06-22T19:21:12.163ZPlanning: Consolidating action changes ... Done
1862026-06-22T19:21:12.320ZPlanning: Evaluating mediators ... Done
1872026-06-22T19:21:12.331ZPlanning: Planning completed in 0.27 seconds
1882026-06-22T19:21:12.339Z Mediators to change: 1
1892026-06-22T19:21:12.339Z Create boot environment: No
1902026-06-22T19:21:12.339ZCreate backup boot environment: No
1912026-06-22T19:21:12.384ZFinalize: Updating package state database ... Done
1922026-06-22T19:21:12.384ZFinalize: Updating package cache ... Done
1932026-06-22T19:21:12.399ZFinalize: Updating image state ... Done
1942026-06-22T19:21:14.347ZFinalize: Creating fast lookup database ... Done
1952026-06-22T19:21:14.414ZFinalize: Reading search index ... Done
1962026-06-22T19:21:14.418ZFinalize: Updating search index ... Done
1972026-06-22T19:21:14.496ZFinalize: Updating package cache ... Done
1982026-06-22T19:21:14.810ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1992026-06-22T19:21:14.810Zapache system 2.4 system
2002026-06-22T19:21:14.810Zclang system 15 system
2012026-06-22T19:21:14.810Zcsh system system illumos
2022026-06-22T19:21:14.810Zctags system system illumos
2032026-06-22T19:21:14.810Zfile vendor vendor darwinsys
2042026-06-22T19:21:14.810Zfile system system illumos
2052026-06-22T19:21:14.810Zgcc vendor 14 vendor
2062026-06-22T19:21:14.810Zgcc system 13 system
2072026-06-22T19:21:14.811Zgcc system 10 system
2082026-06-22T19:21:14.811Zgo system 1.25 system
2092026-06-22T19:21:14.811Zllvm system 15 system
2102026-06-22T19:21:14.811Zmariadb system 11.4 system
2112026-06-22T19:21:14.811Zmta vendor vendor dma
2122026-06-22T19:21:14.811Zopenjdk system 17 system
2132026-06-22T19:21:14.811Zopenjdk system 11 system
2142026-06-22T19:21:14.811Zopenssl vendor 3 vendor
2152026-06-22T19:21:14.811Zperl system 5.40 system
2162026-06-22T19:21:14.811Zpostgresql system 18 system
2172026-06-22T19:21:14.811Zpostgresql system 17 system
2182026-06-22T19:21:14.811Zpython vendor 3 vendor
2192026-06-22T19:21:14.811Zpython system 2 system
2202026-06-22T19:21:14.811Zpython3 vendor 3.13 vendor
2212026-06-22T19:21:14.811Zruby system 3.4 system
2222026-06-22T19:21:14.811Zruby system 3.0 system
2232026-06-22T19:21:14.811Zwords vendor vendor american-english
2242026-06-22T19:21:14.811Zwords system system australian-english
2252026-06-22T19:21:14.811Zwords system system british-english
2262026-06-22T19:21:14.811Zwords system system canadian-english
2272026-06-22T19:21:14.811Zwords system system french
2282026-06-22T19:21:14.811Zwords system system italian
2292026-06-22T19:21:14.811Zwords system system ngerman
2302026-06-22T19:21:14.811Zwords system system ogerman
2312026-06-22T19:21:14.811Zwords system system spanish
2322026-06-22T19:21:15.061ZPUBLISHER TYPE STATUS P LOCATION
2332026-06-22T19:21:15.061Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2342026-06-22T19:21:15.409ZFMRI IFO
2352026-06-22T19:21:15.409Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2362026-06-22T19:21:15.410Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2372026-06-22T19:21:15.410Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2382026-06-22T19:21:15.410Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2392026-06-22T19:21:15.410Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2402026-06-22T19:21:15.410Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2412026-06-22T19:21:15.410Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2422026-06-22T19:21:15.410Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2432026-06-22T19:21:15.410Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2442026-06-22T19:21:15.609Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2452026-06-22T19:21:15.862Z Updating crates.io index
2462026-06-22T19:21:15.866Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2472026-06-22T19:21:16.110Z Updating git repository `https://github.com/oxidecomputer/lldp`
2482026-06-22T19:21:16.977Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2492026-06-22T19:21:17.794Z Updating git repository `https://github.com/oxidecomputer/propolis`
2502026-06-22T19:21:18.668Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2512026-06-22T19:21:19.230Z Updating git repository `https://github.com/oxidecomputer/crucible`
2522026-06-22T19:21:20.791Z Updating git repository `https://github.com/oxidecomputer/opte`
2532026-06-22T19:21:21.564Z Updating git repository `https://github.com/oxidecomputer/tofino`
2542026-06-22T19:21:21.957Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2552026-06-22T19:21:23.082Z Updating git repository `https://github.com/oxidecomputer/clickward`
2562026-06-22T19:21:23.560Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2572026-06-22T19:21:24.074Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2582026-06-22T19:21:24.327Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2592026-06-22T19:21:25.060Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2602026-06-22T19:21:25.597Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2612026-06-22T19:21:25.847Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2622026-06-22T19:21:26.289Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2632026-06-22T19:21:26.554Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2642026-06-22T19:21:26.986Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2652026-06-22T19:21:27.333Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2662026-06-22T19:21:27.566Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2672026-06-22T19:21:27.845Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2682026-06-22T19:21:28.208Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2692026-06-22T19:21:28.589Z Updating git repository `https://github.com/oxidecomputer/erebor`
2702026-06-22T19:21:28.978Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2712026-06-22T19:21:29.395Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2722026-06-22T19:21:29.740Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2732026-06-22T19:21:30.061Z Updating git repository `https://github.com/oxidecomputer/ispf`
2742026-06-22T19:21:30.361Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2752026-06-22T19:21:31.577Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2762026-06-22T19:21:32.418Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2772026-06-22T19:21:32.812Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2782026-06-22T19:21:33.244Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2792026-06-22T19:21:33.609Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2802026-06-22T19:21:33.903Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2812026-06-22T19:21:34.194Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2822026-06-22T19:21:34.759Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2832026-06-22T19:21:34.983Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2842026-06-22T19:21:35.230Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2852026-06-22T19:21:35.506Z Updating git repository `https://github.com/illumos/smf-rs`
2862026-06-22T19:21:37.202Z Downloading crates ...
2872026-06-22T19:21:37.273Z Downloaded macaddr v1.0.1
2882026-06-22T19:21:37.277Z Downloaded usdt-impl v0.5.0
2892026-06-22T19:21:37.277Z Downloaded anstream v1.0.0
2902026-06-22T19:21:37.277Z Downloaded serde_spanned v0.6.9
2912026-06-22T19:21:37.277Z Downloaded errno v0.3.14
2922026-06-22T19:21:37.283Z Downloaded anstyle v1.0.14
2932026-06-22T19:21:37.283Z Downloaded clap v4.6.1
2942026-06-22T19:21:37.287Z Downloaded unicode-ident v1.0.24
2952026-06-22T19:21:37.290Z Downloaded clap_lex v1.0.0
2962026-06-22T19:21:37.290Z Downloaded usdt-macro v0.5.0
2972026-06-22T19:21:37.295Z Downloaded utf8parse v0.2.2
2982026-06-22T19:21:37.298Z Downloaded thiserror v2.0.18
2992026-06-22T19:21:37.302Z Downloaded papergrid v0.11.0
3002026-06-22T19:21:37.302Z Downloaded heck v0.5.0
3012026-06-22T19:21:37.305Z Downloaded version_check v0.9.5
3022026-06-22T19:21:37.305Z Downloaded equivalent v1.0.2
3032026-06-22T19:21:37.305Z Downloaded zerofrom v0.1.6
3042026-06-22T19:21:37.305Z Downloaded clap_builder v4.6.0
3052026-06-22T19:21:37.309Z Downloaded yoke-derive v0.8.1
3062026-06-22T19:21:37.312Z Downloaded anstyle-query v1.1.5
3072026-06-22T19:21:37.312Z Downloaded thiserror-impl v1.0.69
3082026-06-22T19:21:37.312Z Downloaded displaydoc v0.2.5
3092026-06-22T19:21:37.316Z Downloaded unicode-linebreak v0.1.5
3102026-06-22T19:21:37.316Z Downloaded writeable v0.6.2
3112026-06-22T19:21:37.317Z Downloaded thiserror v1.0.69
3122026-06-22T19:21:37.322Z Downloaded tinystr v0.8.2
3132026-06-22T19:21:37.329Z Downloaded toml_edit v0.22.27
3142026-06-22T19:21:37.329Z Downloaded zerovec-derive v0.11.2
3152026-06-22T19:21:37.329Z Downloaded thread-id v4.2.2
3162026-06-22T19:21:37.333Z Downloaded utf8_iter v1.0.4
3172026-06-22T19:21:37.333Z Downloaded typeid v1.0.3
3182026-06-22T19:21:37.333Z Downloaded indexmap v2.14.0
3192026-06-22T19:21:37.333Z Downloaded yoke v0.8.1
3202026-06-22T19:21:37.333Z Downloaded usdt v0.5.0
3212026-06-22T19:21:37.333Z Downloaded toml_datetime v0.6.11
3222026-06-22T19:21:37.340Z Downloaded zmij v1.0.21
3232026-06-22T19:21:37.343Z Downloaded stable_deref_trait v1.2.1
3242026-06-22T19:21:37.343Z Downloaded cpufeatures v0.2.17
3252026-06-22T19:21:37.346Z Downloaded typenum v1.19.0
3262026-06-22T19:21:37.349Z Downloaded percent-encoding v2.3.2
3272026-06-22T19:21:37.349Z Downloaded generic-array v0.14.7
3282026-06-22T19:21:37.349Z Downloaded crypto-common v0.1.7
3292026-06-22T19:21:37.353Z Downloaded ucd-trie v0.1.7
3302026-06-22T19:21:37.353Z Downloaded toml v0.8.23
3312026-06-22T19:21:37.353Z Downloaded usdt-attr-macro v0.5.0
3322026-06-22T19:21:37.353Z Downloaded unicode-xid v0.2.6
3332026-06-22T19:21:37.356Z Downloaded cargo-platform v0.2.0
3342026-06-22T19:21:37.356Z Downloaded thiserror-impl v2.0.18
3352026-06-22T19:21:37.362Z Downloaded memmap v0.7.0
3362026-06-22T19:21:37.365Z Downloaded zerofrom-derive v0.1.6
3372026-06-22T19:21:37.368Z Downloaded toml_write v0.1.2
3382026-06-22T19:21:37.368Z Downloaded scroll_derive v0.12.1
3392026-06-22T19:21:37.368Z Downloaded dtrace-parser v0.2.0
3402026-06-22T19:21:37.374Z Downloaded colorchoice v1.0.4
3412026-06-22T19:21:37.374Z Downloaded serde-value v0.7.0
3422026-06-22T19:21:37.374Z Downloaded fastrand v2.3.0
3432026-06-22T19:21:37.378Z Downloaded is_terminal_polyfill v1.70.2
3442026-06-22T19:21:37.382Z Downloaded zerocopy-derive v0.7.35
3452026-06-22T19:21:37.382Z Downloaded idna_adapter v1.2.1
3462026-06-22T19:21:37.385Z Downloaded zerocopy v0.7.35
3472026-06-22T19:21:37.390Z Downloaded zerovec v0.11.5
3482026-06-22T19:21:37.397Z Downloaded url v2.5.8
3492026-06-22T19:21:37.400Z Downloaded zerotrie v0.2.3
3502026-06-22T19:21:37.400Z Downloaded textwrap v0.16.2
3512026-06-22T19:21:37.400Z Downloaded winnow v0.7.14
3522026-06-22T19:21:37.404Z Downloaded potential_utf v0.1.4
3532026-06-22T19:21:37.404Z Downloaded tabled_derive v0.7.0
3542026-06-22T19:21:37.404Z Downloaded pretty-hex v0.4.1
3552026-06-22T19:21:37.408Z Downloaded ordered-float v2.10.1
3562026-06-22T19:21:37.409Z Downloaded itoa v1.0.17
3572026-06-22T19:21:37.409Z Downloaded cfg-if v1.0.4
3582026-06-22T19:21:37.409Z Downloaded heck v0.4.1
3592026-06-22T19:21:37.409Z Downloaded block-buffer v0.10.4
3602026-06-22T19:21:37.409Z Downloaded form_urlencoded v1.2.2
3612026-06-22T19:21:37.412Z Downloaded swrite v0.1.0
3622026-06-22T19:21:37.412Z Downloaded dof v0.3.0
3632026-06-22T19:21:37.412Z Downloaded smawk v0.3.2
3642026-06-22T19:21:37.415Z Downloaded fnv v1.0.7
3652026-06-22T19:21:37.418Z Downloaded proc-macro-error-attr v1.0.4
3662026-06-22T19:21:37.421Z Downloaded digest v0.10.7
3672026-06-22T19:21:37.421Z Downloaded unicode-width v0.1.14
3682026-06-22T19:21:37.424Z Downloaded pest_meta v2.8.6
3692026-06-22T19:21:37.474Z Downloaded fs-err v3.3.0
3702026-06-22T19:21:37.474Z Downloaded unicode-width v0.2.0
3712026-06-22T19:21:37.474Z Downloaded terminal_size v0.4.3
3722026-06-22T19:21:37.474Z Downloaded cargo_toml v0.21.0
3732026-06-22T19:21:37.474Z Downloaded proc-macro-error v1.0.4
3742026-06-22T19:21:37.474Z Downloaded cargo_metadata v0.21.0
3752026-06-22T19:21:37.474Z Downloaded scroll v0.12.0
3762026-06-22T19:21:37.474Z Downloaded quote v1.0.45
3772026-06-22T19:21:37.474Z Downloaded synstructure v0.13.2
3782026-06-22T19:21:37.475Z Downloaded erased-serde v0.4.9
3792026-06-22T19:21:37.475Z Downloaded bytecount v0.6.9
3802026-06-22T19:21:37.475Z Downloaded byteorder v1.5.0
3812026-06-22T19:21:37.479Z Downloaded plain v0.2.3
3822026-06-22T19:21:37.480Z Downloaded camino-tempfile v1.4.1
3832026-06-22T19:21:37.480Z Downloaded serde_tokenstream v0.2.3
3842026-06-22T19:21:37.480Z Downloaded autocfg v1.5.0
3852026-06-22T19:21:37.480Z Downloaded strsim v0.11.1
3862026-06-22T19:21:37.480Z Downloaded anstyle-parse v1.0.0
3872026-06-22T19:21:37.480Z Downloaded once_cell v1.21.3
3882026-06-22T19:21:37.480Z Downloaded anyhow v1.0.102
3892026-06-22T19:21:37.487Z Downloaded clap_derive v4.6.1
3902026-06-22T19:21:37.490Z Downloaded semver v1.0.28
3912026-06-22T19:21:37.490Z Downloaded icu_locale_core v2.1.1
3922026-06-22T19:21:37.490Z Downloaded icu_collections v2.1.1
3932026-06-22T19:21:37.494Z Downloaded cargo-util-schemas v0.8.2
3942026-06-22T19:21:37.498Z Downloaded smallvec v1.15.1
3952026-06-22T19:21:37.502Z Downloaded litemap v0.8.1
3962026-06-22T19:21:37.502Z Downloaded sha2 v0.10.9
3972026-06-22T19:21:37.510Z Downloaded serde-untagged v0.1.9
3982026-06-22T19:21:37.510Z Downloaded camino v1.2.2
3992026-06-22T19:21:37.518Z Downloaded serde_core v1.0.228
4002026-06-22T19:21:37.523Z Downloaded num-traits v0.2.19
4012026-06-22T19:21:37.527Z Downloaded icu_properties v2.1.2
4022026-06-22T19:21:37.527Z Downloaded getrandom v0.4.1
4032026-06-22T19:21:37.527Z Downloaded memchr v2.8.0
4042026-06-22T19:21:37.540Z Downloaded pest_derive v2.8.6
4052026-06-22T19:21:37.540Z Downloaded icu_provider v2.1.1
4062026-06-22T19:21:37.540Z Downloaded proc-macro2 v1.0.106
4072026-06-22T19:21:37.540Z Downloaded pest_generator v2.8.6
4082026-06-22T19:21:37.545Z Downloaded bitflags v2.11.0
4092026-06-22T19:21:37.545Z Downloaded serde_derive v1.0.228
4102026-06-22T19:21:37.545Z Downloaded log v0.4.29
4112026-06-22T19:21:37.548Z Downloaded icu_normalizer_data v2.1.1
4122026-06-22T19:21:37.548Z Downloaded tempfile v3.25.0
4132026-06-22T19:21:37.552Z Downloaded icu_normalizer v2.1.1
4142026-06-22T19:21:37.566Z Downloaded serde v1.0.228
4152026-06-22T19:21:37.585Z Downloaded hashbrown v0.17.0
4162026-06-22T19:21:37.588Z Downloaded icu_properties_data v2.1.2
4172026-06-22T19:21:37.598Z Downloaded idna v1.1.0
4182026-06-22T19:21:37.618Z Downloaded pest v2.8.6
4192026-06-22T19:21:37.626Z Downloaded serde_json v1.0.149
4202026-06-22T19:21:37.638Z Downloaded goblin v0.8.2
4212026-06-22T19:21:37.647Z Downloaded tabled v0.15.0
4222026-06-22T19:21:37.663Z Downloaded syn v1.0.109
4232026-06-22T19:21:37.673Z Downloaded syn v2.0.117
4242026-06-22T19:21:37.721Z Downloaded rustix v1.1.3
4252026-06-22T19:21:37.738Z Downloaded libc v0.2.185
4262026-06-22T19:21:37.790Z Compiling proc-macro2 v1.0.106
4272026-06-22T19:21:37.790Z Compiling unicode-ident v1.0.24
4282026-06-22T19:21:37.793Z Compiling quote v1.0.45
4292026-06-22T19:21:37.793Z Compiling serde_core v1.0.228
4302026-06-22T19:21:37.793Z Compiling libc v0.2.185
4312026-06-22T19:21:37.793Z Compiling version_check v0.9.5
4322026-06-22T19:21:37.794Z Compiling memchr v2.8.0
4332026-06-22T19:21:37.794Z Compiling serde v1.0.228
4342026-06-22T19:21:38.098Z Compiling stable_deref_trait v1.2.1
4352026-06-22T19:21:38.174Z Compiling zmij v1.0.21
4362026-06-22T19:21:38.343Z Compiling thiserror v1.0.69
4372026-06-22T19:21:38.368Z Compiling itoa v1.0.17
4382026-06-22T19:21:38.547Z Compiling autocfg v1.5.0
4392026-06-22T19:21:38.608Z Compiling ucd-trie v0.1.7
4402026-06-22T19:21:38.696Z Compiling litemap v0.8.1
4412026-06-22T19:21:38.745Z Compiling writeable v0.6.2
4422026-06-22T19:21:38.779Z Compiling pest v2.8.6
4432026-06-22T19:21:38.898Z Compiling byteorder v1.5.0
4442026-06-22T19:21:38.936Z Compiling rustix v1.1.3
4452026-06-22T19:21:38.980Z Compiling icu_properties_data v2.1.2
4462026-06-22T19:21:39.166Z Compiling icu_normalizer_data v2.1.1
4472026-06-22T19:21:39.260Z Compiling errno v0.3.14
4482026-06-22T19:21:39.274Z Compiling syn v2.0.117
4492026-06-22T19:21:39.367Z Compiling bitflags v2.11.0
4502026-06-22T19:21:39.383Z Compiling serde_json v1.0.149
4512026-06-22T19:21:39.609Z Compiling num-traits v0.2.19
4522026-06-22T19:21:39.627Z Compiling smallvec v1.15.1
4532026-06-22T19:21:39.794Z Compiling equivalent v1.0.2
4542026-06-22T19:21:39.838Z Compiling pest_meta v2.8.6
4552026-06-22T19:21:39.858Z Compiling typeid v1.0.3
4562026-06-22T19:21:39.885Z Compiling hashbrown v0.17.0
4572026-06-22T19:21:40.181Z Compiling thread-id v4.2.2
4582026-06-22T19:21:40.257Z Compiling proc-macro-error-attr v1.0.4
4592026-06-22T19:21:40.273Z Compiling usdt-impl v0.5.0
4602026-06-22T19:21:40.276Z Compiling toml_write v0.1.2
4612026-06-22T19:21:40.441Z Compiling indexmap v2.14.0
4622026-06-22T19:21:40.464Z Compiling syn v1.0.109
4632026-06-22T19:21:40.488Z Compiling winnow v0.7.14
4642026-06-22T19:21:40.507Z Compiling erased-serde v0.4.9
4652026-06-22T19:21:40.940Z Compiling proc-macro-error v1.0.4
4662026-06-22T19:21:41.054Z Compiling camino v1.2.2
4672026-06-22T19:21:41.125Z Compiling percent-encoding v2.3.2
4682026-06-22T19:21:41.319Z Compiling thiserror v2.0.18
4692026-06-22T19:21:41.366Z Compiling utf8_iter v1.0.4
4702026-06-22T19:21:41.429Z Compiling plain v0.2.3
4712026-06-22T19:21:41.501Z Compiling getrandom v0.4.1
4722026-06-22T19:21:41.515Z Compiling log v0.4.29
4732026-06-22T19:21:41.541Z Compiling utf8parse v0.2.2
4742026-06-22T19:21:41.652Z Compiling anstyle-parse v1.0.0
4752026-06-22T19:21:41.706Z Compiling ordered-float v2.10.1
4762026-06-22T19:21:41.744Z Compiling form_urlencoded v1.2.2
4772026-06-22T19:21:41.905Z Compiling synstructure v0.13.2
4782026-06-22T19:21:41.959Z Compiling pest_generator v2.8.6
4792026-06-22T19:21:41.994Z Compiling terminal_size v0.4.3
4802026-06-22T19:21:42.126Z Compiling anstyle-query v1.1.5
4812026-06-22T19:21:42.212Z Compiling is_terminal_polyfill v1.70.2
4822026-06-22T19:21:42.238Z Compiling cfg-if v1.0.4
4832026-06-22T19:21:42.292Z Compiling colorchoice v1.0.4
4842026-06-22T19:21:42.309Z Compiling pretty-hex v0.4.1
4852026-06-22T19:21:42.322Z Compiling anstyle v1.0.14
4862026-06-22T19:21:42.408Z Compiling serde-untagged v0.1.9
4872026-06-22T19:21:42.520Z Compiling anstream v1.0.0
4882026-06-22T19:21:42.558Z Compiling semver v1.0.28
4892026-06-22T19:21:42.644Z Compiling fs-err v3.3.0
4902026-06-22T19:21:42.667Z Compiling anyhow v1.0.102
4912026-06-22T19:21:42.821Z Compiling fastrand v2.3.0
4922026-06-22T19:21:42.837Z Compiling bytecount v0.6.9
4932026-06-22T19:21:42.874Z Compiling heck v0.5.0
4942026-06-22T19:21:42.920Z Compiling fnv v1.0.7
4952026-06-22T19:21:42.969Z Compiling once_cell v1.21.3
4962026-06-22T19:21:42.973Z Compiling unicode-width v0.1.14
4972026-06-22T19:21:43.021Z Compiling strsim v0.11.1
4982026-06-22T19:21:43.105Z Compiling unicode-xid v0.2.6
4992026-06-22T19:21:43.184Z Compiling clap_lex v1.0.0
5002026-06-22T19:21:43.229Z Compiling heck v0.4.1
5012026-06-22T19:21:43.254Z Compiling papergrid v0.11.0
5022026-06-22T19:21:43.360Z Compiling clap_builder v4.6.0
5032026-06-22T19:21:43.380Z Compiling tempfile v3.25.0
5042026-06-22T19:21:43.558Z Compiling memmap v0.7.0
5052026-06-22T19:21:43.602Z Compiling serde_derive v1.0.228
5062026-06-22T19:21:43.630Z Compiling zerofrom-derive v0.1.6
5072026-06-22T19:21:43.735Z Compiling yoke-derive v0.8.1
5082026-06-22T19:21:43.751Z Compiling zerovec-derive v0.11.2
5092026-06-22T19:21:43.962Z Compiling displaydoc v0.2.5
5102026-06-22T19:21:44.677Z Compiling thiserror-impl v1.0.69
5112026-06-22T19:21:44.705Z Compiling zerocopy-derive v0.7.35
5122026-06-22T19:21:44.884Z Compiling pest_derive v2.8.6
5132026-06-22T19:21:44.927Z Compiling scroll_derive v0.12.1
5142026-06-22T19:21:45.061Z Compiling zerofrom v0.1.6
5152026-06-22T19:21:45.198Z Compiling yoke v0.8.1
5162026-06-22T19:21:45.325Z Compiling thiserror-impl v2.0.18
5172026-06-22T19:21:45.416Z Compiling zerovec v0.11.5
5182026-06-22T19:21:45.575Z Compiling zerotrie v0.2.3
5192026-06-22T19:21:45.611Z Compiling zerocopy v0.7.35
5202026-06-22T19:21:45.880Z Compiling tinystr v0.8.2
5212026-06-22T19:21:45.909Z Compiling potential_utf v0.1.4
5222026-06-22T19:21:46.060Z Compiling icu_locale_core v2.1.1
5232026-06-22T19:21:46.080Z Compiling icu_collections v2.1.1
5242026-06-22T19:21:46.096Z Compiling dtrace-parser v0.2.0
5252026-06-22T19:21:46.161Z Compiling scroll v0.12.0
5262026-06-22T19:21:46.386Z Compiling goblin v0.8.2
5272026-06-22T19:21:46.432Z Compiling tabled_derive v0.7.0
5282026-06-22T19:21:46.519Z Compiling clap_derive v4.6.1
5292026-06-22T19:21:46.780Z Compiling icu_provider v2.1.1
5302026-06-22T19:21:46.842Z Compiling unicode-width v0.2.0
5312026-06-22T19:21:46.942Z Compiling unicode-linebreak v0.1.5
5322026-06-22T19:21:47.067Z Compiling icu_normalizer v2.1.1
5332026-06-22T19:21:47.086Z Compiling icu_properties v2.1.2
5342026-06-22T19:21:47.086Z Compiling toml_datetime v0.6.11
5352026-06-22T19:21:47.118Z Compiling serde_spanned v0.6.9
5362026-06-22T19:21:47.197Z Compiling dof v0.3.0
5372026-06-22T19:21:47.300Z Compiling serde_tokenstream v0.2.3
5382026-06-22T19:21:47.348Z Compiling toml_edit v0.22.27
5392026-06-22T19:21:47.367Z Compiling serde-value v0.7.0
5402026-06-22T19:21:47.600Z Compiling cargo-platform v0.2.0
5412026-06-22T19:21:47.610Z Compiling smawk v0.3.2
5422026-06-22T19:21:47.721Z Compiling textwrap v0.16.2
5432026-06-22T19:21:47.753Z Compiling tabled v0.15.0
5442026-06-22T19:21:48.867Z Compiling macaddr v1.0.1
5452026-06-22T19:21:48.870Z Compiling idna_adapter v1.2.1
5462026-06-22T19:21:48.870Z Compiling usdt-attr-macro v0.5.0
5472026-06-22T19:21:48.870Z Compiling usdt-macro v0.5.0
5482026-06-22T19:21:48.870Z Compiling idna v1.1.0
5492026-06-22T19:21:48.871Z Compiling clap v4.6.1
5502026-06-22T19:21:48.871Z Compiling camino-tempfile v1.4.1
5512026-06-22T19:21:48.871Z Compiling url v2.5.8
5522026-06-22T19:21:48.871Z Compiling toml v0.8.23
5532026-06-22T19:21:48.871Z Compiling swrite v0.1.0
5542026-06-22T19:21:48.884Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5552026-06-22T19:21:49.189Z Compiling cargo-util-schemas v0.8.2
5562026-06-22T19:21:49.338Z Compiling cargo_toml v0.21.0
5572026-06-22T19:21:49.690Z Compiling usdt v0.5.0
5582026-06-22T19:21:50.146Z Compiling cargo_metadata v0.21.0
5592026-06-22T19:21:51.081Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5602026-06-22T19:21:53.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.68s
5612026-06-22T19:21:53.343Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5622026-06-22T19:21:53.835Z Downloading crates ...
5632026-06-22T19:21:53.963Z Downloaded adler2 v2.0.1
5642026-06-22T19:21:53.993Z Downloaded bzip2 v0.6.1
5652026-06-22T19:21:53.993Z Downloaded aes v0.8.4
5662026-06-22T19:21:53.993Z Downloaded arrayvec v0.7.6
5672026-06-22T19:21:53.993Z Downloaded curve25519-dalek-derive v0.1.1
5682026-06-22T19:21:53.993Z Downloaded ahash v0.8.12
5692026-06-22T19:21:53.993Z Downloaded ascii-canvas v3.0.0
5702026-06-22T19:21:53.993Z Downloaded darling v0.21.3
5712026-06-22T19:21:53.993Z Downloaded ctr v0.9.2
5722026-06-22T19:21:53.993Z Downloaded cassowary v0.3.0
5732026-06-22T19:21:53.994Z Downloaded ciborium-io v0.2.2
5742026-06-22T19:21:53.994Z Downloaded bitfield v0.19.4
5752026-06-22T19:21:53.994Z Downloaded bcs v0.1.6
5762026-06-22T19:21:53.994Z Downloaded anstyle-parse v0.2.7
5772026-06-22T19:21:53.994Z Downloaded csv-core v0.1.13
5782026-06-22T19:21:53.994Z Downloaded async-stream-impl v0.3.6
5792026-06-22T19:21:54.018Z Downloaded chacha20 v0.10.0
5802026-06-22T19:21:54.019Z Downloaded darling v0.20.11
5812026-06-22T19:21:54.019Z Downloaded atty v0.2.14
5822026-06-22T19:21:54.019Z Downloaded darling v0.13.4
5832026-06-22T19:21:54.019Z Downloaded crc-catalog v2.4.0
5842026-06-22T19:21:54.019Z Downloaded daft v0.1.7
5852026-06-22T19:21:54.019Z Downloaded darling_core v0.13.4
5862026-06-22T19:21:54.019Z Downloaded bit-vec v0.6.3
5872026-06-22T19:21:54.019Z Downloaded backon v1.6.0
5882026-06-22T19:21:54.019Z Downloaded assert_matches v1.5.0
5892026-06-22T19:21:54.019Z Downloaded clang-sys v1.8.1
5902026-06-22T19:21:54.019Z Downloaded crc-any v2.5.0
5912026-06-22T19:21:54.019Z Downloaded defmt v0.3.100
5922026-06-22T19:21:54.019Z Downloaded cpufeatures v0.3.0
5932026-06-22T19:21:54.019Z Downloaded daft-derive v0.1.7
5942026-06-22T19:21:54.019Z Downloaded blowfish v0.9.1
5952026-06-22T19:21:54.020Z Downloaded block-padding v0.3.3
5962026-06-22T19:21:54.020Z Downloaded cbc v0.1.2
5972026-06-22T19:21:54.020Z Downloaded darling v0.23.0
5982026-06-22T19:21:54.020Z Downloaded base64 v0.22.1
5992026-06-22T19:21:54.020Z Downloaded array-init v0.0.4
6002026-06-22T19:21:54.020Z Downloaded embedded-io v0.6.1
6012026-06-22T19:21:54.034Z Downloaded darling_macro v0.23.0
6022026-06-22T19:21:54.035Z Downloaded bitfield-struct v0.6.2
6032026-06-22T19:21:54.035Z Downloaded darling_macro v0.21.3
6042026-06-22T19:21:54.035Z Downloaded ciborium-ll v0.2.2
6052026-06-22T19:21:54.035Z Downloaded castaway v0.2.4
6062026-06-22T19:21:54.035Z Downloaded async-recursion v1.1.1
6072026-06-22T19:21:54.035Z Downloaded async-stream v0.3.6
6082026-06-22T19:21:54.035Z Downloaded atomicwrites v0.4.4
6092026-06-22T19:21:54.050Z Downloaded crossbeam-utils v0.8.21
6102026-06-22T19:21:54.050Z Downloaded cargo-platform v0.3.2
6112026-06-22T19:21:54.050Z Downloaded embedded-io v0.4.0
6122026-06-22T19:21:54.050Z Downloaded dirs-sys-next v0.1.2
6132026-06-22T19:21:54.050Z Downloaded darling_macro v0.20.11
6142026-06-22T19:21:54.050Z Downloaded defmt-parser v1.0.0
6152026-06-22T19:21:54.051Z Downloaded compression-core v0.4.31
6162026-06-22T19:21:54.051Z Downloaded bitfield-macros v0.19.4
6172026-06-22T19:21:54.051Z Downloaded crunchy v0.2.4
6182026-06-22T19:21:54.051Z Downloaded base16ct v0.2.0
6192026-06-22T19:21:54.064Z Downloaded flagset v0.4.7
6202026-06-22T19:21:54.064Z Downloaded fixedbitset v0.4.2
6212026-06-22T19:21:54.064Z Downloaded cookie v0.18.1
6222026-06-22T19:21:54.065Z Downloaded buf-list v1.1.2
6232026-06-22T19:21:54.065Z Downloaded dof v0.4.0
6242026-06-22T19:21:54.065Z Downloaded fd-lock v4.0.4
6252026-06-22T19:21:54.065Z Downloaded bb8 v0.8.6
6262026-06-22T19:21:54.065Z Downloaded convert_case v0.4.0
6272026-06-22T19:21:54.065Z Downloaded defmt v1.0.1
6282026-06-22T19:21:54.077Z Downloaded darling_core v0.21.3
6292026-06-22T19:21:54.077Z Downloaded downcast-rs v2.0.2
6302026-06-22T19:21:54.077Z Downloaded darling_macro v0.13.4
6312026-06-22T19:21:54.077Z Downloaded crc8 v0.1.1
6322026-06-22T19:21:54.077Z Downloaded bit-set v0.5.3
6332026-06-22T19:21:54.077Z Downloaded darling_core v0.20.11
6342026-06-22T19:21:54.077Z Downloaded env_filter v1.0.0
6352026-06-22T19:21:54.077Z Downloaded dyn-clone v1.0.20
6362026-06-22T19:21:54.077Z Downloaded dsl_auto_type v0.2.0
6372026-06-22T19:21:54.077Z Downloaded diesel_table_macro_syntax v0.3.0
6382026-06-22T19:21:54.078Z Downloaded cfg_aliases v0.2.1
6392026-06-22T19:21:54.078Z Downloaded foreign-types v0.3.2
6402026-06-22T19:21:54.078Z Downloaded cfg_aliases v0.1.1
6412026-06-22T19:21:54.106Z Downloaded crc v3.4.0
6422026-06-22T19:21:54.106Z Downloaded bit-set v0.8.0
6432026-06-22T19:21:54.106Z Downloaded crucible-workspace-hack v0.1.0
6442026-06-22T19:21:54.107Z Downloaded foreign-types-shared v0.1.1
6452026-06-22T19:21:54.107Z Downloaded dropshot-api-manager-types v0.7.2
6462026-06-22T19:21:54.108Z Downloaded difflib v0.4.0
6472026-06-22T19:21:54.108Z Downloaded futures-io v0.3.32
6482026-06-22T19:21:54.108Z Downloaded foreign-types-macros v0.2.3
6492026-06-22T19:21:54.108Z Downloaded funty v2.0.0
6502026-06-22T19:21:54.132Z Downloaded arrayref v0.3.9
6512026-06-22T19:21:54.132Z Downloaded foreign-types-shared v0.3.1
6522026-06-22T19:21:54.132Z Downloaded enum-as-inner v0.6.1
6532026-06-22T19:21:54.132Z Downloaded cobs v0.3.0
6542026-06-22T19:21:54.132Z Downloaded foreign-types v0.5.0
6552026-06-22T19:21:54.132Z Downloaded dtrace-parser v0.3.0
6562026-06-22T19:21:54.132Z Downloaded dunce v1.0.5
6572026-06-22T19:21:54.132Z Downloaded display-error-chain v0.2.2
6582026-06-22T19:21:54.132Z Downloaded atomic-waker v1.1.2
6592026-06-22T19:21:54.132Z Downloaded cstr-argument v0.1.2
6602026-06-22T19:21:54.132Z Downloaded ghash v0.5.1
6612026-06-22T19:21:54.132Z Downloaded futures-task v0.3.32
6622026-06-22T19:21:54.133Z Downloaded futures-sink v0.3.32
6632026-06-22T19:21:54.133Z Downloaded float-cmp v0.10.0
6642026-06-22T19:21:54.133Z Downloaded derive_builder_macro v0.20.2
6652026-06-22T19:21:54.133Z Downloaded dirs-next v2.0.0
6662026-06-22T19:21:54.133Z Downloaded corncobs v0.1.4
6672026-06-22T19:21:54.133Z Downloaded convert_case v0.10.0
6682026-06-22T19:21:54.133Z Downloaded backoff v0.4.0
6692026-06-22T19:21:54.133Z Downloaded anstream v0.6.21
6702026-06-22T19:21:54.133Z Downloaded fxhash v0.2.1
6712026-06-22T19:21:54.133Z Downloaded futures-macro v0.3.32
6722026-06-22T19:21:54.133Z Downloaded endian-type v0.1.2
6732026-06-22T19:21:54.133Z Downloaded float-ord v0.3.2
6742026-06-22T19:21:54.133Z Downloaded cmake v0.1.57
6752026-06-22T19:21:54.133Z Downloaded ed25519 v2.2.3
6762026-06-22T19:21:54.133Z Downloaded byte-wrapper v0.1.0
6772026-06-22T19:21:54.140Z Downloaded camino-tempfile-ext v0.3.3
6782026-06-22T19:21:54.140Z Downloaded derive-ex v0.1.8
6792026-06-22T19:21:54.140Z Downloaded deranged v0.5.8
6802026-06-22T19:21:54.140Z Downloaded derive_builder_core v0.20.2
6812026-06-22T19:21:54.140Z Downloaded debug-ignore v1.0.5
6822026-06-22T19:21:54.140Z Downloaded blake2 v0.10.6
6832026-06-22T19:21:54.140Z Downloaded cargo_metadata v0.23.1
6842026-06-22T19:21:54.141Z Downloaded aead v0.5.2
6852026-06-22T19:21:54.141Z Downloaded gethostname v0.5.0
6862026-06-22T19:21:54.141Z Downloaded git-stub v1.0.0
6872026-06-22T19:21:54.141Z Downloaded globwalk v0.9.1
6882026-06-22T19:21:54.141Z Downloaded headers-core v0.3.0
6892026-06-22T19:21:54.141Z Downloaded hash32 v0.2.1
6902026-06-22T19:21:54.141Z Downloaded hash32 v0.3.1
6912026-06-22T19:21:54.141Z Downloaded hex v0.4.3
6922026-06-22T19:21:54.141Z Downloaded constant_time_eq v0.4.2
6932026-06-22T19:21:54.141Z Downloaded hostname v0.4.2
6942026-06-22T19:21:54.141Z Downloaded hostname v0.3.1
6952026-06-22T19:21:54.163Z Downloaded chacha20 v0.9.1
6962026-06-22T19:21:54.163Z Downloaded argon2 v0.5.3
6972026-06-22T19:21:54.163Z Downloaded home v0.5.12
6982026-06-22T19:21:54.163Z Downloaded httpdate v1.0.3
6992026-06-22T19:21:54.163Z Downloaded bit-vec v0.8.0
7002026-06-22T19:21:54.163Z Downloaded bcrypt-pbkdf v0.10.0
7012026-06-22T19:21:54.163Z Downloaded find-msvc-tools v0.1.9
7022026-06-22T19:21:54.163Z Downloaded base64ct v1.8.3
7032026-06-22T19:21:54.171Z Downloaded defmt-macros v1.0.1
7042026-06-22T19:21:54.171Z Downloaded critical-section v1.2.0
7052026-06-22T19:21:54.171Z Downloaded futures-executor v0.3.32
7062026-06-22T19:21:54.171Z Downloaded fs_extra v1.3.0
7072026-06-22T19:21:54.171Z Downloaded diesel-dtrace v0.5.0
7082026-06-22T19:21:54.171Z Downloaded foldhash v0.2.0
7092026-06-22T19:21:54.171Z Downloaded der_derive v0.7.3
7102026-06-22T19:21:54.172Z Downloaded data-encoding v2.10.0
7112026-06-22T19:21:54.172Z Downloaded foldhash v0.1.5
7122026-06-22T19:21:54.172Z Downloaded cexpr v0.6.0
7132026-06-22T19:21:54.172Z Downloaded fixedbitset v0.5.7
7142026-06-22T19:21:54.172Z Downloaded hex-literal v0.4.1
7152026-06-22T19:21:54.172Z Downloaded fallible-iterator v0.2.0
7162026-06-22T19:21:54.172Z Downloaded env_logger v0.11.9
7172026-06-22T19:21:54.184Z Downloaded http-body v1.0.1
7182026-06-22T19:21:54.184Z Downloaded ena v0.14.4
7192026-06-22T19:21:54.184Z Downloaded http-range v0.1.5
7202026-06-22T19:21:54.184Z Downloaded const-oid v0.9.6
7212026-06-22T19:21:54.184Z Downloaded ecdsa v0.16.9
7222026-06-22T19:21:54.184Z Downloaded git-stub-vcs v0.1.0
7232026-06-22T19:21:54.184Z Downloaded filetime v0.2.27
7242026-06-22T19:21:54.184Z Downloaded ff v0.13.1
7252026-06-22T19:21:54.202Z Downloaded either v1.15.0
7262026-06-22T19:21:54.202Z Downloaded colored v3.1.1
7272026-06-22T19:21:54.202Z Downloaded colored v2.2.0
7282026-06-22T19:21:54.202Z Downloaded document-features v0.2.12
7292026-06-22T19:21:54.202Z Downloaded hubpack_derive v0.1.1
7302026-06-22T19:21:54.202Z Downloaded cancel-safe-futures v0.1.5
7312026-06-22T19:21:54.202Z Downloaded illumos-nvpair-sys v0.2.0
7322026-06-22T19:21:54.203Z Downloaded bzip2 v0.4.4
7332026-06-22T19:21:54.203Z Downloaded indent_write v2.2.0
7342026-06-22T19:21:54.203Z Downloaded hubpack v0.1.2
7352026-06-22T19:21:54.203Z Downloaded bytes v1.11.1
7362026-06-22T19:21:54.212Z Downloaded bitflags v1.3.2
7372026-06-22T19:21:54.212Z Downloaded crossbeam-deque v0.8.6
7382026-06-22T19:21:54.212Z Downloaded crc32fast v1.5.0
7392026-06-22T19:21:54.213Z Downloaded group v0.13.0
7402026-06-22T19:21:54.213Z Downloaded base64 v0.21.7
7412026-06-22T19:21:54.213Z Downloaded hyper-tls v0.6.0
7422026-06-22T19:21:54.213Z Downloaded async-bb8-diesel v0.2.1
7432026-06-22T19:21:54.213Z Downloaded console v0.15.11
7442026-06-22T19:21:54.213Z Downloaded const_format_proc_macros v0.2.34
7452026-06-22T19:21:54.213Z Downloaded illumos-nvpair v0.3.0
7462026-06-22T19:21:54.213Z Downloaded fs-err v2.11.0
7472026-06-22T19:21:54.213Z Downloaded is-terminal v0.4.17
7482026-06-22T19:21:54.213Z Downloaded indoc v1.0.9
7492026-06-22T19:21:54.213Z Downloaded ident_case v1.0.1
7502026-06-22T19:21:54.226Z Downloaded kstat-rs v0.2.4
7512026-06-22T19:21:54.227Z Downloaded glob v0.3.3
7522026-06-22T19:21:54.227Z Downloaded keccak v0.1.6
7532026-06-22T19:21:54.227Z Downloaded compression-codecs v0.4.37
7542026-06-22T19:21:54.227Z Downloaded internet-checksum v0.2.1
7552026-06-22T19:21:54.227Z Downloaded instant v0.1.13
7562026-06-22T19:21:54.239Z Downloaded ciborium v0.2.2
7572026-06-22T19:21:54.239Z Downloaded instability v0.3.11
7582026-06-22T19:21:54.239Z Downloaded futures-core v0.3.32
7592026-06-22T19:21:54.240Z Downloaded inout v0.1.4
7602026-06-22T19:21:54.240Z Downloaded is_ci v1.2.0
7612026-06-22T19:21:54.240Z Downloaded libscf-sys v1.1.0
7622026-06-22T19:21:54.240Z Downloaded futures-channel v0.3.32
7632026-06-22T19:21:54.240Z Downloaded cipher v0.4.4
7642026-06-22T19:21:54.240Z Downloaded console v0.16.2
7652026-06-22T19:21:54.257Z Downloaded linked-hash-map v0.5.6
7662026-06-22T19:21:54.257Z Downloaded highway v1.3.0
7672026-06-22T19:21:54.257Z Downloaded http-body-util v0.1.3
7682026-06-22T19:21:54.257Z Downloaded crossbeam-channel v0.5.15
7692026-06-22T19:21:54.257Z Downloaded diff v0.1.13
7702026-06-22T19:21:54.257Z Downloaded derive_builder v0.20.2
7712026-06-22T19:21:54.257Z Downloaded erased-serde v0.3.31
7722026-06-22T19:21:54.257Z Downloaded cookie_store v0.22.1
7732026-06-22T19:21:54.270Z Downloaded async-compression v0.4.41
7742026-06-22T19:21:54.270Z Downloaded hyper-staticfile v0.10.1
7752026-06-22T19:21:54.270Z Downloaded der v0.7.10
7762026-06-22T19:21:54.270Z Downloaded crossbeam-epoch v0.9.18
7772026-06-22T19:21:54.270Z Downloaded memoffset v0.9.1
7782026-06-22T19:21:54.270Z Downloaded match_cfg v0.1.0
7792026-06-22T19:21:54.270Z Downloaded lzss v0.8.2
7802026-06-22T19:21:54.270Z Downloaded impl-trait-for-tuples v0.2.3
7812026-06-22T19:21:54.270Z Downloaded globset v0.4.18
7822026-06-22T19:21:54.270Z Downloaded chacha20poly1305 v0.10.1
7832026-06-22T19:21:54.270Z Downloaded lru-slab v0.1.2
7842026-06-22T19:21:54.270Z Downloaded lalrpop-util v0.19.12
7852026-06-22T19:21:54.293Z Downloaded derive-where v1.6.0
7862026-06-22T19:21:54.293Z Downloaded des v0.8.1
7872026-06-22T19:21:54.293Z Downloaded ipnet v2.11.0
7882026-06-22T19:21:54.293Z Downloaded ingot v0.1.1
7892026-06-22T19:21:54.294Z Downloaded ingot-types v0.1.2
7902026-06-22T19:21:54.318Z Downloaded lru v0.12.5
7912026-06-22T19:21:54.318Z Downloaded maybe-uninit v2.0.0
7922026-06-22T19:21:54.318Z Downloaded maplit v1.0.2
7932026-06-22T19:21:54.318Z Downloaded managed v0.8.0
7942026-06-22T19:21:54.318Z Downloaded lru-cache v0.1.2
7952026-06-22T19:21:54.318Z Downloaded newtype-uuid-macros v0.1.0
7962026-06-22T19:21:54.318Z Downloaded new_debug_unreachable v1.0.6
7972026-06-22T19:21:54.318Z Downloaded multimap v0.10.1
7982026-06-22T19:21:54.318Z Downloaded mime v0.3.17
7992026-06-22T19:21:54.318Z Downloaded md5 v0.7.0
8002026-06-22T19:21:54.318Z Downloaded nibble_vec v0.1.0
8012026-06-22T19:21:54.318Z Downloaded newline-converter v0.3.0
8022026-06-22T19:21:54.318Z Downloaded hmac v0.12.1
8032026-06-22T19:21:54.318Z Downloaded nonempty v0.12.0
8042026-06-22T19:21:54.319Z Downloaded allocator-api2 v0.2.21
8052026-06-22T19:21:54.319Z Downloaded indoc v2.0.7
8062026-06-22T19:21:54.319Z Downloaded async-trait v0.1.89
8072026-06-22T19:21:54.319Z Downloaded libloading v0.8.9
8082026-06-22T19:21:54.319Z Downloaded half v1.8.3
8092026-06-22T19:21:54.325Z Downloaded ipnetwork v0.21.1
8102026-06-22T19:21:54.325Z Downloaded lazy_static v1.5.0
8112026-06-22T19:21:54.325Z Downloaded nodrop v0.1.14
8122026-06-22T19:21:54.325Z Downloaded num-iter v0.1.45
8132026-06-22T19:21:54.325Z Downloaded num v0.4.3
8142026-06-22T19:21:54.325Z Downloaded normalize-line-endings v0.3.0
8152026-06-22T19:21:54.325Z Downloaded jobserver v0.1.34
8162026-06-22T19:21:54.325Z Downloaded flume v0.11.1
8172026-06-22T19:21:54.325Z Downloaded num-derive v0.3.3
8182026-06-22T19:21:54.325Z Downloaded newtype_derive v0.1.6
8192026-06-22T19:21:54.326Z Downloaded opaque-debug v0.3.1
8202026-06-22T19:21:54.326Z Downloaded libsw v3.5.0
8212026-06-22T19:21:54.326Z Downloaded humantime v2.3.0
8222026-06-22T19:21:54.326Z Downloaded openssl-probe v0.1.6
8232026-06-22T19:21:54.326Z Downloaded openssl-macros v0.1.1
8242026-06-22T19:21:54.368Z Downloaded num_enum_derive v0.5.11
8252026-06-22T19:21:54.368Z Downloaded httparse v1.10.1
8262026-06-22T19:21:54.369Z Downloaded num-conv v0.2.0
8272026-06-22T19:21:54.369Z Downloaded openssl-probe v0.2.1
8282026-06-22T19:21:54.369Z Downloaded libefi-sys v0.1.0
8292026-06-22T19:21:54.454Z Downloaded elliptic-curve v0.13.8
8302026-06-22T19:21:54.454Z Downloaded fatfs v0.3.6
8312026-06-22T19:21:54.454Z Downloaded half v2.7.1
8322026-06-22T19:21:54.454Z Downloaded drift v0.2.0
8332026-06-22T19:21:54.455Z Downloaded ingot-macros v0.1.1
8342026-06-22T19:21:54.455Z Downloaded derive_more v0.99.20
8352026-06-22T19:21:54.455Z Downloaded native-tls v0.2.18
8362026-06-22T19:21:54.455Z Downloaded nanorand v0.7.0
8372026-06-22T19:21:54.455Z Downloaded mime_guess v2.0.5
8382026-06-22T19:21:54.455Z Downloaded num-derive v0.4.2
8392026-06-22T19:21:54.455Z Downloaded linear-map v1.2.0
8402026-06-22T19:21:54.455Z Downloaded libsw-core v0.3.2
8412026-06-22T19:21:54.455Z Downloaded oso-derive v0.27.3
8422026-06-22T19:21:54.455Z Downloaded md-5 v0.10.6
8432026-06-22T19:21:54.455Z Downloaded const_format v0.2.35
8442026-06-22T19:21:54.455Z Downloaded compact_str v0.8.1
8452026-06-22T19:21:54.455Z Downloaded multer v3.1.0
8462026-06-22T19:21:54.455Z Downloaded packed_struct_codegen v0.10.1
8472026-06-22T19:21:54.455Z Downloaded path-slash v0.1.5
8482026-06-22T19:21:54.455Z Downloaded parse-size v1.1.0
8492026-06-22T19:21:54.456Z Downloaded num_threads v0.1.7
8502026-06-22T19:21:54.456Z Downloaded parse-display v0.10.0
8512026-06-22T19:21:54.456Z Downloaded pbkdf2 v0.11.0
8522026-06-22T19:21:54.456Z Downloaded pbkdf2 v0.12.2
8532026-06-22T19:21:54.456Z Downloaded peg-runtime v0.8.5
8542026-06-22T19:21:54.456Z Downloaded iana-time-zone v0.1.65
8552026-06-22T19:21:54.456Z Downloaded memmap2 v0.9.10
8562026-06-22T19:21:54.456Z Downloaded litrs v1.0.0
8572026-06-22T19:21:54.456Z Downloaded getrandom v0.3.4
8582026-06-22T19:21:54.540Z Downloaded pin-utils v0.1.0
8592026-06-22T19:21:54.540Z Downloaded getrandom v0.2.17
8602026-06-22T19:21:54.540Z Downloaded headers v0.4.1
8612026-06-22T19:21:54.541Z Downloaded num_enum v0.5.11
8622026-06-22T19:21:54.541Z Downloaded num_enum_derive v0.7.6
8632026-06-22T19:21:54.541Z Downloaded heapless v0.7.17
8642026-06-22T19:21:54.541Z Downloaded indexmap v1.9.3
8652026-06-22T19:21:54.541Z Downloaded phf_shared v0.12.1
8662026-06-22T19:21:54.541Z Downloaded predicates-tree v1.0.13
8672026-06-22T19:21:54.541Z Downloaded precomputed-hash v0.1.1
8682026-06-22T19:21:54.541Z Downloaded phf_shared v0.11.3
8692026-06-22T19:21:54.541Z Downloaded nu-ansi-term v0.50.3
8702026-06-22T19:21:54.541Z Downloaded futures v0.3.32
8712026-06-22T19:21:54.541Z Downloaded dropshot_endpoint v0.17.0
8722026-06-22T19:21:54.541Z Downloaded oxide-tokio-rt v0.1.4
8732026-06-22T19:21:54.541Z Downloaded arc-swap v1.8.2
8742026-06-22T19:21:54.541Z Downloaded predicates-core v1.0.10
8752026-06-22T19:21:54.542Z Downloaded powerfmt v0.2.0
8762026-06-22T19:21:54.542Z Downloaded derive_more v2.1.1
8772026-06-22T19:21:54.542Z Downloaded proc-macro-crate v3.4.0
8782026-06-22T19:21:54.542Z Downloaded proc-macro-crate v1.3.1
8792026-06-22T19:21:54.542Z Downloaded ar_archive_writer v0.5.1
8802026-06-22T19:21:54.542Z Downloaded packed_struct v0.10.1
8812026-06-22T19:21:54.542Z Downloaded hyper-rustls v0.27.7
8822026-06-22T19:21:54.542Z Downloaded olpc-cjson v0.1.4
8832026-06-22T19:21:54.542Z Downloaded password-hash v0.4.2
8842026-06-22T19:21:54.542Z Downloaded oxnet v0.1.6
8852026-06-22T19:21:54.542Z Downloaded owo-colors v4.3.0
8862026-06-22T19:21:54.542Z Downloaded proc-macro-error-attr2 v2.0.0
8872026-06-22T19:21:54.542Z Downloaded paste v1.0.15
8882026-06-22T19:21:54.543Z Downloaded progenitor-macro v0.14.0
8892026-06-22T19:21:54.543Z Downloaded progenitor-macro v0.13.0
8902026-06-22T19:21:54.543Z Downloaded phf_shared v0.13.1
8912026-06-22T19:21:54.543Z Downloaded pem v3.0.6
8922026-06-22T19:21:54.543Z Downloaded peg v0.8.5
8932026-06-22T19:21:54.543Z Downloaded quick-error v1.2.3
8942026-06-22T19:21:54.543Z Downloaded password-hash v0.5.0
8952026-06-22T19:21:54.543Z Downloaded progenitor-client v0.14.0
8962026-06-22T19:21:54.543Z Downloaded parse-display-derive v0.10.0
8972026-06-22T19:21:54.543Z Downloaded parking_lot_core v0.8.6
8982026-06-22T19:21:54.543Z Downloaded psl-types v2.0.11
8992026-06-22T19:21:54.544Z Downloaded num-complex v0.4.6
9002026-06-22T19:21:54.544Z Downloaded cc v1.2.56
9012026-06-22T19:21:54.544Z Downloaded ignore v0.4.25
9022026-06-22T19:21:54.602Z Downloaded num-rational v0.4.2
9032026-06-22T19:21:54.602Z Downloaded newtype-uuid v1.3.2
9042026-06-22T19:21:54.603Z Downloaded num-integer v0.1.46
9052026-06-22T19:21:54.603Z Downloaded radium v0.7.0
9062026-06-22T19:21:54.603Z Downloaded pem-rfc7468 v0.7.0
9072026-06-22T19:21:54.603Z Downloaded peg-macros v0.8.5
9082026-06-22T19:21:54.603Z Downloaded pin-project-internal v1.1.11
9092026-06-22T19:21:54.603Z Downloaded phf v0.12.1
9102026-06-22T19:21:54.603Z Downloaded libbz2-rs-sys v0.2.2
9112026-06-22T19:21:54.603Z Downloaded heapless v0.8.0
9122026-06-22T19:21:54.603Z Downloaded num_enum v0.7.6
9132026-06-22T19:21:54.603Z Downloaded pkcs8 v0.10.2
9142026-06-22T19:21:54.603Z Downloaded indicatif v0.18.4
9152026-06-22T19:21:54.603Z Downloaded rand_chacha v0.3.1
9162026-06-22T19:21:54.603Z Downloaded polyval v0.6.2
9172026-06-22T19:21:54.603Z Downloaded phf v0.13.1
9182026-06-22T19:21:54.603Z Downloaded ed25519-dalek v2.2.0
9192026-06-22T19:21:54.604Z Downloaded darling_core v0.23.0
9202026-06-22T19:21:54.604Z Downloaded rand_xorshift v0.4.0
9212026-06-22T19:21:54.604Z Downloaded poly1305 v0.8.0
9222026-06-22T19:21:54.604Z Downloaded ppv-lite86 v0.2.21
9232026-06-22T19:21:54.604Z Downloaded omicron-zone-package v0.12.2
9242026-06-22T19:21:54.604Z Downloaded postgres-protocol v0.6.10
9252026-06-22T19:21:54.604Z Downloaded parking_lot_core v0.9.12
9262026-06-22T19:21:54.604Z Downloaded recursive-proc-macro-impl v0.1.1
9272026-06-22T19:21:54.604Z Downloaded flate2 v1.1.9
9282026-06-22T19:21:54.604Z Downloaded predicates v3.1.4
9292026-06-22T19:21:54.604Z Downloaded ref-cast v1.0.25
9302026-06-22T19:21:54.604Z Downloaded recursive v0.1.1
9312026-06-22T19:21:54.604Z Downloaded parking_lot v0.12.5
9322026-06-22T19:21:54.604Z Downloaded progenitor-client v0.13.0
9332026-06-22T19:21:54.604Z Downloaded ref-cast-impl v1.0.25
9342026-06-22T19:21:54.604Z Downloaded rfc6979 v0.4.0
9352026-06-22T19:21:54.605Z Downloaded primeorder v0.13.6
9362026-06-22T19:21:54.605Z Downloaded lock_api v0.4.14
9372026-06-22T19:21:54.605Z Downloaded parking_lot v0.11.2
9382026-06-22T19:21:54.605Z Downloaded progenitor v0.14.0
9392026-06-22T19:21:54.605Z Downloaded proc-macro-error2 v2.0.1
9402026-06-22T19:21:54.605Z Downloaded rustc-hash v2.1.1
9412026-06-22T19:21:54.605Z Downloaded psm v0.1.30
9422026-06-22T19:21:54.605Z Downloaded r2d2 v0.8.10
9432026-06-22T19:21:54.605Z Downloaded hickory-resolver v0.25.2
9442026-06-22T19:21:54.642Z Downloaded russh-cryptovec v0.7.3
9452026-06-22T19:21:54.642Z Downloaded hickory-resolver v0.24.4
9462026-06-22T19:21:54.642Z Downloaded rand_chacha v0.9.0
9472026-06-22T19:21:54.642Z Downloaded miniz_oxide v0.8.9
9482026-06-22T19:21:54.642Z Downloaded pkcs5 v0.7.1
9492026-06-22T19:21:54.642Z Downloaded postgres-types v0.2.12
9502026-06-22T19:21:54.642Z Downloaded pin-project-lite v0.2.17
9512026-06-22T19:21:54.642Z Downloaded pkcs1 v0.7.5
9522026-06-22T19:21:54.642Z Downloaded rand_core v0.10.0
9532026-06-22T19:21:54.642Z Downloaded rustc_version v0.1.7
9542026-06-22T19:21:54.642Z Downloaded rtoolbox v0.0.3
9552026-06-22T19:21:54.642Z Downloaded rustc_version v0.4.1
9562026-06-22T19:21:54.642Z Downloaded crypto-bigint v0.5.5
9572026-06-22T19:21:54.642Z Downloaded rand_core v0.9.5
9582026-06-22T19:21:54.642Z Downloaded bumpalo v3.20.2
9592026-06-22T19:21:54.642Z Downloaded rand_seeder v0.4.0
9602026-06-22T19:21:54.642Z Downloaded diesel_derives v2.3.7
9612026-06-22T19:21:54.642Z Downloaded salsa20 v0.10.2
9622026-06-22T19:21:54.654Z Downloaded progenitor v0.13.0
9632026-06-22T19:21:54.654Z Downloaded pkg-config v0.3.32
9642026-06-22T19:21:54.654Z Downloaded scheduled-thread-pool v0.2.7
9652026-06-22T19:21:54.654Z Downloaded sapling-renderdag v0.1.0
9662026-06-22T19:21:54.654Z Downloaded oso v0.27.3
9672026-06-22T19:21:54.655Z Downloaded progenitor-extras v0.2.0
9682026-06-22T19:21:54.655Z Downloaded resolv-conf v0.7.6
9692026-06-22T19:21:54.655Z Downloaded scopeguard v1.2.0
9702026-06-22T19:21:54.655Z Downloaded p256 v0.13.2
9712026-06-22T19:21:54.655Z Downloaded semver v0.1.20
9722026-06-22T19:21:54.655Z Downloaded seq-macro v0.3.6
9732026-06-22T19:21:54.655Z Downloaded secrecy v0.8.0
9742026-06-22T19:21:54.655Z Downloaded scrypt v0.11.0
9752026-06-22T19:21:54.694Z Downloaded serde_repr v0.1.20
9762026-06-22T19:21:54.694Z Downloaded serde_bytes v0.11.19
9772026-06-22T19:21:54.694Z Downloaded scroll_derive v0.13.1
9782026-06-22T19:21:54.695Z Downloaded serde-big-array v0.5.1
9792026-06-22T19:21:54.695Z Downloaded secrecy v0.10.3
9802026-06-22T19:21:54.695Z Downloaded serde_plain v1.0.2
9812026-06-22T19:21:54.695Z Downloaded minimal-lexical v0.2.1
9822026-06-22T19:21:54.716Z Downloaded prefix-trie v0.7.0
9832026-06-22T19:21:54.716Z Downloaded jiff-static v0.2.21
9842026-06-22T19:21:54.716Z Downloaded serde_urlencoded v0.7.1
9852026-06-22T19:21:54.716Z Downloaded rand_core v0.6.4
9862026-06-22T19:21:54.716Z Downloaded serde_spanned v1.0.4
9872026-06-22T19:21:54.716Z Downloaded postcard v1.1.3
9882026-06-22T19:21:54.716Z Downloaded pin-project v1.1.11
9892026-06-22T19:21:54.716Z Downloaded rustls-pemfile v1.0.4
9902026-06-22T19:21:54.716Z Downloaded http v1.4.0
9912026-06-22T19:21:54.716Z Downloaded shell-words v1.1.1
9922026-06-22T19:21:54.716Z Downloaded signature v2.2.0
9932026-06-22T19:21:54.716Z Downloaded signal-hook-tokio v0.3.1
9942026-06-22T19:21:54.716Z Downloaded sha1 v0.10.6
9952026-06-22T19:21:54.716Z Downloaded rusty-fork v0.3.1
9962026-06-22T19:21:54.716Z Downloaded expectorate v1.2.0
9972026-06-22T19:21:54.716Z Downloaded dropshot-api-manager v0.7.2
9982026-06-22T19:21:54.732Z Downloaded schemars_derive v0.8.22
9992026-06-22T19:21:54.732Z Downloaded same-file v1.0.6
10002026-06-22T19:21:54.732Z Downloaded rustversion v1.0.22
10012026-06-22T19:21:54.732Z Downloaded sigpipe v0.1.3
10022026-06-22T19:21:54.732Z Downloaded signal-hook-mio v0.2.5
10032026-06-22T19:21:54.732Z Downloaded rustls-pemfile v2.2.0
10042026-06-22T19:21:54.732Z Downloaded derive_more-impl v2.1.1
10052026-06-22T19:21:54.732Z Downloaded slog-bunyan v2.5.0
10062026-06-22T19:21:54.732Z Downloaded siphasher v1.0.2
10072026-06-22T19:21:54.732Z Downloaded progenitor-impl v0.14.0
10082026-06-22T19:21:54.732Z Downloaded progenitor-impl v0.13.0
10092026-06-22T19:21:54.732Z Downloaded scroll v0.13.0
10102026-06-22T19:21:54.752Z Downloaded quinn-udp v0.5.14
10112026-06-22T19:21:54.752Z Downloaded slog-envlogger v2.2.0
10122026-06-22T19:21:54.752Z Downloaded sec1 v0.7.3
10132026-06-22T19:21:54.752Z Downloaded sct v0.7.1
10142026-06-22T19:21:54.752Z Downloaded papergrid v0.17.0
10152026-06-22T19:21:54.773Z Downloaded itertools v0.10.5
10162026-06-22T19:21:54.773Z Downloaded serde-hex v0.1.0
10172026-06-22T19:21:54.773Z Downloaded sqlparser_derive v0.5.0
10182026-06-22T19:21:54.773Z Downloaded ssh-cipher v0.2.0
10192026-06-22T19:21:54.773Z Downloaded serde_derive_internals v0.29.1
10202026-06-22T19:21:54.773Z Downloaded serde_path_to_error v0.1.20
10212026-06-22T19:21:54.773Z Downloaded hashbrown v0.12.3
10222026-06-22T19:21:54.773Z Downloaded hashbrown v0.13.2
10232026-06-22T19:21:54.815Z Downloaded aes-gcm v0.10.3
10242026-06-22T19:21:54.815Z Downloaded rustls-native-certs v0.8.3
10252026-06-22T19:21:54.815Z Downloaded serde_with_macros v1.5.2
10262026-06-22T19:21:54.816Z Downloaded shlex v1.3.0
10272026-06-22T19:21:54.816Z Downloaded rustls-pki-types v1.14.0
10282026-06-22T19:21:54.816Z Downloaded ssh-encoding v0.2.0
10292026-06-22T19:21:54.816Z Downloaded rcgen v0.12.1
10302026-06-22T19:21:54.845Z Downloaded crossterm v0.28.1
10312026-06-22T19:21:54.845Z Downloaded strip-ansi-escapes v0.2.1
10322026-06-22T19:21:54.846Z Downloaded strum v0.26.3
10332026-06-22T19:21:54.846Z Downloaded structmeta-derive v0.3.0
10342026-06-22T19:21:54.846Z Downloaded simd-adler32 v0.3.8
10352026-06-22T19:21:54.846Z Downloaded strum v0.27.2
10362026-06-22T19:21:54.846Z Downloaded slog-async v2.8.0
10372026-06-22T19:21:54.846Z Downloaded slog-stdlog v4.1.1
10382026-06-22T19:21:54.846Z Downloaded openssl-sys v0.9.115
10392026-06-22T19:21:54.846Z Downloaded smallvec v0.6.14
10402026-06-22T19:21:54.846Z Downloaded structmeta v0.3.0
10412026-06-22T19:21:54.846Z Downloaded strsim v0.10.0
10422026-06-22T19:21:54.846Z Downloaded slog-json v2.6.1
10432026-06-22T19:21:54.846Z Downloaded sync_wrapper v1.0.2
10442026-06-22T19:21:54.846Z Downloaded supports-color v3.0.2
10452026-06-22T19:21:54.846Z Downloaded subtle v2.6.1
10462026-06-22T19:21:54.846Z Downloaded slog-dtrace v0.3.0
10472026-06-22T19:21:54.846Z Downloaded smf v0.2.3
10482026-06-22T19:21:54.846Z Downloaded sync-ptr v0.1.4
10492026-06-22T19:21:54.846Z Downloaded slog-term v2.9.2
10502026-06-22T19:21:54.846Z Downloaded hashbrown v0.16.1
10512026-06-22T19:21:54.846Z Downloaded hyper-util v0.1.20
10522026-06-22T19:21:54.846Z Downloaded slab v0.4.12
10532026-06-22T19:21:54.860Z Downloaded russh-keys v0.45.0
10542026-06-22T19:21:54.860Z Downloaded spki v0.7.3
10552026-06-22T19:21:54.860Z Downloaded snafu-derive v0.8.9
10562026-06-22T19:21:54.860Z Downloaded take_mut v0.2.2
10572026-06-22T19:21:54.860Z Downloaded tap v1.0.1
10582026-06-22T19:21:54.860Z Downloaded tabled_derive v0.11.0
10592026-06-22T19:21:54.860Z Downloaded rayon-core v1.13.0
10602026-06-22T19:21:54.860Z Downloaded testing_table v0.3.0
10612026-06-22T19:21:54.860Z Downloaded termtree v0.5.1
10622026-06-22T19:21:54.860Z Downloaded tagptr v0.2.0
10632026-06-22T19:21:54.860Z Downloaded tabwriter v1.4.1
10642026-06-22T19:21:54.861Z Downloaded sqlformat v0.3.5
10652026-06-22T19:21:54.861Z Downloaded time-core v0.1.8
10662026-06-22T19:21:54.861Z Downloaded thiserror-impl-no-std v2.0.2
10672026-06-22T19:21:54.861Z Downloaded hickory-server v0.25.2
10682026-06-22T19:21:54.877Z Downloaded rustls-platform-verifier v0.6.2
10692026-06-22T19:21:54.877Z Downloaded thread-id v5.1.0
10702026-06-22T19:21:54.877Z Downloaded static_assertions v1.1.0
10712026-06-22T19:21:54.877Z Downloaded serde_with_macros v3.17.0
10722026-06-22T19:21:54.877Z Downloaded stringprep v0.1.5
10732026-06-22T19:21:54.877Z Downloaded stacker v0.1.23
10742026-06-22T19:21:54.877Z Downloaded signal-hook-registry v1.4.8
10752026-06-22T19:21:54.919Z Downloaded ryu v1.0.23
10762026-06-22T19:21:54.920Z Downloaded ron v0.8.1
10772026-06-22T19:21:54.920Z Downloaded crossterm v0.29.0
10782026-06-22T19:21:54.920Z Downloaded tinyvec_macros v0.1.1
10792026-06-22T19:21:54.920Z Downloaded strum_macros v0.24.3
10802026-06-22T19:21:54.920Z Downloaded string_cache v0.8.9
10812026-06-22T19:21:54.920Z Downloaded schemars v0.8.22
10822026-06-22T19:21:54.920Z Downloaded tokio-macros v2.7.0
10832026-06-22T19:21:54.920Z Downloaded support-bundle-viewer v0.1.2
10842026-06-22T19:21:54.920Z Downloaded strum_macros v0.27.2
10852026-06-22T19:21:54.920Z Downloaded strum_macros v0.26.4
10862026-06-22T19:21:54.920Z Downloaded rand v0.8.6
10872026-06-22T19:21:54.920Z Downloaded nom v7.1.3
10882026-06-22T19:21:54.941Z Downloaded hashbrown v0.15.5
10892026-06-22T19:21:54.941Z Downloaded prettyplease v0.2.37
10902026-06-22T19:21:54.941Z Downloaded pretty_assertions v1.4.1
10912026-06-22T19:21:54.941Z Downloaded publicsuffix v2.3.0
10922026-06-22T19:21:54.941Z Downloaded slog-scope v4.4.1
10932026-06-22T19:21:54.942Z Downloaded aho-corasick v1.1.4
10942026-06-22T19:21:54.942Z Downloaded thread_local v1.1.9
10952026-06-22T19:21:54.942Z Downloaded thiserror-no-std v2.0.2
10962026-06-22T19:21:54.942Z Downloaded termios v0.3.3
10972026-06-22T19:21:54.942Z Downloaded spin v0.9.8
10982026-06-22T19:21:54.942Z Downloaded qorb v0.4.1
10992026-06-22T19:21:54.942Z Downloaded serde_cbor v0.11.2
11002026-06-22T19:21:54.942Z Downloaded signal-hook v0.3.18
11012026-06-22T19:21:54.942Z Downloaded mio v1.2.0
11022026-06-22T19:21:54.968Z Downloaded similar v2.7.0
11032026-06-22T19:21:54.968Z Downloaded num-bigint v0.4.6
11042026-06-22T19:21:54.968Z Downloaded topological-sort v0.2.2
11052026-06-22T19:21:54.969Z Downloaded serde_yaml v0.9.34+deprecated
11062026-06-22T19:21:54.969Z Downloaded tiny-keccak v2.0.2
11072026-06-22T19:21:54.969Z Downloaded tower-service v0.3.3
11082026-06-22T19:21:54.969Z Downloaded time-macros v0.2.27
11092026-06-22T19:21:54.969Z Downloaded tower-layer v0.3.3
11102026-06-22T19:21:54.969Z Downloaded try-lock v0.2.5
11112026-06-22T19:21:54.969Z Downloaded trait-variant v0.1.2
11122026-06-22T19:21:54.969Z Downloaded num-bigint-dig v0.8.6
11132026-06-22T19:21:54.992Z Downloaded tls_codec_derive v0.4.2
11142026-06-22T19:21:54.992Z Downloaded tls_codec v0.4.2
11152026-06-22T19:21:54.992Z Downloaded tokio-dtrace v0.1.1
11162026-06-22T19:21:54.992Z Downloaded typify-macro v0.6.2
11172026-06-22T19:21:54.992Z Downloaded schemars v0.9.0
11182026-06-22T19:21:54.992Z Downloaded unarray v0.1.4
11192026-06-22T19:21:54.992Z Downloaded unicode-truncate v1.1.0
11202026-06-22T19:21:54.992Z Downloaded tokio-native-tls v0.3.1
11212026-06-22T19:21:54.992Z Downloaded rand v0.9.2
11222026-06-22T19:21:54.992Z Downloaded tokio-rustls v0.25.0
11232026-06-22T19:21:55.020Z Downloaded rsa v0.9.10
11242026-06-22T19:21:55.020Z Downloaded socket2 v0.5.10
11252026-06-22T19:21:55.020Z Downloaded universal-hash v0.5.1
11262026-06-22T19:21:55.020Z Downloaded slog v2.8.2
11272026-06-22T19:21:55.021Z Downloaded libxml v0.3.3
11282026-06-22T19:21:55.021Z Downloaded usdt-attr-macro v0.6.0
11292026-06-22T19:21:55.021Z Downloaded itertools v0.12.1
11302026-06-22T19:21:55.021Z Downloaded tokio-tungstenite v0.23.1
11312026-06-22T19:21:55.021Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11322026-06-22T19:21:55.021Z Downloaded tokio-tungstenite v0.21.0
11332026-06-22T19:21:55.021Z Downloaded unit-prefix v0.5.2
11342026-06-22T19:21:55.021Z Downloaded quinn v0.11.9
11352026-06-22T19:21:55.033Z Downloaded utf-8 v0.7.6
11362026-06-22T19:21:55.033Z Downloaded usdt-macro v0.6.0
11372026-06-22T19:21:55.033Z Downloaded usdt v0.6.0
11382026-06-22T19:21:55.033Z Downloaded socket2 v0.6.3
11392026-06-22T19:21:55.033Z Downloaded void v1.0.2
11402026-06-22T19:21:55.034Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11412026-06-22T19:21:55.034Z Downloaded term v1.2.1
11422026-06-22T19:21:55.034Z Downloaded itertools v0.13.0
11432026-06-22T19:21:55.034Z Downloaded libm v0.2.16
11442026-06-22T19:21:55.043Z Downloaded iri-string v0.7.10
11452026-06-22T19:21:55.043Z Downloaded subprocess v0.2.15
11462026-06-22T19:21:55.043Z Downloaded waitgroup v0.1.2
11472026-06-22T19:21:55.057Z Downloaded want v0.3.1
11482026-06-22T19:21:55.057Z Downloaded samael v0.0.19
11492026-06-22T19:21:55.067Z Downloaded tokio-rustls v0.24.1
11502026-06-22T19:21:55.067Z Downloaded h2 v0.4.13
11512026-06-22T19:21:55.067Z Downloaded tui-tree-widget v0.23.1
11522026-06-22T19:21:55.067Z Downloaded futures-util v0.3.32
11532026-06-22T19:21:55.087Z Downloaded xattr v1.6.1
11542026-06-22T19:21:55.087Z Downloaded xshell-macros v0.2.7
11552026-06-22T19:21:55.087Z Downloaded untrusted v0.7.1
11562026-06-22T19:21:55.087Z Downloaded unicase v2.9.0
11572026-06-22T19:21:55.087Z Downloaded test-strategy v0.4.5
11582026-06-22T19:21:55.088Z Downloaded zeroize_derive v1.4.3
11592026-06-22T19:21:55.088Z Downloaded tokio-rustls v0.26.4
11602026-06-22T19:21:55.115Z Downloaded untrusted v0.9.0
11612026-06-22T19:21:55.115Z Downloaded hkdf v0.12.4
11622026-06-22T19:21:55.115Z Downloaded zone_cfg_derive v0.3.1
11632026-06-22T19:21:55.115Z Downloaded usdt-impl v0.6.0
11642026-06-22T19:21:55.115Z Downloaded toml_parser v1.0.9+spec-1.1.0
11652026-06-22T19:21:55.115Z Downloaded toml_writer v1.0.6+spec-1.1.0
11662026-06-22T19:21:55.116Z Downloaded term v0.7.0
11672026-06-22T19:21:55.116Z Downloaded zone v0.3.1
11682026-06-22T19:21:55.116Z Downloaded vsss-rs v3.3.4
11692026-06-22T19:21:55.116Z Downloaded uzers v0.12.2
11702026-06-22T19:21:55.116Z Downloaded vergen-lib v0.1.6
11712026-06-22T19:21:55.116Z Downloaded rustls-webpki v0.103.9
11722026-06-22T19:21:55.116Z Downloaded nom v8.0.0
11732026-06-22T19:21:55.144Z Downloaded vergen-gitcl v1.0.8
11742026-06-22T19:21:55.144Z Downloaded itertools v0.14.0
11752026-06-22T19:21:55.144Z Downloaded walkdir v2.5.0
11762026-06-22T19:21:55.144Z Downloaded wyz v0.5.1
11772026-06-22T19:21:55.144Z Downloaded tinyvec v1.10.0
11782026-06-22T19:21:55.170Z Downloaded whoami v1.6.1
11792026-06-22T19:21:55.171Z Downloaded wait-timeout v0.2.1
11802026-06-22T19:21:55.171Z Downloaded vergen-lib v9.1.0
11812026-06-22T19:21:55.171Z Downloaded xshell v0.2.7
11822026-06-22T19:21:55.172Z Downloaded whoami v2.1.0
11832026-06-22T19:21:55.172Z Downloaded twox-hash v2.1.2
11842026-06-22T19:21:55.172Z Downloaded toml v1.0.6+spec-1.1.0
11852026-06-22T19:21:55.172Z Downloaded zeroize v1.8.2
11862026-06-22T19:21:55.172Z Downloaded toml v0.7.8
11872026-06-22T19:21:55.172Z Downloaded blake3 v1.8.3
11882026-06-22T19:21:55.173Z Downloaded unicode-properties v0.1.4
11892026-06-22T19:21:55.186Z Downloaded schemars v1.2.1
11902026-06-22T19:21:55.186Z Downloaded vergen-git2 v9.1.0
11912026-06-22T19:21:55.186Z Downloaded tokio-stream v0.1.18
11922026-06-22T19:21:55.186Z Downloaded rustyline v14.0.0
11932026-06-22T19:21:55.186Z Downloaded tracing-attributes v0.1.31
11942026-06-22T19:21:55.186Z Downloaded zstd v0.13.3
11952026-06-22T19:21:55.186Z Downloaded snafu v0.8.9
11962026-06-22T19:21:55.186Z Downloaded vergen v9.1.0
11972026-06-22T19:21:55.186Z Downloaded typify v0.6.2
11982026-06-22T19:21:55.186Z Downloaded zstd-safe v7.2.4
11992026-06-22T19:21:55.208Z Downloaded tracing-core v0.1.36
12002026-06-22T19:21:55.208Z Downloaded tar v0.4.45
12012026-06-22T19:21:55.208Z Downloaded russh v0.45.0
12022026-06-22T19:21:55.208Z Downloaded hyper v1.8.1
12032026-06-22T19:21:55.208Z Downloaded rand v0.10.0
12042026-06-22T19:21:55.208Z Downloaded unicode-bidi v0.3.18
12052026-06-22T19:21:55.208Z Downloaded tungstenite v0.23.0
12062026-06-22T19:21:55.208Z Downloaded chrono v0.4.44
12072026-06-22T19:21:55.237Z Downloaded rpassword v7.4.0
12082026-06-22T19:21:55.237Z Downloaded unsafe-libyaml v0.2.11
12092026-06-22T19:21:55.237Z Downloaded aws-lc-rs v1.16.3
12102026-06-22T19:21:55.237Z Downloaded tungstenite v0.21.0
12112026-06-22T19:21:55.238Z Downloaded uuid v1.23.0
12122026-06-22T19:21:55.238Z Downloaded bitvec v1.0.1
12132026-06-22T19:21:55.265Z Downloaded yasna v0.5.2
12142026-06-22T19:21:55.265Z Downloaded vte v0.14.1
12152026-06-22T19:21:55.265Z Downloaded iddqd v0.4.2
12162026-06-22T19:21:55.265Z Downloaded p521 v0.13.3
12172026-06-22T19:21:55.265Z Downloaded toml_edit v0.23.10+spec-1.0.0
12182026-06-22T19:21:55.265Z Downloaded serde_with v1.14.0
12192026-06-22T19:21:55.283Z Downloaded zopfli v0.8.3
12202026-06-22T19:21:55.307Z Downloaded regex v1.12.3
12212026-06-22T19:21:55.307Z Downloaded zerocopy v0.6.6
12222026-06-22T19:21:55.307Z Downloaded tokio-postgres v0.7.16
12232026-06-22T19:21:55.307Z Downloaded reedline v0.40.0
12242026-06-22T19:21:55.330Z Downloaded toml_edit v0.19.15
12252026-06-22T19:21:55.330Z Downloaded bindgen v0.71.1
12262026-06-22T19:21:55.330Z Downloaded unicode_categories v0.1.1
12272026-06-22T19:21:55.338Z Downloaded ssh-key v0.6.7
12282026-06-22T19:21:55.338Z Downloaded lalrpop v0.19.12
12292026-06-22T19:21:55.338Z Downloaded yansi v1.0.1
12302026-06-22T19:21:55.338Z Downloaded curve25519-dalek v4.1.3
12312026-06-22T19:21:55.338Z Downloaded steno v0.4.1
12322026-06-22T19:21:55.353Z Downloaded reqwest v0.12.28
12332026-06-22T19:21:55.353Z Downloaded reqwest v0.13.2
12342026-06-22T19:21:55.354Z Downloaded p384 v0.13.1
12352026-06-22T19:21:55.371Z Downloaded portable-atomic v1.13.1
12362026-06-22T19:21:55.386Z Downloaded zip v0.6.6
12372026-06-22T19:21:55.399Z Downloaded zerocopy-derive v0.8.40
12382026-06-22T19:21:55.399Z Downloaded typed-path v0.9.3
12392026-06-22T19:21:55.400Z Downloaded git2 v0.20.4
12402026-06-22T19:21:55.400Z Downloaded rayon v1.11.0
12412026-06-22T19:21:55.408Z Downloaded rustls-webpki v0.101.7
12422026-06-22T19:21:55.423Z Downloaded x509-cert v0.2.5
12432026-06-22T19:21:55.423Z Downloaded tower v0.5.3
12442026-06-22T19:21:55.440Z Downloaded goblin v0.10.5
12452026-06-22T19:21:55.441Z Downloaded unicode-segmentation v1.12.0
12462026-06-22T19:21:55.441Z Downloaded salty v0.3.0
12472026-06-22T19:21:55.441Z Downloaded moka v0.12.13
12482026-06-22T19:21:55.456Z Downloaded zip v4.6.1
12492026-06-22T19:21:55.456Z Downloaded tough v0.22.0
12502026-06-22T19:21:55.463Z Downloaded unicode-normalization v0.1.25
12512026-06-22T19:21:55.463Z Downloaded tokio-util v0.7.18
12522026-06-22T19:21:55.463Z Downloaded quick-xml v0.37.5
12532026-06-22T19:21:55.473Z Downloaded proptest v1.10.0
12542026-06-22T19:21:55.474Z Downloaded serde_with v3.17.0
12552026-06-22T19:21:55.481Z Downloaded tower-http v0.6.8
12562026-06-22T19:21:55.481Z Downloaded petname v2.0.2
12572026-06-22T19:21:55.504Z Downloaded nix v0.27.1
12582026-06-22T19:21:55.524Z Downloaded rustls-webpki v0.102.8
12592026-06-22T19:21:55.524Z Downloaded quinn-proto v0.11.13
12602026-06-22T19:21:55.539Z Downloaded object v0.30.4
12612026-06-22T19:21:55.539Z Downloaded winnow v0.5.40
12622026-06-22T19:21:55.565Z Downloaded winnow v0.6.26
12632026-06-22T19:21:55.565Z Downloaded radix_trie v0.2.1
12642026-06-22T19:21:55.565Z Downloaded bstr v1.12.1
12652026-06-22T19:21:55.574Z Downloaded openssl v0.10.79
12662026-06-22T19:21:55.599Z Downloaded polar-core v0.27.3
12672026-06-22T19:21:55.652Z Downloaded rustls v0.21.12
12682026-06-22T19:21:55.652Z Downloaded smoltcp v0.9.1
12692026-06-22T19:21:55.652Z Downloaded nix v0.28.0
12702026-06-22T19:21:55.684Z Downloaded time v0.3.47
12712026-06-22T19:21:55.684Z Downloaded tabled v0.20.0
12722026-06-22T19:21:55.684Z Downloaded object v0.37.3
12732026-06-22T19:21:55.685Z Downloaded regex-syntax v0.6.29
12742026-06-22T19:21:55.685Z Downloaded hickory-proto v0.24.4
12752026-06-22T19:21:55.700Z Downloaded zlib-rs v0.6.2
12762026-06-22T19:21:55.700Z Downloaded vcpkg v0.2.15
12772026-06-22T19:21:55.700Z Downloaded nix v0.31.2
12782026-06-22T19:21:55.708Z Downloaded dropshot v0.17.0
12792026-06-22T19:21:55.725Z Downloaded zerocopy v0.8.40
12802026-06-22T19:21:55.725Z Downloaded rustls v0.22.4
12812026-06-22T19:21:55.729Z Downloaded regress v0.10.5
12822026-06-22T19:21:55.729Z Downloaded rustls v0.23.37
12832026-06-22T19:21:55.735Z Downloaded diesel v2.3.7
12842026-06-22T19:21:55.752Z Downloaded regex-syntax v0.8.10
12852026-06-22T19:21:55.768Z Downloaded rustix v0.38.44
12862026-06-22T19:21:55.780Z Downloaded regress v0.11.1
12872026-06-22T19:21:55.780Z Downloaded openapiv3 v2.2.0
12882026-06-22T19:21:55.785Z Downloaded hickory-proto v0.25.2
12892026-06-22T19:21:55.792Z Downloaded webpki-roots v1.0.6
12902026-06-22T19:21:55.798Z Downloaded smoltcp v0.11.0
12912026-06-22T19:21:55.814Z Downloaded sqlparser v0.61.0
12922026-06-22T19:21:55.836Z Downloaded ratatui v0.29.0
12932026-06-22T19:21:55.845Z Downloaded typify-impl v0.6.2
12942026-06-22T19:21:55.865Z Downloaded sled v0.34.7
12952026-06-22T19:21:55.873Z Downloaded bzip2-sys v0.1.13+1.0.8
12962026-06-22T19:21:55.881Z Downloaded zerocopy-derive v0.6.6
12972026-06-22T19:21:55.888Z Downloaded tracing v0.1.44
12982026-06-22T19:21:55.901Z Downloaded regex-automata v0.4.14
12992026-06-22T19:21:55.953Z Downloaded csv v1.4.0
13002026-06-22T19:21:55.966Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13012026-06-22T19:21:55.991Z Downloaded petgraph v0.6.5
13022026-06-22T19:21:55.997Z Downloaded sha3 v0.10.8
13032026-06-22T19:21:56.003Z Downloaded jiff v0.2.21
13042026-06-22T19:21:56.013Z Downloaded chrono-tz v0.10.4
13052026-06-22T19:21:56.020Z Downloaded encoding_rs v0.8.35
13062026-06-22T19:21:56.035Z Downloaded petgraph v0.8.3
13072026-06-22T19:21:56.047Z Downloaded libz-sys v1.1.24
13082026-06-22T19:21:56.087Z Downloaded tokio v1.52.1
13092026-06-22T19:21:56.211Z Downloaded ring v0.17.14
13102026-06-22T19:21:56.270Z Downloaded libgit2-sys v0.18.3+1.9.2
13112026-06-22T19:21:56.893Z Downloaded aws-lc-sys v0.40.0
13122026-06-22T19:21:57.141Z Compiling libc v0.2.185
13132026-06-22T19:21:57.141Z Compiling serde v1.0.228
13142026-06-22T19:21:57.145Z Compiling log v0.4.29
13152026-06-22T19:21:57.145Z Compiling shlex v1.3.0
13162026-06-22T19:21:57.270Z Compiling find-msvc-tools v0.1.9
13172026-06-22T19:21:57.282Z Compiling smallvec v1.15.1
13182026-06-22T19:21:57.289Z Compiling syn v2.0.117
13192026-06-22T19:21:57.301Z Compiling typenum v1.19.0
13202026-06-22T19:21:57.458Z Compiling generic-array v0.14.7
13212026-06-22T19:21:57.479Z Compiling subtle v2.6.1
13222026-06-22T19:21:57.485Z Compiling scopeguard v1.2.0
13232026-06-22T19:21:57.533Z Compiling const-oid v0.9.6
13242026-06-22T19:21:57.589Z Compiling lock_api v0.4.14
13252026-06-22T19:21:57.601Z Compiling serde_json v1.0.149
13262026-06-22T19:21:57.646Z Compiling zerocopy v0.8.40
13272026-06-22T19:21:57.695Z Compiling portable-atomic v1.13.1
13282026-06-22T19:21:57.821Z Compiling pin-project-lite v0.2.17
13292026-06-22T19:21:57.918Z Compiling parking_lot_core v0.9.12
13302026-06-22T19:21:58.088Z Compiling pkg-config v0.3.32
13312026-06-22T19:21:58.138Z Compiling getrandom v0.2.17
13322026-06-22T19:21:58.151Z Compiling jobserver v0.1.34
13332026-06-22T19:21:58.163Z Compiling errno v0.3.14
13342026-06-22T19:21:58.257Z Compiling rand_core v0.6.4
13352026-06-22T19:21:58.311Z Compiling signal-hook-registry v1.4.8
13362026-06-22T19:21:58.354Z Compiling cc v1.2.56
13372026-06-22T19:21:58.531Z Compiling bitflags v2.11.0
13382026-06-22T19:21:58.587Z Compiling futures-core v0.3.32
13392026-06-22T19:21:58.632Z Compiling libm v0.2.16
13402026-06-22T19:21:58.746Z Compiling critical-section v1.2.0
13412026-06-22T19:21:58.755Z Compiling parking_lot v0.12.5
13422026-06-22T19:21:58.804Z Compiling mio v1.2.0
13432026-06-22T19:21:58.818Z Compiling once_cell v1.21.3
13442026-06-22T19:21:58.860Z Compiling num-traits v0.2.19
13452026-06-22T19:21:58.930Z Compiling percent-encoding v2.3.2
13462026-06-22T19:21:59.024Z Compiling socket2 v0.6.3
13472026-06-22T19:21:59.520Z Compiling futures-sink v0.3.32
13482026-06-22T19:21:59.538Z Compiling futures-io v0.3.32
13492026-06-22T19:21:59.538Z Compiling futures-channel v0.3.32
13502026-06-22T19:21:59.538Z Compiling getrandom v0.4.1
13512026-06-22T19:21:59.538Z Compiling cpufeatures v0.2.17
13522026-06-22T19:21:59.538Z Compiling futures-task v0.3.32
13532026-06-22T19:21:59.538Z Compiling slab v0.4.12
13542026-06-22T19:21:59.538Z Compiling rand_core v0.10.0
13552026-06-22T19:21:59.538Z Compiling indexmap v2.14.0
13562026-06-22T19:21:59.538Z Compiling getrandom v0.3.4
13572026-06-22T19:21:59.592Z Compiling rustversion v1.0.22
13582026-06-22T19:21:59.611Z Compiling cmake v0.1.57
13592026-06-22T19:21:59.988Z Compiling form_urlencoded v1.2.2
13602026-06-22T19:22:00.010Z Compiling fs_extra v1.3.0
13612026-06-22T19:22:00.028Z Compiling dunce v1.0.5
13622026-06-22T19:22:00.160Z Compiling synstructure v0.13.2
13632026-06-22T19:22:00.175Z Compiling base64ct v1.8.3
13642026-06-22T19:22:00.198Z Compiling ident_case v1.0.1
13652026-06-22T19:22:00.266Z Compiling aws-lc-sys v0.40.0
13662026-06-22T19:22:00.331Z Compiling rustix v1.1.3
13672026-06-22T19:22:00.449Z Compiling pem-rfc7468 v0.7.0
13682026-06-22T19:22:00.517Z Compiling iana-time-zone v0.1.65
13692026-06-22T19:22:00.544Z Compiling regex-syntax v0.8.10
13702026-06-22T19:22:00.681Z Compiling flagset v0.4.7
13712026-06-22T19:22:00.722Z Compiling rand_core v0.9.5
13722026-06-22T19:22:00.752Z Compiling ring v0.17.14
13732026-06-22T19:22:00.765Z Compiling aws-lc-rs v1.16.3
13742026-06-22T19:22:00.812Z Compiling vcpkg v0.2.15
13752026-06-22T19:22:01.010Z Compiling uuid v1.23.0
13762026-06-22T19:22:01.052Z Compiling rustc_version v0.4.1
13772026-06-22T19:22:01.385Z Compiling tracing-core v0.1.36
13782026-06-22T19:22:01.562Z Compiling openssl-sys v0.9.115
13792026-06-22T19:22:01.749Z Compiling base64 v0.22.1
13802026-06-22T19:22:01.886Z Compiling serde_derive v1.0.228
13812026-06-22T19:22:01.937Z Compiling zeroize_derive v1.4.3
13822026-06-22T19:22:02.068Z Compiling zerofrom-derive v0.1.6
13832026-06-22T19:22:02.095Z Compiling yoke-derive v0.8.1
13842026-06-22T19:22:02.114Z Compiling zerocopy-derive v0.8.40
13852026-06-22T19:22:02.618Z Compiling zeroize v1.8.2
13862026-06-22T19:22:02.929Z Compiling zerovec-derive v0.11.2
13872026-06-22T19:22:03.278Z Compiling displaydoc v0.2.5
13882026-06-22T19:22:03.364Z Compiling crypto-common v0.1.7
13892026-06-22T19:22:03.492Z Compiling zerofrom v0.1.6
13902026-06-22T19:22:03.508Z Compiling block-buffer v0.10.4
13912026-06-22T19:22:03.607Z Compiling yoke v0.8.1
13922026-06-22T19:22:03.673Z Compiling digest v0.10.7
13932026-06-22T19:22:03.784Z Compiling tokio-macros v2.7.0
13942026-06-22T19:22:03.917Z Compiling futures-macro v0.3.32
13952026-06-22T19:22:04.012Z Compiling zerotrie v0.2.3
13962026-06-22T19:22:04.027Z Compiling zerovec v0.11.5
13972026-06-22T19:22:04.304Z Compiling hmac v0.12.1
13982026-06-22T19:22:04.490Z Compiling tinystr v0.8.2
13992026-06-22T19:22:04.530Z Compiling potential_utf v0.1.4
14002026-06-22T19:22:04.542Z Compiling block-padding v0.3.3
14012026-06-22T19:22:05.093Z Compiling icu_locale_core v2.1.1
14022026-06-22T19:22:05.094Z Compiling icu_collections v2.1.1
14032026-06-22T19:22:05.097Z Compiling inout v0.1.4
14042026-06-22T19:22:05.097Z Compiling futures-util v0.3.32
14052026-06-22T19:22:05.097Z Compiling cipher v0.4.4
14062026-06-22T19:22:05.133Z Compiling sha2 v0.10.9
14072026-06-22T19:22:05.166Z Compiling der_derive v0.7.3
14082026-06-22T19:22:05.369Z Compiling bytes v1.11.1
14092026-06-22T19:22:05.432Z Compiling icu_provider v2.1.1
14102026-06-22T19:22:05.592Z Compiling chrono v0.4.44
14112026-06-22T19:22:05.742Z Compiling icu_normalizer v2.1.1
14122026-06-22T19:22:05.988Z Compiling tokio v1.52.1
14132026-06-22T19:22:06.140Z Compiling icu_properties v2.1.2
14142026-06-22T19:22:06.286Z Compiling der v0.7.10
14152026-06-22T19:22:06.541Z Compiling ppv-lite86 v0.2.21
14162026-06-22T19:22:06.629Z Compiling http v1.4.0
14172026-06-22T19:22:06.850Z Compiling salsa20 v0.10.2
14182026-06-22T19:22:06.980Z Compiling idna_adapter v1.2.1
14192026-06-22T19:22:06.993Z Compiling pbkdf2 v0.12.2
14202026-06-22T19:22:07.425Z Compiling rustls-pki-types v1.14.0
14212026-06-22T19:22:07.428Z Compiling idna v1.1.0
14222026-06-22T19:22:07.428Z Compiling spki v0.7.3
14232026-06-22T19:22:07.428Z Compiling thiserror-impl v2.0.18
14242026-06-22T19:22:07.428Z Compiling tracing-attributes v0.1.31
14252026-06-22T19:22:07.452Z Compiling url v2.5.8
14262026-06-22T19:22:07.469Z Compiling http-body v1.0.1
14272026-06-22T19:22:07.507Z Compiling scrypt v0.11.0
14282026-06-22T19:22:07.616Z Compiling rand_chacha v0.9.0
14292026-06-22T19:22:07.742Z Compiling cbc v0.1.2
14302026-06-22T19:22:07.758Z Compiling aes v0.8.4
14312026-06-22T19:22:07.948Z Compiling httparse v1.10.1
14322026-06-22T19:22:08.233Z Compiling openssl-probe v0.2.1
14332026-06-22T19:22:08.279Z Compiling untrusted v0.9.0
14342026-06-22T19:22:08.294Z Compiling untrusted v0.7.1
14352026-06-22T19:22:08.397Z Compiling tinyvec_macros v0.1.1
14362026-06-22T19:22:08.462Z Compiling tinyvec v1.10.0
14372026-06-22T19:22:08.475Z Compiling pkcs5 v0.7.1
14382026-06-22T19:22:08.533Z Compiling thiserror v2.0.18
14392026-06-22T19:22:08.602Z Compiling tracing v0.1.44
14402026-06-22T19:22:08.637Z Compiling pest_generator v2.8.6
14412026-06-22T19:22:09.208Z Compiling rand v0.9.2
14422026-06-22T19:22:09.208Z Compiling serde_derive_internals v0.29.1
14432026-06-22T19:22:09.213Z Compiling aho-corasick v1.1.4
14442026-06-22T19:22:09.213Z Compiling tower-layer v0.3.3
14452026-06-22T19:22:09.213Z Compiling dyn-clone v1.0.20
14462026-06-22T19:22:09.231Z Compiling tower-service v0.3.3
14472026-06-22T19:22:09.315Z Compiling try-lock v0.2.5
14482026-06-22T19:22:09.331Z Compiling atomic-waker v1.1.2
14492026-06-22T19:22:09.423Z Compiling rustls v0.23.37
14502026-06-22T19:22:09.449Z Compiling schemars v0.8.22
14512026-06-22T19:22:09.598Z Compiling want v0.3.1
14522026-06-22T19:22:09.643Z Compiling pest_derive v2.8.6
14532026-06-22T19:22:09.690Z Compiling schemars_derive v0.8.22
14542026-06-22T19:22:09.704Z Compiling regex-automata v0.4.14
14552026-06-22T19:22:09.759Z Compiling tokio-util v0.7.18
14562026-06-22T19:22:10.065Z Compiling pkcs8 v0.10.2
14572026-06-22T19:22:10.378Z Compiling ipnet v2.11.0
14582026-06-22T19:22:10.492Z Compiling h2 v0.4.13
14592026-06-22T19:22:10.586Z Compiling scroll_derive v0.13.1
14602026-06-22T19:22:10.802Z Compiling darling_core v0.20.11
14612026-06-22T19:22:10.875Z Compiling pin-utils v0.1.0
14622026-06-22T19:22:10.928Z Compiling openssl v0.10.79
14632026-06-22T19:22:10.951Z Compiling foreign-types-shared v0.1.1
14642026-06-22T19:22:11.034Z Compiling httpdate v1.0.3
14652026-06-22T19:22:11.175Z Compiling foreign-types v0.3.2
14662026-06-22T19:22:11.245Z Compiling tempfile v3.25.0
14672026-06-22T19:22:11.382Z Compiling scroll v0.13.0
14682026-06-22T19:22:11.611Z Compiling unicode-normalization v0.1.25
14692026-06-22T19:22:12.103Z Compiling openssl-macros v0.1.1
14702026-06-22T19:22:12.106Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14712026-06-22T19:22:12.107Z Compiling socket2 v0.5.10
14722026-06-22T19:22:12.107Z Compiling spin v0.9.8
14732026-06-22T19:22:12.290Z Compiling crc32fast v1.5.0
14742026-06-22T19:22:12.441Z Compiling powerfmt v0.2.0
14752026-06-22T19:22:12.471Z Compiling num-conv v0.2.0
14762026-06-22T19:22:12.534Z Compiling time-core v0.1.8
14772026-06-22T19:22:12.557Z Compiling native-tls v0.2.18
14782026-06-22T19:22:12.601Z Compiling deranged v0.5.8
14792026-06-22T19:22:12.674Z Compiling time-macros v0.2.27
14802026-06-22T19:22:13.031Z Compiling darling_macro v0.20.11
14812026-06-22T19:22:13.495Z Compiling hyper v1.8.1
14822026-06-22T19:22:13.567Z Compiling darling v0.20.11
14832026-06-22T19:22:13.649Z Compiling goblin v0.10.5
14842026-06-22T19:22:13.714Z Compiling rustls-native-certs v0.8.3
14852026-06-22T19:22:13.748Z Compiling sync_wrapper v1.0.2
14862026-06-22T19:22:14.269Z Compiling wait-timeout v0.2.1
14872026-06-22T19:22:14.272Z Compiling siphasher v1.0.2
14882026-06-22T19:22:14.272Z Compiling usdt-impl v0.6.0
14892026-06-22T19:22:14.272Z Compiling quick-error v1.2.3
14902026-06-22T19:22:14.293Z Compiling simd-adler32 v0.3.8
14912026-06-22T19:22:14.733Z Compiling num_threads v0.1.7
14922026-06-22T19:22:14.738Z Compiling syn v1.0.109
14932026-06-22T19:22:14.738Z Compiling bit-vec v0.8.0
14942026-06-22T19:22:14.738Z Compiling crossbeam-utils v0.8.21
14952026-06-22T19:22:14.738Z Compiling hyper-util v0.1.20
14962026-06-22T19:22:14.738Z Compiling unicode-segmentation v1.12.0
14972026-06-22T19:22:14.888Z Compiling bit-set v0.8.0
14982026-06-22T19:22:15.098Z Compiling time v0.3.47
14992026-06-22T19:22:15.130Z Compiling rusty-fork v0.3.1
15002026-06-22T19:22:15.370Z Compiling tower v0.5.3
15012026-06-22T19:22:15.449Z Compiling derive_builder_core v0.20.2
15022026-06-22T19:22:15.846Z Compiling dtrace-parser v0.3.0
15032026-06-22T19:22:15.929Z Compiling http-body-util v0.1.3
15042026-06-22T19:22:16.173Z Compiling webpki-roots v1.0.6
15052026-06-22T19:22:16.297Z Compiling signature v2.2.0
15062026-06-22T19:22:16.309Z Compiling scroll_derive v0.12.1
15072026-06-22T19:22:16.432Z Compiling dof v0.4.0
15082026-06-22T19:22:16.474Z Compiling thiserror-impl v1.0.69
15092026-06-22T19:22:16.589Z Compiling heapless v0.7.17
15102026-06-22T19:22:16.678Z Compiling rand_xorshift v0.4.0
15112026-06-22T19:22:16.819Z Compiling slog v2.8.2
15122026-06-22T19:22:16.837Z Compiling darling_core v0.21.3
15132026-06-22T19:22:16.950Z Compiling bzip2-sys v0.1.13+1.0.8
15142026-06-22T19:22:16.998Z Compiling thread-id v5.1.0
15152026-06-22T19:22:17.081Z Compiling cookie v0.18.1
15162026-06-22T19:22:17.224Z Compiling unicode-properties v0.1.4
15172026-06-22T19:22:17.266Z Compiling anyhow v1.0.102
15182026-06-22T19:22:17.426Z Compiling adler2 v2.0.1
15192026-06-22T19:22:17.559Z Compiling unicode-bidi v0.3.18
15202026-06-22T19:22:17.572Z Compiling allocator-api2 v0.2.21
15212026-06-22T19:22:17.586Z Compiling iri-string v0.7.10
15222026-06-22T19:22:17.699Z Compiling signal-hook v0.3.18
15232026-06-22T19:22:17.869Z Compiling ryu v1.0.23
15242026-06-22T19:22:17.888Z Compiling paste v1.0.15
15252026-06-22T19:22:17.904Z Compiling zstd-safe v7.2.4
15262026-06-22T19:22:18.040Z Compiling unarray v0.1.4
15272026-06-22T19:22:18.081Z Compiling serde_urlencoded v0.7.1
15282026-06-22T19:22:18.093Z Compiling stringprep v0.1.5
15292026-06-22T19:22:18.144Z Compiling proptest v1.10.0
15302026-06-22T19:22:18.221Z Compiling thiserror v1.0.69
15312026-06-22T19:22:18.331Z Compiling miniz_oxide v0.8.9
15322026-06-22T19:22:18.920Z Compiling tower-http v0.6.8
15332026-06-22T19:22:19.060Z Compiling scroll v0.12.0
15342026-06-22T19:22:19.178Z Compiling derive_builder_macro v0.20.2
15352026-06-22T19:22:19.297Z Compiling darling_macro v0.21.3
15362026-06-22T19:22:19.309Z Compiling tokio-native-tls v0.3.1
15372026-06-22T19:22:19.312Z Compiling heck v0.4.1
15382026-06-22T19:22:19.509Z Compiling ipnetwork v0.21.1
15392026-06-22T19:22:19.565Z Compiling bstr v1.12.1
15402026-06-22T19:22:19.629Z Compiling rand_chacha v0.3.1
15412026-06-22T19:22:19.804Z Compiling erased-serde v0.3.31
15422026-06-22T19:22:19.880Z Compiling toml_datetime v0.6.11
15432026-06-22T19:22:19.908Z Compiling serde_spanned v0.6.9
15442026-06-22T19:22:20.052Z Compiling serde_tokenstream v0.2.3
15452026-06-22T19:22:20.142Z Compiling md-5 v0.10.6
15462026-06-22T19:22:20.219Z Compiling zerocopy-derive v0.7.35
15472026-06-22T19:22:20.311Z Compiling async-trait v0.1.89
15482026-06-22T19:22:20.317Z Compiling pin-project-internal v1.1.11
15492026-06-22T19:22:20.361Z Compiling curve25519-dalek v4.1.3
15502026-06-22T19:22:20.458Z Compiling vergen-lib v9.1.0
15512026-06-22T19:22:20.642Z Compiling num-integer v0.1.46
15522026-06-22T19:22:20.700Z Compiling hash32 v0.2.1
15532026-06-22T19:22:20.889Z Compiling ff v0.13.1
15542026-06-22T19:22:20.960Z Compiling memoffset v0.9.1
15552026-06-22T19:22:21.030Z Compiling encoding_rs v0.8.35
15562026-06-22T19:22:21.083Z Compiling ref-cast v1.0.25
15572026-06-22T19:22:21.150Z Compiling psl-types v2.0.11
15582026-06-22T19:22:21.281Z Compiling fallible-iterator v0.2.0
15592026-06-22T19:22:21.325Z Compiling smoltcp v0.9.1
15602026-06-22T19:22:21.384Z Compiling rustix v0.38.44
15612026-06-22T19:22:21.434Z Compiling num-bigint-dig v0.8.6
15622026-06-22T19:22:21.589Z Compiling zlib-rs v0.6.2
15632026-06-22T19:22:21.621Z Compiling litrs v1.0.0
15642026-06-22T19:22:21.656Z Compiling base16ct v0.2.0
15652026-06-22T19:22:21.726Z Compiling mime v0.3.17
15662026-06-22T19:22:21.834Z Compiling cfg_aliases v0.2.1
15672026-06-22T19:22:21.910Z Compiling nix v0.31.2
15682026-06-22T19:22:21.977Z Compiling sec1 v0.7.3
15692026-06-22T19:22:22.122Z Compiling document-features v0.2.12
15702026-06-22T19:22:22.314Z Compiling postgres-protocol v0.6.10
15712026-06-22T19:22:22.357Z Compiling pin-project v1.1.11
15722026-06-22T19:22:22.496Z Compiling publicsuffix v2.3.0
15732026-06-22T19:22:22.626Z Compiling zerocopy v0.7.35
15742026-06-22T19:22:22.662Z Compiling group v0.13.0
15752026-06-22T19:22:22.700Z Compiling num-iter v0.1.45
15762026-06-22T19:22:22.866Z Compiling newtype-uuid v1.3.2
15772026-06-22T19:22:23.161Z Compiling rand v0.8.6
15782026-06-22T19:22:23.186Z Compiling darling v0.21.3
15792026-06-22T19:22:23.205Z Compiling hubpack_derive v0.1.1
15802026-06-22T19:22:23.270Z Compiling oxnet v0.1.6
15812026-06-22T19:22:23.282Z Compiling derive_builder v0.20.2
15822026-06-22T19:22:23.285Z Compiling snafu-derive v0.8.9
15832026-06-22T19:22:23.408Z Compiling hyper-tls v0.6.0
15842026-06-22T19:22:23.689Z Compiling goblin v0.8.2
15852026-06-22T19:22:24.265Z Compiling phf_shared v0.13.1
15862026-06-22T19:22:24.319Z Compiling lazy_static v1.5.0
15872026-06-22T19:22:24.415Z Compiling regex v1.12.3
15882026-06-22T19:22:24.522Z Compiling flate2 v1.1.9
15892026-06-22T19:22:24.758Z Compiling anstyle-parse v0.2.7
15902026-06-22T19:22:24.868Z Compiling strum_macros v0.27.2
15912026-06-22T19:22:24.894Z Compiling futures-executor v0.3.32
15922026-06-22T19:22:24.937Z Compiling hex v0.4.3
15932026-06-22T19:22:24.940Z Compiling hkdf v0.12.4
15942026-06-22T19:22:25.117Z Compiling crypto-bigint v0.5.5
15952026-06-22T19:22:25.151Z Compiling daft-derive v0.1.7
15962026-06-22T19:22:25.200Z Compiling curve25519-dalek-derive v0.1.1
15972026-06-22T19:22:25.205Z Compiling ref-cast-impl v1.0.25
15982026-06-22T19:22:25.758Z Compiling terminal_size v0.4.3
15992026-06-22T19:22:25.854Z Compiling vergen v9.1.0
16002026-06-22T19:22:25.879Z Compiling fs-err v3.3.0
16012026-06-22T19:22:25.901Z Compiling cargo-platform v0.3.2
16022026-06-22T19:22:26.034Z Compiling ahash v0.8.12
16032026-06-22T19:22:26.064Z Compiling same-file v1.0.6
16042026-06-22T19:22:26.170Z Compiling object v0.37.3
16052026-06-22T19:22:26.226Z Compiling bitflags v1.3.2
16062026-06-22T19:22:26.240Z Compiling libbz2-rs-sys v0.2.2
16072026-06-22T19:22:26.303Z Compiling bumpalo v3.20.2
16082026-06-22T19:22:26.438Z Compiling winnow v0.5.40
16092026-06-22T19:22:26.561Z Compiling foldhash v0.1.5
16102026-06-22T19:22:26.733Z Compiling foldhash v0.2.0
16112026-06-22T19:22:26.844Z Compiling managed v0.8.0
16122026-06-22T19:22:26.924Z Compiling hashbrown v0.16.1
16132026-06-22T19:22:26.950Z Compiling strum v0.27.2
16142026-06-22T19:22:27.081Z Compiling hashbrown v0.15.5
16152026-06-22T19:22:27.203Z Compiling bzip2 v0.6.1
16162026-06-22T19:22:27.233Z Compiling zopfli v0.8.3
16172026-06-22T19:22:27.456Z Compiling clap_builder v4.6.0
16182026-06-22T19:22:27.542Z Compiling walkdir v2.5.0
16192026-06-22T19:22:27.619Z Compiling cargo_metadata v0.23.1
16202026-06-22T19:22:27.830Z Compiling toml_edit v0.19.15
16212026-06-22T19:22:27.860Z Compiling elliptic-curve v0.13.8
16222026-06-22T19:22:27.909Z Compiling dof v0.3.0
16232026-06-22T19:22:27.943Z Compiling daft v0.1.7
16242026-06-22T19:22:28.353Z Compiling snafu v0.8.9
16252026-06-22T19:22:28.618Z Compiling futures v0.3.32
16262026-06-22T19:22:28.701Z Compiling anstream v0.6.21
16272026-06-22T19:22:28.716Z Compiling phf v0.13.1
16282026-06-22T19:22:28.980Z Compiling signal-hook-mio v0.2.5
16292026-06-22T19:22:29.102Z Compiling cookie_store v0.22.1
16302026-06-22T19:22:29.171Z Compiling zstd v0.13.3
16312026-06-22T19:22:29.779Z Compiling bzip2 v0.4.4
16322026-06-22T19:22:29.806Z Compiling hubpack v0.1.2
16332026-06-22T19:22:29.806Z Compiling serde_with_macros v3.17.0
16342026-06-22T19:22:29.806Z Compiling postgres-types v0.2.12
16352026-06-22T19:22:30.257Z Compiling usdt-attr-macro v0.6.0
16362026-06-22T19:22:30.451Z Compiling usdt-macro v0.6.0
16372026-06-22T19:22:30.485Z Compiling globset v0.4.18
16382026-06-22T19:22:30.757Z Compiling dtrace-parser v0.2.0
16392026-06-22T19:22:31.009Z Compiling ed25519 v2.2.3
16402026-06-22T19:22:31.055Z Compiling phf_shared v0.11.3
16412026-06-22T19:22:31.150Z Compiling olpc-cjson v0.1.4
16422026-06-22T19:22:31.191Z Compiling pkcs1 v0.7.5
16432026-06-22T19:22:31.232Z Compiling clap_derive v4.6.1
16442026-06-22T19:22:31.250Z Compiling strum_macros v0.26.4
16452026-06-22T19:22:31.304Z Compiling enum-as-inner v0.6.1
16462026-06-22T19:22:31.507Z Compiling serde_plain v1.0.2
16472026-06-22T19:22:31.593Z Compiling serde-big-array v0.5.1
16482026-06-22T19:22:31.686Z Compiling rfc6979 v0.4.0
16492026-06-22T19:22:31.725Z Compiling pem v3.0.6
16502026-06-22T19:22:31.798Z Compiling serde_repr v0.1.20
16512026-06-22T19:22:31.811Z Compiling async-recursion v1.1.1
16522026-06-22T19:22:31.904Z Compiling float-cmp v0.10.0
16532026-06-22T19:22:32.043Z Compiling memmap2 v0.9.10
16542026-06-22T19:22:32.057Z Compiling thread-id v4.2.2
16552026-06-22T19:22:32.140Z Compiling env_filter v1.0.0
16562026-06-22T19:22:32.256Z Compiling data-encoding v2.10.0
16572026-06-22T19:22:32.315Z Compiling jiff v0.2.21
16582026-06-22T19:22:32.441Z Compiling static_assertions v1.1.0
16592026-06-22T19:22:32.455Z Compiling fixedbitset v0.5.7
16602026-06-22T19:22:32.516Z Compiling fixedbitset v0.4.2
16612026-06-22T19:22:32.733Z Compiling either v1.15.0
16622026-06-22T19:22:32.750Z Compiling predicates-core v1.0.10
16632026-06-22T19:22:32.931Z Compiling difflib v0.4.0
16642026-06-22T19:22:32.945Z Compiling normalize-line-endings v0.3.0
16652026-06-22T19:22:32.948Z Compiling whoami v2.1.0
16662026-06-22T19:22:32.968Z Compiling typed-path v0.9.3
16672026-06-22T19:22:32.993Z Compiling keccak v0.1.6
16682026-06-22T19:22:33.035Z Compiling new_debug_unreachable v1.0.6
16692026-06-22T19:22:33.109Z Compiling precomputed-hash v0.1.1
16702026-06-22T19:22:33.198Z Compiling string_cache v0.8.9
16712026-06-22T19:22:33.315Z Compiling tokio-postgres v0.7.16
16722026-06-22T19:22:33.423Z Compiling predicates v3.1.4
16732026-06-22T19:22:33.482Z Compiling sha3 v0.10.8
16742026-06-22T19:22:33.793Z Compiling clap v4.6.1
16752026-06-22T19:22:33.881Z Compiling toml_edit v0.22.27
16762026-06-22T19:22:33.934Z Compiling strum v0.26.3
16772026-06-22T19:22:34.062Z Compiling itertools v0.13.0
16782026-06-22T19:22:34.078Z Compiling petgraph v0.6.5
16792026-06-22T19:22:34.191Z Compiling petgraph v0.8.3
16802026-06-22T19:22:34.478Z Compiling hickory-proto v0.25.2
16812026-06-22T19:22:35.400Z Compiling zip v4.6.1
16822026-06-22T19:22:35.563Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16832026-06-22T19:22:35.580Z Compiling env_logger v0.11.9
16842026-06-22T19:22:35.943Z Compiling usdt v0.6.0
16852026-06-22T19:22:36.185Z Compiling usdt-impl v0.5.0
16862026-06-22T19:22:36.217Z Compiling ecdsa v0.16.9
16872026-06-22T19:22:36.321Z Compiling rsa v0.9.10
16882026-06-22T19:22:36.526Z Compiling ed25519-dalek v2.2.0
16892026-06-22T19:22:36.631Z Compiling serde_with v3.17.0
16902026-06-22T19:22:36.661Z Compiling crossterm v0.28.1
16912026-06-22T19:22:37.171Z Compiling zip v0.6.6
16922026-06-22T19:22:37.925Z Compiling toml v0.7.8
16932026-06-22T19:22:38.146Z Compiling iddqd v0.4.2
16942026-06-22T19:22:38.510Z Compiling toml_parser v1.0.9+spec-1.1.0
16952026-06-22T19:22:38.522Z Compiling similar v2.7.0
16962026-06-22T19:22:38.670Z Compiling crossbeam-epoch v0.9.18
16972026-06-22T19:22:38.993Z Compiling tokio-stream v0.1.18
16982026-06-22T19:22:39.127Z Compiling buf-list v1.1.2
16992026-06-22T19:22:39.181Z Compiling x509-cert v0.2.5
17002026-06-22T19:22:39.376Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17012026-06-22T19:22:39.407Z Compiling openapiv3 v2.2.0
17022026-06-22T19:22:39.448Z Compiling sha1 v0.10.6
17032026-06-22T19:22:39.494Z Compiling lalrpop-util v0.19.12
17042026-06-22T19:22:39.647Z Compiling peg-runtime v0.8.5
17052026-06-22T19:22:39.678Z Compiling thread_local v1.1.9
17062026-06-22T19:22:40.103Z Compiling slog-async v2.8.0
17072026-06-22T19:22:40.108Z Compiling crossbeam-channel v0.5.15
17082026-06-22T19:22:40.108Z Compiling filetime v0.2.27
17092026-06-22T19:22:40.108Z Compiling is-terminal v0.4.17
17102026-06-22T19:22:40.108Z Compiling term v1.2.1
17112026-06-22T19:22:40.108Z Compiling take_mut v0.2.2
17122026-06-22T19:22:40.108Z Compiling xattr v1.6.1
17132026-06-22T19:22:40.246Z Compiling tar v0.4.45
17142026-06-22T19:22:40.583Z Compiling slog-term v2.9.2
17152026-06-22T19:22:50.325Z Compiling rustls-webpki v0.103.9
17162026-06-22T19:22:53.195Z Compiling tokio-rustls v0.26.4
17172026-06-22T19:22:53.195Z Compiling rustls-platform-verifier v0.6.2
17182026-06-22T19:22:53.355Z Compiling hyper-rustls v0.27.7
17192026-06-22T19:22:53.557Z Compiling reqwest v0.12.28
17202026-06-22T19:22:53.571Z Compiling reqwest v0.13.2
17212026-06-22T19:22:54.830Z Compiling tough v0.22.0
17222026-06-22T19:22:57.363Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17232026-06-22T19:22:57.569Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17242026-06-22T19:23:00.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
17252026-06-22T19:23:00.595Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17262026-06-22T19:23:00.648ZJun 22 19:22:59.334 INFO Starting download, target: Console
17272026-06-22T19:23:00.648ZJun 22 19:22:59.335 INFO Starting download, target: Clickhouse
17282026-06-22T19:23:00.651ZJun 22 19:22:59.335 INFO Starting download, target: Cockroach
17292026-06-22T19:23:00.651ZJun 22 19:22:59.335 INFO Starting download, target: DendriteStub
17302026-06-22T19:23:00.651ZJun 22 19:22:59.335 INFO Starting download, target: MaghemiteMgd
17312026-06-22T19:23:00.651ZJun 22 19:22:59.335 INFO Starting download, target: MaghemiteDdmd
17322026-06-22T19:23:00.651ZJun 22 19:22:59.335 INFO Starting download, target: TransceiverControl
17332026-06-22T19:23:00.651ZJun 22 19:22:59.335 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17342026-06-22T19:23:00.651ZJun 22 19:22:59.335 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17352026-06-22T19:23:00.651ZJun 22 19:22:59.335 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17362026-06-22T19:23:00.651ZJun 22 19:22:59.335 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17372026-06-22T19:23:00.651ZJun 22 19:22:59.335 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17382026-06-22T19:23:00.651ZJun 22 19:22:59.335 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17392026-06-22T19:23:00.651ZJun 22 19:22:59.335 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17402026-06-22T19:23:01.196ZJun 22 19:22:59.854 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17412026-06-22T19:23:01.418ZJun 22 19:23:00.087 INFO Download complete, target: TransceiverControl
17422026-06-22T19:23:01.633ZJun 22 19:23:00.295 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17432026-06-22T19:23:01.850ZJun 22 19:23:00.530 INFO Download complete, target: Console
17442026-06-22T19:23:02.487ZJun 22 19:23:01.172 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17452026-06-22T19:23:02.643ZJun 22 19:23:01.321 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17462026-06-22T19:23:02.668ZJun 22 19:23:01.328 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17472026-06-22T19:23:02.885ZJun 22 19:23:01.561 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17482026-06-22T19:23:03.162ZJun 22 19:23:01.849 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17492026-06-22T19:23:03.162ZJun 22 19:23:01.849 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17502026-06-22T19:23:04.393ZJun 22 19:23:03.079 INFO Download complete, target: MaghemiteDdmd
17512026-06-22T19:23:05.065ZJun 22 19:23:03.752 INFO Download complete, target: DendriteStub
17522026-06-22T19:23:05.355ZJun 22 19:23:04.041 INFO Download complete, target: MaghemiteMgd
17532026-06-22T19:23:07.849ZJun 22 19:23:06.517 INFO Checking that binary works, target: Cockroach
17542026-06-22T19:23:07.958ZJun 22 19:23:06.637 INFO Download complete, target: Cockroach
17552026-06-22T19:23:09.361ZJun 22 19:23:08.036 INFO Checking that binary works, target: Clickhouse
17562026-06-22T19:23:09.441ZJun 22 19:23:08.127 INFO Download complete, target: Clickhouse
17572026-06-22T19:23:09.456ZAll builder prerequisites installed successfully, and PATH looks valid
17582026-06-22T19:23:09.459Z
17592026-06-22T19:23:09.459Zreal 2:10.494561605
17602026-06-22T19:23:09.459Zuser 6:51.698483352
17612026-06-22T19:23:09.459Zsys 1:23.029969261
17622026-06-22T19:23:09.459Ztrap 0.235141505
17632026-06-22T19:23:09.459Ztflt 0.632171799
17642026-06-22T19:23:09.459Zdflt 0.602062015
17652026-06-22T19:23:09.459Zkflt 0.022769594
17662026-06-22T19:23:09.459Zlock 21:41.862780850
17672026-06-22T19:23:09.459Zslp 21:19.587092975
17682026-06-22T19:23:09.459Zlat 42.163496756
17692026-06-22T19:23:09.459Zstop 1:49.170629531
17702026-06-22T19:23:09.459Z+ banner hack-check
17712026-06-22T19:23:09.459Z
17722026-06-22T19:23:09.459Z # # ## #### # # #### # # ###### #### # #
17732026-06-22T19:23:09.459Z # # # # # # # # # # # # # # # # #
17742026-06-22T19:23:09.459Z ###### # # # #### ##### # ###### ##### # ####
17752026-06-22T19:23:09.459Z # # ###### # # # # # # # # # #
17762026-06-22T19:23:09.460Z # # # # # # # # # # # # # # # # #
17772026-06-22T19:23:09.460Z # # # # #### # # #### # # ###### #### # #
17782026-06-22T19:23:09.460Z
17792026-06-22T19:23:09.460Z+ export CARGO_INCREMENTAL=0
17802026-06-22T19:23:09.460Z+ CARGO_INCREMENTAL=0
17812026-06-22T19:23:09.460Z+ ptime -m timeout 2h cargo xtask check-features --ci
17822026-06-22T19:23:09.919Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17832026-06-22T19:23:10.141Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17842026-06-22T19:23:11.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.52s
17852026-06-22T19:23:12.060Z Running `target/debug/xtask check-features --ci`
17862026-06-22T19:23:12.087Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17872026-06-22T19:23:12.087Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17882026-06-22T19:23:12.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
17892026-06-22T19:23:12.530Z Running `target/debug/xtask download cargo-hack`
17902026-06-22T19:23:13.255Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17912026-06-22T19:23:13.565Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17922026-06-22T19:23:16.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.58s
17932026-06-22T19:23:16.294Z Running `target/debug/xtask-downloader cargo-hack`
17942026-06-22T19:23:16.333ZJun 22 19:23:15.020 INFO Starting download, target: CargoHack
17952026-06-22T19:23:16.336ZJun 22 19:23:15.020 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17962026-06-22T19:23:16.548ZJun 22 19:23:15.235 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17972026-06-22T19:23:16.598ZJun 22 19:23:15.283 INFO Download complete, target: CargoHack
17982026-06-22T19:23:16.602Zrunning: "/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"
17992026-06-22T19:23:16.612Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18002026-06-22T19:23:16.770Zinfo: running `cargo check --bins` on api_identity (1/298)
18012026-06-22T19:23:17.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18022026-06-22T19:23:17.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18032026-06-22T19:23:17.214Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18042026-06-22T19:23:17.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18052026-06-22T19:23:17.285Z
18062026-06-22T19:23:17.285Zinfo: running `cargo check --bins` on bootstore (2/298)
18072026-06-22T19:23:17.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18082026-06-22T19:23:17.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18092026-06-22T19:23:17.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18102026-06-22T19:23:17.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18112026-06-22T19:23:17.795Z
18122026-06-22T19:23:17.795Zinfo: running `cargo check --bins` on omicron-ledger (3/298)
18132026-06-22T19:23:18.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18142026-06-22T19:23:18.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18152026-06-22T19:23:18.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18162026-06-22T19:23:18.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18172026-06-22T19:23:18.299Z
18182026-06-22T19:23:18.299Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/298)
18192026-06-22T19:23:18.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18202026-06-22T19:23:18.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18212026-06-22T19:23:18.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18222026-06-22T19:23:18.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18232026-06-22T19:23:18.810Z
18242026-06-22T19:23:18.810Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/298)
18252026-06-22T19:23:19.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18262026-06-22T19:23:19.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18272026-06-22T19:23:19.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18282026-06-22T19:23:19.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18292026-06-22T19:23:19.324Z
18302026-06-22T19:23:19.324Zinfo: running `cargo check --bins` on omicron-certificates (6/298)
18312026-06-22T19:23:19.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18322026-06-22T19:23:19.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18332026-06-22T19:23:19.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18342026-06-22T19:23:19.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18352026-06-22T19:23:19.845Z
18362026-06-22T19:23:19.848Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/298)
18372026-06-22T19:23:20.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18382026-06-22T19:23:20.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18392026-06-22T19:23:20.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18402026-06-22T19:23:20.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18412026-06-22T19:23:20.379Z
18422026-06-22T19:23:20.379Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/298)
18432026-06-22T19:23:20.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18442026-06-22T19:23:20.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18452026-06-22T19:23:20.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18462026-06-22T19:23:20.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18472026-06-22T19:23:20.898Z
18482026-06-22T19:23:20.898Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/298)
18492026-06-22T19:23:21.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18502026-06-22T19:23:21.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18512026-06-22T19:23:21.652Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18522026-06-22T19:23:21.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18532026-06-22T19:23:21.655Z
18542026-06-22T19:23:21.655Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/298)
18552026-06-22T19:23:21.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18562026-06-22T19:23:21.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18572026-06-22T19:23:21.655Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18582026-06-22T19:23:21.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18592026-06-22T19:23:22.091Z
18602026-06-22T19:23:22.092Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/298)
18612026-06-22T19:23:22.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18622026-06-22T19:23:22.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18632026-06-22T19:23:22.095Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18642026-06-22T19:23:22.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18652026-06-22T19:23:22.095Z
18662026-06-22T19:23:22.095Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/298)
18672026-06-22T19:23:22.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18682026-06-22T19:23:22.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18692026-06-22T19:23:22.432Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18702026-06-22T19:23:22.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18712026-06-22T19:23:22.472Z
18722026-06-22T19:23:22.472Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/298)
18732026-06-22T19:23:22.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18742026-06-22T19:23:22.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18752026-06-22T19:23:22.819Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18762026-06-22T19:23:22.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18772026-06-22T19:23:22.864Z
18782026-06-22T19:23:22.864Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/298)
18792026-06-22T19:23:23.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18802026-06-22T19:23:23.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18812026-06-22T19:23:23.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18822026-06-22T19:23:23.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18832026-06-22T19:23:23.254Z
18842026-06-22T19:23:23.254Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/298)
18852026-06-22T19:23:24.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18862026-06-22T19:23:24.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18872026-06-22T19:23:24.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18882026-06-22T19:23:24.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18892026-06-22T19:23:24.005Z
18902026-06-22T19:23:24.005Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/298)
18912026-06-22T19:23:24.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18922026-06-22T19:23:24.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18932026-06-22T19:23:24.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18942026-06-22T19:23:24.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18952026-06-22T19:23:24.043Z
18962026-06-22T19:23:24.043Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/298)
18972026-06-22T19:23:24.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18982026-06-22T19:23:24.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18992026-06-22T19:23:24.390Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19002026-06-22T19:23:24.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19012026-06-22T19:23:24.437Z
19022026-06-22T19:23:24.437Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/298)
19032026-06-22T19:23:24.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19042026-06-22T19:23:24.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19052026-06-22T19:23:24.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19062026-06-22T19:23:24.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19072026-06-22T19:23:24.830Z
19082026-06-22T19:23:24.830Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/298)
19092026-06-22T19:23:25.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19102026-06-22T19:23:25.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19112026-06-22T19:23:25.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19122026-06-22T19:23:25.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19132026-06-22T19:23:25.223Z
19142026-06-22T19:23:25.224Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/298)
19152026-06-22T19:23:25.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19162026-06-22T19:23:25.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19172026-06-22T19:23:25.587Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19182026-06-22T19:23:25.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19192026-06-22T19:23:25.619Z
19202026-06-22T19:23:25.619Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/298)
19212026-06-22T19:23:25.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19222026-06-22T19:23:25.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19232026-06-22T19:23:25.967Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19242026-06-22T19:23:25.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19252026-06-22T19:23:26.013Z
19262026-06-22T19:23:26.013Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/298)
19272026-06-22T19:23:26.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19282026-06-22T19:23:26.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19292026-06-22T19:23:26.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19302026-06-22T19:23:26.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19312026-06-22T19:23:26.407Z
19322026-06-22T19:23:26.407Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/298)
19332026-06-22T19:23:26.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19342026-06-22T19:23:26.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19352026-06-22T19:23:26.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19362026-06-22T19:23:26.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19372026-06-22T19:23:26.801Z
19382026-06-22T19:23:26.801Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/298)
19392026-06-22T19:23:27.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19402026-06-22T19:23:27.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19412026-06-22T19:23:27.149Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19422026-06-22T19:23:27.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19432026-06-22T19:23:27.198Z
19442026-06-22T19:23:27.198Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/298)
19452026-06-22T19:23:27.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19462026-06-22T19:23:27.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19472026-06-22T19:23:27.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19482026-06-22T19:23:27.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19492026-06-22T19:23:27.606Z
19502026-06-22T19:23:27.606Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/298)
19512026-06-22T19:23:27.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19522026-06-22T19:23:27.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19532026-06-22T19:23:27.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19542026-06-22T19:23:27.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19552026-06-22T19:23:28.391Z
19562026-06-22T19:23:28.391Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/298)
19572026-06-22T19:23:28.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19582026-06-22T19:23:28.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19592026-06-22T19:23:28.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19602026-06-22T19:23:28.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19612026-06-22T19:23:28.395Z
19622026-06-22T19:23:28.395Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/298)
19632026-06-22T19:23:28.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19642026-06-22T19:23:28.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19652026-06-22T19:23:28.732Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19662026-06-22T19:23:28.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19672026-06-22T19:23:28.779Z
19682026-06-22T19:23:28.780Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/298)
19692026-06-22T19:23:29.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19702026-06-22T19:23:29.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19712026-06-22T19:23:29.127Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19722026-06-22T19:23:29.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19732026-06-22T19:23:29.173Z
19742026-06-22T19:23:29.173Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/298)
19752026-06-22T19:23:29.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19762026-06-22T19:23:29.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19772026-06-22T19:23:29.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19782026-06-22T19:23:29.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19792026-06-22T19:23:29.563Z
19802026-06-22T19:23:29.563Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/298)
19812026-06-22T19:23:29.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19822026-06-22T19:23:29.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19832026-06-22T19:23:29.910Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19842026-06-22T19:23:29.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19852026-06-22T19:23:29.955Z
19862026-06-22T19:23:29.955Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/298)
19872026-06-22T19:23:30.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19882026-06-22T19:23:30.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19892026-06-22T19:23:30.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19902026-06-22T19:23:30.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19912026-06-22T19:23:30.349Z
19922026-06-22T19:23:30.349Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/298)
19932026-06-22T19:23:30.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19942026-06-22T19:23:30.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19952026-06-22T19:23:30.709Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19962026-06-22T19:23:30.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19972026-06-22T19:23:30.739Z
19982026-06-22T19:23:30.739Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/298)
19992026-06-22T19:23:31.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20002026-06-22T19:23:31.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20012026-06-22T19:23:31.089Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20022026-06-22T19:23:31.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20032026-06-22T19:23:31.131Z
20042026-06-22T19:23:31.131Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/298)
20052026-06-22T19:23:31.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20062026-06-22T19:23:31.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20072026-06-22T19:23:31.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20082026-06-22T19:23:31.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20092026-06-22T19:23:31.527Z
20102026-06-22T19:23:31.527Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/298)
20112026-06-22T19:23:31.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20122026-06-22T19:23:31.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20132026-06-22T19:23:31.875Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20142026-06-22T19:23:31.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20152026-06-22T19:23:31.921Z
20162026-06-22T19:23:31.921Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/298)
20172026-06-22T19:23:32.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20182026-06-22T19:23:32.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20192026-06-22T19:23:32.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20202026-06-22T19:23:32.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20212026-06-22T19:23:32.311Z
20222026-06-22T19:23:32.311Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/298)
20232026-06-22T19:23:32.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20242026-06-22T19:23:33.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20252026-06-22T19:23:33.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20262026-06-22T19:23:33.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20272026-06-22T19:23:33.065Z
20282026-06-22T19:23:33.065Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/298)
20292026-06-22T19:23:33.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20302026-06-22T19:23:33.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20312026-06-22T19:23:33.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20322026-06-22T19:23:33.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20332026-06-22T19:23:33.101Z
20342026-06-22T19:23:33.101Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/298)
20352026-06-22T19:23:33.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20362026-06-22T19:23:33.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20372026-06-22T19:23:33.440Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20382026-06-22T19:23:33.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20392026-06-22T19:23:33.487Z
20402026-06-22T19:23:33.487Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/298)
20412026-06-22T19:23:33.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20422026-06-22T19:23:33.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20432026-06-22T19:23:33.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20442026-06-22T19:23:33.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20452026-06-22T19:23:33.882Z
20462026-06-22T19:23:33.882Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/298)
20472026-06-22T19:23:34.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20482026-06-22T19:23:34.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20492026-06-22T19:23:34.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20502026-06-22T19:23:34.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20512026-06-22T19:23:34.278Z
20522026-06-22T19:23:34.278Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/298)
20532026-06-22T19:23:34.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20542026-06-22T19:23:34.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20552026-06-22T19:23:34.630Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20562026-06-22T19:23:34.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20572026-06-22T19:23:34.675Z
20582026-06-22T19:23:34.675Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/298)
20592026-06-22T19:23:35.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20602026-06-22T19:23:35.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20612026-06-22T19:23:35.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20622026-06-22T19:23:35.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20632026-06-22T19:23:35.069Z
20642026-06-22T19:23:35.069Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/298)
20652026-06-22T19:23:35.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20662026-06-22T19:23:35.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20672026-06-22T19:23:35.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20682026-06-22T19:23:35.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20692026-06-22T19:23:35.765Z
20702026-06-22T19:23:35.765Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/298)
20712026-06-22T19:23:35.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20722026-06-22T19:23:35.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20732026-06-22T19:23:35.813Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20742026-06-22T19:23:35.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20752026-06-22T19:23:35.859Z
20762026-06-22T19:23:35.859Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/298)
20772026-06-22T19:23:36.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20782026-06-22T19:23:36.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20792026-06-22T19:23:36.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20802026-06-22T19:23:36.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20812026-06-22T19:23:36.616Z
20822026-06-22T19:23:36.616Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/298)
20832026-06-22T19:23:36.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20842026-06-22T19:23:36.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20852026-06-22T19:23:36.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20862026-06-22T19:23:36.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20872026-06-22T19:23:36.646Z
20882026-06-22T19:23:36.646Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/298)
20892026-06-22T19:23:37.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20902026-06-22T19:23:37.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20912026-06-22T19:23:37.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20922026-06-22T19:23:37.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
20932026-06-22T19:23:37.207Z
20942026-06-22T19:23:37.207Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/298)
20952026-06-22T19:23:37.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20962026-06-22T19:23:37.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20972026-06-22T19:23:37.680Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20982026-06-22T19:23:37.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
20992026-06-22T19:23:37.769Z
21002026-06-22T19:23:37.769Zinfo: running `cargo check --bins` on nexus-config (51/298)
21012026-06-22T19:23:38.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21022026-06-22T19:23:38.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21032026-06-22T19:23:38.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21042026-06-22T19:23:38.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21052026-06-22T19:23:38.328Z
21062026-06-22T19:23:38.328Zinfo: running `cargo check --bins` on nexus-types (52/298)
21072026-06-22T19:23:38.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21082026-06-22T19:23:38.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21092026-06-22T19:23:38.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21102026-06-22T19:23:38.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21112026-06-22T19:23:38.887Z
21122026-06-22T19:23:38.887Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/298)
21132026-06-22T19:23:39.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21142026-06-22T19:23:39.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21152026-06-22T19:23:39.339Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21162026-06-22T19:23:39.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21172026-06-22T19:23:39.415Z
21182026-06-22T19:23:39.415Zinfo: running `cargo check --bins` on omicron-passwords (54/298)
21192026-06-22T19:23:39.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21202026-06-22T19:23:39.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21212026-06-22T19:23:39.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21222026-06-22T19:23:39.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21232026-06-22T19:23:39.924Z
21242026-06-22T19:23:39.924Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/298)
21252026-06-22T19:23:40.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21262026-06-22T19:23:40.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21272026-06-22T19:23:40.781Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21282026-06-22T19:23:40.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21292026-06-22T19:23:40.786Z
21302026-06-22T19:23:40.787Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/298)
21312026-06-22T19:23:40.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21322026-06-22T19:23:40.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21332026-06-22T19:23:40.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21342026-06-22T19:23:40.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21352026-06-22T19:23:40.980Z
21362026-06-22T19:23:40.980Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/298)
21372026-06-22T19:23:41.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21382026-06-22T19:23:41.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21392026-06-22T19:23:41.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21402026-06-22T19:23:41.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21412026-06-22T19:23:41.911Z
21422026-06-22T19:23:41.911Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/298)
21432026-06-22T19:23:41.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21442026-06-22T19:23:41.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21452026-06-22T19:23:41.961Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21462026-06-22T19:23:41.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21472026-06-22T19:23:42.038Z
21482026-06-22T19:23:42.038Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/298)
21492026-06-22T19:23:42.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21502026-06-22T19:23:42.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21512026-06-22T19:23:42.476Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21522026-06-22T19:23:42.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21532026-06-22T19:23:42.552Z
21542026-06-22T19:23:42.552Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/298)
21552026-06-22T19:23:42.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21562026-06-22T19:23:42.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21572026-06-22T19:23:42.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21582026-06-22T19:23:42.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21592026-06-22T19:23:43.064Z
21602026-06-22T19:23:43.064Zinfo: running `cargo check --bins --no-default-features` on gfss (61/298)
21612026-06-22T19:23:43.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21622026-06-22T19:23:43.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21632026-06-22T19:23:43.499Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21642026-06-22T19:23:43.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21652026-06-22T19:23:43.575Z
21662026-06-22T19:23:43.576Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/298)
21672026-06-22T19:23:44.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21682026-06-22T19:23:44.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21692026-06-22T19:23:44.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21702026-06-22T19:23:44.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21712026-06-22T19:23:44.080Z
21722026-06-22T19:23:44.080Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/298)
21732026-06-22T19:23:44.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21742026-06-22T19:23:44.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21752026-06-22T19:23:44.527Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21762026-06-22T19:23:44.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21772026-06-22T19:23:44.606Z
21782026-06-22T19:23:44.606Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/298)
21792026-06-22T19:23:45.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21802026-06-22T19:23:45.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21812026-06-22T19:23:45.052Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21822026-06-22T19:23:45.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21832026-06-22T19:23:45.134Z
21842026-06-22T19:23:45.134Zinfo: running `cargo check --bins` on cockroach-admin-types (65/298)
21852026-06-22T19:23:45.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21862026-06-22T19:23:45.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21872026-06-22T19:23:45.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21882026-06-22T19:23:45.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21892026-06-22T19:23:45.643Z
21902026-06-22T19:23:45.643Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/298)
21912026-06-22T19:23:46.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21922026-06-22T19:23:46.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21932026-06-22T19:23:46.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21942026-06-22T19:23:46.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21952026-06-22T19:23:46.153Z
21962026-06-22T19:23:46.153Zinfo: running `cargo check --bins` on ereport-types (67/298)
21972026-06-22T19:23:46.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21982026-06-22T19:23:46.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21992026-06-22T19:23:46.592Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22002026-06-22T19:23:46.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22012026-06-22T19:23:46.669Z
22022026-06-22T19:23:46.669Zinfo: running `cargo check --bins` on gateway-client (68/298)
22032026-06-22T19:23:47.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22042026-06-22T19:23:47.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22052026-06-22T19:23:47.114Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22062026-06-22T19:23:47.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22072026-06-22T19:23:47.187Z
22082026-06-22T19:23:47.187Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/298)
22092026-06-22T19:23:47.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22102026-06-22T19:23:47.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22112026-06-22T19:23:47.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22122026-06-22T19:23:47.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22132026-06-22T19:23:47.707Z
22142026-06-22T19:23:47.707Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/298)
22152026-06-22T19:23:48.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22162026-06-22T19:23:48.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22172026-06-22T19:23:48.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22182026-06-22T19:23:48.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22192026-06-22T19:23:48.564Z
22202026-06-22T19:23:48.564Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/298)
22212026-06-22T19:23:48.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22222026-06-22T19:23:48.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22232026-06-22T19:23:48.668Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22242026-06-22T19:23:48.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22252026-06-22T19:23:48.748Z
22262026-06-22T19:23:48.748Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/298)
22272026-06-22T19:23:49.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22282026-06-22T19:23:49.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22292026-06-22T19:23:49.592Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22302026-06-22T19:23:49.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22312026-06-22T19:23:49.596Z
22322026-06-22T19:23:49.597Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/298)
22332026-06-22T19:23:49.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22342026-06-22T19:23:49.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22352026-06-22T19:23:49.723Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22362026-06-22T19:23:49.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22372026-06-22T19:23:49.803Z
22382026-06-22T19:23:49.803Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/298)
22392026-06-22T19:23:50.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22402026-06-22T19:23:50.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22412026-06-22T19:23:50.261Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22422026-06-22T19:23:50.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22432026-06-22T19:23:50.342Z
22442026-06-22T19:23:50.342Zinfo: running `cargo check --bins` on key-manager-types (75/298)
22452026-06-22T19:23:50.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22462026-06-22T19:23:50.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22472026-06-22T19:23:50.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22482026-06-22T19:23:50.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22492026-06-22T19:23:50.853Z
22502026-06-22T19:23:50.853Zinfo: running `cargo check --bins` on oxlog (76/298)
22512026-06-22T19:23:51.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22522026-06-22T19:23:51.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22532026-06-22T19:23:51.404Z Checking cfg-if v1.0.4
22542026-06-22T19:23:51.407Z Checking libc v0.2.185
22552026-06-22T19:23:51.407Z Checking serde_core v1.0.228
22562026-06-22T19:23:51.514Z Checking zeroize v1.8.2
22572026-06-22T19:23:51.523Z Checking memchr v2.8.0
22582026-06-22T19:23:51.529Z Checking log v0.4.29
22592026-06-22T19:23:51.537Z Checking smallvec v1.15.1
22602026-06-22T19:23:51.550Z Checking typenum v1.19.0
22612026-06-22T19:23:51.560Z Checking subtle v2.6.1
22622026-06-22T19:23:51.654Z Checking itoa v1.0.17
22632026-06-22T19:23:51.691Z Checking scopeguard v1.2.0
22642026-06-22T19:23:51.706Z Checking stable_deref_trait v1.2.1
22652026-06-22T19:23:51.709Z Checking const-oid v0.9.6
22662026-06-22T19:23:51.780Z Checking zerofrom v0.1.6
22672026-06-22T19:23:51.792Z Checking lock_api v0.4.14
22682026-06-22T19:23:51.804Z Checking pin-project-lite v0.2.17
22692026-06-22T19:23:51.889Z Checking yoke v0.8.1
22702026-06-22T19:23:51.906Z Checking portable-atomic v1.13.1
22712026-06-22T19:23:51.910Z Checking getrandom v0.2.17
22722026-06-22T19:23:51.913Z Checking errno v0.3.14
22732026-06-22T19:23:51.983Z Checking parking_lot_core v0.9.12
22742026-06-22T19:23:52.019Z Checking signal-hook-registry v1.4.8
22752026-06-22T19:23:52.451Z Checking zerovec v0.11.5
22762026-06-22T19:23:52.455Z Checking rand_core v0.6.4
22772026-06-22T19:23:52.455Z Checking generic-array v0.14.7
22782026-06-22T19:23:52.455Z Checking futures-core v0.3.32
22792026-06-22T19:23:52.455Z Checking critical-section v1.2.0
22802026-06-22T19:23:52.455Z Checking parking_lot v0.12.5
22812026-06-22T19:23:52.455Z Checking mio v1.2.0
22822026-06-22T19:23:52.455Z Checking zerocopy v0.8.40
22832026-06-22T19:23:52.455Z Checking once_cell v1.21.3
22842026-06-22T19:23:52.455Z Checking zmij v1.0.21
22852026-06-22T19:23:52.455Z Checking socket2 v0.6.3
22862026-06-22T19:23:52.460Z Checking libm v0.2.16
22872026-06-22T19:23:52.472Z Checking tinystr v0.8.2
22882026-06-22T19:23:52.502Z Checking crypto-common v0.1.7
22892026-06-22T19:23:52.544Z Checking block-buffer v0.10.4
22902026-06-22T19:23:52.585Z Checking equivalent v1.0.2
22912026-06-22T19:23:52.623Z Checking percent-encoding v2.3.2
22922026-06-22T19:23:52.643Z Checking writeable v0.6.2
22932026-06-22T19:23:52.653Z Checking litemap v0.8.1
22942026-06-22T19:23:52.667Z Checking potential_utf v0.1.4
22952026-06-22T19:23:52.679Z Checking digest v0.10.7
22962026-06-22T19:23:52.758Z Checking zerotrie v0.2.3
22972026-06-22T19:23:52.799Z Checking futures-sink v0.3.32
22982026-06-22T19:23:52.818Z Checking icu_collections v2.1.1
22992026-06-22T19:23:52.823Z Checking icu_locale_core v2.1.1
23002026-06-22T19:23:52.891Z Checking cpufeatures v0.2.17
23012026-06-22T19:23:52.902Z Checking futures-channel v0.3.32
23022026-06-22T19:23:52.942Z Checking futures-io v0.3.32
23032026-06-22T19:23:52.978Z Checking serde v1.0.228
23042026-06-22T19:23:53.004Z Checking bitflags v2.11.0
23052026-06-22T19:23:53.056Z Checking serde_json v1.0.149
23062026-06-22T19:23:53.072Z Checking slab v0.4.12
23072026-06-22T19:23:53.135Z Checking futures-task v0.3.32
23082026-06-22T19:23:53.163Z Checking num-traits v0.2.19
23092026-06-22T19:23:53.174Z Checking hmac v0.12.1
23102026-06-22T19:23:53.225Z Checking icu_properties_data v2.1.2
23112026-06-22T19:23:53.672Z Checking futures-util v0.3.32
23122026-06-22T19:23:53.677Z Checking icu_normalizer_data v2.1.1
23132026-06-22T19:23:53.677Z Checking hashbrown v0.17.0
23142026-06-22T19:23:53.677Z Checking rand_core v0.10.0
23152026-06-22T19:23:53.677Z Checking bytes v1.11.1
23162026-06-22T19:23:53.677Z Checking icu_provider v2.1.1
23172026-06-22T19:23:53.677Z Checking getrandom v0.4.1
23182026-06-22T19:23:53.677Z Checking icu_normalizer v2.1.1
23192026-06-22T19:23:53.677Z Checking icu_properties v2.1.2
23202026-06-22T19:23:53.680Z Checking block-padding v0.3.3
23212026-06-22T19:23:53.713Z Checking utf8_iter v1.0.4
23222026-06-22T19:23:53.802Z Checking inout v0.1.4
23232026-06-22T19:23:53.806Z Checking indexmap v2.14.0
23242026-06-22T19:23:53.824Z Checking tokio v1.52.1
23252026-06-22T19:23:53.836Z Checking sha2 v0.10.9
23262026-06-22T19:23:53.935Z Checking form_urlencoded v1.2.2
23272026-06-22T19:23:53.947Z Checking cipher v0.4.4
23282026-06-22T19:23:54.056Z Checking getrandom v0.3.4
23292026-06-22T19:23:54.107Z Checking base64ct v1.8.3
23302026-06-22T19:23:54.156Z Checking byteorder v1.5.0
23312026-06-22T19:23:54.197Z Checking fnv v1.0.7
23322026-06-22T19:23:54.292Z Checking flagset v0.4.7
23332026-06-22T19:23:54.333Z Checking pem-rfc7468 v0.7.0
23342026-06-22T19:23:54.352Z Checking rand_core v0.9.5
23352026-06-22T19:23:54.355Z Checking http v1.4.0
23362026-06-22T19:23:54.417Z Checking regex-syntax v0.8.10
23372026-06-22T19:23:54.473Z Checking idna_adapter v1.2.1
23382026-06-22T19:23:54.488Z Checking der v0.7.10
23392026-06-22T19:23:54.527Z Checking salsa20 v0.10.2
23402026-06-22T19:23:54.590Z Checking idna v1.1.0
23412026-06-22T19:23:54.660Z Checking uuid v1.23.0
23422026-06-22T19:23:54.836Z Checking url v2.5.8
23432026-06-22T19:23:54.931Z Checking pbkdf2 v0.12.2
23442026-06-22T19:23:55.006Z Checking rustix v1.1.3
23452026-06-22T19:23:55.037Z Checking ppv-lite86 v0.2.21
23462026-06-22T19:23:55.049Z Checking tracing-core v0.1.36
23472026-06-22T19:23:55.166Z Checking rustls-pki-types v1.14.0
23482026-06-22T19:23:55.232Z Checking spki v0.7.3
23492026-06-22T19:23:55.293Z Checking iana-time-zone v0.1.65
23502026-06-22T19:23:55.342Z Checking base64 v0.22.1
23512026-06-22T19:23:55.363Z Checking tracing v0.1.44
23522026-06-22T19:23:55.397Z Checking chrono v0.4.44
23532026-06-22T19:23:55.397Z Checking rand_chacha v0.9.0
23542026-06-22T19:23:55.459Z Checking scrypt v0.11.0
23552026-06-22T19:23:55.564Z Checking http-body v1.0.1
23562026-06-22T19:23:55.575Z Checking cbc v0.1.2
23572026-06-22T19:23:55.597Z Checking aes v0.8.4
23582026-06-22T19:23:55.612Z Checking aws-lc-sys v0.40.0
23592026-06-22T19:23:55.693Z Checking untrusted v0.9.0
23602026-06-22T19:23:55.704Z Checking openssl-probe v0.2.1
23612026-06-22T19:23:55.738Z Checking tinyvec_macros v0.1.1
23622026-06-22T19:23:55.802Z Checking untrusted v0.7.1
23632026-06-22T19:23:55.814Z Checking ring v0.17.14
23642026-06-22T19:23:55.814Z Checking tinyvec v1.10.0
23652026-06-22T19:23:55.842Z Checking rand v0.9.2
23662026-06-22T19:23:55.912Z Checking try-lock v0.2.5
23672026-06-22T19:23:55.985Z Checking pkcs5 v0.7.1
23682026-06-22T19:23:56.012Z Checking atomic-waker v1.1.2
23692026-06-22T19:23:56.108Z Checking tower-service v0.3.3
23702026-06-22T19:23:56.113Z Checking aws-lc-rs v1.16.3
23712026-06-22T19:23:56.132Z Checking tower-layer v0.3.3
23722026-06-22T19:23:56.208Z Checking want v0.3.1
23732026-06-22T19:23:56.235Z Checking pkcs8 v0.10.2
23742026-06-22T19:23:56.252Z Checking ipnet v2.11.0
23752026-06-22T19:23:56.275Z Checking httparse v1.10.1
23762026-06-22T19:23:56.305Z Checking aho-corasick v1.1.4
23772026-06-22T19:23:56.330Z Checking dyn-clone v1.0.20
23782026-06-22T19:23:56.410Z Checking fastrand v2.3.0
23792026-06-22T19:23:56.436Z Checking pin-utils v0.1.0
23802026-06-22T19:23:56.482Z Checking foreign-types-shared v0.1.1
23812026-06-22T19:23:56.504Z Checking plain v0.2.3
23822026-06-22T19:23:56.516Z Checking httpdate v1.0.3
23832026-06-22T19:23:56.562Z Checking utf8parse v0.2.2
23842026-06-22T19:23:56.613Z Checking tempfile v3.25.0
23852026-06-22T19:23:56.625Z Checking foreign-types v0.3.2
23862026-06-22T19:23:56.653Z Checking unicode-normalization v0.1.25
23872026-06-22T19:23:56.667Z Checking semver v1.0.28
23882026-06-22T19:23:56.679Z Checking openssl-sys v0.9.115
23892026-06-22T19:23:56.781Z Checking spin v0.9.8
23902026-06-22T19:23:56.808Z Checking socket2 v0.5.10
23912026-06-22T19:23:56.878Z Checking unicode-ident v1.0.24
23922026-06-22T19:23:56.938Z Checking rustls-webpki v0.103.9
23932026-06-22T19:23:56.976Z Checking ucd-trie v0.1.7
23942026-06-22T19:23:56.983Z Checking regex-automata v0.4.14
23952026-06-22T19:23:56.996Z Checking anstyle v1.0.14
23962026-06-22T19:23:57.051Z Checking tokio-util v0.7.18
23972026-06-22T19:23:57.065Z Checking openssl v0.10.79
23982026-06-22T19:23:57.065Z Checking proc-macro2 v1.0.106
23992026-06-22T19:23:57.087Z Checking schemars v0.8.22
24002026-06-22T19:23:57.099Z Checking pest v2.8.6
24012026-06-22T19:23:57.169Z Checking rustls-native-certs v0.8.3
24022026-06-22T19:23:57.301Z Checking thiserror v2.0.18
24032026-06-22T19:23:57.360Z Checking rustls v0.23.37
24042026-06-22T19:23:57.370Z Checking sync_wrapper v1.0.2
24052026-06-22T19:23:57.402Z Checking wait-timeout v0.2.1
24062026-06-22T19:23:57.469Z Checking powerfmt v0.2.0
24072026-06-22T19:23:57.524Z Checking bit-vec v0.8.0
24082026-06-22T19:23:57.623Z Checking is_terminal_polyfill v1.70.2
24092026-06-22T19:23:57.647Z Checking h2 v0.4.13
24102026-06-22T19:23:57.713Z Checking quick-error v1.2.3
24112026-06-22T19:23:57.724Z Checking pretty-hex v0.4.1
24122026-06-22T19:23:57.736Z Checking colorchoice v1.0.4
24132026-06-22T19:23:57.812Z Checking siphasher v1.0.2
24142026-06-22T19:23:57.831Z Checking simd-adler32 v0.3.8
24152026-06-22T19:23:57.843Z Checking anstyle-query v1.1.5
24162026-06-22T19:23:57.933Z Checking rusty-fork v0.3.1
24172026-06-22T19:23:57.965Z Checking bit-set v0.8.0
24182026-06-22T19:23:57.999Z Checking deranged v0.5.8
24192026-06-22T19:23:58.113Z Checking tower v0.5.3
24202026-06-22T19:23:58.129Z Checking quote v1.0.45
24212026-06-22T19:23:58.165Z Compiling newtype-uuid v1.3.2
24222026-06-22T19:23:58.291Z Checking http-body-util v0.1.3
24232026-06-22T19:23:58.341Z Checking webpki-roots v1.0.6
24242026-06-22T19:23:58.459Z Checking crossbeam-utils v0.8.21
24252026-06-22T19:23:58.486Z Checking rand_xorshift v0.4.0
24262026-06-22T19:23:58.507Z Checking crc32fast v1.5.0
24272026-06-22T19:23:59.013Z Checking scroll v0.13.0
24282026-06-22T19:23:59.022Z Checking signature v2.2.0
24292026-06-22T19:23:59.022Z Checking allocator-api2 v0.2.21
24302026-06-22T19:23:59.022Z Checking iri-string v0.7.10
24312026-06-22T19:23:59.022Z Checking num-conv v0.2.0
24322026-06-22T19:23:59.022Z Checking unarray v0.1.4
24332026-06-22T19:23:59.022Z Checking unicode-properties v0.1.4
24342026-06-22T19:23:59.022Z Checking adler2 v2.0.1
24352026-06-22T19:23:59.022Z Checking unicode-bidi v0.3.18
24362026-06-22T19:23:59.037Z Checking time-core v0.1.8
24372026-06-22T19:23:59.061Z Checking ryu v1.0.23
24382026-06-22T19:23:59.105Z Checking native-tls v0.2.18
24392026-06-22T19:23:59.108Z Checking num_threads v0.1.7
24402026-06-22T19:23:59.180Z Checking miniz_oxide v0.8.9
24412026-06-22T19:23:59.600Z Checking serde_urlencoded v0.7.1
24422026-06-22T19:23:59.605Z Checking time v0.3.47
24432026-06-22T19:23:59.605Z Checking stringprep v0.1.5
24442026-06-22T19:23:59.605Z Checking tokio-native-tls v0.3.1
24452026-06-22T19:23:59.605Z Checking proptest v1.10.0
24462026-06-22T19:23:59.605Z Checking goblin v0.10.5
24472026-06-22T19:23:59.605Z Checking bstr v1.12.1
24482026-06-22T19:23:59.605Z Checking crossbeam-epoch v0.9.18
24492026-06-22T19:23:59.729Z Checking tokio-rustls v0.26.4
24502026-06-22T19:23:59.757Z Compiling daft v0.1.7
24512026-06-22T19:23:59.804Z Checking tower-http v0.6.8
24522026-06-22T19:23:59.844Z Checking syn v2.0.117
24532026-06-22T19:23:59.976Z Checking ipnetwork v0.21.1
24542026-06-22T19:24:00.056Z Checking anstyle-parse v1.0.0
24552026-06-22T19:24:00.088Z Checking rand_chacha v0.3.1
24562026-06-22T19:24:00.201Z Checking scroll v0.12.0
24572026-06-22T19:24:00.215Z Checking thiserror v1.0.69
24582026-06-22T19:24:00.304Z Checking zstd-sys v2.0.16+zstd.1.5.7
24592026-06-22T19:24:00.317Z Checking hash32 v0.2.1
24602026-06-22T19:24:00.381Z Checking hyper v1.8.1
24612026-06-22T19:24:00.396Z Checking num-integer v0.1.46
24622026-06-22T19:24:00.418Z Checking toml_datetime v0.6.11
24632026-06-22T19:24:00.433Z Checking serde_spanned v0.6.9
24642026-06-22T19:24:00.475Z Checking md-5 v0.10.6
24652026-06-22T19:24:00.556Z Checking ff v0.13.1
24662026-06-22T19:24:00.596Z Checking encoding_rs v0.8.35
24672026-06-22T19:24:00.613Z Checking zlib-rs v0.6.2
24682026-06-22T19:24:00.625Z Checking psl-types v2.0.11
24692026-06-22T19:24:00.682Z Checking fallible-iterator v0.2.0
24702026-06-22T19:24:00.744Z Checking mime v0.3.17
24712026-06-22T19:24:00.911Z Checking base16ct v0.2.0
24722026-06-22T19:24:00.950Z Checking postgres-protocol v0.6.10
24732026-06-22T19:24:01.039Z Checking sec1 v0.7.3
24742026-06-22T19:24:01.247Z Checking publicsuffix v2.3.0
24752026-06-22T19:24:01.263Z Checking group v0.13.0
24762026-06-22T19:24:01.283Z Checking hyper-util v0.1.20
24772026-06-22T19:24:01.362Z Checking num-iter v0.1.45
24782026-06-22T19:24:01.403Z Checking heapless v0.7.17
24792026-06-22T19:24:01.403Z Checking goblin v0.8.2
24802026-06-22T19:24:01.473Z Checking zstd-safe v7.2.4
24812026-06-22T19:24:01.493Z Checking flate2 v1.1.9
24822026-06-22T19:24:01.531Z Checking cookie v0.18.1
24832026-06-22T19:24:01.635Z Checking rand v0.8.6
24842026-06-22T19:24:01.764Z Checking anstream v1.0.0
24852026-06-22T19:24:01.774Z Checking dof v0.4.0
24862026-06-22T19:24:01.788Z Checking oxnet v0.1.6
24872026-06-22T19:24:01.812Z Compiling iddqd v0.4.2
24882026-06-22T19:24:02.362Z Checking dtrace-parser v0.3.0
24892026-06-22T19:24:02.365Z Checking phf_shared v0.13.1
24902026-06-22T19:24:02.365Z Checking lazy_static v1.5.0
24912026-06-22T19:24:02.365Z Checking anstyle-parse v0.2.7
24922026-06-22T19:24:02.365Z Checking pin-project v1.1.11
24932026-06-22T19:24:02.365Z Checking zerocopy v0.7.35
24942026-06-22T19:24:02.366Z Checking bzip2-sys v0.1.13+1.0.8
24952026-06-22T19:24:02.366Z Checking terminal_size v0.4.3
24962026-06-22T19:24:02.366Z Checking signal-hook v0.3.18
24972026-06-22T19:24:02.366Z Checking futures-executor v0.3.32
24982026-06-22T19:24:02.397Z Checking hex v0.4.3
24992026-06-22T19:24:02.401Z Checking hkdf v0.12.4
25002026-06-22T19:24:02.467Z Checking crypto-bigint v0.5.5
25012026-06-22T19:24:02.488Z Checking thread-id v5.1.0
25022026-06-22T19:24:02.534Z Checking clap_lex v1.0.0
25032026-06-22T19:24:02.537Z Checking hyper-rustls v0.27.7
25042026-06-22T19:24:02.573Z Checking hyper-tls v0.6.0
25052026-06-22T19:24:02.619Z Checking libbz2-rs-sys v0.2.2
25062026-06-22T19:24:02.689Z Checking bumpalo v3.20.2
25072026-06-22T19:24:02.705Z Checking either v1.15.0
25082026-06-22T19:24:02.733Z Checking foldhash v0.1.5
25092026-06-22T19:24:02.753Z Checking same-file v1.0.6
25102026-06-22T19:24:02.866Z Checking foldhash v0.2.0
25112026-06-22T19:24:02.870Z Checking managed v0.8.0
25122026-06-22T19:24:02.883Z Checking winnow v0.7.14
25132026-06-22T19:24:02.892Z Checking bitflags v1.3.2
25142026-06-22T19:24:02.974Z Checking strsim v0.11.1
25152026-06-22T19:24:03.019Z Compiling rayon-core v1.13.0
25162026-06-22T19:24:03.019Z Checking winnow v0.5.40
25172026-06-22T19:24:03.066Z Checking smoltcp v0.9.1
25182026-06-22T19:24:03.076Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25192026-06-22T19:24:03.138Z Checking clap_builder v4.6.0
25202026-06-22T19:24:03.216Z Checking bzip2 v0.6.1
25212026-06-22T19:24:03.256Z Checking hashbrown v0.16.1
25222026-06-22T19:24:03.310Z Checking dof v0.3.0
25232026-06-22T19:24:03.375Z Checking zopfli v0.8.3
25242026-06-22T19:24:03.379Z Checking elliptic-curve v0.13.8
25252026-06-22T19:24:03.591Z Checking hashbrown v0.15.5
25262026-06-22T19:24:03.644Z Checking walkdir v2.5.0
25272026-06-22T19:24:03.693Z Checking reqwest v0.12.28
25282026-06-22T19:24:03.707Z Checking usdt-impl v0.6.0
25292026-06-22T19:24:03.757Z Checking signal-hook-mio v0.2.5
25302026-06-22T19:24:03.805Z Checking futures v0.3.32
25312026-06-22T19:24:03.860Z Checking bzip2 v0.4.4
25322026-06-22T19:24:03.885Z Checking anstream v0.6.21
25332026-06-22T19:24:03.978Z Checking snafu v0.8.9
25342026-06-22T19:24:04.020Z Checking phf v0.13.1
25352026-06-22T19:24:04.057Z Checking num-bigint-dig v0.8.6
25362026-06-22T19:24:04.084Z Checking cookie_store v0.22.1
25372026-06-22T19:24:04.158Z Checking toml_edit v0.19.15
25382026-06-22T19:24:04.177Z Checking zstd v0.13.3
25392026-06-22T19:24:04.223Z Checking postgres-types v0.2.12
25402026-06-22T19:24:04.299Z Checking dtrace-parser v0.2.0
25412026-06-22T19:24:04.360Z Checking globset v0.4.18
25422026-06-22T19:24:04.780Z Checking crossbeam-deque v0.8.6
25432026-06-22T19:24:04.788Z Checking rustls-platform-verifier v0.6.2
25442026-06-22T19:24:04.788Z Checking regex v1.12.3
25452026-06-22T19:24:04.788Z Checking ed25519 v2.2.3
25462026-06-22T19:24:04.788Z Checking phf_shared v0.11.3
25472026-06-22T19:24:04.788Z Checking olpc-cjson v0.1.4
25482026-06-22T19:24:04.788Z Checking ref-cast v1.0.25
25492026-06-22T19:24:04.788Z Checking curve25519-dalek v4.1.3
25502026-06-22T19:24:04.788Z Checking strum v0.27.2
25512026-06-22T19:24:04.788Z Checking hubpack v0.1.2
25522026-06-22T19:24:04.788Z Checking memoffset v0.9.1
25532026-06-22T19:24:04.788Z Checking rustix v0.38.44
25542026-06-22T19:24:04.788Z Checking pkcs1 v0.7.5
25552026-06-22T19:24:04.788Z Checking pem v3.0.6
25562026-06-22T19:24:04.795Z Checking float-cmp v0.10.0
25572026-06-22T19:24:04.846Z Checking serde-big-array v0.5.1
25582026-06-22T19:24:04.865Z Checking serde_plain v1.0.2
25592026-06-22T19:24:04.937Z Checking erased-serde v0.3.31
25602026-06-22T19:24:04.948Z Checking rfc6979 v0.4.0
25612026-06-22T19:24:04.994Z Checking thread-id v4.2.2
25622026-06-22T19:24:05.003Z Checking memmap2 v0.9.10
25632026-06-22T19:24:05.014Z Checking env_filter v1.0.0
25642026-06-22T19:24:05.060Z Checking difflib v0.4.0
25652026-06-22T19:24:05.082Z Checking predicates-core v1.0.10
25662026-06-22T19:24:05.152Z Checking toml_write v0.1.2
25672026-06-22T19:24:05.156Z Checking new_debug_unreachable v1.0.6
25682026-06-22T19:24:05.196Z Checking precomputed-hash v0.1.1
25692026-06-22T19:24:05.229Z Checking jiff v0.2.21
25702026-06-22T19:24:05.238Z Checking fixedbitset v0.4.2
25712026-06-22T19:24:05.246Z Checking data-encoding v2.10.0
25722026-06-22T19:24:05.281Z Checking unicode-segmentation v1.12.0
25732026-06-22T19:24:05.323Z Checking keccak v0.1.6
25742026-06-22T19:24:05.330Z Checking normalize-line-endings v0.3.0
25752026-06-22T19:24:05.386Z Checking typed-path v0.9.3
25762026-06-22T19:24:05.399Z Checking static_assertions v1.1.0
25772026-06-22T19:24:05.413Z Checking whoami v2.1.0
25782026-06-22T19:24:05.466Z Checking fixedbitset v0.5.7
25792026-06-22T19:24:05.485Z Checking sha3 v0.10.8
25802026-06-22T19:24:05.523Z Checking hickory-proto v0.25.2
25812026-06-22T19:24:05.534Z Checking crossterm v0.28.1
25822026-06-22T19:24:05.599Z Checking similar v2.7.0
25832026-06-22T19:24:05.608Z Checking tokio-postgres v0.7.16
25842026-06-22T19:24:05.662Z Checking petgraph v0.8.3
25852026-06-22T19:24:05.694Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
25862026-06-22T19:24:06.382Z Checking predicates v3.1.4
25872026-06-22T19:24:06.385Z Checking tough v0.22.0
25882026-06-22T19:24:06.385Z Checking ed25519-dalek v2.2.0
25892026-06-22T19:24:06.385Z Checking petgraph v0.6.5
25902026-06-22T19:24:06.461Z Checking slog v2.8.2
25912026-06-22T19:24:06.726Z Checking toml_edit v0.22.27
25922026-06-22T19:24:06.855Z Checking string_cache v0.8.9
25932026-06-22T19:24:07.026Z Checking toml v0.7.8
25942026-06-22T19:24:07.231Z Checking env_logger v0.11.9
25952026-06-22T19:24:07.750Z Checking usdt v0.6.0
25962026-06-22T19:24:07.753Z Checking usdt-impl v0.5.0
25972026-06-22T19:24:07.753Z Checking zip v4.6.1
25982026-06-22T19:24:07.753Z Checking ecdsa v0.16.9
25992026-06-22T19:24:07.754Z Checking rsa v0.9.10
26002026-06-22T19:24:07.754Z Checking nix v0.31.2
26012026-06-22T19:24:07.836Z Checking reqwest v0.13.2
26022026-06-22T19:24:07.984Z Checking clap v4.6.1
26032026-06-22T19:24:08.026Z Checking toml_parser v1.0.9+spec-1.1.0
26042026-06-22T19:24:08.061Z Checking zip v0.6.6
26052026-06-22T19:24:08.179Z Checking itertools v0.13.0
26062026-06-22T19:24:08.284Z Checking serde_with v3.17.0
26072026-06-22T19:24:08.296Z Checking strum v0.26.3
26082026-06-22T19:24:08.350Z Checking fs-err v3.3.0
26092026-06-22T19:24:08.388Z Checking ahash v0.8.12
26102026-06-22T19:24:08.409Z Checking object v0.37.3
26112026-06-22T19:24:08.990Z Checking tokio-stream v0.1.18
26122026-06-22T19:24:08.993Z Checking buf-list v1.1.2
26132026-06-22T19:24:08.993Z Checking camino v1.2.2
26142026-06-22T19:24:08.993Z Checking anyhow v1.0.102
26152026-06-22T19:24:08.993Z Checking x509-cert v0.2.5
26162026-06-22T19:24:08.993Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26172026-06-22T19:24:08.993Z Checking openapiv3 v2.2.0
26182026-06-22T19:24:08.993Z Checking sha1 v0.10.6
26192026-06-22T19:24:08.994Z Checking lalrpop-util v0.19.12
26202026-06-22T19:24:09.090Z Checking peg-runtime v0.8.5
26212026-06-22T19:24:09.093Z Checking rayon v1.11.0
26222026-06-22T19:24:09.522Z Checking sigpipe v0.1.3
26232026-06-22T19:24:09.525Z Checking glob v0.3.3
26242026-06-22T19:24:10.629Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26252026-06-22T19:24:10.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.05s
26262026-06-22T19:24:11.066Z
26272026-06-22T19:24:11.066Zinfo: running `cargo check --bins` on internal-dns-types (77/298)
26282026-06-22T19:24:11.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26292026-06-22T19:24:11.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26302026-06-22T19:24:11.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26312026-06-22T19:24:11.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26322026-06-22T19:24:11.580Z
26332026-06-22T19:24:11.581Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/298)
26342026-06-22T19:24:12.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26352026-06-22T19:24:12.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26362026-06-22T19:24:12.032Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26372026-06-22T19:24:12.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26382026-06-22T19:24:12.108Z
26392026-06-22T19:24:12.108Zinfo: running `cargo check --bins` on nexus-types-versions (79/298)
26402026-06-22T19:24:12.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26412026-06-22T19:24:12.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26422026-06-22T19:24:12.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26432026-06-22T19:24:12.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26442026-06-22T19:24:12.646Z
26452026-06-22T19:24:12.646Zinfo: running `cargo check --bins` on oxql-types (80/298)
26462026-06-22T19:24:13.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26472026-06-22T19:24:13.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26482026-06-22T19:24:13.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26492026-06-22T19:24:13.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26502026-06-22T19:24:13.570Z
26512026-06-22T19:24:13.570Zinfo: running `cargo check --bins` on oximeter-types (81/298)
26522026-06-22T19:24:13.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26532026-06-22T19:24:13.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26542026-06-22T19:24:13.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26552026-06-22T19:24:13.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26562026-06-22T19:24:13.696Z
26572026-06-22T19:24:13.696Zinfo: running `cargo check --bins` on oximeter-types-versions (82/298)
26582026-06-22T19:24:14.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26592026-06-22T19:24:14.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26602026-06-22T19:24:14.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26612026-06-22T19:24:14.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26622026-06-22T19:24:14.226Z
26632026-06-22T19:24:14.226Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/298)
26642026-06-22T19:24:14.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26652026-06-22T19:24:14.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26662026-06-22T19:24:14.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26672026-06-22T19:24:14.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
26682026-06-22T19:24:14.734Z
26692026-06-22T19:24:14.735Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/298)
26702026-06-22T19:24:15.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26712026-06-22T19:24:15.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26722026-06-22T19:24:15.362Z Compiling structmeta-derive v0.3.0
26732026-06-22T19:24:15.473Z Compiling rustls v0.22.4
26742026-06-22T19:24:15.489Z Compiling multer v3.1.0
26752026-06-22T19:24:15.507Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26762026-06-22T19:24:15.507Z Compiling async-stream-impl v0.3.6
26772026-06-22T19:24:15.518Z Compiling dropshot v0.17.0
26782026-06-22T19:24:15.533Z Compiling dropshot_endpoint v0.17.0
26792026-06-22T19:24:15.533Z Compiling newtype-uuid-macros v0.1.0
26802026-06-22T19:24:15.651Z Checking newtype-uuid v1.3.2
26812026-06-22T19:24:15.711Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26822026-06-22T19:24:15.771Z Checking rustls-webpki v0.102.8
26832026-06-22T19:24:15.850Z Checking daft v0.1.7
26842026-06-22T19:24:16.271Z Checking thread_local v1.1.9
26852026-06-22T19:24:16.274Z Checking compression-core v0.4.31
26862026-06-22T19:24:16.274Z Checking match_cfg v0.1.0
26872026-06-22T19:24:16.274Z Checking iddqd v0.4.2
26882026-06-22T19:24:16.274Z Checking crossbeam-channel v0.5.15
26892026-06-22T19:24:16.274Z Checking hostname v0.3.1
26902026-06-22T19:24:16.274Z Checking compression-codecs v0.4.37
26912026-06-22T19:24:16.274Z Checking atomicwrites v0.4.4
26922026-06-22T19:24:16.286Z Checking slog-json v2.6.1
26932026-06-22T19:24:16.339Z Checking is-terminal v0.4.17
26942026-06-22T19:24:16.387Z Checking serde_spanned v1.0.4
26952026-06-22T19:24:16.430Z Checking toml_datetime v1.0.0+spec-1.1.0
26962026-06-22T19:24:16.447Z Checking toml_writer v1.0.6+spec-1.1.0
26972026-06-22T19:24:16.461Z Checking debug-ignore v1.0.5
26982026-06-22T19:24:16.516Z Checking take_mut v0.2.2
26992026-06-22T19:24:16.535Z Compiling structmeta v0.3.0
27002026-06-22T19:24:16.565Z Checking term v1.2.1
27012026-06-22T19:24:16.613Z Checking slog-bunyan v2.5.0
27022026-06-22T19:24:16.626Z Checking slog-async v2.8.0
27032026-06-22T19:24:16.630Z Checking toml v1.0.6+spec-1.1.0
27042026-06-22T19:24:16.727Z Checking async-compression v0.4.41
27052026-06-22T19:24:16.749Z Compiling derive-ex v0.1.8
27062026-06-22T19:24:16.780Z Compiling parse-display-derive v0.10.0
27072026-06-22T19:24:16.797Z Checking slog-term v2.9.2
27082026-06-22T19:24:16.975Z Checking async-stream v0.3.6
27092026-06-22T19:24:17.010Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27102026-06-22T19:24:17.055Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27112026-06-22T19:24:17.087Z Checking progenitor-client v0.14.0
27122026-06-22T19:24:17.515Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27132026-06-22T19:24:17.520Z Checking waitgroup v0.1.2
27142026-06-22T19:24:17.520Z Checking backon v1.6.0
27152026-06-22T19:24:17.520Z Checking rustls-pemfile v2.2.0
27162026-06-22T19:24:17.520Z Checking serde_path_to_error v0.1.20
27172026-06-22T19:24:17.520Z Checking hostname v0.4.2
27182026-06-22T19:24:17.521Z Checking instant v0.1.13
27192026-06-22T19:24:17.521Z Checking backoff v0.4.0
27202026-06-22T19:24:17.588Z Checking progenitor-extras v0.2.0
27212026-06-22T19:24:17.601Z Checking tokio-rustls v0.25.0
27222026-06-22T19:24:17.677Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27232026-06-22T19:24:17.805Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27242026-06-22T19:24:17.819Z Checking itertools v0.14.0
27252026-06-22T19:24:17.890Z Checking regress v0.10.5
27262026-06-22T19:24:18.059Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
27272026-06-22T19:24:18.386Z Checking macaddr v1.0.1
27282026-06-22T19:24:18.436Z Compiling test-strategy v0.4.5
27292026-06-22T19:24:18.471Z Checking parse-display v0.10.0
27302026-06-22T19:24:18.614Z Checking humantime v2.3.0
27312026-06-22T19:24:19.722Z Compiling prettyplease v0.2.37
27322026-06-22T19:24:20.330Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27332026-06-22T19:24:20.334Z Checking num-rational v0.4.2
27342026-06-22T19:24:20.334Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27352026-06-22T19:24:20.698Z Checking num-complex v0.4.6
27362026-06-22T19:24:21.266Z Checking num v0.4.3
27372026-06-22T19:24:21.341Z Compiling usdt-attr-macro v0.5.0
27382026-06-22T19:24:21.360Z Compiling usdt-macro v0.5.0
27392026-06-22T19:24:21.416Z Checking memmap v0.7.0
27402026-06-22T19:24:21.431Z Compiling float-ord v0.3.2
27412026-06-22T19:24:21.545Z Compiling convert_case v0.4.0
27422026-06-22T19:24:21.549Z Checking unicode-width v0.2.0
27432026-06-22T19:24:21.808Z Checking console v0.15.11
27442026-06-22T19:24:21.925Z Compiling derive_more v0.99.20
27452026-06-22T19:24:22.084Z Checking newline-converter v0.3.0
27462026-06-22T19:24:22.500Z Compiling toml v0.8.23
27472026-06-22T19:24:22.503Z Checking usdt v0.5.0
27482026-06-22T19:24:22.503Z Checking linked-hash-map v0.5.6
27492026-06-22T19:24:22.503Z Compiling minimal-lexical v0.2.1
27502026-06-22T19:24:22.503Z Checking lru-cache v0.1.2
27512026-06-22T19:24:22.503Z Compiling nom v7.1.3
27522026-06-22T19:24:22.549Z Checking expectorate v1.2.0
27532026-06-22T19:24:23.112Z Checking camino-tempfile v1.4.1
27542026-06-22T19:24:23.220Z Checking hickory-proto v0.24.4
27552026-06-22T19:24:23.292Z Checking phf_shared v0.12.1
27562026-06-22T19:24:23.431Z Compiling slog-dtrace v0.3.0
27572026-06-22T19:24:23.480Z Compiling chrono-tz v0.10.4
27582026-06-22T19:24:23.640Z Checking heck v0.5.0
27592026-06-22T19:24:23.648Z Checking resolv-conf v0.7.6
27602026-06-22T19:24:23.683Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27612026-06-22T19:24:23.810Z Compiling const_format_proc_macros v0.2.34
27622026-06-22T19:24:23.845Z Checking phf v0.12.1
27632026-06-22T19:24:23.862Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27642026-06-22T19:24:24.009Z Checking tokio-dtrace v0.1.1
27652026-06-22T19:24:24.198Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27662026-06-22T19:24:24.735Z Compiling derive-where v1.6.0
27672026-06-22T19:24:24.750Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27682026-06-22T19:24:24.750Z Checking highway v1.3.0
27692026-06-22T19:24:24.887Z Checking const_format v0.2.35
27702026-06-22T19:24:25.057Z Checking hickory-resolver v0.24.4
27712026-06-22T19:24:25.133Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27722026-06-22T19:24:25.291Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27732026-06-22T19:24:25.451Z Checking oxide-tokio-rt v0.1.4
27742026-06-22T19:24:25.559Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27752026-06-22T19:24:25.617Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27762026-06-22T19:24:25.807Z Checking qorb v0.4.1
27772026-06-22T19:24:26.370Z Checking gethostname v0.5.0
27782026-06-22T19:24:26.793Z Checking bcs v0.1.6
27792026-06-22T19:24:26.793Z Checking termtree v0.5.1
27802026-06-22T19:24:26.793Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27812026-06-22T19:24:29.361Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27822026-06-22T19:24:31.580Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27832026-06-22T19:24:33.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.93s
27842026-06-22T19:24:33.833Z
27852026-06-22T19:24:33.834Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/298)
27862026-06-22T19:24:34.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27872026-06-22T19:24:34.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27882026-06-22T19:24:34.449Z Compiling ar_archive_writer v0.5.1
27892026-06-22T19:24:34.555Z Compiling stacker v0.1.23
27902026-06-22T19:24:34.559Z Compiling cfg_aliases v0.1.1
27912026-06-22T19:24:34.565Z Compiling convert_case v0.10.0
27922026-06-22T19:24:34.981Z Checking unicode-width v0.1.14
27932026-06-22T19:24:34.984Z Compiling proc-macro-error v1.0.4
27942026-06-22T19:24:34.984Z Checking fd-lock v4.0.4
27952026-06-22T19:24:34.984Z Checking nibble_vec v0.1.0
27962026-06-22T19:24:34.984Z Compiling nix v0.28.0
27972026-06-22T19:24:34.984Z Checking vte v0.14.1
27982026-06-22T19:24:34.984Z Compiling recursive-proc-macro-impl v0.1.1
27992026-06-22T19:24:34.984Z Checking endian-type v0.1.2
28002026-06-22T19:24:34.984Z Checking bytecount v0.6.9
28012026-06-22T19:24:34.984Z Checking strip-ansi-escapes v0.2.1
28022026-06-22T19:24:34.984Z Compiling tabled_derive v0.7.0
28032026-06-22T19:24:34.984Z Compiling derive_more-impl v2.1.1
28042026-06-22T19:24:34.984Z Checking papergrid v0.11.0
28052026-06-22T19:24:34.984Z Checking radix_trie v0.2.1
28062026-06-22T19:24:34.984Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28072026-06-22T19:24:35.148Z Compiling peg-macros v0.8.5
28082026-06-22T19:24:35.176Z Checking winnow v0.6.26
28092026-06-22T19:24:35.442Z Compiling psm v0.1.30
28102026-06-22T19:24:35.478Z Compiling sqlparser_derive v0.5.0
28112026-06-22T19:24:35.553Z Checking nu-ansi-term v0.50.3
28122026-06-22T19:24:35.727Z Checking derive_more v2.1.1
28132026-06-22T19:24:35.756Z Checking home v0.5.12
28142026-06-22T19:24:35.805Z Checking unicode_categories v0.1.1
28152026-06-22T19:24:35.863Z Checking tabled v0.15.0
28162026-06-22T19:24:35.868Z Checking crossterm v0.29.0
28172026-06-22T19:24:35.974Z Checking reedline v0.40.0
28182026-06-22T19:24:35.977Z Checking rustyline v14.0.0
28192026-06-22T19:24:36.219Z Checking recursive v0.1.1
28202026-06-22T19:24:36.263Z Checking display-error-chain v0.2.2
28212026-06-22T19:24:36.308Z Checking sqlparser v0.61.0
28222026-06-22T19:24:36.734Z Checking sqlformat v0.3.5
28232026-06-22T19:24:36.743Z Checking peg v0.8.5
28242026-06-22T19:24:47.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.71s
28252026-06-22T19:24:48.111Z
28262026-06-22T19:24:48.111Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/298)
28272026-06-22T19:24:48.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28282026-06-22T19:24:48.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28292026-06-22T19:24:48.317Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28302026-06-22T19:24:51.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.06s
28312026-06-22T19:24:51.956Z
28322026-06-22T19:24:51.956Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/298)
28332026-06-22T19:24:52.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28342026-06-22T19:24:52.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28352026-06-22T19:24:53.229Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28362026-06-22T19:24:55.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.05s
28372026-06-22T19:24:55.241Z
28382026-06-22T19:24:55.241Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/298)
28392026-06-22T19:24:55.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28402026-06-22T19:24:55.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28412026-06-22T19:24:55.795Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28422026-06-22T19:24:59.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.84s
28432026-06-22T19:24:59.611Z
28442026-06-22T19:24:59.611Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/298)
28452026-06-22T19:24:59.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28462026-06-22T19:24:59.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28472026-06-22T19:24:59.824Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28482026-06-22T19:25:03.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.87s
28492026-06-22T19:25:03.261Z
28502026-06-22T19:25:03.261Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/298)
28512026-06-22T19:25:03.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28522026-06-22T19:25:03.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28532026-06-22T19:25:03.871Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28542026-06-22T19:25:06.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
28552026-06-22T19:25:06.613Z
28562026-06-22T19:25:06.613Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/298)
28572026-06-22T19:25:07.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28582026-06-22T19:25:07.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28592026-06-22T19:25:07.276Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28602026-06-22T19:25:09.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s
28612026-06-22T19:25:10.021Z
28622026-06-22T19:25:10.021Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/298)
28632026-06-22T19:25:10.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28642026-06-22T19:25:10.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28652026-06-22T19:25:10.841Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28662026-06-22T19:25:14.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.05s
28672026-06-22T19:25:14.648Z
28682026-06-22T19:25:14.648Zinfo: running `cargo check --bins` on oximeter (93/298)
28692026-06-22T19:25:14.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28702026-06-22T19:25:15.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28712026-06-22T19:25:15.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28722026-06-22T19:25:15.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
28732026-06-22T19:25:15.141Z
28742026-06-22T19:25:15.141Zinfo: running `cargo check --bins` on oximeter-schema (94/298)
28752026-06-22T19:25:15.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28762026-06-22T19:25:16.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28772026-06-22T19:25:16.020Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28782026-06-22T19:25:16.020Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28792026-06-22T19:25:16.020Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28802026-06-22T19:25:16.440Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28812026-06-22T19:25:18.547Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28822026-06-22T19:25:19.775Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28832026-06-22T19:25:19.986Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28842026-06-22T19:25:20.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.87s
28852026-06-22T19:25:20.801Z
28862026-06-22T19:25:20.801Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/298)
28872026-06-22T19:25:21.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28882026-06-22T19:25:21.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28892026-06-22T19:25:21.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28902026-06-22T19:25:21.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
28912026-06-22T19:25:21.741Z
28922026-06-22T19:25:21.741Zinfo: running `cargo check --bins` on oximeter-test-utils (96/298)
28932026-06-22T19:25:21.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28942026-06-22T19:25:21.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28952026-06-22T19:25:21.877Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28962026-06-22T19:25:21.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
28972026-06-22T19:25:21.912Z
28982026-06-22T19:25:21.912Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/298)
28992026-06-22T19:25:22.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29002026-06-22T19:25:22.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29012026-06-22T19:25:22.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29022026-06-22T19:25:22.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29032026-06-22T19:25:22.446Z
29042026-06-22T19:25:22.446Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/298)
29052026-06-22T19:25:22.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29062026-06-22T19:25:22.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29072026-06-22T19:25:22.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29082026-06-22T19:25:22.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29092026-06-22T19:25:22.975Z
29102026-06-22T19:25:22.975Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/298)
29112026-06-22T19:25:23.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29122026-06-22T19:25:23.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29132026-06-22T19:25:23.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29142026-06-22T19:25:23.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29152026-06-22T19:25:23.506Z
29162026-06-22T19:25:23.507Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/298)
29172026-06-22T19:25:23.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29182026-06-22T19:25:23.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29192026-06-22T19:25:23.981Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29202026-06-22T19:25:23.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29212026-06-22T19:25:24.057Z
29222026-06-22T19:25:24.057Zinfo: running `cargo check --bins` on trust-quorum-types (101/298)
29232026-06-22T19:25:24.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29242026-06-22T19:25:24.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29252026-06-22T19:25:24.890Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29262026-06-22T19:25:24.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29272026-06-22T19:25:24.896Z
29282026-06-22T19:25:24.896Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/298)
29292026-06-22T19:25:25.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29302026-06-22T19:25:25.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29312026-06-22T19:25:25.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29322026-06-22T19:25:25.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29332026-06-22T19:25:25.100Z
29342026-06-22T19:25:25.100Zinfo: running `cargo check --bins` on update-engine (103/298)
29352026-06-22T19:25:25.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29362026-06-22T19:25:25.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29372026-06-22T19:25:25.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29382026-06-22T19:25:25.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
29392026-06-22T19:25:25.802Z
29402026-06-22T19:25:25.802Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/298)
29412026-06-22T19:25:26.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29422026-06-22T19:25:26.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29432026-06-22T19:25:26.966Z Compiling crucible-workspace-hack v0.1.0
29442026-06-22T19:25:26.967Z Checking secrecy v0.10.3
29452026-06-22T19:25:26.967Z Compiling heapless v0.8.0
29462026-06-22T19:25:26.967Z Compiling toml_datetime v0.7.5+spec-1.1.0
29472026-06-22T19:25:26.967Z Compiling ingot-macros v0.1.1
29482026-06-22T19:25:26.967Z Checking hash32 v0.3.1
29492026-06-22T19:25:26.967Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29502026-06-22T19:25:26.967Z Compiling smoltcp v0.11.0
29512026-06-22T19:25:26.967Z Checking cobs v0.3.0
29522026-06-22T19:25:26.989Z Compiling thiserror-impl-no-std v2.0.2
29532026-06-22T19:25:26.989Z Compiling toml_edit v0.23.10+spec-1.0.0
29542026-06-22T19:25:26.989Z Checking universal-hash v0.5.1
29552026-06-22T19:25:26.989Z Checking half v2.7.1
29562026-06-22T19:25:26.989Z Checking opaque-debug v0.3.1
29572026-06-22T19:25:26.989Z Checking ciborium-io v0.2.2
29582026-06-22T19:25:26.990Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29592026-06-22T19:25:26.990Z Checking poly1305 v0.8.0
29602026-06-22T19:25:26.990Z Checking postcard v1.1.3
29612026-06-22T19:25:26.990Z Checking ciborium-ll v0.2.2
29622026-06-22T19:25:27.007Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29632026-06-22T19:25:27.053Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29642026-06-22T19:25:27.101Z Checking password-hash v0.5.0
29652026-06-22T19:25:27.131Z Checking chacha20 v0.9.1
29662026-06-22T19:25:27.224Z Compiling proc-macro-crate v3.4.0
29672026-06-22T19:25:27.347Z Compiling proc-macro-crate v1.3.1
29682026-06-22T19:25:27.362Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29692026-06-22T19:25:27.397Z Checking blake2 v0.10.6
29702026-06-22T19:25:27.620Z Checking aead v0.5.2
29712026-06-22T19:25:27.684Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29722026-06-22T19:25:27.736Z Compiling foreign-types-macros v0.2.3
29732026-06-22T19:25:27.736Z Checking thiserror-no-std v2.0.2
29742026-06-22T19:25:28.180Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29752026-06-22T19:25:28.180Z Checking foreign-types-shared v0.3.1
29762026-06-22T19:25:28.188Z Compiling num_enum_derive v0.7.6
29772026-06-22T19:25:28.188Z Checking cpufeatures v0.3.0
29782026-06-22T19:25:28.188Z Checking vsss-rs v3.3.4
29792026-06-22T19:25:28.188Z Compiling num_enum_derive v0.5.11
29802026-06-22T19:25:28.188Z Checking chacha20 v0.10.0
29812026-06-22T19:25:28.188Z Checking chacha20poly1305 v0.10.1
29822026-06-22T19:25:28.188Z Checking argon2 v0.5.3
29832026-06-22T19:25:28.188Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29842026-06-22T19:25:28.299Z Checking foreign-types v0.5.0
29852026-06-22T19:25:28.366Z Checking ciborium v0.2.2
29862026-06-22T19:25:28.953Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29872026-06-22T19:25:28.987Z Checking tabwriter v1.4.1
29882026-06-22T19:25:28.987Z Checking byte-wrapper v0.1.0
29892026-06-22T19:25:28.987Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29902026-06-22T19:25:28.987Z Checking num_enum v0.7.6
29912026-06-22T19:25:28.987Z Checking cstr-argument v0.1.2
29922026-06-22T19:25:28.987Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29932026-06-22T19:25:28.987Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29942026-06-22T19:25:28.987Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29952026-06-22T19:25:28.987Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29962026-06-22T19:25:29.056Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29972026-06-22T19:25:29.108Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29982026-06-22T19:25:29.125Z Checking num_enum v0.5.11
29992026-06-22T19:25:29.247Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30002026-06-22T19:25:29.281Z Checking ingot-types v0.1.2
30012026-06-22T19:25:29.281Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30022026-06-22T19:25:29.319Z Checking rand v0.10.0
30032026-06-22T19:25:29.339Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30042026-06-22T19:25:29.339Z Checking indent_write v2.2.0
30052026-06-22T19:25:29.429Z Checking colored v3.1.1
30062026-06-22T19:25:29.471Z Compiling zone_cfg_derive v0.3.1
30072026-06-22T19:25:29.589Z Checking ingot v0.1.1
30082026-06-22T19:25:29.692Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30092026-06-22T19:25:30.147Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30102026-06-22T19:25:30.147Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30112026-06-22T19:25:30.147Z Checking itertools v0.12.1
30122026-06-22T19:25:30.147Z Compiling num-derive v0.4.2
30132026-06-22T19:25:30.224Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30142026-06-22T19:25:30.224Z Checking swrite v0.1.0
30152026-06-22T19:25:30.224Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30162026-06-22T19:25:30.224Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30172026-06-22T19:25:30.224Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30182026-06-22T19:25:30.224Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30192026-06-22T19:25:30.249Z Checking dropshot-api-manager-types v0.7.2
30202026-06-22T19:25:30.312Z Checking smf v0.2.3
30212026-06-22T19:25:30.366Z Checking nanorand v0.7.0
30222026-06-22T19:25:30.477Z Checking whoami v1.6.1
30232026-06-22T19:25:30.925Z Checking flume v0.11.1
30242026-06-22T19:25:30.925Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30252026-06-22T19:25:30.952Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30262026-06-22T19:25:30.953Z Checking zone v0.3.1
30272026-06-22T19:25:31.624Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30282026-06-22T19:25:32.185Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30292026-06-22T19:25:33.079Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30302026-06-22T19:25:36.444Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30312026-06-22T19:25:38.553Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30322026-06-22T19:25:40.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.02s
30332026-06-22T19:25:40.067Z
30342026-06-22T19:25:40.067Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/298)
30352026-06-22T19:25:40.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30362026-06-22T19:25:40.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30372026-06-22T19:25:40.325Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30382026-06-22T19:25:40.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30392026-06-22T19:25:40.346Z
30402026-06-22T19:25:40.347Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/298)
30412026-06-22T19:25:40.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30422026-06-22T19:25:40.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30432026-06-22T19:25:40.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30442026-06-22T19:25:40.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30452026-06-22T19:25:40.895Z
30462026-06-22T19:25:40.895Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/298)
30472026-06-22T19:25:41.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30482026-06-22T19:25:42.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30492026-06-22T19:25:42.198Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30502026-06-22T19:25:42.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30512026-06-22T19:25:42.198Z
30522026-06-22T19:25:42.198Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/298)
30532026-06-22T19:25:42.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30542026-06-22T19:25:42.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30552026-06-22T19:25:42.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30562026-06-22T19:25:42.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30572026-06-22T19:25:42.232Z
30582026-06-22T19:25:42.232Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/298)
30592026-06-22T19:25:42.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30602026-06-22T19:25:42.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30612026-06-22T19:25:42.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30622026-06-22T19:25:42.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30632026-06-22T19:25:42.523Z
30642026-06-22T19:25:42.523Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/298)
30652026-06-22T19:25:42.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30662026-06-22T19:25:42.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30672026-06-22T19:25:42.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30682026-06-22T19:25:42.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30692026-06-22T19:25:43.465Z
30702026-06-22T19:25:43.465Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/298)
30712026-06-22T19:25:43.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30722026-06-22T19:25:43.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30732026-06-22T19:25:43.554Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30742026-06-22T19:25:43.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30752026-06-22T19:25:43.579Z
30762026-06-22T19:25:43.579Zinfo: running `cargo check --bins` on cockroach-admin-client (112/298)
30772026-06-22T19:25:44.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30782026-06-22T19:25:44.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30792026-06-22T19:25:44.078Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30802026-06-22T19:25:44.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
30812026-06-22T19:25:44.094Z
30822026-06-22T19:25:44.094Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/298)
30832026-06-22T19:25:44.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30842026-06-22T19:25:44.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30852026-06-22T19:25:44.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30862026-06-22T19:25:44.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30872026-06-22T19:25:44.633Z
30882026-06-22T19:25:44.633Zinfo: running `cargo check --bins` on dns-service-client (114/298)
30892026-06-22T19:25:45.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30902026-06-22T19:25:45.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30912026-06-22T19:25:45.105Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30922026-06-22T19:25:45.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30932026-06-22T19:25:45.201Z
30942026-06-22T19:25:45.201Zinfo: running `cargo check --bins` on installinator-client (115/298)
30952026-06-22T19:25:45.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30962026-06-22T19:25:45.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30972026-06-22T19:25:45.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30982026-06-22T19:25:45.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30992026-06-22T19:25:45.694Z
31002026-06-22T19:25:45.694Zinfo: running `cargo check --bins` on nexus-client (116/298)
31012026-06-22T19:25:46.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31022026-06-22T19:25:46.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31032026-06-22T19:25:46.659Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31042026-06-22T19:25:46.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31052026-06-22T19:25:46.659Z
31062026-06-22T19:25:46.660Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/298)
31072026-06-22T19:25:46.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31082026-06-22T19:25:46.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31092026-06-22T19:25:46.811Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31102026-06-22T19:25:46.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31112026-06-22T19:25:46.838Z
31122026-06-22T19:25:46.838Zinfo: running `cargo check --bins` on ntp-admin-client (118/298)
31132026-06-22T19:25:47.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31142026-06-22T19:25:47.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31152026-06-22T19:25:47.690Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31162026-06-22T19:25:47.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31172026-06-22T19:25:47.690Z
31182026-06-22T19:25:47.690Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/298)
31192026-06-22T19:25:48.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31202026-06-22T19:25:48.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31212026-06-22T19:25:48.291Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31222026-06-22T19:25:48.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31232026-06-22T19:25:48.291Z
31242026-06-22T19:25:48.291Zinfo: running `cargo check --bins` on oxide-client (120/298)
31252026-06-22T19:25:48.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31262026-06-22T19:25:48.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31272026-06-22T19:25:48.753Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31282026-06-22T19:25:48.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31292026-06-22T19:25:48.767Z
31302026-06-22T19:25:48.767Zinfo: running `cargo check --bins` on oximeter-client (121/298)
31312026-06-22T19:25:48.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31322026-06-22T19:25:49.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31332026-06-22T19:25:49.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31342026-06-22T19:25:49.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31352026-06-22T19:25:49.394Z
31362026-06-22T19:25:49.394Zinfo: running `cargo check --bins` on repo-depot-client (122/298)
31372026-06-22T19:25:49.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31382026-06-22T19:25:49.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31392026-06-22T19:25:49.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31402026-06-22T19:25:49.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31412026-06-22T19:25:49.445Z
31422026-06-22T19:25:49.445Zinfo: running `cargo check --bins` on sled-agent-client (123/298)
31432026-06-22T19:25:49.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31442026-06-22T19:25:50.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31452026-06-22T19:25:50.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31462026-06-22T19:25:50.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31472026-06-22T19:25:50.082Z
31482026-06-22T19:25:50.082Zinfo: running `cargo check --bins` on wicketd-client (124/298)
31492026-06-22T19:25:50.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31502026-06-22T19:25:50.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31512026-06-22T19:25:50.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31522026-06-22T19:25:50.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31532026-06-22T19:25:50.758Z
31542026-06-22T19:25:50.758Zinfo: running `cargo check --bins` on installinator-common (125/298)
31552026-06-22T19:25:51.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31562026-06-22T19:25:51.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31572026-06-22T19:25:51.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31582026-06-22T19:25:51.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31592026-06-22T19:25:51.114Z
31602026-06-22T19:25:51.114Zinfo: running `cargo check --bins` on installinator-common-versions (126/298)
31612026-06-22T19:25:51.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31622026-06-22T19:25:51.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31632026-06-22T19:25:51.641Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31642026-06-22T19:25:51.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31652026-06-22T19:25:51.665Z
31662026-06-22T19:25:51.665Zinfo: running `cargo check --bins` on wicket-common (127/298)
31672026-06-22T19:25:52.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31682026-06-22T19:25:53.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31692026-06-22T19:25:53.071Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31702026-06-22T19:25:53.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31712026-06-22T19:25:53.071Z
31722026-06-22T19:25:53.071Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/298)
31732026-06-22T19:25:53.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31742026-06-22T19:25:53.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31752026-06-22T19:25:53.101Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31762026-06-22T19:25:53.101Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31772026-06-22T19:25:53.101Z Checking csv-core v0.1.13
31782026-06-22T19:25:53.101Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31792026-06-22T19:25:53.101Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31802026-06-22T19:25:53.101Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31812026-06-22T19:25:53.101Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31822026-06-22T19:25:53.102Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31832026-06-22T19:25:53.102Z Checking csv v1.4.0
31842026-06-22T19:25:53.125Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31852026-06-22T19:25:53.147Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31862026-06-22T19:25:53.182Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31872026-06-22T19:25:53.241Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31882026-06-22T19:25:53.455Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31892026-06-22T19:25:53.838Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31902026-06-22T19:25:54.332Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31912026-06-22T19:25:54.402Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31922026-06-22T19:26:00.262Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31932026-06-22T19:26:01.191Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31942026-06-22T19:26:03.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.94s
31952026-06-22T19:26:03.341Z
31962026-06-22T19:26:03.341Zinfo: running `cargo check --bins` on cockroach-admin-api (129/298)
31972026-06-22T19:26:03.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31982026-06-22T19:26:03.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31992026-06-22T19:26:03.969Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32002026-06-22T19:26:03.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
32012026-06-22T19:26:03.969Z
32022026-06-22T19:26:03.970Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/298)
32032026-06-22T19:26:04.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32042026-06-22T19:26:04.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32052026-06-22T19:26:04.371Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32062026-06-22T19:26:04.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32072026-06-22T19:26:04.439Z
32082026-06-22T19:26:04.439Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/298)
32092026-06-22T19:26:04.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32102026-06-22T19:26:04.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32112026-06-22T19:26:04.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32122026-06-22T19:26:04.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32132026-06-22T19:26:05.089Z
32142026-06-22T19:26:05.089Zinfo: running `cargo check --bins` on gateway-test-utils (132/298)
32152026-06-22T19:26:05.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32162026-06-22T19:26:05.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32172026-06-22T19:26:05.591Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32182026-06-22T19:26:05.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32192026-06-22T19:26:05.644Z
32202026-06-22T19:26:05.644Zinfo: running `cargo check --bins` on omicron-gateway (133/298)
32212026-06-22T19:26:06.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32222026-06-22T19:26:06.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32232026-06-22T19:26:06.351Z Compiling regress v0.11.1
32242026-06-22T19:26:06.497Z Compiling unsafe-libyaml v0.2.11
32252026-06-22T19:26:06.522Z Compiling radium v0.7.0
32262026-06-22T19:26:06.522Z Compiling semver v0.1.20
32272026-06-22T19:26:06.523Z Checking nom v8.0.0
32282026-06-22T19:26:06.523Z Checking tap v1.0.1
32292026-06-22T19:26:06.523Z Compiling maybe-uninit v2.0.0
32302026-06-22T19:26:06.637Z Checking wyz v0.5.1
32312026-06-22T19:26:06.760Z Compiling rustc_version v0.1.7
32322026-06-22T19:26:06.817Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32332026-06-22T19:26:06.860Z Compiling zerocopy-derive v0.6.6
32342026-06-22T19:26:06.938Z Checking crc-catalog v2.4.0
32352026-06-22T19:26:07.009Z Compiling newtype_derive v0.1.6
32362026-06-22T19:26:07.055Z Compiling serde_yaml v0.9.34+deprecated
32372026-06-22T19:26:07.162Z Compiling cancel-safe-futures v0.1.5
32382026-06-22T19:26:07.246Z Compiling owo-colors v4.3.0
32392026-06-22T19:26:07.401Z Compiling packed_struct v0.10.1
32402026-06-22T19:26:07.557Z Checking funty v2.0.0
32412026-06-22T19:26:07.999Z Checking zerocopy v0.6.6
32422026-06-22T19:26:08.047Z Checking crc v3.4.0
32432026-06-22T19:26:08.047Z Checking bitvec v1.0.1
32442026-06-22T19:26:08.048Z Checking typify-impl v0.6.2
32452026-06-22T19:26:08.048Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32462026-06-22T19:26:08.317Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32472026-06-22T19:26:08.486Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32482026-06-22T19:26:08.533Z Compiling packed_struct_codegen v0.10.1
32492026-06-22T19:26:08.595Z Checking libsw-core v0.3.2
32502026-06-22T19:26:08.659Z Compiling bitfield-macros v0.19.4
32512026-06-22T19:26:08.740Z Compiling indexmap v1.9.3
32522026-06-22T19:26:09.023Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32532026-06-22T19:26:09.652Z Checking nodrop v0.1.14
32542026-06-22T19:26:09.705Z Checking array-init v0.0.4
32552026-06-22T19:26:09.705Z Checking libsw v3.5.0
32562026-06-22T19:26:09.705Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32572026-06-22T19:26:09.705Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32582026-06-22T19:26:09.705Z Checking bitfield v0.19.4
32592026-06-22T19:26:09.705Z Checking smallvec v0.6.14
32602026-06-22T19:26:09.705Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32612026-06-22T19:26:09.747Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32622026-06-22T19:26:09.776Z Checking tagptr v0.2.0
32632026-06-22T19:26:09.836Z Checking base64 v0.21.7
32642026-06-22T19:26:09.875Z Checking linear-map v1.2.0
32652026-06-22T19:26:09.888Z Checking hashbrown v0.12.3
32662026-06-22T19:26:09.965Z Checking unicode-linebreak v0.1.5
32672026-06-22T19:26:10.116Z Checking smawk v0.3.2
32682026-06-22T19:26:10.159Z Checking ron v0.8.1
32692026-06-22T19:26:10.239Z Checking moka v0.12.13
32702026-06-22T19:26:10.240Z Checking textwrap v0.16.2
32712026-06-22T19:26:10.266Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32722026-06-22T19:26:10.439Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32732026-06-22T19:26:10.593Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32742026-06-22T19:26:10.639Z Checking steno v0.4.1
32752026-06-22T19:26:10.681Z Checking serde-hex v0.1.0
32762026-06-22T19:26:10.713Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32772026-06-22T19:26:10.790Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32782026-06-22T19:26:11.037Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32792026-06-22T19:26:11.397Z Checking hashbrown v0.13.2
32802026-06-22T19:26:11.917Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32812026-06-22T19:26:11.917Z Checking crc-any v2.5.0
32822026-06-22T19:26:12.108Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32832026-06-22T19:26:12.108Z Checking hickory-resolver v0.25.2
32842026-06-22T19:26:12.108Z Checking void v1.0.2
32852026-06-22T19:26:12.109Z Checking half v1.8.3
32862026-06-22T19:26:12.109Z Checking object v0.30.4
32872026-06-22T19:26:12.109Z Checking path-slash v0.1.5
32882026-06-22T19:26:12.121Z Checking utf-8 v0.7.6
32892026-06-22T19:26:12.121Z Checking serde_cbor v0.11.2
32902026-06-22T19:26:12.121Z Checking tungstenite v0.23.0
32912026-06-22T19:26:12.167Z Checking lzss v0.8.2
32922026-06-22T19:26:12.351Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32932026-06-22T19:26:12.438Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32942026-06-22T19:26:12.452Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32952026-06-22T19:26:12.483Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32962026-06-22T19:26:12.534Z Checking nix v0.27.1
32972026-06-22T19:26:12.534Z Checking kstat-rs v0.2.4
32982026-06-22T19:26:12.545Z Checking fxhash v0.2.1
32992026-06-22T19:26:12.588Z Compiling typify-macro v0.6.2
33002026-06-22T19:26:12.668Z Checking serde_bytes v0.11.19
33012026-06-22T19:26:12.702Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33022026-06-22T19:26:12.721Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33032026-06-22T19:26:12.838Z Checking tokio-tungstenite v0.23.1
33042026-06-22T19:26:12.845Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33052026-06-22T19:26:13.062Z Checking signal-hook-tokio v0.3.1
33062026-06-22T19:26:14.039Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33072026-06-22T19:26:14.404Z Compiling typify v0.6.2
33082026-06-22T19:26:14.404Z Compiling progenitor-impl v0.14.0
33092026-06-22T19:26:14.825Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33102026-06-22T19:26:14.956Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33112026-06-22T19:26:15.504Z Compiling progenitor-macro v0.14.0
33122026-06-22T19:26:17.812Z Checking progenitor v0.14.0
33132026-06-22T19:26:18.030Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33142026-06-22T19:26:18.551Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33152026-06-22T19:26:20.639Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33162026-06-22T19:26:28.691Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33172026-06-22T19:26:35.196Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33182026-06-22T19:26:36.590Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33192026-06-22T19:26:37.075Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33202026-06-22T19:26:39.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.49s
33212026-06-22T19:26:39.354Z
33222026-06-22T19:26:39.354Zinfo: running `cargo check --bins` on gateway-api (134/298)
33232026-06-22T19:26:39.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33242026-06-22T19:26:39.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33252026-06-22T19:26:39.781Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33262026-06-22T19:26:39.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33272026-06-22T19:26:39.889Z
33282026-06-22T19:26:39.889Zinfo: running `cargo check --bins` on ipcc (135/298)
33292026-06-22T19:26:40.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33302026-06-22T19:26:40.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33312026-06-22T19:26:40.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33322026-06-22T19:26:40.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33332026-06-22T19:26:40.515Z
33342026-06-22T19:26:40.515Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/298)
33352026-06-22T19:26:40.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33362026-06-22T19:26:40.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33372026-06-22T19:26:40.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33382026-06-22T19:26:40.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33392026-06-22T19:26:40.899Z
33402026-06-22T19:26:40.899Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/298)
33412026-06-22T19:26:41.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33422026-06-22T19:26:41.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33432026-06-22T19:26:41.455Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33442026-06-22T19:26:41.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33452026-06-22T19:26:41.468Z
33462026-06-22T19:26:41.468Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/298)
33472026-06-22T19:26:41.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33482026-06-22T19:26:41.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33492026-06-22T19:26:41.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33502026-06-22T19:26:41.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33512026-06-22T19:26:41.988Z
33522026-06-22T19:26:41.988Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/298)
33532026-06-22T19:26:42.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33542026-06-22T19:26:42.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33552026-06-22T19:26:42.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33562026-06-22T19:26:42.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33572026-06-22T19:26:42.804Z
33582026-06-22T19:26:42.804Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/298)
33592026-06-22T19:26:42.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33602026-06-22T19:26:43.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33612026-06-22T19:26:43.004Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33622026-06-22T19:26:43.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33632026-06-22T19:26:43.057Z
33642026-06-22T19:26:43.057Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/298)
33652026-06-22T19:26:43.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33662026-06-22T19:26:43.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33672026-06-22T19:26:43.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33682026-06-22T19:26:43.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33692026-06-22T19:26:43.704Z
33702026-06-22T19:26:43.704Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/298)
33712026-06-22T19:26:44.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33722026-06-22T19:26:44.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33732026-06-22T19:26:44.088Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33742026-06-22T19:26:44.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33752026-06-22T19:26:44.151Z
33762026-06-22T19:26:44.151Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/298)
33772026-06-22T19:26:44.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782026-06-22T19:26:44.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792026-06-22T19:26:44.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33802026-06-22T19:26:44.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33812026-06-22T19:26:44.766Z
33822026-06-22T19:26:44.766Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/298)
33832026-06-22T19:26:45.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842026-06-22T19:26:45.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852026-06-22T19:26:45.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33862026-06-22T19:26:45.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33872026-06-22T19:26:45.424Z
33882026-06-22T19:26:45.424Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/298)
33892026-06-22T19:26:45.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902026-06-22T19:26:45.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912026-06-22T19:26:45.706Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33922026-06-22T19:26:45.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33932026-06-22T19:26:45.764Z
33942026-06-22T19:26:45.764Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/298)
33952026-06-22T19:26:46.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33962026-06-22T19:26:46.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33972026-06-22T19:26:46.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33982026-06-22T19:26:46.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33992026-06-22T19:26:46.285Z
34002026-06-22T19:26:46.285Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/298)
34012026-06-22T19:26:46.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022026-06-22T19:26:46.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032026-06-22T19:26:46.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34042026-06-22T19:26:46.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34052026-06-22T19:26:46.825Z
34062026-06-22T19:26:46.825Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/298)
34072026-06-22T19:26:47.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082026-06-22T19:26:47.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092026-06-22T19:26:47.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34102026-06-22T19:26:47.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34112026-06-22T19:26:47.374Z
34122026-06-22T19:26:47.374Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/298)
34132026-06-22T19:26:47.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142026-06-22T19:26:47.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152026-06-22T19:26:47.930Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34162026-06-22T19:26:47.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34172026-06-22T19:26:47.976Z
34182026-06-22T19:26:47.976Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/298)
34192026-06-22T19:26:48.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202026-06-22T19:26:48.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212026-06-22T19:26:48.439Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34222026-06-22T19:26:48.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34232026-06-22T19:26:48.489Z
34242026-06-22T19:26:48.489Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/298)
34252026-06-22T19:26:48.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262026-06-22T19:26:48.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272026-06-22T19:26:48.967Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34282026-06-22T19:26:48.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34292026-06-22T19:26:49.036Z
34302026-06-22T19:26:49.036Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/298)
34312026-06-22T19:26:49.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34322026-06-22T19:26:49.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34332026-06-22T19:26:49.525Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34342026-06-22T19:26:49.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34352026-06-22T19:26:49.620Z
34362026-06-22T19:26:49.620Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/298)
34372026-06-22T19:26:50.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34382026-06-22T19:26:50.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34392026-06-22T19:26:50.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34402026-06-22T19:26:50.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34412026-06-22T19:26:50.135Z
34422026-06-22T19:26:50.136Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/298)
34432026-06-22T19:26:50.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34442026-06-22T19:26:50.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34452026-06-22T19:26:50.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34462026-06-22T19:26:50.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34472026-06-22T19:26:50.696Z
34482026-06-22T19:26:50.696Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/298)
34492026-06-22T19:26:51.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34502026-06-22T19:26:51.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34512026-06-22T19:26:51.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34522026-06-22T19:26:51.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34532026-06-22T19:26:51.260Z
34542026-06-22T19:26:51.261Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/298)
34552026-06-22T19:26:51.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34562026-06-22T19:26:51.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34572026-06-22T19:26:51.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34582026-06-22T19:26:51.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34592026-06-22T19:26:51.784Z
34602026-06-22T19:26:51.784Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/298)
34612026-06-22T19:26:52.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34622026-06-22T19:26:52.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34632026-06-22T19:26:52.261Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34642026-06-22T19:26:52.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34652026-06-22T19:26:52.340Z
34662026-06-22T19:26:52.340Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/298)
34672026-06-22T19:26:52.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34682026-06-22T19:26:52.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34692026-06-22T19:26:52.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34702026-06-22T19:26:52.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34712026-06-22T19:26:52.849Z
34722026-06-22T19:26:52.849Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/298)
34732026-06-22T19:26:53.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34742026-06-22T19:26:53.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34752026-06-22T19:26:53.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34762026-06-22T19:26:53.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34772026-06-22T19:26:53.383Z
34782026-06-22T19:26:53.384Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/298)
34792026-06-22T19:26:53.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34802026-06-22T19:26:53.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34812026-06-22T19:26:53.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34822026-06-22T19:26:53.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34832026-06-22T19:26:53.914Z
34842026-06-22T19:26:53.914Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/298)
34852026-06-22T19:26:54.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34862026-06-22T19:26:54.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34872026-06-22T19:26:54.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34882026-06-22T19:26:54.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34892026-06-22T19:26:54.439Z
34902026-06-22T19:26:54.439Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/298)
34912026-06-22T19:26:54.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34922026-06-22T19:26:54.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34932026-06-22T19:26:54.890Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34942026-06-22T19:26:54.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34952026-06-22T19:26:54.974Z
34962026-06-22T19:26:54.974Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/298)
34972026-06-22T19:26:55.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34982026-06-22T19:26:55.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34992026-06-22T19:26:55.430Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35002026-06-22T19:26:55.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35012026-06-22T19:26:55.517Z
35022026-06-22T19:26:55.517Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/298)
35032026-06-22T19:26:55.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35042026-06-22T19:26:55.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35052026-06-22T19:26:55.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35062026-06-22T19:26:55.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35072026-06-22T19:26:56.052Z
35082026-06-22T19:26:56.052Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/298)
35092026-06-22T19:26:56.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35102026-06-22T19:26:56.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35112026-06-22T19:26:56.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35122026-06-22T19:26:56.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35132026-06-22T19:26:56.586Z
35142026-06-22T19:26:56.586Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/298)
35152026-06-22T19:26:57.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35162026-06-22T19:26:57.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35172026-06-22T19:26:57.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35182026-06-22T19:26:57.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35192026-06-22T19:26:57.153Z
35202026-06-22T19:26:57.153Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/298)
35212026-06-22T19:26:57.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35222026-06-22T19:26:57.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35232026-06-22T19:26:57.617Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35242026-06-22T19:26:57.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35252026-06-22T19:26:57.698Z
35262026-06-22T19:26:57.698Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/298)
35272026-06-22T19:26:58.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35282026-06-22T19:26:58.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35292026-06-22T19:26:58.165Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35302026-06-22T19:26:58.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35312026-06-22T19:26:58.256Z
35322026-06-22T19:26:58.256Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/298)
35332026-06-22T19:26:58.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35342026-06-22T19:26:58.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35352026-06-22T19:26:58.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35362026-06-22T19:26:58.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35372026-06-22T19:26:58.800Z
35382026-06-22T19:26:58.800Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/298)
35392026-06-22T19:26:59.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35402026-06-22T19:26:59.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35412026-06-22T19:26:59.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35422026-06-22T19:26:59.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35432026-06-22T19:26:59.369Z
35442026-06-22T19:26:59.369Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/298)
35452026-06-22T19:26:59.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35462026-06-22T19:26:59.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35472026-06-22T19:26:59.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35482026-06-22T19:26:59.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35492026-06-22T19:26:59.914Z
35502026-06-22T19:26:59.914Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/298)
35512026-06-22T19:27:00.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35522026-06-22T19:27:00.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35532026-06-22T19:27:00.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35542026-06-22T19:27:00.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35552026-06-22T19:27:00.470Z
35562026-06-22T19:27:00.471Zinfo: running `cargo check --bins` on oximeter-producer (173/298)
35572026-06-22T19:27:00.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35582026-06-22T19:27:00.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35592026-06-22T19:27:00.953Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35602026-06-22T19:27:00.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35612026-06-22T19:27:01.029Z
35622026-06-22T19:27:01.029Zinfo: running `cargo check --bins` on internal-dns-resolver (174/298)
35632026-06-22T19:27:01.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35642026-06-22T19:27:01.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35652026-06-22T19:27:01.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35662026-06-22T19:27:01.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35672026-06-22T19:27:01.570Z
35682026-06-22T19:27:01.570Zinfo: running `cargo check --bins` on dns-server (175/298)
35692026-06-22T19:27:02.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35702026-06-22T19:27:02.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35712026-06-22T19:27:02.156Z Compiling parking_lot_core v0.8.6
35722026-06-22T19:27:02.163Z Compiling git-stub v1.0.0
35732026-06-22T19:27:02.163Z Checking prefix-trie v0.7.0
35742026-06-22T19:27:02.163Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35752026-06-22T19:27:02.382Z Compiling git-stub-vcs v0.1.0
35762026-06-22T19:27:02.541Z Checking hickory-server v0.25.2
35772026-06-22T19:27:02.657Z Checking parking_lot v0.11.2
35782026-06-22T19:27:02.660Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35792026-06-22T19:27:02.723Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35802026-06-22T19:27:02.723Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35812026-06-22T19:27:02.836Z Checking sled v0.34.7
35822026-06-22T19:27:04.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.17s
35832026-06-22T19:27:04.891Z
35842026-06-22T19:27:04.891Zinfo: running `cargo check --bins` on dns-server-api (176/298)
35852026-06-22T19:27:05.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35862026-06-22T19:27:05.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35872026-06-22T19:27:05.345Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35882026-06-22T19:27:05.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35892026-06-22T19:27:05.443Z
35902026-06-22T19:27:05.443Zinfo: running `cargo check --bins` on oximeter-producer-api (177/298)
35912026-06-22T19:27:05.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35922026-06-22T19:27:05.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35932026-06-22T19:27:05.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35942026-06-22T19:27:05.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35952026-06-22T19:27:05.948Z
35962026-06-22T19:27:05.948Zinfo: running `cargo check --bins` on sp-sim (178/298)
35972026-06-22T19:27:06.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35982026-06-22T19:27:06.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35992026-06-22T19:27:06.613Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36002026-06-22T19:27:08.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.40s
36012026-06-22T19:27:08.534Z
36022026-06-22T19:27:08.534Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/298)
36032026-06-22T19:27:09.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36042026-06-22T19:27:09.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36052026-06-22T19:27:09.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36062026-06-22T19:27:09.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36072026-06-22T19:27:09.109Z
36082026-06-22T19:27:09.109Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/298)
36092026-06-22T19:27:09.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36102026-06-22T19:27:09.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36112026-06-22T19:27:09.604Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36122026-06-22T19:27:09.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36132026-06-22T19:27:09.684Z
36142026-06-22T19:27:09.684Zinfo: running `cargo check --bins` on db-macros (181/298)
36152026-06-22T19:27:10.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36162026-06-22T19:27:10.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36172026-06-22T19:27:10.127Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36182026-06-22T19:27:10.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36192026-06-22T19:27:10.197Z
36202026-06-22T19:27:10.197Zinfo: running `cargo check --bins` on nexus-macros-common (182/298)
36212026-06-22T19:27:10.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36222026-06-22T19:27:10.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36232026-06-22T19:27:10.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36242026-06-22T19:27:10.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36252026-06-22T19:27:10.708Z
36262026-06-22T19:27:10.709Zinfo: running `cargo check --bins` on nexus-auth (183/298)
36272026-06-22T19:27:11.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36282026-06-22T19:27:11.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36292026-06-22T19:27:11.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36302026-06-22T19:27:11.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36312026-06-22T19:27:11.284Z
36322026-06-22T19:27:11.284Zinfo: running `cargo check --bins` on authz-macros (184/298)
36332026-06-22T19:27:11.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36342026-06-22T19:27:11.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36352026-06-22T19:27:11.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36362026-06-22T19:27:11.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36372026-06-22T19:27:11.803Z
36382026-06-22T19:27:11.803Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/298)
36392026-06-22T19:27:12.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36402026-06-22T19:27:12.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36412026-06-22T19:27:12.283Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36422026-06-22T19:27:12.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36432026-06-22T19:27:12.375Z
36442026-06-22T19:27:12.375Zinfo: running `cargo check --bins` on nexus-db-model (186/298)
36452026-06-22T19:27:12.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36462026-06-22T19:27:12.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36472026-06-22T19:27:12.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36482026-06-22T19:27:13.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36492026-06-22T19:27:13.270Z
36502026-06-22T19:27:13.270Zinfo: running `cargo check --bins` on nexus-db-schema (187/298)
36512026-06-22T19:27:13.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36522026-06-22T19:27:13.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36532026-06-22T19:27:13.383Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36542026-06-22T19:27:13.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36552026-06-22T19:27:13.460Z
36562026-06-22T19:27:13.460Zinfo: running `cargo check --bins` on omicron-rpaths (188/298)
36572026-06-22T19:27:13.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36582026-06-22T19:27:13.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36592026-06-22T19:27:13.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36602026-06-22T19:27:13.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36612026-06-22T19:27:13.974Z
36622026-06-22T19:27:13.974Zinfo: running `cargo check --bins` on nexus-defaults (189/298)
36632026-06-22T19:27:14.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36642026-06-22T19:27:14.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36652026-06-22T19:27:14.417Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36662026-06-22T19:27:14.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36672026-06-22T19:27:14.496Z
36682026-06-22T19:27:14.497Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/298)
36692026-06-22T19:27:14.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36702026-06-22T19:27:14.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36712026-06-22T19:27:14.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36722026-06-22T19:27:14.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36732026-06-22T19:27:15.415Z
36742026-06-22T19:27:15.416Zinfo: running `cargo check --bins` on parallel-task-set (191/298)
36752026-06-22T19:27:15.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36762026-06-22T19:27:15.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36772026-06-22T19:27:15.449Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36782026-06-22T19:27:15.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36792026-06-22T19:27:15.521Z
36802026-06-22T19:27:15.521Zinfo: running `cargo check --bins` on omicron-git-version (192/298)
36812026-06-22T19:27:15.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36822026-06-22T19:27:15.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36832026-06-22T19:27:15.954Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36842026-06-22T19:27:15.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36852026-06-22T19:27:16.036Z
36862026-06-22T19:27:16.036Zinfo: running `cargo check --bins` on nexus-db-errors (193/298)
36872026-06-22T19:27:16.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36882026-06-22T19:27:16.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36892026-06-22T19:27:16.936Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36902026-06-22T19:27:16.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36912026-06-22T19:27:16.939Z
36922026-06-22T19:27:16.939Zinfo: running `cargo check --bins` on nexus-db-lookup (194/298)
36932026-06-22T19:27:17.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36942026-06-22T19:27:17.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36952026-06-22T19:27:17.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36962026-06-22T19:27:17.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36972026-06-22T19:27:17.509Z
36982026-06-22T19:27:17.509Zinfo: running `cargo check --bins` on nexus-inventory (195/298)
36992026-06-22T19:27:17.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37002026-06-22T19:27:17.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37012026-06-22T19:27:17.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37022026-06-22T19:27:17.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37032026-06-22T19:27:18.156Z
37042026-06-22T19:27:18.156Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (196/298)
37052026-06-22T19:27:18.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37062026-06-22T19:27:18.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37072026-06-22T19:27:18.236Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37082026-06-22T19:27:18.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37092026-06-22T19:27:18.296Z
37102026-06-22T19:27:18.296Zinfo: running `cargo check --bins --no-default-features` on sled-storage (197/298)
37112026-06-22T19:27:18.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37122026-06-22T19:27:18.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37132026-06-22T19:27:18.759Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37142026-06-22T19:27:18.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37152026-06-22T19:27:19.253Z
37162026-06-22T19:27:19.253Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (198/298)
37172026-06-22T19:27:19.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37182026-06-22T19:27:19.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37192026-06-22T19:27:19.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37202026-06-22T19:27:19.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37212026-06-22T19:27:19.795Z
37222026-06-22T19:27:19.795Zinfo: running `cargo check --bins` on key-manager (199/298)
37232026-06-22T19:27:19.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37242026-06-22T19:27:19.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37252026-06-22T19:27:19.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37262026-06-22T19:27:19.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
37272026-06-22T19:27:19.909Z
37282026-06-22T19:27:19.909Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (200/298)
37292026-06-22T19:27:20.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37302026-06-22T19:27:20.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37312026-06-22T19:27:20.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37322026-06-22T19:27:20.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37332026-06-22T19:27:20.456Z
37342026-06-22T19:27:20.456Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (201/298)
37352026-06-22T19:27:20.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37362026-06-22T19:27:20.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37372026-06-22T19:27:20.913Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37382026-06-22T19:27:20.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37392026-06-22T19:27:20.995Z
37402026-06-22T19:27:20.995Zinfo: running `cargo check --bins` on typed-rng (202/298)
37412026-06-22T19:27:21.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37422026-06-22T19:27:21.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37432026-06-22T19:27:21.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37442026-06-22T19:27:21.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
37452026-06-22T19:27:21.925Z
37462026-06-22T19:27:21.925Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (203/298)
37472026-06-22T19:27:22.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37482026-06-22T19:27:22.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37492026-06-22T19:27:22.292Z Compiling libefi-sys v0.1.0
37502026-06-22T19:27:22.297Z Compiling bitfield-struct v0.6.2
37512026-06-22T19:27:22.431Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37522026-06-22T19:27:22.439Z Compiling xshell-macros v0.2.7
37532026-06-22T19:27:22.449Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37542026-06-22T19:27:22.460Z Compiling salty v0.3.0
37552026-06-22T19:27:22.474Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37562026-06-22T19:27:22.526Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
37572026-06-22T19:27:22.538Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37582026-06-22T19:27:22.605Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37592026-06-22T19:27:22.776Z Checking primeorder v0.13.6
37602026-06-22T19:27:22.791Z Compiling proc-macro-error-attr2 v2.0.0
37612026-06-22T19:27:22.803Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37622026-06-22T19:27:22.803Z Checking xshell v0.2.7
37632026-06-22T19:27:22.943Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37642026-06-22T19:27:22.959Z Checking tungstenite v0.21.0
37652026-06-22T19:27:22.993Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37662026-06-22T19:27:23.018Z Checking p384 v0.13.1
37672026-06-22T19:27:23.039Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37682026-06-22T19:27:23.141Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37692026-06-22T19:27:23.160Z Compiling num-derive v0.3.3
37702026-06-22T19:27:23.575Z Compiling proc-macro-error2 v2.0.1
37712026-06-22T19:27:23.580Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37722026-06-22T19:27:23.580Z Checking tokio-tungstenite v0.21.0
37732026-06-22T19:27:23.580Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37742026-06-22T19:27:23.580Z Checking papergrid v0.17.0
37752026-06-22T19:27:23.580Z Compiling tabled_derive v0.11.0
37762026-06-22T19:27:23.580Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37772026-06-22T19:27:23.580Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37782026-06-22T19:27:23.621Z Compiling progenitor-impl v0.13.0
37792026-06-22T19:27:23.653Z Checking testing_table v0.3.0
37802026-06-22T19:27:23.747Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37812026-06-22T19:27:23.773Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
37822026-06-22T19:27:24.198Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37832026-06-22T19:27:24.204Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37842026-06-22T19:27:24.204Z Checking corncobs v0.1.4
37852026-06-22T19:27:24.204Z Checking libscf-sys v1.1.0
37862026-06-22T19:27:24.204Z Compiling illumos-nvpair-sys v0.2.0
37872026-06-22T19:27:24.204Z Compiling unicase v2.9.0
37882026-06-22T19:27:24.204Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37892026-06-22T19:27:24.244Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37902026-06-22T19:27:24.347Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37912026-06-22T19:27:24.370Z Compiling mime_guess v2.0.5
37922026-06-22T19:27:24.385Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37932026-06-22T19:27:24.390Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37942026-06-22T19:27:24.513Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37952026-06-22T19:27:24.625Z Checking tabled v0.20.0
37962026-06-22T19:27:24.670Z Checking progenitor-client v0.13.0
37972026-06-22T19:27:24.935Z Checking secrecy v0.8.0
37982026-06-22T19:27:24.953Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37992026-06-22T19:27:24.978Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38002026-06-22T19:27:25.084Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
38012026-06-22T19:27:25.188Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38022026-06-22T19:27:25.416Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
38032026-06-22T19:27:25.429Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
38042026-06-22T19:27:25.472Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
38052026-06-22T19:27:25.554Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38062026-06-22T19:27:25.641Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38072026-06-22T19:27:25.693Z Checking filetime v0.2.27
38082026-06-22T19:27:25.812Z Checking crc8 v0.1.1
38092026-06-22T19:27:25.834Z Checking http-range v0.1.5
38102026-06-22T19:27:25.913Z Checking xattr v1.6.1
38112026-06-22T19:27:25.963Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38122026-06-22T19:27:26.042Z Checking tar v0.4.45
38132026-06-22T19:27:26.152Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38142026-06-22T19:27:26.172Z Checking illumos-nvpair v0.3.0
38152026-06-22T19:27:26.252Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38162026-06-22T19:27:26.279Z Compiling progenitor-macro v0.13.0
38172026-06-22T19:27:26.423Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38182026-06-22T19:27:26.426Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38192026-06-22T19:27:26.464Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38202026-06-22T19:27:26.714Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
38212026-06-22T19:27:26.805Z Checking atty v0.2.14
38222026-06-22T19:27:26.808Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38232026-06-22T19:27:26.908Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
38242026-06-22T19:27:27.399Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38252026-06-22T19:27:27.403Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38262026-06-22T19:27:27.403Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38272026-06-22T19:27:27.403Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38282026-06-22T19:27:27.403Z Checking hyper-staticfile v0.10.1
38292026-06-22T19:27:27.403Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38302026-06-22T19:27:27.403Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
38312026-06-22T19:27:27.448Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38322026-06-22T19:27:27.557Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38332026-06-22T19:27:27.616Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38342026-06-22T19:27:28.118Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38352026-06-22T19:27:28.536Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38362026-06-22T19:27:28.536Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38372026-06-22T19:27:28.543Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
38382026-06-22T19:27:28.543Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38392026-06-22T19:27:29.526Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38402026-06-22T19:27:29.588Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38412026-06-22T19:27:30.007Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38422026-06-22T19:27:30.327Z Checking progenitor v0.13.0
38432026-06-22T19:27:30.469Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38442026-06-22T19:27:32.406Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38452026-06-22T19:27:36.143Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38462026-06-22T19:27:47.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.22s
38472026-06-22T19:27:47.230Z
38482026-06-22T19:27:47.230Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (204/298)
38492026-06-22T19:27:47.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38502026-06-22T19:27:47.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38512026-06-22T19:27:47.680Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38522026-06-22T19:27:58.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.44s
38532026-06-22T19:27:58.585Z
38542026-06-22T19:27:58.586Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (205/298)
38552026-06-22T19:27:59.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38562026-06-22T19:27:59.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38572026-06-22T19:27:59.304Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38582026-06-22T19:28:10.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.46s
38592026-06-22T19:28:10.249Z
38602026-06-22T19:28:10.249Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (206/298)
38612026-06-22T19:28:10.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38622026-06-22T19:28:10.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38632026-06-22T19:28:10.978Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38642026-06-22T19:28:22.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.52s
38652026-06-22T19:28:22.412Z
38662026-06-22T19:28:22.412Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (207/298)
38672026-06-22T19:28:22.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38682026-06-22T19:28:22.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38692026-06-22T19:28:22.687Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38702026-06-22T19:28:33.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.60s
38712026-06-22T19:28:33.776Z
38722026-06-22T19:28:33.776Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (208/298)
38732026-06-22T19:28:34.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38742026-06-22T19:28:34.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38752026-06-22T19:28:34.537Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38762026-06-22T19:28:45.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.53s
38772026-06-22T19:28:45.523Z
38782026-06-22T19:28:45.523Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (209/298)
38792026-06-22T19:28:46.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38802026-06-22T19:28:46.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38812026-06-22T19:28:46.230Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38822026-06-22T19:28:56.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.45s
38832026-06-22T19:28:57.202Z
38842026-06-22T19:28:57.202Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (210/298)
38852026-06-22T19:28:57.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38862026-06-22T19:28:57.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38872026-06-22T19:28:57.882Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38882026-06-22T19:29:09.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.46s
38892026-06-22T19:29:09.039Z
38902026-06-22T19:29:09.039Zinfo: running `cargo check --bins` on bootstrap-agent-api (211/298)
38912026-06-22T19:29:09.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38922026-06-22T19:29:09.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38932026-06-22T19:29:09.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38942026-06-22T19:29:09.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
38952026-06-22T19:29:09.708Z
38962026-06-22T19:29:09.708Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (212/298)
38972026-06-22T19:29:09.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38982026-06-22T19:29:09.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38992026-06-22T19:29:09.815Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39002026-06-22T19:29:09.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39012026-06-22T19:29:09.894Z
39022026-06-22T19:29:09.894Zinfo: running `cargo check --bins` on range-requests (213/298)
39032026-06-22T19:29:10.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39042026-06-22T19:29:10.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39052026-06-22T19:29:10.341Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39062026-06-22T19:29:10.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
39072026-06-22T19:29:10.827Z
39082026-06-22T19:29:10.827Zinfo: running `cargo check --bins` on repo-depot-api (214/298)
39092026-06-22T19:29:10.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39102026-06-22T19:29:10.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39112026-06-22T19:29:10.880Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39122026-06-22T19:29:10.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
39132026-06-22T19:29:10.955Z
39142026-06-22T19:29:10.955Zinfo: running `cargo check --bins` on sled-agent-api (215/298)
39152026-06-22T19:29:11.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39162026-06-22T19:29:11.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39172026-06-22T19:29:11.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39182026-06-22T19:29:11.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39192026-06-22T19:29:11.487Z
39202026-06-22T19:29:11.487Zinfo: running `cargo check --bins` on sled-diagnostics (216/298)
39212026-06-22T19:29:11.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39222026-06-22T19:29:11.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39232026-06-22T19:29:11.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39242026-06-22T19:29:11.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39252026-06-22T19:29:12.029Z
39262026-06-22T19:29:12.029Zinfo: running `cargo check --bins` on zfs-test-harness (217/298)
39272026-06-22T19:29:12.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39282026-06-22T19:29:12.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39292026-06-22T19:29:12.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39302026-06-22T19:29:12.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39312026-06-22T19:29:12.570Z
39322026-06-22T19:29:12.571Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (218/298)
39332026-06-22T19:29:13.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39342026-06-22T19:29:13.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39352026-06-22T19:29:13.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39362026-06-22T19:29:13.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39372026-06-22T19:29:13.122Z
39382026-06-22T19:29:13.122Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (219/298)
39392026-06-22T19:29:13.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39402026-06-22T19:29:13.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39412026-06-22T19:29:13.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39422026-06-22T19:29:13.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39432026-06-22T19:29:13.675Z
39442026-06-22T19:29:13.675Zinfo: running `cargo check --bins` on sled-agent-early-networking (220/298)
39452026-06-22T19:29:14.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39462026-06-22T19:29:14.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39472026-06-22T19:29:14.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39482026-06-22T19:29:14.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39492026-06-22T19:29:14.224Z
39502026-06-22T19:29:14.224Zinfo: running `cargo check --bins` on sled-agent-health-monitor (221/298)
39512026-06-22T19:29:14.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39522026-06-22T19:29:14.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39532026-06-22T19:29:14.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39542026-06-22T19:29:14.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39552026-06-22T19:29:14.774Z
39562026-06-22T19:29:14.774Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (222/298)
39572026-06-22T19:29:15.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39582026-06-22T19:29:15.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39592026-06-22T19:29:15.240Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39602026-06-22T19:29:15.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39612026-06-22T19:29:15.322Z
39622026-06-22T19:29:15.322Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (223/298)
39632026-06-22T19:29:16.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39642026-06-22T19:29:16.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39652026-06-22T19:29:16.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39662026-06-22T19:29:16.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39672026-06-22T19:29:16.203Z
39682026-06-22T19:29:16.203Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (224/298)
39692026-06-22T19:29:16.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39702026-06-22T19:29:16.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39712026-06-22T19:29:16.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39722026-06-22T19:29:16.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39732026-06-22T19:29:16.417Z
39742026-06-22T19:29:16.417Zinfo: running `cargo check --bins` on sled-agent-rack-setup (225/298)
39752026-06-22T19:29:16.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39762026-06-22T19:29:16.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39772026-06-22T19:29:16.900Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39782026-06-22T19:29:16.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39792026-06-22T19:29:16.987Z
39802026-06-22T19:29:16.987Zinfo: running `cargo check --bins` on trust-quorum (226/298)
39812026-06-22T19:29:17.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39822026-06-22T19:29:17.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39832026-06-22T19:29:17.456Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39842026-06-22T19:29:17.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39852026-06-22T19:29:17.541Z
39862026-06-22T19:29:17.541Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (227/298)
39872026-06-22T19:29:18.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39882026-06-22T19:29:18.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39892026-06-22T19:29:18.021Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39902026-06-22T19:29:18.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39912026-06-22T19:29:18.445Z
39922026-06-22T19:29:18.446Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (228/298)
39932026-06-22T19:29:18.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39942026-06-22T19:29:18.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39952026-06-22T19:29:18.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39962026-06-22T19:29:18.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39972026-06-22T19:29:18.683Z
39982026-06-22T19:29:18.683Zinfo: running `cargo check --bins` on update-common (229/298)
39992026-06-22T19:29:19.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40002026-06-22T19:29:19.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40012026-06-22T19:29:19.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40022026-06-22T19:29:19.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
40032026-06-22T19:29:19.214Z
40042026-06-22T19:29:19.214Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (230/298)
40052026-06-22T19:29:20.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40062026-06-22T19:29:20.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40072026-06-22T19:29:20.120Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40082026-06-22T19:29:20.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40092026-06-22T19:29:20.120Z
40102026-06-22T19:29:20.120Zinfo: running `cargo check --bins` on omicron-deployment-graph (231/298)
40112026-06-22T19:29:20.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40122026-06-22T19:29:20.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40132026-06-22T19:29:20.236Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40142026-06-22T19:29:20.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
40152026-06-22T19:29:20.315Z
40162026-06-22T19:29:20.315Zinfo: running `cargo check --bins` on reconfigurator-cli (232/298)
40172026-06-22T19:29:20.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40182026-06-22T19:29:20.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40192026-06-22T19:29:21.035Z Compiling fs-err v2.11.0
40202026-06-22T19:29:21.038Z Checking ignore v0.4.25
40212026-06-22T19:29:21.038Z Checking arc-swap v1.8.2
40222026-06-22T19:29:21.164Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40232026-06-22T19:29:21.165Z Checking predicates-tree v1.0.13
40242026-06-22T19:29:21.183Z Checking parse-size v1.1.0
40252026-06-22T19:29:21.189Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40262026-06-22T19:29:21.201Z Checking rand_seeder v0.4.0
40272026-06-22T19:29:21.273Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40282026-06-22T19:29:21.288Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40292026-06-22T19:29:21.340Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40302026-06-22T19:29:21.352Z Checking slog-scope v4.4.1
40312026-06-22T19:29:21.389Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40322026-06-22T19:29:21.479Z Checking slog-stdlog v4.1.1
40332026-06-22T19:29:21.493Z Compiling petname v2.0.2
40342026-06-22T19:29:21.508Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40352026-06-22T19:29:21.528Z Checking globwalk v0.9.1
40362026-06-22T19:29:21.584Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40372026-06-22T19:29:21.597Z Checking slog-envlogger v2.2.0
40382026-06-22T19:29:21.710Z Checking camino-tempfile-ext v0.3.3
40392026-06-22T19:29:21.745Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40402026-06-22T19:29:21.789Z Checking sapling-renderdag v0.1.0
40412026-06-22T19:29:21.919Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40422026-06-22T19:29:21.935Z Checking subprocess v0.2.15
40432026-06-22T19:29:22.027Z Checking sync-ptr v0.1.4
40442026-06-22T19:29:22.123Z Checking colored v2.2.0
40452026-06-22T19:29:22.544Z Checking assert_matches v1.5.0
40462026-06-22T19:29:22.548Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40472026-06-22T19:29:22.548Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40482026-06-22T19:29:22.548Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40492026-06-22T19:29:23.097Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40502026-06-22T19:29:24.411Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40512026-06-22T19:29:26.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.24s
40522026-06-22T19:29:26.965Z
40532026-06-22T19:29:26.965Zinfo: running `cargo check --bins` on omicron-repl-utils (233/298)
40542026-06-22T19:29:27.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40552026-06-22T19:29:27.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40562026-06-22T19:29:27.238Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40572026-06-22T19:29:27.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
40582026-06-22T19:29:27.266Z
40592026-06-22T19:29:27.266Zinfo: running `cargo check --bins` on transient-dns-server (234/298)
40602026-06-22T19:29:27.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40612026-06-22T19:29:27.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40622026-06-22T19:29:27.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40632026-06-22T19:29:27.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
40642026-06-22T19:29:27.804Z
40652026-06-22T19:29:27.804Zinfo: running `cargo check --bins` on nexus-test-interface (235/298)
40662026-06-22T19:29:28.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40672026-06-22T19:29:28.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40682026-06-22T19:29:28.727Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40692026-06-22T19:29:28.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40702026-06-22T19:29:28.728Z
40712026-06-22T19:29:28.728Zinfo: running `cargo check --bins` on oximeter-collector (236/298)
40722026-06-22T19:29:28.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40732026-06-22T19:29:28.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40742026-06-22T19:29:29.046Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40752026-06-22T19:29:29.046Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40762026-06-22T19:29:29.677Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40772026-06-22T19:29:31.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.83s
40782026-06-22T19:29:31.636Z
40792026-06-22T19:29:31.636Zinfo: running `cargo check --bins` on oximeter-api (237/298)
40802026-06-22T19:29:31.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40812026-06-22T19:29:31.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40822026-06-22T19:29:31.854Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40832026-06-22T19:29:31.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
40842026-06-22T19:29:31.935Z
40852026-06-22T19:29:31.935Zinfo: running `cargo check --bins` on cert-dev (238/298)
40862026-06-22T19:29:32.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40872026-06-22T19:29:32.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40882026-06-22T19:29:32.479Z Checking yasna v0.5.2
40892026-06-22T19:29:32.878Z Checking rcgen v0.12.1
40902026-06-22T19:29:33.123Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
40912026-06-22T19:29:33.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
40922026-06-22T19:29:33.452Z
40932026-06-22T19:29:33.452Zinfo: running `cargo check --bins` on clickana (239/298)
40942026-06-22T19:29:33.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40952026-06-22T19:29:33.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40962026-06-22T19:29:34.038Z Compiling darling_core v0.23.0
40972026-06-22T19:29:34.140Z Compiling instability v0.3.11
40982026-06-22T19:29:34.147Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
40992026-06-22T19:29:34.150Z Checking castaway v0.2.4
41002026-06-22T19:29:34.153Z Compiling indoc v2.0.7
41012026-06-22T19:29:34.165Z Checking unicode-truncate v1.1.0
41022026-06-22T19:29:34.168Z Checking lru v0.12.5
41032026-06-22T19:29:34.174Z Checking cassowary v0.3.0
41042026-06-22T19:29:34.243Z Checking compact_str v0.8.1
41052026-06-22T19:29:35.463Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
41062026-06-22T19:29:35.581Z Compiling darling_macro v0.23.0
41072026-06-22T19:29:35.644Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41082026-06-22T19:29:36.401Z Compiling darling v0.23.0
41092026-06-22T19:29:36.697Z Checking ratatui v0.29.0
41102026-06-22T19:29:37.697Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41112026-06-22T19:29:38.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.89s
41122026-06-22T19:29:38.510Z
41132026-06-22T19:29:38.510Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (240/298)
41142026-06-22T19:29:38.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41152026-06-22T19:29:38.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41162026-06-22T19:29:39.237Z Checking headers-core v0.3.0
41172026-06-22T19:29:39.642Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41182026-06-22T19:29:39.646Z Checking headers v0.4.1
41192026-06-22T19:29:39.736Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41202026-06-22T19:29:40.600Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41212026-06-22T19:29:41.077Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41222026-06-22T19:29:41.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.95s
41232026-06-22T19:29:41.651Z
41242026-06-22T19:29:41.651Zinfo: running `cargo check --bins` on ch-dev (241/298)
41252026-06-22T19:29:42.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41262026-06-22T19:29:42.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41272026-06-22T19:29:42.317Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41282026-06-22T19:29:43.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
41292026-06-22T19:29:43.228Z
41302026-06-22T19:29:43.228Zinfo: running `cargo check --bins` on dev-tools-common (242/298)
41312026-06-22T19:29:43.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41322026-06-22T19:29:43.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41332026-06-22T19:29:43.577Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41342026-06-22T19:29:43.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
41352026-06-22T19:29:43.624Z
41362026-06-22T19:29:43.624Zinfo: running `cargo check --bins` on crdb-seed (243/298)
41372026-06-22T19:29:44.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41382026-06-22T19:29:44.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41392026-06-22T19:29:44.286Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41402026-06-22T19:29:45.283Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41412026-06-22T19:29:45.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.98s
41422026-06-22T19:29:45.802Z
41432026-06-22T19:29:45.802Zinfo: running `cargo check --bins` on db-dev (244/298)
41442026-06-22T19:29:46.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41452026-06-22T19:29:46.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41462026-06-22T19:29:46.459Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41472026-06-22T19:29:47.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
41482026-06-22T19:29:47.381Z
41492026-06-22T19:29:47.381Zinfo: running `cargo check --bins` on omicron-dev-lib (245/298)
41502026-06-22T19:29:47.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41512026-06-22T19:29:47.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41522026-06-22T19:29:47.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41532026-06-22T19:29:48.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41542026-06-22T19:29:48.697Z
41552026-06-22T19:29:48.697Zinfo: running `cargo check --bins` on xtask-downloader (246/298)
41562026-06-22T19:29:48.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41572026-06-22T19:29:48.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41582026-06-22T19:29:48.701Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41592026-06-22T19:29:49.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.24s
41602026-06-22T19:29:49.361Z
41612026-06-22T19:29:49.361Zinfo: running `cargo check --bins` on omicron-dropshot-apis (247/298)
41622026-06-22T19:29:49.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41632026-06-22T19:29:49.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41642026-06-22T19:29:50.055Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41652026-06-22T19:29:50.055Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41662026-06-22T19:29:50.062Z Checking git-stub v1.0.0
41672026-06-22T19:29:50.062Z Compiling trait-variant v0.1.2
41682026-06-22T19:29:50.176Z Checking is_ci v1.2.0
41692026-06-22T19:29:50.187Z Checking maplit v1.0.2
41702026-06-22T19:29:50.196Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41712026-06-22T19:29:50.219Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41722026-06-22T19:29:50.274Z Checking supports-color v3.0.2
41732026-06-22T19:29:50.285Z Checking drift v0.2.0
41742026-06-22T19:29:50.308Z Checking git-stub-vcs v0.1.0
41752026-06-22T19:29:50.390Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41762026-06-22T19:29:50.413Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41772026-06-22T19:29:50.424Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41782026-06-22T19:29:50.503Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41792026-06-22T19:29:50.637Z Checking dropshot-api-manager v0.7.2
41802026-06-22T19:29:50.648Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41812026-06-22T19:29:50.671Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
41822026-06-22T19:29:50.702Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
41832026-06-22T19:29:50.915Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41842026-06-22T19:29:51.422Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41852026-06-22T19:29:52.783Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
41862026-06-22T19:29:53.574Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
41872026-06-22T19:29:54.176Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
41882026-06-22T19:29:54.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.24s
41892026-06-22T19:29:54.793Z
41902026-06-22T19:29:54.793Zinfo: running `cargo check --bins` on installinator-api (248/298)
41912026-06-22T19:29:55.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41922026-06-22T19:29:55.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41932026-06-22T19:29:55.248Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41942026-06-22T19:29:55.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
41952026-06-22T19:29:55.324Z
41962026-06-22T19:29:55.324Zinfo: running `cargo check --bins` on nexus-external-api (249/298)
41972026-06-22T19:29:55.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41982026-06-22T19:29:55.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41992026-06-22T19:29:55.807Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42002026-06-22T19:29:55.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42012026-06-22T19:29:55.900Z
42022026-06-22T19:29:55.900Zinfo: running `cargo check --bins` on nexus-internal-api (250/298)
42032026-06-22T19:29:56.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42042026-06-22T19:29:56.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42052026-06-22T19:29:56.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42062026-06-22T19:29:56.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42072026-06-22T19:29:56.478Z
42082026-06-22T19:29:56.478Zinfo: running `cargo check --bins` on nexus-lockstep-api (251/298)
42092026-06-22T19:29:56.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42102026-06-22T19:29:57.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42112026-06-22T19:29:57.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42122026-06-22T19:29:57.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42132026-06-22T19:29:57.364Z
42142026-06-22T19:29:57.364Zinfo: running `cargo check --bins` on ntp-admin-api (252/298)
42152026-06-22T19:29:57.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42162026-06-22T19:29:57.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42172026-06-22T19:29:57.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42182026-06-22T19:29:57.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
42192026-06-22T19:29:57.579Z
42202026-06-22T19:29:57.579Zinfo: running `cargo check --bins` on ntp-admin-types-versions (253/298)
42212026-06-22T19:29:58.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42222026-06-22T19:29:58.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42232026-06-22T19:29:58.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42242026-06-22T19:29:58.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
42252026-06-22T19:29:58.105Z
42262026-06-22T19:29:58.105Zinfo: running `cargo check --bins` on wicketd-api (254/298)
42272026-06-22T19:29:58.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42282026-06-22T19:29:58.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42292026-06-22T19:29:58.571Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42302026-06-22T19:29:58.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
42312026-06-22T19:29:58.652Z
42322026-06-22T19:29:58.652Zinfo: running `cargo check --bins` on omicron-ls-apis (255/298)
42332026-06-22T19:29:59.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42342026-06-22T19:29:59.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42352026-06-22T19:29:59.213Z Checking typeid v1.0.3
42362026-06-22T19:29:59.319Z Checking ordered-float v2.10.1
42372026-06-22T19:29:59.338Z Checking unicode-xid v0.2.6
42382026-06-22T19:29:59.349Z Checking cargo-platform v0.2.0
42392026-06-22T19:29:59.360Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42402026-06-22T19:29:59.389Z Checking erased-serde v0.4.9
42412026-06-22T19:29:59.525Z Checking serde-value v0.7.0
42422026-06-22T19:30:00.102Z Checking serde-untagged v0.1.9
42432026-06-22T19:30:00.106Z Checking cargo-util-schemas v0.8.2
42442026-06-22T19:30:00.544Z Checking cargo_metadata v0.21.0
42452026-06-22T19:30:01.144Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42462026-06-22T19:30:01.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
42472026-06-22T19:30:02.039Z
42482026-06-22T19:30:02.039Zinfo: running `cargo check --bins` on mgs-dev (256/298)
42492026-06-22T19:30:02.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42502026-06-22T19:30:02.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42512026-06-22T19:30:02.717Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42522026-06-22T19:30:03.323Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42532026-06-22T19:30:03.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s
42542026-06-22T19:30:03.998Z
42552026-06-22T19:30:03.998Zinfo: running `cargo check --bins` on omicron-omdb (257/298)
42562026-06-22T19:30:04.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42572026-06-22T19:30:04.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42582026-06-22T19:30:04.953Z Compiling vergen-lib v0.1.6
42592026-06-22T19:30:04.953Z Compiling diesel_derives v2.3.7
42602026-06-22T19:30:04.971Z Compiling dsl_auto_type v0.2.0
42612026-06-22T19:30:04.971Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42622026-06-22T19:30:04.971Z Checking scheduled-thread-pool v0.2.7
42632026-06-22T19:30:04.971Z Compiling vergen-gitcl v1.0.8
42642026-06-22T19:30:04.971Z Compiling diesel_table_macro_syntax v0.3.0
42652026-06-22T19:30:05.058Z Compiling dirs-sys-next v0.1.2
42662026-06-22T19:30:05.185Z Compiling glob v0.3.3
42672026-06-22T19:30:05.237Z Compiling crunchy v0.2.4
42682026-06-22T19:30:05.315Z Compiling dirs-next v2.0.0
42692026-06-22T19:30:05.329Z Checking r2d2 v0.8.10
42702026-06-22T19:30:05.346Z Compiling tiny-keccak v2.0.2
42712026-06-22T19:30:05.443Z Checking downcast-rs v2.0.2
42722026-06-22T19:30:05.546Z Compiling term v0.7.0
42732026-06-22T19:30:05.564Z Compiling clang-sys v1.8.1
42742026-06-22T19:30:05.607Z Compiling bit-vec v0.6.3
42752026-06-22T19:30:05.623Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42762026-06-22T19:30:05.826Z Compiling ascii-canvas v3.0.0
42772026-06-22T19:30:05.829Z Compiling bit-set v0.5.3
42782026-06-22T19:30:06.346Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
42792026-06-22T19:30:06.362Z Compiling itertools v0.10.5
42802026-06-22T19:30:06.362Z Compiling ena v0.14.4
42812026-06-22T19:30:06.362Z Compiling libloading v0.8.9
42822026-06-22T19:30:06.362Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
42832026-06-22T19:30:06.362Z Compiling regex-syntax v0.6.29
42842026-06-22T19:30:06.362Z Compiling diff v0.1.13
42852026-06-22T19:30:06.362Z Compiling bindgen v0.71.1
42862026-06-22T19:30:06.397Z Compiling cexpr v0.6.0
42872026-06-22T19:30:06.689Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42882026-06-22T19:30:06.707Z Compiling rustc-hash v2.1.1
42892026-06-22T19:30:06.905Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
42902026-06-22T19:30:07.010Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
42912026-06-22T19:30:07.080Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
42922026-06-22T19:30:07.083Z Compiling libxml v0.3.3
42932026-06-22T19:30:07.340Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42942026-06-22T19:30:07.357Z Compiling strum_macros v0.24.3
42952026-06-22T19:30:07.372Z Compiling indoc v1.0.9
42962026-06-22T19:30:07.537Z Compiling lalrpop v0.19.12
42972026-06-22T19:30:08.214Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42982026-06-22T19:30:08.408Z Checking derive_builder v0.20.2
42992026-06-22T19:30:08.531Z Compiling oso-derive v0.27.3
43002026-06-22T19:30:08.720Z Checking quick-xml v0.37.5
43012026-06-22T19:30:08.783Z Compiling impl-trait-for-tuples v0.2.3
43022026-06-22T19:30:09.039Z Checking openssl-probe v0.1.6
43032026-06-22T19:30:09.184Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43042026-06-22T19:30:09.625Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43052026-06-22T19:30:09.820Z Checking bb8 v0.8.6
43062026-06-22T19:30:09.981Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43072026-06-22T19:30:10.019Z Checking nonempty v0.12.0
43082026-06-22T19:30:10.113Z Compiling libz-sys v1.1.24
43092026-06-22T19:30:10.190Z Compiling strsim v0.10.0
43102026-06-22T19:30:10.210Z Compiling libgit2-sys v0.18.3+1.9.2
43112026-06-22T19:30:10.350Z Compiling vergen-git2 v9.1.0
43122026-06-22T19:30:10.532Z Compiling darling_core v0.13.4
43132026-06-22T19:30:10.576Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43142026-06-22T19:30:10.712Z Compiling base64 v0.21.7
43152026-06-22T19:30:10.771Z Compiling rustls v0.21.12
43162026-06-22T19:30:11.031Z Compiling ron v0.8.1
43172026-06-22T19:30:11.070Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43182026-06-22T19:30:11.151Z Checking diesel v2.3.7
43192026-06-22T19:30:11.948Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43202026-06-22T19:30:12.058Z Checking sct v0.7.1
43212026-06-22T19:30:12.143Z Checking rustls-webpki v0.101.7
43222026-06-22T19:30:12.227Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43232026-06-22T19:30:12.426Z Compiling darling_macro v0.13.4
43242026-06-22T19:30:12.909Z Compiling darling v0.13.4
43252026-06-22T19:30:13.006Z Compiling serde_with_macros v1.5.2
43262026-06-22T19:30:13.193Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43272026-06-22T19:30:13.831Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43282026-06-22T19:30:13.857Z Compiling serde_with v1.14.0
43292026-06-22T19:30:14.879Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43302026-06-22T19:30:15.017Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43312026-06-22T19:30:15.641Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43322026-06-22T19:30:16.295Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43332026-06-22T19:30:16.486Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
43342026-06-22T19:30:16.502Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43352026-06-22T19:30:16.587Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43362026-06-22T19:30:16.677Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43372026-06-22T19:30:16.692Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43382026-06-22T19:30:16.778Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43392026-06-22T19:30:16.865Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43402026-06-22T19:30:17.044Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43412026-06-22T19:30:17.075Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43422026-06-22T19:30:17.096Z Checking tokio-rustls v0.24.1
43432026-06-22T19:30:17.315Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43442026-06-22T19:30:17.892Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
43452026-06-22T19:30:17.921Z Checking rustls-pemfile v1.0.4
43462026-06-22T19:30:18.065Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43472026-06-22T19:30:18.104Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43482026-06-22T19:30:18.301Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43492026-06-22T19:30:18.347Z Checking twox-hash v2.1.2
43502026-06-22T19:30:18.648Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43512026-06-22T19:30:18.652Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43522026-06-22T19:30:18.696Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43532026-06-22T19:30:18.718Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43542026-06-22T19:30:18.843Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43552026-06-22T19:30:20.132Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43562026-06-22T19:30:20.399Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43572026-06-22T19:30:20.695Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43582026-06-22T19:30:20.795Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43592026-06-22T19:30:21.075Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43602026-06-22T19:30:21.270Z Checking console v0.16.2
43612026-06-22T19:30:21.583Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43622026-06-22T19:30:21.732Z Checking fatfs v0.3.6
43632026-06-22T19:30:21.791Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43642026-06-22T19:30:22.235Z Checking unit-prefix v0.5.2
43652026-06-22T19:30:22.339Z Compiling seq-macro v0.3.6
43662026-06-22T19:30:22.846Z Checking indicatif v0.18.4
43672026-06-22T19:30:23.131Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43682026-06-22T19:30:23.239Z Checking support-bundle-viewer v0.1.2
43692026-06-22T19:30:23.502Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43702026-06-22T19:30:23.752Z Checking multimap v0.10.1
43712026-06-22T19:30:29.300Z Checking diesel-dtrace v0.5.0
43722026-06-22T19:30:29.552Z Checking async-bb8-diesel v0.2.1
43732026-06-22T19:30:33.075Z Compiling samael v0.0.19
43742026-06-22T19:30:38.368Z Compiling git2 v0.20.4
43752026-06-22T19:30:39.468Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43762026-06-22T19:30:40.080Z Compiling polar-core v0.27.3
43772026-06-22T19:30:40.793Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43782026-06-22T19:30:44.125Z Checking oso v0.27.3
43792026-06-22T19:31:13.755Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43802026-06-22T19:32:25.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 21s
43812026-06-22T19:32:25.800Z
43822026-06-22T19:32:25.800Zinfo: running `cargo check --bins` on nexus-networking (258/298)
43832026-06-22T19:32:26.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43842026-06-22T19:32:26.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43852026-06-22T19:32:26.262Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43862026-06-22T19:32:26.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
43872026-06-22T19:32:26.326Z
43882026-06-22T19:32:26.326Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (259/298)
43892026-06-22T19:32:26.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43902026-06-22T19:32:26.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43912026-06-22T19:32:26.872Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43922026-06-22T19:32:26.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43932026-06-22T19:32:26.915Z
43942026-06-22T19:32:26.915Zinfo: running `cargo check --bins` on nexus-saga-recovery (260/298)
43952026-06-22T19:32:27.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43962026-06-22T19:32:27.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43972026-06-22T19:32:27.546Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43982026-06-22T19:32:27.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43992026-06-22T19:32:27.621Z
44002026-06-22T19:32:27.621Zinfo: running `cargo check --bins` on nexus-test-utils-macros (261/298)
44012026-06-22T19:32:27.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44022026-06-22T19:32:28.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44032026-06-22T19:32:28.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44042026-06-22T19:32:28.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
44052026-06-22T19:32:28.070Z
44062026-06-22T19:32:28.070Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (262/298)
44072026-06-22T19:32:28.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44082026-06-22T19:32:28.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44092026-06-22T19:32:28.823Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44102026-06-22T19:32:29.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s
44112026-06-22T19:32:29.775Z
44122026-06-22T19:32:29.775Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (263/298)
44132026-06-22T19:32:30.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44142026-06-22T19:32:30.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44152026-06-22T19:32:30.569Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44162026-06-22T19:33:07.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.42s
44172026-06-22T19:33:07.406Z
44182026-06-22T19:33:07.406Zinfo: running `cargo check --bins` on nexus-background-task-interface (264/298)
44192026-06-22T19:33:07.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44202026-06-22T19:33:07.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44212026-06-22T19:33:07.920Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44222026-06-22T19:33:07.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
44232026-06-22T19:33:07.984Z
44242026-06-22T19:33:07.984Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (265/298)
44252026-06-22T19:33:08.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44262026-06-22T19:33:08.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44272026-06-22T19:33:08.477Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44282026-06-22T19:33:08.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44292026-06-22T19:33:08.498Z
44302026-06-22T19:33:08.498Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (266/298)
44312026-06-22T19:33:09.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44322026-06-22T19:33:09.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44332026-06-22T19:33:09.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44342026-06-22T19:33:09.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44352026-06-22T19:33:09.083Z
44362026-06-22T19:33:09.083Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (267/298)
44372026-06-22T19:33:09.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44382026-06-22T19:33:09.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44392026-06-22T19:33:09.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44402026-06-22T19:33:09.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44412026-06-22T19:33:09.692Z
44422026-06-22T19:33:09.692Zinfo: running `cargo check --bins` on nexus-mgs-updates (268/298)
44432026-06-22T19:33:10.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44442026-06-22T19:33:10.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44452026-06-22T19:33:10.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44462026-06-22T19:33:10.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44472026-06-22T19:33:10.265Z
44482026-06-22T19:33:10.265Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (269/298)
44492026-06-22T19:33:10.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44502026-06-22T19:33:10.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44512026-06-22T19:33:10.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44522026-06-22T19:33:10.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44532026-06-22T19:33:10.959Z
44542026-06-22T19:33:10.959Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (270/298)
44552026-06-22T19:33:11.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44562026-06-22T19:33:11.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44572026-06-22T19:33:11.447Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44582026-06-22T19:33:11.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44592026-06-22T19:33:11.572Z
44602026-06-22T19:33:11.572Zinfo: running `cargo check --bins` on nexus-switch-config (271/298)
44612026-06-22T19:33:11.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44622026-06-22T19:33:12.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44632026-06-22T19:33:12.017Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44642026-06-22T19:33:12.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44652026-06-22T19:33:12.139Z
44662026-06-22T19:33:12.139Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (272/298)
44672026-06-22T19:33:12.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44682026-06-22T19:33:12.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44692026-06-22T19:33:12.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44702026-06-22T19:33:12.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44712026-06-22T19:33:12.575Z
44722026-06-22T19:33:12.576Zinfo: running `cargo check --bins` on support-bundle-collection (273/298)
44732026-06-22T19:33:13.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44742026-06-22T19:33:13.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44752026-06-22T19:33:13.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44762026-06-22T19:33:13.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44772026-06-22T19:33:13.351Z
44782026-06-22T19:33:13.351Zinfo: running `cargo check --bins` on omicron-dev (274/298)
44792026-06-22T19:33:13.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44802026-06-22T19:33:13.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44812026-06-22T19:33:14.057Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44822026-06-22T19:33:14.129Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44832026-06-22T19:33:14.158Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
44842026-06-22T19:33:14.166Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
44852026-06-22T19:33:14.231Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
44862026-06-22T19:33:14.243Z Checking yansi v1.0.1
44872026-06-22T19:33:14.244Z Checking diff v0.1.13
44882026-06-22T19:33:14.244Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44892026-06-22T19:33:14.542Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
44902026-06-22T19:33:14.638Z Checking pretty_assertions v1.4.1
44912026-06-22T19:33:15.211Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44922026-06-22T19:33:15.380Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
44932026-06-22T19:33:39.629Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44942026-06-22T19:33:39.712Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
44952026-06-22T19:33:39.712Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
44962026-06-22T19:33:39.712Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
44972026-06-22T19:33:39.712Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
44982026-06-22T19:33:39.712Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
44992026-06-22T19:33:39.712Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
45002026-06-22T19:33:40.532Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
45012026-06-22T19:33:40.646Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45022026-06-22T19:33:41.570Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
45032026-06-22T19:34:18.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
45042026-06-22T19:34:18.510Z
45052026-06-22T19:34:18.510Zinfo: running `cargo check --bins` on omicron-pins (275/298)
45062026-06-22T19:34:18.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45072026-06-22T19:34:18.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45082026-06-22T19:34:18.960Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45092026-06-22T19:34:18.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
45102026-06-22T19:34:19.028Z
45112026-06-22T19:34:19.029Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (276/298)
45122026-06-22T19:34:19.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45132026-06-22T19:34:19.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45142026-06-22T19:34:19.751Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45152026-06-22T19:34:19.867Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45162026-06-22T19:34:19.872Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
45172026-06-22T19:34:46.478Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45182026-06-22T19:34:46.857Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45192026-06-22T19:34:48.541Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45202026-06-22T19:34:48.991Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45212026-06-22T19:34:51.922Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45222026-06-22T19:35:15.590Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45232026-06-22T19:35:16.287Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45242026-06-22T19:35:17.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 58.85s
45252026-06-22T19:35:18.079Z
45262026-06-22T19:35:18.079Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (277/298)
45272026-06-22T19:35:18.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45282026-06-22T19:35:18.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45292026-06-22T19:35:18.773Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45302026-06-22T19:35:19.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
45312026-06-22T19:35:19.601Z
45322026-06-22T19:35:19.602Zinfo: running `cargo check --bins` on omicron-releng (278/298)
45332026-06-22T19:35:20.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45342026-06-22T19:35:20.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45352026-06-22T19:35:20.201Z Compiling blake3 v1.8.3
45362026-06-22T19:35:20.307Z Checking constant_time_eq v0.4.2
45372026-06-22T19:35:20.311Z Checking arrayvec v0.7.6
45382026-06-22T19:35:20.311Z Checking arrayref v0.3.9
45392026-06-22T19:35:20.342Z Checking topological-sort v0.2.2
45402026-06-22T19:35:20.349Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45412026-06-22T19:35:20.349Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
45422026-06-22T19:35:20.349Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45432026-06-22T19:35:20.381Z Checking shell-words v1.1.1
45442026-06-22T19:35:21.200Z Checking omicron-zone-package v0.12.2
45452026-06-22T19:35:21.963Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45462026-06-22T19:35:22.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s
45472026-06-22T19:35:22.963Z
45482026-06-22T19:35:22.963Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (279/298)
45492026-06-22T19:35:23.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45502026-06-22T19:35:23.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45512026-06-22T19:35:23.559Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
45522026-06-22T19:35:23.871Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45532026-06-22T19:35:24.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s
45542026-06-22T19:35:24.432Z
45552026-06-22T19:35:24.432Zinfo: running `cargo check --bins` on schema (280/298)
45562026-06-22T19:35:24.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45572026-06-22T19:35:24.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45582026-06-22T19:35:25.102Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
45592026-06-22T19:35:26.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
45602026-06-22T19:35:26.800Z
45612026-06-22T19:35:26.800Zinfo: running `cargo check --bins` on xtask (281/298)
45622026-06-22T19:35:26.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45632026-06-22T19:35:26.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45642026-06-22T19:35:26.800Z Checking libc v0.2.185
45652026-06-22T19:35:26.800Z Checking serde v1.0.228
45662026-06-22T19:35:26.800Z Checking zerofrom v0.1.6
45672026-06-22T19:35:26.800Z Checking bitflags v2.11.0
45682026-06-22T19:35:26.800Z Checking smallvec v1.15.1
45692026-06-22T19:35:26.800Z Checking indexmap v2.14.0
45702026-06-22T19:35:26.800Z Checking serde_json v1.0.149
45712026-06-22T19:35:26.800Z Checking scroll v0.12.0
45722026-06-22T19:35:26.800Z Checking yoke v0.8.1
45732026-06-22T19:35:26.800Z Checking num-traits v0.2.19
45742026-06-22T19:35:26.800Z Checking thiserror v1.0.69
45752026-06-22T19:35:26.800Z Checking percent-encoding v2.3.2
45762026-06-22T19:35:26.800Z Checking zerovec v0.11.5
45772026-06-22T19:35:26.800Z Checking zerotrie v0.2.3
45782026-06-22T19:35:26.800Z Checking errno v0.3.14
45792026-06-22T19:35:26.813Z Checking serde_spanned v0.6.9
45802026-06-22T19:35:26.822Z Checking toml_datetime v0.6.11
45812026-06-22T19:35:26.832Z Checking rustix v1.1.3
45822026-06-22T19:35:26.931Z Checking log v0.4.29
45832026-06-22T19:35:26.945Z Checking zerocopy v0.7.35
45842026-06-22T19:35:26.958Z Checking form_urlencoded v1.2.2
45852026-06-22T19:35:26.992Z Checking toml_edit v0.22.27
45862026-06-22T19:35:27.043Z Checking getrandom v0.4.1
45872026-06-22T19:35:27.078Z Checking goblin v0.8.2
45882026-06-22T19:35:27.084Z Checking thiserror v2.0.18
45892026-06-22T19:35:27.097Z Checking ordered-float v2.10.1
45902026-06-22T19:35:27.131Z Checking tinystr v0.8.2
45912026-06-22T19:35:27.195Z Checking potential_utf v0.1.4
45922026-06-22T19:35:27.205Z Checking syn v2.0.117
45932026-06-22T19:35:27.329Z Checking icu_collections v2.1.1
45942026-06-22T19:35:27.329Z Checking icu_locale_core v2.1.1
45952026-06-22T19:35:27.339Z Checking serde-value v0.7.0
45962026-06-22T19:35:27.425Z Checking dtrace-parser v0.2.0
45972026-06-22T19:35:27.526Z Checking thread-id v4.2.2
45982026-06-22T19:35:27.612Z Checking once_cell v1.21.3
45992026-06-22T19:35:27.639Z Checking terminal_size v0.4.3
46002026-06-22T19:35:27.652Z Checking cargo-platform v0.2.0
46012026-06-22T19:35:27.658Z Checking memmap v0.7.0
46022026-06-22T19:35:27.763Z Checking clap_builder v4.6.0
46032026-06-22T19:35:27.785Z Checking textwrap v0.16.2
46042026-06-22T19:35:27.794Z Checking tempfile v3.25.0
46052026-06-22T19:35:27.816Z Checking fs-err v3.3.0
46062026-06-22T19:35:27.864Z Checking icu_provider v2.1.1
46072026-06-22T19:35:27.986Z Checking camino-tempfile v1.4.1
46082026-06-22T19:35:27.993Z Checking tabled v0.15.0
46092026-06-22T19:35:28.002Z Checking anyhow v1.0.102
46102026-06-22T19:35:28.078Z Checking toml v0.8.23
46112026-06-22T19:35:28.143Z Checking icu_properties v2.1.2
46122026-06-22T19:35:28.175Z Checking icu_normalizer v2.1.1
46132026-06-22T19:35:28.236Z Checking macaddr v1.0.1
46142026-06-22T19:35:28.396Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
46152026-06-22T19:35:28.411Z Checking cargo_toml v0.21.0
46162026-06-22T19:35:28.922Z Checking idna_adapter v1.2.1
46172026-06-22T19:35:28.978Z Checking clap v4.6.1
46182026-06-22T19:35:28.988Z Checking dof v0.3.0
46192026-06-22T19:35:29.056Z Checking idna v1.1.0
46202026-06-22T19:35:29.245Z Checking usdt-impl v0.5.0
46212026-06-22T19:35:29.265Z Checking url v2.5.8
46222026-06-22T19:35:29.489Z Checking usdt v0.5.0
46232026-06-22T19:35:29.622Z Checking cargo-util-schemas v0.8.2
46242026-06-22T19:35:30.279Z Checking cargo_metadata v0.21.0
46252026-06-22T19:35:30.878Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46262026-06-22T19:35:31.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.33s
46272026-06-22T19:35:31.409Z
46282026-06-22T19:35:31.409Zinfo: running `cargo check --bins` on dnsadm (282/298)
46292026-06-22T19:35:31.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46302026-06-22T19:35:31.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46312026-06-22T19:35:32.007Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46322026-06-22T19:35:32.452Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46332026-06-22T19:35:32.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
46342026-06-22T19:35:32.998Z
46352026-06-22T19:35:32.998Zinfo: running `cargo check --bins` on end-to-end-tests (283/298)
46362026-06-22T19:35:33.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46372026-06-22T19:35:33.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46382026-06-22T19:35:33.753Z Checking polyval v0.6.2
46392026-06-22T19:35:33.856Z Checking ctr v0.9.2
46402026-06-22T19:35:33.869Z Checking ssh-encoding v0.2.0
46412026-06-22T19:35:33.869Z Checking blowfish v0.9.1
46422026-06-22T19:35:33.887Z Checking password-hash v0.4.2
46432026-06-22T19:35:33.900Z Checking p256 v0.13.2
46442026-06-22T19:35:33.900Z Checking p521 v0.13.3
46452026-06-22T19:35:33.924Z Checking russh-cryptovec v0.7.3
46462026-06-22T19:35:33.998Z Checking ghash v0.5.1
46472026-06-22T19:35:34.013Z Checking bcrypt-pbkdf v0.10.0
46482026-06-22T19:35:34.017Z Checking md5 v0.7.0
46492026-06-22T19:35:34.047Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46502026-06-22T19:35:34.071Z Checking num-bigint v0.4.6
46512026-06-22T19:35:34.106Z Checking pbkdf2 v0.11.0
46522026-06-22T19:35:34.121Z Checking aes-gcm v0.10.3
46532026-06-22T19:35:34.141Z Checking des v0.8.1
46542026-06-22T19:35:34.163Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46552026-06-22T19:35:34.185Z Checking hex-literal v0.4.1
46562026-06-22T19:35:34.273Z Checking ssh-cipher v0.2.0
46572026-06-22T19:35:34.277Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
46582026-06-22T19:35:34.300Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
46592026-06-22T19:35:34.300Z Checking internet-checksum v0.2.1
46602026-06-22T19:35:34.449Z Checking ssh-key v0.6.7
46612026-06-22T19:35:34.523Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46622026-06-22T19:35:35.076Z Checking russh-keys v0.45.0
46632026-06-22T19:35:35.623Z Checking russh v0.45.0
46642026-06-22T19:35:52.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.07s
46652026-06-22T19:35:52.268Z
46662026-06-22T19:35:52.268Zinfo: running `cargo check --bins` on gateway-cli (284/298)
46672026-06-22T19:35:52.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46682026-06-22T19:35:52.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46692026-06-22T19:35:52.862Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
46702026-06-22T19:35:52.965Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
46712026-06-22T19:35:52.973Z Checking termios v0.3.3
46722026-06-22T19:35:54.176Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
46732026-06-22T19:35:54.326Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
46742026-06-22T19:35:55.989Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
46752026-06-22T19:35:56.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.28s
46762026-06-22T19:35:56.724Z
46772026-06-22T19:35:56.724Zinfo: running `cargo check --bins --no-default-features` on installinator (285/298)
46782026-06-22T19:35:57.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46792026-06-22T19:35:57.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46802026-06-22T19:35:57.383Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
46812026-06-22T19:35:57.386Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46822026-06-22T19:35:57.499Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
46832026-06-22T19:35:57.499Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
46842026-06-22T19:35:57.511Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46852026-06-22T19:35:57.520Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
46862026-06-22T19:35:58.248Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46872026-06-22T19:35:58.593Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
46882026-06-22T19:35:58.593Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
46892026-06-22T19:35:59.225Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
46902026-06-22T19:36:00.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.10s
46912026-06-22T19:36:01.011Z
46922026-06-22T19:36:01.011Zinfo: running `cargo check --bins` on internal-dns-cli (286/298)
46932026-06-22T19:36:01.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46942026-06-22T19:36:01.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46952026-06-22T19:36:01.602Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
46962026-06-22T19:36:02.042Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
46972026-06-22T19:36:02.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
46982026-06-22T19:36:02.524Z
46992026-06-22T19:36:02.524Zinfo: running `cargo check --bins` on omicron-live-tests (287/298)
47002026-06-22T19:36:02.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47012026-06-22T19:36:02.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47022026-06-22T19:36:02.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47032026-06-22T19:36:02.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
47042026-06-22T19:36:03.051Z
47052026-06-22T19:36:03.051Zinfo: running `cargo check --bins` on live-tests-macros (288/298)
47062026-06-22T19:36:03.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47072026-06-22T19:36:03.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47082026-06-22T19:36:03.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47092026-06-22T19:36:03.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
47102026-06-22T19:36:03.566Z
47112026-06-22T19:36:03.566Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (289/298)
47122026-06-22T19:36:04.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47132026-06-22T19:36:04.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47142026-06-22T19:36:04.271Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
47152026-06-22T19:36:04.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
47162026-06-22T19:36:05.029Z
47172026-06-22T19:36:05.030Zinfo: running `cargo check --bins` on omicron-ntp-admin (290/298)
47182026-06-22T19:36:05.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47192026-06-22T19:36:05.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47202026-06-22T19:36:05.625Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47212026-06-22T19:36:05.628Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47222026-06-22T19:36:05.899Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47232026-06-22T19:36:05.899Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47242026-06-22T19:36:06.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s
47252026-06-22T19:36:06.862Z
47262026-06-22T19:36:06.862Zinfo: running `cargo check --bins` on ntp-admin-types (291/298)
47272026-06-22T19:36:07.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47282026-06-22T19:36:07.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47292026-06-22T19:36:07.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47302026-06-22T19:36:07.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
47312026-06-22T19:36:07.401Z
47322026-06-22T19:36:07.401Zinfo: running `cargo check --bins` on omicron-package (292/298)
47332026-06-22T19:36:07.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47342026-06-22T19:36:07.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47352026-06-22T19:36:08.049Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47362026-06-22T19:36:09.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s
47372026-06-22T19:36:09.289Z
47382026-06-22T19:36:09.289Zinfo: running `cargo check --bins` on tqdb (293/298)
47392026-06-22T19:36:09.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47402026-06-22T19:36:09.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47412026-06-22T19:36:10.020Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47422026-06-22T19:36:10.370Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47432026-06-22T19:36:10.891Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47442026-06-22T19:36:10.891Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47452026-06-22T19:36:16.965Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
47462026-06-22T19:36:16.966Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
47472026-06-22T19:36:17.540Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
47482026-06-22T19:36:17.545Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
47492026-06-22T19:36:17.545Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47502026-06-22T19:36:17.545Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
47512026-06-22T19:36:18.334Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
47522026-06-22T19:36:19.320Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47532026-06-22T19:36:20.098Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47542026-06-22T19:36:20.712Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47552026-06-22T19:36:25.504Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47562026-06-22T19:36:32.189Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47572026-06-22T19:36:32.193Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
47582026-06-22T19:36:32.193Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47592026-06-22T19:36:32.193Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
47602026-06-22T19:36:33.663Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
47612026-06-22T19:36:34.985Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
47622026-06-22T19:36:36.664Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47632026-06-22T19:36:36.895Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
47642026-06-22T19:36:37.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.14s
47652026-06-22T19:36:37.627Z
47662026-06-22T19:36:37.627Zinfo: running `cargo check --bins` on wicket-dbg (294/298)
47672026-06-22T19:36:38.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47682026-06-22T19:36:38.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47692026-06-22T19:36:38.294Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47702026-06-22T19:36:38.297Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47712026-06-22T19:36:38.297Z Checking rtoolbox v0.0.3
47722026-06-22T19:36:38.414Z Checking tui-tree-widget v0.23.1
47732026-06-22T19:36:38.512Z Checking rpassword v7.4.0
47742026-06-22T19:36:39.579Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
47752026-06-22T19:36:42.665Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47762026-06-22T19:36:44.499Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
47772026-06-22T19:36:45.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.75s
47782026-06-22T19:36:45.573Z
47792026-06-22T19:36:45.573Zinfo: running `cargo check --bins` on wicket (295/298)
47802026-06-22T19:36:46.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47812026-06-22T19:36:46.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47822026-06-22T19:36:46.218Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47832026-06-22T19:36:46.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
47842026-06-22T19:36:46.750Z
47852026-06-22T19:36:46.750Zinfo: running `cargo check --bins` on wicketd (296/298)
47862026-06-22T19:36:47.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47872026-06-22T19:36:47.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47882026-06-22T19:36:47.414Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
47892026-06-22T19:36:47.422Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
47902026-06-22T19:36:47.422Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
47912026-06-22T19:36:47.422Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
47922026-06-22T19:36:48.418Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
47932026-06-22T19:36:49.380Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
47942026-06-22T19:36:52.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.23s
47952026-06-22T19:36:52.203Z
47962026-06-22T19:36:52.203Zinfo: running `cargo check --bins` on omicron-workspace-hack (297/298)
47972026-06-22T19:36:52.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47982026-06-22T19:36:52.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47992026-06-22T19:36:52.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48002026-06-22T19:36:52.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
48012026-06-22T19:36:52.717Z
48022026-06-22T19:36:52.717Zinfo: running `cargo check --bins` on zone-setup (298/298)
48032026-06-22T19:36:53.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48042026-06-22T19:36:53.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48052026-06-22T19:36:53.353Z Checking uzers v0.12.2
48062026-06-22T19:36:53.834Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
48072026-06-22T19:36:54.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.63s
48082026-06-22T19:36:54.534Z
48092026-06-22T19:36:54.535Zreal 13:45.057669622
48102026-06-22T19:36:54.535Zuser 20:48.167675666
48112026-06-22T19:36:54.535Zsys 4:10.023147604
48122026-06-22T19:36:54.535Ztrap 0.333269782
48132026-06-22T19:36:54.535Ztflt 0.726029252
48142026-06-22T19:36:54.535Zdflt 1.097750665
48152026-06-22T19:36:54.535Zkflt 0.004976192
48162026-06-22T19:36:54.535Zlock 1:17:50.156032294
48172026-06-22T19:36:54.535Zslp 1:39:50.118211102
48182026-06-22T19:36:54.535Zlat 53.995601317
48192026-06-22T19:36:54.535Zstop 3:23.031588287
48202026-06-22T19:36:54.591Zprocess exited: duration 955606 ms, exit code 0
 
48212026-06-22T19:36:54.675Zfound 0 output files