01KS2ZQST469TT0S1QJY0XRG1Y: 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: 01KS2ZR7XFJF7JKZPGT0NQXTRH

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-20T15:24:18.369Zjob assigned to worker 01KS2ZRAN48GEHKWPKAZ82NZH8 [factory aws, i-085e612301606068d] (queued for 46 s)
 
22026-05-20T15:24:24.853Zstarting task 0: "setup"
32026-05-20T15:24:24.858Z++ uname -s
42026-05-20T15:24:24.861Z+ kern=SunOS
52026-05-20T15:24:24.861Z+ build_user=build
62026-05-20T15:24:24.861Z+ build_uid=12345
72026-05-20T15:24:24.861Z+ work_dir=/work
82026-05-20T15:24:24.861Z+ input_dir=/input
92026-05-20T15:24:24.861Z+ [[ 0 == 12345 ]]
102026-05-20T15:24:24.861Z+ case "$kern" in
112026-05-20T15:24:24.861Z+ groupadd -g 12345 build
122026-05-20T15:24:24.872Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-20T15:24:26.877Z+ zfs create -o mountpoint=/work rpool/work
142026-05-20T15:24:26.923Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-20T15:24:26.925Z+ home_fs=zfs
162026-05-20T15:24:26.926Z+ [[ zfs == autofs ]]
172026-05-20T15:24:26.926Z+ mkdir -p /home/build
182026-05-20T15:24:26.926Z+ chown build:build /home/build /work
192026-05-20T15:24:28.927Z+ chmod 0700 /home/build /work
202026-05-20T15:24:28.930Zprocess exited: duration 4075 ms, exit code 0
 
212026-05-20T15:24:28.936Zstarting task 1: "rust-toolchain"
222026-05-20T15:24:28.939Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-20T15:24:28.939Z * rust toolchain channel = "1.94.0"
242026-05-20T15:24:28.939Z * rust toolchain profile = "default"
252026-05-20T15:24:28.939Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-20T15:24:28.940Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-20T15:24:28.940Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-20T15:24:28.943Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-20T15:24:28.943Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-20T15:24:29.063Zinfo: downloading installer
312026-05-20T15:24:30.361Zwarn: It looks like you have an existing rustup settings file at:
322026-05-20T15:24:30.361Zwarn: /home/build/.rustup/settings.toml
332026-05-20T15:24:30.361Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-20T15:24:30.361Zwarn: instead of the one inferred from the default host triple.
352026-05-20T15:24:30.372Zinfo: profile set to default
362026-05-20T15:24:30.372Zinfo: default host triple is x86_64-unknown-illumos
372026-05-20T15:24:30.375Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-20T15:24:30.516Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-20T15:24:30.520Zinfo: downloading 6 components
402026-05-20T15:24:45.154Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-20T15:24:45.154Z
422026-05-20T15:24:45.183Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-20T15:24:45.183Z
442026-05-20T15:24:45.186Z
452026-05-20T15:24:45.186ZRust is installed now. Great!
462026-05-20T15:24:45.187Z
472026-05-20T15:24:45.187ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-20T15:24:45.187Zenvironment variable. This has not been done automatically.
492026-05-20T15:24:45.187Z
502026-05-20T15:24:45.187ZTo configure your current shell, you need to source
512026-05-20T15:24:45.187Zthe corresponding env file under $HOME/.cargo.
522026-05-20T15:24:45.187Z
532026-05-20T15:24:45.187ZThis is usually done by running one of the following (note the leading DOT):
542026-05-20T15:24:45.187Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-20T15:24:45.187Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-20T15:24:45.187Zsource "~/.cargo/env.nu" # For nushell
572026-05-20T15:24:45.187Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-20T15:24:45.187Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-20T15:24:45.187Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-20T15:24:45.187Zwarn: no default linker (`cc`) was found in your PATH
612026-05-20T15:24:45.187Zwarn: many Rust crates require a system C toolchain to build
622026-05-20T15:24:45.282Z+ rustup --version
632026-05-20T15:24:45.292Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-20T15:24:45.295Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-20T15:24:45.316Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-20T15:24:45.319Z+ cargo --version
672026-05-20T15:24:45.332Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-20T15:24:45.336Z+ rustc --version
692026-05-20T15:24:45.356Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-20T15:24:45.359Zprocess exited: duration 16423 ms, exit code 0
 
712026-05-20T15:24:45.366Zstarting task 2: "authentication"
722026-05-20T15:24:45.383Zprocess exited: duration 16 ms, exit code 0
 
732026-05-20T15:24:45.389Zstarting task 3: "clone repository"
742026-05-20T15:24:45.393Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-20T15:24:45.396Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-20T15:24:45.432ZCloning into '/work/oxidecomputer/omicron'...
772026-05-20T15:24:55.374Z+ cd /work/oxidecomputer/omicron
782026-05-20T15:24:55.374Z+ git fetch origin 002f7b62d0543a658e42e9e2351f9a07a70ea552
792026-05-20T15:24:55.937ZFrom https://github.com/oxidecomputer/omicron
802026-05-20T15:24:55.937Z * branch 002f7b62d0543a658e42e9e2351f9a07a70ea552 -> FETCH_HEAD
812026-05-20T15:24:55.948Z+ [[ -n zl/ddm-internal-dns ]]
822026-05-20T15:24:55.951Z++ git branch --show-current
832026-05-20T15:24:55.951Z+ current=main
842026-05-20T15:24:55.951Z+ [[ main != zl/ddm-internal-dns ]]
852026-05-20T15:24:55.951Z+ git branch -f zl/ddm-internal-dns 002f7b62d0543a658e42e9e2351f9a07a70ea552
862026-05-20T15:24:55.956Z+ git checkout -f zl/ddm-internal-dns
872026-05-20T15:24:56.186ZSwitched to branch 'zl/ddm-internal-dns'
882026-05-20T15:24:56.190Z+ git reset --hard 002f7b62d0543a658e42e9e2351f9a07a70ea552
892026-05-20T15:24:56.207ZHEAD is now at 002f7b62d merge main + bump maghemite to 9bb5037 + oxlog patch
902026-05-20T15:24:56.210Zprocess exited: duration 10818 ms, exit code 0
 
912026-05-20T15:24:56.216Zstarting task 4: "build"
922026-05-20T15:24:56.220Z+ source .github/buildomat/ci-env.sh
932026-05-20T15:24:56.223Z++ export CARGO_TERM_COLOR=always
942026-05-20T15:24:56.223Z++ CARGO_TERM_COLOR=always
952026-05-20T15:24:56.223Z+ cargo --version
962026-05-20T15:24:56.230Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-20T15:24:56.233Z+ rustc --version
982026-05-20T15:24:56.253Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-20T15:24:56.256Z+ source ./env.sh
1002026-05-20T15:24:56.256Z++ OLD_SHELL_OPTS=ehxB
1012026-05-20T15:24:56.256Z++ set -o xtrace
1022026-05-20T15:24:56.259Z++++ dirname ./env.sh
1032026-05-20T15:24:56.269Z+++ readlink -f .
1042026-05-20T15:24:56.273Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-05-20T15:24:56.276Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-05-20T15:24:56.276Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-05-20T15:24:56.276Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-05-20T15:24:56.276Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-05-20T15:24:56.276Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-05-20T15:24:56.276Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-05-20T15:24:56.276Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122026-05-20T15:24:56.276Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1132026-05-20T15:24:56.276Z++ 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
1142026-05-20T15:24:56.276Z++ 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-05-20T15:24:56.276Z++ case $OLD_SHELL_OPTS in
1162026-05-20T15:24:56.276Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-05-20T15:24:56.276Z+ 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
1182026-05-20T15:24:56.276Z+ 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-05-20T15:24:56.276Z+ banner prerequisites
1202026-05-20T15:24:56.276Z
1212026-05-20T15:24:56.277Z ##### ##### ###### ##### ###### #### # # # #### #
1222026-05-20T15:24:56.277Z # # # # # # # # # # # # # # #
1232026-05-20T15:24:56.277Z # # # # ##### # # ##### # # # # # #### #
1242026-05-20T15:24:56.277Z ##### ##### # ##### # # # # # # # # #
1252026-05-20T15:24:56.277Z # # # # # # # # # # # # # # #
1262026-05-20T15:24:56.277Z # # # ###### # # ###### ### # #### # #### #
1272026-05-20T15:24:56.277Z
1282026-05-20T15:24:56.277Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1292026-05-20T15:24:57.736Z Startup: Refreshing catalog 'helios' ... Done
1302026-05-20T15:24:57.792Z Startup: Caching catalogs ... Done
1312026-05-20T15:24:57.996ZPlanning: Solver setup ... Done (0.172s)
1322026-05-20T15:24:58.012ZPlanning: Running solver ... Done (0.016s)
1332026-05-20T15:24:58.016ZPlanning: Finding local manifests ... Done (0.002s)
1342026-05-20T15:24:58.027ZPlanning: Fetching manifests: 0/2 0% complete
1352026-05-20T15:24:58.043ZPlanning: Fetching manifests: 2/2 100% complete
1362026-05-20T15:24:58.056ZPlanning: Package planning ... Done (0.013s)
1372026-05-20T15:24:58.059ZPlanning: Merging actions ... Done (0.001s)
1382026-05-20T15:24:58.247ZPlanning: Checking for conflicting actions ... Done (0.189s)
1392026-05-20T15:24:58.250ZPlanning: Consolidating action changes ... Done (0.001s)
1402026-05-20T15:24:59.019ZPlanning: Evaluating mediators ... Done (0.771s)
1412026-05-20T15:24:59.022ZPlanning: Planning completed in 1.21 seconds
1422026-05-20T15:24:59.028Z Packages to install: 2
1432026-05-20T15:24:59.028Z Estimated space available: 156.07 GB
1442026-05-20T15:24:59.031ZEstimated space to be consumed: 19.74 MB
1452026-05-20T15:24:59.031Z Create boot environment: No
1462026-05-20T15:24:59.031ZCreate backup boot environment: No
1472026-05-20T15:24:59.031Z Rebuild boot archive: No
1482026-05-20T15:24:59.031Z
1492026-05-20T15:24:59.031ZChanged packages:
1502026-05-20T15:24:59.031Zhelios
1512026-05-20T15:24:59.031Z developer/build-essential
1522026-05-20T15:24:59.031Z None -> 11-3.0
1532026-05-20T15:24:59.031Z library/libxmlsec1
1542026-05-20T15:24:59.031Z None -> 1.2.35-3.0
1552026-05-20T15:24:59.052Z
1562026-05-20T15:24:59.052ZDownload: 0/214 items 0.0/1.3MB 0% complete
1572026-05-20T15:24:59.580ZDownload: Completed 1.28 MB in 0.53 seconds (2.4M/s)
1582026-05-20T15:24:59.636Z Actions: 1/268 actions (Installing new actions)
1592026-05-20T15:24:59.685Z Actions: Completed 268 actions in 0.05 seconds.
1602026-05-20T15:24:59.691ZFinalize: Updating package state database ... Done (0.006s)
1612026-05-20T15:24:59.694ZFinalize: Updating package cache ... Done (0.000s)
1622026-05-20T15:24:59.706ZFinalize: Updating image state ... Done (0.015s)
1632026-05-20T15:25:02.063ZFinalize: Creating fast lookup database ... Done (2.337s)
1642026-05-20T15:25:02.132ZFinalize: Reading search index ... Done (0.013s)
1652026-05-20T15:25:02.135ZFinalize: Updating search index ... Done (0.000s)
1662026-05-20T15:25:02.238ZFinalize: Updating package cache ... Done (0.000s)
1672026-05-20T15:25:02.531ZPlanning: Evaluating mediator changes ... Done
1682026-05-20T15:25:02.637ZPlanning: Checking for conflicting actions ... Done
1692026-05-20T15:25:02.640ZPlanning: Consolidating action changes ... Done
1702026-05-20T15:25:02.796ZPlanning: Evaluating mediators ... Done
1712026-05-20T15:25:02.800ZPlanning: Planning completed in 0.27 seconds
1722026-05-20T15:25:02.818Z Mediators to change: 2
1732026-05-20T15:25:02.818Z Create boot environment: No
1742026-05-20T15:25:02.821ZCreate backup boot environment: No
1752026-05-20T15:25:02.877ZFinalize: Updating package state database ... Done
1762026-05-20T15:25:02.877ZFinalize: Updating package cache ... Done
1772026-05-20T15:25:02.886ZFinalize: Updating image state ... Done
1782026-05-20T15:25:04.831ZFinalize: Creating fast lookup database ... Done
1792026-05-20T15:25:04.893ZFinalize: Reading search index ... Done
1802026-05-20T15:25:04.896ZFinalize: Updating search index ... Done
1812026-05-20T15:25:04.962ZFinalize: Updating package cache ... Done
1822026-05-20T15:25:05.248ZPlanning: Evaluating mediator changes ... Done
1832026-05-20T15:25:05.356ZPlanning: Checking for conflicting actions ... Done
1842026-05-20T15:25:05.359ZPlanning: Consolidating action changes ... Done
1852026-05-20T15:25:05.516ZPlanning: Evaluating mediators ... Done
1862026-05-20T15:25:05.519ZPlanning: Planning completed in 0.27 seconds
1872026-05-20T15:25:05.539Z Mediators to change: 1
1882026-05-20T15:25:05.539Z Create boot environment: No
1892026-05-20T15:25:05.542ZCreate backup boot environment: No
1902026-05-20T15:25:05.571ZFinalize: Updating package state database ... Done
1912026-05-20T15:25:05.571ZFinalize: Updating package cache ... Done
1922026-05-20T15:25:05.580ZFinalize: Updating image state ... Done
1932026-05-20T15:25:07.532ZFinalize: Creating fast lookup database ... Done
1942026-05-20T15:25:07.592ZFinalize: Reading search index ... Done
1952026-05-20T15:25:07.595ZFinalize: Updating search index ... Done
1962026-05-20T15:25:07.638ZFinalize: Updating package cache ... Done
1972026-05-20T15:25:07.947ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1982026-05-20T15:25:07.947Zapache system 2.4 system
1992026-05-20T15:25:07.947Zclang system 15 system
2002026-05-20T15:25:07.948Zcsh system system illumos
2012026-05-20T15:25:07.948Zctags system system illumos
2022026-05-20T15:25:07.948Zfile vendor vendor darwinsys
2032026-05-20T15:25:07.948Zfile system system illumos
2042026-05-20T15:25:07.948Zgcc vendor 14 vendor
2052026-05-20T15:25:07.948Zgcc system 13 system
2062026-05-20T15:25:07.948Zgcc system 10 system
2072026-05-20T15:25:07.948Zgo system 1.25 system
2082026-05-20T15:25:07.948Zllvm system 15 system
2092026-05-20T15:25:07.948Zmariadb system 11.4 system
2102026-05-20T15:25:07.948Zmta vendor vendor dma
2112026-05-20T15:25:07.948Zopenjdk system 17 system
2122026-05-20T15:25:07.948Zopenjdk system 11 system
2132026-05-20T15:25:07.948Zopenssl vendor 3 vendor
2142026-05-20T15:25:07.948Zperl system 5.40 system
2152026-05-20T15:25:07.948Zpostgresql system 18 system
2162026-05-20T15:25:07.948Zpostgresql system 17 system
2172026-05-20T15:25:07.948Zpython vendor 3 vendor
2182026-05-20T15:25:07.948Zpython system 2 system
2192026-05-20T15:25:07.948Zpython3 vendor 3.13 vendor
2202026-05-20T15:25:07.948Zruby system 3.4 system
2212026-05-20T15:25:07.948Zruby system 3.0 system
2222026-05-20T15:25:07.948Zwords vendor vendor american-english
2232026-05-20T15:25:07.948Zwords system system australian-english
2242026-05-20T15:25:07.948Zwords system system british-english
2252026-05-20T15:25:07.948Zwords system system canadian-english
2262026-05-20T15:25:07.948Zwords system system french
2272026-05-20T15:25:07.948Zwords system system italian
2282026-05-20T15:25:07.948Zwords system system ngerman
2292026-05-20T15:25:07.948Zwords system system ogerman
2302026-05-20T15:25:07.948Zwords system system spanish
2312026-05-20T15:25:08.198ZPUBLISHER TYPE STATUS P LOCATION
2322026-05-20T15:25:08.198Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2332026-05-20T15:25:08.468ZFMRI IFO
2342026-05-20T15:25:08.468Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2352026-05-20T15:25:08.468Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2362026-05-20T15:25:08.468Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2372026-05-20T15:25:08.468Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2382026-05-20T15:25:08.468Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2392026-05-20T15:25:08.468Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2402026-05-20T15:25:08.468Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2412026-05-20T15:25:08.468Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2422026-05-20T15:25:08.468Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2432026-05-20T15:25:08.713Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2442026-05-20T15:25:09.059Z Updating crates.io index
2452026-05-20T15:25:09.094Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2462026-05-20T15:25:09.352Z Updating git repository `https://github.com/oxidecomputer/lldp`
2472026-05-20T15:25:10.412Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2482026-05-20T15:25:11.061Z Updating git repository `https://github.com/oxidecomputer/propolis`
2492026-05-20T15:25:11.905Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2502026-05-20T15:25:12.427Z Updating git repository `https://github.com/oxidecomputer/crucible`
2512026-05-20T15:25:14.194Z Updating git repository `https://github.com/oxidecomputer/opte`
2522026-05-20T15:25:15.072Z Updating git repository `https://github.com/oxidecomputer/tofino`
2532026-05-20T15:25:15.487Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2542026-05-20T15:25:16.865Z Updating git repository `https://github.com/oxidecomputer/clickward`
2552026-05-20T15:25:17.489Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2562026-05-20T15:25:17.905Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2572026-05-20T15:25:18.314Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2582026-05-20T15:25:19.226Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2592026-05-20T15:25:19.726Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2602026-05-20T15:25:20.104Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2612026-05-20T15:25:20.447Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2622026-05-20T15:25:20.828Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2632026-05-20T15:25:21.271Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2642026-05-20T15:25:21.513Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2652026-05-20T15:25:21.768Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2662026-05-20T15:25:22.061Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2672026-05-20T15:25:22.507Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2682026-05-20T15:25:23.063Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2692026-05-20T15:25:23.500Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2702026-05-20T15:25:23.882Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2712026-05-20T15:25:24.228Z Updating git repository `https://github.com/oxidecomputer/ispf`
2722026-05-20T15:25:25.306Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2732026-05-20T15:25:25.860Z Updating git repository `https://github.com/oxidecomputer/crucible`
2742026-05-20T15:25:26.449Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2752026-05-20T15:25:26.958Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2762026-05-20T15:25:27.371Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2772026-05-20T15:25:27.733Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2782026-05-20T15:25:28.106Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2792026-05-20T15:25:28.424Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2802026-05-20T15:25:29.026Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2812026-05-20T15:25:29.327Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2822026-05-20T15:25:29.653Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2832026-05-20T15:25:29.934Z Updating git repository `https://github.com/oxidecomputer/omicron`
2842026-05-20T15:25:42.275Z Updating git repository `https://github.com/illumos/smf-rs`
2852026-05-20T15:25:42.777Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2862026-05-20T15:25:44.688Z Downloading crates ...
2872026-05-20T15:25:44.738Z Downloaded bytecount v0.6.9
2882026-05-20T15:25:44.742Z Downloaded cargo_metadata v0.21.0
2892026-05-20T15:25:44.745Z Downloaded anstream v1.0.0
2902026-05-20T15:25:44.748Z Downloaded anstyle v1.0.14
2912026-05-20T15:25:44.750Z Downloaded thread-id v4.2.2
2922026-05-20T15:25:44.753Z Downloaded cfg-if v1.0.4
2932026-05-20T15:25:44.753Z Downloaded utf8_iter v1.0.4
2942026-05-20T15:25:44.753Z Downloaded smawk v0.3.2
2952026-05-20T15:25:44.756Z Downloaded proc-macro-error-attr v1.0.4
2962026-05-20T15:25:44.756Z Downloaded cargo_toml v0.21.0
2972026-05-20T15:25:44.756Z Downloaded synstructure v0.13.2
2982026-05-20T15:25:44.757Z Downloaded autocfg v1.5.0
2992026-05-20T15:25:44.760Z Downloaded icu_provider v2.1.1
3002026-05-20T15:25:44.760Z Downloaded usdt-attr-macro v0.5.0
3012026-05-20T15:25:44.762Z Downloaded scroll_derive v0.12.1
3022026-05-20T15:25:44.762Z Downloaded unicode-xid v0.2.6
3032026-05-20T15:25:44.762Z Downloaded serde-value v0.7.0
3042026-05-20T15:25:44.766Z Downloaded log v0.4.29
3052026-05-20T15:25:44.768Z Downloaded zerofrom-derive v0.1.6
3062026-05-20T15:25:44.769Z Downloaded quote v1.0.45
3072026-05-20T15:25:44.771Z Downloaded toml v0.8.23
3082026-05-20T15:25:44.771Z Downloaded bitflags v2.11.0
3092026-05-20T15:25:44.774Z Downloaded displaydoc v0.2.5
3102026-05-20T15:25:44.777Z Downloaded yoke-derive v0.8.1
3112026-05-20T15:25:44.777Z Downloaded byteorder v1.5.0
3122026-05-20T15:25:44.780Z Downloaded toml_datetime v0.6.11
3132026-05-20T15:25:44.780Z Downloaded version_check v0.9.5
3142026-05-20T15:25:44.784Z Downloaded unicode-linebreak v0.1.5
3152026-05-20T15:25:44.787Z Downloaded usdt-macro v0.5.0
3162026-05-20T15:25:44.787Z Downloaded usdt v0.5.0
3172026-05-20T15:25:44.787Z Downloaded sha2 v0.10.9
3182026-05-20T15:25:44.790Z Downloaded errno v0.3.14
3192026-05-20T15:25:44.790Z Downloaded cargo-platform v0.2.0
3202026-05-20T15:25:44.790Z Downloaded winnow v0.7.14
3212026-05-20T15:25:44.794Z Downloaded thiserror-impl v1.0.69
3222026-05-20T15:25:44.797Z Downloaded icu_properties v2.1.2
3232026-05-20T15:25:44.797Z Downloaded semver v1.0.28
3242026-05-20T15:25:44.800Z Downloaded yoke v0.8.1
3252026-05-20T15:25:44.801Z Downloaded dof v0.3.0
3262026-05-20T15:25:44.801Z Downloaded utf8parse v0.2.2
3272026-05-20T15:25:44.801Z Downloaded typeid v1.0.3
3282026-05-20T15:25:44.804Z Downloaded thiserror v2.0.18
3292026-05-20T15:25:44.807Z Downloaded heck v0.5.0
3302026-05-20T15:25:44.807Z Downloaded macaddr v1.0.1
3312026-05-20T15:25:44.807Z Downloaded equivalent v1.0.2
3322026-05-20T15:25:44.810Z Downloaded block-buffer v0.10.4
3332026-05-20T15:25:44.810Z Downloaded crypto-common v0.1.7
3342026-05-20T15:25:44.810Z Downloaded zerofrom v0.1.6
3352026-05-20T15:25:44.815Z Downloaded itoa v1.0.17
3362026-05-20T15:25:44.818Z Downloaded tinystr v0.8.2
3372026-05-20T15:25:44.819Z Downloaded zerocopy-derive v0.7.35
3382026-05-20T15:25:44.822Z Downloaded thiserror-impl v2.0.18
3392026-05-20T15:25:44.822Z Downloaded textwrap v0.16.2
3402026-05-20T15:25:44.825Z Downloaded percent-encoding v2.3.2
3412026-05-20T15:25:44.825Z Downloaded usdt-impl v0.5.0
3422026-05-20T15:25:44.825Z Downloaded form_urlencoded v1.2.2
3432026-05-20T15:25:44.825Z Downloaded swrite v0.1.0
3442026-05-20T15:25:44.828Z Downloaded colorchoice v1.0.4
3452026-05-20T15:25:44.828Z Downloaded thiserror v1.0.69
3462026-05-20T15:25:44.831Z Downloaded fnv v1.0.7
3472026-05-20T15:25:44.831Z Downloaded writeable v0.6.2
3482026-05-20T15:25:44.834Z Downloaded plain v0.2.3
3492026-05-20T15:25:44.834Z Downloaded zmij v1.0.21
3502026-05-20T15:25:44.837Z Downloaded typenum v1.19.0
3512026-05-20T15:25:44.837Z Downloaded unicode-ident v1.0.24
3522026-05-20T15:25:44.840Z Downloaded tabled_derive v0.7.0
3532026-05-20T15:25:44.840Z Downloaded toml_write v0.1.2
3542026-05-20T15:25:44.840Z Downloaded is_terminal_polyfill v1.70.2
3552026-05-20T15:25:44.843Z Downloaded toml_edit v0.22.27
3562026-05-20T15:25:44.846Z Downloaded ucd-trie v0.1.7
3572026-05-20T15:25:44.846Z Downloaded anstyle-parse v1.0.0
3582026-05-20T15:25:44.849Z Downloaded strsim v0.11.1
3592026-05-20T15:25:44.849Z Downloaded fs-err v3.3.0
3602026-05-20T15:25:44.852Z Downloaded zerovec-derive v0.11.2
3612026-05-20T15:25:44.855Z Downloaded zerotrie v0.2.3
3622026-05-20T15:25:44.858Z Downloaded ordered-float v2.10.1
3632026-05-20T15:25:44.858Z Downloaded url v2.5.8
3642026-05-20T15:25:44.858Z Downloaded terminal_size v0.4.3
3652026-05-20T15:25:44.862Z Downloaded heck v0.4.1
3662026-05-20T15:25:44.865Z Downloaded dtrace-parser v0.2.0
3672026-05-20T15:25:44.865Z Downloaded fastrand v2.3.0
3682026-05-20T15:25:44.865Z Downloaded cpufeatures v0.2.17
3692026-05-20T15:25:44.868Z Downloaded anstyle-query v1.1.5
3702026-05-20T15:25:44.868Z Downloaded zerocopy v0.7.35
3712026-05-20T15:25:44.877Z Downloaded zerovec v0.11.5
3722026-05-20T15:25:44.880Z Downloaded stable_deref_trait v1.2.1
3732026-05-20T15:25:44.883Z Downloaded serde_spanned v0.6.9
3742026-05-20T15:25:44.883Z Downloaded unicode-width v0.2.0
3752026-05-20T15:25:44.886Z Downloaded serde_tokenstream v0.2.3
3762026-05-20T15:25:44.886Z Downloaded pest_meta v2.8.6
3772026-05-20T15:25:44.889Z Downloaded memmap v0.7.0
3782026-05-20T15:25:44.889Z Downloaded unicode-width v0.1.14
3792026-05-20T15:25:44.892Z Downloaded pretty-hex v0.4.1
3802026-05-20T15:25:44.892Z Downloaded idna_adapter v1.2.1
3812026-05-20T15:25:44.892Z Downloaded generic-array v0.14.7
3822026-05-20T15:25:44.895Z Downloaded clap_lex v1.0.0
3832026-05-20T15:25:44.895Z Downloaded potential_utf v0.1.4
3842026-05-20T15:25:44.898Z Downloaded erased-serde v0.4.9
3852026-05-20T15:25:44.903Z Downloaded scroll v0.12.0
3862026-05-20T15:25:44.906Z Downloaded clap_derive v4.6.1
3872026-05-20T15:25:44.906Z Downloaded camino-tempfile v1.4.1
3882026-05-20T15:25:44.906Z Downloaded litemap v0.8.1
3892026-05-20T15:25:44.922Z Downloaded proc-macro-error v1.0.4
3902026-05-20T15:25:44.925Z Downloaded anyhow v1.0.102
3912026-05-20T15:25:44.933Z Downloaded tempfile v3.25.0
3922026-05-20T15:25:44.936Z Downloaded serde-untagged v0.1.9
3932026-05-20T15:25:44.936Z Downloaded smallvec v1.15.1
3942026-05-20T15:25:44.938Z Downloaded camino v1.2.2
3952026-05-20T15:25:44.939Z Downloaded pest_generator v2.8.6
3962026-05-20T15:25:44.939Z Downloaded once_cell v1.21.3
3972026-05-20T15:25:44.942Z Downloaded pest_derive v2.8.6
3982026-05-20T15:25:44.956Z Downloaded digest v0.10.7
3992026-05-20T15:25:44.962Z Downloaded papergrid v0.11.0
4002026-05-20T15:25:44.965Z Downloaded serde_core v1.0.228
4012026-05-20T15:25:44.970Z Downloaded serde_derive v1.0.228
4022026-05-20T15:25:44.973Z Downloaded proc-macro2 v1.0.106
4032026-05-20T15:25:44.976Z Downloaded clap v4.6.1
4042026-05-20T15:25:44.979Z Downloaded num-traits v0.2.19
4052026-05-20T15:25:44.984Z Downloaded getrandom v0.4.1
4062026-05-20T15:25:44.987Z Downloaded cargo-util-schemas v0.8.2
4072026-05-20T15:25:44.994Z Downloaded icu_normalizer v2.1.1
4082026-05-20T15:25:44.997Z Downloaded icu_locale_core v2.1.1
4092026-05-20T15:25:45.010Z Downloaded icu_normalizer_data v2.1.1
4102026-05-20T15:25:45.021Z Downloaded serde v1.0.228
4112026-05-20T15:25:45.024Z Downloaded icu_collections v2.1.1
4122026-05-20T15:25:45.031Z Downloaded memchr v2.8.0
4132026-05-20T15:25:45.034Z Downloaded indexmap v2.14.0
4142026-05-20T15:25:45.052Z Downloaded idna v1.1.0
4152026-05-20T15:25:45.060Z Downloaded icu_properties_data v2.1.2
4162026-05-20T15:25:45.065Z Downloaded hashbrown v0.17.0
4172026-05-20T15:25:45.068Z Downloaded pest v2.8.6
4182026-05-20T15:25:45.072Z Downloaded serde_json v1.0.149
4192026-05-20T15:25:45.089Z Downloaded clap_builder v4.6.0
4202026-05-20T15:25:45.093Z Downloaded goblin v0.8.2
4212026-05-20T15:25:45.107Z Downloaded tabled v0.15.0
4222026-05-20T15:25:45.116Z Downloaded syn v1.0.109
4232026-05-20T15:25:45.127Z Downloaded syn v2.0.117
4242026-05-20T15:25:45.136Z Downloaded rustix v1.1.3
4252026-05-20T15:25:45.169Z Downloaded libc v0.2.185
4262026-05-20T15:25:45.238Z Compiling proc-macro2 v1.0.106
4272026-05-20T15:25:45.238Z Compiling unicode-ident v1.0.24
4282026-05-20T15:25:45.238Z Compiling quote v1.0.45
4292026-05-20T15:25:45.241Z Compiling serde_core v1.0.228
4302026-05-20T15:25:45.241Z Compiling libc v0.2.185
4312026-05-20T15:25:45.241Z Compiling version_check v0.9.5
4322026-05-20T15:25:45.241Z Compiling serde v1.0.228
4332026-05-20T15:25:45.241Z Compiling memchr v2.8.0
4342026-05-20T15:25:45.572Z Compiling stable_deref_trait v1.2.1
4352026-05-20T15:25:45.649Z Compiling zmij v1.0.21
4362026-05-20T15:25:45.740Z Compiling ucd-trie v0.1.7
4372026-05-20T15:25:45.947Z Compiling itoa v1.0.17
4382026-05-20T15:25:46.018Z Compiling thiserror v1.0.69
4392026-05-20T15:25:46.110Z Compiling autocfg v1.5.0
4402026-05-20T15:25:46.128Z Compiling pest v2.8.6
4412026-05-20T15:25:46.272Z Compiling litemap v0.8.1
4422026-05-20T15:25:46.315Z Compiling writeable v0.6.2
4432026-05-20T15:25:46.486Z Compiling rustix v1.1.3
4442026-05-20T15:25:46.518Z Compiling icu_properties_data v2.1.2
4452026-05-20T15:25:46.703Z Compiling icu_normalizer_data v2.1.1
4462026-05-20T15:25:46.776Z Compiling syn v2.0.117
4472026-05-20T15:25:46.825Z Compiling byteorder v1.5.0
4482026-05-20T15:25:46.924Z Compiling errno v0.3.14
4492026-05-20T15:25:46.939Z Compiling serde_json v1.0.149
4502026-05-20T15:25:47.045Z Compiling bitflags v2.11.0
4512026-05-20T15:25:47.149Z Compiling pest_meta v2.8.6
4522026-05-20T15:25:47.165Z Compiling num-traits v0.2.19
4532026-05-20T15:25:47.198Z Compiling typeid v1.0.3
4542026-05-20T15:25:47.347Z Compiling equivalent v1.0.2
4552026-05-20T15:25:47.436Z Compiling hashbrown v0.17.0
4562026-05-20T15:25:47.459Z Compiling smallvec v1.15.1
4572026-05-20T15:25:47.717Z Compiling thread-id v4.2.2
4582026-05-20T15:25:47.805Z Compiling usdt-impl v0.5.0
4592026-05-20T15:25:47.829Z Compiling proc-macro-error-attr v1.0.4
4602026-05-20T15:25:47.844Z Compiling winnow v0.7.14
4612026-05-20T15:25:48.020Z Compiling indexmap v2.14.0
4622026-05-20T15:25:48.023Z Compiling toml_write v0.1.2
4632026-05-20T15:25:48.060Z Compiling erased-serde v0.4.9
4642026-05-20T15:25:48.243Z Compiling syn v1.0.109
4652026-05-20T15:25:48.622Z Compiling proc-macro-error v1.0.4
4662026-05-20T15:25:48.655Z Compiling utf8_iter v1.0.4
4672026-05-20T15:25:48.807Z Compiling utf8parse v0.2.2
4682026-05-20T15:25:48.810Z Compiling getrandom v0.4.1
4692026-05-20T15:25:48.852Z Compiling thiserror v2.0.18
4702026-05-20T15:25:48.925Z Compiling plain v0.2.3
4712026-05-20T15:25:49.043Z Compiling percent-encoding v2.3.2
4722026-05-20T15:25:49.106Z Compiling camino v1.2.2
4732026-05-20T15:25:49.174Z Compiling log v0.4.29
4742026-05-20T15:25:49.260Z Compiling form_urlencoded v1.2.2
4752026-05-20T15:25:49.276Z Compiling ordered-float v2.10.1
4762026-05-20T15:25:49.348Z Compiling anstyle-parse v1.0.0
4772026-05-20T15:25:49.402Z Compiling synstructure v0.13.2
4782026-05-20T15:25:49.425Z Compiling pest_generator v2.8.6
4792026-05-20T15:25:49.565Z Compiling terminal_size v0.4.3
4802026-05-20T15:25:49.703Z Compiling anstyle v1.0.14
4812026-05-20T15:25:49.858Z Compiling pretty-hex v0.4.1
4822026-05-20T15:25:49.932Z Compiling anstyle-query v1.1.5
4832026-05-20T15:25:49.955Z Compiling cfg-if v1.0.4
4842026-05-20T15:25:49.971Z Compiling is_terminal_polyfill v1.70.2
4852026-05-20T15:25:50.000Z Compiling colorchoice v1.0.4
4862026-05-20T15:25:50.057Z Compiling serde-untagged v0.1.9
4872026-05-20T15:25:50.112Z Compiling anstream v1.0.0
4882026-05-20T15:25:50.152Z Compiling semver v1.0.28
4892026-05-20T15:25:50.193Z Compiling fs-err v3.3.0
4902026-05-20T15:25:50.278Z Compiling unicode-xid v0.2.6
4912026-05-20T15:25:50.385Z Compiling heck v0.5.0
4922026-05-20T15:25:50.406Z Compiling heck v0.4.1
4932026-05-20T15:25:50.425Z Compiling anyhow v1.0.102
4942026-05-20T15:25:50.447Z Compiling fastrand v2.3.0
4952026-05-20T15:25:50.473Z Compiling bytecount v0.6.9
4962026-05-20T15:25:50.629Z Compiling fnv v1.0.7
4972026-05-20T15:25:50.629Z Compiling once_cell v1.21.3
4982026-05-20T15:25:50.713Z Compiling clap_lex v1.0.0
4992026-05-20T15:25:50.729Z Compiling strsim v0.11.1
5002026-05-20T15:25:50.732Z Compiling unicode-width v0.1.14
5012026-05-20T15:25:50.854Z Compiling tempfile v3.25.0
5022026-05-20T15:25:50.945Z Compiling clap_builder v4.6.0
5032026-05-20T15:25:51.018Z Compiling papergrid v0.11.0
5042026-05-20T15:25:51.116Z Compiling serde_derive v1.0.228
5052026-05-20T15:25:51.132Z Compiling zerofrom-derive v0.1.6
5062026-05-20T15:25:51.184Z Compiling yoke-derive v0.8.1
5072026-05-20T15:25:51.227Z Compiling zerovec-derive v0.11.2
5082026-05-20T15:25:51.491Z Compiling displaydoc v0.2.5
5092026-05-20T15:25:52.224Z Compiling thiserror-impl v1.0.69
5102026-05-20T15:25:52.312Z Compiling zerocopy-derive v0.7.35
5112026-05-20T15:25:52.315Z Compiling pest_derive v2.8.6
5122026-05-20T15:25:52.425Z Compiling scroll_derive v0.12.1
5132026-05-20T15:25:52.520Z Compiling zerofrom v0.1.6
5142026-05-20T15:25:52.725Z Compiling yoke v0.8.1
5152026-05-20T15:25:52.780Z Compiling thiserror-impl v2.0.18
5162026-05-20T15:25:52.923Z Compiling zerovec v0.11.5
5172026-05-20T15:25:53.152Z Compiling zerotrie v0.2.3
5182026-05-20T15:25:53.248Z Compiling zerocopy v0.7.35
5192026-05-20T15:25:53.439Z Compiling tinystr v0.8.2
5202026-05-20T15:25:53.465Z Compiling potential_utf v0.1.4
5212026-05-20T15:25:53.614Z Compiling icu_locale_core v2.1.1
5222026-05-20T15:25:53.641Z Compiling icu_collections v2.1.1
5232026-05-20T15:25:53.658Z Compiling dtrace-parser v0.2.0
5242026-05-20T15:25:53.808Z Compiling scroll v0.12.0
5252026-05-20T15:25:54.094Z Compiling goblin v0.8.2
5262026-05-20T15:25:54.109Z Compiling tabled_derive v0.7.0
5272026-05-20T15:25:54.148Z Compiling clap_derive v4.6.1
5282026-05-20T15:25:54.247Z Compiling memmap v0.7.0
5292026-05-20T15:25:54.410Z Compiling icu_provider v2.1.1
5302026-05-20T15:25:54.441Z Compiling unicode-width v0.2.0
5312026-05-20T15:25:54.530Z Compiling serde_spanned v0.6.9
5322026-05-20T15:25:54.554Z Compiling toml_datetime v0.6.11
5332026-05-20T15:25:54.558Z Compiling dof v0.3.0
5342026-05-20T15:25:54.685Z Compiling icu_normalizer v2.1.1
5352026-05-20T15:25:54.726Z Compiling icu_properties v2.1.2
5362026-05-20T15:25:54.729Z Compiling serde_tokenstream v0.2.3
5372026-05-20T15:25:54.839Z Compiling toml_edit v0.22.27
5382026-05-20T15:25:55.076Z Compiling serde-value v0.7.0
5392026-05-20T15:25:55.130Z Compiling cargo-platform v0.2.0
5402026-05-20T15:25:55.359Z Compiling unicode-linebreak v0.1.5
5412026-05-20T15:25:55.426Z Compiling smawk v0.3.2
5422026-05-20T15:25:55.497Z Compiling tabled v0.15.0
5432026-05-20T15:25:55.610Z Compiling textwrap v0.16.2
5442026-05-20T15:25:55.721Z Compiling macaddr v1.0.1
5452026-05-20T15:25:55.721Z Compiling idna_adapter v1.2.1
5462026-05-20T15:25:55.894Z Compiling idna v1.1.0
5472026-05-20T15:25:55.966Z Compiling usdt-macro v0.5.0
5482026-05-20T15:25:55.966Z Compiling usdt-attr-macro v0.5.0
5492026-05-20T15:25:56.052Z Compiling clap v4.6.1
5502026-05-20T15:25:56.356Z Compiling toml v0.8.23
5512026-05-20T15:25:56.509Z Compiling url v2.5.8
5522026-05-20T15:25:56.522Z Compiling camino-tempfile v1.4.1
5532026-05-20T15:25:56.615Z Compiling swrite v0.1.0
5542026-05-20T15:25:56.720Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5552026-05-20T15:25:56.767Z Compiling cargo_toml v0.21.0
5562026-05-20T15:25:56.988Z Compiling cargo-util-schemas v0.8.2
5572026-05-20T15:25:57.450Z Compiling usdt v0.5.0
5582026-05-20T15:25:57.965Z Compiling cargo_metadata v0.21.0
5592026-05-20T15:25:58.950Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5602026-05-20T15:26:01.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.55s
5612026-05-20T15:26:01.363Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5622026-05-20T15:26:01.983Z Downloading crates ...
5632026-05-20T15:26:02.083Z Downloaded arrayref v0.3.9
5642026-05-20T15:26:02.086Z Downloaded bitfield-struct v0.6.2
5652026-05-20T15:26:02.100Z Downloaded aead v0.5.2
5662026-05-20T15:26:02.103Z Downloaded arrayvec v0.7.6
5672026-05-20T15:26:02.103Z Downloaded adler2 v2.0.1
5682026-05-20T15:26:02.106Z Downloaded ctr v0.9.2
5692026-05-20T15:26:02.106Z Downloaded aes v0.8.4
5702026-05-20T15:26:02.111Z Downloaded darling_macro v0.21.3
5712026-05-20T15:26:02.111Z Downloaded ena v0.14.4
5722026-05-20T15:26:02.114Z Downloaded cobs v0.3.0
5732026-05-20T15:26:02.114Z Downloaded dyn-clone v1.0.20
5742026-05-20T15:26:02.115Z Downloaded async-bb8-diesel v0.2.1
5752026-05-20T15:26:02.115Z Downloaded darling v0.21.3
5762026-05-20T15:26:02.118Z Downloaded data-encoding v2.10.0
5772026-05-20T15:26:02.121Z Downloaded bitfield v0.19.4
5782026-05-20T15:26:02.121Z Downloaded array-init v0.0.4
5792026-05-20T15:26:02.124Z Downloaded darling v0.20.11
5802026-05-20T15:26:02.127Z Downloaded const_format_proc_macros v0.2.34
5812026-05-20T15:26:02.127Z Downloaded cassowary v0.3.0
5822026-05-20T15:26:02.130Z Downloaded atomicwrites v0.4.4
5832026-05-20T15:26:02.130Z Downloaded async-stream v0.3.6
5842026-05-20T15:26:02.130Z Downloaded bitflags v1.3.2
5852026-05-20T15:26:02.133Z Downloaded chacha20 v0.9.1
5862026-05-20T15:26:02.136Z Downloaded blake2 v0.10.6
5872026-05-20T15:26:02.136Z Downloaded atty v0.2.14
5882026-05-20T15:26:02.139Z Downloaded cfg_aliases v0.1.1
5892026-05-20T15:26:02.139Z Downloaded bcs v0.1.6
5902026-05-20T15:26:02.139Z Downloaded bb8 v0.8.6
5912026-05-20T15:26:02.143Z Downloaded darling_macro v0.23.0
5922026-05-20T15:26:02.143Z Downloaded dunce v1.0.5
5932026-05-20T15:26:02.144Z Downloaded crunchy v0.2.4
5942026-05-20T15:26:02.144Z Downloaded crc-catalog v2.4.0
5952026-05-20T15:26:02.146Z Downloaded compression-core v0.4.31
5962026-05-20T15:26:02.146Z Downloaded darling_macro v0.20.11
5972026-05-20T15:26:02.146Z Downloaded dof v0.4.0
5982026-05-20T15:26:02.147Z Downloaded daft v0.1.7
5992026-05-20T15:26:02.147Z Downloaded curve25519-dalek-derive v0.1.1
6002026-05-20T15:26:02.150Z Downloaded ascii-canvas v3.0.0
6012026-05-20T15:26:02.150Z Downloaded allocator-api2 v0.2.21
6022026-05-20T15:26:02.150Z Downloaded async-recursion v1.1.1
6032026-05-20T15:26:02.153Z Downloaded env_logger v0.11.9
6042026-05-20T15:26:02.156Z Downloaded dsl_auto_type v0.2.0
6052026-05-20T15:26:02.156Z Downloaded backon v1.6.0
6062026-05-20T15:26:02.159Z Downloaded downcast-rs v2.0.2
6072026-05-20T15:26:02.159Z Downloaded crucible-workspace-hack v0.1.0
6082026-05-20T15:26:02.160Z Downloaded crossbeam-deque v0.8.6
6092026-05-20T15:26:02.163Z Downloaded env_filter v1.0.0
6102026-05-20T15:26:02.163Z Downloaded dirs-next v2.0.0
6112026-05-20T15:26:02.163Z Downloaded bitfield-macros v0.19.4
6122026-05-20T15:26:02.163Z Downloaded async-stream-impl v0.3.6
6132026-05-20T15:26:02.166Z Downloaded crc v3.4.0
6142026-05-20T15:26:02.166Z Downloaded diesel_table_macro_syntax v0.3.0
6152026-05-20T15:26:02.166Z Downloaded des v0.8.1
6162026-05-20T15:26:02.169Z Downloaded fixedbitset v0.4.2
6172026-05-20T15:26:02.169Z Downloaded darling_core v0.23.0
6182026-05-20T15:26:02.172Z Downloaded dtrace-parser v0.3.0
6192026-05-20T15:26:02.172Z Downloaded cargo-platform v0.1.9
6202026-05-20T15:26:02.175Z Downloaded dirs-sys-next v0.1.2
6212026-05-20T15:26:02.175Z Downloaded ciborium-ll v0.2.2
6222026-05-20T15:26:02.175Z Downloaded compact_str v0.8.1
6232026-05-20T15:26:02.178Z Downloaded debug-ignore v1.0.5
6242026-05-20T15:26:02.178Z Downloaded darling_core v0.21.3
6252026-05-20T15:26:02.181Z Downloaded derive_builder_macro v0.20.2
6262026-05-20T15:26:02.184Z Downloaded bit-set v0.8.0
6272026-05-20T15:26:02.184Z Downloaded darling_core v0.20.11
6282026-05-20T15:26:02.187Z Downloaded float-ord v0.3.2
6292026-05-20T15:26:02.188Z Downloaded endian-type v0.1.2
6302026-05-20T15:26:02.190Z Downloaded fd-lock v4.0.4
6312026-05-20T15:26:02.190Z Downloaded embedded-io v0.4.0
6322026-05-20T15:26:02.190Z Downloaded convert_case v0.4.0
6332026-05-20T15:26:02.193Z Downloaded bcrypt-pbkdf v0.10.0
6342026-05-20T15:26:02.194Z Downloaded clang-sys v1.8.1
6352026-05-20T15:26:02.196Z Downloaded float-cmp v0.10.0
6362026-05-20T15:26:02.196Z Downloaded embedded-io v0.6.1
6372026-05-20T15:26:02.197Z Downloaded assert_matches v1.5.0
6382026-05-20T15:26:02.200Z Downloaded document-features v0.2.12
6392026-05-20T15:26:02.202Z Downloaded futures-macro v0.3.32
6402026-05-20T15:26:02.202Z Downloaded blowfish v0.9.1
6412026-05-20T15:26:02.203Z Downloaded flagset v0.4.7
6422026-05-20T15:26:02.206Z Downloaded arc-swap v1.8.2
6432026-05-20T15:26:02.206Z Downloaded display-error-chain v0.2.2
6442026-05-20T15:26:02.209Z Downloaded funty v2.0.0
6452026-05-20T15:26:02.209Z Downloaded foreign-types-shared v0.1.1
6462026-05-20T15:26:02.209Z Downloaded difflib v0.4.0
6472026-05-20T15:26:02.212Z Downloaded futures-sink v0.3.32
6482026-05-20T15:26:02.212Z Downloaded ghash v0.5.1
6492026-05-20T15:26:02.212Z Downloaded cstr-argument v0.1.2
6502026-05-20T15:26:02.212Z Downloaded futures-core v0.3.32
6512026-05-20T15:26:02.217Z Downloaded cfg_aliases v0.2.1
6522026-05-20T15:26:02.217Z Downloaded dropshot-api-manager-types v0.7.1
6532026-05-20T15:26:02.217Z Downloaded defmt-parser v1.0.0
6542026-05-20T15:26:02.217Z Downloaded defmt v0.3.100
6552026-05-20T15:26:02.220Z Downloaded crc8 v0.1.1
6562026-05-20T15:26:02.220Z Downloaded bit-set v0.5.3
6572026-05-20T15:26:02.220Z Downloaded ciborium-io v0.2.2
6582026-05-20T15:26:02.223Z Downloaded futures-io v0.3.32
6592026-05-20T15:26:02.227Z Downloaded castaway v0.2.4
6602026-05-20T15:26:02.227Z Downloaded block-padding v0.3.3
6612026-05-20T15:26:02.227Z Downloaded enum-as-inner v0.6.1
6622026-05-20T15:26:02.230Z Downloaded foldhash v0.1.5
6632026-05-20T15:26:02.230Z Downloaded gethostname v0.5.0
6642026-05-20T15:26:02.230Z Downloaded byte-wrapper v0.1.0
6652026-05-20T15:26:02.233Z Downloaded diesel-dtrace v0.5.0
6662026-05-20T15:26:02.236Z Downloaded critical-section v1.2.0
6672026-05-20T15:26:02.239Z Downloaded atomic-waker v1.1.2
6682026-05-20T15:26:02.239Z Downloaded hash32 v0.3.1
6692026-05-20T15:26:02.239Z Downloaded hash32 v0.2.1
6702026-05-20T15:26:02.242Z Downloaded hex v0.4.3
6712026-05-20T15:26:02.242Z Downloaded git-stub v1.0.0
6722026-05-20T15:26:02.242Z Downloaded hex-literal v0.4.1
6732026-05-20T15:26:02.245Z Downloaded base16ct v0.2.0
6742026-05-20T15:26:02.245Z Downloaded headers-core v0.3.0
6752026-05-20T15:26:02.245Z Downloaded foreign-types-shared v0.3.1
6762026-05-20T15:26:02.248Z Downloaded foreign-types-macros v0.2.3
6772026-05-20T15:26:02.248Z Downloaded hostname v0.4.2
6782026-05-20T15:26:02.248Z Downloaded home v0.5.12
6792026-05-20T15:26:02.249Z Downloaded daft-derive v0.1.7
6802026-05-20T15:26:02.252Z Downloaded fxhash v0.2.1
6812026-05-20T15:26:02.255Z Downloaded cexpr v0.6.0
6822026-05-20T15:26:02.255Z Downloaded futures-task v0.3.32
6832026-05-20T15:26:02.255Z Downloaded ed25519 v2.2.3
6842026-05-20T15:26:02.258Z Downloaded compression-codecs v0.4.37
6852026-05-20T15:26:02.258Z Downloaded either v1.15.0
6862026-05-20T15:26:02.260Z Downloaded bit-vec v0.8.0
6872026-05-20T15:26:02.261Z Downloaded derive_builder_core v0.20.2
6882026-05-20T15:26:02.264Z Downloaded der_derive v0.7.3
6892026-05-20T15:26:02.264Z Downloaded convert_case v0.10.0
6902026-05-20T15:26:02.264Z Downloaded globwalk v0.9.1
6912026-05-20T15:26:02.267Z Downloaded filetime v0.2.27
6922026-05-20T15:26:02.267Z Downloaded http-range v0.1.5
6932026-05-20T15:26:02.267Z Downloaded http-body v1.0.1
6942026-05-20T15:26:02.270Z Downloaded hubpack_derive v0.1.1
6952026-05-20T15:26:02.270Z Downloaded hubpack v0.1.2
6962026-05-20T15:26:02.270Z Downloaded hostname v0.3.1
6972026-05-20T15:26:02.270Z Downloaded foreign-types v0.3.2
6982026-05-20T15:26:02.273Z Downloaded find-msvc-tools v0.1.9
6992026-05-20T15:26:02.273Z Downloaded foreign-types v0.5.0
7002026-05-20T15:26:02.273Z Downloaded fixedbitset v0.5.7
7012026-05-20T15:26:02.277Z Downloaded colored v3.1.1
7022026-05-20T15:26:02.277Z Downloaded ciborium v0.2.2
7032026-05-20T15:26:02.280Z Downloaded cmake v0.1.57
7042026-05-20T15:26:02.280Z Downloaded crossbeam-channel v0.5.15
7052026-05-20T15:26:02.283Z Downloaded foldhash v0.2.0
7062026-05-20T15:26:02.283Z Downloaded drift v0.1.4
7072026-05-20T15:26:02.287Z Downloaded erased-serde v0.3.31
7082026-05-20T15:26:02.290Z Downloaded deranged v0.5.8
7092026-05-20T15:26:02.290Z Downloaded anstream v0.6.21
7102026-05-20T15:26:02.294Z Downloaded backoff v0.4.0
7112026-05-20T15:26:02.294Z Downloaded hyper-tls v0.6.0
7122026-05-20T15:26:02.297Z Downloaded console v0.15.11
7132026-05-20T15:26:02.297Z Downloaded cipher v0.4.4
7142026-05-20T15:26:02.299Z Downloaded illumos-nvpair-sys v0.2.0
7152026-05-20T15:26:02.300Z Downloaded ident_case v1.0.1
7162026-05-20T15:26:02.300Z Downloaded base64ct v1.8.3
7172026-05-20T15:26:02.302Z Downloaded httpdate v1.0.3
7182026-05-20T15:26:02.303Z Downloaded elliptic-curve v0.13.8
7192026-05-20T15:26:02.305Z Downloaded defmt-macros v1.0.1
7202026-05-20T15:26:02.308Z Downloaded constant_time_eq v0.4.2
7212026-05-20T15:26:02.309Z Downloaded ar_archive_writer v0.5.1
7222026-05-20T15:26:02.312Z Downloaded illumos-nvpair v0.3.0
7232026-05-20T15:26:02.312Z Downloaded cbc v0.1.2
7242026-05-20T15:26:02.312Z Downloaded indoc v1.0.9
7252026-05-20T15:26:02.315Z Downloaded is_ci v1.2.0
7262026-05-20T15:26:02.315Z Downloaded is-terminal v0.4.17
7272026-05-20T15:26:02.315Z Downloaded bit-vec v0.6.3
7282026-05-20T15:26:02.318Z Downloaded instability v0.3.11
7292026-05-20T15:26:02.318Z Downloaded inout v0.1.4
7302026-05-20T15:26:02.318Z Downloaded glob v0.3.3
7312026-05-20T15:26:02.321Z Downloaded internet-checksum v0.2.1
7322026-05-20T15:26:02.321Z Downloaded instant v0.1.13
7332026-05-20T15:26:02.321Z Downloaded bzip2 v0.4.4
7342026-05-20T15:26:02.324Z Downloaded futures-executor v0.3.32
7352026-05-20T15:26:02.324Z Downloaded ff v0.13.1
7362026-05-20T15:26:02.327Z Downloaded fallible-iterator v0.2.0
7372026-05-20T15:26:02.327Z Downloaded git-stub-vcs v0.1.0
7382026-05-20T15:26:02.327Z Downloaded group v0.13.0
7392026-05-20T15:26:02.330Z Downloaded globset v0.4.18
7402026-05-20T15:26:02.330Z Downloaded fs-err v2.11.0
7412026-05-20T15:26:02.330Z Downloaded cargo_metadata v0.19.2
7422026-05-20T15:26:02.334Z Downloaded derive-ex v0.1.8
7432026-05-20T15:26:02.334Z Downloaded crc32fast v1.5.0
7442026-05-20T15:26:02.338Z Downloaded kstat-rs v0.2.4
7452026-05-20T15:26:02.338Z Downloaded defmt v1.0.1
7462026-05-20T15:26:02.341Z Downloaded highway v1.3.0
7472026-05-20T15:26:02.341Z Downloaded async-trait v0.1.89
7482026-05-20T15:26:02.344Z Downloaded futures-channel v0.3.32
7492026-05-20T15:26:02.344Z Downloaded argon2 v0.5.3
7502026-05-20T15:26:02.344Z Downloaded ahash v0.8.12
7512026-05-20T15:26:02.347Z Downloaded lazy_static v1.5.0
7522026-05-20T15:26:02.347Z Downloaded cookie_store v0.22.1
7532026-05-20T15:26:02.350Z Downloaded keccak v0.1.6
7542026-05-20T15:26:02.350Z Downloaded darling v0.23.0
7552026-05-20T15:26:02.353Z Downloaded humantime v2.3.0
7562026-05-20T15:26:02.356Z Downloaded http-body-util v0.1.3
7572026-05-20T15:26:02.356Z Downloaded ecdsa v0.16.9
7582026-05-20T15:26:02.359Z Downloaded chacha20 v0.10.0
7592026-05-20T15:26:02.359Z Downloaded camino-tempfile-ext v0.3.3
7602026-05-20T15:26:02.361Z Downloaded hyper-staticfile v0.10.1
7612026-05-20T15:26:02.362Z Downloaded lzss v0.8.2
7622026-05-20T15:26:02.364Z Downloaded lru-cache v0.1.2
7632026-05-20T15:26:02.365Z Downloaded lru v0.12.5
7642026-05-20T15:26:02.365Z Downloaded maybe-uninit v2.0.0
7652026-05-20T15:26:02.365Z Downloaded indoc v2.0.7
7662026-05-20T15:26:02.367Z Downloaded lru-slab v0.1.2
7672026-05-20T15:26:02.367Z Downloaded mime v0.3.17
7682026-05-20T15:26:02.371Z Downloaded md5 v0.7.0
7692026-05-20T15:26:02.371Z Downloaded match_cfg v0.1.0
7702026-05-20T15:26:02.371Z Downloaded managed v0.8.0
7712026-05-20T15:26:02.371Z Downloaded maplit v1.0.2
7722026-05-20T15:26:02.374Z Downloaded new_debug_unreachable v1.0.6
7732026-05-20T15:26:02.374Z Downloaded linked-hash-map v0.5.6
7742026-05-20T15:26:02.374Z Downloaded fatfs v0.3.6
7752026-05-20T15:26:02.377Z Downloaded md-5 v0.10.6
7762026-05-20T15:26:02.377Z Downloaded const-oid v0.9.6
7772026-05-20T15:26:02.380Z Downloaded libscf-sys v1.1.0
7782026-05-20T15:26:02.380Z Downloaded fs_extra v1.3.0
7792026-05-20T15:26:02.380Z Downloaded corncobs v0.1.4
7802026-05-20T15:26:02.383Z Downloaded indent_write v2.2.0
7812026-05-20T15:26:02.383Z Downloaded half v1.8.3
7822026-05-20T15:26:02.386Z Downloaded ipnetwork v0.21.1
7832026-05-20T15:26:02.386Z Downloaded ipnet v2.11.0
7842026-05-20T15:26:02.386Z Downloaded memoffset v0.9.1
7852026-05-20T15:26:02.389Z Downloaded impl-trait-for-tuples v0.2.3
7862026-05-20T15:26:02.389Z Downloaded colored v2.2.0
7872026-05-20T15:26:02.392Z Downloaded nonempty v0.12.0
7882026-05-20T15:26:02.392Z Downloaded crc-any v2.5.0
7892026-05-20T15:26:02.395Z Downloaded normalize-line-endings v0.3.0
7902026-05-20T15:26:02.395Z Downloaded ingot-types v0.1.2
7912026-05-20T15:26:02.395Z Downloaded derive_more v0.99.20
7922026-05-20T15:26:02.398Z Downloaded crossbeam-utils v0.8.21
7932026-05-20T15:26:02.401Z Downloaded derive_builder v0.20.2
7942026-05-20T15:26:02.404Z Downloaded nodrop v0.1.14
7952026-05-20T15:26:02.404Z Downloaded newtype_derive v0.1.6
7962026-05-20T15:26:02.407Z Downloaded nibble_vec v0.1.0
7972026-05-20T15:26:02.407Z Downloaded num v0.4.3
7982026-05-20T15:26:02.407Z Downloaded num-conv v0.2.0
7992026-05-20T15:26:02.407Z Downloaded newline-converter v0.3.0
8002026-05-20T15:26:02.410Z Downloaded libefi-sys v0.1.0
8012026-05-20T15:26:02.410Z Downloaded flume v0.11.1
8022026-05-20T15:26:02.413Z Downloaded lalrpop-util v0.19.12
8032026-05-20T15:26:02.413Z Downloaded derive-where v1.6.0
8042026-05-20T15:26:02.416Z Downloaded chacha20poly1305 v0.10.1
8052026-05-20T15:26:02.416Z Downloaded httparse v1.10.1
8062026-05-20T15:26:02.419Z Downloaded num_threads v0.1.7
8072026-05-20T15:26:02.419Z Downloaded libsw v3.5.0
8082026-05-20T15:26:02.420Z Downloaded iana-time-zone v0.1.65
8092026-05-20T15:26:02.422Z Downloaded olpc-cjson v0.1.4
8102026-05-20T15:26:02.422Z Downloaded num-iter v0.1.45
8112026-05-20T15:26:02.425Z Downloaded openssl-macros v0.1.1
8122026-05-20T15:26:02.425Z Downloaded jobserver v0.1.34
8132026-05-20T15:26:02.425Z Downloaded lock_api v0.4.14
8142026-05-20T15:26:02.428Z Downloaded num_enum_derive v0.5.11
8152026-05-20T15:26:02.428Z Downloaded num-derive v0.3.3
8162026-05-20T15:26:02.428Z Downloaded num-derive v0.4.2
8172026-05-20T15:26:02.431Z Downloaded opaque-debug v0.3.1
8182026-05-20T15:26:02.431Z Downloaded multimap v0.10.1
8192026-05-20T15:26:02.431Z Downloaded linear-map v1.2.0
8202026-05-20T15:26:02.448Z Downloaded packed_struct_codegen v0.10.1
8212026-05-20T15:26:02.451Z Downloaded oso-derive v0.27.3
8222026-05-20T15:26:02.451Z Downloaded openssl-probe v0.2.1
8232026-05-20T15:26:02.451Z Downloaded openssl-probe v0.1.6
8242026-05-20T15:26:02.454Z Downloaded multer v3.1.0
8252026-05-20T15:26:02.454Z Downloaded ingot-macros v0.1.1
8262026-05-20T15:26:02.454Z Downloaded hmac v0.12.1
8272026-05-20T15:26:02.457Z Downloaded parse-size v1.1.0
8282026-05-20T15:26:02.457Z Downloaded parse-display v0.10.0
8292026-05-20T15:26:02.457Z Downloaded mime_guess v2.0.5
8302026-05-20T15:26:02.460Z Downloaded half v2.7.1
8312026-05-20T15:26:02.460Z Downloaded getrandom v0.3.4
8322026-05-20T15:26:02.463Z Downloaded newtype-uuid v1.3.2
8332026-05-20T15:26:02.466Z Downloaded native-tls v0.2.18
8342026-05-20T15:26:02.466Z Downloaded nanorand v0.7.0
8352026-05-20T15:26:02.466Z Downloaded ingot v0.1.1
8362026-05-20T15:26:02.469Z Downloaded hyper-rustls v0.27.7
8372026-05-20T15:26:02.469Z Downloaded libsw-core v0.3.2
8382026-05-20T15:26:02.472Z Downloaded futures v0.3.32
8392026-05-20T15:26:02.475Z Downloaded dropshot_endpoint v0.17.0
8402026-05-20T15:26:02.478Z Downloaded phf_shared v0.13.1
8412026-05-20T15:26:02.478Z Downloaded phf_shared v0.12.1
8422026-05-20T15:26:02.478Z Downloaded pbkdf2 v0.11.0
8432026-05-20T15:26:02.481Z Downloaded num-complex v0.4.6
8442026-05-20T15:26:02.481Z Downloaded diff v0.1.13
8452026-05-20T15:26:02.483Z Downloaded num-rational v0.4.2
8462026-05-20T15:26:02.483Z Downloaded litrs v1.0.0
8472026-05-20T15:26:02.487Z Downloaded nu-ansi-term v0.50.3
8482026-05-20T15:26:02.487Z Downloaded libloading v0.8.9
8492026-05-20T15:26:02.490Z Downloaded bytes v1.11.1
8502026-05-20T15:26:02.493Z Downloaded num_enum_derive v0.7.6
8512026-05-20T15:26:02.493Z Downloaded num_enum v0.7.6
8522026-05-20T15:26:02.496Z Downloaded peg-runtime v0.8.5
8532026-05-20T15:26:02.496Z Downloaded num_enum v0.5.11
8542026-05-20T15:26:02.499Z Downloaded pbkdf2 v0.12.2
8552026-05-20T15:26:02.502Z Downloaded base64 v0.22.1
8562026-05-20T15:26:02.505Z Downloaded predicates-core v1.0.10
8572026-05-20T15:26:02.505Z Downloaded headers v0.4.1
8582026-05-20T15:26:02.508Z Downloaded precomputed-hash v0.1.1
8592026-05-20T15:26:02.508Z Downloaded oxnet v0.1.5
8602026-05-20T15:26:02.512Z Downloaded heapless v0.8.0
8612026-05-20T15:26:02.512Z Downloaded parking_lot_core v0.8.6
8622026-05-20T15:26:02.515Z Downloaded bumpalo v3.20.2
8632026-05-20T15:26:02.515Z Downloaded heapless v0.7.17
8642026-05-20T15:26:02.518Z Downloaded const_format v0.2.35
8652026-05-20T15:26:02.522Z Downloaded proc-macro-error-attr2 v2.0.0
8662026-05-20T15:26:02.522Z Downloaded libbz2-rs-sys v0.2.2
8672026-05-20T15:26:02.526Z Downloaded progenitor-client v0.10.0
8682026-05-20T15:26:02.526Z Downloaded base64 v0.21.7
8692026-05-20T15:26:02.529Z Downloaded der v0.7.10
8702026-05-20T15:26:02.529Z Downloaded crypto-bigint v0.5.5
8712026-05-20T15:26:02.533Z Downloaded progenitor-macro v0.13.0
8722026-05-20T15:26:02.536Z Downloaded peg-macros v0.8.5
8732026-05-20T15:26:02.536Z Downloaded progenitor-macro v0.10.0
8742026-05-20T15:26:02.539Z Downloaded path-slash v0.1.5
8752026-05-20T15:26:02.539Z Downloaded cc v1.2.56
8762026-05-20T15:26:02.539Z Downloaded phf v0.13.1
8772026-05-20T15:26:02.543Z Downloaded pin-project-lite v0.2.17
8782026-05-20T15:26:02.546Z Downloaded expectorate v1.2.0
8792026-05-20T15:26:02.546Z Downloaded progenitor-client v0.14.0
8802026-05-20T15:26:02.549Z Downloaded powerfmt v0.2.0
8812026-05-20T15:26:02.549Z Downloaded pem v3.0.6
8822026-05-20T15:26:02.549Z Downloaded pin-project-internal v1.1.11
8832026-05-20T15:26:02.552Z Downloaded phf_shared v0.11.3
8842026-05-20T15:26:02.552Z Downloaded paste v1.0.15
8852026-05-20T15:26:02.552Z Downloaded progenitor-client v0.11.2
8862026-05-20T15:26:02.555Z Downloaded ed25519-dalek v2.2.0
8872026-05-20T15:26:02.555Z Downloaded proc-macro-crate v3.4.0
8882026-05-20T15:26:02.558Z Downloaded password-hash v0.5.0
8892026-05-20T15:26:02.558Z Downloaded predicates-tree v1.0.13
8902026-05-20T15:26:02.558Z Downloaded pin-utils v0.1.0
8912026-05-20T15:26:02.561Z Downloaded password-hash v0.4.2
8922026-05-20T15:26:02.561Z Downloaded owo-colors v4.3.0
8932026-05-20T15:26:02.564Z Downloaded memmap2 v0.9.10
8942026-05-20T15:26:02.564Z Downloaded getrandom v0.2.17
8952026-05-20T15:26:02.567Z Downloaded pkg-config v0.3.32
8962026-05-20T15:26:02.567Z Downloaded postgres-protocol v0.6.10
8972026-05-20T15:26:02.568Z Downloaded poly1305 v0.8.0
8982026-05-20T15:26:02.570Z Downloaded packed_struct v0.10.1
8992026-05-20T15:26:02.570Z Downloaded dropshot_endpoint v0.16.7
9002026-05-20T15:26:02.573Z Downloaded rand_chacha v0.3.1
9012026-05-20T15:26:02.573Z Downloaded crossterm v0.28.1
9022026-05-20T15:26:02.577Z Downloaded predicates v3.1.4
9032026-05-20T15:26:02.580Z Downloaded pkcs8 v0.10.2
9042026-05-20T15:26:02.583Z Downloaded indicatif v0.18.4
9052026-05-20T15:26:02.586Z Downloaded parking_lot_core v0.9.12
9062026-05-20T15:26:02.586Z Downloaded recursive-proc-macro-impl v0.1.1
9072026-05-20T15:26:02.586Z Downloaded recursive v0.1.1
9082026-05-20T15:26:02.590Z Downloaded progenitor v0.10.0
9092026-05-20T15:26:02.590Z Downloaded proc-macro-error2 v2.0.1
9102026-05-20T15:26:02.634Z Downloaded parking_lot v0.11.2
9112026-05-20T15:26:02.634Z Downloaded flate2 v1.1.9
9122026-05-20T15:26:02.638Z Downloaded progenitor-client v0.13.0
9132026-05-20T15:26:02.638Z Downloaded hickory-resolver v0.25.2
9142026-05-20T15:26:02.638Z Downloaded dropshot-api-manager v0.7.1
9152026-05-20T15:26:02.638Z Downloaded progenitor-macro v0.11.2
9162026-05-20T15:26:02.638Z Downloaded pem-rfc7468 v0.7.0
9172026-05-20T15:26:02.638Z Downloaded progenitor-macro v0.14.0
9182026-05-20T15:26:02.638Z Downloaded proc-macro-crate v1.3.1
9192026-05-20T15:26:02.638Z Downloaded diesel_derives v2.3.7
9202026-05-20T15:26:02.638Z Downloaded psm v0.1.30
9212026-05-20T15:26:02.638Z Downloaded radium v0.7.0
9222026-05-20T15:26:02.638Z Downloaded phf v0.12.1
9232026-05-20T15:26:02.638Z Downloaded quick-error v1.2.3
9242026-05-20T15:26:02.638Z Downloaded psl-types v2.0.11
9252026-05-20T15:26:02.638Z Downloaded primeorder v0.13.6
9262026-05-20T15:26:02.638Z Downloaded rustc-hash v2.1.1
9272026-05-20T15:26:02.638Z Downloaded indexmap v1.9.3
9282026-05-20T15:26:02.638Z Downloaded ignore v0.4.25
9292026-05-20T15:26:02.638Z Downloaded rand_chacha v0.9.0
9302026-05-20T15:26:02.639Z Downloaded hickory-resolver v0.24.4
9312026-05-20T15:26:02.639Z Downloaded pkcs5 v0.7.1
9322026-05-20T15:26:02.639Z Downloaded progenitor v0.14.0
9332026-05-20T15:26:02.639Z Downloaded r2d2 v0.8.10
9342026-05-20T15:26:02.639Z Downloaded progenitor-extras v0.2.0
9352026-05-20T15:26:02.639Z Downloaded rustc_version v0.4.1
9362026-05-20T15:26:02.639Z Downloaded rustc_version v0.1.7
9372026-05-20T15:26:02.639Z Downloaded rand_seeder v0.4.0
9382026-05-20T15:26:02.639Z Downloaded ref-cast v1.0.25
9392026-05-20T15:26:02.639Z Downloaded rand_xorshift v0.4.0
9402026-05-20T15:26:02.642Z Downloaded rand_core v0.10.0
9412026-05-20T15:26:02.642Z Downloaded peg v0.8.5
9422026-05-20T15:26:02.645Z Downloaded papergrid v0.17.0
9432026-05-20T15:26:02.648Z Downloaded p256 v0.13.2
9442026-05-20T15:26:02.650Z Downloaded russh-cryptovec v0.7.3
9452026-05-20T15:26:02.650Z Downloaded rfc6979 v0.4.0
9462026-05-20T15:26:02.650Z Downloaded progenitor v0.11.2
9472026-05-20T15:26:02.653Z Downloaded polyval v0.6.2
9482026-05-20T15:26:02.653Z Downloaded derive_more-impl v2.1.1
9492026-05-20T15:26:02.656Z Downloaded miniz_oxide v0.8.9
9502026-05-20T15:26:02.659Z Downloaded scheduled-thread-pool v0.2.7
9512026-05-20T15:26:02.659Z Downloaded scroll_derive v0.13.1
9522026-05-20T15:26:02.662Z Downloaded sapling-renderdag v0.1.0
9532026-05-20T15:26:02.662Z Downloaded progenitor v0.13.0
9542026-05-20T15:26:02.662Z Downloaded salsa20 v0.10.2
9552026-05-20T15:26:02.665Z Downloaded parse-display-derive v0.10.0
9562026-05-20T15:26:02.665Z Downloaded jiff-static v0.2.21
9572026-05-20T15:26:02.668Z Downloaded num-integer v0.1.46
9582026-05-20T15:26:02.668Z Downloaded same-file v1.0.6
9592026-05-20T15:26:02.668Z Downloaded postgres-types v0.2.12
9602026-05-20T15:26:02.671Z Downloaded openssl-sys v0.9.115
9612026-05-20T15:26:02.674Z Downloaded scrypt v0.11.0
9622026-05-20T15:26:02.677Z Downloaded resolv-conf v0.7.6
9632026-05-20T15:26:02.677Z Downloaded ref-cast-impl v1.0.25
9642026-05-20T15:26:02.677Z Downloaded scopeguard v1.2.0
9652026-05-20T15:26:02.680Z Downloaded oso v0.27.3
9662026-05-20T15:26:02.680Z Downloaded serde_plain v1.0.2
9672026-05-20T15:26:02.683Z Downloaded seq-macro v0.3.6
9682026-05-20T15:26:02.683Z Downloaded secrecy v0.8.0
9692026-05-20T15:26:02.683Z Downloaded semver v0.1.20
9702026-05-20T15:26:02.686Z Downloaded secrecy v0.10.3
9712026-05-20T15:26:02.686Z Downloaded pkcs1 v0.7.5
9722026-05-20T15:26:02.689Z Downloaded omicron-zone-package v0.12.2
9732026-05-20T15:26:02.689Z Downloaded async-compression v0.4.41
9742026-05-20T15:26:02.692Z Downloaded rand_core v0.6.4
9752026-05-20T15:26:02.695Z Downloaded serde_bytes v0.11.19
9762026-05-20T15:26:02.695Z Downloaded postcard v1.1.3
9772026-05-20T15:26:02.698Z Downloaded ppv-lite86 v0.2.21
9782026-05-20T15:26:02.698Z Downloaded serde_urlencoded v0.7.1
9792026-05-20T15:26:02.701Z Downloaded serde_spanned v1.0.4
9802026-05-20T15:26:02.701Z Downloaded quinn-udp v0.5.14
9812026-05-20T15:26:02.702Z Downloaded rustls-native-certs v0.8.3
9822026-05-20T15:26:02.705Z Downloaded rustls-pemfile v1.0.4
9832026-05-20T15:26:02.705Z Downloaded prefix-trie v0.7.0
9842026-05-20T15:26:02.708Z Downloaded rtoolbox v0.0.3
9852026-05-20T15:26:02.708Z Downloaded parking_lot v0.12.5
9862026-05-20T15:26:02.711Z Downloaded hashbrown v0.12.3
9872026-05-20T15:26:02.714Z Downloaded sha1 v0.10.6
9882026-05-20T15:26:02.714Z Downloaded oxide-tokio-rt v0.1.4
9892026-05-20T15:26:02.717Z Downloaded derive_more v2.1.1
9902026-05-20T15:26:02.722Z Downloaded rusty-fork v0.3.1
9912026-05-20T15:26:02.726Z Downloaded rustversion v1.0.22
9922026-05-20T15:26:02.726Z Downloaded signal-hook-tokio v0.3.1
9932026-05-20T15:26:02.726Z Downloaded signal-hook-mio v0.2.5
9942026-05-20T15:26:02.728Z Downloaded signature v2.2.0
9952026-05-20T15:26:02.729Z Downloaded shell-words v1.1.1
9962026-05-20T15:26:02.729Z Downloaded progenitor-impl v0.13.0
9972026-05-20T15:26:02.731Z Downloaded hickory-server v0.25.2
9982026-05-20T15:26:02.735Z Downloaded rustls-pemfile v2.2.0
9992026-05-20T15:26:02.735Z Downloaded serde-big-array v0.5.1
10002026-05-20T15:26:02.738Z Downloaded http v1.4.0
10012026-05-20T15:26:02.740Z Downloaded sigpipe v0.1.3
10022026-05-20T15:26:02.740Z Downloaded scroll v0.13.0
10032026-05-20T15:26:02.740Z Downloaded newtype-uuid-macros v0.1.0
10042026-05-20T15:26:02.741Z Downloaded bzip2 v0.6.1
10052026-05-20T15:26:02.744Z Downloaded slog-envlogger v2.2.0
10062026-05-20T15:26:02.744Z Downloaded pin-project v1.1.11
10072026-05-20T15:26:02.750Z Downloaded serde-hex v0.1.0
10082026-05-20T15:26:02.753Z Downloaded hyper-util v0.1.20
10092026-05-20T15:26:02.756Z Downloaded siphasher v1.0.2
10102026-05-20T15:26:02.756Z Downloaded cpufeatures v0.3.0
10112026-05-20T15:26:02.761Z Downloaded slog-bunyan v2.5.0
10122026-05-20T15:26:02.761Z Downloaded serde_repr v0.1.20
10132026-05-20T15:26:02.761Z Downloaded serde_path_to_error v0.1.20
10142026-05-20T15:26:02.765Z Downloaded minimal-lexical v0.2.1
10152026-05-20T15:26:02.765Z Downloaded sct v0.7.1
10162026-05-20T15:26:02.769Z Downloaded pretty_assertions v1.4.1
10172026-05-20T15:26:02.769Z Downloaded buf-list v1.1.2
10182026-05-20T15:26:02.769Z Downloaded anstyle-parse v0.2.7
10192026-05-20T15:26:02.772Z Downloaded hashbrown v0.13.2
10202026-05-20T15:26:02.776Z Downloaded csv-core v0.1.13
10212026-05-20T15:26:02.776Z Downloaded crossbeam-epoch v0.9.18
10222026-05-20T15:26:02.781Z Downloaded progenitor-impl v0.11.2
10232026-05-20T15:26:02.781Z Downloaded progenitor-impl v0.14.0
10242026-05-20T15:26:02.781Z Downloaded cookie v0.18.1
10252026-05-20T15:26:02.784Z Downloaded console v0.16.2
10262026-05-20T15:26:02.784Z Downloaded sec1 v0.7.3
10272026-05-20T15:26:02.788Z Downloaded strip-ansi-escapes v0.2.1
10282026-05-20T15:26:02.788Z Downloaded cancel-safe-futures v0.1.5
10292026-05-20T15:26:02.791Z Downloaded strum v0.27.2
10302026-05-20T15:26:02.791Z Downloaded ssh-cipher v0.2.0
10312026-05-20T15:26:02.791Z Downloaded strum v0.26.3
10322026-05-20T15:26:02.791Z Downloaded sqlparser_derive v0.5.0
10332026-05-20T15:26:02.794Z Downloaded schemars_derive v0.8.22
10342026-05-20T15:26:02.794Z Downloaded ssh-encoding v0.2.0
10352026-05-20T15:26:02.794Z Downloaded structmeta-derive v0.3.0
10362026-05-20T15:26:02.797Z Downloaded crossterm v0.29.0
10372026-05-20T15:26:02.800Z Downloaded ron v0.8.1
10382026-05-20T15:26:02.803Z Downloaded slog-async v2.8.0
10392026-05-20T15:26:02.806Z Downloaded slab v0.4.12
10402026-05-20T15:26:02.806Z Downloaded simd-adler32 v0.3.8
10412026-05-20T15:26:02.809Z Downloaded serde_cbor v0.11.2
10422026-05-20T15:26:02.812Z Downloaded structmeta v0.3.0
10432026-05-20T15:26:02.812Z Downloaded slog-scope v4.4.1
10442026-05-20T15:26:02.812Z Downloaded rustls-pki-types v1.14.0
10452026-05-20T15:26:02.815Z Downloaded slog-json v2.6.1
10462026-05-20T15:26:02.815Z Downloaded serde_derive_internals v0.29.1
10472026-05-20T15:26:02.816Z Downloaded russh-keys v0.45.0
10482026-05-20T15:26:02.819Z Downloaded signal-hook-registry v1.4.8
10492026-05-20T15:26:02.819Z Downloaded aes-gcm v0.10.3
10502026-05-20T15:26:02.822Z Downloaded tabled_derive v0.11.0
10512026-05-20T15:26:02.822Z Downloaded sync_wrapper v1.0.2
10522026-05-20T15:26:02.825Z Downloaded supports-color v3.0.2
10532026-05-20T15:26:02.825Z Downloaded mio v1.2.0
10542026-05-20T15:26:02.828Z Downloaded tap v1.0.1
10552026-05-20T15:26:02.831Z Downloaded sync-ptr v0.1.4
10562026-05-20T15:26:02.831Z Downloaded rayon-core v1.13.0
10572026-05-20T15:26:02.834Z Downloaded progenitor-impl v0.10.0
10582026-05-20T15:26:02.834Z Downloaded take_mut v0.2.2
10592026-05-20T15:26:02.834Z Downloaded tagptr v0.2.0
10602026-05-20T15:26:02.837Z Downloaded tabwriter v1.4.1
10612026-05-20T15:26:02.837Z Downloaded slog-dtrace v0.3.0
10622026-05-20T15:26:02.841Z Downloaded snafu-derive v0.8.9
10632026-05-20T15:26:02.841Z Downloaded slog-term v2.9.2
10642026-05-20T15:26:02.844Z Downloaded sqlformat v0.3.5
10652026-05-20T15:26:02.844Z Downloaded rand_core v0.9.5
10662026-05-20T15:26:02.844Z Downloaded smallvec v0.6.14
10672026-05-20T15:26:02.844Z Downloaded slog-stdlog v4.1.1
10682026-05-20T15:26:02.847Z Downloaded stringprep v0.1.5
10692026-05-20T15:26:02.847Z Downloaded testing_table v0.3.0
10702026-05-20T15:26:02.847Z Downloaded termtree v0.5.1
10712026-05-20T15:26:02.852Z Downloaded time-core v0.1.8
10722026-05-20T15:26:02.852Z Downloaded thiserror-impl-no-std v2.0.2
10732026-05-20T15:26:02.855Z Downloaded hashbrown v0.15.5
10742026-05-20T15:26:02.858Z Downloaded prettyplease v0.2.37
10752026-05-20T15:26:02.860Z Downloaded rand v0.8.6
10762026-05-20T15:26:02.864Z Downloaded subtle v2.6.1
10772026-05-20T15:26:02.864Z Downloaded strum_macros v0.26.4
10782026-05-20T15:26:02.867Z Downloaded strum_macros v0.24.3
10792026-05-20T15:26:02.870Z Downloaded spki v0.7.3
10802026-05-20T15:26:02.870Z Downloaded smf v0.2.3
10812026-05-20T15:26:02.874Z Downloaded tinyvec_macros v0.1.1
10822026-05-20T15:26:02.874Z Downloaded itertools v0.10.5
10832026-05-20T15:26:02.877Z Downloaded string_cache v0.8.9
10842026-05-20T15:26:02.880Z Downloaded thread-id v5.1.0
10852026-05-20T15:26:02.880Z Downloaded support-bundle-viewer v0.1.2
10862026-05-20T15:26:02.883Z Downloaded static_assertions v1.1.0
10872026-05-20T15:26:02.883Z Downloaded stacker v0.1.23
10882026-05-20T15:26:02.883Z Downloaded num-bigint v0.4.6
10892026-05-20T15:26:02.886Z Downloaded nom v7.1.3
10902026-05-20T15:26:02.888Z Downloaded serde_with_macros v3.17.0
10912026-05-20T15:26:02.891Z Downloaded shlex v1.3.0
10922026-05-20T15:26:02.891Z Downloaded serde_yaml v0.9.34+deprecated
10932026-05-20T15:26:02.894Z Downloaded strum_macros v0.27.2
10942026-05-20T15:26:02.897Z Downloaded hashbrown v0.16.1
10952026-05-20T15:26:02.900Z Downloaded ryu v1.0.23
10962026-05-20T15:26:02.902Z Downloaded schemars v0.8.22
10972026-05-20T15:26:02.908Z Downloaded termios v0.3.3
10982026-05-20T15:26:02.911Z Downloaded qorb v0.4.1
10992026-05-20T15:26:02.915Z Downloaded itertools v0.13.0
11002026-05-20T15:26:02.920Z Downloaded spin v0.9.8
11012026-05-20T15:26:02.922Z Downloaded rand v0.10.1
11022026-05-20T15:26:02.926Z Downloaded tower-service v0.3.3
11032026-05-20T15:26:02.926Z Downloaded tower-layer v0.3.3
11042026-05-20T15:26:02.926Z Downloaded rcgen v0.12.1
11052026-05-20T15:26:02.929Z Downloaded topological-sort v0.2.2
11062026-05-20T15:26:02.929Z Downloaded similar v2.7.0
11072026-05-20T15:26:02.933Z Downloaded try-lock v0.2.5
11082026-05-20T15:26:02.936Z Downloaded thiserror-no-std v2.0.2
11092026-05-20T15:26:02.936Z Downloaded tiny-keccak v2.0.2
11102026-05-20T15:26:02.939Z Downloaded libxml v0.3.3
11112026-05-20T15:26:02.942Z Downloaded publicsuffix v2.3.0
11122026-05-20T15:26:02.945Z Downloaded time-macros v0.2.27
11132026-05-20T15:26:02.947Z Downloaded tls_codec_derive v0.4.2
11142026-05-20T15:26:02.947Z Downloaded tls_codec v0.4.2
11152026-05-20T15:26:02.950Z Downloaded trait-variant v0.1.2
11162026-05-20T15:26:02.950Z Downloaded itertools v0.12.1
11172026-05-20T15:26:02.953Z Downloaded tokio-dtrace v0.1.1
11182026-05-20T15:26:02.956Z Downloaded thread_local v1.1.9
11192026-05-20T15:26:02.958Z Downloaded tokio-native-tls v0.3.1
11202026-05-20T15:26:02.958Z Downloaded unarray v0.1.4
11212026-05-20T15:26:02.961Z Downloaded typify-macro v0.4.3
11222026-05-20T15:26:02.961Z Downloaded typify-macro v0.6.2
11232026-05-20T15:26:02.961Z Downloaded tokio-macros v2.7.0
11242026-05-20T15:26:02.964Z Downloaded schemars v0.9.0
11252026-05-20T15:26:02.971Z Downloaded unit-prefix v0.5.2
11262026-05-20T15:26:02.974Z Downloaded unicode-truncate v1.1.0
11272026-05-20T15:26:02.974Z Downloaded untrusted v0.9.0
11282026-05-20T15:26:02.977Z Downloaded term v1.2.1
11292026-05-20T15:26:02.977Z Downloaded tokio-tungstenite v0.23.1
11302026-05-20T15:26:02.980Z Downloaded nom v8.0.0
11312026-05-20T15:26:02.983Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11322026-05-20T15:26:02.983Z Downloaded universal-hash v0.5.1
11332026-05-20T15:26:02.983Z Downloaded tokio-rustls v0.25.0
11342026-05-20T15:26:02.986Z Downloaded utf-8 v0.7.6
11352026-05-20T15:26:02.986Z Downloaded usdt v0.6.0
11362026-05-20T15:26:02.986Z Downloaded tokio-tungstenite v0.21.0
11372026-05-20T15:26:02.990Z Downloaded slog v2.8.2
11382026-05-20T15:26:02.993Z Downloaded rand v0.9.2
11392026-05-20T15:26:02.993Z Downloaded quinn v0.11.9
11402026-05-20T15:26:02.996Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11412026-05-20T15:26:02.996Z Downloaded rsa v0.9.10
11422026-05-20T15:26:02.999Z Downloaded num-bigint-dig v0.8.6
11432026-05-20T15:26:03.001Z Downloaded rustls-platform-verifier v0.6.2
11442026-05-20T15:26:03.004Z Downloaded usdt-macro v0.6.0
11452026-05-20T15:26:03.004Z Downloaded iddqd v0.4.1
11462026-05-20T15:26:03.008Z Downloaded usdt-attr-macro v0.6.0
11472026-05-20T15:26:03.011Z Downloaded untrusted v0.7.1
11482026-05-20T15:26:03.011Z Downloaded signal-hook v0.3.18
11492026-05-20T15:26:03.014Z Downloaded want v0.3.1
11502026-05-20T15:26:03.014Z Downloaded wait-timeout v0.2.1
11512026-05-20T15:26:03.014Z Downloaded void v1.0.2
11522026-05-20T15:26:03.017Z Downloaded tui-tree-widget v0.23.1
11532026-05-20T15:26:03.017Z Downloaded waitgroup v0.1.2
11542026-05-20T15:26:03.017Z Downloaded toml_writer v1.0.6+spec-1.1.0
11552026-05-20T15:26:03.020Z Downloaded h2 v0.4.13
11562026-05-20T15:26:03.024Z Downloaded iri-string v0.7.10
11572026-05-20T15:26:03.029Z Downloaded tokio-rustls v0.24.1
11582026-05-20T15:26:03.033Z Downloaded hkdf v0.12.4
11592026-05-20T15:26:03.036Z Downloaded socket2 v0.5.10
11602026-05-20T15:26:03.039Z Downloaded tokio-rustls v0.26.4
11612026-05-20T15:26:03.039Z Downloaded term v0.7.0
11622026-05-20T15:26:03.042Z Downloaded tokio-stream v0.1.18
11632026-05-20T15:26:03.049Z Downloaded usdt-impl v0.6.0
11642026-05-20T15:26:03.053Z Downloaded xattr v1.6.1
11652026-05-20T15:26:03.056Z Downloaded xshell-macros v0.2.7
11662026-05-20T15:26:03.056Z Downloaded toml_parser v1.0.9+spec-1.1.0
11672026-05-20T15:26:03.060Z Downloaded hyper v1.8.1
11682026-05-20T15:26:03.064Z Downloaded zone v0.3.1
11692026-05-20T15:26:03.067Z Downloaded tinyvec v1.10.0
11702026-05-20T15:26:03.067Z Downloaded zeroize_derive v1.4.3
11712026-05-20T15:26:03.070Z Downloaded libm v0.2.16
11722026-05-20T15:26:03.073Z Downloaded vergen-lib v0.1.6
11732026-05-20T15:26:03.076Z Downloaded subprocess v0.2.15
11742026-05-20T15:26:03.076Z Downloaded rustls-webpki v0.103.9
11752026-05-20T15:26:03.079Z Downloaded vsss-rs v3.3.4
11762026-05-20T15:26:03.082Z Downloaded aho-corasick v1.1.4
11772026-05-20T15:26:03.085Z Downloaded zone_cfg_derive v0.3.1
11782026-05-20T15:26:03.085Z Downloaded vergen-gitcl v1.0.8
11792026-05-20T15:26:03.088Z Downloaded walkdir v2.5.0
11802026-05-20T15:26:03.088Z Downloaded whoami v1.6.1
11812026-05-20T15:26:03.088Z Downloaded unicase v2.9.0
11822026-05-20T15:26:03.091Z Downloaded twox-hash v2.1.2
11832026-05-20T15:26:03.091Z Downloaded vergen-git2 v1.0.7
11842026-05-20T15:26:03.094Z Downloaded uzers v0.12.2
11852026-05-20T15:26:03.094Z Downloaded bitvec v1.0.1
11862026-05-20T15:26:03.101Z Downloaded toml v1.0.6+spec-1.1.0
11872026-05-20T15:26:03.105Z Downloaded toml v0.7.8
11882026-05-20T15:26:03.108Z Downloaded xshell v0.2.7
11892026-05-20T15:26:03.108Z Downloaded wyz v0.5.1
11902026-05-20T15:26:03.111Z Downloaded whoami v2.1.0
11912026-05-20T15:26:03.111Z Downloaded tar v0.4.45
11922026-05-20T15:26:03.111Z Downloaded samael v0.0.19
11932026-05-20T15:26:03.114Z Downloaded itertools v0.14.0
11942026-05-20T15:26:03.119Z Downloaded futures-util v0.3.32
11952026-05-20T15:26:03.127Z Downloaded zeroize v1.8.2
11962026-05-20T15:26:03.130Z Downloaded tracing-attributes v0.1.31
11972026-05-20T15:26:03.130Z Downloaded bindgen v0.71.1
11982026-05-20T15:26:03.133Z Downloaded blake3 v1.8.3
11992026-05-20T15:26:03.136Z Downloaded zstd v0.13.3
12002026-05-20T15:26:03.139Z Downloaded tracing-core v0.1.36
12012026-05-20T15:26:03.143Z Downloaded tungstenite v0.23.0
12022026-05-20T15:26:03.143Z Downloaded tungstenite v0.21.0
12032026-05-20T15:26:03.146Z Downloaded toml v0.9.12+spec-1.1.0
12042026-05-20T15:26:03.149Z Downloaded aws-lc-rs v1.16.3
12052026-05-20T15:26:03.152Z Downloaded zstd-safe v7.2.4
12062026-05-20T15:26:03.155Z Downloaded steno v0.4.1
12072026-05-20T15:26:03.155Z Downloaded typify v0.4.3
12082026-05-20T15:26:03.158Z Downloaded unicode-properties v0.1.4
12092026-05-20T15:26:03.161Z Downloaded unsafe-libyaml v0.2.11
12102026-05-20T15:26:03.161Z Downloaded unicode-bidi v0.3.18
12112026-05-20T15:26:03.164Z Downloaded typify v0.6.2
12122026-05-20T15:26:03.164Z Downloaded git2 v0.20.4
12132026-05-20T15:26:03.168Z Downloaded yasna v0.5.2
12142026-05-20T15:26:03.171Z Downloaded p521 v0.13.3
12152026-05-20T15:26:03.174Z Downloaded snafu v0.8.9
12162026-05-20T15:26:03.177Z Downloaded test-strategy v0.4.5
12172026-05-20T15:26:03.181Z Downloaded socket2 v0.6.3
12182026-05-20T15:26:03.181Z Downloaded vte v0.14.1
12192026-05-20T15:26:03.184Z Downloaded uuid v1.23.0
12202026-05-20T15:26:03.184Z Downloaded schemars v1.2.1
12212026-05-20T15:26:03.192Z Downloaded vergen v9.0.6
12222026-05-20T15:26:03.195Z Downloaded rustyline v14.0.0
12232026-05-20T15:26:03.198Z Downloaded p384 v0.13.1
12242026-05-20T15:26:03.201Z Downloaded regex v1.12.3
12252026-05-20T15:26:03.204Z Downloaded zerocopy v0.6.6
12262026-05-20T15:26:03.207Z Downloaded ssh-key v0.6.7
12272026-05-20T15:26:03.211Z Downloaded toml_edit v0.23.10+spec-1.0.0
12282026-05-20T15:26:03.214Z Downloaded zopfli v0.8.3
12292026-05-20T15:26:03.216Z Downloaded reqwest v0.13.2
12302026-05-20T15:26:03.219Z Downloaded russh v0.45.0
12312026-05-20T15:26:03.222Z Downloaded curve25519-dalek v4.1.3
12322026-05-20T15:26:03.227Z Downloaded rayon v1.11.0
12332026-05-20T15:26:03.232Z Downloaded tokio-postgres v0.7.16
12342026-05-20T15:26:03.242Z Downloaded unicode_categories v0.1.1
12352026-05-20T15:26:03.246Z Downloaded reqwest v0.12.28
12362026-05-20T15:26:03.248Z Downloaded quick-xml v0.37.5
12372026-05-20T15:26:03.251Z Downloaded tower v0.5.3
12382026-05-20T15:26:03.257Z Downloaded zip v0.6.6
12392026-05-20T15:26:03.259Z Downloaded chrono v0.4.44
12402026-05-20T15:26:03.266Z Downloaded toml_edit v0.19.15
12412026-05-20T15:26:03.277Z Downloaded rpassword v7.4.0
12422026-05-20T15:26:03.280Z Downloaded lalrpop v0.19.12
12432026-05-20T15:26:03.286Z Downloaded zerocopy-derive v0.8.40
12442026-05-20T15:26:03.291Z Downloaded yansi v1.0.1
12452026-05-20T15:26:03.294Z Downloaded reedline v0.40.0
12462026-05-20T15:26:03.306Z Downloaded typed-path v0.9.3
12472026-05-20T15:26:03.310Z Downloaded rustls-webpki v0.101.7
12482026-05-20T15:26:03.323Z Downloaded petname v2.0.2
12492026-05-20T15:26:03.327Z Downloaded portable-atomic v1.13.1
12502026-05-20T15:26:03.334Z Downloaded salty v0.3.0
12512026-05-20T15:26:03.339Z Downloaded goblin v0.10.5
12522026-05-20T15:26:03.344Z Downloaded x509-cert v0.2.5
12532026-05-20T15:26:03.347Z Downloaded tokio-util v0.7.18
12542026-05-20T15:26:03.352Z Downloaded tower-http v0.6.8
12552026-05-20T15:26:03.357Z Downloaded unicode-normalization v0.1.25
12562026-05-20T15:26:03.360Z Downloaded moka v0.12.13
12572026-05-20T15:26:03.363Z Downloaded unicode-segmentation v1.12.0
12582026-05-20T15:26:03.366Z Downloaded tough v0.22.0
12592026-05-20T15:26:03.370Z Downloaded proptest v1.10.0
12602026-05-20T15:26:03.402Z Downloaded object v0.30.4
12612026-05-20T15:26:03.409Z Downloaded zip v4.6.1
12622026-05-20T15:26:03.412Z Downloaded rustls-webpki v0.102.8
12632026-05-20T15:26:03.424Z Downloaded winnow v0.6.26
12642026-05-20T15:26:03.429Z Downloaded openssl v0.10.79
12652026-05-20T15:26:03.435Z Downloaded radix_trie v0.2.1
12662026-05-20T15:26:03.439Z Downloaded polar-core v0.27.3
12672026-05-20T15:26:03.444Z Downloaded serde_with v3.17.0
12682026-05-20T15:26:03.451Z Downloaded nix v0.27.1
12692026-05-20T15:26:03.457Z Downloaded dropshot v0.16.7
12702026-05-20T15:26:03.470Z Downloaded winnow v1.0.3
12712026-05-20T15:26:03.476Z Downloaded nix v0.29.0
12722026-05-20T15:26:03.483Z Downloaded smoltcp v0.9.1
12732026-05-20T15:26:03.489Z Downloaded bstr v1.12.1
12742026-05-20T15:26:03.495Z Downloaded quinn-proto v0.11.13
12752026-05-20T15:26:03.500Z Downloaded nix v0.31.2
12762026-05-20T15:26:03.507Z Downloaded zlib-rs v0.6.2
12772026-05-20T15:26:03.511Z Downloaded regex-syntax v0.6.29
12782026-05-20T15:26:03.515Z Downloaded vcpkg v0.2.15
12792026-05-20T15:26:03.540Z Downloaded webpki-roots v1.0.6
12802026-05-20T15:26:03.543Z Downloaded openapiv3 v2.2.0
12812026-05-20T15:26:03.551Z Downloaded regress v0.10.5
12822026-05-20T15:26:03.555Z Downloaded object v0.37.3
12832026-05-20T15:26:03.562Z Downloaded rustls v0.21.12
12842026-05-20T15:26:03.570Z Downloaded zerocopy v0.8.40
12852026-05-20T15:26:03.577Z Downloaded smoltcp v0.11.0
12862026-05-20T15:26:03.585Z Downloaded regex-syntax v0.8.10
12872026-05-20T15:26:03.590Z Downloaded regress v0.11.1
12882026-05-20T15:26:03.596Z Downloaded rustls v0.22.4
12892026-05-20T15:26:03.604Z Downloaded diesel v2.3.7
12902026-05-20T15:26:03.616Z Downloaded rustix v0.38.44
12912026-05-20T15:26:03.630Z Downloaded rustls v0.23.37
12922026-05-20T15:26:03.638Z Downloaded hickory-proto v0.25.2
12932026-05-20T15:26:03.648Z Downloaded hickory-proto v0.24.4
12942026-05-20T15:26:03.658Z Downloaded dropshot v0.17.0
12952026-05-20T15:26:03.671Z Downloaded sqlparser v0.61.0
12962026-05-20T15:26:03.678Z Downloaded winnow v0.5.40
12972026-05-20T15:26:03.682Z Downloaded time v0.3.47
12982026-05-20T15:26:03.690Z Downloaded tabled v0.20.0
12992026-05-20T15:26:03.702Z Downloaded nix v0.28.0
13002026-05-20T15:26:03.708Z Downloaded typify-impl v0.4.3
13012026-05-20T15:26:03.718Z Downloaded typify-impl v0.6.2
13022026-05-20T15:26:03.727Z Downloaded ratatui v0.29.0
13032026-05-20T15:26:03.740Z Downloaded bzip2-sys v0.1.13+1.0.8
13042026-05-20T15:26:03.748Z Downloaded zerocopy-derive v0.6.6
13052026-05-20T15:26:03.754Z Downloaded sled v0.34.7
13062026-05-20T15:26:03.760Z Downloaded tracing v0.1.44
13072026-05-20T15:26:03.782Z Downloaded csv v1.4.0
13082026-05-20T15:26:03.797Z Downloaded regex-automata v0.4.14
13092026-05-20T15:26:03.806Z Downloaded jiff v0.2.21
13102026-05-20T15:26:03.817Z Downloaded petgraph v0.6.5
13112026-05-20T15:26:03.829Z Downloaded libz-sys v1.1.24
13122026-05-20T15:26:03.843Z Downloaded chrono-tz v0.10.4
13132026-05-20T15:26:03.854Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13142026-05-20T15:26:03.865Z Downloaded petgraph v0.8.3
13152026-05-20T15:26:03.895Z Downloaded sha3 v0.10.8
13162026-05-20T15:26:03.901Z Downloaded tokio v1.52.1
13172026-05-20T15:26:03.959Z Downloaded encoding_rs v0.8.35
13182026-05-20T15:26:03.987Z Downloaded ring v0.17.14
13192026-05-20T15:26:04.024Z Downloaded libgit2-sys v0.18.3+1.9.2
13202026-05-20T15:26:04.486Z Downloaded aws-lc-sys v0.40.0
13212026-05-20T15:26:04.749Z Compiling libc v0.2.185
13222026-05-20T15:26:04.749Z Compiling serde v1.0.228
13232026-05-20T15:26:04.754Z Compiling log v0.4.29
13242026-05-20T15:26:04.754Z Compiling shlex v1.3.0
13252026-05-20T15:26:04.754Z Compiling find-msvc-tools v0.1.9
13262026-05-20T15:26:04.754Z Compiling smallvec v1.15.1
13272026-05-20T15:26:04.754Z Compiling syn v2.0.117
13282026-05-20T15:26:04.899Z Compiling typenum v1.19.0
13292026-05-20T15:26:05.101Z Compiling generic-array v0.14.7
13302026-05-20T15:26:05.101Z Compiling subtle v2.6.1
13312026-05-20T15:26:05.141Z Compiling scopeguard v1.2.0
13322026-05-20T15:26:05.208Z Compiling const-oid v0.9.6
13332026-05-20T15:26:05.245Z Compiling lock_api v0.4.14
13342026-05-20T15:26:05.256Z Compiling serde_json v1.0.149
13352026-05-20T15:26:05.295Z Compiling zerocopy v0.8.40
13362026-05-20T15:26:05.353Z Compiling portable-atomic v1.13.1
13372026-05-20T15:26:05.479Z Compiling pin-project-lite v0.2.17
13382026-05-20T15:26:05.581Z Compiling parking_lot_core v0.9.12
13392026-05-20T15:26:05.752Z Compiling pkg-config v0.3.32
13402026-05-20T15:26:05.835Z Compiling getrandom v0.2.17
13412026-05-20T15:26:05.851Z Compiling jobserver v0.1.34
13422026-05-20T15:26:05.854Z Compiling errno v0.3.14
13432026-05-20T15:26:05.972Z Compiling rand_core v0.6.4
13442026-05-20T15:26:06.078Z Compiling cc v1.2.56
13452026-05-20T15:26:06.247Z Compiling signal-hook-registry v1.4.8
13462026-05-20T15:26:06.263Z Compiling bitflags v2.11.0
13472026-05-20T15:26:06.303Z Compiling critical-section v1.2.0
13482026-05-20T15:26:06.328Z Compiling futures-core v0.3.32
13492026-05-20T15:26:06.420Z Compiling libm v0.2.16
13502026-05-20T15:26:06.488Z Compiling once_cell v1.21.3
13512026-05-20T15:26:06.502Z Compiling parking_lot v0.12.5
13522026-05-20T15:26:06.527Z Compiling mio v1.2.0
13532026-05-20T15:26:06.542Z Compiling num-traits v0.2.19
13542026-05-20T15:26:06.652Z Compiling percent-encoding v2.3.2
13552026-05-20T15:26:06.745Z Compiling socket2 v0.6.3
13562026-05-20T15:26:06.857Z Compiling futures-sink v0.3.32
13572026-05-20T15:26:06.891Z Compiling getrandom v0.4.1
13582026-05-20T15:26:06.924Z Compiling slab v0.4.12
13592026-05-20T15:26:06.967Z Compiling futures-channel v0.3.32
13602026-05-20T15:26:07.014Z Compiling cpufeatures v0.2.17
13612026-05-20T15:26:07.097Z Compiling futures-io v0.3.32
13622026-05-20T15:26:07.113Z Compiling futures-task v0.3.32
13632026-05-20T15:26:07.138Z Compiling rand_core v0.10.0
13642026-05-20T15:26:07.200Z Compiling indexmap v2.14.0
13652026-05-20T15:26:07.255Z Compiling getrandom v0.3.4
13662026-05-20T15:26:07.271Z Compiling rustversion v1.0.22
13672026-05-20T15:26:07.312Z Compiling cmake v0.1.57
13682026-05-20T15:26:07.515Z Compiling form_urlencoded v1.2.2
13692026-05-20T15:26:07.808Z Compiling dunce v1.0.5
13702026-05-20T15:26:07.829Z Compiling fs_extra v1.3.0
13712026-05-20T15:26:07.913Z Compiling base64ct v1.8.3
13722026-05-20T15:26:08.048Z Compiling synstructure v0.13.2
13732026-05-20T15:26:08.071Z Compiling ident_case v1.0.1
13742026-05-20T15:26:08.125Z Compiling aws-lc-sys v0.40.0
13752026-05-20T15:26:08.206Z Compiling pem-rfc7468 v0.7.0
13762026-05-20T15:26:08.240Z Compiling regex-syntax v0.8.10
13772026-05-20T15:26:08.353Z Compiling iana-time-zone v0.1.65
13782026-05-20T15:26:08.413Z Compiling rustix v1.1.3
13792026-05-20T15:26:08.477Z Compiling flagset v0.4.7
13802026-05-20T15:26:08.540Z Compiling rand_core v0.9.5
13812026-05-20T15:26:08.577Z Compiling ring v0.17.14
13822026-05-20T15:26:08.622Z Compiling vcpkg v0.2.15
13832026-05-20T15:26:08.714Z Compiling aws-lc-rs v1.16.3
13842026-05-20T15:26:08.848Z Compiling uuid v1.23.0
13852026-05-20T15:26:09.028Z Compiling rustc_version v0.4.1
13862026-05-20T15:26:09.397Z Compiling tracing-core v0.1.36
13872026-05-20T15:26:09.438Z Compiling openssl-sys v0.9.115
13882026-05-20T15:26:09.637Z Compiling base64 v0.22.1
13892026-05-20T15:26:09.922Z Compiling serde_derive v1.0.228
13902026-05-20T15:26:09.997Z Compiling zeroize_derive v1.4.3
13912026-05-20T15:26:10.011Z Compiling zerofrom-derive v0.1.6
13922026-05-20T15:26:10.014Z Compiling yoke-derive v0.8.1
13932026-05-20T15:26:10.365Z Compiling zerocopy-derive v0.8.40
13942026-05-20T15:26:10.687Z Compiling zeroize v1.8.2
13952026-05-20T15:26:10.828Z Compiling zerovec-derive v0.11.2
13962026-05-20T15:26:11.279Z Compiling displaydoc v0.2.5
13972026-05-20T15:26:11.498Z Compiling crypto-common v0.1.7
13982026-05-20T15:26:11.529Z Compiling zerofrom v0.1.6
13992026-05-20T15:26:11.656Z Compiling yoke v0.8.1
14002026-05-20T15:26:11.669Z Compiling block-buffer v0.10.4
14012026-05-20T15:26:11.850Z Compiling digest v0.10.7
14022026-05-20T15:26:11.850Z Compiling tokio-macros v2.7.0
14032026-05-20T15:26:12.026Z Compiling zerovec v0.11.5
14042026-05-20T15:26:12.065Z Compiling zerotrie v0.2.3
14052026-05-20T15:26:12.126Z Compiling futures-macro v0.3.32
14062026-05-20T15:26:12.377Z Compiling hmac v0.12.1
14072026-05-20T15:26:12.549Z Compiling tinystr v0.8.2
14082026-05-20T15:26:12.564Z Compiling potential_utf v0.1.4
14092026-05-20T15:26:12.635Z Compiling block-padding v0.3.3
14102026-05-20T15:26:12.795Z Compiling icu_locale_core v2.1.1
14112026-05-20T15:26:12.809Z Compiling icu_collections v2.1.1
14122026-05-20T15:26:12.844Z Compiling inout v0.1.4
14132026-05-20T15:26:13.024Z Compiling cipher v0.4.4
14142026-05-20T15:26:13.039Z Compiling futures-util v0.3.32
14152026-05-20T15:26:13.305Z Compiling sha2 v0.10.9
14162026-05-20T15:26:13.320Z Compiling der_derive v0.7.3
14172026-05-20T15:26:13.629Z Compiling bytes v1.11.1
14182026-05-20T15:26:13.738Z Compiling icu_provider v2.1.1
14192026-05-20T15:26:14.056Z Compiling icu_properties v2.1.2
14202026-05-20T15:26:14.274Z Compiling tokio v1.52.1
14212026-05-20T15:26:14.332Z Compiling icu_normalizer v2.1.1
14222026-05-20T15:26:14.336Z Compiling der v0.7.10
14232026-05-20T15:26:14.797Z Compiling http v1.4.0
14242026-05-20T15:26:14.912Z Compiling chrono v0.4.44
14252026-05-20T15:26:15.126Z Compiling idna_adapter v1.2.1
14262026-05-20T15:26:15.199Z Compiling ppv-lite86 v0.2.21
14272026-05-20T15:26:15.274Z Compiling idna v1.1.0
14282026-05-20T15:26:15.429Z Compiling spki v0.7.3
14292026-05-20T15:26:15.547Z Compiling salsa20 v0.10.2
14302026-05-20T15:26:15.627Z Compiling url v2.5.8
14312026-05-20T15:26:15.652Z Compiling pbkdf2 v0.12.2
14322026-05-20T15:26:15.696Z Compiling rustls-pki-types v1.14.0
14332026-05-20T15:26:15.763Z Compiling thiserror-impl v2.0.18
14342026-05-20T15:26:15.777Z Compiling tracing-attributes v0.1.31
14352026-05-20T15:26:15.969Z Compiling scrypt v0.11.0
14362026-05-20T15:26:16.171Z Compiling rand_chacha v0.9.0
14372026-05-20T15:26:16.245Z Compiling http-body v1.0.1
14382026-05-20T15:26:16.389Z Compiling cbc v0.1.2
14392026-05-20T15:26:16.411Z Compiling aes v0.8.4
14402026-05-20T15:26:16.549Z Compiling tinyvec_macros v0.1.1
14412026-05-20T15:26:16.564Z Compiling untrusted v0.9.0
14422026-05-20T15:26:16.628Z Compiling untrusted v0.7.1
14432026-05-20T15:26:16.694Z Compiling openssl-probe v0.2.1
14442026-05-20T15:26:16.766Z Compiling httparse v1.10.1
14452026-05-20T15:26:16.883Z Compiling pkcs5 v0.7.1
14462026-05-20T15:26:17.161Z Compiling tracing v0.1.44
14472026-05-20T15:26:17.175Z Compiling thiserror v2.0.18
14482026-05-20T15:26:17.179Z Compiling tinyvec v1.10.0
14492026-05-20T15:26:17.289Z Compiling pest_generator v2.8.6
14502026-05-20T15:26:17.397Z Compiling rand v0.9.2
14512026-05-20T15:26:17.445Z Compiling serde_derive_internals v0.29.1
14522026-05-20T15:26:17.550Z Compiling aho-corasick v1.1.4
14532026-05-20T15:26:17.553Z Compiling tower-service v0.3.3
14542026-05-20T15:26:17.708Z Compiling try-lock v0.2.5
14552026-05-20T15:26:17.830Z Compiling atomic-waker v1.1.2
14562026-05-20T15:26:17.968Z Compiling schemars v0.8.22
14572026-05-20T15:26:18.075Z Compiling dyn-clone v1.0.20
14582026-05-20T15:26:18.186Z Compiling rustls v0.23.37
14592026-05-20T15:26:18.226Z Compiling tower-layer v0.3.3
14602026-05-20T15:26:18.298Z Compiling tokio-util v0.7.18
14612026-05-20T15:26:18.391Z Compiling pest_derive v2.8.6
14622026-05-20T15:26:18.404Z Compiling want v0.3.1
14632026-05-20T15:26:18.465Z Compiling schemars_derive v0.8.22
14642026-05-20T15:26:18.584Z Compiling regex-automata v0.4.14
14652026-05-20T15:26:18.845Z Compiling pkcs8 v0.10.2
14662026-05-20T15:26:19.179Z Compiling h2 v0.4.13
14672026-05-20T15:26:19.200Z Compiling ipnet v2.11.0
14682026-05-20T15:26:19.424Z Compiling scroll_derive v0.13.1
14692026-05-20T15:26:19.428Z Compiling darling_core v0.20.11
14702026-05-20T15:26:19.740Z Compiling openssl v0.10.79
14712026-05-20T15:26:19.795Z Compiling httpdate v1.0.3
14722026-05-20T15:26:19.991Z Compiling foreign-types-shared v0.1.1
14732026-05-20T15:26:20.036Z Compiling pin-utils v0.1.0
14742026-05-20T15:26:20.090Z Compiling foreign-types v0.3.2
14752026-05-20T15:26:20.118Z Compiling tempfile v3.25.0
14762026-05-20T15:26:20.288Z Compiling scroll v0.13.0
14772026-05-20T15:26:20.374Z Compiling unicode-normalization v0.1.25
14782026-05-20T15:26:20.574Z Compiling openssl-macros v0.1.1
14792026-05-20T15:26:20.868Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14802026-05-20T15:26:20.965Z Compiling socket2 v0.5.10
14812026-05-20T15:26:20.999Z Compiling spin v0.9.8
14822026-05-20T15:26:21.220Z Compiling native-tls v0.2.18
14832026-05-20T15:26:21.287Z Compiling crc32fast v1.5.0
14842026-05-20T15:26:21.401Z Compiling time-core v0.1.8
14852026-05-20T15:26:21.439Z Compiling num-conv v0.2.0
14862026-05-20T15:26:21.566Z Compiling powerfmt v0.2.0
14872026-05-20T15:26:21.581Z Compiling time-macros v0.2.27
14882026-05-20T15:26:21.787Z Compiling deranged v0.5.8
14892026-05-20T15:26:21.883Z Compiling darling_macro v0.20.11
14902026-05-20T15:26:22.375Z Compiling hyper v1.8.1
14912026-05-20T15:26:22.762Z Compiling darling v0.20.11
14922026-05-20T15:26:22.852Z Compiling goblin v0.10.5
14932026-05-20T15:26:22.868Z Compiling rustls-native-certs v0.8.3
14942026-05-20T15:26:23.018Z Compiling sync_wrapper v1.0.2
14952026-05-20T15:26:23.140Z Compiling wait-timeout v0.2.1
14962026-05-20T15:26:23.185Z Compiling siphasher v1.0.2
14972026-05-20T15:26:23.393Z Compiling usdt-impl v0.6.0
14982026-05-20T15:26:23.411Z Compiling num_threads v0.1.7
14992026-05-20T15:26:23.430Z Compiling simd-adler32 v0.3.8
15002026-05-20T15:26:23.516Z Compiling syn v1.0.109
15012026-05-20T15:26:23.605Z Compiling hyper-util v0.1.20
15022026-05-20T15:26:23.692Z Compiling crossbeam-utils v0.8.21
15032026-05-20T15:26:23.844Z Compiling quick-error v1.2.3
15042026-05-20T15:26:23.964Z Compiling unicode-segmentation v1.12.0
15052026-05-20T15:26:23.999Z Compiling bit-vec v0.8.0
15062026-05-20T15:26:24.238Z Compiling bit-set v0.8.0
15072026-05-20T15:26:24.383Z Compiling rusty-fork v0.3.1
15082026-05-20T15:26:24.463Z Compiling time v0.3.47
15092026-05-20T15:26:24.479Z Compiling tower v0.5.3
15102026-05-20T15:26:24.715Z Compiling derive_builder_core v0.20.2
15112026-05-20T15:26:24.975Z Compiling dtrace-parser v0.3.0
15122026-05-20T15:26:25.080Z Compiling http-body-util v0.1.3
15132026-05-20T15:26:25.344Z Compiling webpki-roots v1.0.6
15142026-05-20T15:26:25.450Z Compiling signature v2.2.0
15152026-05-20T15:26:25.474Z Compiling thiserror-impl v1.0.69
15162026-05-20T15:26:25.637Z Compiling scroll_derive v0.12.1
15172026-05-20T15:26:25.652Z Compiling heapless v0.7.17
15182026-05-20T15:26:25.760Z Compiling dof v0.4.0
15192026-05-20T15:26:25.905Z Compiling rand_xorshift v0.4.0
15202026-05-20T15:26:26.082Z Compiling slog v2.8.2
15212026-05-20T15:26:26.120Z Compiling darling_core v0.21.3
15222026-05-20T15:26:26.281Z Compiling bzip2-sys v0.1.13+1.0.8
15232026-05-20T15:26:26.322Z Compiling thread-id v5.1.0
15242026-05-20T15:26:26.412Z Compiling cookie v0.18.1
15252026-05-20T15:26:26.573Z Compiling zstd-safe v7.2.4
15262026-05-20T15:26:26.607Z Compiling signal-hook v0.3.18
15272026-05-20T15:26:26.779Z Compiling iri-string v0.7.10
15282026-05-20T15:26:26.792Z Compiling unicode-properties v0.1.4
15292026-05-20T15:26:26.795Z Compiling unicode-bidi v0.3.18
15302026-05-20T15:26:26.985Z Compiling anyhow v1.0.102
15312026-05-20T15:26:27.012Z Compiling ryu v1.0.23
15322026-05-20T15:26:27.203Z Compiling adler2 v2.0.1
15332026-05-20T15:26:27.298Z Compiling unarray v0.1.4
15342026-05-20T15:26:27.327Z Compiling paste v1.0.15
15352026-05-20T15:26:27.341Z Compiling allocator-api2 v0.2.21
15362026-05-20T15:26:27.413Z Compiling proptest v1.10.0
15372026-05-20T15:26:27.594Z Compiling miniz_oxide v0.8.9
15382026-05-20T15:26:27.704Z Compiling serde_urlencoded v0.7.1
15392026-05-20T15:26:27.724Z Compiling stringprep v0.1.5
15402026-05-20T15:26:27.984Z Compiling thiserror v1.0.69
15412026-05-20T15:26:28.097Z Compiling tower-http v0.6.8
15422026-05-20T15:26:28.407Z Compiling scroll v0.12.0
15432026-05-20T15:26:28.595Z Compiling derive_builder_macro v0.20.2
15442026-05-20T15:26:28.813Z Compiling darling_macro v0.21.3
15452026-05-20T15:26:29.000Z Compiling tokio-native-tls v0.3.1
15462026-05-20T15:26:29.061Z Compiling heck v0.4.1
15472026-05-20T15:26:29.195Z Compiling ipnetwork v0.21.1
15482026-05-20T15:26:29.265Z Compiling bstr v1.12.1
15492026-05-20T15:26:29.296Z Compiling rand_chacha v0.3.1
15502026-05-20T15:26:29.296Z Compiling erased-serde v0.3.31
15512026-05-20T15:26:29.406Z Compiling serde_spanned v0.6.9
15522026-05-20T15:26:29.563Z Compiling serde_tokenstream v0.2.3
15532026-05-20T15:26:29.608Z Compiling toml_datetime v0.6.11
15542026-05-20T15:26:29.824Z Compiling md-5 v0.10.6
15552026-05-20T15:26:29.883Z Compiling async-trait v0.1.89
15562026-05-20T15:26:29.896Z Compiling zerocopy-derive v0.7.35
15572026-05-20T15:26:29.931Z Compiling pin-project-internal v1.1.11
15582026-05-20T15:26:29.997Z Compiling curve25519-dalek v4.1.3
15592026-05-20T15:26:30.143Z Compiling vergen-lib v0.1.6
15602026-05-20T15:26:30.341Z Compiling num-integer v0.1.46
15612026-05-20T15:26:30.362Z Compiling hash32 v0.2.1
15622026-05-20T15:26:30.571Z Compiling ff v0.13.1
15632026-05-20T15:26:30.684Z Compiling memoffset v0.9.1
15642026-05-20T15:26:30.720Z Compiling encoding_rs v0.8.35
15652026-05-20T15:26:30.807Z Compiling fallible-iterator v0.2.0
15662026-05-20T15:26:30.890Z Compiling rustix v0.38.44
15672026-05-20T15:26:30.968Z Compiling psl-types v2.0.11
15682026-05-20T15:26:31.098Z Compiling smoltcp v0.9.1
15692026-05-20T15:26:31.113Z Compiling num-bigint-dig v0.8.6
15702026-05-20T15:26:31.146Z Compiling litrs v1.0.0
15712026-05-20T15:26:31.259Z Compiling cfg_aliases v0.2.1
15722026-05-20T15:26:31.314Z Compiling base16ct v0.2.0
15732026-05-20T15:26:31.342Z Compiling mime v0.3.17
15742026-05-20T15:26:31.455Z Compiling ref-cast v1.0.25
15752026-05-20T15:26:31.505Z Compiling zlib-rs v0.6.2
15762026-05-20T15:26:31.637Z Compiling sec1 v0.7.3
15772026-05-20T15:26:31.687Z Compiling document-features v0.2.12
15782026-05-20T15:26:31.833Z Compiling nix v0.31.2
15792026-05-20T15:26:32.059Z Compiling postgres-protocol v0.6.10
15802026-05-20T15:26:32.227Z Compiling pin-project v1.1.11
15812026-05-20T15:26:32.298Z Compiling publicsuffix v2.3.0
15822026-05-20T15:26:32.335Z Compiling zerocopy v0.7.35
15832026-05-20T15:26:32.429Z Compiling group v0.13.0
15842026-05-20T15:26:32.484Z Compiling num-iter v0.1.45
15852026-05-20T15:26:32.698Z Compiling newtype-uuid v1.3.2
15862026-05-20T15:26:32.802Z Compiling hubpack_derive v0.1.1
15872026-05-20T15:26:32.970Z Compiling rand v0.8.6
15882026-05-20T15:26:33.049Z Compiling oxnet v0.1.5
15892026-05-20T15:26:33.136Z Compiling darling v0.21.3
15902026-05-20T15:26:33.160Z Compiling snafu-derive v0.8.9
15912026-05-20T15:26:33.276Z Compiling hyper-tls v0.6.0
15922026-05-20T15:26:33.452Z Compiling derive_builder v0.20.2
15932026-05-20T15:26:33.511Z Compiling goblin v0.8.2
15942026-05-20T15:26:34.162Z Compiling phf_shared v0.13.1
15952026-05-20T15:26:34.313Z Compiling lazy_static v1.5.0
15962026-05-20T15:26:34.404Z Compiling regex v1.12.3
15972026-05-20T15:26:34.419Z Compiling anstyle-parse v0.2.7
15982026-05-20T15:26:34.419Z Compiling strum_macros v0.27.2
15992026-05-20T15:26:34.630Z Compiling flate2 v1.1.9
16002026-05-20T15:26:34.873Z Compiling futures-executor v0.3.32
16012026-05-20T15:26:34.968Z Compiling cargo-platform v0.1.9
16022026-05-20T15:26:35.078Z Compiling hex v0.4.3
16032026-05-20T15:26:35.156Z Compiling hkdf v0.12.4
16042026-05-20T15:26:35.190Z Compiling crypto-bigint v0.5.5
16052026-05-20T15:26:35.248Z Compiling terminal_size v0.4.3
16062026-05-20T15:26:35.339Z Compiling daft-derive v0.1.7
16072026-05-20T15:26:35.369Z Compiling curve25519-dalek-derive v0.1.1
16082026-05-20T15:26:35.398Z Compiling ref-cast-impl v1.0.25
16092026-05-20T15:26:35.974Z Compiling vergen v9.0.6
16102026-05-20T15:26:36.047Z Compiling fs-err v3.3.0
16112026-05-20T15:26:36.101Z Compiling ahash v0.8.12
16122026-05-20T15:26:36.172Z Compiling winnow v0.5.40
16132026-05-20T15:26:36.250Z Compiling foldhash v0.1.5
16142026-05-20T15:26:36.313Z Compiling managed v0.8.0
16152026-05-20T15:26:36.432Z Compiling foldhash v0.2.0
16162026-05-20T15:26:36.511Z Compiling bitflags v1.3.2
16172026-05-20T15:26:36.545Z Compiling same-file v1.0.6
16182026-05-20T15:26:36.596Z Compiling object v0.37.3
16192026-05-20T15:26:36.673Z Compiling libbz2-rs-sys v0.2.2
16202026-05-20T15:26:36.730Z Compiling bumpalo v3.20.2
16212026-05-20T15:26:36.935Z Compiling zopfli v0.8.3
16222026-05-20T15:26:36.988Z Compiling walkdir v2.5.0
16232026-05-20T15:26:37.206Z Compiling bzip2 v0.6.1
16242026-05-20T15:26:37.314Z Compiling clap_builder v4.6.0
16252026-05-20T15:26:37.363Z Compiling hashbrown v0.16.1
16262026-05-20T15:26:37.430Z Compiling strum v0.27.2
16272026-05-20T15:26:37.575Z Compiling toml_edit v0.19.15
16282026-05-20T15:26:37.645Z Compiling hashbrown v0.15.5
16292026-05-20T15:26:37.837Z Compiling elliptic-curve v0.13.8
16302026-05-20T15:26:38.069Z Compiling daft v0.1.7
16312026-05-20T15:26:38.336Z Compiling dof v0.3.0
16322026-05-20T15:26:38.364Z Compiling snafu v0.8.9
16332026-05-20T15:26:38.382Z Compiling cargo_metadata v0.19.2
16342026-05-20T15:26:38.753Z Compiling futures v0.3.32
16352026-05-20T15:26:38.846Z Compiling anstream v0.6.21
16362026-05-20T15:26:39.181Z Compiling phf v0.13.1
16372026-05-20T15:26:39.353Z Compiling cookie_store v0.22.1
16382026-05-20T15:26:39.611Z Compiling signal-hook-mio v0.2.5
16392026-05-20T15:26:39.743Z Compiling bzip2 v0.4.4
16402026-05-20T15:26:39.815Z Compiling zstd v0.13.3
16412026-05-20T15:26:39.965Z Compiling hubpack v0.1.2
16422026-05-20T15:26:40.044Z Compiling serde_with_macros v3.17.0
16432026-05-20T15:26:40.099Z Compiling postgres-types v0.2.12
16442026-05-20T15:26:40.456Z Compiling usdt-macro v0.6.0
16452026-05-20T15:26:40.575Z Compiling usdt-attr-macro v0.6.0
16462026-05-20T15:26:40.684Z Compiling globset v0.4.18
16472026-05-20T15:26:41.228Z Compiling dtrace-parser v0.2.0
16482026-05-20T15:26:41.242Z Compiling ed25519 v2.2.3
16492026-05-20T15:26:41.394Z Compiling phf_shared v0.11.3
16502026-05-20T15:26:41.413Z Compiling olpc-cjson v0.1.4
16512026-05-20T15:26:41.451Z Compiling pkcs1 v0.7.5
16522026-05-20T15:26:41.483Z Compiling enum-as-inner v0.6.1
16532026-05-20T15:26:41.577Z Compiling clap_derive v4.6.1
16542026-05-20T15:26:41.592Z Compiling strum_macros v0.26.4
16552026-05-20T15:26:41.884Z Compiling serde-big-array v0.5.1
16562026-05-20T15:26:42.014Z Compiling serde_plain v1.0.2
16572026-05-20T15:26:42.017Z Compiling rfc6979 v0.4.0
16582026-05-20T15:26:42.043Z Compiling serde_repr v0.1.20
16592026-05-20T15:26:42.167Z Compiling async-recursion v1.1.1
16602026-05-20T15:26:42.202Z Compiling pem v3.0.6
16612026-05-20T15:26:42.225Z Compiling float-cmp v0.10.0
16622026-05-20T15:26:42.387Z Compiling memmap2 v0.9.10
16632026-05-20T15:26:42.545Z Compiling thread-id v4.2.2
16642026-05-20T15:26:42.601Z Compiling env_filter v1.0.0
16652026-05-20T15:26:42.624Z Compiling typed-path v0.9.3
16662026-05-20T15:26:42.694Z Compiling static_assertions v1.1.0
16672026-05-20T15:26:42.777Z Compiling difflib v0.4.0
16682026-05-20T15:26:42.884Z Compiling jiff v0.2.21
16692026-05-20T15:26:42.962Z Compiling fixedbitset v0.4.2
16702026-05-20T15:26:43.204Z Compiling fixedbitset v0.5.7
16712026-05-20T15:26:43.400Z Compiling keccak v0.1.6
16722026-05-20T15:26:43.457Z Compiling precomputed-hash v0.1.1
16732026-05-20T15:26:43.473Z Compiling new_debug_unreachable v1.0.6
16742026-05-20T15:26:43.541Z Compiling predicates-core v1.0.10
16752026-05-20T15:26:43.555Z Compiling normalize-line-endings v0.3.0
16762026-05-20T15:26:43.555Z Compiling whoami v2.1.0
16772026-05-20T15:26:43.662Z Compiling data-encoding v2.10.0
16782026-05-20T15:26:43.732Z Compiling predicates v3.1.4
16792026-05-20T15:26:43.964Z Compiling tokio-postgres v0.7.16
16802026-05-20T15:26:43.989Z Compiling hickory-proto v0.25.2
16812026-05-20T15:26:44.273Z Compiling sha3 v0.10.8
16822026-05-20T15:26:44.401Z Compiling string_cache v0.8.9
16832026-05-20T15:26:44.425Z Compiling toml_edit v0.22.27
16842026-05-20T15:26:44.650Z Compiling clap v4.6.1
16852026-05-20T15:26:44.747Z Compiling strum v0.26.3
16862026-05-20T15:26:44.761Z Compiling petgraph v0.8.3
16872026-05-20T15:26:44.892Z Compiling petgraph v0.6.5
16882026-05-20T15:26:45.134Z Compiling env_logger v0.11.9
16892026-05-20T15:26:45.507Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16902026-05-20T15:26:46.300Z Compiling zip v4.6.1
16912026-05-20T15:26:46.457Z Compiling usdt-impl v0.5.0
16922026-05-20T15:26:46.807Z Compiling usdt v0.6.0
16932026-05-20T15:26:47.078Z Compiling ecdsa v0.16.9
16942026-05-20T15:26:47.093Z Compiling rsa v0.9.10
16952026-05-20T15:26:47.295Z Compiling ed25519-dalek v2.2.0
16962026-05-20T15:26:47.315Z Compiling serde_with v3.17.0
16972026-05-20T15:26:47.340Z Compiling crossterm v0.28.1
16982026-05-20T15:26:48.047Z Compiling zip v0.6.6
16992026-05-20T15:26:48.683Z Compiling toml v0.7.8
17002026-05-20T15:26:48.755Z Compiling iddqd v0.4.1
17012026-05-20T15:26:49.168Z Compiling toml_parser v1.0.9+spec-1.1.0
17022026-05-20T15:26:49.228Z Compiling similar v2.7.0
17032026-05-20T15:26:49.334Z Compiling crossbeam-epoch v0.9.18
17042026-05-20T15:26:49.370Z Compiling tokio-stream v0.1.18
17052026-05-20T15:26:49.680Z Compiling buf-list v1.1.2
17062026-05-20T15:26:49.833Z Compiling x509-cert v0.2.5
17072026-05-20T15:26:49.848Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
17082026-05-20T15:26:49.975Z Compiling openapiv3 v2.2.0
17092026-05-20T15:26:50.045Z Compiling sha1 v0.10.6
17102026-05-20T15:26:50.164Z Compiling toml_datetime v0.7.5+spec-1.1.0
17112026-05-20T15:26:50.172Z Compiling lalrpop-util v0.19.12
17122026-05-20T15:26:50.277Z Compiling peg-runtime v0.8.5
17132026-05-20T15:26:50.385Z Compiling either v1.15.0
17142026-05-20T15:26:50.485Z Compiling thread_local v1.1.9
17152026-05-20T15:26:50.596Z Compiling slog-async v2.8.0
17162026-05-20T15:26:50.612Z Compiling crossbeam-channel v0.5.15
17172026-05-20T15:26:50.674Z Compiling filetime v0.2.27
17182026-05-20T15:26:50.746Z Compiling is-terminal v0.4.17
17192026-05-20T15:26:50.851Z Compiling term v1.2.1
17202026-05-20T15:26:50.898Z Compiling xattr v1.6.1
17212026-05-20T15:26:50.934Z Compiling take_mut v0.2.2
17222026-05-20T15:26:51.057Z Compiling tar v0.4.45
17232026-05-20T15:26:51.469Z Compiling slog-term v2.9.2
17242026-05-20T15:27:01.398Z Compiling rustls-webpki v0.103.9
17252026-05-20T15:27:04.305Z Compiling tokio-rustls v0.26.4
17262026-05-20T15:27:04.305Z Compiling rustls-platform-verifier v0.6.2
17272026-05-20T15:27:04.522Z Compiling hyper-rustls v0.27.7
17282026-05-20T15:27:04.739Z Compiling reqwest v0.12.28
17292026-05-20T15:27:04.751Z Compiling reqwest v0.13.2
17302026-05-20T15:27:06.038Z Compiling tough v0.22.0
17312026-05-20T15:27:08.737Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17322026-05-20T15:27:08.967Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17332026-05-20T15:27:12.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s
17342026-05-20T15:27:12.150Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17352026-05-20T15:27:12.211ZMay 20 15:27:10.527 INFO Starting download, target: Clickhouse
17362026-05-20T15:27:12.211ZMay 20 15:27:10.528 INFO Starting download, target: Console
17372026-05-20T15:27:12.211ZMay 20 15:27:10.528 INFO Starting download, target: Cockroach
17382026-05-20T15:27:12.211ZMay 20 15:27:10.528 INFO Starting download, target: DendriteStub
17392026-05-20T15:27:12.227ZMay 20 15:27:10.528 INFO Starting download, target: MaghemiteMgd
17402026-05-20T15:27:12.227ZMay 20 15:27:10.528 INFO Starting download, target: MaghemiteDdmd
17412026-05-20T15:27:12.227ZMay 20 15:27:10.528 INFO Starting download, target: TransceiverControl
17422026-05-20T15:27:12.227ZMay 20 15:27:10.528 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17432026-05-20T15:27:12.227ZMay 20 15:27:10.528 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17442026-05-20T15:27:12.227ZMay 20 15:27:10.528 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17452026-05-20T15:27:12.227ZMay 20 15:27:10.528 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17462026-05-20T15:27:12.227ZMay 20 15:27:10.528 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17472026-05-20T15:27:12.227ZMay 20 15:27:10.528 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17482026-05-20T15:27:12.228ZMay 20 15:27:10.528 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17492026-05-20T15:27:12.803ZMay 20 15:27:11.126 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17502026-05-20T15:27:13.037ZMay 20 15:27:11.360 INFO Download complete, target: TransceiverControl
17512026-05-20T15:27:13.141ZMay 20 15:27:11.464 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17522026-05-20T15:27:13.403ZMay 20 15:27:11.718 INFO Download complete, target: Console
17532026-05-20T15:27:14.009ZMay 20 15:27:12.335 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17542026-05-20T15:27:14.337ZMay 20 15:27:12.626 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17552026-05-20T15:27:15.935ZMay 20 15:27:14.202 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17562026-05-20T15:27:16.020ZMay 20 15:27:14.206 INFO Download complete, target: MaghemiteDdmd
17572026-05-20T15:27:16.381ZMay 20 15:27:14.672 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17582026-05-20T15:27:17.316ZMay 20 15:27:15.596 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17592026-05-20T15:27:17.316ZMay 20 15:27:15.596 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17602026-05-20T15:27:18.488ZMay 20 15:27:16.810 INFO Download complete, target: DendriteStub
17612026-05-20T15:27:18.922ZMay 20 15:27:17.246 INFO Download complete, target: MaghemiteMgd
17622026-05-20T15:27:21.466ZMay 20 15:27:19.787 INFO Checking that binary works, target: Clickhouse
17632026-05-20T15:27:21.626ZMay 20 15:27:19.953 INFO Download complete, target: Clickhouse
17642026-05-20T15:27:22.124ZMay 20 15:27:20.448 INFO Checking that binary works, target: Cockroach
17652026-05-20T15:27:22.334ZMay 20 15:27:20.609 INFO Download complete, target: Cockroach
17662026-05-20T15:27:22.339ZAll builder prerequisites installed successfully, and PATH looks valid
17672026-05-20T15:27:22.339Z
17682026-05-20T15:27:22.340Zreal 2:26.010832038
17692026-05-20T15:27:22.340Zuser 7:22.406229136
17702026-05-20T15:27:22.340Zsys 1:27.895590424
17712026-05-20T15:27:22.340Ztrap 0.244084990
17722026-05-20T15:27:22.340Ztflt 1.033506596
17732026-05-20T15:27:22.340Zdflt 0.947947503
17742026-05-20T15:27:22.340Zkflt 0.033696847
17752026-05-20T15:27:22.340Zlock 23:10.078091252
17762026-05-20T15:27:22.340Zslp 22:46.560102741
17772026-05-20T15:27:22.340Zlat 45.946182889
17782026-05-20T15:27:22.340Zstop 2:00.518835089
17792026-05-20T15:27:22.340Z+ banner hack-check
17802026-05-20T15:27:22.340Z
17812026-05-20T15:27:22.340Z # # ## #### # # #### # # ###### #### # #
17822026-05-20T15:27:22.340Z # # # # # # # # # # # # # # # # #
17832026-05-20T15:27:22.340Z ###### # # # #### ##### # ###### ##### # ####
17842026-05-20T15:27:22.340Z # # ###### # # # # # # # # # #
17852026-05-20T15:27:22.340Z # # # # # # # # # # # # # # # # #
17862026-05-20T15:27:22.340Z # # # # #### # # #### # # ###### #### # #
17872026-05-20T15:27:22.340Z
17882026-05-20T15:27:22.341Z+ export CARGO_INCREMENTAL=0
17892026-05-20T15:27:22.341Z+ CARGO_INCREMENTAL=0
17902026-05-20T15:27:22.341Z+ ptime -m timeout 2h cargo xtask check-features --ci
17912026-05-20T15:27:22.900Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17922026-05-20T15:27:23.119Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17932026-05-20T15:27:25.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.83s
17942026-05-20T15:27:25.239Z Running `target/debug/xtask check-features --ci`
17952026-05-20T15:27:25.271Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17962026-05-20T15:27:25.271Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17972026-05-20T15:27:25.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
17982026-05-20T15:27:25.826Z Running `target/debug/xtask download cargo-hack`
17992026-05-20T15:27:26.676Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18002026-05-20T15:27:27.030Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18012026-05-20T15:27:29.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.85s
18022026-05-20T15:27:29.916Z Running `target/debug/xtask-downloader cargo-hack`
18032026-05-20T15:27:29.944ZMay 20 15:27:28.270 INFO Starting download, target: CargoHack
18042026-05-20T15:27:29.950ZMay 20 15:27:28.270 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18052026-05-20T15:27:30.350ZMay 20 15:27:28.674 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18062026-05-20T15:27:30.399ZMay 20 15:27:28.725 INFO Download complete, target: CargoHack
18072026-05-20T15:27:30.405Zrunning: "/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"
18082026-05-20T15:27:30.416Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18092026-05-20T15:27:30.576Zinfo: running `cargo check --bins` on api_identity (1/276)
18102026-05-20T15:27:31.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18112026-05-20T15:27:31.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18122026-05-20T15:27:31.254Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18132026-05-20T15:27:31.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18142026-05-20T15:27:31.262Z
18152026-05-20T15:27:31.262Zinfo: running `cargo check --bins` on bootstore (2/276)
18162026-05-20T15:27:31.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18172026-05-20T15:27:31.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18182026-05-20T15:27:31.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18192026-05-20T15:27:31.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18202026-05-20T15:27:31.834Z
18212026-05-20T15:27:31.834Zinfo: running `cargo check --bins` on omicron-ledger (3/276)
18222026-05-20T15:27:32.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18232026-05-20T15:27:32.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18242026-05-20T15:27:32.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18252026-05-20T15:27:32.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18262026-05-20T15:27:32.426Z
18272026-05-20T15:27:32.427Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/276)
18282026-05-20T15:27:32.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18292026-05-20T15:27:32.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18302026-05-20T15:27:32.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18312026-05-20T15:27:32.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18322026-05-20T15:27:33.034Z
18332026-05-20T15:27:33.034Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/276)
18342026-05-20T15:27:33.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18352026-05-20T15:27:33.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18362026-05-20T15:27:33.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18372026-05-20T15:27:33.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18382026-05-20T15:27:33.670Z
18392026-05-20T15:27:33.671Zinfo: running `cargo check --bins` on omicron-certificates (6/276)
18402026-05-20T15:27:34.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18412026-05-20T15:27:34.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18422026-05-20T15:27:34.224Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18432026-05-20T15:27:34.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
18442026-05-20T15:27:34.318Z
18452026-05-20T15:27:34.319Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/276)
18462026-05-20T15:27:34.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18472026-05-20T15:27:34.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18482026-05-20T15:27:34.864Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18492026-05-20T15:27:34.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
18502026-05-20T15:27:34.965Z
18512026-05-20T15:27:34.965Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/276)
18522026-05-20T15:27:35.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18532026-05-20T15:27:35.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18542026-05-20T15:27:35.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18552026-05-20T15:27:35.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
18562026-05-20T15:27:35.596Z
18572026-05-20T15:27:35.596Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/276)
18582026-05-20T15:27:36.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18592026-05-20T15:27:36.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18602026-05-20T15:27:36.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18612026-05-20T15:27:36.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18622026-05-20T15:27:36.095Z
18632026-05-20T15:27:36.095Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/276)
18642026-05-20T15:27:36.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18652026-05-20T15:27:36.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18662026-05-20T15:27:36.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18672026-05-20T15:27:36.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18682026-05-20T15:27:36.595Z
18692026-05-20T15:27:36.595Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/276)
18702026-05-20T15:27:37.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18712026-05-20T15:27:37.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18722026-05-20T15:27:37.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18732026-05-20T15:27:37.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18742026-05-20T15:27:37.101Z
18752026-05-20T15:27:37.101Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/276)
18762026-05-20T15:27:37.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18772026-05-20T15:27:37.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18782026-05-20T15:27:37.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18792026-05-20T15:27:37.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18802026-05-20T15:27:37.686Z
18812026-05-20T15:27:37.686Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/276)
18822026-05-20T15:27:38.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18832026-05-20T15:27:38.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18842026-05-20T15:27:38.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18852026-05-20T15:27:38.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18862026-05-20T15:27:38.116Z
18872026-05-20T15:27:38.116Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/276)
18882026-05-20T15:27:38.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18892026-05-20T15:27:38.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18902026-05-20T15:27:38.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18912026-05-20T15:27:38.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18922026-05-20T15:27:38.825Z
18932026-05-20T15:27:38.825Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/276)
18942026-05-20T15:27:39.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18952026-05-20T15:27:39.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18962026-05-20T15:27:39.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18972026-05-20T15:27:39.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18982026-05-20T15:27:39.114Z
18992026-05-20T15:27:39.114Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/276)
19002026-05-20T15:27:39.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19012026-05-20T15:27:39.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19022026-05-20T15:27:39.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19032026-05-20T15:27:39.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
19042026-05-20T15:27:39.627Z
19052026-05-20T15:27:39.627Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/276)
19062026-05-20T15:27:40.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19072026-05-20T15:27:40.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19082026-05-20T15:27:40.191Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19092026-05-20T15:27:40.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
19102026-05-20T15:27:40.191Z
19112026-05-20T15:27:40.191Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/276)
19122026-05-20T15:27:40.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19132026-05-20T15:27:40.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19142026-05-20T15:27:40.581Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19152026-05-20T15:27:40.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
19162026-05-20T15:27:40.633Z
19172026-05-20T15:27:40.633Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/276)
19182026-05-20T15:27:41.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19192026-05-20T15:27:41.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19202026-05-20T15:27:41.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19212026-05-20T15:27:41.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
19222026-05-20T15:27:41.152Z
19232026-05-20T15:27:41.152Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/276)
19242026-05-20T15:27:41.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19252026-05-20T15:27:41.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19262026-05-20T15:27:41.773Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19272026-05-20T15:27:41.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
19282026-05-20T15:27:41.773Z
19292026-05-20T15:27:41.773Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/276)
19302026-05-20T15:27:42.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19312026-05-20T15:27:42.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19322026-05-20T15:27:42.097Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19332026-05-20T15:27:42.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
19342026-05-20T15:27:42.156Z
19352026-05-20T15:27:42.156Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/276)
19362026-05-20T15:27:42.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19372026-05-20T15:27:42.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19382026-05-20T15:27:42.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19392026-05-20T15:27:42.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
19402026-05-20T15:27:42.745Z
19412026-05-20T15:27:42.745Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/276)
19422026-05-20T15:27:43.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19432026-05-20T15:27:43.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19442026-05-20T15:27:43.114Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19452026-05-20T15:27:43.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
19462026-05-20T15:27:43.171Z
19472026-05-20T15:27:43.171Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/276)
19482026-05-20T15:27:43.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19492026-05-20T15:27:43.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19502026-05-20T15:27:43.624Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19512026-05-20T15:27:43.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
19522026-05-20T15:27:43.683Z
19532026-05-20T15:27:43.683Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/276)
19542026-05-20T15:27:44.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19552026-05-20T15:27:44.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19562026-05-20T15:27:44.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19572026-05-20T15:27:44.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
19582026-05-20T15:27:44.194Z
19592026-05-20T15:27:44.194Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/276)
19602026-05-20T15:27:47.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19612026-05-20T15:27:47.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19622026-05-20T15:27:47.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19632026-05-20T15:27:47.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
19642026-05-20T15:27:47.669Z
19652026-05-20T15:27:47.669Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/276)
19662026-05-20T15:27:47.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19672026-05-20T15:27:47.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19682026-05-20T15:27:47.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19692026-05-20T15:27:47.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
19702026-05-20T15:27:47.700Z
19712026-05-20T15:27:47.700Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/276)
19722026-05-20T15:27:47.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19732026-05-20T15:27:47.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19742026-05-20T15:27:47.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19752026-05-20T15:27:47.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
19762026-05-20T15:27:47.701Z
19772026-05-20T15:27:47.701Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/276)
19782026-05-20T15:27:47.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19792026-05-20T15:27:47.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19802026-05-20T15:27:47.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19812026-05-20T15:27:47.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
19822026-05-20T15:27:47.701Z
19832026-05-20T15:27:47.701Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/276)
19842026-05-20T15:27:47.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19852026-05-20T15:27:47.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19862026-05-20T15:27:47.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19872026-05-20T15:27:47.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
19882026-05-20T15:27:47.701Z
19892026-05-20T15:27:47.701Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/276)
19902026-05-20T15:27:47.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19912026-05-20T15:27:47.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19922026-05-20T15:27:47.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19932026-05-20T15:27:47.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
19942026-05-20T15:27:47.701Z
19952026-05-20T15:27:47.701Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/276)
19962026-05-20T15:27:47.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19972026-05-20T15:27:47.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19982026-05-20T15:27:47.712Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19992026-05-20T15:27:47.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
20002026-05-20T15:27:47.746Z
20012026-05-20T15:27:47.746Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/276)
20022026-05-20T15:27:48.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20032026-05-20T15:27:48.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20042026-05-20T15:27:48.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20052026-05-20T15:27:48.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
20062026-05-20T15:27:48.247Z
20072026-05-20T15:27:48.247Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/276)
20082026-05-20T15:27:48.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20092026-05-20T15:27:48.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20102026-05-20T15:27:48.691Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20112026-05-20T15:27:48.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
20122026-05-20T15:27:48.755Z
20132026-05-20T15:27:48.755Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/276)
20142026-05-20T15:27:49.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20152026-05-20T15:27:49.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20162026-05-20T15:27:49.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20172026-05-20T15:27:49.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
20182026-05-20T15:27:49.260Z
20192026-05-20T15:27:49.260Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/276)
20202026-05-20T15:27:49.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20212026-05-20T15:27:49.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20222026-05-20T15:27:49.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20232026-05-20T15:27:49.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
20242026-05-20T15:27:49.772Z
20252026-05-20T15:27:49.773Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/276)
20262026-05-20T15:27:50.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20272026-05-20T15:27:50.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20282026-05-20T15:27:50.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20292026-05-20T15:27:50.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
20302026-05-20T15:27:50.284Z
20312026-05-20T15:27:50.284Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/276)
20322026-05-20T15:27:50.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20332026-05-20T15:27:50.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20342026-05-20T15:27:50.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20352026-05-20T15:27:50.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
20362026-05-20T15:27:50.828Z
20372026-05-20T15:27:50.828Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/276)
20382026-05-20T15:27:51.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20392026-05-20T15:27:51.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20402026-05-20T15:27:51.264Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20412026-05-20T15:27:51.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
20422026-05-20T15:27:51.364Z
20432026-05-20T15:27:51.364Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/276)
20442026-05-20T15:27:51.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20452026-05-20T15:27:51.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20462026-05-20T15:27:51.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20472026-05-20T15:27:51.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
20482026-05-20T15:27:51.831Z
20492026-05-20T15:27:51.831Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/276)
20502026-05-20T15:27:52.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20512026-05-20T15:27:52.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20522026-05-20T15:27:52.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20532026-05-20T15:27:52.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
20542026-05-20T15:27:52.333Z
20552026-05-20T15:27:52.333Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/276)
20562026-05-20T15:27:52.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20572026-05-20T15:27:52.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20582026-05-20T15:27:52.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20592026-05-20T15:27:52.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
20602026-05-20T15:27:52.842Z
20612026-05-20T15:27:52.842Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/276)
20622026-05-20T15:27:53.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20632026-05-20T15:27:53.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20642026-05-20T15:27:53.289Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20652026-05-20T15:27:53.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
20662026-05-20T15:27:53.350Z
20672026-05-20T15:27:53.350Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/276)
20682026-05-20T15:27:53.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20692026-05-20T15:27:53.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20702026-05-20T15:27:53.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20712026-05-20T15:27:53.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
20722026-05-20T15:27:53.861Z
20732026-05-20T15:27:53.861Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/276)
20742026-05-20T15:27:54.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20752026-05-20T15:27:54.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20762026-05-20T15:27:54.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20772026-05-20T15:27:54.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
20782026-05-20T15:27:54.372Z
20792026-05-20T15:27:54.372Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/276)
20802026-05-20T15:27:54.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20812026-05-20T15:27:54.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20822026-05-20T15:27:54.824Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20832026-05-20T15:27:54.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
20842026-05-20T15:27:54.888Z
20852026-05-20T15:27:54.888Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/276)
20862026-05-20T15:27:55.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20872026-05-20T15:27:55.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20882026-05-20T15:27:55.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20892026-05-20T15:27:55.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
20902026-05-20T15:27:55.393Z
20912026-05-20T15:27:55.393Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/276)
20922026-05-20T15:27:55.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20932026-05-20T15:27:55.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20942026-05-20T15:27:55.841Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20952026-05-20T15:27:55.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
20962026-05-20T15:27:55.903Z
20972026-05-20T15:27:55.903Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/276)
20982026-05-20T15:27:56.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20992026-05-20T15:27:56.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21002026-05-20T15:27:56.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21012026-05-20T15:27:56.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
21022026-05-20T15:27:56.596Z
21032026-05-20T15:27:56.596Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/276)
21042026-05-20T15:27:57.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21052026-05-20T15:27:57.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21062026-05-20T15:27:57.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21072026-05-20T15:27:57.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
21082026-05-20T15:27:57.289Z
21092026-05-20T15:27:57.289Zinfo: running `cargo check --bins` on nexus-config (51/276)
21102026-05-20T15:27:57.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21112026-05-20T15:27:57.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21122026-05-20T15:27:57.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21132026-05-20T15:27:57.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
21142026-05-20T15:27:57.979Z
21152026-05-20T15:27:57.980Zinfo: running `cargo check --bins` on nexus-types (52/276)
21162026-05-20T15:27:58.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21172026-05-20T15:27:58.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21182026-05-20T15:27:58.562Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21192026-05-20T15:27:58.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
21202026-05-20T15:27:58.665Z
21212026-05-20T15:27:58.665Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/276)
21222026-05-20T15:27:59.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21232026-05-20T15:27:59.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21242026-05-20T15:27:59.224Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21252026-05-20T15:27:59.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
21262026-05-20T15:27:59.322Z
21272026-05-20T15:27:59.322Zinfo: running `cargo check --bins` on omicron-passwords (54/276)
21282026-05-20T15:27:59.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21292026-05-20T15:27:59.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21302026-05-20T15:27:59.860Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21312026-05-20T15:27:59.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21322026-05-20T15:27:59.952Z
21332026-05-20T15:27:59.952Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/276)
21342026-05-20T15:28:00.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21352026-05-20T15:28:00.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21362026-05-20T15:28:00.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21372026-05-20T15:28:00.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
21382026-05-20T15:28:00.611Z
21392026-05-20T15:28:00.611Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/276)
21402026-05-20T15:28:01.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21412026-05-20T15:28:01.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21422026-05-20T15:28:01.173Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21432026-05-20T15:28:01.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
21442026-05-20T15:28:01.265Z
21452026-05-20T15:28:01.265Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/276)
21462026-05-20T15:28:01.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21472026-05-20T15:28:01.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21482026-05-20T15:28:01.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21492026-05-20T15:28:01.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
21502026-05-20T15:28:01.923Z
21512026-05-20T15:28:01.923Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/276)
21522026-05-20T15:28:02.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21532026-05-20T15:28:02.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21542026-05-20T15:28:02.479Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21552026-05-20T15:28:02.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
21562026-05-20T15:28:02.580Z
21572026-05-20T15:28:02.580Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/276)
21582026-05-20T15:28:03.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21592026-05-20T15:28:03.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21602026-05-20T15:28:03.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21612026-05-20T15:28:03.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21622026-05-20T15:28:03.209Z
21632026-05-20T15:28:03.209Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/276)
21642026-05-20T15:28:03.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21652026-05-20T15:28:03.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21662026-05-20T15:28:03.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21672026-05-20T15:28:03.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21682026-05-20T15:28:03.848Z
21692026-05-20T15:28:03.848Zinfo: running `cargo check --bins --no-default-features` on gfss (61/276)
21702026-05-20T15:28:04.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21712026-05-20T15:28:04.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21722026-05-20T15:28:04.395Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21732026-05-20T15:28:04.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21742026-05-20T15:28:04.487Z
21752026-05-20T15:28:04.488Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/276)
21762026-05-20T15:28:05.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21772026-05-20T15:28:05.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21782026-05-20T15:28:05.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21792026-05-20T15:28:05.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21802026-05-20T15:28:05.125Z
21812026-05-20T15:28:05.125Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/276)
21822026-05-20T15:28:05.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21832026-05-20T15:28:05.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21842026-05-20T15:28:05.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21852026-05-20T15:28:05.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
21862026-05-20T15:28:05.773Z
21872026-05-20T15:28:05.773Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/276)
21882026-05-20T15:28:06.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21892026-05-20T15:28:06.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21902026-05-20T15:28:06.328Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21912026-05-20T15:28:06.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
21922026-05-20T15:28:06.425Z
21932026-05-20T15:28:06.425Zinfo: running `cargo check --bins` on cockroach-admin-types (65/276)
21942026-05-20T15:28:06.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21952026-05-20T15:28:06.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21962026-05-20T15:28:06.971Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21972026-05-20T15:28:06.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21982026-05-20T15:28:07.064Z
21992026-05-20T15:28:07.064Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/276)
22002026-05-20T15:28:07.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22012026-05-20T15:28:07.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22022026-05-20T15:28:07.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22032026-05-20T15:28:07.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
22042026-05-20T15:28:07.710Z
22052026-05-20T15:28:07.710Zinfo: running `cargo check --bins` on ereport-types (67/276)
22062026-05-20T15:28:08.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22072026-05-20T15:28:08.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22082026-05-20T15:28:08.266Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22092026-05-20T15:28:08.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22102026-05-20T15:28:08.350Z
22112026-05-20T15:28:08.350Zinfo: running `cargo check --bins` on gateway-client (68/276)
22122026-05-20T15:28:08.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22132026-05-20T15:28:08.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22142026-05-20T15:28:08.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22152026-05-20T15:28:08.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
22162026-05-20T15:28:08.998Z
22172026-05-20T15:28:08.998Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/276)
22182026-05-20T15:28:09.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22192026-05-20T15:28:09.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22202026-05-20T15:28:09.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22212026-05-20T15:28:09.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22222026-05-20T15:28:09.640Z
22232026-05-20T15:28:09.640Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/276)
22242026-05-20T15:28:10.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22252026-05-20T15:28:10.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22262026-05-20T15:28:10.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22272026-05-20T15:28:10.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22282026-05-20T15:28:10.277Z
22292026-05-20T15:28:10.277Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/276)
22302026-05-20T15:28:10.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22312026-05-20T15:28:10.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22322026-05-20T15:28:10.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22332026-05-20T15:28:10.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
22342026-05-20T15:28:10.923Z
22352026-05-20T15:28:10.923Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/276)
22362026-05-20T15:28:11.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22372026-05-20T15:28:11.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22382026-05-20T15:28:11.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22392026-05-20T15:28:11.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
22402026-05-20T15:28:11.563Z
22412026-05-20T15:28:11.563Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/276)
22422026-05-20T15:28:12.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22432026-05-20T15:28:12.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22442026-05-20T15:28:12.178Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22452026-05-20T15:28:12.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
22462026-05-20T15:28:12.233Z
22472026-05-20T15:28:12.233Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/276)
22482026-05-20T15:28:12.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22492026-05-20T15:28:12.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22502026-05-20T15:28:12.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22512026-05-20T15:28:12.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
22522026-05-20T15:28:12.907Z
22532026-05-20T15:28:12.907Zinfo: running `cargo check --bins` on key-manager-types (75/276)
22542026-05-20T15:28:13.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22552026-05-20T15:28:13.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22562026-05-20T15:28:13.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22572026-05-20T15:28:13.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22582026-05-20T15:28:13.548Z
22592026-05-20T15:28:13.548Zinfo: running `cargo check --bins` on oxlog (76/276)
22602026-05-20T15:28:14.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22612026-05-20T15:28:14.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22622026-05-20T15:28:14.211Z Checking cfg-if v1.0.4
22632026-05-20T15:28:14.214Z Checking libc v0.2.185
22642026-05-20T15:28:14.214Z Checking serde_core v1.0.228
22652026-05-20T15:28:14.336Z Checking zeroize v1.8.2
22662026-05-20T15:28:14.344Z Checking memchr v2.8.0
22672026-05-20T15:28:14.353Z Checking log v0.4.29
22682026-05-20T15:28:14.363Z Checking smallvec v1.15.1
22692026-05-20T15:28:14.366Z Checking typenum v1.19.0
22702026-05-20T15:28:14.387Z Checking subtle v2.6.1
22712026-05-20T15:28:14.488Z Checking itoa v1.0.17
22722026-05-20T15:28:14.525Z Checking scopeguard v1.2.0
22732026-05-20T15:28:14.542Z Checking stable_deref_trait v1.2.1
22742026-05-20T15:28:14.564Z Checking const-oid v0.9.6
22752026-05-20T15:28:14.621Z Checking zerofrom v0.1.6
22762026-05-20T15:28:14.633Z Checking lock_api v0.4.14
22772026-05-20T15:28:14.646Z Checking pin-project-lite v0.2.17
22782026-05-20T15:28:14.741Z Checking yoke v0.8.1
22792026-05-20T15:28:14.756Z Checking getrandom v0.2.17
22802026-05-20T15:28:14.756Z Checking errno v0.3.14
22812026-05-20T15:28:14.770Z Checking parking_lot_core v0.9.12
22822026-05-20T15:28:14.849Z Checking portable-atomic v1.13.1
22832026-05-20T15:28:14.875Z Checking signal-hook-registry v1.4.8
22842026-05-20T15:28:14.916Z Checking zerovec v0.11.5
22852026-05-20T15:28:14.919Z Checking generic-array v0.14.7
22862026-05-20T15:28:14.956Z Checking rand_core v0.6.4
22872026-05-20T15:28:15.012Z Checking critical-section v1.2.0
22882026-05-20T15:28:15.046Z Checking futures-core v0.3.32
22892026-05-20T15:28:15.118Z Checking parking_lot v0.12.5
22902026-05-20T15:28:15.141Z Checking mio v1.2.0
22912026-05-20T15:28:15.175Z Checking zerocopy v0.8.40
22922026-05-20T15:28:15.278Z Checking once_cell v1.21.3
22932026-05-20T15:28:15.301Z Checking zmij v1.0.21
22942026-05-20T15:28:15.318Z Checking socket2 v0.6.3
22952026-05-20T15:28:15.377Z Checking tinystr v0.8.2
22962026-05-20T15:28:15.394Z Checking crypto-common v0.1.7
22972026-05-20T15:28:15.442Z Checking block-buffer v0.10.4
22982026-05-20T15:28:15.461Z Checking libm v0.2.16
22992026-05-20T15:28:15.524Z Checking litemap v0.8.1
23002026-05-20T15:28:15.537Z Checking equivalent v1.0.2
23012026-05-20T15:28:15.562Z Checking percent-encoding v2.3.2
23022026-05-20T15:28:15.574Z Checking writeable v0.6.2
23032026-05-20T15:28:15.586Z Checking digest v0.10.7
23042026-05-20T15:28:15.623Z Checking potential_utf v0.1.4
23052026-05-20T15:28:15.709Z Checking zerotrie v0.2.3
23062026-05-20T15:28:15.723Z Checking futures-sink v0.3.32
23072026-05-20T15:28:15.742Z Checking icu_locale_core v2.1.1
23082026-05-20T15:28:15.758Z Checking icu_collections v2.1.1
23092026-05-20T15:28:15.789Z Checking cpufeatures v0.2.17
23102026-05-20T15:28:15.827Z Checking futures-channel v0.3.32
23112026-05-20T15:28:15.863Z Checking futures-task v0.3.32
23122026-05-20T15:28:15.909Z Checking serde v1.0.228
23132026-05-20T15:28:15.972Z Checking bitflags v2.11.0
23142026-05-20T15:28:16.010Z Checking serde_json v1.0.149
23152026-05-20T15:28:16.035Z Checking slab v0.4.12
23162026-05-20T15:28:16.080Z Checking futures-io v0.3.32
23172026-05-20T15:28:16.148Z Checking hmac v0.12.1
23182026-05-20T15:28:16.212Z Checking futures-util v0.3.32
23192026-05-20T15:28:16.212Z Checking icu_properties_data v2.1.2
23202026-05-20T15:28:16.227Z Checking num-traits v0.2.19
23212026-05-20T15:28:16.285Z Checking icu_normalizer_data v2.1.1
23222026-05-20T15:28:16.337Z Checking hashbrown v0.17.0
23232026-05-20T15:28:16.351Z Checking bytes v1.11.1
23242026-05-20T15:28:16.355Z Checking icu_provider v2.1.1
23252026-05-20T15:28:16.444Z Checking rand_core v0.10.0
23262026-05-20T15:28:16.529Z Checking getrandom v0.4.1
23272026-05-20T15:28:16.614Z Checking icu_normalizer v2.1.1
23282026-05-20T15:28:16.694Z Checking icu_properties v2.1.2
23292026-05-20T15:28:16.730Z Checking block-padding v0.3.3
23302026-05-20T15:28:16.791Z Checking utf8_iter v1.0.4
23312026-05-20T15:28:16.822Z Checking tokio v1.52.1
23322026-05-20T15:28:16.834Z Checking indexmap v2.14.0
23332026-05-20T15:28:16.867Z Checking inout v0.1.4
23342026-05-20T15:28:16.923Z Checking sha2 v0.10.9
23352026-05-20T15:28:16.947Z Checking form_urlencoded v1.2.2
23362026-05-20T15:28:17.015Z Checking cipher v0.4.4
23372026-05-20T15:28:17.085Z Checking getrandom v0.3.4
23382026-05-20T15:28:17.211Z Checking base64ct v1.8.3
23392026-05-20T15:28:17.236Z Checking byteorder v1.5.0
23402026-05-20T15:28:17.239Z Checking fnv v1.0.7
23412026-05-20T15:28:17.349Z Checking flagset v0.4.7
23422026-05-20T15:28:17.424Z Checking rand_core v0.9.5
23432026-05-20T15:28:17.450Z Checking http v1.4.0
23442026-05-20T15:28:17.463Z Checking pem-rfc7468 v0.7.0
23452026-05-20T15:28:17.482Z Checking regex-syntax v0.8.10
23462026-05-20T15:28:17.566Z Checking idna_adapter v1.2.1
23472026-05-20T15:28:17.618Z Checking salsa20 v0.10.2
23482026-05-20T15:28:17.632Z Checking der v0.7.10
23492026-05-20T15:28:17.702Z Checking idna v1.1.0
23502026-05-20T15:28:17.763Z Checking uuid v1.23.0
23512026-05-20T15:28:17.964Z Checking url v2.5.8
23522026-05-20T15:28:18.059Z Checking pbkdf2 v0.12.2
23532026-05-20T15:28:18.101Z Checking rustix v1.1.3
23542026-05-20T15:28:18.143Z Checking ppv-lite86 v0.2.21
23552026-05-20T15:28:18.178Z Checking tracing-core v0.1.36
23562026-05-20T15:28:18.255Z Checking rustls-pki-types v1.14.0
23572026-05-20T15:28:18.419Z Checking spki v0.7.3
23582026-05-20T15:28:18.451Z Checking iana-time-zone v0.1.65
23592026-05-20T15:28:18.454Z Checking base64 v0.22.1
23602026-05-20T15:28:18.507Z Checking tracing v0.1.44
23612026-05-20T15:28:18.566Z Checking chrono v0.4.44
23622026-05-20T15:28:18.579Z Checking rand_chacha v0.9.0
23632026-05-20T15:28:18.594Z Checking scrypt v0.11.0
23642026-05-20T15:28:18.720Z Checking http-body v1.0.1
23652026-05-20T15:28:18.733Z Checking cbc v0.1.2
23662026-05-20T15:28:18.745Z Checking aes v0.8.4
23672026-05-20T15:28:18.794Z Checking aws-lc-sys v0.40.0
23682026-05-20T15:28:18.875Z Checking untrusted v0.7.1
23692026-05-20T15:28:18.888Z Checking untrusted v0.9.0
23702026-05-20T15:28:18.914Z Checking tinyvec_macros v0.1.1
23712026-05-20T15:28:18.989Z Checking openssl-probe v0.2.1
23722026-05-20T15:28:19.003Z Checking ring v0.17.14
23732026-05-20T15:28:19.006Z Checking tinyvec v1.10.0
23742026-05-20T15:28:19.031Z Checking rand v0.9.2
23752026-05-20T15:28:19.105Z Checking tower-service v0.3.3
23762026-05-20T15:28:19.178Z Checking pkcs5 v0.7.1
23772026-05-20T15:28:19.204Z Checking try-lock v0.2.5
23782026-05-20T15:28:19.313Z Checking tower-layer v0.3.3
23792026-05-20T15:28:19.350Z Checking aws-lc-rs v1.16.3
23802026-05-20T15:28:19.364Z Checking atomic-waker v1.1.2
23812026-05-20T15:28:19.456Z Checking pkcs8 v0.10.2
23822026-05-20T15:28:19.469Z Checking want v0.3.1
23832026-05-20T15:28:19.483Z Checking ipnet v2.11.0
23842026-05-20T15:28:19.520Z Checking httparse v1.10.1
23852026-05-20T15:28:19.541Z Checking aho-corasick v1.1.4
23862026-05-20T15:28:19.597Z Checking plain v0.2.3
23872026-05-20T15:28:19.643Z Checking pin-utils v0.1.0
23882026-05-20T15:28:19.707Z Checking utf8parse v0.2.2
23892026-05-20T15:28:19.720Z Checking httpdate v1.0.3
23902026-05-20T15:28:19.748Z Checking dyn-clone v1.0.20
23912026-05-20T15:28:19.763Z Checking foreign-types-shared v0.1.1
23922026-05-20T15:28:19.815Z Checking fastrand v2.3.0
23932026-05-20T15:28:19.851Z Checking foreign-types v0.3.2
23942026-05-20T15:28:19.867Z Checking unicode-normalization v0.1.25
23952026-05-20T15:28:19.882Z Checking semver v1.0.28
23962026-05-20T15:28:19.924Z Checking openssl-sys v0.9.115
23972026-05-20T15:28:20.007Z Checking tempfile v3.25.0
23982026-05-20T15:28:20.077Z Checking spin v0.9.8
23992026-05-20T15:28:20.110Z Checking socket2 v0.5.10
24002026-05-20T15:28:20.226Z Checking anstyle v1.0.14
24012026-05-20T15:28:20.267Z Checking rustls-webpki v0.103.9
24022026-05-20T15:28:20.276Z Checking regex-automata v0.4.14
24032026-05-20T15:28:20.290Z Checking ucd-trie v0.1.7
24042026-05-20T15:28:20.306Z Checking unicode-ident v1.0.24
24052026-05-20T15:28:20.333Z Checking openssl v0.10.79
24062026-05-20T15:28:20.336Z Checking tokio-util v0.7.18
24072026-05-20T15:28:20.379Z Checking schemars v0.8.22
24082026-05-20T15:28:20.416Z Checking proc-macro2 v1.0.106
24092026-05-20T15:28:20.429Z Checking pest v2.8.6
24102026-05-20T15:28:20.444Z Checking rustls-native-certs v0.8.3
24112026-05-20T15:28:20.584Z Checking thiserror v2.0.18
24122026-05-20T15:28:21.187Z Checking sync_wrapper v1.0.2
24132026-05-20T15:28:21.201Z Checking rustls v0.23.37
24142026-05-20T15:28:21.201Z Checking wait-timeout v0.2.1
24152026-05-20T15:28:21.201Z Checking siphasher v1.0.2
24162026-05-20T15:28:21.201Z Checking anstyle-query v1.1.5
24172026-05-20T15:28:21.201Z Checking colorchoice v1.0.4
24182026-05-20T15:28:21.201Z Checking pretty-hex v0.4.1
24192026-05-20T15:28:21.201Z Checking h2 v0.4.13
24202026-05-20T15:28:21.201Z Checking bit-vec v0.8.0
24212026-05-20T15:28:21.201Z Checking powerfmt v0.2.0
24222026-05-20T15:28:21.201Z Checking is_terminal_polyfill v1.70.2
24232026-05-20T15:28:21.209Z Checking quick-error v1.2.3
24242026-05-20T15:28:21.248Z Checking simd-adler32 v0.3.8
24252026-05-20T15:28:21.279Z Checking bit-set v0.8.0
24262026-05-20T15:28:21.306Z Checking rusty-fork v0.3.1
24272026-05-20T15:28:21.432Z Checking deranged v0.5.8
24282026-05-20T15:28:21.447Z Checking tower v0.5.3
24292026-05-20T15:28:21.487Z Checking quote v1.0.45
24302026-05-20T15:28:21.578Z Compiling newtype-uuid v1.3.2
24312026-05-20T15:28:21.674Z Checking http-body-util v0.1.3
24322026-05-20T15:28:21.780Z Checking crossbeam-utils v0.8.21
24332026-05-20T15:28:21.852Z Checking webpki-roots v1.0.6
24342026-05-20T15:28:21.912Z Checking rand_xorshift v0.4.0
24352026-05-20T15:28:21.978Z Checking crc32fast v1.5.0
24362026-05-20T15:28:22.041Z Checking scroll v0.13.0
24372026-05-20T15:28:22.133Z Checking signature v2.2.0
24382026-05-20T15:28:22.148Z Checking unicode-properties v0.1.4
24392026-05-20T15:28:22.240Z Checking ryu v1.0.23
24402026-05-20T15:28:22.272Z Checking iri-string v0.7.10
24412026-05-20T15:28:22.291Z Checking unicode-bidi v0.3.18
24422026-05-20T15:28:22.351Z Checking num_threads v0.1.7
24432026-05-20T15:28:22.390Z Checking num-conv v0.2.0
24442026-05-20T15:28:22.427Z Checking unarray v0.1.4
24452026-05-20T15:28:22.442Z Checking time-core v0.1.8
24462026-05-20T15:28:22.502Z Checking native-tls v0.2.18
24472026-05-20T15:28:22.515Z Checking adler2 v2.0.1
24482026-05-20T15:28:22.537Z Checking allocator-api2 v0.2.21
24492026-05-20T15:28:22.593Z Checking time v0.3.47
24502026-05-20T15:28:22.608Z Checking stringprep v0.1.5
24512026-05-20T15:28:22.627Z Checking miniz_oxide v0.8.9
24522026-05-20T15:28:22.693Z Checking tokio-native-tls v0.3.1
24532026-05-20T15:28:22.766Z Checking proptest v1.10.0
24542026-05-20T15:28:22.835Z Checking serde_urlencoded v0.7.1
24552026-05-20T15:28:22.865Z Checking goblin v0.10.5
24562026-05-20T15:28:23.008Z Checking bstr v1.12.1
24572026-05-20T15:28:23.051Z Checking crossbeam-epoch v0.9.18
24582026-05-20T15:28:23.292Z Compiling daft v0.1.7
24592026-05-20T15:28:23.307Z Checking tokio-rustls v0.26.4
24602026-05-20T15:28:23.362Z Checking tower-http v0.6.8
24612026-05-20T15:28:23.433Z Checking syn v2.0.117
24622026-05-20T15:28:23.549Z Checking ipnetwork v0.21.1
24632026-05-20T15:28:23.589Z Checking anstyle-parse v1.0.0
24642026-05-20T15:28:23.662Z Checking rand_chacha v0.3.1
24652026-05-20T15:28:23.753Z Checking thiserror v1.0.69
24662026-05-20T15:28:23.780Z Checking scroll v0.12.0
24672026-05-20T15:28:23.799Z Checking hash32 v0.2.1
24682026-05-20T15:28:23.873Z Checking zstd-sys v2.0.16+zstd.1.5.7
24692026-05-20T15:28:23.903Z Checking num-integer v0.1.46
24702026-05-20T15:28:23.917Z Checking hyper v1.8.1
24712026-05-20T15:28:23.982Z Checking toml_datetime v0.6.11
24722026-05-20T15:28:23.994Z Checking serde_spanned v0.6.9
24732026-05-20T15:28:24.026Z Checking md-5 v0.10.6
24742026-05-20T15:28:24.130Z Checking ff v0.13.1
24752026-05-20T15:28:24.146Z Checking encoding_rs v0.8.35
24762026-05-20T15:28:24.176Z Checking zlib-rs v0.6.2
24772026-05-20T15:28:24.179Z Checking psl-types v2.0.11
24782026-05-20T15:28:24.268Z Checking fallible-iterator v0.2.0
24792026-05-20T15:28:24.303Z Checking base16ct v0.2.0
24802026-05-20T15:28:24.436Z Checking mime v0.3.17
24812026-05-20T15:28:24.553Z Checking postgres-protocol v0.6.10
24822026-05-20T15:28:24.625Z Checking sec1 v0.7.3
24832026-05-20T15:28:24.847Z Checking publicsuffix v2.3.0
24842026-05-20T15:28:24.847Z Checking group v0.13.0
24852026-05-20T15:28:24.885Z Checking hyper-util v0.1.20
24862026-05-20T15:28:24.902Z Checking num-iter v0.1.45
24872026-05-20T15:28:25.022Z Checking goblin v0.8.2
24882026-05-20T15:28:25.047Z Checking zstd-safe v7.2.4
24892026-05-20T15:28:25.050Z Checking heapless v0.7.17
24902026-05-20T15:28:25.125Z Checking flate2 v1.1.9
24912026-05-20T15:28:25.138Z Checking rand v0.8.6
24922026-05-20T15:28:25.224Z Checking cookie v0.18.1
24932026-05-20T15:28:25.392Z Checking dof v0.4.0
24942026-05-20T15:28:25.444Z Checking oxnet v0.1.5
24952026-05-20T15:28:25.466Z Checking anstream v1.0.0
24962026-05-20T15:28:25.499Z Compiling iddqd v0.4.1
24972026-05-20T15:28:25.677Z Checking dtrace-parser v0.3.0
24982026-05-20T15:28:25.690Z Checking phf_shared v0.13.1
24992026-05-20T15:28:25.705Z Checking lazy_static v1.5.0
25002026-05-20T15:28:25.798Z Checking anstyle-parse v0.2.7
25012026-05-20T15:28:25.879Z Checking pin-project v1.1.11
25022026-05-20T15:28:25.898Z Checking zerocopy v0.7.35
25032026-05-20T15:28:25.928Z Checking bzip2-sys v0.1.13+1.0.8
25042026-05-20T15:28:25.959Z Checking signal-hook v0.3.18
25052026-05-20T15:28:25.978Z Checking terminal_size v0.4.3
25062026-05-20T15:28:26.016Z Checking futures-executor v0.3.32
25072026-05-20T15:28:26.069Z Checking hex v0.4.3
25082026-05-20T15:28:26.097Z Checking hkdf v0.12.4
25092026-05-20T15:28:26.160Z Checking crypto-bigint v0.5.5
25102026-05-20T15:28:26.174Z Checking thread-id v5.1.0
25112026-05-20T15:28:26.238Z Checking hyper-rustls v0.27.7
25122026-05-20T15:28:26.238Z Checking hyper-tls v0.6.0
25132026-05-20T15:28:26.263Z Checking bitflags v1.3.2
25142026-05-20T15:28:26.307Z Checking winnow v0.7.14
25152026-05-20T15:28:26.337Z Checking libbz2-rs-sys v0.2.2
25162026-05-20T15:28:26.414Z Checking winnow v0.5.40
25172026-05-20T15:28:26.428Z Checking same-file v1.0.6
25182026-05-20T15:28:26.473Z Checking strsim v0.11.1
25192026-05-20T15:28:26.550Z Compiling rayon-core v1.13.0
25202026-05-20T15:28:26.651Z Checking bumpalo v3.20.2
25212026-05-20T15:28:26.749Z Checking clap_lex v1.0.0
25222026-05-20T15:28:26.762Z Checking managed v0.8.0
25232026-05-20T15:28:26.798Z Checking foldhash v0.2.0
25242026-05-20T15:28:26.869Z Checking foldhash v0.1.5
25252026-05-20T15:28:26.911Z Checking clap_builder v4.6.0
25262026-05-20T15:28:26.955Z Checking smoltcp v0.9.1
25272026-05-20T15:28:26.968Z Checking hashbrown v0.16.1
25282026-05-20T15:28:27.012Z Checking hashbrown v0.15.5
25292026-05-20T15:28:27.064Z Checking dof v0.3.0
25302026-05-20T15:28:27.125Z Checking elliptic-curve v0.13.8
25312026-05-20T15:28:27.364Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25322026-05-20T15:28:27.452Z Checking zopfli v0.8.3
25332026-05-20T15:28:27.493Z Checking bzip2 v0.6.1
25342026-05-20T15:28:27.523Z Checking walkdir v2.5.0
25352026-05-20T15:28:27.566Z Checking reqwest v0.12.28
25362026-05-20T15:28:27.582Z Checking usdt-impl v0.6.0
25372026-05-20T15:28:27.595Z Checking futures v0.3.32
25382026-05-20T15:28:27.647Z Checking toml_edit v0.19.15
25392026-05-20T15:28:27.661Z Checking signal-hook-mio v0.2.5
25402026-05-20T15:28:27.675Z Checking bzip2 v0.4.4
25412026-05-20T15:28:27.694Z Checking snafu v0.8.9
25422026-05-20T15:28:27.767Z Checking anstream v0.6.21
25432026-05-20T15:28:27.804Z Checking phf v0.13.1
25442026-05-20T15:28:27.849Z Checking num-bigint-dig v0.8.6
25452026-05-20T15:28:27.948Z Checking cookie_store v0.22.1
25462026-05-20T15:28:27.961Z Checking zstd v0.13.3
25472026-05-20T15:28:27.981Z Checking postgres-types v0.2.12
25482026-05-20T15:28:28.152Z Checking dtrace-parser v0.2.0
25492026-05-20T15:28:28.166Z Checking globset v0.4.18
25502026-05-20T15:28:28.228Z Checking rustls-platform-verifier v0.6.2
25512026-05-20T15:28:28.297Z Checking crossbeam-deque v0.8.6
25522026-05-20T15:28:28.317Z Checking ed25519 v2.2.3
25532026-05-20T15:28:28.378Z Checking regex v1.12.3
25542026-05-20T15:28:28.407Z Checking phf_shared v0.11.3
25552026-05-20T15:28:28.437Z Checking olpc-cjson v0.1.4
25562026-05-20T15:28:28.462Z Checking ref-cast v1.0.25
25572026-05-20T15:28:28.484Z Checking curve25519-dalek v4.1.3
25582026-05-20T15:28:28.513Z Checking strum v0.27.2
25592026-05-20T15:28:28.558Z Checking hubpack v0.1.2
25602026-05-20T15:28:28.570Z Checking memoffset v0.9.1
25612026-05-20T15:28:28.582Z Checking rustix v0.38.44
25622026-05-20T15:28:28.631Z Checking pkcs1 v0.7.5
25632026-05-20T15:28:28.652Z Checking pem v3.0.6
25642026-05-20T15:28:28.676Z Checking float-cmp v0.10.0
25652026-05-20T15:28:28.733Z Checking erased-serde v0.3.31
25662026-05-20T15:28:28.736Z Checking serde_plain v1.0.2
25672026-05-20T15:28:28.760Z Checking serde-big-array v0.5.1
25682026-05-20T15:28:28.819Z Checking rfc6979 v0.4.0
25692026-05-20T15:28:28.823Z Checking memmap2 v0.9.10
25702026-05-20T15:28:28.855Z Checking thread-id v4.2.2
25712026-05-20T15:28:28.918Z Checking env_filter v1.0.0
25722026-05-20T15:28:28.921Z Checking whoami v2.1.0
25732026-05-20T15:28:28.943Z Checking fixedbitset v0.4.2
25742026-05-20T15:28:28.946Z Checking static_assertions v1.1.0
25752026-05-20T15:28:29.003Z Checking either v1.15.0
25762026-05-20T15:28:29.027Z Checking precomputed-hash v0.1.1
25772026-05-20T15:28:29.079Z Checking predicates-core v1.0.10
25782026-05-20T15:28:29.099Z Checking typed-path v0.9.3
25792026-05-20T15:28:29.119Z Checking toml_write v0.1.2
25802026-05-20T15:28:29.132Z Checking fixedbitset v0.5.7
25812026-05-20T15:28:29.169Z Checking difflib v0.4.0
25822026-05-20T15:28:29.206Z Checking data-encoding v2.10.0
25832026-05-20T15:28:29.219Z Checking keccak v0.1.6
25842026-05-20T15:28:29.303Z Checking new_debug_unreachable v1.0.6
25852026-05-20T15:28:29.320Z Checking unicode-segmentation v1.12.0
25862026-05-20T15:28:29.339Z Checking normalize-line-endings v0.3.0
25872026-05-20T15:28:29.358Z Checking jiff v0.2.21
25882026-05-20T15:28:29.374Z Checking string_cache v0.8.9
25892026-05-20T15:28:29.398Z Checking sha3 v0.10.8
25902026-05-20T15:28:29.433Z Checking predicates v3.1.4
25912026-05-20T15:28:29.464Z Checking crossterm v0.28.1
25922026-05-20T15:28:29.505Z Checking hickory-proto v0.25.2
25932026-05-20T15:28:29.550Z Checking petgraph v0.8.3
25942026-05-20T15:28:29.614Z Checking ed25519-dalek v2.2.0
25952026-05-20T15:28:29.650Z Checking similar v2.7.0
25962026-05-20T15:28:29.747Z Checking toml_edit v0.22.27
25972026-05-20T15:28:29.859Z Checking slog v2.8.2
25982026-05-20T15:28:29.913Z Checking tough v0.22.0
25992026-05-20T15:28:30.050Z Checking tokio-postgres v0.7.16
26002026-05-20T15:28:30.138Z Checking petgraph v0.6.5
26012026-05-20T15:28:30.208Z Checking env_logger v0.11.9
26022026-05-20T15:28:30.415Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
26032026-05-20T15:28:30.898Z Checking usdt v0.6.0
26042026-05-20T15:28:31.081Z Checking ecdsa v0.16.9
26052026-05-20T15:28:31.205Z Checking usdt-impl v0.5.0
26062026-05-20T15:28:31.398Z Checking rsa v0.9.10
26072026-05-20T15:28:31.440Z Checking toml v0.7.8
26082026-05-20T15:28:31.466Z Checking nix v0.31.2
26092026-05-20T15:28:31.701Z Checking zip v4.6.1
26102026-05-20T15:28:31.899Z Checking reqwest v0.13.2
26112026-05-20T15:28:32.064Z Checking clap v4.6.1
26122026-05-20T15:28:32.122Z Checking zip v0.6.6
26132026-05-20T15:28:32.173Z Checking toml_parser v1.0.9+spec-1.1.0
26142026-05-20T15:28:32.310Z Checking serde_with v3.17.0
26152026-05-20T15:28:32.425Z Checking strum v0.26.3
26162026-05-20T15:28:32.468Z Checking fs-err v3.3.0
26172026-05-20T15:28:32.482Z Checking ahash v0.8.12
26182026-05-20T15:28:32.523Z Checking object v0.37.3
26192026-05-20T15:28:32.523Z Checking tokio-stream v0.1.18
26202026-05-20T15:28:32.547Z Checking buf-list v1.1.2
26212026-05-20T15:28:32.685Z Checking anyhow v1.0.102
26222026-05-20T15:28:32.739Z Checking camino v1.2.2
26232026-05-20T15:28:32.787Z Checking x509-cert v0.2.5
26242026-05-20T15:28:32.818Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
26252026-05-20T15:28:32.843Z Checking openapiv3 v2.2.0
26262026-05-20T15:28:32.895Z Checking toml_datetime v0.7.5+spec-1.1.0
26272026-05-20T15:28:32.947Z Checking sha1 v0.10.6
26282026-05-20T15:28:33.002Z Checking lalrpop-util v0.19.12
26292026-05-20T15:28:33.096Z Checking peg-runtime v0.8.5
26302026-05-20T15:28:33.108Z Checking rayon v1.11.0
26312026-05-20T15:28:33.121Z Checking sigpipe v0.1.3
26322026-05-20T15:28:33.174Z Checking glob v0.3.3
26332026-05-20T15:28:34.859Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26342026-05-20T15:28:35.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.61s
26352026-05-20T15:28:35.407Z
26362026-05-20T15:28:35.407Zinfo: running `cargo check --bins` on internal-dns-types (77/276)
26372026-05-20T15:28:35.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26382026-05-20T15:28:35.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26392026-05-20T15:28:35.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26402026-05-20T15:28:35.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26412026-05-20T15:28:36.013Z
26422026-05-20T15:28:36.013Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/276)
26432026-05-20T15:28:36.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26442026-05-20T15:28:36.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26452026-05-20T15:28:36.591Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26462026-05-20T15:28:36.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26472026-05-20T15:28:36.688Z
26482026-05-20T15:28:36.689Zinfo: running `cargo check --bins` on nexus-types-versions (79/276)
26492026-05-20T15:28:37.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26502026-05-20T15:28:37.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26512026-05-20T15:28:37.289Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26522026-05-20T15:28:37.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
26532026-05-20T15:28:37.398Z
26542026-05-20T15:28:37.398Zinfo: running `cargo check --bins` on oxql-types (80/276)
26552026-05-20T15:28:37.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26562026-05-20T15:28:37.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26572026-05-20T15:28:37.961Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26582026-05-20T15:28:37.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26592026-05-20T15:28:38.064Z
26602026-05-20T15:28:38.064Zinfo: running `cargo check --bins` on oximeter-types (81/276)
26612026-05-20T15:28:38.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26622026-05-20T15:28:38.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26632026-05-20T15:28:38.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26642026-05-20T15:28:38.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26652026-05-20T15:28:38.719Z
26662026-05-20T15:28:38.719Zinfo: running `cargo check --bins` on oximeter-types-versions (82/276)
26672026-05-20T15:28:39.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26682026-05-20T15:28:39.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26692026-05-20T15:28:39.293Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26702026-05-20T15:28:39.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26712026-05-20T15:28:39.393Z
26722026-05-20T15:28:39.393Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/276)
26732026-05-20T15:28:39.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26742026-05-20T15:28:39.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26752026-05-20T15:28:39.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26762026-05-20T15:28:39.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26772026-05-20T15:28:40.047Z
26782026-05-20T15:28:40.047Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/276)
26792026-05-20T15:28:40.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26802026-05-20T15:28:40.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26812026-05-20T15:28:40.800Z Compiling structmeta-derive v0.3.0
26822026-05-20T15:28:40.925Z Compiling rustls v0.22.4
26832026-05-20T15:28:40.937Z Compiling multer v3.1.0
26842026-05-20T15:28:40.949Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26852026-05-20T15:28:40.949Z Compiling async-stream-impl v0.3.6
26862026-05-20T15:28:40.974Z Compiling dropshot v0.17.0
26872026-05-20T15:28:40.990Z Compiling dropshot_endpoint v0.17.0
26882026-05-20T15:28:40.990Z Compiling newtype-uuid-macros v0.1.0
26892026-05-20T15:28:41.116Z Checking newtype-uuid v1.3.2
26902026-05-20T15:28:41.187Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26912026-05-20T15:28:41.253Z Checking rustls-webpki v0.102.8
26922026-05-20T15:28:41.330Z Checking daft v0.1.7
26932026-05-20T15:28:41.349Z Checking thread_local v1.1.9
26942026-05-20T15:28:41.527Z Checking compression-core v0.4.31
26952026-05-20T15:28:41.576Z Checking match_cfg v0.1.0
26962026-05-20T15:28:41.592Z Checking iddqd v0.4.1
26972026-05-20T15:28:41.661Z Checking hostname v0.3.1
26982026-05-20T15:28:41.661Z Checking compression-codecs v0.4.37
26992026-05-20T15:28:41.690Z Checking crossbeam-channel v0.5.15
27002026-05-20T15:28:41.765Z Checking slog-json v2.6.1
27012026-05-20T15:28:41.807Z Checking serde_spanned v1.0.4
27022026-05-20T15:28:41.853Z Checking toml_datetime v1.0.0+spec-1.1.0
27032026-05-20T15:28:41.933Z Checking is-terminal v0.4.17
27042026-05-20T15:28:41.947Z Checking term v1.2.1
27052026-05-20T15:28:42.032Z Checking toml_writer v1.0.6+spec-1.1.0
27062026-05-20T15:28:42.047Z Checking take_mut v0.2.2
27072026-05-20T15:28:42.059Z Compiling structmeta v0.3.0
27082026-05-20T15:28:42.071Z Checking debug-ignore v1.0.5
27092026-05-20T15:28:42.155Z Checking slog-async v2.8.0
27102026-05-20T15:28:42.173Z Checking slog-bunyan v2.5.0
27112026-05-20T15:28:42.185Z Checking slog-term v2.9.2
27122026-05-20T15:28:42.223Z Checking toml v1.0.6+spec-1.1.0
27132026-05-20T15:28:42.282Z Compiling derive-ex v0.1.8
27142026-05-20T15:28:42.296Z Compiling parse-display-derive v0.10.0
27152026-05-20T15:28:42.340Z Checking async-compression v0.4.41
27162026-05-20T15:28:42.458Z Checking async-stream v0.3.6
27172026-05-20T15:28:42.575Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27182026-05-20T15:28:42.595Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27192026-05-20T15:28:42.598Z Checking progenitor-client v0.14.0
27202026-05-20T15:28:42.655Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27212026-05-20T15:28:42.810Z Checking waitgroup v0.1.2
27222026-05-20T15:28:42.833Z Checking backon v1.6.0
27232026-05-20T15:28:42.858Z Checking rustls-pemfile v2.2.0
27242026-05-20T15:28:42.917Z Checking serde_path_to_error v0.1.20
27252026-05-20T15:28:42.956Z Checking hostname v0.4.2
27262026-05-20T15:28:43.004Z Checking instant v0.1.13
27272026-05-20T15:28:43.099Z Checking backoff v0.4.0
27282026-05-20T15:28:43.196Z Checking tokio-rustls v0.25.0
27292026-05-20T15:28:43.210Z Checking progenitor-extras v0.2.0
27302026-05-20T15:28:43.327Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27312026-05-20T15:28:43.401Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27322026-05-20T15:28:43.445Z Checking itertools v0.14.0
27332026-05-20T15:28:43.559Z Checking progenitor-client v0.10.0
27342026-05-20T15:28:43.677Z Checking regress v0.10.5
27352026-05-20T15:28:43.797Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
27362026-05-20T15:28:44.047Z Checking macaddr v1.0.1
27372026-05-20T15:28:44.081Z Compiling test-strategy v0.4.5
27382026-05-20T15:28:44.121Z Checking parse-display v0.10.0
27392026-05-20T15:28:45.451Z Compiling prettyplease v0.2.37
27402026-05-20T15:28:45.659Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27412026-05-20T15:28:45.900Z Checking num-rational v0.4.2
27422026-05-20T15:28:46.075Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27432026-05-20T15:28:46.420Z Checking num-complex v0.4.6
27442026-05-20T15:28:46.907Z Checking num v0.4.3
27452026-05-20T15:28:46.988Z Compiling usdt-attr-macro v0.5.0
27462026-05-20T15:28:47.127Z Compiling usdt-macro v0.5.0
27472026-05-20T15:28:47.278Z Checking memmap v0.7.0
27482026-05-20T15:28:47.292Z Compiling float-ord v0.3.2
27492026-05-20T15:28:47.420Z Compiling convert_case v0.4.0
27502026-05-20T15:28:47.434Z Checking unicode-width v0.2.0
27512026-05-20T15:28:47.726Z Checking console v0.15.11
27522026-05-20T15:28:47.831Z Compiling derive_more v0.99.20
27532026-05-20T15:28:47.845Z Checking newline-converter v0.3.0
27542026-05-20T15:28:47.907Z Checking usdt v0.5.0
27552026-05-20T15:28:47.959Z Checking atomicwrites v0.4.4
27562026-05-20T15:28:48.019Z Compiling toml v0.8.23
27572026-05-20T15:28:48.086Z Checking linked-hash-map v0.5.6
27582026-05-20T15:28:48.100Z Compiling minimal-lexical v0.2.1
27592026-05-20T15:28:48.268Z Checking lru-cache v0.1.2
27602026-05-20T15:28:48.377Z Compiling nom v7.1.3
27612026-05-20T15:28:48.402Z Checking expectorate v1.2.0
27622026-05-20T15:28:49.072Z Checking camino-tempfile v1.4.1
27632026-05-20T15:28:49.257Z Checking hickory-proto v0.24.4
27642026-05-20T15:28:49.286Z Checking phf_shared v0.12.1
27652026-05-20T15:28:49.443Z Compiling slog-dtrace v0.3.0
27662026-05-20T15:28:49.573Z Checking resolv-conf v0.7.6
27672026-05-20T15:28:49.661Z Checking heck v0.5.0
27682026-05-20T15:28:49.783Z Compiling chrono-tz v0.10.4
27692026-05-20T15:28:49.859Z Compiling const_format_proc_macros v0.2.34
27702026-05-20T15:28:49.881Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27712026-05-20T15:28:49.924Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27722026-05-20T15:28:49.997Z Checking phf v0.12.1
27732026-05-20T15:28:50.152Z Checking tokio-dtrace v0.1.1
27742026-05-20T15:28:50.357Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27752026-05-20T15:28:50.384Z Compiling derive-where v1.6.0
27762026-05-20T15:28:50.653Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27772026-05-20T15:28:50.920Z Checking highway v1.3.0
27782026-05-20T15:28:51.173Z Checking const_format v0.2.35
27792026-05-20T15:28:51.188Z Checking hickory-resolver v0.24.4
27802026-05-20T15:28:51.385Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27812026-05-20T15:28:51.449Z Checking oxide-tokio-rt v0.1.4
27822026-05-20T15:28:51.564Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27832026-05-20T15:28:51.790Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27842026-05-20T15:28:51.805Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27852026-05-20T15:28:51.962Z Checking qorb v0.4.1
27862026-05-20T15:28:51.978Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27872026-05-20T15:28:52.091Z Checking gethostname v0.5.0
27882026-05-20T15:28:52.144Z Checking bcs v0.1.6
27892026-05-20T15:28:52.188Z Checking termtree v0.5.1
27902026-05-20T15:28:55.504Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27912026-05-20T15:28:58.418Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27922026-05-20T15:29:00.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.67s
27932026-05-20T15:29:00.921Z
27942026-05-20T15:29:00.921Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/276)
27952026-05-20T15:29:01.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27962026-05-20T15:29:01.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27972026-05-20T15:29:01.668Z Compiling ar_archive_writer v0.5.1
27982026-05-20T15:29:01.789Z Compiling stacker v0.1.23
27992026-05-20T15:29:01.798Z Compiling cfg_aliases v0.1.1
28002026-05-20T15:29:01.807Z Compiling convert_case v0.10.0
28012026-05-20T15:29:01.807Z Checking unicode-width v0.1.14
28022026-05-20T15:29:01.827Z Compiling proc-macro-error v1.0.4
28032026-05-20T15:29:01.839Z Checking fd-lock v4.0.4
28042026-05-20T15:29:01.842Z Checking nibble_vec v0.1.0
28052026-05-20T15:29:01.864Z Compiling nix v0.28.0
28062026-05-20T15:29:01.965Z Checking vte v0.14.1
28072026-05-20T15:29:01.978Z Compiling recursive-proc-macro-impl v0.1.1
28082026-05-20T15:29:02.062Z Checking bytecount v0.6.9
28092026-05-20T15:29:02.074Z Checking endian-type v0.1.2
28102026-05-20T15:29:02.123Z Compiling derive_more-impl v2.1.1
28112026-05-20T15:29:02.126Z Checking strip-ansi-escapes v0.2.1
28122026-05-20T15:29:02.140Z Compiling tabled_derive v0.7.0
28132026-05-20T15:29:02.197Z Checking papergrid v0.11.0
28142026-05-20T15:29:02.211Z Checking radix_trie v0.2.1
28152026-05-20T15:29:02.288Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28162026-05-20T15:29:02.396Z Checking itertools v0.13.0
28172026-05-20T15:29:02.431Z Compiling peg-macros v0.8.5
28182026-05-20T15:29:02.662Z Compiling psm v0.1.30
28192026-05-20T15:29:02.783Z Checking winnow v0.6.26
28202026-05-20T15:29:02.839Z Compiling sqlparser_derive v0.5.0
28212026-05-20T15:29:03.004Z Checking derive_more v2.1.1
28222026-05-20T15:29:03.092Z Checking unicode_categories v0.1.1
28232026-05-20T15:29:03.179Z Checking nu-ansi-term v0.50.3
28242026-05-20T15:29:03.235Z Checking home v0.5.12
28252026-05-20T15:29:03.260Z Checking tabled v0.15.0
28262026-05-20T15:29:03.347Z Checking rustyline v14.0.0
28272026-05-20T15:29:03.398Z Checking crossterm v0.29.0
28282026-05-20T15:29:03.493Z Checking recursive v0.1.1
28292026-05-20T15:29:03.511Z Checking reedline v0.40.0
28302026-05-20T15:29:03.618Z Checking display-error-chain v0.2.2
28312026-05-20T15:29:03.645Z Checking sqlparser v0.61.0
28322026-05-20T15:29:03.908Z Checking peg v0.8.5
28332026-05-20T15:29:03.988Z Checking sqlformat v0.3.5
28342026-05-20T15:29:15.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.49s
28352026-05-20T15:29:15.615Z
28362026-05-20T15:29:15.615Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/276)
28372026-05-20T15:29:16.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28382026-05-20T15:29:16.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28392026-05-20T15:29:16.341Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28402026-05-20T15:29:20.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.41s
28412026-05-20T15:29:20.247Z
28422026-05-20T15:29:20.247Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/276)
28432026-05-20T15:29:20.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28442026-05-20T15:29:20.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28452026-05-20T15:29:21.011Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28462026-05-20T15:29:23.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.38s
28472026-05-20T15:29:23.846Z
28482026-05-20T15:29:23.846Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/276)
28492026-05-20T15:29:24.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28502026-05-20T15:29:24.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28512026-05-20T15:29:24.575Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28522026-05-20T15:29:27.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.13s
28532026-05-20T15:29:28.185Z
28542026-05-20T15:29:28.185Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/276)
28552026-05-20T15:29:28.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28562026-05-20T15:29:28.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28572026-05-20T15:29:28.921Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28582026-05-20T15:29:32.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.16s
28592026-05-20T15:29:32.561Z
28602026-05-20T15:29:32.562Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/276)
28612026-05-20T15:29:33.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28622026-05-20T15:29:33.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28632026-05-20T15:29:33.292Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28642026-05-20T15:29:36.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.45s
28652026-05-20T15:29:36.225Z
28662026-05-20T15:29:36.225Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/276)
28672026-05-20T15:29:36.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28682026-05-20T15:29:36.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28692026-05-20T15:29:36.955Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28702026-05-20T15:29:39.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.51s
28712026-05-20T15:29:39.946Z
28722026-05-20T15:29:39.946Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/276)
28732026-05-20T15:29:40.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28742026-05-20T15:29:40.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28752026-05-20T15:29:40.680Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28762026-05-20T15:29:44.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.33s
28772026-05-20T15:29:44.491Z
28782026-05-20T15:29:44.491Zinfo: running `cargo check --bins` on oximeter (93/276)
28792026-05-20T15:29:45.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28802026-05-20T15:29:45.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28812026-05-20T15:29:45.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28822026-05-20T15:29:45.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28832026-05-20T15:29:45.138Z
28842026-05-20T15:29:45.138Zinfo: running `cargo check --bins` on oximeter-schema (94/276)
28852026-05-20T15:29:45.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28862026-05-20T15:29:45.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28872026-05-20T15:29:45.828Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28882026-05-20T15:29:46.013Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28892026-05-20T15:29:46.016Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28902026-05-20T15:29:46.383Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28912026-05-20T15:29:49.468Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28922026-05-20T15:29:50.761Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28932026-05-20T15:29:50.937Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28942026-05-20T15:29:51.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.51s
28952026-05-20T15:29:51.852Z
28962026-05-20T15:29:51.852Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/276)
28972026-05-20T15:29:52.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28982026-05-20T15:29:52.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28992026-05-20T15:29:52.410Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29002026-05-20T15:29:52.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
29012026-05-20T15:29:52.512Z
29022026-05-20T15:29:52.512Zinfo: running `cargo check --bins` on oximeter-test-utils (96/276)
29032026-05-20T15:29:53.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29042026-05-20T15:29:53.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29052026-05-20T15:29:53.111Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29062026-05-20T15:29:53.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
29072026-05-20T15:29:53.219Z
29082026-05-20T15:29:53.219Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/276)
29092026-05-20T15:29:53.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29102026-05-20T15:29:53.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29112026-05-20T15:29:53.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29122026-05-20T15:29:53.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
29132026-05-20T15:29:53.888Z
29142026-05-20T15:29:53.888Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/276)
29152026-05-20T15:29:54.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29162026-05-20T15:29:54.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29172026-05-20T15:29:54.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29182026-05-20T15:29:54.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
29192026-05-20T15:29:54.554Z
29202026-05-20T15:29:54.554Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/276)
29212026-05-20T15:29:55.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29222026-05-20T15:29:55.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29232026-05-20T15:29:55.123Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29242026-05-20T15:29:55.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
29252026-05-20T15:29:55.222Z
29262026-05-20T15:29:55.223Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/276)
29272026-05-20T15:29:55.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29282026-05-20T15:29:55.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29292026-05-20T15:29:55.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29302026-05-20T15:29:55.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
29312026-05-20T15:29:55.885Z
29322026-05-20T15:29:55.885Zinfo: running `cargo check --bins` on trust-quorum-types (101/276)
29332026-05-20T15:29:56.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29342026-05-20T15:29:56.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29352026-05-20T15:29:56.433Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29362026-05-20T15:29:56.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
29372026-05-20T15:29:56.527Z
29382026-05-20T15:29:56.527Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/276)
29392026-05-20T15:29:57.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29402026-05-20T15:29:57.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29412026-05-20T15:29:57.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29422026-05-20T15:29:57.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
29432026-05-20T15:29:57.187Z
29442026-05-20T15:29:57.187Zinfo: running `cargo check --bins` on update-engine (103/276)
29452026-05-20T15:29:57.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29462026-05-20T15:29:57.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29472026-05-20T15:29:57.734Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29482026-05-20T15:29:57.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
29492026-05-20T15:29:57.826Z
29502026-05-20T15:29:57.826Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/276)
29512026-05-20T15:29:58.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29522026-05-20T15:29:58.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29532026-05-20T15:29:58.601Z Compiling crucible-workspace-hack v0.1.0
29542026-05-20T15:29:58.727Z Checking secrecy v0.10.3
29552026-05-20T15:29:58.736Z Compiling heapless v0.8.0
29562026-05-20T15:29:58.743Z Compiling ingot-macros v0.1.1
29572026-05-20T15:29:58.750Z Compiling toml_edit v0.23.10+spec-1.0.0
29582026-05-20T15:29:58.753Z Checking hash32 v0.3.1
29592026-05-20T15:29:58.771Z Compiling smoltcp v0.11.0
29602026-05-20T15:29:58.774Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29612026-05-20T15:29:58.838Z Checking cobs v0.3.0
29622026-05-20T15:29:58.876Z Compiling thiserror-impl-no-std v2.0.2
29632026-05-20T15:29:58.989Z Checking universal-hash v0.5.1
29642026-05-20T15:29:59.003Z Checking half v2.7.1
29652026-05-20T15:29:59.044Z Checking ciborium-io v0.2.2
29662026-05-20T15:29:59.122Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
29672026-05-20T15:29:59.141Z Checking opaque-debug v0.3.1
29682026-05-20T15:29:59.206Z Checking postcard v1.1.3
29692026-05-20T15:29:59.262Z Checking poly1305 v0.8.0
29702026-05-20T15:29:59.276Z Checking ciborium-ll v0.2.2
29712026-05-20T15:29:59.333Z Compiling proc-macro-crate v3.4.0
29722026-05-20T15:29:59.460Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29732026-05-20T15:29:59.516Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29742026-05-20T15:29:59.538Z Checking password-hash v0.5.0
29752026-05-20T15:29:59.780Z Checking chacha20 v0.9.1
29762026-05-20T15:29:59.794Z Compiling proc-macro-crate v1.3.1
29772026-05-20T15:29:59.810Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29782026-05-20T15:29:59.902Z Checking blake2 v0.10.6
29792026-05-20T15:29:59.927Z Compiling num_enum_derive v0.7.6
29802026-05-20T15:29:59.990Z Checking aead v0.5.2
29812026-05-20T15:30:00.064Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29822026-05-20T15:30:00.136Z Checking thiserror-no-std v2.0.2
29832026-05-20T15:30:00.149Z Compiling foreign-types-macros v0.2.3
29842026-05-20T15:30:00.162Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29852026-05-20T15:30:00.230Z Checking foreign-types-shared v0.3.1
29862026-05-20T15:30:00.244Z Checking cpufeatures v0.3.0
29872026-05-20T15:30:00.286Z Compiling num_enum_derive v0.5.11
29882026-05-20T15:30:00.323Z Checking chacha20 v0.10.0
29892026-05-20T15:30:00.337Z Checking vsss-rs v3.3.4
29902026-05-20T15:30:00.418Z Checking argon2 v0.5.3
29912026-05-20T15:30:00.556Z Checking chacha20poly1305 v0.10.1
29922026-05-20T15:30:00.697Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29932026-05-20T15:30:00.780Z Checking foreign-types v0.5.0
29942026-05-20T15:30:00.794Z Checking ciborium v0.2.2
29952026-05-20T15:30:00.981Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29962026-05-20T15:30:01.012Z Checking tabwriter v1.4.1
29972026-05-20T15:30:01.039Z Checking num_enum v0.7.6
29982026-05-20T15:30:01.161Z Checking byte-wrapper v0.1.0
29992026-05-20T15:30:01.176Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30002026-05-20T15:30:01.247Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30012026-05-20T15:30:01.282Z Checking cstr-argument v0.1.2
30022026-05-20T15:30:01.381Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ca2cb23e)
30032026-05-20T15:30:01.396Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30042026-05-20T15:30:01.414Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30052026-05-20T15:30:01.530Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30062026-05-20T15:30:01.597Z Checking num_enum v0.5.11
30072026-05-20T15:30:01.615Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
30082026-05-20T15:30:01.632Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30092026-05-20T15:30:01.717Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30102026-05-20T15:30:01.730Z Checking rand v0.10.1
30112026-05-20T15:30:01.746Z Checking ingot-types v0.1.2
30122026-05-20T15:30:01.749Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
30132026-05-20T15:30:01.787Z Checking winnow v1.0.3
30142026-05-20T15:30:01.933Z Checking colored v3.1.1
30152026-05-20T15:30:02.023Z Checking indent_write v2.2.0
30162026-05-20T15:30:02.126Z Checking ingot v0.1.1
30172026-05-20T15:30:02.141Z Compiling zone_cfg_derive v0.3.1
30182026-05-20T15:30:02.155Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30192026-05-20T15:30:02.168Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30202026-05-20T15:30:02.224Z Checking itertools v0.12.1
30212026-05-20T15:30:02.252Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30222026-05-20T15:30:02.333Z Compiling num-derive v0.4.2
30232026-05-20T15:30:02.348Z Checking swrite v0.1.0
30242026-05-20T15:30:02.362Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30252026-05-20T15:30:02.447Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30262026-05-20T15:30:02.578Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30272026-05-20T15:30:02.708Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30282026-05-20T15:30:02.748Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30292026-05-20T15:30:02.785Z Checking dropshot-api-manager-types v0.7.1
30302026-05-20T15:30:02.817Z Checking smf v0.2.3
30312026-05-20T15:30:02.865Z Checking nanorand v0.7.0
30322026-05-20T15:30:02.964Z Checking whoami v1.6.1
30332026-05-20T15:30:03.064Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30342026-05-20T15:30:03.078Z Checking flume v0.11.1
30352026-05-20T15:30:03.310Z Checking zone v0.3.1
30362026-05-20T15:30:03.313Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
30372026-05-20T15:30:03.772Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30382026-05-20T15:30:04.809Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30392026-05-20T15:30:05.744Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30402026-05-20T15:30:09.055Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30412026-05-20T15:30:11.191Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30422026-05-20T15:30:12.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.52s
30432026-05-20T15:30:12.561Z
30442026-05-20T15:30:12.561Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/276)
30452026-05-20T15:30:13.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30462026-05-20T15:30:13.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30472026-05-20T15:30:13.120Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30482026-05-20T15:30:13.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30492026-05-20T15:30:13.219Z
30502026-05-20T15:30:13.219Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/276)
30512026-05-20T15:30:13.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30522026-05-20T15:30:13.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30532026-05-20T15:30:13.778Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30542026-05-20T15:30:13.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30552026-05-20T15:30:13.880Z
30562026-05-20T15:30:13.880Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/276)
30572026-05-20T15:30:14.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30582026-05-20T15:30:14.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30592026-05-20T15:30:14.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30602026-05-20T15:30:14.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30612026-05-20T15:30:14.535Z
30622026-05-20T15:30:14.535Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/276)
30632026-05-20T15:30:15.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30642026-05-20T15:30:15.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30652026-05-20T15:30:15.096Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30662026-05-20T15:30:15.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30672026-05-20T15:30:15.197Z
30682026-05-20T15:30:15.197Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/276)
30692026-05-20T15:30:15.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30702026-05-20T15:30:15.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30712026-05-20T15:30:15.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30722026-05-20T15:30:15.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30732026-05-20T15:30:15.854Z
30742026-05-20T15:30:15.854Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/276)
30752026-05-20T15:30:16.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30762026-05-20T15:30:16.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30772026-05-20T15:30:16.409Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30782026-05-20T15:30:16.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30792026-05-20T15:30:16.506Z
30802026-05-20T15:30:16.506Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/276)
30812026-05-20T15:30:17.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30822026-05-20T15:30:17.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30832026-05-20T15:30:17.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30842026-05-20T15:30:17.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30852026-05-20T15:30:17.162Z
30862026-05-20T15:30:17.162Zinfo: running `cargo check --bins` on cockroach-admin-client (112/276)
30872026-05-20T15:30:17.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30882026-05-20T15:30:17.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30892026-05-20T15:30:17.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30902026-05-20T15:30:17.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30912026-05-20T15:30:17.802Z
30922026-05-20T15:30:17.802Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/276)
30932026-05-20T15:30:18.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30942026-05-20T15:30:18.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30952026-05-20T15:30:18.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30962026-05-20T15:30:18.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30972026-05-20T15:30:18.457Z
30982026-05-20T15:30:18.457Zinfo: running `cargo check --bins` on dns-service-client (114/276)
30992026-05-20T15:30:19.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31002026-05-20T15:30:19.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31012026-05-20T15:30:19.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31022026-05-20T15:30:19.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
31032026-05-20T15:30:19.114Z
31042026-05-20T15:30:19.115Zinfo: running `cargo check --bins` on installinator-client (115/276)
31052026-05-20T15:30:19.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31062026-05-20T15:30:19.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31072026-05-20T15:30:19.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31082026-05-20T15:30:19.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
31092026-05-20T15:30:19.771Z
31102026-05-20T15:30:19.771Zinfo: running `cargo check --bins` on nexus-client (116/276)
31112026-05-20T15:30:20.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31122026-05-20T15:30:20.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31132026-05-20T15:30:20.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31142026-05-20T15:30:20.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
31152026-05-20T15:30:20.469Z
31162026-05-20T15:30:20.469Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/276)
31172026-05-20T15:30:21.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31182026-05-20T15:30:21.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31192026-05-20T15:30:21.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31202026-05-20T15:30:21.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
31212026-05-20T15:30:21.173Z
31222026-05-20T15:30:21.173Zinfo: running `cargo check --bins` on ntp-admin-client (118/276)
31232026-05-20T15:30:21.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31242026-05-20T15:30:21.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31252026-05-20T15:30:21.721Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31262026-05-20T15:30:21.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31272026-05-20T15:30:21.816Z
31282026-05-20T15:30:21.816Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/276)
31292026-05-20T15:30:22.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31302026-05-20T15:30:22.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31312026-05-20T15:30:22.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31322026-05-20T15:30:22.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31332026-05-20T15:30:22.460Z
31342026-05-20T15:30:22.460Zinfo: running `cargo check --bins` on oxide-client (120/276)
31352026-05-20T15:30:23.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31362026-05-20T15:30:23.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31372026-05-20T15:30:23.009Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31382026-05-20T15:30:23.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31392026-05-20T15:30:23.104Z
31402026-05-20T15:30:23.104Zinfo: running `cargo check --bins` on oximeter-client (121/276)
31412026-05-20T15:30:23.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31422026-05-20T15:30:23.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31432026-05-20T15:30:23.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31442026-05-20T15:30:23.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
31452026-05-20T15:30:23.762Z
31462026-05-20T15:30:23.762Zinfo: running `cargo check --bins` on repo-depot-client (122/276)
31472026-05-20T15:30:24.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31482026-05-20T15:30:24.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31492026-05-20T15:30:24.309Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31502026-05-20T15:30:24.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31512026-05-20T15:30:24.407Z
31522026-05-20T15:30:24.407Zinfo: running `cargo check --bins` on sled-agent-client (123/276)
31532026-05-20T15:30:24.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31542026-05-20T15:30:24.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31552026-05-20T15:30:24.978Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31562026-05-20T15:30:24.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
31572026-05-20T15:30:25.084Z
31582026-05-20T15:30:25.084Zinfo: running `cargo check --bins` on wicketd-client (124/276)
31592026-05-20T15:30:25.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31602026-05-20T15:30:25.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31612026-05-20T15:30:25.663Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31622026-05-20T15:30:25.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
31632026-05-20T15:30:25.770Z
31642026-05-20T15:30:25.770Zinfo: running `cargo check --bins` on installinator-common (125/276)
31652026-05-20T15:30:26.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31662026-05-20T15:30:26.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31672026-05-20T15:30:26.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31682026-05-20T15:30:26.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
31692026-05-20T15:30:26.446Z
31702026-05-20T15:30:26.446Zinfo: running `cargo check --bins` on installinator-common-versions (126/276)
31712026-05-20T15:30:26.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31722026-05-20T15:30:26.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31732026-05-20T15:30:26.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31742026-05-20T15:30:26.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31752026-05-20T15:30:27.087Z
31762026-05-20T15:30:27.087Zinfo: running `cargo check --bins` on wicket-common (127/276)
31772026-05-20T15:30:27.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31782026-05-20T15:30:27.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31792026-05-20T15:30:27.655Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31802026-05-20T15:30:27.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
31812026-05-20T15:30:27.758Z
31822026-05-20T15:30:27.758Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/276)
31832026-05-20T15:30:28.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31842026-05-20T15:30:28.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31852026-05-20T15:30:28.513Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31862026-05-20T15:30:28.638Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31872026-05-20T15:30:28.646Z Checking csv-core v0.1.13
31882026-05-20T15:30:28.654Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31892026-05-20T15:30:28.662Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31902026-05-20T15:30:28.665Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31912026-05-20T15:30:28.685Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31922026-05-20T15:30:28.696Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31932026-05-20T15:30:28.820Z Checking csv v1.4.0
31942026-05-20T15:30:28.851Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31952026-05-20T15:30:28.866Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31962026-05-20T15:30:28.908Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31972026-05-20T15:30:28.930Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31982026-05-20T15:30:29.190Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31992026-05-20T15:30:29.580Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32002026-05-20T15:30:29.580Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32012026-05-20T15:30:29.930Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32022026-05-20T15:30:36.159Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32032026-05-20T15:30:36.721Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32042026-05-20T15:30:39.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.44s
32052026-05-20T15:30:39.423Z
32062026-05-20T15:30:39.423Zinfo: running `cargo check --bins` on cockroach-admin-api (129/276)
32072026-05-20T15:30:39.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32082026-05-20T15:30:39.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32092026-05-20T15:30:39.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32102026-05-20T15:30:39.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
32112026-05-20T15:30:40.088Z
32122026-05-20T15:30:40.088Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/276)
32132026-05-20T15:30:40.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32142026-05-20T15:30:40.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32152026-05-20T15:30:40.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32162026-05-20T15:30:40.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
32172026-05-20T15:30:40.840Z
32182026-05-20T15:30:40.840Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/276)
32192026-05-20T15:30:41.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32202026-05-20T15:30:41.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32212026-05-20T15:30:41.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32222026-05-20T15:30:41.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
32232026-05-20T15:30:41.584Z
32242026-05-20T15:30:41.584Zinfo: running `cargo check --bins` on gateway-test-utils (132/276)
32252026-05-20T15:30:42.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32262026-05-20T15:30:42.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32272026-05-20T15:30:42.187Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32282026-05-20T15:30:42.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
32292026-05-20T15:30:42.300Z
32302026-05-20T15:30:42.300Zinfo: running `cargo check --bins` on omicron-gateway (133/276)
32312026-05-20T15:30:42.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32322026-05-20T15:30:42.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32332026-05-20T15:30:43.222Z Compiling regress v0.11.1
32342026-05-20T15:30:43.404Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32352026-05-20T15:30:43.407Z Compiling unsafe-libyaml v0.2.11
32362026-05-20T15:30:43.407Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32372026-05-20T15:30:43.409Z Checking oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32382026-05-20T15:30:43.409Z Checking omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32392026-05-20T15:30:43.412Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32402026-05-20T15:30:43.666Z Compiling semver v0.1.20
32412026-05-20T15:30:43.781Z Compiling cancel-safe-futures v0.1.5
32422026-05-20T15:30:43.799Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32432026-05-20T15:30:43.980Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32442026-05-20T15:30:44.008Z Compiling rustc_version v0.1.7
32452026-05-20T15:30:44.257Z Compiling serde_yaml v0.9.34+deprecated
32462026-05-20T15:30:44.298Z Compiling owo-colors v4.3.0
32472026-05-20T15:30:44.448Z Compiling newtype_derive v0.1.6
32482026-05-20T15:30:44.697Z Checking progenitor-client v0.13.0
32492026-05-20T15:30:44.713Z Checking libsw-core v0.3.2
32502026-05-20T15:30:44.876Z Checking libsw v3.5.0
32512026-05-20T15:30:45.006Z Compiling typify-impl v0.6.2
32522026-05-20T15:30:45.083Z Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32532026-05-20T15:30:45.152Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32542026-05-20T15:30:45.301Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32552026-05-20T15:30:45.803Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32562026-05-20T15:30:46.341Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32572026-05-20T15:30:46.365Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32582026-05-20T15:30:46.382Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32592026-05-20T15:30:46.676Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32602026-05-20T15:30:46.795Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32612026-05-20T15:30:46.878Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32622026-05-20T15:30:46.977Z Checking linear-map v1.2.0
32632026-05-20T15:30:47.155Z Checking tagptr v0.2.0
32642026-05-20T15:30:47.170Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32652026-05-20T15:30:47.313Z Checking moka v0.12.13
32662026-05-20T15:30:47.329Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32672026-05-20T15:30:47.362Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32682026-05-20T15:30:47.514Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32692026-05-20T15:30:47.641Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32702026-05-20T15:30:47.658Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32712026-05-20T15:30:47.788Z Checking key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32722026-05-20T15:30:47.865Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32732026-05-20T15:30:47.912Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32742026-05-20T15:30:47.991Z Checking smawk v0.3.2
32752026-05-20T15:30:48.100Z Checking unicode-linebreak v0.1.5
32762026-05-20T15:30:48.137Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32772026-05-20T15:30:48.233Z Checking hickory-resolver v0.25.2
32782026-05-20T15:30:48.257Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32792026-05-20T15:30:48.327Z Checking steno v0.4.1
32802026-05-20T15:30:48.342Z Checking textwrap v0.16.2
32812026-05-20T15:30:48.357Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32822026-05-20T15:30:48.442Z Checking humantime v2.3.0
32832026-05-20T15:30:48.578Z Compiling num-derive v0.3.3
32842026-05-20T15:30:48.648Z Compiling radium v0.7.0
32852026-05-20T15:30:48.994Z Checking oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32862026-05-20T15:30:49.010Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32872026-05-20T15:30:49.267Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371)
32882026-05-20T15:30:49.423Z Checking nom v8.0.0
32892026-05-20T15:30:49.476Z Compiling maybe-uninit v2.0.0
32902026-05-20T15:30:49.593Z Checking libscf-sys v1.1.0
32912026-05-20T15:30:49.629Z Checking tap v1.0.1
32922026-05-20T15:30:49.748Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
32932026-05-20T15:30:49.765Z Checking ddm-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371)
32942026-05-20T15:30:49.780Z Checking wyz v0.5.1
32952026-05-20T15:30:49.887Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32962026-05-20T15:30:49.892Z Compiling typify-macro v0.6.2
32972026-05-20T15:30:49.968Z Compiling zerocopy-derive v0.6.6
32982026-05-20T15:30:49.968Z Checking crc-catalog v2.4.0
32992026-05-20T15:30:50.036Z Checking funty v2.0.0
33002026-05-20T15:30:50.074Z Compiling packed_struct v0.10.1
33012026-05-20T15:30:50.375Z Checking crc v3.4.0
33022026-05-20T15:30:50.389Z Checking bitvec v1.0.1
33032026-05-20T15:30:50.599Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33042026-05-20T15:30:50.652Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33052026-05-20T15:30:50.883Z Checking zerocopy v0.6.6
33062026-05-20T15:30:51.205Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33072026-05-20T15:30:51.230Z Compiling packed_struct_codegen v0.10.1
33082026-05-20T15:30:51.430Z Compiling bitfield-macros v0.19.4
33092026-05-20T15:30:51.478Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371)
33102026-05-20T15:30:51.581Z Compiling indexmap v1.9.3
33112026-05-20T15:30:51.739Z Compiling typify v0.6.2
33122026-05-20T15:30:51.800Z Checking nodrop v0.1.14
33132026-05-20T15:30:51.864Z Compiling progenitor-impl v0.13.0
33142026-05-20T15:30:51.883Z Compiling progenitor-impl v0.14.0
33152026-05-20T15:30:52.721Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33162026-05-20T15:30:52.847Z Checking bitfield v0.19.4
33172026-05-20T15:30:52.876Z Checking array-init v0.0.4
33182026-05-20T15:30:53.162Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33192026-05-20T15:30:53.179Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33202026-05-20T15:30:53.202Z Checking smallvec v0.6.14
33212026-05-20T15:30:53.352Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33222026-05-20T15:30:53.411Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33232026-05-20T15:30:53.433Z Checking bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33242026-05-20T15:30:53.493Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33252026-05-20T15:30:53.644Z Checking hashbrown v0.12.3
33262026-05-20T15:30:53.875Z Checking base64 v0.21.7
33272026-05-20T15:30:54.118Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33282026-05-20T15:30:54.165Z Checking ron v0.8.1
33292026-05-20T15:30:54.315Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33302026-05-20T15:30:54.407Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33312026-05-20T15:30:54.521Z Checking serde-hex v0.1.0
33322026-05-20T15:30:54.751Z Compiling progenitor-macro v0.13.0
33332026-05-20T15:30:54.751Z Compiling progenitor-macro v0.14.0
33342026-05-20T15:30:54.755Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33352026-05-20T15:30:54.959Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33362026-05-20T15:30:55.065Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371)
33372026-05-20T15:30:55.185Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33382026-05-20T15:30:55.284Z Checking hashbrown v0.13.2
33392026-05-20T15:30:55.593Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33402026-05-20T15:30:55.622Z Checking crc-any v2.5.0
33412026-05-20T15:30:55.751Z Checking object v0.30.4
33422026-05-20T15:30:55.821Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33432026-05-20T15:30:55.839Z Checking void v1.0.2
33442026-05-20T15:30:55.953Z Checking half v1.8.3
33452026-05-20T15:30:55.997Z Checking utf-8 v0.7.6
33462026-05-20T15:30:56.139Z Checking path-slash v0.1.5
33472026-05-20T15:30:56.153Z Checking tungstenite v0.23.0
33482026-05-20T15:30:56.168Z Checking serde_cbor v0.11.2
33492026-05-20T15:30:56.255Z Checking lzss v0.8.2
33502026-05-20T15:30:56.568Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33512026-05-20T15:30:56.585Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33522026-05-20T15:30:56.601Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33532026-05-20T15:30:56.615Z Checking nix v0.27.1
33542026-05-20T15:30:56.760Z Checking kstat-rs v0.2.4
33552026-05-20T15:30:56.868Z Checking fxhash v0.2.1
33562026-05-20T15:30:56.971Z Checking serde_bytes v0.11.19
33572026-05-20T15:30:57.006Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33582026-05-20T15:30:57.027Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33592026-05-20T15:30:57.164Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33602026-05-20T15:30:57.164Z Checking tokio-tungstenite v0.23.1
33612026-05-20T15:30:57.375Z Checking signal-hook-tokio v0.3.1
33622026-05-20T15:30:57.553Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33632026-05-20T15:30:58.567Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33642026-05-20T15:30:58.918Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
33652026-05-20T15:30:59.172Z Checking progenitor v0.14.0
33662026-05-20T15:30:59.175Z Checking progenitor v0.13.0
33672026-05-20T15:30:59.311Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33682026-05-20T15:30:59.314Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33692026-05-20T15:30:59.314Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33702026-05-20T15:31:02.645Z Checking nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33712026-05-20T15:31:10.607Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33722026-05-20T15:31:17.399Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33732026-05-20T15:31:18.889Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33742026-05-20T15:31:19.453Z Checking mg-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371)
33752026-05-20T15:31:20.098Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371)
33762026-05-20T15:31:23.170Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33772026-05-20T15:31:31.593Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33782026-05-20T15:31:38.460Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33792026-05-20T15:31:40.036Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33802026-05-20T15:31:40.659Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33812026-05-20T15:31:43.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
33822026-05-20T15:31:43.270Z
33832026-05-20T15:31:43.270Zinfo: running `cargo check --bins` on gateway-api (134/276)
33842026-05-20T15:31:43.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33852026-05-20T15:31:43.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33862026-05-20T15:31:43.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33872026-05-20T15:31:43.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
33882026-05-20T15:31:43.924Z
33892026-05-20T15:31:43.924Zinfo: running `cargo check --bins` on ipcc (135/276)
33902026-05-20T15:31:44.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33912026-05-20T15:31:44.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33922026-05-20T15:31:44.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33932026-05-20T15:31:44.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
33942026-05-20T15:31:44.579Z
33952026-05-20T15:31:44.579Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/276)
33962026-05-20T15:31:45.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33972026-05-20T15:31:45.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33982026-05-20T15:31:45.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33992026-05-20T15:31:45.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34002026-05-20T15:31:45.222Z
34012026-05-20T15:31:45.222Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (137/276)
34022026-05-20T15:31:45.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34032026-05-20T15:31:45.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34042026-05-20T15:31:45.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34052026-05-20T15:31:45.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
34062026-05-20T15:31:45.885Z
34072026-05-20T15:31:45.885Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/276)
34082026-05-20T15:31:46.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34092026-05-20T15:31:46.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34102026-05-20T15:31:46.444Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34112026-05-20T15:31:46.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34122026-05-20T15:31:46.542Z
34132026-05-20T15:31:46.542Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/276)
34142026-05-20T15:31:47.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34152026-05-20T15:31:47.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34162026-05-20T15:31:47.100Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34172026-05-20T15:31:47.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34182026-05-20T15:31:47.201Z
34192026-05-20T15:31:47.201Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/276)
34202026-05-20T15:31:47.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34212026-05-20T15:31:47.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34222026-05-20T15:31:47.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34232026-05-20T15:31:47.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34242026-05-20T15:31:47.856Z
34252026-05-20T15:31:47.856Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/276)
34262026-05-20T15:31:48.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34272026-05-20T15:31:48.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34282026-05-20T15:31:48.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34292026-05-20T15:31:48.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34302026-05-20T15:31:48.509Z
34312026-05-20T15:31:48.509Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/276)
34322026-05-20T15:31:49.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34332026-05-20T15:31:49.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34342026-05-20T15:31:49.069Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34352026-05-20T15:31:49.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34362026-05-20T15:31:49.170Z
34372026-05-20T15:31:49.170Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/276)
34382026-05-20T15:31:49.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34392026-05-20T15:31:49.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34402026-05-20T15:31:49.730Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34412026-05-20T15:31:49.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
34422026-05-20T15:31:49.832Z
34432026-05-20T15:31:49.832Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/276)
34442026-05-20T15:31:50.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34452026-05-20T15:31:50.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34462026-05-20T15:31:50.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34472026-05-20T15:31:50.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
34482026-05-20T15:31:50.500Z
34492026-05-20T15:31:50.500Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/276)
34502026-05-20T15:31:51.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34512026-05-20T15:31:51.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34522026-05-20T15:31:51.063Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34532026-05-20T15:31:51.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
34542026-05-20T15:31:51.163Z
34552026-05-20T15:31:51.163Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/276)
34562026-05-20T15:31:51.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34572026-05-20T15:31:51.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34582026-05-20T15:31:51.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34592026-05-20T15:31:51.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34602026-05-20T15:31:51.822Z
34612026-05-20T15:31:51.822Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/276)
34622026-05-20T15:31:52.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34632026-05-20T15:31:52.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34642026-05-20T15:31:52.374Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34652026-05-20T15:31:52.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34662026-05-20T15:31:52.471Z
34672026-05-20T15:31:52.471Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (148/276)
34682026-05-20T15:31:53.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34692026-05-20T15:31:53.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34702026-05-20T15:31:53.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34712026-05-20T15:31:53.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34722026-05-20T15:31:53.130Z
34732026-05-20T15:31:53.130Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (149/276)
34742026-05-20T15:31:53.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34752026-05-20T15:31:53.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34762026-05-20T15:31:53.687Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34772026-05-20T15:31:53.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34782026-05-20T15:31:53.790Z
34792026-05-20T15:31:53.790Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (150/276)
34802026-05-20T15:31:54.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34812026-05-20T15:31:54.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34822026-05-20T15:31:54.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34832026-05-20T15:31:54.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34842026-05-20T15:31:54.446Z
34852026-05-20T15:31:54.446Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (151/276)
34862026-05-20T15:31:55.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34872026-05-20T15:31:55.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34882026-05-20T15:31:55.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34892026-05-20T15:31:55.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
34902026-05-20T15:31:55.108Z
34912026-05-20T15:31:55.108Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (152/276)
34922026-05-20T15:31:55.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34932026-05-20T15:31:55.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34942026-05-20T15:31:55.665Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34952026-05-20T15:31:55.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34962026-05-20T15:31:55.762Z
34972026-05-20T15:31:55.762Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (153/276)
34982026-05-20T15:31:56.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34992026-05-20T15:31:56.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35002026-05-20T15:31:56.317Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35012026-05-20T15:31:56.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35022026-05-20T15:31:56.412Z
35032026-05-20T15:31:56.412Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (154/276)
35042026-05-20T15:31:56.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35052026-05-20T15:31:56.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35062026-05-20T15:31:56.971Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35072026-05-20T15:31:56.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35082026-05-20T15:31:57.068Z
35092026-05-20T15:31:57.068Zinfo: running `cargo check --bins` on oximeter-producer (155/276)
35102026-05-20T15:31:57.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35112026-05-20T15:31:57.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35122026-05-20T15:31:57.661Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35132026-05-20T15:31:57.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
35142026-05-20T15:31:57.766Z
35152026-05-20T15:31:57.766Zinfo: running `cargo check --bins` on internal-dns-resolver (156/276)
35162026-05-20T15:31:58.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35172026-05-20T15:31:58.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35182026-05-20T15:31:58.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35192026-05-20T15:31:58.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35202026-05-20T15:31:58.425Z
35212026-05-20T15:31:58.428Zinfo: running `cargo check --bins` on dns-server (157/276)
35222026-05-20T15:31:58.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35232026-05-20T15:31:58.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35242026-05-20T15:31:59.134Z Compiling parking_lot_core v0.8.6
35252026-05-20T15:31:59.134Z Compiling atomicwrites v0.4.4
35262026-05-20T15:31:59.137Z Compiling git-stub v1.0.0
35272026-05-20T15:31:59.137Z Checking prefix-trie v0.7.0
35282026-05-20T15:31:59.137Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35292026-05-20T15:31:59.392Z Compiling git-stub-vcs v0.1.0
35302026-05-20T15:31:59.562Z Checking hickory-server v0.25.2
35312026-05-20T15:31:59.687Z Checking parking_lot v0.11.2
35322026-05-20T15:31:59.690Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35332026-05-20T15:31:59.771Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35342026-05-20T15:31:59.771Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35352026-05-20T15:31:59.879Z Checking sled v0.34.7
35362026-05-20T15:32:01.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.48s
35372026-05-20T15:32:02.107Z
35382026-05-20T15:32:02.107Zinfo: running `cargo check --bins` on dns-server-api (158/276)
35392026-05-20T15:32:02.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35402026-05-20T15:32:02.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35412026-05-20T15:32:02.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35422026-05-20T15:32:02.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
35432026-05-20T15:32:02.769Z
35442026-05-20T15:32:02.769Zinfo: running `cargo check --bins` on oximeter-producer-api (159/276)
35452026-05-20T15:32:03.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35462026-05-20T15:32:03.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35472026-05-20T15:32:03.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35482026-05-20T15:32:03.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35492026-05-20T15:32:03.426Z
35502026-05-20T15:32:03.426Zinfo: running `cargo check --bins` on sp-sim (160/276)
35512026-05-20T15:32:04.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35522026-05-20T15:32:04.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35532026-05-20T15:32:04.243Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35542026-05-20T15:32:06.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.87s
35552026-05-20T15:32:06.537Z
35562026-05-20T15:32:06.537Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (161/276)
35572026-05-20T15:32:07.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35582026-05-20T15:32:07.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35592026-05-20T15:32:07.152Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35602026-05-20T15:32:07.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
35612026-05-20T15:32:07.262Z
35622026-05-20T15:32:07.262Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (162/276)
35632026-05-20T15:32:07.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35642026-05-20T15:32:07.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35652026-05-20T15:32:07.877Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35662026-05-20T15:32:07.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
35672026-05-20T15:32:07.991Z
35682026-05-20T15:32:07.991Zinfo: running `cargo check --bins` on db-macros (163/276)
35692026-05-20T15:32:08.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35702026-05-20T15:32:08.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35712026-05-20T15:32:08.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35722026-05-20T15:32:08.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35732026-05-20T15:32:08.635Z
35742026-05-20T15:32:08.635Zinfo: running `cargo check --bins` on nexus-macros-common (164/276)
35752026-05-20T15:32:09.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35762026-05-20T15:32:09.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35772026-05-20T15:32:09.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35782026-05-20T15:32:09.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35792026-05-20T15:32:09.266Z
35802026-05-20T15:32:09.266Zinfo: running `cargo check --bins` on nexus-auth (165/276)
35812026-05-20T15:32:09.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35822026-05-20T15:32:09.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35832026-05-20T15:32:09.860Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35842026-05-20T15:32:09.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
35852026-05-20T15:32:09.969Z
35862026-05-20T15:32:09.969Zinfo: running `cargo check --bins` on authz-macros (166/276)
35872026-05-20T15:32:10.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35882026-05-20T15:32:10.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35892026-05-20T15:32:10.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35902026-05-20T15:32:10.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35912026-05-20T15:32:10.601Z
35922026-05-20T15:32:10.601Zinfo: running `cargo check --bins` on nexus-db-fixed-data (167/276)
35932026-05-20T15:32:11.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35942026-05-20T15:32:11.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35952026-05-20T15:32:11.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35962026-05-20T15:32:11.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
35972026-05-20T15:32:11.298Z
35982026-05-20T15:32:11.298Zinfo: running `cargo check --bins` on nexus-db-model (168/276)
35992026-05-20T15:32:11.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36002026-05-20T15:32:11.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36012026-05-20T15:32:11.883Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36022026-05-20T15:32:11.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
36032026-05-20T15:32:11.997Z
36042026-05-20T15:32:11.997Zinfo: running `cargo check --bins` on nexus-db-schema (169/276)
36052026-05-20T15:32:12.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36062026-05-20T15:32:12.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36072026-05-20T15:32:12.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36082026-05-20T15:32:12.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36092026-05-20T15:32:12.631Z
36102026-05-20T15:32:12.631Zinfo: running `cargo check --bins` on omicron-rpaths (170/276)
36112026-05-20T15:32:13.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36122026-05-20T15:32:13.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36132026-05-20T15:32:13.163Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36142026-05-20T15:32:13.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36152026-05-20T15:32:13.263Z
36162026-05-20T15:32:13.263Zinfo: running `cargo check --bins` on nexus-defaults (171/276)
36172026-05-20T15:32:13.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36182026-05-20T15:32:13.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36192026-05-20T15:32:13.827Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36202026-05-20T15:32:13.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
36212026-05-20T15:32:13.931Z
36222026-05-20T15:32:13.931Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (172/276)
36232026-05-20T15:32:14.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36242026-05-20T15:32:14.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36252026-05-20T15:32:14.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36262026-05-20T15:32:14.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36272026-05-20T15:32:14.582Z
36282026-05-20T15:32:14.582Zinfo: running `cargo check --bins` on parallel-task-set (173/276)
36292026-05-20T15:32:15.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36302026-05-20T15:32:15.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36312026-05-20T15:32:15.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36322026-05-20T15:32:15.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36332026-05-20T15:32:15.232Z
36342026-05-20T15:32:15.233Zinfo: running `cargo check --bins` on nexus-db-errors (174/276)
36352026-05-20T15:32:15.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36362026-05-20T15:32:15.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36372026-05-20T15:32:15.837Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36382026-05-20T15:32:15.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
36392026-05-20T15:32:15.951Z
36402026-05-20T15:32:15.951Zinfo: running `cargo check --bins` on nexus-db-lookup (175/276)
36412026-05-20T15:32:16.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36422026-05-20T15:32:16.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36432026-05-20T15:32:16.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36442026-05-20T15:32:16.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
36452026-05-20T15:32:16.667Z
36462026-05-20T15:32:16.668Zinfo: running `cargo check --bins` on nexus-inventory (176/276)
36472026-05-20T15:32:17.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36482026-05-20T15:32:17.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36492026-05-20T15:32:17.271Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36502026-05-20T15:32:17.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
36512026-05-20T15:32:17.381Z
36522026-05-20T15:32:17.381Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (177/276)
36532026-05-20T15:32:17.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36542026-05-20T15:32:17.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36552026-05-20T15:32:17.952Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36562026-05-20T15:32:17.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
36572026-05-20T15:32:18.060Z
36582026-05-20T15:32:18.060Zinfo: running `cargo check --bins --no-default-features` on sled-storage (178/276)
36592026-05-20T15:32:18.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36602026-05-20T15:32:18.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36612026-05-20T15:32:18.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36622026-05-20T15:32:18.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
36632026-05-20T15:32:18.741Z
36642026-05-20T15:32:18.741Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (179/276)
36652026-05-20T15:32:19.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36662026-05-20T15:32:19.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36672026-05-20T15:32:19.314Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36682026-05-20T15:32:19.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
36692026-05-20T15:32:19.419Z
36702026-05-20T15:32:19.419Zinfo: running `cargo check --bins` on key-manager (180/276)
36712026-05-20T15:32:19.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36722026-05-20T15:32:19.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36732026-05-20T15:32:19.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36742026-05-20T15:32:19.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36752026-05-20T15:32:20.081Z
36762026-05-20T15:32:20.081Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (181/276)
36772026-05-20T15:32:20.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36782026-05-20T15:32:20.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36792026-05-20T15:32:20.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36802026-05-20T15:32:20.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
36812026-05-20T15:32:20.765Z
36822026-05-20T15:32:20.765Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (182/276)
36832026-05-20T15:32:21.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36842026-05-20T15:32:21.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36852026-05-20T15:32:21.340Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36862026-05-20T15:32:21.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
36872026-05-20T15:32:21.441Z
36882026-05-20T15:32:21.441Zinfo: running `cargo check --bins` on typed-rng (183/276)
36892026-05-20T15:32:21.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36902026-05-20T15:32:21.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36912026-05-20T15:32:21.993Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36922026-05-20T15:32:21.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36932026-05-20T15:32:22.091Z
36942026-05-20T15:32:22.091Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (184/276)
36952026-05-20T15:32:22.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36962026-05-20T15:32:22.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36972026-05-20T15:32:23.048Z Compiling typify-impl v0.4.3
36982026-05-20T15:32:23.049Z Compiling libefi-sys v0.1.0
36992026-05-20T15:32:23.052Z Compiling bitfield-struct v0.6.2
37002026-05-20T15:32:23.217Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37012026-05-20T15:32:23.226Z Compiling xshell-macros v0.2.7
37022026-05-20T15:32:23.229Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37032026-05-20T15:32:23.254Z Compiling salty v0.3.0
37042026-05-20T15:32:23.315Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37052026-05-20T15:32:23.476Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
37062026-05-20T15:32:23.592Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37072026-05-20T15:32:23.671Z Checking xshell v0.2.7
37082026-05-20T15:32:23.688Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37092026-05-20T15:32:23.754Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37102026-05-20T15:32:23.861Z Checking primeorder v0.13.6
37112026-05-20T15:32:23.877Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37122026-05-20T15:32:23.891Z Compiling proc-macro-error-attr2 v2.0.0
37132026-05-20T15:32:23.945Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37142026-05-20T15:32:23.994Z Checking tungstenite v0.21.0
37152026-05-20T15:32:24.128Z Checking p384 v0.13.1
37162026-05-20T15:32:24.145Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37172026-05-20T15:32:24.321Z Compiling proc-macro-error2 v2.0.1
37182026-05-20T15:32:24.382Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37192026-05-20T15:32:24.404Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37202026-05-20T15:32:24.458Z Checking tokio-tungstenite v0.21.0
37212026-05-20T15:32:24.527Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37222026-05-20T15:32:24.578Z Checking papergrid v0.17.0
37232026-05-20T15:32:24.658Z Compiling tabled_derive v0.11.0
37242026-05-20T15:32:24.689Z Checking testing_table v0.3.0
37252026-05-20T15:32:24.760Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37262026-05-20T15:32:24.795Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
37272026-05-20T15:32:24.935Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37282026-05-20T15:32:25.020Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37292026-05-20T15:32:25.081Z Compiling unicase v2.9.0
37302026-05-20T15:32:25.147Z Compiling illumos-nvpair-sys v0.2.0
37312026-05-20T15:32:25.234Z Checking corncobs v0.1.4
37322026-05-20T15:32:25.305Z Compiling mime_guess v2.0.5
37332026-05-20T15:32:25.327Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37342026-05-20T15:32:25.371Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37352026-05-20T15:32:25.423Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37362026-05-20T15:32:25.441Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371)
37372026-05-20T15:32:25.579Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37382026-05-20T15:32:25.649Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37392026-05-20T15:32:25.782Z Checking progenitor-client v0.11.2
37402026-05-20T15:32:25.873Z Checking secrecy v0.8.0
37412026-05-20T15:32:25.888Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37422026-05-20T15:32:25.908Z Checking tabled v0.20.0
37432026-05-20T15:32:26.038Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37442026-05-20T15:32:26.057Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
37452026-05-20T15:32:26.107Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37462026-05-20T15:32:26.294Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37472026-05-20T15:32:26.495Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37482026-05-20T15:32:26.512Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37492026-05-20T15:32:26.538Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
37502026-05-20T15:32:26.610Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
37512026-05-20T15:32:26.791Z Checking filetime v0.2.27
37522026-05-20T15:32:26.797Z Checking crc8 v0.1.1
37532026-05-20T15:32:26.906Z Checking xattr v1.6.1
37542026-05-20T15:32:26.980Z Checking http-range v0.1.5
37552026-05-20T15:32:26.998Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37562026-05-20T15:32:27.048Z Checking tar v0.4.45
37572026-05-20T15:32:27.119Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37582026-05-20T15:32:27.279Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
37592026-05-20T15:32:27.322Z Checking illumos-nvpair v0.3.0
37602026-05-20T15:32:27.490Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37612026-05-20T15:32:27.507Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37622026-05-20T15:32:27.614Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
37632026-05-20T15:32:27.705Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37642026-05-20T15:32:27.910Z Checking atty v0.2.14
37652026-05-20T15:32:27.974Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37662026-05-20T15:32:27.991Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37672026-05-20T15:32:28.005Z Compiling typify-macro v0.4.3
37682026-05-20T15:32:28.021Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37692026-05-20T15:32:28.054Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37702026-05-20T15:32:28.071Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37712026-05-20T15:32:28.339Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37722026-05-20T15:32:28.356Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
37732026-05-20T15:32:28.445Z Checking hyper-staticfile v0.10.1
37742026-05-20T15:32:28.540Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
37752026-05-20T15:32:28.724Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37762026-05-20T15:32:28.757Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37772026-05-20T15:32:28.785Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37782026-05-20T15:32:29.027Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37792026-05-20T15:32:29.108Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37802026-05-20T15:32:29.341Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37812026-05-20T15:32:29.401Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37822026-05-20T15:32:29.820Z Compiling typify v0.4.3
37832026-05-20T15:32:29.919Z Compiling progenitor-impl v0.11.2
37842026-05-20T15:32:29.950Z Compiling progenitor-impl v0.10.0
37852026-05-20T15:32:30.370Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37862026-05-20T15:32:30.930Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37872026-05-20T15:32:31.398Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37882026-05-20T15:32:31.849Z Compiling progenitor-macro v0.10.0
37892026-05-20T15:32:31.871Z Compiling progenitor-macro v0.11.2
37902026-05-20T15:32:33.916Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
37912026-05-20T15:32:34.883Z Checking progenitor v0.10.0
37922026-05-20T15:32:34.988Z Checking progenitor v0.11.2
37932026-05-20T15:32:35.021Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37942026-05-20T15:32:35.122Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37952026-05-20T15:32:40.017Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
37962026-05-20T15:32:51.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.78s
37972026-05-20T15:32:52.117Z
37982026-05-20T15:32:52.117Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (185/276)
37992026-05-20T15:32:52.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38002026-05-20T15:32:52.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38012026-05-20T15:32:52.988Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38022026-05-20T15:33:04.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.32s
38032026-05-20T15:33:04.678Z
38042026-05-20T15:33:04.679Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (186/276)
38052026-05-20T15:33:05.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38062026-05-20T15:33:05.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38072026-05-20T15:33:05.558Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38082026-05-20T15:33:17.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.35s
38092026-05-20T15:33:17.278Z
38102026-05-20T15:33:17.278Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (187/276)
38112026-05-20T15:33:17.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38122026-05-20T15:33:17.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38132026-05-20T15:33:18.158Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38142026-05-20T15:33:29.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.32s
38152026-05-20T15:33:29.842Z
38162026-05-20T15:33:29.842Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (188/276)
38172026-05-20T15:33:30.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38182026-05-20T15:33:30.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38192026-05-20T15:33:30.711Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38202026-05-20T15:33:42.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.29s
38212026-05-20T15:33:42.380Z
38222026-05-20T15:33:42.380Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (189/276)
38232026-05-20T15:33:43.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38242026-05-20T15:33:43.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38252026-05-20T15:33:43.278Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38262026-05-20T15:33:55.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.81s
38272026-05-20T15:33:55.429Z
38282026-05-20T15:33:55.429Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (190/276)
38292026-05-20T15:33:56.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38302026-05-20T15:33:56.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38312026-05-20T15:33:56.364Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38322026-05-20T15:34:08.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.16s
38332026-05-20T15:34:11.766Z
38342026-05-20T15:34:11.766Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (191/276)
38352026-05-20T15:34:11.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38362026-05-20T15:34:11.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38372026-05-20T15:34:11.766Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38382026-05-20T15:34:22.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.25s
38392026-05-20T15:34:22.349Z
38402026-05-20T15:34:22.349Zinfo: running `cargo check --bins` on bootstrap-agent-api (192/276)
38412026-05-20T15:34:22.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38422026-05-20T15:34:22.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38432026-05-20T15:34:22.936Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38442026-05-20T15:34:22.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
38452026-05-20T15:34:23.043Z
38462026-05-20T15:34:23.043Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (193/276)
38472026-05-20T15:34:23.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38482026-05-20T15:34:23.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38492026-05-20T15:34:23.630Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38502026-05-20T15:34:23.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
38512026-05-20T15:34:23.731Z
38522026-05-20T15:34:23.731Zinfo: running `cargo check --bins` on range-requests (194/276)
38532026-05-20T15:34:24.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38542026-05-20T15:34:24.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38552026-05-20T15:34:24.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38562026-05-20T15:34:24.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
38572026-05-20T15:34:24.404Z
38582026-05-20T15:34:24.404Zinfo: running `cargo check --bins` on repo-depot-api (195/276)
38592026-05-20T15:34:24.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38602026-05-20T15:34:24.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38612026-05-20T15:34:24.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38622026-05-20T15:34:24.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
38632026-05-20T15:34:25.096Z
38642026-05-20T15:34:25.096Zinfo: running `cargo check --bins` on sled-agent-api (196/276)
38652026-05-20T15:34:25.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38662026-05-20T15:34:25.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38672026-05-20T15:34:25.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38682026-05-20T15:34:25.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
38692026-05-20T15:34:25.807Z
38702026-05-20T15:34:25.807Zinfo: running `cargo check --bins` on sled-diagnostics (197/276)
38712026-05-20T15:34:26.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38722026-05-20T15:34:26.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38732026-05-20T15:34:26.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38742026-05-20T15:34:26.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
38752026-05-20T15:34:26.525Z
38762026-05-20T15:34:26.525Zinfo: running `cargo check --bins` on zfs-test-harness (198/276)
38772026-05-20T15:34:27.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38782026-05-20T15:34:27.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38792026-05-20T15:34:27.145Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38802026-05-20T15:34:27.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
38812026-05-20T15:34:27.257Z
38822026-05-20T15:34:27.257Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (199/276)
38832026-05-20T15:34:27.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38842026-05-20T15:34:27.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38852026-05-20T15:34:27.877Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38862026-05-20T15:34:27.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
38872026-05-20T15:34:27.985Z
38882026-05-20T15:34:27.985Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (200/276)
38892026-05-20T15:34:28.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38902026-05-20T15:34:28.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38912026-05-20T15:34:28.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38922026-05-20T15:34:28.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
38932026-05-20T15:34:28.729Z
38942026-05-20T15:34:28.729Zinfo: running `cargo check --bins` on sled-agent-early-networking (201/276)
38952026-05-20T15:34:29.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38962026-05-20T15:34:29.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38972026-05-20T15:34:29.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38982026-05-20T15:34:29.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
38992026-05-20T15:34:29.496Z
39002026-05-20T15:34:29.496Zinfo: running `cargo check --bins` on sled-agent-health-monitor (202/276)
39012026-05-20T15:34:30.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39022026-05-20T15:34:30.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39032026-05-20T15:34:30.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39042026-05-20T15:34:30.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
39052026-05-20T15:34:30.239Z
39062026-05-20T15:34:30.239Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (203/276)
39072026-05-20T15:34:30.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39082026-05-20T15:34:30.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39092026-05-20T15:34:30.877Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39102026-05-20T15:34:30.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
39112026-05-20T15:34:30.988Z
39122026-05-20T15:34:30.988Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (204/276)
39132026-05-20T15:34:31.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39142026-05-20T15:34:31.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39152026-05-20T15:34:31.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39162026-05-20T15:34:31.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
39172026-05-20T15:34:31.732Z
39182026-05-20T15:34:31.732Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (205/276)
39192026-05-20T15:34:32.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39202026-05-20T15:34:32.358Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39212026-05-20T15:34:32.358Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39222026-05-20T15:34:32.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
39232026-05-20T15:34:32.470Z
39242026-05-20T15:34:32.470Zinfo: running `cargo check --bins` on sled-agent-rack-setup (206/276)
39252026-05-20T15:34:33.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39262026-05-20T15:34:33.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39272026-05-20T15:34:33.127Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39282026-05-20T15:34:33.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
39292026-05-20T15:34:33.246Z
39302026-05-20T15:34:33.246Zinfo: running `cargo check --bins` on trust-quorum (207/276)
39312026-05-20T15:34:33.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39322026-05-20T15:34:33.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39332026-05-20T15:34:33.877Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39342026-05-20T15:34:33.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
39352026-05-20T15:34:33.987Z
39362026-05-20T15:34:33.987Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (208/276)
39372026-05-20T15:34:34.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39382026-05-20T15:34:34.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39392026-05-20T15:34:34.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39402026-05-20T15:34:34.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
39412026-05-20T15:34:34.746Z
39422026-05-20T15:34:34.746Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (209/276)
39432026-05-20T15:34:35.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39442026-05-20T15:34:35.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39452026-05-20T15:34:35.407Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39462026-05-20T15:34:35.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
39472026-05-20T15:34:35.530Z
39482026-05-20T15:34:35.531Zinfo: running `cargo check --bins` on update-common (210/276)
39492026-05-20T15:34:36.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39502026-05-20T15:34:36.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39512026-05-20T15:34:36.143Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39522026-05-20T15:34:36.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
39532026-05-20T15:34:36.253Z
39542026-05-20T15:34:36.253Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (211/276)
39552026-05-20T15:34:36.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39562026-05-20T15:34:36.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39572026-05-20T15:34:36.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39582026-05-20T15:34:36.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
39592026-05-20T15:34:37.038Z
39602026-05-20T15:34:37.038Zinfo: running `cargo check --bins` on omicron-deployment-graph (212/276)
39612026-05-20T15:34:37.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39622026-05-20T15:34:37.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39632026-05-20T15:34:37.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39642026-05-20T15:34:37.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
39652026-05-20T15:34:37.733Z
39662026-05-20T15:34:37.733Zinfo: running `cargo check --bins` on reconfigurator-cli (213/276)
39672026-05-20T15:34:38.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39682026-05-20T15:34:38.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39692026-05-20T15:34:38.652Z Compiling fs-err v2.11.0
39702026-05-20T15:34:38.655Z Checking ignore v0.4.25
39712026-05-20T15:34:38.655Z Checking arc-swap v1.8.2
39722026-05-20T15:34:38.816Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
39732026-05-20T15:34:38.819Z Checking predicates-tree v1.0.13
39742026-05-20T15:34:38.819Z Checking parse-size v1.1.0
39752026-05-20T15:34:38.851Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39762026-05-20T15:34:38.863Z Checking rand_seeder v0.4.0
39772026-05-20T15:34:38.941Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39782026-05-20T15:34:38.964Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39792026-05-20T15:34:39.021Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39802026-05-20T15:34:39.045Z Checking slog-scope v4.4.1
39812026-05-20T15:34:39.083Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39822026-05-20T15:34:39.179Z Compiling petname v2.0.2
39832026-05-20T15:34:39.195Z Checking slog-stdlog v4.1.1
39842026-05-20T15:34:39.210Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39852026-05-20T15:34:39.230Z Checking globwalk v0.9.1
39862026-05-20T15:34:39.286Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
39872026-05-20T15:34:39.326Z Checking slog-envlogger v2.2.0
39882026-05-20T15:34:39.429Z Checking camino-tempfile-ext v0.3.3
39892026-05-20T15:34:39.496Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39902026-05-20T15:34:39.531Z Checking sapling-renderdag v0.1.0
39912026-05-20T15:34:39.647Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39922026-05-20T15:34:39.713Z Checking subprocess v0.2.15
39932026-05-20T15:34:39.813Z Checking sync-ptr v0.1.4
39942026-05-20T15:34:39.970Z Checking colored v2.2.0
39952026-05-20T15:34:40.026Z Checking assert_matches v1.5.0
39962026-05-20T15:34:40.041Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39972026-05-20T15:34:40.232Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39982026-05-20T15:34:40.232Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
39992026-05-20T15:34:41.092Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40002026-05-20T15:34:42.645Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40012026-05-20T15:34:45.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.56s
40022026-05-20T15:34:45.536Z
40032026-05-20T15:34:45.536Zinfo: running `cargo check --bins` on omicron-repl-utils (214/276)
40042026-05-20T15:34:46.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40052026-05-20T15:34:46.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40062026-05-20T15:34:46.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40072026-05-20T15:34:46.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
40082026-05-20T15:34:46.212Z
40092026-05-20T15:34:46.212Zinfo: running `cargo check --bins` on transient-dns-server (215/276)
40102026-05-20T15:34:46.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40112026-05-20T15:34:46.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40122026-05-20T15:34:46.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40132026-05-20T15:34:46.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
40142026-05-20T15:34:46.915Z
40152026-05-20T15:34:46.915Zinfo: running `cargo check --bins` on nexus-test-interface (216/276)
40162026-05-20T15:34:47.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40172026-05-20T15:34:47.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40182026-05-20T15:34:47.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40192026-05-20T15:34:47.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
40202026-05-20T15:34:47.675Z
40212026-05-20T15:34:47.675Zinfo: running `cargo check --bins` on oximeter-collector (217/276)
40222026-05-20T15:34:48.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40232026-05-20T15:34:48.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40242026-05-20T15:34:48.528Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40252026-05-20T15:34:48.528Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40262026-05-20T15:34:49.256Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40272026-05-20T15:34:51.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.50s
40282026-05-20T15:34:51.406Z
40292026-05-20T15:34:51.406Zinfo: running `cargo check --bins` on oximeter-api (218/276)
40302026-05-20T15:34:51.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40312026-05-20T15:34:51.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40322026-05-20T15:34:51.992Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40332026-05-20T15:34:51.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
40342026-05-20T15:34:52.091Z
40352026-05-20T15:34:52.091Zinfo: running `cargo check --bins` on cert-dev (219/276)
40362026-05-20T15:34:52.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40372026-05-20T15:34:52.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40382026-05-20T15:34:52.785Z Checking yasna v0.5.2
40392026-05-20T15:34:53.226Z Checking rcgen v0.12.1
40402026-05-20T15:34:53.499Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
40412026-05-20T15:34:53.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.60s
40422026-05-20T15:34:53.894Z
40432026-05-20T15:34:53.894Zinfo: running `cargo check --bins` on clickana (220/276)
40442026-05-20T15:34:54.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40452026-05-20T15:34:54.491Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40462026-05-20T15:34:54.638Z Compiling darling_core v0.23.0
40472026-05-20T15:34:54.763Z Compiling instability v0.3.11
40482026-05-20T15:34:54.771Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
40492026-05-20T15:34:54.777Z Checking castaway v0.2.4
40502026-05-20T15:34:54.783Z Compiling indoc v2.0.7
40512026-05-20T15:34:54.786Z Checking unicode-truncate v1.1.0
40522026-05-20T15:34:54.804Z Checking lru v0.12.5
40532026-05-20T15:34:54.804Z Checking cassowary v0.3.0
40542026-05-20T15:34:54.881Z Checking compact_str v0.8.1
40552026-05-20T15:34:55.924Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
40562026-05-20T15:34:56.130Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40572026-05-20T15:34:56.330Z Compiling darling_macro v0.23.0
40582026-05-20T15:34:56.806Z Compiling darling v0.23.0
40592026-05-20T15:34:57.486Z Checking ratatui v0.29.0
40602026-05-20T15:34:58.677Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
40612026-05-20T15:34:59.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.53s
40622026-05-20T15:34:59.639Z
40632026-05-20T15:34:59.639Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (221/276)
40642026-05-20T15:35:00.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40652026-05-20T15:35:00.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40662026-05-20T15:35:00.490Z Checking headers-core v0.3.0
40672026-05-20T15:35:00.494Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
40682026-05-20T15:35:00.716Z Checking headers v0.4.1
40692026-05-20T15:35:01.120Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40702026-05-20T15:35:02.151Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
40712026-05-20T15:35:02.770Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
40722026-05-20T15:35:03.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.65s
40732026-05-20T15:35:03.529Z
40742026-05-20T15:35:03.529Zinfo: running `cargo check --bins` on ch-dev (222/276)
40752026-05-20T15:35:04.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40762026-05-20T15:35:04.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40772026-05-20T15:35:04.384Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
40782026-05-20T15:35:05.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
40792026-05-20T15:35:05.537Z
40802026-05-20T15:35:05.537Zinfo: running `cargo check --bins` on dev-tools-common (223/276)
40812026-05-20T15:35:06.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40822026-05-20T15:35:06.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40832026-05-20T15:35:06.009Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40842026-05-20T15:35:06.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
40852026-05-20T15:35:06.076Z
40862026-05-20T15:35:06.076Zinfo: running `cargo check --bins` on crdb-seed (224/276)
40872026-05-20T15:35:06.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40882026-05-20T15:35:06.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40892026-05-20T15:35:06.910Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40902026-05-20T15:35:08.092Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40912026-05-20T15:35:08.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.45s
40922026-05-20T15:35:08.781Z
40932026-05-20T15:35:08.781Zinfo: running `cargo check --bins` on db-dev (225/276)
40942026-05-20T15:35:09.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40952026-05-20T15:35:09.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40962026-05-20T15:35:09.610Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40972026-05-20T15:35:10.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s
40982026-05-20T15:35:10.771Z
40992026-05-20T15:35:10.772Zinfo: running `cargo check --bins` on omicron-dev-lib (226/276)
41002026-05-20T15:35:11.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41012026-05-20T15:35:11.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41022026-05-20T15:35:11.383Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41032026-05-20T15:35:11.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
41042026-05-20T15:35:11.495Z
41052026-05-20T15:35:11.495Zinfo: running `cargo check --bins` on xtask-downloader (227/276)
41062026-05-20T15:35:12.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41072026-05-20T15:35:12.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41082026-05-20T15:35:12.193Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41092026-05-20T15:35:12.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
41102026-05-20T15:35:13.165Z
41112026-05-20T15:35:13.166Zinfo: running `cargo check --bins` on omicron-dropshot-apis (228/276)
41122026-05-20T15:35:13.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41132026-05-20T15:35:13.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41142026-05-20T15:35:14.044Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41152026-05-20T15:35:14.044Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41162026-05-20T15:35:14.048Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
41172026-05-20T15:35:14.048Z Checking git-stub v1.0.0
41182026-05-20T15:35:14.048Z Compiling trait-variant v0.1.2
41192026-05-20T15:35:14.184Z Checking maplit v1.0.2
41202026-05-20T15:35:14.200Z Checking is_ci v1.2.0
41212026-05-20T15:35:14.233Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41222026-05-20T15:35:14.280Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41232026-05-20T15:35:14.325Z Checking supports-color v3.0.2
41242026-05-20T15:35:14.340Z Checking git-stub-vcs v0.1.0
41252026-05-20T15:35:14.429Z Checking drift v0.1.4
41262026-05-20T15:35:14.462Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41272026-05-20T15:35:14.509Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41282026-05-20T15:35:14.558Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41292026-05-20T15:35:14.746Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41302026-05-20T15:35:14.777Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
41312026-05-20T15:35:14.804Z Checking dropshot-api-manager v0.7.1
41322026-05-20T15:35:14.821Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41332026-05-20T15:35:15.060Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
41342026-05-20T15:35:15.101Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41352026-05-20T15:35:15.271Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
41362026-05-20T15:35:15.616Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41372026-05-20T15:35:21.188Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
41382026-05-20T15:35:22.420Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
41392026-05-20T15:35:23.060Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
41402026-05-20T15:35:23.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.49s
41412026-05-20T15:35:23.882Z
41422026-05-20T15:35:23.883Zinfo: running `cargo check --bins` on installinator-api (229/276)
41432026-05-20T15:35:24.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41442026-05-20T15:35:24.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41452026-05-20T15:35:24.482Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41462026-05-20T15:35:24.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
41472026-05-20T15:35:24.588Z
41482026-05-20T15:35:24.588Zinfo: running `cargo check --bins` on nexus-external-api (230/276)
41492026-05-20T15:35:25.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41502026-05-20T15:35:25.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41512026-05-20T15:35:25.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41522026-05-20T15:35:25.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
41532026-05-20T15:35:25.323Z
41542026-05-20T15:35:25.324Zinfo: running `cargo check --bins` on nexus-internal-api (231/276)
41552026-05-20T15:35:25.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41562026-05-20T15:35:25.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41572026-05-20T15:35:25.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41582026-05-20T15:35:25.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
41592026-05-20T15:35:26.060Z
41602026-05-20T15:35:26.060Zinfo: running `cargo check --bins` on nexus-lockstep-api (232/276)
41612026-05-20T15:35:26.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41622026-05-20T15:35:26.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41632026-05-20T15:35:26.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41642026-05-20T15:35:26.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
41652026-05-20T15:35:27.212Z
41662026-05-20T15:35:27.212Zinfo: running `cargo check --bins` on ntp-admin-api (233/276)
41672026-05-20T15:35:27.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41682026-05-20T15:35:27.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41692026-05-20T15:35:27.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41702026-05-20T15:35:27.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
41712026-05-20T15:35:27.490Z
41722026-05-20T15:35:27.490Zinfo: running `cargo check --bins` on ntp-admin-types-versions (234/276)
41732026-05-20T15:35:28.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41742026-05-20T15:35:28.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41752026-05-20T15:35:28.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41762026-05-20T15:35:28.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
41772026-05-20T15:35:28.168Z
41782026-05-20T15:35:28.168Zinfo: running `cargo check --bins` on wicketd-api (235/276)
41792026-05-20T15:35:28.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41802026-05-20T15:35:28.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41812026-05-20T15:35:28.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41822026-05-20T15:35:28.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
41832026-05-20T15:35:28.926Z
41842026-05-20T15:35:28.926Zinfo: running `cargo check --bins` on omicron-ls-apis (236/276)
41852026-05-20T15:35:29.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41862026-05-20T15:35:29.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41872026-05-20T15:35:29.566Z Checking typeid v1.0.3
41882026-05-20T15:35:29.696Z Checking ordered-float v2.10.1
41892026-05-20T15:35:29.719Z Checking unicode-xid v0.2.6
41902026-05-20T15:35:29.732Z Checking cargo-platform v0.2.0
41912026-05-20T15:35:29.744Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
41922026-05-20T15:35:29.772Z Checking erased-serde v0.4.9
41932026-05-20T15:35:29.923Z Checking serde-value v0.7.0
41942026-05-20T15:35:30.114Z Checking serde-untagged v0.1.9
41952026-05-20T15:35:30.285Z Checking cargo-util-schemas v0.8.2
41962026-05-20T15:35:31.042Z Checking cargo_metadata v0.21.0
41972026-05-20T15:35:31.713Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41982026-05-20T15:35:32.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.59s
41992026-05-20T15:35:32.674Z
42002026-05-20T15:35:32.674Zinfo: running `cargo check --bins` on mgs-dev (237/276)
42012026-05-20T15:35:33.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42022026-05-20T15:35:33.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42032026-05-20T15:35:33.528Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42042026-05-20T15:35:34.302Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42052026-05-20T15:35:34.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.25s
42062026-05-20T15:35:35.163Z
42072026-05-20T15:35:35.163Zinfo: running `cargo check --bins` on omicron-omdb (238/276)
42082026-05-20T15:35:35.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42092026-05-20T15:35:35.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42102026-05-20T15:35:36.164Z Compiling itertools v0.10.5
42112026-05-20T15:35:36.164Z Compiling vergen-gitcl v1.0.8
42122026-05-20T15:35:36.164Z Compiling dirs-sys-next v0.1.2
42132026-05-20T15:35:36.167Z Compiling glob v0.3.3
42142026-05-20T15:35:36.167Z Compiling crunchy v0.2.4
42152026-05-20T15:35:36.167Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42162026-05-20T15:35:36.167Z Compiling diesel_derives v2.3.7
42172026-05-20T15:35:36.167Z Compiling dsl_auto_type v0.2.0
42182026-05-20T15:35:36.542Z Checking scheduled-thread-pool v0.2.7
42192026-05-20T15:35:36.625Z Compiling dirs-next v2.0.0
42202026-05-20T15:35:36.641Z Compiling diesel_table_macro_syntax v0.3.0
42212026-05-20T15:35:36.683Z Compiling tiny-keccak v2.0.2
42222026-05-20T15:35:36.701Z Checking r2d2 v0.8.10
42232026-05-20T15:35:36.758Z Compiling term v0.7.0
42242026-05-20T15:35:36.787Z Compiling clang-sys v1.8.1
42252026-05-20T15:35:36.932Z Checking downcast-rs v2.0.2
42262026-05-20T15:35:37.002Z Compiling bit-vec v0.6.3
42272026-05-20T15:35:37.046Z Compiling ascii-canvas v3.0.0
42282026-05-20T15:35:37.197Z Compiling bit-set v0.5.3
42292026-05-20T15:35:37.313Z Compiling ena v0.14.4
42302026-05-20T15:35:37.376Z Compiling libloading v0.8.9
42312026-05-20T15:35:37.379Z Compiling bindgen v0.71.1
42322026-05-20T15:35:37.484Z Compiling regex-syntax v0.6.29
42332026-05-20T15:35:37.510Z Compiling diff v0.1.13
42342026-05-20T15:35:37.613Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42352026-05-20T15:35:37.709Z Compiling cexpr v0.6.0
42362026-05-20T15:35:37.935Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
42372026-05-20T15:35:37.940Z Compiling rustc-hash v2.1.1
42382026-05-20T15:35:37.940Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42392026-05-20T15:35:37.972Z Compiling libxml v0.3.3
42402026-05-20T15:35:37.990Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
42412026-05-20T15:35:38.256Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
42422026-05-20T15:35:38.344Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42432026-05-20T15:35:38.474Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
42442026-05-20T15:35:38.561Z Compiling strum_macros v0.24.3
42452026-05-20T15:35:38.578Z Compiling indoc v1.0.9
42462026-05-20T15:35:39.092Z Compiling lalrpop v0.19.12
42472026-05-20T15:35:39.755Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42482026-05-20T15:35:39.837Z Checking derive_builder v0.20.2
42492026-05-20T15:35:39.970Z Compiling oso-derive v0.27.3
42502026-05-20T15:35:39.989Z Checking quick-xml v0.37.5
42512026-05-20T15:35:40.106Z Compiling impl-trait-for-tuples v0.2.3
42522026-05-20T15:35:40.534Z Checking openssl-probe v0.1.6
42532026-05-20T15:35:40.694Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
42542026-05-20T15:35:40.963Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42552026-05-20T15:35:41.188Z Checking bb8 v0.8.6
42562026-05-20T15:35:41.528Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42572026-05-20T15:35:41.552Z Checking nonempty v0.12.0
42582026-05-20T15:35:41.735Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42592026-05-20T15:35:41.752Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42602026-05-20T15:35:41.792Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
42612026-05-20T15:35:41.848Z Checking console v0.16.2
42622026-05-20T15:35:41.987Z Checking unit-prefix v0.5.2
42632026-05-20T15:35:42.006Z Checking support-bundle-viewer v0.1.2
42642026-05-20T15:35:42.140Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42652026-05-20T15:35:42.198Z Checking indicatif v0.18.4
42662026-05-20T15:35:42.287Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
42672026-05-20T15:35:42.453Z Checking multimap v0.10.1
42682026-05-20T15:35:42.953Z Checking diesel v2.3.7
42692026-05-20T15:35:45.273Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
42702026-05-20T15:35:45.693Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
42712026-05-20T15:35:45.969Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
42722026-05-20T15:35:47.296Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42732026-05-20T15:35:47.846Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
42742026-05-20T15:35:48.025Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
42752026-05-20T15:35:48.641Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
42762026-05-20T15:35:48.686Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
42772026-05-20T15:35:51.058Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42782026-05-20T15:35:56.549Z Compiling samael v0.0.19
42792026-05-20T15:36:00.891Z Checking diesel-dtrace v0.5.0
42802026-05-20T15:36:00.945Z Checking async-bb8-diesel v0.2.1
42812026-05-20T15:36:02.111Z Compiling polar-core v0.27.3
42822026-05-20T15:36:07.065Z Checking oso v0.27.3
42832026-05-20T15:36:46.828Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42842026-05-20T15:37:22.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 46s
42852026-05-20T15:37:22.241Z
42862026-05-20T15:37:22.242Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (239/276)
42872026-05-20T15:37:22.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42882026-05-20T15:37:22.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42892026-05-20T15:37:22.829Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42902026-05-20T15:37:22.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
42912026-05-20T15:37:22.937Z
42922026-05-20T15:37:22.937Zinfo: running `cargo check --bins` on nexus-saga-recovery (240/276)
42932026-05-20T15:37:23.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42942026-05-20T15:37:23.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42952026-05-20T15:37:23.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42962026-05-20T15:37:23.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
42972026-05-20T15:37:23.626Z
42982026-05-20T15:37:23.627Zinfo: running `cargo check --bins` on nexus-test-utils-macros (241/276)
42992026-05-20T15:37:24.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43002026-05-20T15:37:24.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43012026-05-20T15:37:24.149Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43022026-05-20T15:37:24.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43032026-05-20T15:37:24.244Z
43042026-05-20T15:37:24.244Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (242/276)
43052026-05-20T15:37:24.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43062026-05-20T15:37:24.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43072026-05-20T15:37:25.158Z Compiling libz-sys v1.1.24
43082026-05-20T15:37:25.295Z Compiling libgit2-sys v0.18.3+1.9.2
43092026-05-20T15:37:25.308Z Compiling vergen-git2 v1.0.7
43102026-05-20T15:37:25.334Z Compiling rustls v0.21.12
43112026-05-20T15:37:25.338Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#85d6fc96)
43122026-05-20T15:37:25.338Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43132026-05-20T15:37:25.338Z Checking rustls-webpki v0.101.7
43142026-05-20T15:37:25.338Z Checking sct v0.7.1
43152026-05-20T15:37:25.501Z Compiling nix v0.29.0
43162026-05-20T15:37:25.565Z Compiling dropshot v0.16.7
43172026-05-20T15:37:25.605Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43182026-05-20T15:37:25.658Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43192026-05-20T15:37:25.678Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43202026-05-20T15:37:25.814Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43212026-05-20T15:37:25.841Z Checking toml v0.9.12+spec-1.1.0
43222026-05-20T15:37:25.857Z Compiling dropshot_endpoint v0.16.7
43232026-05-20T15:37:25.964Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43242026-05-20T15:37:26.141Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43252026-05-20T15:37:26.370Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#85d6fc96)
43262026-05-20T15:37:26.431Z Checking rustls-pemfile v1.0.4
43272026-05-20T15:37:26.576Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43282026-05-20T15:37:26.779Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
43292026-05-20T15:37:26.878Z Checking twox-hash v2.1.2
43302026-05-20T15:37:26.976Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43312026-05-20T15:37:27.085Z Checking tokio-rustls v0.24.1
43322026-05-20T15:37:27.715Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43332026-05-20T15:37:27.941Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43342026-05-20T15:37:27.961Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43352026-05-20T15:37:28.486Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43362026-05-20T15:37:28.650Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43372026-05-20T15:37:28.736Z Checking fatfs v0.3.6
43382026-05-20T15:37:28.768Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43392026-05-20T15:37:28.789Z Compiling seq-macro v0.3.6
43402026-05-20T15:37:32.545Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
43412026-05-20T15:37:32.675Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
43422026-05-20T15:37:32.980Z Compiling git2 v0.20.4
43432026-05-20T15:37:35.209Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
43442026-05-20T15:38:21.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.62s
43452026-05-20T15:38:22.100Z
43462026-05-20T15:38:22.100Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (243/276)
43472026-05-20T15:38:22.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43482026-05-20T15:38:22.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43492026-05-20T15:38:23.036Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43502026-05-20T15:39:01.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.73s
43512026-05-20T15:39:02.062Z
43522026-05-20T15:39:02.062Zinfo: running `cargo check --bins` on nexus-background-task-interface (244/276)
43532026-05-20T15:39:02.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43542026-05-20T15:39:02.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43552026-05-20T15:39:02.585Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43562026-05-20T15:39:02.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43572026-05-20T15:39:02.676Z
43582026-05-20T15:39:02.676Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (245/276)
43592026-05-20T15:39:03.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43602026-05-20T15:39:03.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43612026-05-20T15:39:03.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43622026-05-20T15:39:03.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43632026-05-20T15:39:03.350Z
43642026-05-20T15:39:03.351Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (246/276)
43652026-05-20T15:39:03.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43662026-05-20T15:39:03.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43672026-05-20T15:39:03.936Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43682026-05-20T15:39:03.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
43692026-05-20T15:39:04.043Z
43702026-05-20T15:39:04.043Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (247/276)
43712026-05-20T15:39:04.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43722026-05-20T15:39:04.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43732026-05-20T15:39:04.624Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43742026-05-20T15:39:04.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
43752026-05-20T15:39:04.739Z
43762026-05-20T15:39:04.739Zinfo: running `cargo check --bins` on nexus-mgs-updates (248/276)
43772026-05-20T15:39:05.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43782026-05-20T15:39:05.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43792026-05-20T15:39:05.311Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43802026-05-20T15:39:05.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
43812026-05-20T15:39:05.424Z
43822026-05-20T15:39:05.424Zinfo: running `cargo check --bins` on nexus-networking (249/276)
43832026-05-20T15:39:05.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43842026-05-20T15:39:06.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43852026-05-20T15:39:06.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43862026-05-20T15:39:06.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
43872026-05-20T15:39:06.115Z
43882026-05-20T15:39:06.115Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (250/276)
43892026-05-20T15:39:06.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43902026-05-20T15:39:06.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43912026-05-20T15:39:06.699Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43922026-05-20T15:39:06.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
43932026-05-20T15:39:06.804Z
43942026-05-20T15:39:06.805Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (251/276)
43952026-05-20T15:39:07.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43962026-05-20T15:39:07.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43972026-05-20T15:39:07.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43982026-05-20T15:39:07.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
43992026-05-20T15:39:07.489Z
44002026-05-20T15:39:07.489Zinfo: running `cargo check --bins` on omicron-dev (252/276)
44012026-05-20T15:39:08.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44022026-05-20T15:39:08.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44032026-05-20T15:39:08.439Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44042026-05-20T15:39:08.441Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44052026-05-20T15:39:08.635Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
44062026-05-20T15:39:08.666Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
44072026-05-20T15:39:08.688Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
44082026-05-20T15:39:08.691Z Checking diff v0.1.13
44092026-05-20T15:39:08.691Z Checking yansi v1.0.1
44102026-05-20T15:39:08.705Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44112026-05-20T15:39:08.775Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
44122026-05-20T15:39:08.974Z Checking pretty_assertions v1.4.1
44132026-05-20T15:39:09.713Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44142026-05-20T15:39:09.883Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
44152026-05-20T15:39:33.795Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44162026-05-20T15:39:33.798Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
44172026-05-20T15:39:33.798Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
44182026-05-20T15:39:33.798Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
44192026-05-20T15:39:33.798Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
44202026-05-20T15:39:33.798Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
44212026-05-20T15:39:34.669Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44222026-05-20T15:39:35.850Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44232026-05-20T15:40:14.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
44242026-05-20T15:40:14.822Z
44252026-05-20T15:40:14.822Zinfo: running `cargo check --bins` on omicron-pins (253/276)
44262026-05-20T15:40:15.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44272026-05-20T15:40:15.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44282026-05-20T15:40:15.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44292026-05-20T15:40:15.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
44302026-05-20T15:40:15.448Z
44312026-05-20T15:40:15.448Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (254/276)
44322026-05-20T15:40:16.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44332026-05-20T15:40:16.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44342026-05-20T15:40:16.277Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
44352026-05-20T15:40:16.405Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
44362026-05-20T15:40:16.408Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
44372026-05-20T15:40:42.496Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
44382026-05-20T15:40:42.978Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
44392026-05-20T15:40:44.788Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
44402026-05-20T15:40:45.331Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
44412026-05-20T15:40:48.363Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44422026-05-20T15:41:11.319Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44432026-05-20T15:41:12.113Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44442026-05-20T15:41:13.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 58.48s
44452026-05-20T15:41:14.157Z
44462026-05-20T15:41:14.157Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (255/276)
44472026-05-20T15:41:14.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44482026-05-20T15:41:14.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44492026-05-20T15:41:14.936Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
44502026-05-20T15:41:15.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.54s
44512026-05-20T15:41:15.931Z
44522026-05-20T15:41:15.931Zinfo: running `cargo check --bins` on omicron-releng (256/276)
44532026-05-20T15:41:16.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44542026-05-20T15:41:16.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44552026-05-20T15:41:16.622Z Compiling blake3 v1.8.3
44562026-05-20T15:41:16.737Z Checking arrayvec v0.7.6
44572026-05-20T15:41:16.737Z Checking constant_time_eq v0.4.2
44582026-05-20T15:41:16.737Z Checking arrayref v0.3.9
44592026-05-20T15:41:16.760Z Checking topological-sort v0.2.2
44602026-05-20T15:41:16.764Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
44612026-05-20T15:41:16.764Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
44622026-05-20T15:41:16.764Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
44632026-05-20T15:41:16.818Z Checking shell-words v1.1.1
44642026-05-20T15:41:17.547Z Checking omicron-zone-package v0.12.2
44652026-05-20T15:41:18.285Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
44662026-05-20T15:41:19.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
44672026-05-20T15:41:19.352Z
44682026-05-20T15:41:19.352Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (257/276)
44692026-05-20T15:41:19.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44702026-05-20T15:41:19.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44712026-05-20T15:41:20.027Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
44722026-05-20T15:41:20.358Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
44732026-05-20T15:41:20.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
44742026-05-20T15:41:20.972Z
44752026-05-20T15:41:20.972Zinfo: running `cargo check --bins` on schema (258/276)
44762026-05-20T15:41:21.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44772026-05-20T15:41:21.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44782026-05-20T15:41:21.755Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
44792026-05-20T15:41:22.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.58s
44802026-05-20T15:41:22.782Z
44812026-05-20T15:41:22.782Zinfo: running `cargo check --bins` on xtask (259/276)
44822026-05-20T15:41:23.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44832026-05-20T15:41:23.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44842026-05-20T15:41:23.262Z Checking libc v0.2.185
44852026-05-20T15:41:23.347Z Checking serde v1.0.228
44862026-05-20T15:41:23.352Z Checking zerofrom v0.1.6
44872026-05-20T15:41:23.357Z Checking bitflags v2.11.0
44882026-05-20T15:41:23.362Z Checking smallvec v1.15.1
44892026-05-20T15:41:23.370Z Checking indexmap v2.14.0
44902026-05-20T15:41:23.380Z Checking serde_json v1.0.149
44912026-05-20T15:41:23.391Z Checking num-traits v0.2.19
44922026-05-20T15:41:23.454Z Checking yoke v0.8.1
44932026-05-20T15:41:23.506Z Checking scroll v0.12.0
44942026-05-20T15:41:23.541Z Checking thiserror v1.0.69
44952026-05-20T15:41:23.630Z Checking zerovec v0.11.5
44962026-05-20T15:41:23.641Z Checking zerotrie v0.2.3
44972026-05-20T15:41:23.644Z Checking errno v0.3.14
44982026-05-20T15:41:23.736Z Checking percent-encoding v2.3.2
44992026-05-20T15:41:23.746Z Checking toml_datetime v0.6.11
45002026-05-20T15:41:23.770Z Checking rustix v1.1.3
45012026-05-20T15:41:23.879Z Checking serde_spanned v0.6.9
45022026-05-20T15:41:23.890Z Checking log v0.4.29
45032026-05-20T15:41:23.913Z Checking form_urlencoded v1.2.2
45042026-05-20T15:41:23.925Z Checking ordered-float v2.10.1
45052026-05-20T15:41:23.935Z Checking zerocopy v0.7.35
45062026-05-20T15:41:23.991Z Checking getrandom v0.4.1
45072026-05-20T15:41:24.008Z Checking toml_edit v0.22.27
45082026-05-20T15:41:24.037Z Checking goblin v0.8.2
45092026-05-20T15:41:24.048Z Checking thiserror v2.0.18
45102026-05-20T15:41:24.070Z Checking tinystr v0.8.2
45112026-05-20T15:41:24.125Z Checking potential_utf v0.1.4
45122026-05-20T15:41:24.149Z Checking syn v2.0.117
45132026-05-20T15:41:24.161Z Checking serde-value v0.7.0
45142026-05-20T15:41:24.253Z Checking icu_locale_core v2.1.1
45152026-05-20T15:41:24.264Z Checking icu_collections v2.1.1
45162026-05-20T15:41:24.365Z Checking dtrace-parser v0.2.0
45172026-05-20T15:41:24.430Z Checking thread-id v4.2.2
45182026-05-20T15:41:24.516Z Checking once_cell v1.21.3
45192026-05-20T15:41:24.588Z Checking cargo-platform v0.2.0
45202026-05-20T15:41:24.608Z Checking memmap v0.7.0
45212026-05-20T15:41:24.613Z Checking terminal_size v0.4.3
45222026-05-20T15:41:24.696Z Checking tempfile v3.25.0
45232026-05-20T15:41:24.745Z Checking clap_builder v4.6.0
45242026-05-20T15:41:24.759Z Checking textwrap v0.16.2
45252026-05-20T15:41:24.773Z Checking fs-err v3.3.0
45262026-05-20T15:41:24.817Z Checking icu_provider v2.1.1
45272026-05-20T15:41:24.896Z Checking camino-tempfile v1.4.1
45282026-05-20T15:41:24.956Z Checking tabled v0.15.0
45292026-05-20T15:41:24.974Z Checking anyhow v1.0.102
45302026-05-20T15:41:25.059Z Checking icu_normalizer v2.1.1
45312026-05-20T15:41:25.060Z Checking icu_properties v2.1.2
45322026-05-20T15:41:25.130Z Checking toml v0.8.23
45332026-05-20T15:41:25.175Z Checking macaddr v1.0.1
45342026-05-20T15:41:25.363Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
45352026-05-20T15:41:25.460Z Checking cargo_toml v0.21.0
45362026-05-20T15:41:25.887Z Checking idna_adapter v1.2.1
45372026-05-20T15:41:25.936Z Checking dof v0.3.0
45382026-05-20T15:41:25.959Z Checking clap v4.6.1
45392026-05-20T15:41:26.009Z Checking idna v1.1.0
45402026-05-20T15:41:26.209Z Checking usdt-impl v0.5.0
45412026-05-20T15:41:26.240Z Checking url v2.5.8
45422026-05-20T15:41:26.467Z Checking usdt v0.5.0
45432026-05-20T15:41:26.598Z Checking cargo-util-schemas v0.8.2
45442026-05-20T15:41:27.294Z Checking cargo_metadata v0.21.0
45452026-05-20T15:41:27.950Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
45462026-05-20T15:41:28.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.54s
45472026-05-20T15:41:28.464Z
45482026-05-20T15:41:28.464Zinfo: running `cargo check --bins` on dnsadm (260/276)
45492026-05-20T15:41:29.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45502026-05-20T15:41:29.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45512026-05-20T15:41:29.138Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
45522026-05-20T15:41:29.628Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
45532026-05-20T15:41:30.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.56s
45542026-05-20T15:41:30.237Z
45552026-05-20T15:41:30.237Zinfo: running `cargo check --bins` on end-to-end-tests (261/276)
45562026-05-20T15:41:30.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45572026-05-20T15:41:30.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45582026-05-20T15:41:31.095Z Checking polyval v0.6.2
45592026-05-20T15:41:31.225Z Checking ctr v0.9.2
45602026-05-20T15:41:31.235Z Checking ssh-encoding v0.2.0
45612026-05-20T15:41:31.235Z Checking blowfish v0.9.1
45622026-05-20T15:41:31.257Z Checking password-hash v0.4.2
45632026-05-20T15:41:31.284Z Checking p256 v0.13.2
45642026-05-20T15:41:31.284Z Checking p521 v0.13.3
45652026-05-20T15:41:31.287Z Checking russh-cryptovec v0.7.3
45662026-05-20T15:41:31.368Z Checking ghash v0.5.1
45672026-05-20T15:41:31.384Z Checking bcrypt-pbkdf v0.10.0
45682026-05-20T15:41:31.384Z Checking md5 v0.7.0
45692026-05-20T15:41:31.418Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
45702026-05-20T15:41:31.442Z Checking num-bigint v0.4.6
45712026-05-20T15:41:31.489Z Checking aes-gcm v0.10.3
45722026-05-20T15:41:31.518Z Checking pbkdf2 v0.11.0
45732026-05-20T15:41:31.546Z Checking des v0.8.1
45742026-05-20T15:41:31.567Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45752026-05-20T15:41:31.597Z Checking hex-literal v0.4.1
45762026-05-20T15:41:31.637Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
45772026-05-20T15:41:31.651Z Checking ssh-cipher v0.2.0
45782026-05-20T15:41:31.690Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
45792026-05-20T15:41:31.705Z Checking internet-checksum v0.2.1
45802026-05-20T15:41:31.823Z Checking ssh-key v0.6.7
45812026-05-20T15:41:31.926Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45822026-05-20T15:41:32.464Z Checking russh-keys v0.45.0
45832026-05-20T15:41:33.020Z Checking russh v0.45.0
45842026-05-20T15:41:49.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.41s
45852026-05-20T15:41:49.875Z
45862026-05-20T15:41:49.875Zinfo: running `cargo check --bins` on gateway-cli (262/276)
45872026-05-20T15:41:50.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45882026-05-20T15:41:50.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45892026-05-20T15:41:50.548Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
45902026-05-20T15:41:50.661Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
45912026-05-20T15:41:50.668Z Checking termios v0.3.3
45922026-05-20T15:41:51.899Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45932026-05-20T15:41:52.055Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45942026-05-20T15:41:53.868Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
45952026-05-20T15:41:54.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.57s
45962026-05-20T15:41:54.656Z
45972026-05-20T15:41:54.656Zinfo: running `cargo check --bins --no-default-features` on installinator (263/276)
45982026-05-20T15:41:55.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45992026-05-20T15:41:55.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46002026-05-20T15:41:55.386Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
46012026-05-20T15:41:55.505Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46022026-05-20T15:41:55.513Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
46032026-05-20T15:41:55.517Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
46042026-05-20T15:41:55.532Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46052026-05-20T15:41:55.535Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
46062026-05-20T15:41:56.276Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46072026-05-20T15:41:56.609Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
46082026-05-20T15:41:56.615Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
46092026-05-20T15:41:57.257Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
46102026-05-20T15:41:58.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.27s
46112026-05-20T15:41:59.129Z
46122026-05-20T15:41:59.129Zinfo: running `cargo check --bins` on internal-dns-cli (264/276)
46132026-05-20T15:41:59.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46142026-05-20T15:41:59.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46152026-05-20T15:41:59.792Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
46162026-05-20T15:42:00.259Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
46172026-05-20T15:42:00.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
46182026-05-20T15:42:00.793Z
46192026-05-20T15:42:00.793Zinfo: running `cargo check --bins` on omicron-live-tests (265/276)
46202026-05-20T15:42:01.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46212026-05-20T15:42:01.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46222026-05-20T15:42:01.329Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46232026-05-20T15:42:01.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
46242026-05-20T15:42:01.414Z
46252026-05-20T15:42:01.414Zinfo: running `cargo check --bins` on live-tests-macros (266/276)
46262026-05-20T15:42:01.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46272026-05-20T15:42:01.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46282026-05-20T15:42:01.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46292026-05-20T15:42:01.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
46302026-05-20T15:42:02.057Z
46312026-05-20T15:42:02.057Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (267/276)
46322026-05-20T15:42:02.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46332026-05-20T15:42:02.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46342026-05-20T15:42:02.860Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
46352026-05-20T15:42:03.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
46362026-05-20T15:42:03.757Z
46372026-05-20T15:42:03.757Zinfo: running `cargo check --bins` on omicron-ntp-admin (268/276)
46382026-05-20T15:42:04.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46392026-05-20T15:42:04.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46402026-05-20T15:42:04.445Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
46412026-05-20T15:42:04.463Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
46422026-05-20T15:42:04.731Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
46432026-05-20T15:42:04.731Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
46442026-05-20T15:42:05.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.79s
46452026-05-20T15:42:05.747Z
46462026-05-20T15:42:05.747Zinfo: running `cargo check --bins` on ntp-admin-types (269/276)
46472026-05-20T15:42:06.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46482026-05-20T15:42:06.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46492026-05-20T15:42:06.286Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46502026-05-20T15:42:06.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
46512026-05-20T15:42:06.367Z
46522026-05-20T15:42:06.367Zinfo: running `cargo check --bins` on omicron-package (270/276)
46532026-05-20T15:42:06.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46542026-05-20T15:42:06.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46552026-05-20T15:42:07.082Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
46562026-05-20T15:42:08.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.80s
46572026-05-20T15:42:08.401Z
46582026-05-20T15:42:08.401Zinfo: running `cargo check --bins` on tqdb (271/276)
46592026-05-20T15:42:08.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46602026-05-20T15:42:08.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46612026-05-20T15:42:09.227Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
46622026-05-20T15:42:09.596Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
46632026-05-20T15:42:10.124Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
46642026-05-20T15:42:10.146Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
46652026-05-20T15:42:17.270Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
46662026-05-20T15:42:17.270Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
46672026-05-20T15:42:17.270Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
46682026-05-20T15:42:17.270Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
46692026-05-20T15:42:17.270Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46702026-05-20T15:42:17.270Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
46712026-05-20T15:42:17.491Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
46722026-05-20T15:42:18.479Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46732026-05-20T15:42:19.265Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46742026-05-20T15:42:19.906Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
46752026-05-20T15:42:24.372Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
46762026-05-20T15:42:31.003Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
46772026-05-20T15:42:31.004Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
46782026-05-20T15:42:31.007Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46792026-05-20T15:42:31.007Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
46802026-05-20T15:42:32.627Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
46812026-05-20T15:42:34.070Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
46822026-05-20T15:42:34.836Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
46832026-05-20T15:42:36.187Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
46842026-05-20T15:42:36.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.42s
46852026-05-20T15:42:37.050Z
46862026-05-20T15:42:37.051Zinfo: running `cargo check --bins` on wicket-dbg (272/276)
46872026-05-20T15:42:37.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46882026-05-20T15:42:37.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46892026-05-20T15:42:37.805Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46902026-05-20T15:42:37.808Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46912026-05-20T15:42:37.808Z Checking rtoolbox v0.0.3
46922026-05-20T15:42:37.942Z Checking tui-tree-widget v0.23.1
46932026-05-20T15:42:38.040Z Checking rpassword v7.4.0
46942026-05-20T15:42:39.079Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46952026-05-20T15:42:42.086Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46962026-05-20T15:42:43.980Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46972026-05-20T15:42:44.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.86s
46982026-05-20T15:42:45.127Z
46992026-05-20T15:42:45.127Zinfo: running `cargo check --bins` on wicket (273/276)
47002026-05-20T15:42:45.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47012026-05-20T15:42:45.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47022026-05-20T15:42:45.866Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47032026-05-20T15:42:46.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s
47042026-05-20T15:42:46.460Z
47052026-05-20T15:42:46.460Zinfo: running `cargo check --bins` on wicketd (274/276)
47062026-05-20T15:42:47.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47072026-05-20T15:42:47.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47082026-05-20T15:42:47.219Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
47092026-05-20T15:42:47.226Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
47102026-05-20T15:42:47.226Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
47112026-05-20T15:42:47.226Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
47122026-05-20T15:42:48.248Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
47132026-05-20T15:42:48.836Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
47142026-05-20T15:42:51.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.36s
47152026-05-20T15:42:52.032Z
47162026-05-20T15:42:52.032Zinfo: running `cargo check --bins` on omicron-workspace-hack (275/276)
47172026-05-20T15:42:52.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47182026-05-20T15:42:52.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47192026-05-20T15:42:52.563Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47202026-05-20T15:42:52.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
47212026-05-20T15:42:52.662Z
47222026-05-20T15:42:52.662Zinfo: running `cargo check --bins` on zone-setup (276/276)
47232026-05-20T15:42:53.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47242026-05-20T15:42:53.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47252026-05-20T15:42:53.368Z Checking uzers v0.12.2
47262026-05-20T15:42:53.654Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
47272026-05-20T15:42:54.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
47282026-05-20T15:42:54.639Z
47292026-05-20T15:42:54.642Zreal 15:32.330425275
47302026-05-20T15:42:54.642Zuser 22:55.344360278
47312026-05-20T15:42:54.642Zsys 4:48.620546216
47322026-05-20T15:42:54.643Ztrap 0.368630585
47332026-05-20T15:42:54.643Ztflt 1.110726905
47342026-05-20T15:42:54.643Zdflt 1.204767234
47352026-05-20T15:42:54.643Zkflt 0.022882739
47362026-05-20T15:42:54.643Zlock 1:26:06.598743755
47372026-05-20T15:42:54.643Zslp 1:49:06.660427248
47382026-05-20T15:42:54.643Zlat 1:08.004920991
47392026-05-20T15:42:54.643Zstop 4:04.601414676
47402026-05-20T15:42:54.643Zprocess exited: duration 1078418 ms, exit code 0
 
47412026-05-20T15:42:54.650Zfound 0 output files