01KS5V5WJ3F6WV5H8G56CFZ0MZ: 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: 01KS5V6N7EAY04A05DEG2H7QW6

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-21T18:02:39.319Zjob assigned to worker 01KS5V6R4M6AW3FTPFZFBGZKE8 [factory aws, i-0af13485f5233f6bd] (queued for 54 s)
 
22026-05-21T18:02:46.851Zstarting task 0: "setup"
32026-05-21T18:02:46.858Z++ uname -s
42026-05-21T18:02:46.862Z+ kern=SunOS
52026-05-21T18:02:46.862Z+ build_user=build
62026-05-21T18:02:46.862Z+ build_uid=12345
72026-05-21T18:02:46.862Z+ work_dir=/work
82026-05-21T18:02:46.862Z+ input_dir=/input
92026-05-21T18:02:46.862Z+ [[ 0 == 12345 ]]
102026-05-21T18:02:46.862Z+ case "$kern" in
112026-05-21T18:02:46.862Z+ groupadd -g 12345 build
122026-05-21T18:02:46.870Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-21T18:02:48.877Z+ zfs create -o mountpoint=/work rpool/work
142026-05-21T18:02:48.938Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-21T18:02:48.942Z+ home_fs=zfs
162026-05-21T18:02:48.942Z+ [[ zfs == autofs ]]
172026-05-21T18:02:48.942Z+ mkdir -p /home/build
182026-05-21T18:02:48.942Z+ chown build:build /home/build /work
192026-05-21T18:02:50.943Z+ chmod 0700 /home/build /work
202026-05-21T18:02:50.946Zprocess exited: duration 4097 ms, exit code 0
 
212026-05-21T18:02:50.953Zstarting task 1: "rust-toolchain"
222026-05-21T18:02:50.957Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-21T18:02:50.957Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-21T18:02:50.957Z * rust toolchain channel = "1.94.0"
252026-05-21T18:02:50.957Z * rust toolchain profile = "default"
262026-05-21T18:02:50.962Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-21T18:02:50.962Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-21T18:02:50.962Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-21T18:02:50.962Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-21T18:02:51.093Zinfo: downloading installer
312026-05-21T18:02:52.460Zwarn: It looks like you have an existing rustup settings file at:
322026-05-21T18:02:52.460Zwarn: /home/build/.rustup/settings.toml
332026-05-21T18:02:52.460Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-21T18:02:52.460Zwarn: instead of the one inferred from the default host triple.
352026-05-21T18:02:52.472Zinfo: profile set to default
362026-05-21T18:02:52.472Zinfo: default host triple is x86_64-unknown-illumos
372026-05-21T18:02:52.476Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-21T18:02:52.620Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-21T18:02:52.624Zinfo: downloading 6 components
402026-05-21T18:03:06.975Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-21T18:03:06.975Z
422026-05-21T18:03:07.005Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-21T18:03:07.005Z
442026-05-21T18:03:07.005Z
452026-05-21T18:03:07.005ZRust is installed now. Great!
462026-05-21T18:03:07.008Z
472026-05-21T18:03:07.008ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-21T18:03:07.008Zenvironment variable. This has not been done automatically.
492026-05-21T18:03:07.008Z
502026-05-21T18:03:07.008ZTo configure your current shell, you need to source
512026-05-21T18:03:07.008Zthe corresponding env file under $HOME/.cargo.
522026-05-21T18:03:07.008Z
532026-05-21T18:03:07.008ZThis is usually done by running one of the following (note the leading DOT):
542026-05-21T18:03:07.008Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-21T18:03:07.008Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-21T18:03:07.008Zsource "~/.cargo/env.nu" # For nushell
572026-05-21T18:03:07.008Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-21T18:03:07.008Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-21T18:03:07.008Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-21T18:03:07.008Zwarn: no default linker (`cc`) was found in your PATH
612026-05-21T18:03:07.008Zwarn: many Rust crates require a system C toolchain to build
622026-05-21T18:03:07.105Z+ rustup --version
632026-05-21T18:03:07.113Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-21T18:03:07.116Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-21T18:03:07.138Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-21T18:03:07.141Z+ cargo --version
672026-05-21T18:03:07.151Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-21T18:03:07.154Z+ rustc --version
692026-05-21T18:03:07.174Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-21T18:03:07.177Zprocess exited: duration 16223 ms, exit code 0
 
712026-05-21T18:03:07.184Zstarting task 2: "authentication"
722026-05-21T18:03:07.200Zprocess exited: duration 16 ms, exit code 0
 
732026-05-21T18:03:07.206Zstarting task 3: "clone repository"
742026-05-21T18:03:07.209Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-21T18:03:07.212Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-21T18:03:07.261ZCloning into '/work/oxidecomputer/omicron'...
772026-05-21T18:03:17.827Z+ cd /work/oxidecomputer/omicron
782026-05-21T18:03:17.827Z+ git fetch origin a96018ac8a9253bef3db530dea2e785128285cdf
792026-05-21T18:03:18.122ZFrom https://github.com/oxidecomputer/omicron
802026-05-21T18:03:18.122Z * branch a96018ac8a9253bef3db530dea2e785128285cdf -> FETCH_HEAD
812026-05-21T18:03:18.131Z+ [[ -n omicron-dev-for-multi-rack ]]
822026-05-21T18:03:18.134Z++ git branch --show-current
832026-05-21T18:03:18.134Z+ current=main
842026-05-21T18:03:18.134Z+ [[ main != omicron-dev-for-multi-rack ]]
852026-05-21T18:03:18.134Z+ git branch -f omicron-dev-for-multi-rack a96018ac8a9253bef3db530dea2e785128285cdf
862026-05-21T18:03:18.137Z+ git checkout -f omicron-dev-for-multi-rack
872026-05-21T18:03:18.369ZSwitched to branch 'omicron-dev-for-multi-rack'
882026-05-21T18:03:18.372Z+ git reset --hard a96018ac8a9253bef3db530dea2e785128285cdf
892026-05-21T18:03:18.602ZHEAD is now at a96018ac8 smooth out some sharp edges
902026-05-21T18:03:18.605Zprocess exited: duration 11398 ms, exit code 0
 
912026-05-21T18:03:18.612Zstarting task 4: "build"
922026-05-21T18:03:18.617Z+ source .github/buildomat/ci-env.sh
932026-05-21T18:03:18.621Z++ export CARGO_TERM_COLOR=always
942026-05-21T18:03:18.621Z++ CARGO_TERM_COLOR=always
952026-05-21T18:03:18.621Z+ cargo --version
962026-05-21T18:03:18.627Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-21T18:03:18.630Z+ rustc --version
982026-05-21T18:03:18.650Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-21T18:03:18.654Z+ source ./env.sh
1002026-05-21T18:03:18.654Z++ OLD_SHELL_OPTS=ehxB
1012026-05-21T18:03:18.654Z++ set -o xtrace
1022026-05-21T18:03:18.657Z++++ dirname ./env.sh
1032026-05-21T18:03:18.668Z+++ readlink -f .
1042026-05-21T18:03:18.672Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-05-21T18:03:18.675Z++ 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-21T18:03:18.675Z++ 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-21T18:03:18.675Z++ 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-21T18:03:18.676Z++ 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-21T18:03:18.676Z++ 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-21T18:03:18.676Z++ 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-21T18:03:18.676Z++ 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-21T18:03:18.676Z++ 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-21T18:03:18.676Z++ export PATH=/work/oxidecomputer/omicron/out/lldp/root/opt/oxide/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-21T18:03:18.676Z++ PATH=/work/oxidecomputer/omicron/out/lldp/root/opt/oxide/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-21T18:03:18.676Z++ case $OLD_SHELL_OPTS in
1162026-05-21T18:03:18.676Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-05-21T18:03:18.676Z+ export PATH=/work/oxidecomputer/omicron/out/lldp/root/opt/oxide/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-21T18:03:18.676Z+ PATH=/work/oxidecomputer/omicron/out/lldp/root/opt/oxide/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-21T18:03:18.676Z+ banner prerequisites
1202026-05-21T18:03:18.676Z
1212026-05-21T18:03:18.676Z ##### ##### ###### ##### ###### #### # # # #### #
1222026-05-21T18:03:18.676Z # # # # # # # # # # # # # # #
1232026-05-21T18:03:18.676Z # # # # ##### # # ##### # # # # # #### #
1242026-05-21T18:03:18.676Z ##### ##### # ##### # # # # # # # # #
1252026-05-21T18:03:18.676Z # # # # # # # # # # # # # # #
1262026-05-21T18:03:18.676Z # # # ###### # # ###### ### # #### # #### #
1272026-05-21T18:03:18.676Z
1282026-05-21T18:03:18.676Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1292026-05-21T18:03:21.558Z Startup: Refreshing catalog 'helios' ... Done
1302026-05-21T18:03:21.624Z Startup: Caching catalogs ... Done
1312026-05-21T18:03:21.829ZPlanning: Solver setup ... Done (0.172s)
1322026-05-21T18:03:21.846ZPlanning: Running solver ... Done (0.017s)
1332026-05-21T18:03:21.860ZPlanning: Finding local manifests ... Done (0.011s)
1342026-05-21T18:03:21.872ZPlanning: Fetching manifests: 0/2 0% complete
1352026-05-21T18:03:21.886ZPlanning: Fetching manifests: 2/2 100% complete
1362026-05-21T18:03:21.900ZPlanning: Package planning ... Done (0.013s)
1372026-05-21T18:03:21.903ZPlanning: Merging actions ... Done (0.001s)
1382026-05-21T18:03:22.096ZPlanning: Checking for conflicting actions ... Done (0.194s)
1392026-05-21T18:03:22.099ZPlanning: Consolidating action changes ... Done (0.001s)
1402026-05-21T18:03:23.838ZPlanning: Evaluating mediators ... Done (1.741s)
1412026-05-21T18:03:23.841ZPlanning: Planning completed in 2.20 seconds
1422026-05-21T18:03:23.847Z Packages to install: 2
1432026-05-21T18:03:23.847Z Estimated space available: 156.08 GB
1442026-05-21T18:03:23.847ZEstimated space to be consumed: 19.75 MB
1452026-05-21T18:03:23.850Z Create boot environment: No
1462026-05-21T18:03:23.850ZCreate backup boot environment: No
1472026-05-21T18:03:23.850Z Rebuild boot archive: No
1482026-05-21T18:03:23.850Z
1492026-05-21T18:03:23.850ZChanged packages:
1502026-05-21T18:03:23.850Zhelios
1512026-05-21T18:03:23.850Z developer/build-essential
1522026-05-21T18:03:23.850Z None -> 11-3.0
1532026-05-21T18:03:23.850Z library/libxmlsec1
1542026-05-21T18:03:23.850Z None -> 1.2.35-3.0
1552026-05-21T18:03:23.928Z
1562026-05-21T18:03:23.928ZDownload: 0/214 items 0.0/1.3MB 0% complete
1572026-05-21T18:03:24.402ZDownload: Completed 1.28 MB in 0.47 seconds (2.7M/s)
1582026-05-21T18:03:24.475Z Actions: 1/268 actions (Installing new actions)
1592026-05-21T18:03:24.525Z Actions: Completed 268 actions in 0.05 seconds.
1602026-05-21T18:03:24.531ZFinalize: Updating package state database ... Done (0.006s)
1612026-05-21T18:03:24.534ZFinalize: Updating package cache ... Done (0.000s)
1622026-05-21T18:03:24.546ZFinalize: Updating image state ... Done (0.015s)
1632026-05-21T18:03:27.272ZFinalize: Creating fast lookup database ... Done (2.706s)
1642026-05-21T18:03:27.349ZFinalize: Reading search index ... Done (0.022s)
1652026-05-21T18:03:27.352ZFinalize: Updating search index ... Done (0.000s)
1662026-05-21T18:03:27.451ZFinalize: Updating package cache ... Done (0.000s)
1672026-05-21T18:03:27.747ZPlanning: Evaluating mediator changes ... Done
1682026-05-21T18:03:27.851ZPlanning: Checking for conflicting actions ... Done
1692026-05-21T18:03:27.855ZPlanning: Consolidating action changes ... Done
1702026-05-21T18:03:28.010ZPlanning: Evaluating mediators ... Done
1712026-05-21T18:03:28.013ZPlanning: Planning completed in 0.26 seconds
1722026-05-21T18:03:28.034Z Mediators to change: 2
1732026-05-21T18:03:28.034Z Create boot environment: No
1742026-05-21T18:03:28.034ZCreate backup boot environment: No
1752026-05-21T18:03:28.079ZFinalize: Updating package state database ... Done
1762026-05-21T18:03:28.079ZFinalize: Updating package cache ... Done
1772026-05-21T18:03:28.088ZFinalize: Updating image state ... Done
1782026-05-21T18:03:30.031ZFinalize: Creating fast lookup database ... Done
1792026-05-21T18:03:30.096ZFinalize: Reading search index ... Done
1802026-05-21T18:03:30.099ZFinalize: Updating search index ... Done
1812026-05-21T18:03:30.193ZFinalize: Updating package cache ... Done
1822026-05-21T18:03:30.476ZPlanning: Evaluating mediator changes ... Done
1832026-05-21T18:03:30.581ZPlanning: Checking for conflicting actions ... Done
1842026-05-21T18:03:30.584ZPlanning: Consolidating action changes ... Done
1852026-05-21T18:03:30.740ZPlanning: Evaluating mediators ... Done
1862026-05-21T18:03:30.744ZPlanning: Planning completed in 0.26 seconds
1872026-05-21T18:03:30.763Z Mediators to change: 1
1882026-05-21T18:03:30.763Z Create boot environment: No
1892026-05-21T18:03:30.763ZCreate backup boot environment: No
1902026-05-21T18:03:30.805ZFinalize: Updating package state database ... Done
1912026-05-21T18:03:30.805ZFinalize: Updating package cache ... Done
1922026-05-21T18:03:30.814ZFinalize: Updating image state ... Done
1932026-05-21T18:03:32.769ZFinalize: Creating fast lookup database ... Done
1942026-05-21T18:03:32.832ZFinalize: Reading search index ... Done
1952026-05-21T18:03:32.835ZFinalize: Updating search index ... Done
1962026-05-21T18:03:32.950ZFinalize: Updating package cache ... Done
1972026-05-21T18:03:33.260ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1982026-05-21T18:03:33.260Zapache system 2.4 system
1992026-05-21T18:03:33.260Zclang system 15 system
2002026-05-21T18:03:33.260Zcsh system system illumos
2012026-05-21T18:03:33.260Zctags system system illumos
2022026-05-21T18:03:33.260Zfile vendor vendor darwinsys
2032026-05-21T18:03:33.261Zfile system system illumos
2042026-05-21T18:03:33.261Zgcc vendor 14 vendor
2052026-05-21T18:03:33.261Zgcc system 13 system
2062026-05-21T18:03:33.261Zgcc system 10 system
2072026-05-21T18:03:33.261Zgo system 1.25 system
2082026-05-21T18:03:33.261Zllvm system 15 system
2092026-05-21T18:03:33.261Zmariadb system 11.4 system
2102026-05-21T18:03:33.261Zmta vendor vendor dma
2112026-05-21T18:03:33.261Zopenjdk system 17 system
2122026-05-21T18:03:33.261Zopenjdk system 11 system
2132026-05-21T18:03:33.261Zopenssl vendor 3 vendor
2142026-05-21T18:03:33.261Zperl system 5.40 system
2152026-05-21T18:03:33.261Zpostgresql system 18 system
2162026-05-21T18:03:33.261Zpostgresql system 17 system
2172026-05-21T18:03:33.261Zpython vendor 3 vendor
2182026-05-21T18:03:33.261Zpython system 2 system
2192026-05-21T18:03:33.261Zpython3 vendor 3.13 vendor
2202026-05-21T18:03:33.261Zruby system 3.4 system
2212026-05-21T18:03:33.261Zruby system 3.0 system
2222026-05-21T18:03:33.261Zwords vendor vendor american-english
2232026-05-21T18:03:33.261Zwords system system australian-english
2242026-05-21T18:03:33.261Zwords system system british-english
2252026-05-21T18:03:33.261Zwords system system canadian-english
2262026-05-21T18:03:33.261Zwords system system french
2272026-05-21T18:03:33.261Zwords system system italian
2282026-05-21T18:03:33.261Zwords system system ngerman
2292026-05-21T18:03:33.261Zwords system system ogerman
2302026-05-21T18:03:33.261Zwords system system spanish
2312026-05-21T18:03:33.511ZPUBLISHER TYPE STATUS P LOCATION
2322026-05-21T18:03:33.511Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2332026-05-21T18:03:33.780ZFMRI IFO
2342026-05-21T18:03:33.781Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2352026-05-21T18:03:33.781Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2362026-05-21T18:03:33.781Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2372026-05-21T18:03:33.781Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2382026-05-21T18:03:33.781Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2392026-05-21T18:03:33.781Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2402026-05-21T18:03:33.781Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2412026-05-21T18:03:33.781Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2422026-05-21T18:03:33.781Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2432026-05-21T18:03:34.020Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2442026-05-21T18:03:34.291Z Updating crates.io index
2452026-05-21T18:03:34.326Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2462026-05-21T18:03:34.557Z Updating git repository `https://github.com/oxidecomputer/lldp`
2472026-05-21T18:03:35.354Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2482026-05-21T18:03:35.762Z Updating git repository `https://github.com/oxidecomputer/falcon`
2492026-05-21T18:03:36.530Z Updating git repository `https://github.com/oxidecomputer/propolis`
2502026-05-21T18:03:37.563Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2512026-05-21T18:03:38.125Z Updating git repository `https://github.com/oxidecomputer/crucible`
2522026-05-21T18:03:39.518Z Updating git repository `https://github.com/oxidecomputer/opte`
2532026-05-21T18:03:40.294Z Updating git repository `https://github.com/oxidecomputer/tofino`
2542026-05-21T18:03:40.708Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2552026-05-21T18:03:41.502Z Updating git repository `https://github.com/oxidecomputer/clickward`
2562026-05-21T18:03:42.227Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2572026-05-21T18:03:42.667Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2582026-05-21T18:03:43.019Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2592026-05-21T18:03:44.094Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2602026-05-21T18:03:44.572Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2612026-05-21T18:03:44.875Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2622026-05-21T18:03:45.191Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2632026-05-21T18:03:45.544Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2642026-05-21T18:03:46.005Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2652026-05-21T18:03:46.522Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2662026-05-21T18:03:46.810Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2672026-05-21T18:03:47.120Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2682026-05-21T18:03:47.607Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2692026-05-21T18:03:48.105Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2702026-05-21T18:03:48.495Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2712026-05-21T18:03:49.088Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2722026-05-21T18:03:49.708Z Updating git repository `https://github.com/oxidecomputer/ispf`
2732026-05-21T18:03:50.169Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2742026-05-21T18:03:51.187Z Updating git repository `https://github.com/oxidecomputer/network-interface`
2752026-05-21T18:03:51.452Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2762026-05-21T18:03:51.790Z Updating git repository `https://github.com/oxidecomputer/crucible`
2772026-05-21T18:03:53.005Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2782026-05-21T18:03:53.277Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2792026-05-21T18:03:53.707Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2802026-05-21T18:03:54.103Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2812026-05-21T18:03:54.843Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2822026-05-21T18:03:55.072Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2832026-05-21T18:03:55.389Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2842026-05-21T18:03:55.787Z Updating git repository `https://github.com/illumos/smf-rs`
2852026-05-21T18:03:56.202Z Updating git repository `https://github.com/oxidecomputer/omicron`
2862026-05-21T18:04:08.012Z Downloading crates ...
2872026-05-21T18:04:08.064Z Downloaded equivalent v1.0.2
2882026-05-21T18:04:08.073Z Downloaded anstyle-parse v0.2.7
2892026-05-21T18:04:08.076Z Downloaded displaydoc v0.2.5
2902026-05-21T18:04:08.076Z Downloaded cargo_metadata v0.21.0
2912026-05-21T18:04:08.082Z Downloaded ucd-trie v0.1.7
2922026-05-21T18:04:08.086Z Downloaded usdt v0.5.0
2932026-05-21T18:04:08.086Z Downloaded usdt-macro v0.5.0
2942026-05-21T18:04:08.086Z Downloaded unicode-linebreak v0.1.5
2952026-05-21T18:04:08.099Z Downloaded zerofrom v0.1.6
2962026-05-21T18:04:08.108Z Downloaded plain v0.2.3
2972026-05-21T18:04:08.108Z Downloaded memmap v0.7.0
2982026-05-21T18:04:08.117Z Downloaded toml_write v0.1.2
2992026-05-21T18:04:08.117Z Downloaded thiserror v2.0.18
3002026-05-21T18:04:08.117Z Downloaded tinystr v0.8.2
3012026-05-21T18:04:08.117Z Downloaded thiserror v1.0.69
3022026-05-21T18:04:08.117Z Downloaded zerovec-derive v0.11.2
3032026-05-21T18:04:08.122Z Downloaded stable_deref_trait v1.2.1
3042026-05-21T18:04:08.122Z Downloaded yoke-derive v0.8.1
3052026-05-21T18:04:08.122Z Downloaded utf8parse v0.2.2
3062026-05-21T18:04:08.122Z Downloaded typenum v1.19.0
3072026-05-21T18:04:08.122Z Downloaded unicode-xid v0.2.6
3082026-05-21T18:04:08.122Z Downloaded typeid v1.0.3
3092026-05-21T18:04:08.122Z Downloaded form_urlencoded v1.2.2
3102026-05-21T18:04:08.122Z Downloaded toml_datetime v0.6.11
3112026-05-21T18:04:08.122Z Downloaded serde_spanned v0.6.9
3122026-05-21T18:04:08.122Z Downloaded macaddr v1.0.1
3132026-05-21T18:04:08.128Z Downloaded errno v0.3.14
3142026-05-21T18:04:08.128Z Downloaded cpufeatures v0.2.17
3152026-05-21T18:04:08.128Z Downloaded toml v0.8.23
3162026-05-21T18:04:08.128Z Downloaded idna_adapter v1.2.1
3172026-05-21T18:04:08.128Z Downloaded thread-id v4.2.2
3182026-05-21T18:04:08.128Z Downloaded percent-encoding v2.3.2
3192026-05-21T18:04:08.132Z Downloaded pretty-hex v0.4.1
3202026-05-21T18:04:08.132Z Downloaded itoa v1.0.17
3212026-05-21T18:04:08.132Z Downloaded version_check v0.9.5
3222026-05-21T18:04:08.133Z Downloaded dof v0.3.0
3232026-05-21T18:04:08.133Z Downloaded utf8_iter v1.0.4
3242026-05-21T18:04:08.133Z Downloaded usdt-attr-macro v0.5.0
3252026-05-21T18:04:08.133Z Downloaded crypto-common v0.1.7
3262026-05-21T18:04:08.146Z Downloaded dtrace-parser v0.2.0
3272026-05-21T18:04:08.146Z Downloaded smawk v0.3.2
3282026-05-21T18:04:08.146Z Downloaded thiserror-impl v1.0.69
3292026-05-21T18:04:08.146Z Downloaded proc-macro-error-attr v1.0.4
3302026-05-21T18:04:08.146Z Downloaded zmij v1.0.21
3312026-05-21T18:04:08.146Z Downloaded writeable v0.6.2
3322026-05-21T18:04:08.146Z Downloaded zerofrom-derive v0.1.6
3332026-05-21T18:04:08.147Z Downloaded swrite v0.1.0
3342026-05-21T18:04:08.147Z Downloaded usdt-impl v0.5.0
3352026-05-21T18:04:08.147Z Downloaded generic-array v0.14.7
3362026-05-21T18:04:08.147Z Downloaded yoke v0.8.1
3372026-05-21T18:04:08.154Z Downloaded bytecount v0.6.9
3382026-05-21T18:04:08.154Z Downloaded fnv v1.0.7
3392026-05-21T18:04:08.154Z Downloaded unicode-ident v1.0.24
3402026-05-21T18:04:08.154Z Downloaded serde-value v0.7.0
3412026-05-21T18:04:08.154Z Downloaded autocfg v1.5.0
3422026-05-21T18:04:08.154Z Downloaded cfg-if v1.0.4
3432026-05-21T18:04:08.154Z Downloaded potential_utf v0.1.4
3442026-05-21T18:04:08.154Z Downloaded fastrand v2.3.0
3452026-05-21T18:04:08.154Z Downloaded terminal_size v0.4.3
3462026-05-21T18:04:08.158Z Downloaded colorchoice v1.0.4
3472026-05-21T18:04:08.159Z Downloaded zerocopy-derive v0.7.35
3482026-05-21T18:04:08.159Z Downloaded anstyle-query v1.1.5
3492026-05-21T18:04:08.159Z Downloaded thiserror-impl v2.0.18
3502026-05-21T18:04:08.159Z Downloaded heck v0.4.1
3512026-05-21T18:04:08.159Z Downloaded block-buffer v0.10.4
3522026-05-21T18:04:08.159Z Downloaded textwrap v0.16.2
3532026-05-21T18:04:08.163Z Downloaded zerotrie v0.2.3
3542026-05-21T18:04:08.164Z Downloaded tabled_derive v0.7.0
3552026-05-21T18:04:08.164Z Downloaded scroll_derive v0.12.1
3562026-05-21T18:04:08.168Z Downloaded is_terminal_polyfill v1.70.2
3572026-05-21T18:04:08.168Z Downloaded url v2.5.8
3582026-05-21T18:04:08.168Z Downloaded toml_edit v0.22.27
3592026-05-21T18:04:08.172Z Downloaded cargo-platform v0.2.0
3602026-05-21T18:04:08.173Z Downloaded zerocopy v0.7.35
3612026-05-21T18:04:08.180Z Downloaded zerovec v0.11.5
3622026-05-21T18:04:08.185Z Downloaded synstructure v0.13.2
3632026-05-21T18:04:08.185Z Downloaded fs-err v3.3.0
3642026-05-21T18:04:08.185Z Downloaded serde_tokenstream v0.2.3
3652026-05-21T18:04:08.190Z Downloaded anstyle v1.0.13
3662026-05-21T18:04:08.190Z Downloaded strsim v0.11.1
3672026-05-21T18:04:08.190Z Downloaded sha2 v0.10.9
3682026-05-21T18:04:08.195Z Downloaded scroll v0.12.0
3692026-05-21T18:04:08.195Z Downloaded erased-serde v0.4.9
3702026-05-21T18:04:08.195Z Downloaded winnow v0.7.14
3712026-05-21T18:04:08.199Z Downloaded unicode-width v0.1.14
3722026-05-21T18:04:08.203Z Downloaded unicode-width v0.2.0
3732026-05-21T18:04:08.206Z Downloaded byteorder v1.5.0
3742026-05-21T18:04:08.206Z Downloaded proc-macro-error v1.0.4
3752026-05-21T18:04:08.206Z Downloaded ordered-float v2.10.1
3762026-05-21T18:04:08.206Z Downloaded cargo_toml v0.21.0
3772026-05-21T18:04:08.210Z Downloaded digest v0.10.7
3782026-05-21T18:04:08.210Z Downloaded heck v0.5.0
3792026-05-21T18:04:08.210Z Downloaded clap_lex v1.0.0
3802026-05-21T18:04:08.210Z Downloaded serde-untagged v0.1.9
3812026-05-21T18:04:08.215Z Downloaded quote v1.0.45
3822026-05-21T18:04:08.219Z Downloaded once_cell v1.21.3
3832026-05-21T18:04:08.223Z Downloaded pest_derive v2.8.6
3842026-05-21T18:04:08.223Z Downloaded clap_derive v4.5.55
3852026-05-21T18:04:08.228Z Downloaded anstream v0.6.21
3862026-05-21T18:04:08.228Z Downloaded pest_generator v2.8.6
3872026-05-21T18:04:08.228Z Downloaded litemap v0.8.1
3882026-05-21T18:04:08.232Z Downloaded semver v1.0.28
3892026-05-21T18:04:08.235Z Downloaded camino v1.2.2
3902026-05-21T18:04:08.239Z Downloaded anyhow v1.0.102
3912026-05-21T18:04:08.243Z Downloaded camino-tempfile v1.4.1
3922026-05-21T18:04:08.246Z Downloaded cargo-util-schemas v0.8.2
3932026-05-21T18:04:08.252Z Downloaded smallvec v1.15.1
3942026-05-21T18:04:08.252Z Downloaded tempfile v3.25.0
3952026-05-21T18:04:08.257Z Downloaded num-traits v0.2.19
3962026-05-21T18:04:08.263Z Downloaded icu_normalizer v2.1.1
3972026-05-21T18:04:08.263Z Downloaded proc-macro2 v1.0.106
3982026-05-21T18:04:08.266Z Downloaded clap v4.5.60
3992026-05-21T18:04:08.270Z Downloaded icu_provider v2.1.1
4002026-05-21T18:04:08.279Z Downloaded bitflags v2.11.0
4012026-05-21T18:04:08.282Z Downloaded serde_derive v1.0.228
4022026-05-21T18:04:08.282Z Downloaded icu_normalizer_data v2.1.1
4032026-05-21T18:04:08.282Z Downloaded getrandom v0.4.1
4042026-05-21T18:04:08.286Z Downloaded log v0.4.29
4052026-05-21T18:04:08.286Z Downloaded icu_locale_core v2.1.1
4062026-05-21T18:04:08.290Z Downloaded serde_core v1.0.228
4072026-05-21T18:04:08.290Z Downloaded papergrid v0.11.0
4082026-05-21T18:04:08.298Z Downloaded icu_properties v2.1.2
4092026-05-21T18:04:08.298Z Downloaded pest_meta v2.8.6
4102026-05-21T18:04:08.302Z Downloaded serde v1.0.228
4112026-05-21T18:04:08.303Z Downloaded memchr v2.8.0
4122026-05-21T18:04:08.317Z Downloaded indexmap v2.14.0
4132026-05-21T18:04:08.328Z Downloaded icu_collections v2.1.1
4142026-05-21T18:04:08.338Z Downloaded pest v2.8.6
4152026-05-21T18:04:08.353Z Downloaded hashbrown v0.17.0
4162026-05-21T18:04:08.365Z Downloaded serde_json v1.0.149
4172026-05-21T18:04:08.371Z Downloaded idna v1.1.0
4182026-05-21T18:04:08.371Z Downloaded icu_properties_data v2.1.2
4192026-05-21T18:04:08.371Z Downloaded clap_builder v4.5.60
4202026-05-21T18:04:08.374Z Downloaded goblin v0.8.2
4212026-05-21T18:04:08.378Z Downloaded tabled v0.15.0
4222026-05-21T18:04:08.390Z Downloaded syn v1.0.109
4232026-05-21T18:04:08.402Z Downloaded syn v2.0.117
4242026-05-21T18:04:08.407Z Downloaded rustix v1.1.3
4252026-05-21T18:04:08.449Z Downloaded libc v0.2.185
4262026-05-21T18:04:08.506Z Compiling proc-macro2 v1.0.106
4272026-05-21T18:04:08.506Z Compiling quote v1.0.45
4282026-05-21T18:04:08.509Z Compiling unicode-ident v1.0.24
4292026-05-21T18:04:08.509Z Compiling serde_core v1.0.228
4302026-05-21T18:04:08.509Z Compiling libc v0.2.185
4312026-05-21T18:04:08.509Z Compiling version_check v0.9.5
4322026-05-21T18:04:08.509Z Compiling stable_deref_trait v1.2.1
4332026-05-21T18:04:08.509Z Compiling memchr v2.8.0
4342026-05-21T18:04:08.823Z Compiling serde v1.0.228
4352026-05-21T18:04:08.837Z Compiling zmij v1.0.21
4362026-05-21T18:04:09.071Z Compiling autocfg v1.5.0
4372026-05-21T18:04:09.364Z Compiling itoa v1.0.17
4382026-05-21T18:04:09.381Z Compiling thiserror v1.0.69
4392026-05-21T18:04:09.479Z Compiling ucd-trie v0.1.7
4402026-05-21T18:04:09.562Z Compiling writeable v0.6.2
4412026-05-21T18:04:09.697Z Compiling pest v2.8.6
4422026-05-21T18:04:09.718Z Compiling litemap v0.8.1
4432026-05-21T18:04:09.762Z Compiling icu_properties_data v2.1.2
4442026-05-21T18:04:09.865Z Compiling icu_normalizer_data v2.1.1
4452026-05-21T18:04:09.899Z Compiling byteorder v1.5.0
4462026-05-21T18:04:09.942Z Compiling rustix v1.1.3
4472026-05-21T18:04:10.160Z Compiling errno v0.3.14
4482026-05-21T18:04:10.174Z Compiling serde_json v1.0.149
4492026-05-21T18:04:10.252Z Compiling syn v2.0.117
4502026-05-21T18:04:10.306Z Compiling bitflags v2.11.0
4512026-05-21T18:04:10.460Z Compiling num-traits v0.2.19
4522026-05-21T18:04:10.473Z Compiling equivalent v1.0.2
4532026-05-21T18:04:10.525Z Compiling typeid v1.0.3
4542026-05-21T18:04:10.561Z Compiling smallvec v1.15.1
4552026-05-21T18:04:10.771Z Compiling pest_meta v2.8.6
4562026-05-21T18:04:10.787Z Compiling hashbrown v0.17.0
4572026-05-21T18:04:10.922Z Compiling thread-id v4.2.2
4582026-05-21T18:04:11.009Z Compiling proc-macro-error-attr v1.0.4
4592026-05-21T18:04:11.063Z Compiling usdt-impl v0.5.0
4602026-05-21T18:04:11.191Z Compiling toml_write v0.1.2
4612026-05-21T18:04:11.219Z Compiling winnow v0.7.14
4622026-05-21T18:04:11.272Z Compiling indexmap v2.14.0
4632026-05-21T18:04:11.323Z Compiling erased-serde v0.4.9
4642026-05-21T18:04:11.386Z Compiling syn v1.0.109
4652026-05-21T18:04:11.876Z Compiling proc-macro-error v1.0.4
4662026-05-21T18:04:11.893Z Compiling percent-encoding v2.3.2
4672026-05-21T18:04:12.064Z Compiling utf8parse v0.2.2
4682026-05-21T18:04:12.082Z Compiling log v0.4.29
4692026-05-21T18:04:12.179Z Compiling plain v0.2.3
4702026-05-21T18:04:12.262Z Compiling thiserror v2.0.18
4712026-05-21T18:04:12.292Z Compiling camino v1.2.2
4722026-05-21T18:04:12.308Z Compiling getrandom v0.4.1
4732026-05-21T18:04:12.357Z Compiling utf8_iter v1.0.4
4742026-05-21T18:04:12.503Z Compiling ordered-float v2.10.1
4752026-05-21T18:04:12.551Z Compiling anstyle-parse v0.2.7
4762026-05-21T18:04:12.665Z Compiling form_urlencoded v1.2.2
4772026-05-21T18:04:12.964Z Compiling terminal_size v0.4.3
4782026-05-21T18:04:13.008Z Compiling anstyle v1.0.13
4792026-05-21T18:04:13.008Z Compiling synstructure v0.13.2
4802026-05-21T18:04:13.008Z Compiling pest_generator v2.8.6
4812026-05-21T18:04:13.050Z Compiling anstyle-query v1.1.5
4822026-05-21T18:04:13.103Z Compiling is_terminal_polyfill v1.70.2
4832026-05-21T18:04:13.166Z Compiling pretty-hex v0.4.1
4842026-05-21T18:04:13.188Z Compiling colorchoice v1.0.4
4852026-05-21T18:04:13.205Z Compiling cfg-if v1.0.4
4862026-05-21T18:04:13.221Z Compiling serde-untagged v0.1.9
4872026-05-21T18:04:13.285Z Compiling anstream v0.6.21
4882026-05-21T18:04:13.466Z Compiling semver v1.0.28
4892026-05-21T18:04:13.522Z Compiling fs-err v3.3.0
4902026-05-21T18:04:13.591Z Compiling bytecount v0.6.9
4912026-05-21T18:04:13.688Z Compiling unicode-xid v0.2.6
4922026-05-21T18:04:13.710Z Compiling heck v0.5.0
4932026-05-21T18:04:13.729Z Compiling heck v0.4.1
4942026-05-21T18:04:13.792Z Compiling fastrand v2.3.0
4952026-05-21T18:04:13.823Z Compiling once_cell v1.21.3
4962026-05-21T18:04:13.835Z Compiling fnv v1.0.7
4972026-05-21T18:04:13.951Z Compiling clap_lex v1.0.0
4982026-05-21T18:04:13.965Z Compiling anyhow v1.0.102
4992026-05-21T18:04:14.025Z Compiling unicode-width v0.1.14
5002026-05-21T18:04:14.051Z Compiling strsim v0.11.1
5012026-05-21T18:04:14.186Z Compiling tempfile v3.25.0
5022026-05-21T18:04:14.299Z Compiling papergrid v0.11.0
5032026-05-21T18:04:14.341Z Compiling clap_builder v4.5.60
5042026-05-21T18:04:14.406Z Compiling memmap v0.7.0
5052026-05-21T18:04:14.503Z Compiling unicode-linebreak v0.1.5
5062026-05-21T18:04:14.563Z Compiling smawk v0.3.2
5072026-05-21T18:04:14.585Z Compiling unicode-width v0.2.0
5082026-05-21T18:04:14.611Z Compiling serde_derive v1.0.228
5092026-05-21T18:04:14.690Z Compiling zerofrom-derive v0.1.6
5102026-05-21T18:04:14.736Z Compiling yoke-derive v0.8.1
5112026-05-21T18:04:14.812Z Compiling zerovec-derive v0.11.2
5122026-05-21T18:04:14.854Z Compiling displaydoc v0.2.5
5132026-05-21T18:04:15.573Z Compiling thiserror-impl v1.0.69
5142026-05-21T18:04:15.677Z Compiling zerocopy-derive v0.7.35
5152026-05-21T18:04:15.858Z Compiling pest_derive v2.8.6
5162026-05-21T18:04:15.912Z Compiling scroll_derive v0.12.1
5172026-05-21T18:04:16.066Z Compiling zerofrom v0.1.6
5182026-05-21T18:04:16.202Z Compiling yoke v0.8.1
5192026-05-21T18:04:16.304Z Compiling thiserror-impl v2.0.18
5202026-05-21T18:04:16.390Z Compiling zerovec v0.11.5
5212026-05-21T18:04:16.539Z Compiling zerotrie v0.2.3
5222026-05-21T18:04:16.557Z Compiling zerocopy v0.7.35
5232026-05-21T18:04:16.838Z Compiling tinystr v0.8.2
5242026-05-21T18:04:16.896Z Compiling potential_utf v0.1.4
5252026-05-21T18:04:16.930Z Compiling dtrace-parser v0.2.0
5262026-05-21T18:04:17.043Z Compiling icu_locale_core v2.1.1
5272026-05-21T18:04:17.065Z Compiling icu_collections v2.1.1
5282026-05-21T18:04:17.107Z Compiling scroll v0.12.0
5292026-05-21T18:04:17.312Z Compiling tabled_derive v0.7.0
5302026-05-21T18:04:17.333Z Compiling clap_derive v4.5.55
5312026-05-21T18:04:17.367Z Compiling goblin v0.8.2
5322026-05-21T18:04:17.677Z Compiling icu_provider v2.1.1
5332026-05-21T18:04:17.713Z Compiling textwrap v0.16.2
5342026-05-21T18:04:18.013Z Compiling serde_spanned v0.6.9
5352026-05-21T18:04:18.051Z Compiling toml_datetime v0.6.11
5362026-05-21T18:04:18.072Z Compiling icu_normalizer v2.1.1
5372026-05-21T18:04:18.084Z Compiling icu_properties v2.1.2
5382026-05-21T18:04:18.121Z Compiling dof v0.3.0
5392026-05-21T18:04:18.186Z Compiling serde_tokenstream v0.2.3
5402026-05-21T18:04:18.289Z Compiling toml_edit v0.22.27
5412026-05-21T18:04:18.300Z Compiling serde-value v0.7.0
5422026-05-21T18:04:18.509Z Compiling cargo-platform v0.2.0
5432026-05-21T18:04:18.581Z Compiling tabled v0.15.0
5442026-05-21T18:04:18.661Z Compiling macaddr v1.0.1
5452026-05-21T18:04:18.890Z Compiling camino-tempfile v1.4.1
5462026-05-21T18:04:19.132Z Compiling idna_adapter v1.2.1
5472026-05-21T18:04:19.132Z Compiling usdt-attr-macro v0.5.0
5482026-05-21T18:04:19.164Z Compiling usdt-macro v0.5.0
5492026-05-21T18:04:19.181Z Compiling clap v4.5.60
5502026-05-21T18:04:19.263Z Compiling idna v1.1.0
5512026-05-21T18:04:19.281Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5522026-05-21T18:04:19.484Z Compiling swrite v0.1.0
5532026-05-21T18:04:19.551Z Compiling url v2.5.8
5542026-05-21T18:04:19.769Z Compiling toml v0.8.23
5552026-05-21T18:04:20.141Z Compiling cargo-util-schemas v0.8.2
5562026-05-21T18:04:20.282Z Compiling cargo_toml v0.21.0
5572026-05-21T18:04:20.429Z Compiling usdt v0.5.0
5582026-05-21T18:04:21.012Z Compiling cargo_metadata v0.21.0
5592026-05-21T18:04:26.033Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5602026-05-21T18:04:26.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.15s
5612026-05-21T18:04:26.034Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd lldp transceiver-control`
5622026-05-21T18:04:26.034Z Downloading crates ...
5632026-05-21T18:04:26.034Z Downloaded array-init v0.0.4
5642026-05-21T18:04:26.034Z Downloaded ahash v0.8.12
5652026-05-21T18:04:26.034Z Downloaded atomicwrites v0.4.4
5662026-05-21T18:04:26.034Z Downloaded crc-catalog v2.4.0
5672026-05-21T18:04:26.034Z Downloaded arrayref v0.3.9
5682026-05-21T18:04:26.034Z Downloaded cpufeatures v0.3.0
5692026-05-21T18:04:26.034Z Downloaded convert_case v0.4.0
5702026-05-21T18:04:26.034Z Downloaded async-stream-impl v0.3.6
5712026-05-21T18:04:26.034Z Downloaded bit-vec v0.6.3
5722026-05-21T18:04:26.034Z Downloaded ascii-canvas v3.0.0
5732026-05-21T18:04:26.034Z Downloaded blowfish v0.9.1
5742026-05-21T18:04:26.034Z Downloaded backoff v0.4.0
5752026-05-21T18:04:26.034Z Downloaded darling_macro v0.21.3
5762026-05-21T18:04:26.034Z Downloaded colored v3.1.1
5772026-05-21T18:04:26.034Z Downloaded cfg_aliases v0.2.1
5782026-05-21T18:04:26.034Z Downloaded cbc v0.1.2
5792026-05-21T18:04:26.035Z Downloaded derive-ex v0.1.8
5802026-05-21T18:04:26.035Z Downloaded dirs-sys-next v0.1.2
5812026-05-21T18:04:26.035Z Downloaded crossbeam-deque v0.8.6
5822026-05-21T18:04:26.035Z Downloaded ecdsa v0.16.9
5832026-05-21T18:04:26.035Z Downloaded enum-as-inner v0.6.1
5842026-05-21T18:04:26.035Z Downloaded derive_builder_macro v0.20.2
5852026-05-21T18:04:26.035Z Downloaded darling_macro v0.23.0
5862026-05-21T18:04:26.035Z Downloaded cipher v0.4.4
5872026-05-21T18:04:26.035Z Downloaded defmt-parser v1.0.0
5882026-05-21T18:04:26.035Z Downloaded buf-list v1.1.2
5892026-05-21T18:04:26.035Z Downloaded derive-where v1.6.0
5902026-05-21T18:04:26.035Z Downloaded crunchy v0.2.4
5912026-05-21T18:04:26.035Z Downloaded adler2 v2.0.1
5922026-05-21T18:04:26.035Z Downloaded blake2 v0.10.6
5932026-05-21T18:04:26.035Z Downloaded chacha20poly1305 v0.10.1
5942026-05-21T18:04:26.035Z Downloaded cargo-platform v0.1.9
5952026-05-21T18:04:26.035Z Downloaded foreign-types v0.5.0
5962026-05-21T18:04:26.035Z Downloaded aead v0.5.2
5972026-05-21T18:04:26.036Z Downloaded bytes v1.11.1
5982026-05-21T18:04:26.036Z Downloaded der_derive v0.7.3
5992026-05-21T18:04:26.036Z Downloaded dsl_auto_type v0.2.0
6002026-05-21T18:04:26.036Z Downloaded flagset v0.4.7
6012026-05-21T18:04:26.036Z Downloaded block-padding v0.3.3
6022026-05-21T18:04:26.082Z Downloaded atty v0.2.14
6032026-05-21T18:04:26.082Z Downloaded atomic-waker v1.1.2
6042026-05-21T18:04:26.082Z Downloaded dyn-clone v1.0.20
6052026-05-21T18:04:26.082Z Downloaded base16ct v0.2.0
6062026-05-21T18:04:26.082Z Downloaded dropshot-api-manager-types v0.7.1
6072026-05-21T18:04:26.082Z Downloaded dof v0.4.0
6082026-05-21T18:04:26.082Z Downloaded foreign-types-shared v0.1.1
6092026-05-21T18:04:26.082Z Downloaded fixedbitset v0.4.2
6102026-05-21T18:04:26.082Z Downloaded diesel_table_macro_syntax v0.3.0
6112026-05-21T18:04:26.082Z Downloaded cobs v0.3.0
6122026-05-21T18:04:26.082Z Downloaded assert_matches v1.5.0
6132026-05-21T18:04:26.082Z Downloaded cstr-argument v0.1.2
6142026-05-21T18:04:26.082Z Downloaded ciborium-io v0.2.2
6152026-05-21T18:04:26.082Z Downloaded chacha20 v0.9.1
6162026-05-21T18:04:26.082Z Downloaded debug-ignore v1.0.5
6172026-05-21T18:04:26.082Z Downloaded cmake v0.1.57
6182026-05-21T18:04:26.082Z Downloaded arrayvec v0.7.6
6192026-05-21T18:04:26.082Z Downloaded ar_archive_writer v0.5.1
6202026-05-21T18:04:26.082Z Downloaded crc8 v0.1.1
6212026-05-21T18:04:26.082Z Downloaded cfg_aliases v0.1.1
6222026-05-21T18:04:26.082Z Downloaded float-ord v0.3.2
6232026-05-21T18:04:26.082Z Downloaded bitfield-macros v0.19.4
6242026-05-21T18:04:26.082Z Downloaded castaway v0.2.4
6252026-05-21T18:04:26.082Z Downloaded bit-set v0.5.3
6262026-05-21T18:04:26.082Z Downloaded endian-type v0.1.2
6272026-05-21T18:04:26.082Z Downloaded difflib v0.4.0
6282026-05-21T18:04:26.083Z Downloaded ciborium-ll v0.2.2
6292026-05-21T18:04:26.083Z Downloaded dunce v1.0.5
6302026-05-21T18:04:26.083Z Downloaded crossbeam-epoch v0.9.18
6312026-05-21T18:04:26.083Z Downloaded compression-core v0.4.31
6322026-05-21T18:04:26.083Z Downloaded darling v0.20.11
6332026-05-21T18:04:26.083Z Downloaded downcast-rs v2.0.2
6342026-05-21T18:04:26.083Z Downloaded darling_macro v0.20.11
6352026-05-21T18:04:26.083Z Downloaded bcrypt-pbkdf v0.10.0
6362026-05-21T18:04:26.083Z Downloaded crucible-workspace-hack v0.1.0
6372026-05-21T18:04:26.083Z Downloaded env_filter v1.0.0
6382026-05-21T18:04:26.084Z Downloaded diff v0.1.13
6392026-05-21T18:04:26.084Z Downloaded defmt-macros v1.0.1
6402026-05-21T18:04:26.084Z Downloaded foreign-types-macros v0.2.3
6412026-05-21T18:04:26.084Z Downloaded async-stream v0.3.6
6422026-05-21T18:04:26.085Z Downloaded fd-lock v4.0.4
6432026-05-21T18:04:26.085Z Downloaded defmt v1.0.1
6442026-05-21T18:04:26.085Z Downloaded bitfield-struct v0.6.2
6452026-05-21T18:04:26.085Z Downloaded curve25519-dalek-derive v0.1.1
6462026-05-21T18:04:26.085Z Downloaded cexpr v0.6.0
6472026-05-21T18:04:26.085Z Downloaded bb8 v0.8.6
6482026-05-21T18:04:26.085Z Downloaded async-recursion v1.1.1
6492026-05-21T18:04:26.085Z Downloaded fatfs v0.3.6
6502026-05-21T18:04:26.085Z Downloaded find-msvc-tools v0.1.9
6512026-05-21T18:04:26.085Z Downloaded ed25519 v2.2.3
6522026-05-21T18:04:26.085Z Downloaded foreign-types-shared v0.3.1
6532026-05-21T18:04:26.085Z Downloaded dropshot_endpoint v0.16.7
6542026-05-21T18:04:26.085Z Downloaded foreign-types v0.3.2
6552026-05-21T18:04:26.085Z Downloaded dtrace-parser v0.3.0
6562026-05-21T18:04:26.085Z Downloaded document-features v0.2.12
6572026-05-21T18:04:26.085Z Downloaded defmt v0.3.100
6582026-05-21T18:04:26.085Z Downloaded crc v3.4.0
6592026-05-21T18:04:26.085Z Downloaded derive_more-impl v2.1.1
6602026-05-21T18:04:26.085Z Downloaded cc v1.2.56
6612026-05-21T18:04:26.085Z Downloaded diesel-dtrace v0.5.0
6622026-05-21T18:04:26.085Z Downloaded bzip2 v0.4.4
6632026-05-21T18:04:26.085Z Downloaded darling v0.23.0
6642026-05-21T18:04:26.085Z Downloaded fxhash v0.2.1
6652026-05-21T18:04:26.085Z Downloaded futures-sink v0.3.32
6662026-05-21T18:04:26.085Z Downloaded funty v2.0.0
6672026-05-21T18:04:26.085Z Downloaded bit-set v0.8.0
6682026-05-21T18:04:26.085Z Downloaded gethostname v0.5.0
6692026-05-21T18:04:26.085Z Downloaded futures-macro v0.3.32
6702026-05-21T18:04:26.085Z Downloaded hash32 v0.2.1
6712026-05-21T18:04:26.085Z Downloaded embedded-io v0.4.0
6722026-05-21T18:04:26.085Z Downloaded display-error-chain v0.2.2
6732026-05-21T18:04:26.085Z Downloaded git-stub v1.0.0
6742026-05-21T18:04:26.085Z Downloaded base64ct v1.8.3
6752026-05-21T18:04:26.085Z Downloaded constant_time_eq v0.4.2
6762026-05-21T18:04:26.086Z Downloaded globwalk v0.9.1
6772026-05-21T18:04:26.086Z Downloaded critical-section v1.2.0
6782026-05-21T18:04:26.086Z Downloaded cargo_metadata v0.19.2
6792026-05-21T18:04:26.086Z Downloaded bitflags v1.3.2
6802026-05-21T18:04:26.086Z Downloaded erased-serde v0.3.31
6812026-05-21T18:04:26.086Z Downloaded derive_builder_core v0.20.2
6822026-05-21T18:04:26.086Z Downloaded embedded-io v0.6.1
6832026-05-21T18:04:26.086Z Downloaded env_logger v0.11.9
6842026-05-21T18:04:26.086Z Downloaded float-cmp v0.10.0
6852026-05-21T18:04:26.086Z Downloaded filetime v0.2.27
6862026-05-21T18:04:26.086Z Downloaded hex-literal v0.4.1
6872026-05-21T18:04:26.086Z Downloaded hash32 v0.3.1
6882026-05-21T18:04:26.086Z Downloaded bit-vec v0.8.0
6892026-05-21T18:04:26.086Z Downloaded cassowary v0.3.0
6902026-05-21T18:04:26.086Z Downloaded derive_builder v0.20.2
6912026-05-21T18:04:26.086Z Downloaded ff v0.13.1
6922026-05-21T18:04:26.086Z Downloaded deranged v0.5.8
6932026-05-21T18:04:26.086Z Downloaded clang-sys v1.8.1
6942026-05-21T18:04:26.086Z Downloaded console v0.15.11
6952026-05-21T18:04:26.086Z Downloaded hostname v0.4.2
6962026-05-21T18:04:26.086Z Downloaded foldhash v0.1.5
6972026-05-21T18:04:26.086Z Downloaded ena v0.14.4
6982026-05-21T18:04:26.086Z Downloaded hostname v0.3.1
6992026-05-21T18:04:26.086Z Downloaded bzip2 v0.6.1
7002026-05-21T18:04:26.086Z Downloaded compression-codecs v0.4.37
7012026-05-21T18:04:26.086Z Downloaded http-range v0.1.5
7022026-05-21T18:04:26.123Z Downloaded hubpack_derive v0.1.1
7032026-05-21T18:04:26.123Z Downloaded hubpack v0.1.2
7042026-05-21T18:04:26.123Z Downloaded hex v0.4.3
7052026-05-21T18:04:26.123Z Downloaded http-body v1.0.1
7062026-05-21T18:04:26.123Z Downloaded chacha20 v0.10.0
7072026-05-21T18:04:26.123Z Downloaded headers-core v0.3.0
7082026-05-21T18:04:26.123Z Downloaded ghash v0.5.1
7092026-05-21T18:04:26.125Z Downloaded futures-executor v0.3.32
7102026-05-21T18:04:26.125Z Downloaded httpdate v1.0.3
7112026-05-21T18:04:26.125Z Downloaded byte-wrapper v0.1.0
7122026-05-21T18:04:26.125Z Downloaded foldhash v0.2.0
7132026-05-21T18:04:26.125Z Downloaded either v1.15.0
7142026-05-21T18:04:26.125Z Downloaded data-encoding v2.10.0
7152026-05-21T18:04:26.125Z Downloaded futures-core v0.3.32
7162026-05-21T18:04:26.125Z Downloaded fs-err v2.11.0
7172026-05-21T18:04:26.125Z Downloaded group v0.13.0
7182026-05-21T18:04:26.125Z Downloaded futures-task v0.3.32
7192026-05-21T18:04:26.125Z Downloaded fixedbitset v0.5.7
7202026-05-21T18:04:26.125Z Downloaded futures-io v0.3.32
7212026-05-21T18:04:26.125Z Downloaded fallible-iterator v0.2.0
7222026-05-21T18:04:26.125Z Downloaded daft v0.1.7
7232026-05-21T18:04:26.125Z Downloaded illumos-nvpair v0.3.0
7242026-05-21T18:04:26.125Z Downloaded illumos-nvpair-sys v0.2.0
7252026-05-21T18:04:26.125Z Downloaded ident_case v1.0.1
7262026-05-21T18:04:26.125Z Downloaded hyper-tls v0.6.0
7272026-05-21T18:04:26.125Z Downloaded indent_write v2.2.0
7282026-05-21T18:04:26.125Z Downloaded ctr v0.9.2
7292026-05-21T18:04:26.125Z Downloaded inout v0.1.4
7302026-05-21T18:04:26.126Z Downloaded csv-core v0.1.13
7312026-05-21T18:04:26.126Z Downloaded instability v0.3.11
7322026-05-21T18:04:26.126Z Downloaded globset v0.4.18
7332026-05-21T18:04:26.126Z Downloaded const_format_proc_macros v0.2.34
7342026-05-21T18:04:26.126Z Downloaded des v0.8.1
7352026-05-21T18:04:26.126Z Downloaded fs_extra v1.3.0
7362026-05-21T18:04:26.126Z Downloaded async-trait v0.1.89
7372026-05-21T18:04:26.126Z Downloaded cookie v0.18.1
7382026-05-21T18:04:26.126Z Downloaded is_ci v1.2.0
7392026-05-21T18:04:26.126Z Downloaded instant v0.1.13
7402026-05-21T18:04:26.126Z Downloaded console v0.16.2
7412026-05-21T18:04:26.126Z Downloaded argon2 v0.5.3
7422026-05-21T18:04:26.126Z Downloaded is-terminal v0.4.17
7432026-05-21T18:04:26.126Z Downloaded internet-checksum v0.2.1
7442026-05-21T18:04:26.126Z Downloaded colored v2.2.0
7452026-05-21T18:04:26.126Z Downloaded ed25519-dalek v2.2.0
7462026-05-21T18:04:26.126Z Downloaded dirs-next v2.0.0
7472026-05-21T18:04:26.126Z Downloaded cancel-safe-futures v0.1.5
7482026-05-21T18:04:26.126Z Downloaded keccak v0.1.6
7492026-05-21T18:04:26.127Z Downloaded cookie_store v0.22.1
7502026-05-21T18:04:26.127Z Downloaded daft-derive v0.1.7
7512026-05-21T18:04:26.127Z Downloaded crossbeam-utils v0.8.21
7522026-05-21T18:04:26.127Z Downloaded const-oid v0.9.6
7532026-05-21T18:04:26.127Z Downloaded kstat-rs v0.2.4
7542026-05-21T18:04:26.127Z Downloaded humantime v2.3.0
7552026-05-21T18:04:26.127Z Downloaded hyper-staticfile v0.10.1
7562026-05-21T18:04:26.127Z Downloaded home v0.5.12
7572026-05-21T18:04:26.127Z Downloaded highway v1.3.0
7582026-05-21T18:04:26.127Z Downloaded bitfield v0.19.4
7592026-05-21T18:04:26.127Z Downloaded darling v0.21.3
7602026-05-21T18:04:26.127Z Downloaded lazy_static v1.5.0
7612026-05-21T18:04:26.127Z Downloaded futures-channel v0.3.32
7622026-05-21T18:04:26.127Z Downloaded lalrpop-util v0.19.12
7632026-05-21T18:04:26.127Z Downloaded git-stub-vcs v0.1.0
7642026-05-21T18:04:26.127Z Downloaded http-body-util v0.1.3
7652026-05-21T18:04:26.127Z Downloaded half v1.8.3
7662026-05-21T18:04:26.127Z Downloaded corncobs v0.1.4
7672026-05-21T18:04:26.127Z Downloaded convert_case v0.10.0
7682026-05-21T18:04:26.127Z Downloaded camino-tempfile-ext v0.3.3
7692026-05-21T18:04:26.127Z Downloaded libscf-sys v1.1.0
7702026-05-21T18:04:26.127Z Downloaded bcs v0.1.6
7712026-05-21T18:04:26.127Z Downloaded managed v0.8.0
7722026-05-21T18:04:26.127Z Downloaded lru-slab v0.1.2
7732026-05-21T18:04:26.127Z Downloaded linked-hash-map v0.5.6
7742026-05-21T18:04:26.127Z Downloaded maybe-uninit v2.0.0
7752026-05-21T18:04:26.127Z Downloaded lru v0.12.5
7762026-05-21T18:04:26.127Z Downloaded md5 v0.7.0
7772026-05-21T18:04:26.127Z Downloaded match_cfg v0.1.0
7782026-05-21T18:04:26.127Z Downloaded maplit v1.0.2
7792026-05-21T18:04:26.127Z Downloaded ingot-types v0.1.2
7802026-05-21T18:04:26.127Z Downloaded indoc v2.0.7
7812026-05-21T18:04:26.127Z Downloaded impl-trait-for-tuples v0.2.3
7822026-05-21T18:04:26.127Z Downloaded derive_more v0.99.20
7832026-05-21T18:04:26.127Z Downloaded darling_core v0.21.3
7842026-05-21T18:04:26.127Z Downloaded new_debug_unreachable v1.0.6
7852026-05-21T18:04:26.127Z Downloaded mime v0.3.17
7862026-05-21T18:04:26.127Z Downloaded ipnet v2.11.0
7872026-05-21T18:04:26.128Z Downloaded crc-any v2.5.0
7882026-05-21T18:04:26.128Z Downloaded lru-cache v0.1.2
7892026-05-21T18:04:26.128Z Downloaded ingot v0.1.1
7902026-05-21T18:04:26.128Z Downloaded indoc v1.0.9
7912026-05-21T18:04:26.130Z Downloaded memoffset v0.9.1
7922026-05-21T18:04:26.131Z Downloaded glob v0.3.3
7932026-05-21T18:04:26.131Z Downloaded backon v1.6.0
7942026-05-21T18:04:26.131Z Downloaded newtype-uuid-macros v0.1.0
7952026-05-21T18:04:26.131Z Downloaded async-bb8-diesel v0.2.1
7962026-05-21T18:04:26.131Z Downloaded ipnetwork v0.21.1
7972026-05-21T18:04:26.131Z Downloaded hmac v0.12.1
7982026-05-21T18:04:26.131Z Downloaded newline-converter v0.3.0
7992026-05-21T18:04:26.131Z Downloaded allocator-api2 v0.2.21
8002026-05-21T18:04:26.131Z Downloaded darling_core v0.20.11
8012026-05-21T18:04:26.131Z Downloaded nibble_vec v0.1.0
8022026-05-21T18:04:26.153Z Downloaded libloading v0.8.9
8032026-05-21T18:04:26.153Z Downloaded jobserver v0.1.34
8042026-05-21T18:04:26.153Z Downloaded hyper-rustls v0.27.7
8052026-05-21T18:04:26.154Z Downloaded newtype_derive v0.1.6
8062026-05-21T18:04:26.154Z Downloaded num-derive v0.3.3
8072026-05-21T18:04:26.154Z Downloaded lzss v0.8.2
8082026-05-21T18:04:26.154Z Downloaded nonempty v0.12.0
8092026-05-21T18:04:26.154Z Downloaded multimap v0.10.1
8102026-05-21T18:04:26.154Z Downloaded getrandom v0.2.17
8112026-05-21T18:04:26.154Z Downloaded num-derive v0.4.2
8122026-05-21T18:04:26.154Z Downloaded num-iter v0.1.45
8132026-05-21T18:04:26.154Z Downloaded normalize-line-endings v0.3.0
8142026-05-21T18:04:26.154Z Downloaded openssl-probe v0.2.1
8152026-05-21T18:04:26.154Z Downloaded iana-time-zone v0.1.65
8162026-05-21T18:04:26.154Z Downloaded drift v0.1.4
8172026-05-21T18:04:26.154Z Downloaded futures v0.3.32
8182026-05-21T18:04:26.154Z Downloaded elliptic-curve v0.13.8
8192026-05-21T18:04:26.154Z Downloaded linear-map v1.2.0
8202026-05-21T18:04:26.154Z Downloaded num-conv v0.2.0
8212026-05-21T18:04:26.154Z Downloaded openssl-macros v0.1.1
8222026-05-21T18:04:26.154Z Downloaded opaque-debug v0.3.1
8232026-05-21T18:04:26.155Z Downloaded olpc-cjson v0.1.4
8242026-05-21T18:04:26.155Z Downloaded num_enum_derive v0.5.11
8252026-05-21T18:04:26.155Z Downloaded md-5 v0.10.6
8262026-05-21T18:04:26.155Z Downloaded openssl-probe v0.1.6
8272026-05-21T18:04:26.155Z Downloaded libsw-core v0.3.2
8282026-05-21T18:04:26.155Z Downloaded libefi-sys v0.1.0
8292026-05-21T18:04:26.155Z Downloaded num_threads v0.1.7
8302026-05-21T18:04:26.155Z Downloaded lock_api v0.4.14
8312026-05-21T18:04:26.155Z Downloaded dropshot_endpoint v0.17.0
8322026-05-21T18:04:26.155Z Downloaded oso-derive v0.27.3
8332026-05-21T18:04:26.155Z Downloaded crc32fast v1.5.0
8342026-05-21T18:04:26.155Z Downloaded parse-display v0.10.0
8352026-05-21T18:04:26.155Z Downloaded ingot-macros v0.1.1
8362026-05-21T18:04:26.155Z Downloaded arc-swap v1.8.2
8372026-05-21T18:04:26.155Z Downloaded half v2.7.1
8382026-05-21T18:04:26.155Z Downloaded newtype-uuid v1.3.2
8392026-05-21T18:04:26.155Z Downloaded compact_str v0.8.1
8402026-05-21T18:04:26.155Z Downloaded getrandom v0.3.4
8412026-05-21T18:04:26.155Z Downloaded nanorand v0.7.0
8422026-05-21T18:04:26.155Z Downloaded multer v3.1.0
8432026-05-21T18:04:26.155Z Downloaded mime_guess v2.0.5
8442026-05-21T18:04:26.155Z Downloaded ciborium v0.2.2
8452026-05-21T18:04:26.156Z Downloaded parse-size v1.1.0
8462026-05-21T18:04:26.156Z Downloaded num-complex v0.4.6
8472026-05-21T18:04:26.156Z Downloaded nodrop v0.1.14
8482026-05-21T18:04:26.156Z Downloaded aes v0.8.4
8492026-05-21T18:04:26.156Z Downloaded num v0.4.3
8502026-05-21T18:04:26.156Z Downloaded nu-ansi-term v0.50.3
8512026-05-21T18:04:26.156Z Downloaded path-slash v0.1.5
8522026-05-21T18:04:26.156Z Downloaded num_enum v0.7.5
8532026-05-21T18:04:26.156Z Downloaded pbkdf2 v0.12.2
8542026-05-21T18:04:26.156Z Downloaded pbkdf2 v0.11.0
8552026-05-21T18:04:26.156Z Downloaded num_enum_derive v0.7.5
8562026-05-21T18:04:26.156Z Downloaded flume v0.11.1
8572026-05-21T18:04:26.156Z Downloaded num-rational v0.4.2
8582026-05-21T18:04:26.156Z Downloaded num-integer v0.1.46
8592026-05-21T18:04:26.156Z Downloaded native-tls v0.2.18
8602026-05-21T18:04:26.156Z Downloaded litrs v1.0.0
8612026-05-21T18:04:26.156Z Downloaded pin-utils v0.1.0
8622026-05-21T18:04:26.156Z Downloaded powerfmt v0.2.0
8632026-05-21T18:04:26.156Z Downloaded phf_shared v0.13.1
8642026-05-21T18:04:26.156Z Downloaded phf_shared v0.12.1
8652026-05-21T18:04:26.157Z Downloaded peg-runtime v0.8.5
8662026-05-21T18:04:26.157Z Downloaded num_enum v0.5.11
8672026-05-21T18:04:26.157Z Downloaded libsw v3.5.0
8682026-05-21T18:04:26.157Z Downloaded owo-colors v4.3.0
8692026-05-21T18:04:26.157Z Downloaded ignore v0.4.25
8702026-05-21T18:04:26.157Z Downloaded headers v0.4.1
8712026-05-21T18:04:26.158Z Downloaded base64 v0.22.1
8722026-05-21T18:04:26.158Z Downloaded heapless v0.7.17
8732026-05-21T18:04:26.158Z Downloaded memmap2 v0.9.10
8742026-05-21T18:04:26.158Z Downloaded oxnet v0.1.4
8752026-05-21T18:04:26.158Z Downloaded packed_struct_codegen v0.10.1
8762026-05-21T18:04:26.158Z Downloaded precomputed-hash v0.1.1
8772026-05-21T18:04:26.158Z Downloaded packed_struct v0.10.1
8782026-05-21T18:04:26.158Z Downloaded base64 v0.21.7
8792026-05-21T18:04:26.158Z Downloaded oxide-tokio-rt v0.1.4
8802026-05-21T18:04:26.158Z Downloaded progenitor-client v0.10.0
8812026-05-21T18:04:26.158Z Downloaded proc-macro-crate v3.4.0
8822026-05-21T18:04:26.158Z Downloaded proc-macro-error-attr2 v2.0.0
8832026-05-21T18:04:26.158Z Downloaded proc-macro-crate v1.3.1
8842026-05-21T18:04:26.158Z Downloaded predicates-tree v1.0.13
8852026-05-21T18:04:26.158Z Downloaded parse-display-derive v0.10.0
8862026-05-21T18:04:26.158Z Downloaded parking_lot_core v0.8.6
8872026-05-21T18:04:26.158Z Downloaded heapless v0.8.0
8882026-05-21T18:04:26.158Z Downloaded password-hash v0.5.0
8892026-05-21T18:04:26.158Z Downloaded password-hash v0.4.2
8902026-05-21T18:04:26.158Z Downloaded progenitor-macro v0.10.0
8912026-05-21T18:04:26.158Z Downloaded psl-types v2.0.11
8922026-05-21T18:04:26.158Z Downloaded progenitor-macro v0.14.0
8932026-05-21T18:04:26.158Z Downloaded progenitor-macro v0.13.0
8942026-05-21T18:04:26.158Z Downloaded progenitor-macro v0.11.2
8952026-05-21T18:04:26.158Z Downloaded progenitor-client v0.14.0
8962026-05-21T18:04:26.159Z Downloaded progenitor-client v0.11.2
8972026-05-21T18:04:26.159Z Downloaded pem v3.0.6
8982026-05-21T18:04:26.159Z Downloaded libbz2-rs-sys v0.2.2
8992026-05-21T18:04:26.159Z Downloaded phf v0.12.1
9002026-05-21T18:04:26.159Z Downloaded flate2 v1.1.9
9012026-05-21T18:04:26.159Z Downloaded derive_more v2.1.1
9022026-05-21T18:04:26.188Z Downloaded phf v0.13.1
9032026-05-21T18:04:26.188Z Downloaded poly1305 v0.8.0
9042026-05-21T18:04:26.188Z Downloaded pkcs8 v0.10.2
9052026-05-21T18:04:26.188Z Downloaded pin-project-internal v1.1.11
9062026-05-21T18:04:26.188Z Downloaded phf_shared v0.11.3
9072026-05-21T18:04:26.188Z Downloaded pem-rfc7468 v0.7.0
9082026-05-21T18:04:26.188Z Downloaded quick-error v1.2.3
9092026-05-21T18:04:26.188Z Downloaded ppv-lite86 v0.2.21
9102026-05-21T18:04:26.188Z Downloaded radium v0.7.0
9112026-05-21T18:04:26.188Z Downloaded indicatif v0.18.4
9122026-05-21T18:04:26.188Z Downloaded async-compression v0.4.41
9132026-05-21T18:04:26.188Z Downloaded pkg-config v0.3.32
9142026-05-21T18:04:26.188Z Downloaded hickory-resolver v0.25.2
9152026-05-21T18:04:26.188Z Downloaded const_format v0.2.35
9162026-05-21T18:04:26.188Z Downloaded postgres-protocol v0.6.10
9172026-05-21T18:04:26.188Z Downloaded rand_chacha v0.3.1
9182026-05-21T18:04:26.188Z Downloaded polyval v0.6.2
9192026-05-21T18:04:26.188Z Downloaded bumpalo v3.20.2
9202026-05-21T18:04:26.188Z Downloaded predicates-core v1.0.10
9212026-05-21T18:04:26.188Z Downloaded parking_lot_core v0.9.12
9222026-05-21T18:04:26.188Z Downloaded dropshot-api-manager v0.7.1
9232026-05-21T18:04:26.188Z Downloaded diesel_derives v2.3.7
9242026-05-21T18:04:26.188Z Downloaded recursive v0.1.1
9252026-05-21T18:04:26.189Z Downloaded parking_lot v0.12.5
9262026-05-21T18:04:26.189Z Downloaded parking_lot v0.11.2
9272026-05-21T18:04:26.189Z Downloaded peg-macros v0.8.5
9282026-05-21T18:04:26.189Z Downloaded ref-cast-impl v1.0.25
9292026-05-21T18:04:26.189Z Downloaded progenitor v0.11.2
9302026-05-21T18:04:26.189Z Downloaded progenitor-client v0.13.0
9312026-05-21T18:04:26.189Z Downloaded progenitor v0.13.0
9322026-05-21T18:04:26.189Z Downloaded primeorder v0.13.6
9332026-05-21T18:04:26.189Z Downloaded progenitor v0.10.0
9342026-05-21T18:04:26.189Z Downloaded peg v0.8.5
9352026-05-21T18:04:26.189Z Downloaded ref-cast v1.0.25
9362026-05-21T18:04:26.189Z Downloaded recursive-proc-macro-impl v0.1.1
9372026-05-21T18:04:26.189Z Downloaded indexmap v1.9.3
9382026-05-21T18:04:26.189Z Downloaded rfc6979 v0.4.0
9392026-05-21T18:04:26.189Z Downloaded progenitor v0.14.0
9402026-05-21T18:04:26.189Z Downloaded omicron-zone-package v0.12.2
9412026-05-21T18:04:26.189Z Downloaded crossbeam-channel v0.5.15
9422026-05-21T18:04:26.189Z Downloaded progenitor-extras v0.2.0
9432026-05-21T18:04:26.189Z Downloaded postcard v1.1.3
9442026-05-21T18:04:26.189Z Downloaded miniz_oxide v0.8.9
9452026-05-21T18:04:26.189Z Downloaded hickory-resolver v0.24.4
9462026-05-21T18:04:26.189Z Downloaded hashbrown v0.13.2
9472026-05-21T18:04:26.189Z Downloaded oso v0.27.3
9482026-05-21T18:04:26.189Z Downloaded psm v0.1.30
9492026-05-21T18:04:26.189Z Downloaded pkcs5 v0.7.1
9502026-05-21T18:04:26.189Z Downloaded rtoolbox v0.0.3
9512026-05-21T18:04:26.189Z Downloaded darling_core v0.23.0
9522026-05-21T18:04:26.189Z Downloaded rustc_version v0.4.1
9532026-05-21T18:04:26.189Z Downloaded rustc-hash v2.1.1
9542026-05-21T18:04:26.189Z Downloaded rustc_version v0.1.7
9552026-05-21T18:04:26.189Z Downloaded der v0.7.10
9562026-05-21T18:04:26.189Z Downloaded papergrid v0.17.0
9572026-05-21T18:04:26.190Z Downloaded rand_xorshift v0.4.0
9582026-05-21T18:04:26.190Z Downloaded predicates v3.1.4
9592026-05-21T18:04:26.190Z Downloaded rand_seeder v0.4.0
9602026-05-21T18:04:26.190Z Downloaded rand_core v0.10.0
9612026-05-21T18:04:26.190Z Downloaded rand_core v0.9.5
9622026-05-21T18:04:26.190Z Downloaded rand_core v0.6.4
9632026-05-21T18:04:26.190Z Downloaded rand_chacha v0.9.0
9642026-05-21T18:04:26.190Z Downloaded postgres-types v0.2.12
9652026-05-21T18:04:26.190Z Downloaded salsa20 v0.10.2
9662026-05-21T18:04:26.190Z Downloaded p256 v0.13.2
9672026-05-21T18:04:26.190Z Downloaded pkcs1 v0.7.5
9682026-05-21T18:04:26.190Z Downloaded proc-macro-error2 v2.0.1
9692026-05-21T18:04:26.190Z Downloaded jiff-static v0.2.21
9702026-05-21T18:04:26.190Z Downloaded expectorate v1.2.0
9712026-05-21T18:04:26.190Z Downloaded crypto-bigint v0.5.5
9722026-05-21T18:04:26.190Z Downloaded russh-cryptovec v0.7.3
9732026-05-21T18:04:26.190Z Downloaded paste v1.0.15
9742026-05-21T18:04:26.190Z Downloaded sapling-renderdag v0.1.0
9752026-05-21T18:04:26.190Z Downloaded scheduled-thread-pool v0.2.7
9762026-05-21T18:04:26.190Z Downloaded same-file v1.0.6
9772026-05-21T18:04:26.190Z Downloaded pin-project-lite v0.2.17
9782026-05-21T18:04:26.190Z Downloaded httparse v1.10.1
9792026-05-21T18:04:26.190Z Downloaded hashbrown v0.12.3
9802026-05-21T18:04:26.190Z Downloaded r2d2 v0.8.10
9812026-05-21T18:04:26.190Z Downloaded scrypt v0.11.0
9822026-05-21T18:04:26.190Z Downloaded scopeguard v1.2.0
9832026-05-21T18:04:26.190Z Downloaded seq-macro v0.3.6
9842026-05-21T18:04:26.190Z Downloaded scroll_derive v0.13.1
9852026-05-21T18:04:26.190Z Downloaded serde-big-array v0.5.1
9862026-05-21T18:04:26.190Z Downloaded secrecy v0.8.0
9872026-05-21T18:04:26.190Z Downloaded secrecy v0.10.3
9882026-05-21T18:04:26.190Z Downloaded openssl-sys v0.9.115
9892026-05-21T18:04:26.190Z Downloaded hickory-server v0.25.2
9902026-05-21T18:04:26.190Z Downloaded pin-project v1.1.11
9912026-05-21T18:04:26.190Z Downloaded serde_spanned v1.0.4
9922026-05-21T18:04:26.190Z Downloaded serde_plain v1.0.2
9932026-05-21T18:04:26.190Z Downloaded serde_repr v0.1.20
9942026-05-21T18:04:26.190Z Downloaded rustls-native-certs v0.8.3
9952026-05-21T18:04:26.191Z Downloaded rustls-pemfile v2.2.0
9962026-05-21T18:04:26.191Z Downloaded quinn-udp v0.5.14
9972026-05-21T18:04:26.191Z Downloaded shell-words v1.1.1
9982026-05-21T18:04:26.191Z Downloaded rustls-pemfile v1.0.4
9992026-05-21T18:04:26.191Z Downloaded serde_urlencoded v0.7.1
10002026-05-21T18:04:26.191Z Downloaded sigpipe v0.1.3
10012026-05-21T18:04:26.191Z Downloaded http v1.4.0
10022026-05-21T18:04:26.233Z Downloaded signature v2.2.0
10032026-05-21T18:04:26.233Z Downloaded siphasher v1.0.2
10042026-05-21T18:04:26.233Z Downloaded prefix-trie v0.7.0
10052026-05-21T18:04:26.233Z Downloaded progenitor-impl v0.11.2
10062026-05-21T18:04:26.233Z Downloaded rustversion v1.0.22
10072026-05-21T18:04:26.233Z Downloaded rusty-fork v0.3.1
10082026-05-21T18:04:26.233Z Downloaded slog-bunyan v2.5.0
10092026-05-21T18:04:26.233Z Downloaded signal-hook-mio v0.2.5
10102026-05-21T18:04:26.233Z Downloaded resolv-conf v0.7.6
10112026-05-21T18:04:26.233Z Downloaded schemars_derive v0.8.22
10122026-05-21T18:04:26.234Z Downloaded slog-envlogger v2.2.0
10132026-05-21T18:04:26.234Z Downloaded serde_bytes v0.11.19
10142026-05-21T18:04:26.234Z Downloaded serde-hex v0.1.0
10152026-05-21T18:04:26.234Z Downloaded sec1 v0.7.3
10162026-05-21T18:04:26.234Z Downloaded sct v0.7.1
10172026-05-21T18:04:26.234Z Downloaded scroll v0.13.0
10182026-05-21T18:04:26.234Z Downloaded sqlparser_derive v0.5.0
10192026-05-21T18:04:26.234Z Downloaded minimal-lexical v0.2.1
10202026-05-21T18:04:26.234Z Downloaded ssh-encoding v0.2.0
10212026-05-21T18:04:26.234Z Downloaded ssh-cipher v0.2.0
10222026-05-21T18:04:26.234Z Downloaded serde_path_to_error v0.1.20
10232026-05-21T18:04:26.234Z Downloaded semver v0.1.20
10242026-05-21T18:04:26.234Z Downloaded russh-keys v0.45.0
10252026-05-21T18:04:26.234Z Downloaded strip-ansi-escapes v0.2.1
10262026-05-21T18:04:26.234Z Downloaded itertools v0.10.5
10272026-05-21T18:04:26.234Z Downloaded supports-color v3.0.2
10282026-05-21T18:04:26.234Z Downloaded strum v0.26.3
10292026-05-21T18:04:26.234Z Downloaded structmeta v0.3.0
10302026-05-21T18:04:26.234Z Downloaded slog-dtrace v0.3.0
10312026-05-21T18:04:26.234Z Downloaded slab v0.4.12
10322026-05-21T18:04:26.234Z Downloaded simd-adler32 v0.3.8
10332026-05-21T18:04:26.234Z Downloaded signal-hook-tokio v0.3.1
10342026-05-21T18:04:26.234Z Downloaded signal-hook-registry v1.4.8
10352026-05-21T18:04:26.234Z Downloaded strum v0.27.2
10362026-05-21T18:04:26.234Z Downloaded sync_wrapper v1.0.2
10372026-05-21T18:04:26.234Z Downloaded sync-ptr v0.1.4
10382026-05-21T18:04:26.234Z Downloaded slog-async v2.8.0
10392026-05-21T18:04:26.234Z Downloaded rcgen v0.12.1
10402026-05-21T18:04:26.234Z Downloaded structmeta-derive v0.3.0
10412026-05-21T18:04:26.234Z Downloaded shlex v1.3.0
10422026-05-21T18:04:26.234Z Downloaded sha1 v0.10.6
10432026-05-21T18:04:26.234Z Downloaded subtle v2.6.1
10442026-05-21T18:04:26.234Z Downloaded take_mut v0.2.2
10452026-05-21T18:04:26.234Z Downloaded tagptr v0.2.0
10462026-05-21T18:04:26.234Z Downloaded slog-stdlog v4.1.1
10472026-05-21T18:04:26.234Z Downloaded slog-scope v4.4.1
10482026-05-21T18:04:26.235Z Downloaded slog-json v2.6.1
10492026-05-21T18:04:26.235Z Downloaded rustls-pki-types v1.14.0
10502026-05-21T18:04:26.235Z Downloaded tabled_derive v0.11.0
10512026-05-21T18:04:26.235Z Downloaded slog-term v2.9.2
10522026-05-21T18:04:26.235Z Downloaded num-bigint v0.4.6
10532026-05-21T18:04:26.235Z Downloaded tabwriter v1.4.1
10542026-05-21T18:04:26.235Z Downloaded termtree v0.5.1
10552026-05-21T18:04:26.235Z Downloaded tap v1.0.1
10562026-05-21T18:04:26.235Z Downloaded hyper-util v0.1.20
10572026-05-21T18:04:26.235Z Downloaded snafu-derive v0.8.9
10582026-05-21T18:04:26.235Z Downloaded smf v0.2.3
10592026-05-21T18:04:26.235Z Downloaded thiserror-impl-no-std v2.0.2
10602026-05-21T18:04:26.235Z Downloaded testing_table v0.3.0
10612026-05-21T18:04:26.235Z Downloaded spki v0.7.3
10622026-05-21T18:04:26.235Z Downloaded aes-gcm v0.10.3
10632026-05-21T18:04:26.235Z Downloaded smallvec v0.6.14
10642026-05-21T18:04:26.235Z Downloaded static_assertions v1.1.0
10652026-05-21T18:04:26.235Z Downloaded serde_cbor v0.11.2
10662026-05-21T18:04:26.235Z Downloaded stacker v0.1.23
10672026-05-21T18:04:26.235Z Downloaded progenitor-impl v0.14.0
10682026-05-21T18:04:26.235Z Downloaded crossterm v0.29.0
10692026-05-21T18:04:26.235Z Downloaded string_cache v0.8.9
10702026-05-21T18:04:26.235Z Downloaded pretty_assertions v1.4.1
10712026-05-21T18:04:26.235Z Downloaded serde_derive_internals v0.29.1
10722026-05-21T18:04:26.235Z Downloaded serde_with_macros v3.17.0
10732026-05-21T18:04:26.235Z Downloaded crossterm v0.28.1
10742026-05-21T18:04:26.235Z Downloaded time-core v0.1.8
10752026-05-21T18:04:26.235Z Downloaded ryu v1.0.23
10762026-05-21T18:04:26.235Z Downloaded progenitor-impl v0.13.0
10772026-05-21T18:04:26.235Z Downloaded progenitor-impl v0.10.0
10782026-05-21T18:04:26.235Z Downloaded prettyplease v0.2.37
10792026-05-21T18:04:26.235Z Downloaded stringprep v0.1.5
10802026-05-21T18:04:26.235Z Downloaded strum_macros v0.24.3
10812026-05-21T18:04:26.235Z Downloaded tinyvec_macros v0.1.1
10822026-05-21T18:04:26.236Z Downloaded hashbrown v0.15.5
10832026-05-21T18:04:26.236Z Downloaded quinn v0.11.9
10842026-05-21T18:04:26.236Z Downloaded nom v7.1.3
10852026-05-21T18:04:26.236Z Downloaded support-bundle-viewer v0.1.2
10862026-05-21T18:04:26.236Z Downloaded hashbrown v0.16.1
10872026-05-21T18:04:26.236Z Downloaded tokio-macros v2.7.0
10882026-05-21T18:04:26.236Z Downloaded sqlformat v0.3.5
10892026-05-21T18:04:26.236Z Downloaded rand v0.8.6
10902026-05-21T18:04:26.236Z Downloaded spin v0.9.8
10912026-05-21T18:04:26.236Z Downloaded thread-id v5.1.0
10922026-05-21T18:04:26.236Z Downloaded thread_local v1.1.9
10932026-05-21T18:04:26.236Z Downloaded termios v0.3.3
10942026-05-21T18:04:26.236Z Downloaded libxml v0.3.3
10952026-05-21T18:04:26.236Z Downloaded itertools v0.12.1
10962026-05-21T18:04:26.236Z Downloaded thiserror-no-std v2.0.2
10972026-05-21T18:04:26.236Z Downloaded tiny-keccak v2.0.2
10982026-05-21T18:04:26.236Z Downloaded serde_yaml v0.9.34+deprecated
10992026-05-21T18:04:26.236Z Downloaded try-lock v0.2.5
11002026-05-21T18:04:26.236Z Downloaded tower-layer v0.3.3
11012026-05-21T18:04:26.236Z Downloaded topological-sort v0.2.2
11022026-05-21T18:04:26.256Z Downloaded trait-variant v0.1.2
11032026-05-21T18:04:26.256Z Downloaded bindgen v0.71.1
11042026-05-21T18:04:26.256Z Downloaded time-macros v0.2.27
11052026-05-21T18:04:26.256Z Downloaded tower-service v0.3.3
11062026-05-21T18:04:26.256Z Downloaded signal-hook v0.3.18
11072026-05-21T18:04:26.256Z Downloaded similar v2.7.0
11082026-05-21T18:04:26.256Z Downloaded typify-macro v0.4.3
11092026-05-21T18:04:26.256Z Downloaded universal-hash v0.5.1
11102026-05-21T18:04:26.256Z Downloaded typify-macro v0.6.2
11112026-05-21T18:04:26.256Z Downloaded tls_codec_derive v0.4.2
11122026-05-21T18:04:26.256Z Downloaded unarray v0.1.4
11132026-05-21T18:04:26.256Z Downloaded unicode-truncate v1.1.0
11142026-05-21T18:04:26.256Z Downloaded itertools v0.13.0
11152026-05-21T18:04:26.256Z Downloaded tokio-native-tls v0.3.1
11162026-05-21T18:04:26.256Z Downloaded rustls-platform-verifier v0.6.2
11172026-05-21T18:04:26.256Z Downloaded mio v1.2.0
11182026-05-21T18:04:26.256Z Downloaded tokio-dtrace v0.1.1
11192026-05-21T18:04:26.256Z Downloaded schemars v0.9.0
11202026-05-21T18:04:26.256Z Downloaded usdt-macro v0.6.0
11212026-05-21T18:04:26.256Z Downloaded usdt v0.6.0
11222026-05-21T18:04:26.256Z Downloaded untrusted v0.9.0
11232026-05-21T18:04:26.256Z Downloaded untrusted v0.7.1
11242026-05-21T18:04:26.256Z Downloaded utf-8 v0.7.6
11252026-05-21T18:04:26.257Z Downloaded unit-prefix v0.5.2
11262026-05-21T18:04:26.257Z Downloaded tokio-rustls v0.25.0
11272026-05-21T18:04:26.257Z Downloaded schemars v0.8.22
11282026-05-21T18:04:26.257Z Downloaded iri-string v0.7.10
11292026-05-21T18:04:26.257Z Downloaded term v1.2.1
11302026-05-21T18:04:26.257Z Downloaded socket2 v0.6.3
11312026-05-21T18:04:26.257Z Downloaded rsa v0.9.10
11322026-05-21T18:04:26.257Z Downloaded tokio-tungstenite v0.23.1
11332026-05-21T18:04:26.257Z Downloaded tokio-tungstenite v0.21.0
11342026-05-21T18:04:26.257Z Downloaded publicsuffix v2.3.0
11352026-05-21T18:04:26.257Z Downloaded ron v0.8.1
11362026-05-21T18:04:26.257Z Downloaded rand v0.9.2
11372026-05-21T18:04:26.257Z Downloaded hyper v1.8.1
11382026-05-21T18:04:26.257Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11392026-05-21T18:04:26.257Z Downloaded futures-util v0.3.32
11402026-05-21T18:04:26.257Z Downloaded wait-timeout v0.2.1
11412026-05-21T18:04:26.257Z Downloaded void v1.0.2
11422026-05-21T18:04:26.257Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11432026-05-21T18:04:26.257Z Downloaded aho-corasick v1.1.4
11442026-05-21T18:04:26.257Z Downloaded tls_codec v0.4.2
11452026-05-21T18:04:26.257Z Downloaded h2 v0.4.13
11462026-05-21T18:04:26.257Z Downloaded toml_writer v1.0.6+spec-1.1.0
11472026-05-21T18:04:26.257Z Downloaded tui-tree-widget v0.23.1
11482026-05-21T18:04:26.257Z Downloaded want v0.3.1
11492026-05-21T18:04:26.257Z Downloaded samael v0.0.19
11502026-05-21T18:04:26.257Z Downloaded strum_macros v0.27.2
11512026-05-21T18:04:26.257Z Downloaded strum_macros v0.26.4
11522026-05-21T18:04:26.257Z Downloaded slog v2.8.2
11532026-05-21T18:04:26.257Z Downloaded schemars v1.2.1
11542026-05-21T18:04:26.257Z Downloaded usdt-attr-macro v0.6.0
11552026-05-21T18:04:26.257Z Downloaded unicase v2.9.0
11562026-05-21T18:04:26.257Z Downloaded xattr v1.6.1
11572026-05-21T18:04:26.258Z Downloaded xshell-macros v0.2.7
11582026-05-21T18:04:26.258Z Downloaded tokio-rustls v0.24.1
11592026-05-21T18:04:26.258Z Downloaded snafu v0.8.9
11602026-05-21T18:04:26.258Z Downloaded tokio-rustls v0.26.4
11612026-05-21T18:04:26.258Z Downloaded itertools v0.14.0
11622026-05-21T18:04:26.258Z Downloaded term v0.7.0
11632026-05-21T18:04:26.258Z Downloaded test-strategy v0.4.5
11642026-05-21T18:04:26.258Z Downloaded uzers v0.12.2
11652026-05-21T18:04:26.258Z Downloaded usdt-impl v0.6.0
11662026-05-21T18:04:26.258Z Downloaded socket2 v0.5.10
11672026-05-21T18:04:26.258Z Downloaded num-bigint-dig v0.8.6
11682026-05-21T18:04:26.258Z Downloaded zeroize_derive v1.4.3
11692026-05-21T18:04:26.258Z Downloaded rustls-webpki v0.103.9
11702026-05-21T18:04:26.258Z Downloaded zone v0.3.1
11712026-05-21T18:04:26.258Z Downloaded tinyvec v1.10.0
11722026-05-21T18:04:26.258Z Downloaded qorb v0.4.1
11732026-05-21T18:04:26.266Z Downloaded vergen-gitcl v1.0.8
11742026-05-21T18:04:26.266Z Downloaded vsss-rs v3.3.4
11752026-05-21T18:04:26.266Z Downloaded zone_cfg_derive v0.3.1
11762026-05-21T18:04:26.266Z Downloaded tracing-attributes v0.1.31
11772026-05-21T18:04:26.267Z Downloaded vergen-lib v0.1.6
11782026-05-21T18:04:26.267Z Downloaded waitgroup v0.1.2
11792026-05-21T18:04:26.267Z Downloaded twox-hash v2.1.2
11802026-05-21T18:04:26.267Z Downloaded walkdir v2.5.0
11812026-05-21T18:04:26.267Z Downloaded rayon-core v1.13.0
11822026-05-21T18:04:26.275Z Downloaded subprocess v0.2.15
11832026-05-21T18:04:26.275Z Downloaded unicode-properties v0.1.4
11842026-05-21T18:04:26.275Z Downloaded whoami v2.1.0
11852026-05-21T18:04:26.275Z Downloaded p521 v0.13.3
11862026-05-21T18:04:26.275Z Downloaded whoami v1.6.1
11872026-05-21T18:04:26.278Z Downloaded wyz v0.5.1
11882026-05-21T18:04:26.278Z Downloaded rand v0.10.0
11892026-05-21T18:04:26.278Z Downloaded blake3 v1.8.3
11902026-05-21T18:04:26.282Z Downloaded xshell v0.2.7
11912026-05-21T18:04:26.286Z Downloaded tar v0.4.45
11922026-05-21T18:04:26.287Z Downloaded russh v0.45.0
11932026-05-21T18:04:26.291Z Downloaded toml v0.9.12+spec-1.1.0
11942026-05-21T18:04:26.293Z Downloaded hkdf v0.12.4
11952026-05-21T18:04:26.293Z Downloaded toml v0.7.8
11962026-05-21T18:04:26.293Z Downloaded vergen-git2 v1.0.7
11972026-05-21T18:04:26.296Z Downloaded toml v1.0.6+spec-1.1.0
11982026-05-21T18:04:26.296Z Downloaded zstd-safe v7.2.4
11992026-05-21T18:04:26.303Z Downloaded zeroize v1.8.2
12002026-05-21T18:04:26.303Z Downloaded zstd v0.13.3
12012026-05-21T18:04:26.303Z Downloaded vergen v9.0.6
12022026-05-21T18:04:26.306Z Downloaded tracing-core v0.1.36
12032026-05-21T18:04:26.306Z Downloaded iddqd v0.4.1
12042026-05-21T18:04:26.310Z Downloaded libm v0.2.16
12052026-05-21T18:04:26.313Z Downloaded tokio-stream v0.1.18
12062026-05-21T18:04:26.321Z Downloaded tungstenite v0.21.0
12072026-05-21T18:04:26.328Z Downloaded bitvec v1.0.1
12082026-05-21T18:04:26.338Z Downloaded toml_parser v1.0.9+spec-1.1.0
12092026-05-21T18:04:26.341Z Downloaded unsafe-libyaml v0.2.11
12102026-05-21T18:04:26.341Z Downloaded steno v0.4.1
12112026-05-21T18:04:26.341Z Downloaded zerocopy v0.6.6
12122026-05-21T18:04:26.344Z Downloaded yasna v0.5.2
12132026-05-21T18:04:26.344Z Downloaded rustyline v14.0.0
12142026-05-21T18:04:26.352Z Downloaded rpassword v7.4.0
12152026-05-21T18:04:26.352Z Downloaded toml_edit v0.23.10+spec-1.0.0
12162026-05-21T18:04:26.356Z Downloaded uuid v1.23.0
12172026-05-21T18:04:26.356Z Downloaded typify v0.6.2
12182026-05-21T18:04:26.360Z Downloaded aws-lc-rs v1.16.3
12192026-05-21T18:04:26.364Z Downloaded unicode-bidi v0.3.18
12202026-05-21T18:04:26.367Z Downloaded chrono v0.4.44
12212026-05-21T18:04:26.374Z Downloaded tungstenite v0.23.0
12222026-05-21T18:04:26.379Z Downloaded typify v0.4.3
12232026-05-21T18:04:26.394Z Downloaded reedline v0.40.0
12242026-05-21T18:04:26.403Z Downloaded zopfli v0.8.3
12252026-05-21T18:04:26.409Z Downloaded unicode_categories v0.1.1
12262026-05-21T18:04:26.409Z Downloaded regex v1.12.3
12272026-05-21T18:04:26.412Z Downloaded ssh-key v0.6.7
12282026-05-21T18:04:26.415Z Downloaded vte v0.14.1
12292026-05-21T18:04:26.418Z Downloaded git2 v0.20.4
12302026-05-21T18:04:26.425Z Downloaded toml_edit v0.19.15
12312026-05-21T18:04:26.431Z Downloaded zip v0.6.6
12322026-05-21T18:04:26.434Z Downloaded tokio-postgres v0.7.16
12332026-05-21T18:04:26.438Z Downloaded p384 v0.13.1
12342026-05-21T18:04:26.442Z Downloaded reqwest v0.13.2
12352026-05-21T18:04:26.444Z Downloaded reqwest v0.12.28
12362026-05-21T18:04:26.447Z Downloaded goblin v0.10.5
12372026-05-21T18:04:26.450Z Downloaded zerocopy-derive v0.8.40
12382026-05-21T18:04:26.455Z Downloaded portable-atomic v1.13.1
12392026-05-21T18:04:26.459Z Downloaded lalrpop v0.19.12
12402026-05-21T18:04:26.466Z Downloaded salty v0.3.0
12412026-05-21T18:04:26.471Z Downloaded unicode-segmentation v1.12.0
12422026-05-21T18:04:26.474Z Downloaded x509-cert v0.2.5
12432026-05-21T18:04:26.476Z Downloaded rayon v1.11.0
12442026-05-21T18:04:26.479Z Downloaded rustls-webpki v0.101.7
12452026-05-21T18:04:26.488Z Downloaded yansi v1.0.1
12462026-05-21T18:04:26.500Z Downloaded typed-path v0.9.3
12472026-05-21T18:04:26.505Z Downloaded tower v0.5.3
12482026-05-21T18:04:26.508Z Downloaded rustls-webpki v0.102.8
12492026-05-21T18:04:26.517Z Downloaded zip v4.6.1
12502026-05-21T18:04:26.522Z Downloaded moka v0.12.13
12512026-05-21T18:04:26.526Z Downloaded tokio-util v0.7.18
12522026-05-21T18:04:26.530Z Downloaded tower-http v0.6.8
12532026-05-21T18:04:26.534Z Downloaded quick-xml v0.37.5
12542026-05-21T18:04:26.543Z Downloaded unicode-normalization v0.1.25
12552026-05-21T18:04:26.553Z Downloaded nix v0.27.1
12562026-05-21T18:04:26.560Z Downloaded curve25519-dalek v4.1.3
12572026-05-21T18:04:26.565Z Downloaded serde_with v3.17.0
12582026-05-21T18:04:26.571Z Downloaded proptest v1.10.0
12592026-05-21T18:04:26.578Z Downloaded bstr v1.12.1
12602026-05-21T18:04:26.582Z Downloaded radix_trie v0.2.1
12612026-05-21T18:04:26.584Z Downloaded petname v2.0.2
12622026-05-21T18:04:26.593Z Downloaded tough v0.22.0
12632026-05-21T18:04:26.598Z Downloaded object v0.30.4
12642026-05-21T18:04:26.644Z Downloaded object v0.37.3
12652026-05-21T18:04:26.650Z Downloaded winnow v0.5.40
12662026-05-21T18:04:26.655Z Downloaded smoltcp v0.9.1
12672026-05-21T18:04:26.660Z Downloaded quinn-proto v0.11.13
12682026-05-21T18:04:26.665Z Downloaded winnow v0.6.26
12692026-05-21T18:04:26.671Z Downloaded regex-syntax v0.6.29
12702026-05-21T18:04:26.674Z Downloaded vcpkg v0.2.15
12712026-05-21T18:04:26.695Z Downloaded zlib-rs v0.6.2
12722026-05-21T18:04:26.698Z Downloaded openapiv3 v2.2.0
12732026-05-21T18:04:26.704Z Downloaded tabled v0.20.0
12742026-05-21T18:04:26.713Z Downloaded zerocopy v0.8.40
12752026-05-21T18:04:26.719Z Downloaded regex-syntax v0.8.10
12762026-05-21T18:04:26.723Z Downloaded rustls v0.21.12
12772026-05-21T18:04:26.729Z Downloaded rustls v0.23.37
12782026-05-21T18:04:26.735Z Downloaded nix v0.31.2
12792026-05-21T18:04:26.742Z Downloaded time v0.3.47
12802026-05-21T18:04:26.749Z Downloaded dropshot v0.17.0
12812026-05-21T18:04:26.760Z Downloaded diesel v2.3.7
12822026-05-21T18:04:26.772Z Downloaded hickory-proto v0.24.4
12832026-05-21T18:04:26.780Z Downloaded regress v0.10.5
12842026-05-21T18:04:26.785Z Downloaded rustls v0.22.4
12852026-05-21T18:04:26.792Z Downloaded sqlparser v0.61.0
12862026-05-21T18:04:26.798Z Downloaded regress v0.11.1
12872026-05-21T18:04:26.804Z Downloaded nix v0.29.0
12882026-05-21T18:04:26.809Z Downloaded smoltcp v0.11.0
12892026-05-21T18:04:26.816Z Downloaded hickory-proto v0.25.2
12902026-05-21T18:04:26.825Z Downloaded rustix v0.38.44
12912026-05-21T18:04:26.837Z Downloaded typify-impl v0.4.3
12922026-05-21T18:04:26.847Z Downloaded ratatui v0.29.0
12932026-05-21T18:04:26.857Z Downloaded bzip2-sys v0.1.13+1.0.8
12942026-05-21T18:04:26.865Z Downloaded tracing v0.1.44
12952026-05-21T18:04:26.876Z Downloaded dropshot v0.16.7
12962026-05-21T18:04:26.889Z Downloaded webpki-roots v1.0.6
12972026-05-21T18:04:26.892Z Downloaded regex-automata v0.4.14
12982026-05-21T18:04:26.898Z Downloaded polar-core v0.27.3
12992026-05-21T18:04:26.903Z Downloaded zerocopy-derive v0.6.6
13002026-05-21T18:04:26.911Z Downloaded openssl v0.10.79
13012026-05-21T18:04:26.914Z Downloaded sled v0.34.7
13022026-05-21T18:04:26.921Z Downloaded typify-impl v0.6.2
13032026-05-21T18:04:26.927Z Downloaded chrono-tz v0.10.4
13042026-05-21T18:04:26.939Z Downloaded nix v0.28.0
13052026-05-21T18:04:26.958Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13062026-05-21T18:04:27.023Z Downloaded petgraph v0.6.5
13072026-05-21T18:04:27.043Z Downloaded jiff v0.2.21
13082026-05-21T18:04:27.047Z Downloaded ring v0.17.14
13092026-05-21T18:04:27.073Z Downloaded petgraph v0.8.3
13102026-05-21T18:04:27.085Z Downloaded csv v1.4.0
13112026-05-21T18:04:27.098Z Downloaded libz-sys v1.1.24
13122026-05-21T18:04:27.112Z Downloaded sha3 v0.10.8
13132026-05-21T18:04:27.129Z Downloaded tokio v1.52.1
13142026-05-21T18:04:27.187Z Downloaded encoding_rs v0.8.35
13152026-05-21T18:04:27.216Z Downloaded libgit2-sys v0.18.3+1.9.2
13162026-05-21T18:04:27.616Z Downloaded aws-lc-sys v0.40.0
13172026-05-21T18:04:27.882Z Compiling syn v2.0.117
13182026-05-21T18:04:27.887Z Compiling libc v0.2.185
13192026-05-21T18:04:27.887Z Compiling serde v1.0.228
13202026-05-21T18:04:27.888Z Compiling log v0.4.29
13212026-05-21T18:04:27.888Z Compiling shlex v1.3.0
13222026-05-21T18:04:27.888Z Compiling find-msvc-tools v0.1.9
13232026-05-21T18:04:27.888Z Compiling smallvec v1.15.1
13242026-05-21T18:04:27.888Z Compiling typenum v1.19.0
13252026-05-21T18:04:28.237Z Compiling generic-array v0.14.7
13262026-05-21T18:04:28.250Z Compiling subtle v2.6.1
13272026-05-21T18:04:28.250Z Compiling scopeguard v1.2.0
13282026-05-21T18:04:28.338Z Compiling lock_api v0.4.14
13292026-05-21T18:04:28.354Z Compiling const-oid v0.9.6
13302026-05-21T18:04:28.370Z Compiling serde_json v1.0.149
13312026-05-21T18:04:28.439Z Compiling zerocopy v0.8.40
13322026-05-21T18:04:28.478Z Compiling pin-project-lite v0.2.17
13332026-05-21T18:04:28.567Z Compiling portable-atomic v1.13.1
13342026-05-21T18:04:28.581Z Compiling parking_lot_core v0.9.12
13352026-05-21T18:04:28.859Z Compiling pkg-config v0.3.32
13362026-05-21T18:04:28.892Z Compiling getrandom v0.2.17
13372026-05-21T18:04:28.952Z Compiling jobserver v0.1.34
13382026-05-21T18:04:29.018Z Compiling errno v0.3.14
13392026-05-21T18:04:29.078Z Compiling rand_core v0.6.4
13402026-05-21T18:04:29.166Z Compiling cc v1.2.56
13412026-05-21T18:04:29.329Z Compiling signal-hook-registry v1.4.8
13422026-05-21T18:04:29.356Z Compiling bitflags v2.11.0
13432026-05-21T18:04:29.414Z Compiling critical-section v1.2.0
13442026-05-21T18:04:29.445Z Compiling futures-core v0.3.32
13452026-05-21T18:04:29.535Z Compiling libm v0.2.16
13462026-05-21T18:04:29.604Z Compiling once_cell v1.21.3
13472026-05-21T18:04:29.605Z Compiling parking_lot v0.12.5
13482026-05-21T18:04:29.632Z Compiling mio v1.2.0
13492026-05-21T18:04:29.646Z Compiling num-traits v0.2.19
13502026-05-21T18:04:29.717Z Compiling percent-encoding v2.3.2
13512026-05-21T18:04:29.816Z Compiling socket2 v0.6.3
13522026-05-21T18:04:29.910Z Compiling futures-sink v0.3.32
13532026-05-21T18:04:29.990Z Compiling futures-channel v0.3.32
13542026-05-21T18:04:30.005Z Compiling slab v0.4.12
13552026-05-21T18:04:30.018Z Compiling getrandom v0.4.1
13562026-05-21T18:04:30.104Z Compiling futures-io v0.3.32
13572026-05-21T18:04:30.180Z Compiling futures-task v0.3.32
13582026-05-21T18:04:30.215Z Compiling cpufeatures v0.2.17
13592026-05-21T18:04:30.230Z Compiling rand_core v0.10.0
13602026-05-21T18:04:30.259Z Compiling indexmap v2.14.0
13612026-05-21T18:04:30.292Z Compiling getrandom v0.3.4
13622026-05-21T18:04:30.349Z Compiling rustversion v1.0.22
13632026-05-21T18:04:30.392Z Compiling cmake v0.1.57
13642026-05-21T18:04:30.600Z Compiling form_urlencoded v1.2.2
13652026-05-21T18:04:30.783Z Compiling dunce v1.0.5
13662026-05-21T18:04:30.798Z Compiling fs_extra v1.3.0
13672026-05-21T18:04:30.875Z Compiling ident_case v1.0.1
13682026-05-21T18:04:30.915Z Compiling synstructure v0.13.2
13692026-05-21T18:04:30.989Z Compiling base64ct v1.8.3
13702026-05-21T18:04:31.003Z Compiling iana-time-zone v0.1.65
13712026-05-21T18:04:31.066Z Compiling aws-lc-sys v0.40.0
13722026-05-21T18:04:31.204Z Compiling rustix v1.1.3
13732026-05-21T18:04:31.253Z Compiling pem-rfc7468 v0.7.0
13742026-05-21T18:04:31.283Z Compiling regex-syntax v0.8.10
13752026-05-21T18:04:31.334Z Compiling flagset v0.4.7
13762026-05-21T18:04:31.385Z Compiling rand_core v0.9.5
13772026-05-21T18:04:31.462Z Compiling ring v0.17.14
13782026-05-21T18:04:31.521Z Compiling aws-lc-rs v1.16.3
13792026-05-21T18:04:31.561Z Compiling vcpkg v0.2.15
13802026-05-21T18:04:31.666Z Compiling uuid v1.23.0
13812026-05-21T18:04:31.806Z Compiling rustc_version v0.4.1
13822026-05-21T18:04:32.138Z Compiling tracing-core v0.1.36
13832026-05-21T18:04:32.301Z Compiling openssl-sys v0.9.115
13842026-05-21T18:04:32.376Z Compiling base64 v0.22.1
13852026-05-21T18:04:32.666Z Compiling serde_derive v1.0.228
13862026-05-21T18:04:32.680Z Compiling zeroize_derive v1.4.3
13872026-05-21T18:04:32.699Z Compiling zerofrom-derive v0.1.6
13882026-05-21T18:04:32.811Z Compiling yoke-derive v0.8.1
13892026-05-21T18:04:32.917Z Compiling zerocopy-derive v0.8.40
13902026-05-21T18:04:33.330Z Compiling zeroize v1.8.2
13912026-05-21T18:04:33.651Z Compiling zerovec-derive v0.11.2
13922026-05-21T18:04:34.000Z Compiling displaydoc v0.2.5
13932026-05-21T18:04:34.089Z Compiling crypto-common v0.1.7
13942026-05-21T18:04:34.089Z Compiling zerofrom v0.1.6
13952026-05-21T18:04:34.212Z Compiling yoke v0.8.1
13962026-05-21T18:04:34.241Z Compiling block-buffer v0.10.4
13972026-05-21T18:04:34.393Z Compiling digest v0.10.7
13982026-05-21T18:04:34.409Z Compiling tokio-macros v2.7.0
13992026-05-21T18:04:34.630Z Compiling futures-macro v0.3.32
14002026-05-21T18:04:34.728Z Compiling zerotrie v0.2.3
14012026-05-21T18:04:34.743Z Compiling zerovec v0.11.5
14022026-05-21T18:04:35.022Z Compiling hmac v0.12.1
14032026-05-21T18:04:35.102Z Compiling block-padding v0.3.3
14042026-05-21T18:04:35.178Z Compiling tinystr v0.8.2
14052026-05-21T18:04:35.237Z Compiling potential_utf v0.1.4
14062026-05-21T18:04:35.257Z Compiling inout v0.1.4
14072026-05-21T18:04:35.384Z Compiling icu_locale_core v2.1.1
14082026-05-21T18:04:35.404Z Compiling icu_collections v2.1.1
14092026-05-21T18:04:35.423Z Compiling futures-util v0.3.32
14102026-05-21T18:04:35.436Z Compiling cipher v0.4.4
14112026-05-21T18:04:35.691Z Compiling sha2 v0.10.9
14122026-05-21T18:04:35.867Z Compiling der_derive v0.7.3
14132026-05-21T18:04:36.109Z Compiling bytes v1.11.1
14142026-05-21T18:04:36.233Z Compiling icu_provider v2.1.1
14152026-05-21T18:04:36.524Z Compiling icu_normalizer v2.1.1
14162026-05-21T18:04:36.701Z Compiling tokio v1.52.1
14172026-05-21T18:04:36.795Z Compiling icu_properties v2.1.2
14182026-05-21T18:04:37.042Z Compiling der v0.7.10
14192026-05-21T18:04:37.056Z Compiling http v1.4.0
14202026-05-21T18:04:37.261Z Compiling ppv-lite86 v0.2.21
14212026-05-21T18:04:37.571Z Compiling chrono v0.4.44
14222026-05-21T18:04:37.606Z Compiling idna_adapter v1.2.1
14232026-05-21T18:04:37.741Z Compiling idna v1.1.0
14242026-05-21T18:04:37.846Z Compiling spki v0.7.3
14252026-05-21T18:04:37.862Z Compiling salsa20 v0.10.2
14262026-05-21T18:04:37.966Z Compiling pbkdf2 v0.12.2
14272026-05-21T18:04:38.054Z Compiling rustls-pki-types v1.14.0
14282026-05-21T18:04:38.054Z Compiling tracing-attributes v0.1.31
14292026-05-21T18:04:38.083Z Compiling url v2.5.8
14302026-05-21T18:04:38.243Z Compiling thiserror-impl v2.0.18
14312026-05-21T18:04:38.444Z Compiling scrypt v0.11.0
14322026-05-21T18:04:38.514Z Compiling http-body v1.0.1
14332026-05-21T18:04:38.669Z Compiling rand_chacha v0.9.0
14342026-05-21T18:04:38.700Z Compiling aes v0.8.4
14352026-05-21T18:04:38.877Z Compiling cbc v0.1.2
14362026-05-21T18:04:39.024Z Compiling openssl-probe v0.2.1
14372026-05-21T18:04:39.058Z Compiling httparse v1.10.1
14382026-05-21T18:04:39.198Z Compiling tinyvec_macros v0.1.1
14392026-05-21T18:04:39.273Z Compiling untrusted v0.7.1
14402026-05-21T18:04:39.350Z Compiling tracing v0.1.44
14412026-05-21T18:04:39.353Z Compiling untrusted v0.9.0
14422026-05-21T18:04:39.397Z Compiling tinyvec v1.10.0
14432026-05-21T18:04:39.432Z Compiling pkcs5 v0.7.1
14442026-05-21T18:04:39.549Z Compiling thiserror v2.0.18
14452026-05-21T18:04:39.610Z Compiling pest_generator v2.8.6
14462026-05-21T18:04:39.651Z Compiling rand v0.9.2
14472026-05-21T18:04:39.734Z Compiling serde_derive_internals v0.29.1
14482026-05-21T18:04:39.734Z Compiling aho-corasick v1.1.4
14492026-05-21T18:04:39.893Z Compiling rustls v0.23.37
14502026-05-21T18:04:40.063Z Compiling tower-service v0.3.3
14512026-05-21T18:04:40.159Z Compiling dyn-clone v1.0.20
14522026-05-21T18:04:40.294Z Compiling atomic-waker v1.1.2
14532026-05-21T18:04:40.299Z Compiling schemars v0.8.22
14542026-05-21T18:04:40.413Z Compiling tokio-util v0.7.18
14552026-05-21T18:04:40.426Z Compiling try-lock v0.2.5
14562026-05-21T18:04:40.503Z Compiling tower-layer v0.3.3
14572026-05-21T18:04:40.532Z Compiling regex-automata v0.4.14
14582026-05-21T18:04:40.604Z Compiling schemars_derive v0.8.22
14592026-05-21T18:04:40.682Z Compiling want v0.3.1
14602026-05-21T18:04:40.845Z Compiling pest_derive v2.8.6
14612026-05-21T18:04:41.206Z Compiling h2 v0.4.13
14622026-05-21T18:04:41.258Z Compiling pkcs8 v0.10.2
14632026-05-21T18:04:41.410Z Compiling ipnet v2.11.0
14642026-05-21T18:04:41.553Z Compiling scroll_derive v0.13.1
14652026-05-21T18:04:41.670Z Compiling darling_core v0.20.11
14662026-05-21T18:04:41.811Z Compiling httpdate v1.0.3
14672026-05-21T18:04:41.901Z Compiling openssl v0.10.79
14682026-05-21T18:04:42.028Z Compiling pin-utils v0.1.0
14692026-05-21T18:04:42.104Z Compiling foreign-types-shared v0.1.1
14702026-05-21T18:04:42.145Z Compiling tempfile v3.25.0
14712026-05-21T18:04:42.190Z Compiling foreign-types v0.3.2
14722026-05-21T18:04:42.300Z Compiling unicode-normalization v0.1.25
14732026-05-21T18:04:42.330Z Compiling scroll v0.13.0
14742026-05-21T18:04:42.591Z Compiling openssl-macros v0.1.1
14752026-05-21T18:04:42.749Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14762026-05-21T18:04:42.965Z Compiling spin v0.9.8
14772026-05-21T18:04:42.997Z Compiling num-conv v0.2.0
14782026-05-21T18:04:43.129Z Compiling crc32fast v1.5.0
14792026-05-21T18:04:43.172Z Compiling time-core v0.1.8
14802026-05-21T18:04:43.175Z Compiling powerfmt v0.2.0
14812026-05-21T18:04:43.333Z Compiling native-tls v0.2.18
14822026-05-21T18:04:43.377Z Compiling time-macros v0.2.27
14832026-05-21T18:04:43.438Z Compiling deranged v0.5.8
14842026-05-21T18:04:43.938Z Compiling darling_macro v0.20.11
14852026-05-21T18:04:44.394Z Compiling hyper v1.8.1
14862026-05-21T18:04:44.408Z Compiling darling v0.20.11
14872026-05-21T18:04:44.421Z Compiling goblin v0.10.5
14882026-05-21T18:04:44.486Z Compiling rustls-native-certs v0.8.3
14892026-05-21T18:04:44.535Z Compiling sync_wrapper v1.0.2
14902026-05-21T18:04:44.643Z Compiling wait-timeout v0.2.1
14912026-05-21T18:04:44.769Z Compiling syn v1.0.109
14922026-05-21T18:04:44.902Z Compiling siphasher v1.0.2
14932026-05-21T18:04:45.066Z Compiling usdt-impl v0.6.0
14942026-05-21T18:04:45.085Z Compiling crossbeam-utils v0.8.21
14952026-05-21T18:04:45.118Z Compiling bit-vec v0.8.0
14962026-05-21T18:04:45.266Z Compiling quick-error v1.2.3
14972026-05-21T18:04:45.343Z Compiling simd-adler32 v0.3.8
14982026-05-21T18:04:45.366Z Compiling num_threads v0.1.7
14992026-05-21T18:04:45.397Z Compiling hyper-util v0.1.20
15002026-05-21T18:04:45.461Z Compiling time v0.3.47
15012026-05-21T18:04:45.580Z Compiling rusty-fork v0.3.1
15022026-05-21T18:04:45.917Z Compiling bit-set v0.8.0
15032026-05-21T18:04:46.143Z Compiling tower v0.5.3
15042026-05-21T18:04:46.197Z Compiling derive_builder_core v0.20.2
15052026-05-21T18:04:46.604Z Compiling dtrace-parser v0.3.0
15062026-05-21T18:04:46.671Z Compiling http-body-util v0.1.3
15072026-05-21T18:04:46.918Z Compiling webpki-roots v1.0.6
15082026-05-21T18:04:46.988Z Compiling signature v2.2.0
15092026-05-21T18:04:47.037Z Compiling dof v0.4.0
15102026-05-21T18:04:47.059Z Compiling scroll_derive v0.12.1
15112026-05-21T18:04:47.075Z Compiling thiserror-impl v1.0.69
15122026-05-21T18:04:47.162Z Compiling heapless v0.7.17
15132026-05-21T18:04:47.352Z Compiling rand_xorshift v0.4.0
15142026-05-21T18:04:47.397Z Compiling slog v2.8.2
15152026-05-21T18:04:47.513Z Compiling darling_core v0.21.3
15162026-05-21T18:04:47.581Z Compiling bzip2-sys v0.1.13+1.0.8
15172026-05-21T18:04:47.706Z Compiling thread-id v5.1.0
15182026-05-21T18:04:47.789Z Compiling cookie v0.18.1
15192026-05-21T18:04:47.850Z Compiling unarray v0.1.4
15202026-05-21T18:04:47.984Z Compiling anyhow v1.0.102
15212026-05-21T18:04:48.024Z Compiling signal-hook v0.3.18
15222026-05-21T18:04:48.192Z Compiling iri-string v0.7.10
15232026-05-21T18:04:48.224Z Compiling zstd-safe v7.2.4
15242026-05-21T18:04:48.283Z Compiling unicode-properties v0.1.4
15252026-05-21T18:04:48.332Z Compiling adler2 v2.0.1
15262026-05-21T18:04:48.420Z Compiling paste v1.0.15
15272026-05-21T18:04:48.463Z Compiling unicode-bidi v0.3.18
15282026-05-21T18:04:48.488Z Compiling allocator-api2 v0.2.21
15292026-05-21T18:04:48.628Z Compiling ryu v1.0.23
15302026-05-21T18:04:48.729Z Compiling miniz_oxide v0.8.9
15312026-05-21T18:04:48.805Z Compiling stringprep v0.1.5
15322026-05-21T18:04:48.808Z Compiling serde_urlencoded v0.7.1
15332026-05-21T18:04:48.990Z Compiling thiserror v1.0.69
15342026-05-21T18:04:49.161Z Compiling proptest v1.10.0
15352026-05-21T18:04:49.328Z Compiling tower-http v0.6.8
15362026-05-21T18:04:49.677Z Compiling scroll v0.12.0
15372026-05-21T18:04:49.780Z Compiling derive_builder_macro v0.20.2
15382026-05-21T18:04:49.948Z Compiling tokio-native-tls v0.3.1
15392026-05-21T18:04:50.012Z Compiling darling_macro v0.21.3
15402026-05-21T18:04:50.094Z Compiling ipnetwork v0.21.1
15412026-05-21T18:04:50.184Z Compiling bstr v1.12.1
15422026-05-21T18:04:50.217Z Compiling rand_chacha v0.3.1
15432026-05-21T18:04:50.438Z Compiling erased-serde v0.3.31
15442026-05-21T18:04:50.471Z Compiling toml_datetime v0.6.11
15452026-05-21T18:04:50.475Z Compiling serde_tokenstream v0.2.3
15462026-05-21T18:04:50.727Z Compiling serde_spanned v0.6.9
15472026-05-21T18:04:50.797Z Compiling md-5 v0.10.6
15482026-05-21T18:04:50.811Z Compiling pin-project-internal v1.1.11
15492026-05-21T18:04:50.867Z Compiling zerocopy-derive v0.7.35
15502026-05-21T18:04:50.913Z Compiling async-trait v0.1.89
15512026-05-21T18:04:50.961Z Compiling curve25519-dalek v4.1.3
15522026-05-21T18:04:51.010Z Compiling vergen-lib v0.1.6
15532026-05-21T18:04:51.191Z Compiling num-integer v0.1.46
15542026-05-21T18:04:51.285Z Compiling hash32 v0.2.1
15552026-05-21T18:04:51.477Z Compiling ff v0.13.1
15562026-05-21T18:04:51.505Z Compiling memoffset v0.9.1
15572026-05-21T18:04:51.614Z Compiling ref-cast v1.0.25
15582026-05-21T18:04:51.697Z Compiling smoltcp v0.9.1
15592026-05-21T18:04:51.709Z Compiling psl-types v2.0.11
15602026-05-21T18:04:51.838Z Compiling litrs v1.0.0
15612026-05-21T18:04:51.891Z Compiling fallible-iterator v0.2.0
15622026-05-21T18:04:51.914Z Compiling num-bigint-dig v0.8.6
15632026-05-21T18:04:51.928Z Compiling cfg_aliases v0.2.1
15642026-05-21T18:04:52.001Z Compiling rustix v0.38.44
15652026-05-21T18:04:52.027Z Compiling base16ct v0.2.0
15662026-05-21T18:04:52.101Z Compiling zlib-rs v0.6.2
15672026-05-21T18:04:52.202Z Compiling postgres-protocol v0.6.10
15682026-05-21T18:04:52.202Z Compiling sec1 v0.7.3
15692026-05-21T18:04:52.339Z Compiling document-features v0.2.12
15702026-05-21T18:04:52.481Z Compiling nix v0.31.2
15712026-05-21T18:04:52.542Z Compiling pin-project v1.1.11
15722026-05-21T18:04:52.646Z Compiling publicsuffix v2.3.0
15732026-05-21T18:04:52.739Z Compiling zerocopy v0.7.35
15742026-05-21T18:04:52.841Z Compiling group v0.13.0
15752026-05-21T18:04:52.979Z Compiling num-iter v0.1.45
15762026-05-21T18:04:53.091Z Compiling newtype-uuid v1.3.2
15772026-05-21T18:04:53.348Z Compiling darling v0.21.3
15782026-05-21T18:04:53.412Z Compiling rand v0.8.6
15792026-05-21T18:04:53.427Z Compiling oxnet v0.1.4
15802026-05-21T18:04:53.441Z Compiling derive_builder v0.20.2
15812026-05-21T18:04:53.589Z Compiling hubpack_derive v0.1.1
15822026-05-21T18:04:53.596Z Compiling hyper-tls v0.6.0
15832026-05-21T18:04:53.807Z Compiling goblin v0.8.2
15842026-05-21T18:04:54.245Z Compiling phf_shared v0.13.1
15852026-05-21T18:04:54.322Z Compiling lazy_static v1.5.0
15862026-05-21T18:04:54.407Z Compiling regex v1.12.3
15872026-05-21T18:04:54.421Z Compiling futures-executor v0.3.32
15882026-05-21T18:04:54.481Z Compiling hex v0.4.3
15892026-05-21T18:04:54.671Z Compiling cargo-platform v0.1.9
15902026-05-21T18:04:54.678Z Compiling hkdf v0.12.4
15912026-05-21T18:04:54.749Z Compiling crypto-bigint v0.5.5
15922026-05-21T18:04:54.837Z Compiling snafu-derive v0.8.9
15932026-05-21T18:04:54.851Z Compiling daft-derive v0.1.7
15942026-05-21T18:04:54.953Z Compiling curve25519-dalek-derive v0.1.1
15952026-05-21T18:04:55.361Z Compiling flate2 v1.1.9
15962026-05-21T18:04:55.557Z Compiling ref-cast-impl v1.0.25
15972026-05-21T18:04:55.593Z Compiling strum_macros v0.27.2
15982026-05-21T18:04:55.767Z Compiling terminal_size v0.4.3
15992026-05-21T18:04:55.907Z Compiling vergen v9.0.6
16002026-05-21T18:04:56.083Z Compiling fs-err v3.3.0
16012026-05-21T18:04:56.098Z Compiling ahash v0.8.12
16022026-05-21T18:04:56.272Z Compiling encoding_rs v0.8.35
16032026-05-21T18:04:56.297Z Compiling same-file v1.0.6
16042026-05-21T18:04:56.470Z Compiling bumpalo v3.20.2
16052026-05-21T18:04:56.719Z Compiling object v0.37.3
16062026-05-21T18:04:56.734Z Compiling unicode-segmentation v1.12.0
16072026-05-21T18:04:56.854Z Compiling bitflags v1.3.2
16082026-05-21T18:04:56.930Z Compiling managed v0.8.0
16092026-05-21T18:04:56.986Z Compiling libbz2-rs-sys v0.2.2
16102026-05-21T18:04:57.111Z Compiling foldhash v0.2.0
16112026-05-21T18:04:57.142Z Compiling winnow v0.5.40
16122026-05-21T18:04:57.230Z Compiling foldhash v0.1.5
16132026-05-21T18:04:57.330Z Compiling mime v0.3.17
16142026-05-21T18:04:57.401Z Compiling bzip2 v0.6.1
16152026-05-21T18:04:57.519Z Compiling strum v0.27.2
16162026-05-21T18:04:57.590Z Compiling hashbrown v0.15.5
16172026-05-21T18:04:57.607Z Compiling hashbrown v0.16.1
16182026-05-21T18:04:57.647Z Compiling clap_builder v4.5.60
16192026-05-21T18:04:57.803Z Compiling snafu v0.8.9
16202026-05-21T18:04:58.151Z Compiling zopfli v0.8.3
16212026-05-21T18:04:58.198Z Compiling walkdir v2.5.0
16222026-05-21T18:04:58.506Z Compiling toml_edit v0.19.15
16232026-05-21T18:04:58.509Z Compiling dof v0.3.0
16242026-05-21T18:04:58.509Z Compiling elliptic-curve v0.13.8
16252026-05-21T18:04:58.820Z Compiling daft v0.1.7
16262026-05-21T18:04:58.942Z Compiling cargo_metadata v0.19.2
16272026-05-21T18:04:59.092Z Compiling futures v0.3.32
16282026-05-21T18:04:59.179Z Compiling phf v0.13.1
16292026-05-21T18:04:59.336Z Compiling signal-hook-mio v0.2.5
16302026-05-21T18:04:59.456Z Compiling cookie_store v0.22.1
16312026-05-21T18:05:00.093Z Compiling hubpack v0.1.2
16322026-05-21T18:05:00.277Z Compiling bzip2 v0.4.4
16332026-05-21T18:05:00.320Z Compiling zstd v0.13.3
16342026-05-21T18:05:00.411Z Compiling serde_with_macros v3.17.0
16352026-05-21T18:05:00.580Z Compiling postgres-types v0.2.12
16362026-05-21T18:05:00.628Z Compiling usdt-attr-macro v0.6.0
16372026-05-21T18:05:01.123Z Compiling usdt-macro v0.6.0
16382026-05-21T18:05:01.140Z Compiling globset v0.4.18
16392026-05-21T18:05:01.406Z Compiling dtrace-parser v0.2.0
16402026-05-21T18:05:01.516Z Compiling ed25519 v2.2.3
16412026-05-21T18:05:01.545Z Compiling phf_shared v0.11.3
16422026-05-21T18:05:01.672Z Compiling olpc-cjson v0.1.4
16432026-05-21T18:05:01.729Z Compiling pkcs1 v0.7.5
16442026-05-21T18:05:01.807Z Compiling serde_plain v1.0.2
16452026-05-21T18:05:01.835Z Compiling serde-big-array v0.5.1
16462026-05-21T18:05:01.846Z Compiling rfc6979 v0.4.0
16472026-05-21T18:05:01.970Z Compiling enum-as-inner v0.6.1
16482026-05-21T18:05:01.970Z Compiling serde_repr v0.1.20
16492026-05-21T18:05:02.000Z Compiling strum_macros v0.26.4
16502026-05-21T18:05:02.119Z Compiling async-recursion v1.1.1
16512026-05-21T18:05:02.150Z Compiling clap_derive v4.5.55
16522026-05-21T18:05:02.417Z Compiling pem v3.0.6
16532026-05-21T18:05:02.463Z Compiling float-cmp v0.10.0
16542026-05-21T18:05:02.504Z Compiling memmap2 v0.9.10
16552026-05-21T18:05:02.611Z Compiling thread-id v4.2.2
16562026-05-21T18:05:02.702Z Compiling env_filter v1.0.0
16572026-05-21T18:05:02.714Z Compiling predicates-core v1.0.10
16582026-05-21T18:05:02.735Z Compiling either v1.15.0
16592026-05-21T18:05:02.754Z Compiling difflib v0.4.0
16602026-05-21T18:05:02.923Z Compiling new_debug_unreachable v1.0.6
16612026-05-21T18:05:02.985Z Compiling jiff v0.2.21
16622026-05-21T18:05:03.000Z Compiling fixedbitset v0.5.7
16632026-05-21T18:05:03.058Z Compiling precomputed-hash v0.1.1
16642026-05-21T18:05:03.145Z Compiling normalize-line-endings v0.3.0
16652026-05-21T18:05:03.248Z Compiling static_assertions v1.1.0
16662026-05-21T18:05:03.302Z Compiling fixedbitset v0.4.2
16672026-05-21T18:05:03.330Z Compiling keccak v0.1.6
16682026-05-21T18:05:03.345Z Compiling typed-path v0.9.3
16692026-05-21T18:05:03.519Z Compiling whoami v2.1.0
16702026-05-21T18:05:03.753Z Compiling data-encoding v2.10.0
16712026-05-21T18:05:03.889Z Compiling strum v0.26.3
16722026-05-21T18:05:03.935Z Compiling clap v4.5.60
16732026-05-21T18:05:04.023Z Compiling tokio-postgres v0.7.16
16742026-05-21T18:05:04.040Z Compiling hickory-proto v0.25.2
16752026-05-21T18:05:04.140Z Compiling sha3 v0.10.8
16762026-05-21T18:05:04.451Z Compiling petgraph v0.6.5
16772026-05-21T18:05:04.576Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16782026-05-21T18:05:04.593Z Compiling predicates v3.1.4
16792026-05-21T18:05:04.785Z Compiling petgraph v0.8.3
16802026-05-21T18:05:05.232Z Compiling string_cache v0.8.9
16812026-05-21T18:05:05.464Z Compiling toml_edit v0.22.27
16822026-05-21T18:05:05.908Z Compiling zip v4.6.1
16832026-05-21T18:05:06.205Z Compiling itertools v0.13.0
16842026-05-21T18:05:06.681Z Compiling env_logger v0.11.9
16852026-05-21T18:05:06.863Z Compiling usdt-impl v0.5.0
16862026-05-21T18:05:07.030Z Compiling usdt v0.6.0
16872026-05-21T18:05:07.119Z Compiling rsa v0.9.10
16882026-05-21T18:05:07.300Z Compiling ecdsa v0.16.9
16892026-05-21T18:05:07.329Z Compiling ed25519-dalek v2.2.0
16902026-05-21T18:05:07.439Z Compiling serde_with v3.17.0
16912026-05-21T18:05:07.439Z Compiling crossterm v0.28.1
16922026-05-21T18:05:08.001Z Compiling zip v0.6.6
16932026-05-21T18:05:08.575Z Compiling toml v0.7.8
16942026-05-21T18:05:08.576Z Compiling iddqd v0.4.1
16952026-05-21T18:05:09.083Z Compiling toml_parser v1.0.9+spec-1.1.0
16962026-05-21T18:05:09.113Z Compiling similar v2.7.0
16972026-05-21T18:05:09.176Z Compiling heck v0.4.1
16982026-05-21T18:05:09.195Z Compiling crossbeam-epoch v0.9.18
16992026-05-21T18:05:09.404Z Compiling tokio-stream v0.1.18
17002026-05-21T18:05:09.527Z Compiling buf-list v1.1.2
17012026-05-21T18:05:09.705Z Compiling x509-cert v0.2.5
17022026-05-21T18:05:09.777Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
17032026-05-21T18:05:09.800Z Compiling openapiv3 v2.2.0
17042026-05-21T18:05:09.870Z Compiling sha1 v0.10.6
17052026-05-21T18:05:09.977Z Compiling toml_datetime v0.7.5+spec-1.1.0
17062026-05-21T18:05:10.076Z Compiling peg-runtime v0.8.5
17072026-05-21T18:05:10.094Z Compiling lalrpop-util v0.19.12
17082026-05-21T18:05:10.277Z Compiling thread_local v1.1.9
17092026-05-21T18:05:10.290Z Compiling slog-async v2.8.0
17102026-05-21T18:05:10.354Z Compiling crossbeam-channel v0.5.15
17112026-05-21T18:05:10.476Z Compiling filetime v0.2.27
17122026-05-21T18:05:10.515Z Compiling is-terminal v0.4.17
17132026-05-21T18:05:10.600Z Compiling take_mut v0.2.2
17142026-05-21T18:05:10.614Z Compiling term v1.2.1
17152026-05-21T18:05:10.649Z Compiling xattr v1.6.1
17162026-05-21T18:05:10.803Z Compiling tar v0.4.45
17172026-05-21T18:05:11.162Z Compiling slog-term v2.9.2
17182026-05-21T18:05:20.815Z Compiling rustls-webpki v0.103.9
17192026-05-21T18:05:23.618Z Compiling tokio-rustls v0.26.4
17202026-05-21T18:05:23.618Z Compiling rustls-platform-verifier v0.6.2
17212026-05-21T18:05:23.826Z Compiling hyper-rustls v0.27.7
17222026-05-21T18:05:24.028Z Compiling reqwest v0.12.28
17232026-05-21T18:05:24.028Z Compiling reqwest v0.13.2
17242026-05-21T18:05:25.271Z Compiling tough v0.22.0
17252026-05-21T18:05:27.788Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17262026-05-21T18:05:28.014Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17272026-05-21T18:05:30.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17282026-05-21T18:05:31.019Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd lldp transceiver-control`
17292026-05-21T18:05:31.073ZMay 21 18:05:29.482 INFO Starting download, target: Console
17302026-05-21T18:05:31.073ZMay 21 18:05:29.483 INFO Starting download, target: Clickhouse
17312026-05-21T18:05:31.074ZMay 21 18:05:29.483 INFO Starting download, target: DendriteStub
17322026-05-21T18:05:31.074ZMay 21 18:05:29.483 INFO Starting download, target: Cockroach
17332026-05-21T18:05:31.074ZMay 21 18:05:29.483 INFO Starting download, target: MaghemiteMgd
17342026-05-21T18:05:31.078ZMay 21 18:05:29.483 INFO Starting download, target: TransceiverControl
17352026-05-21T18:05:31.078ZMay 21 18:05:29.483 INFO Starting download, target: LLDP
17362026-05-21T18:05:31.078ZMay 21 18:05:29.483 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17372026-05-21T18:05:31.078ZMay 21 18:05:29.483 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17382026-05-21T18:05:31.078ZMay 21 18:05:29.483 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17392026-05-21T18:05:31.078ZMay 21 18:05:29.483 INFO Downloading out/downloads/lldp.tar.gz (attempt 1/3), target: LLDP
17402026-05-21T18:05:31.078ZMay 21 18:05:29.483 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17412026-05-21T18:05:31.078ZMay 21 18:05:29.483 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17422026-05-21T18:05:31.078ZMay 21 18:05:29.483 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17432026-05-21T18:05:31.525ZMay 21 18:05:29.925 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17442026-05-21T18:05:31.742ZMay 21 18:05:30.149 INFO Download complete, target: TransceiverControl
17452026-05-21T18:05:32.110ZMay 21 18:05:30.496 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17462026-05-21T18:05:32.154ZMay 21 18:05:30.536 INFO Unpacking out/downloads/lldp.tar.gz to out/downloads, target: LLDP
17472026-05-21T18:05:32.341ZMay 21 18:05:30.723 INFO Download complete, target: Console
17482026-05-21T18:05:32.986ZMay 21 18:05:31.386 INFO Download complete, target: LLDP
17492026-05-21T18:05:33.410ZMay 21 18:05:31.807 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17502026-05-21T18:05:33.737ZMay 21 18:05:32.135 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17512026-05-21T18:05:33.921ZMay 21 18:05:32.328 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17522026-05-21T18:05:34.496ZMay 21 18:05:32.903 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17532026-05-21T18:05:34.496ZMay 21 18:05:32.903 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17542026-05-21T18:05:36.132ZMay 21 18:05:34.541 INFO Download complete, target: MaghemiteMgd
17552026-05-21T18:05:36.302ZMay 21 18:05:34.702 INFO Download complete, target: DendriteStub
17562026-05-21T18:05:39.041ZMay 21 18:05:37.451 INFO Checking that binary works, target: Cockroach
17572026-05-21T18:05:39.529ZMay 21 18:05:37.939 INFO Download complete, target: Cockroach
17582026-05-21T18:05:40.073ZMay 21 18:05:38.482 INFO Checking that binary works, target: Clickhouse
17592026-05-21T18:05:40.197ZMay 21 18:05:38.607 INFO Download complete, target: Clickhouse
17602026-05-21T18:05:40.255ZAll builder prerequisites installed successfully, and PATH looks valid
17612026-05-21T18:05:40.259Z
17622026-05-21T18:05:40.259Zreal 2:21.566133069
17632026-05-21T18:05:40.259Zuser 6:53.456649719
17642026-05-21T18:05:40.259Zsys 1:22.342669108
17652026-05-21T18:05:40.259Ztrap 0.223494828
17662026-05-21T18:05:40.259Ztflt 1.319292039
17672026-05-21T18:05:40.259Zdflt 2.046275327
17682026-05-21T18:05:40.259Zkflt 0.054277976
17692026-05-21T18:05:40.259Zlock 21:43.996796786
17702026-05-21T18:05:40.259Zslp 21:33.079732610
17712026-05-21T18:05:40.259Zlat 41.932435893
17722026-05-21T18:05:40.259Zstop 1:55.440827963
17732026-05-21T18:05:40.259Z+ banner hack-check
17742026-05-21T18:05:40.259Z
17752026-05-21T18:05:40.259Z # # ## #### # # #### # # ###### #### # #
17762026-05-21T18:05:40.259Z # # # # # # # # # # # # # # # # #
17772026-05-21T18:05:40.259Z ###### # # # #### ##### # ###### ##### # ####
17782026-05-21T18:05:40.259Z # # ###### # # # # # # # # # #
17792026-05-21T18:05:40.259Z # # # # # # # # # # # # # # # # #
17802026-05-21T18:05:40.259Z # # # # #### # # #### # # ###### #### # #
17812026-05-21T18:05:40.259Z
17822026-05-21T18:05:40.259Z+ export CARGO_INCREMENTAL=0
17832026-05-21T18:05:40.259Z+ CARGO_INCREMENTAL=0
17842026-05-21T18:05:40.260Z+ ptime -m timeout 2h cargo xtask check-features --ci
17852026-05-21T18:05:40.808Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17862026-05-21T18:05:41.028Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17872026-05-21T18:05:42.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.60s
17882026-05-21T18:05:42.962Z Running `target/debug/xtask check-features --ci`
17892026-05-21T18:05:42.991Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17902026-05-21T18:05:42.997Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17912026-05-21T18:05:43.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
17922026-05-21T18:05:43.507Z Running `target/debug/xtask download cargo-hack`
17932026-05-21T18:05:44.300Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17942026-05-21T18:05:44.622Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17952026-05-21T18:05:47.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.58s
17962026-05-21T18:05:47.292Z Running `target/debug/xtask-downloader cargo-hack`
17972026-05-21T18:05:47.331ZMay 21 18:05:45.741 INFO Starting download, target: CargoHack
17982026-05-21T18:05:47.335ZMay 21 18:05:45.742 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17992026-05-21T18:05:47.776ZMay 21 18:05:46.186 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18002026-05-21T18:05:47.824ZMay 21 18:05:46.234 INFO Download complete, target: CargoHack
18012026-05-21T18:05:47.828Zrunning: "/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"
18022026-05-21T18:05:47.840Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18032026-05-21T18:05:47.994Zinfo: running `cargo check --bins` on api_identity (1/276)
18042026-05-21T18:05:48.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18052026-05-21T18:05:48.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18062026-05-21T18:05:48.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18072026-05-21T18:05:48.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18082026-05-21T18:05:48.579Z
18092026-05-21T18:05:48.579Zinfo: running `cargo check --bins` on bootstore (2/276)
18102026-05-21T18:05:49.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18112026-05-21T18:05:49.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18122026-05-21T18:05:49.077Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18132026-05-21T18:05:49.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18142026-05-21T18:05:49.157Z
18152026-05-21T18:05:49.157Zinfo: running `cargo check --bins` on omicron-ledger (3/276)
18162026-05-21T18:05:49.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18172026-05-21T18:05:49.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18182026-05-21T18:05:49.650Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18192026-05-21T18:05:49.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18202026-05-21T18:05:49.733Z
18212026-05-21T18:05:49.733Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/276)
18222026-05-21T18:05:50.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18232026-05-21T18:05:50.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18242026-05-21T18:05:50.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18252026-05-21T18:05:50.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18262026-05-21T18:05:50.307Z
18272026-05-21T18:05:50.307Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/276)
18282026-05-21T18:05:51.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18292026-05-21T18:05:51.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18302026-05-21T18:05:51.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18312026-05-21T18:05:51.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18322026-05-21T18:05:51.183Z
18332026-05-21T18:05:51.183Zinfo: running `cargo check --bins` on omicron-certificates (6/276)
18342026-05-21T18:05:51.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18352026-05-21T18:05:51.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18362026-05-21T18:05:51.404Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18372026-05-21T18:05:51.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18382026-05-21T18:05:51.486Z
18392026-05-21T18:05:51.486Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/276)
18402026-05-21T18:05:51.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18412026-05-21T18:05:51.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18422026-05-21T18:05:51.992Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18432026-05-21T18:05:51.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18442026-05-21T18:05:52.079Z
18452026-05-21T18:05:52.079Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/276)
18462026-05-21T18:05:52.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18472026-05-21T18:05:52.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18482026-05-21T18:05:52.588Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18492026-05-21T18:05:52.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18502026-05-21T18:05:52.679Z
18512026-05-21T18:05:52.679Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/276)
18522026-05-21T18:05:53.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18532026-05-21T18:05:53.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18542026-05-21T18:05:53.086Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18552026-05-21T18:05:53.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18562026-05-21T18:05:53.141Z
18572026-05-21T18:05:53.141Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/276)
18582026-05-21T18:05:53.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18592026-05-21T18:05:53.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18602026-05-21T18:05:53.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18612026-05-21T18:05:53.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18622026-05-21T18:05:53.611Z
18632026-05-21T18:05:53.611Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/276)
18642026-05-21T18:05:54.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18652026-05-21T18:05:54.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18662026-05-21T18:05:54.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18672026-05-21T18:05:54.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18682026-05-21T18:05:54.085Z
18692026-05-21T18:05:54.085Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/276)
18702026-05-21T18:05:54.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18712026-05-21T18:05:54.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18722026-05-21T18:05:54.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18732026-05-21T18:05:54.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18742026-05-21T18:05:54.547Z
18752026-05-21T18:05:54.547Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/276)
18762026-05-21T18:05:54.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18772026-05-21T18:05:54.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18782026-05-21T18:05:54.968Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18792026-05-21T18:05:54.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18802026-05-21T18:05:55.023Z
18812026-05-21T18:05:55.023Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/276)
18822026-05-21T18:05:55.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18832026-05-21T18:05:55.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18842026-05-21T18:05:55.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18852026-05-21T18:05:55.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18862026-05-21T18:05:55.495Z
18872026-05-21T18:05:55.495Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/276)
18882026-05-21T18:05:55.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18892026-05-21T18:05:55.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18902026-05-21T18:05:55.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18912026-05-21T18:05:55.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18922026-05-21T18:05:55.954Z
18932026-05-21T18:05:55.954Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/276)
18942026-05-21T18:05:56.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18952026-05-21T18:05:56.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18962026-05-21T18:05:56.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18972026-05-21T18:05:56.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18982026-05-21T18:05:56.416Z
18992026-05-21T18:05:56.416Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/276)
19002026-05-21T18:05:56.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19012026-05-21T18:05:56.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19022026-05-21T18:05:56.832Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19032026-05-21T18:05:56.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19042026-05-21T18:05:56.889Z
19052026-05-21T18:05:56.889Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/276)
19062026-05-21T18:05:57.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19072026-05-21T18:05:57.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19082026-05-21T18:05:57.301Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19092026-05-21T18:05:57.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19102026-05-21T18:05:57.358Z
19112026-05-21T18:05:57.358Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/276)
19122026-05-21T18:05:57.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19132026-05-21T18:05:57.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19142026-05-21T18:05:57.776Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19152026-05-21T18:05:57.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19162026-05-21T18:05:57.833Z
19172026-05-21T18:05:57.833Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/276)
19182026-05-21T18:05:58.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19192026-05-21T18:05:58.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19202026-05-21T18:05:58.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19212026-05-21T18:05:58.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19222026-05-21T18:05:58.300Z
19232026-05-21T18:05:58.300Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/276)
19242026-05-21T18:05:58.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19252026-05-21T18:05:58.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19262026-05-21T18:05:58.715Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19272026-05-21T18:05:58.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19282026-05-21T18:05:58.769Z
19292026-05-21T18:05:58.770Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/276)
19302026-05-21T18:05:59.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19312026-05-21T18:05:59.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19322026-05-21T18:05:59.182Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19332026-05-21T18:05:59.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19342026-05-21T18:05:59.242Z
19352026-05-21T18:05:59.242Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/276)
19362026-05-21T18:05:59.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19372026-05-21T18:05:59.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19382026-05-21T18:05:59.658Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19392026-05-21T18:05:59.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19402026-05-21T18:05:59.714Z
19412026-05-21T18:05:59.714Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/276)
19422026-05-21T18:06:00.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19432026-05-21T18:06:00.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19442026-05-21T18:06:00.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19452026-05-21T18:06:00.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19462026-05-21T18:06:00.183Z
19472026-05-21T18:06:00.183Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/276)
19482026-05-21T18:06:00.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19492026-05-21T18:06:00.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19502026-05-21T18:06:00.591Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19512026-05-21T18:06:00.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19522026-05-21T18:06:00.649Z
19532026-05-21T18:06:00.649Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/276)
19542026-05-21T18:06:01.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19552026-05-21T18:06:01.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19562026-05-21T18:06:01.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19572026-05-21T18:06:01.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19582026-05-21T18:06:01.117Z
19592026-05-21T18:06:01.117Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/276)
19602026-05-21T18:06:01.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19612026-05-21T18:06:01.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19622026-05-21T18:06:01.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19632026-05-21T18:06:01.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19642026-05-21T18:06:01.587Z
19652026-05-21T18:06:01.587Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/276)
19662026-05-21T18:06:02.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19672026-05-21T18:06:02.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19682026-05-21T18:06:02.004Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19692026-05-21T18:06:02.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19702026-05-21T18:06:02.059Z
19712026-05-21T18:06:02.059Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/276)
19722026-05-21T18:06:02.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19732026-05-21T18:06:02.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19742026-05-21T18:06:02.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19752026-05-21T18:06:02.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19762026-05-21T18:06:02.527Z
19772026-05-21T18:06:02.527Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/276)
19782026-05-21T18:06:02.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19792026-05-21T18:06:02.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19802026-05-21T18:06:02.939Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19812026-05-21T18:06:02.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19822026-05-21T18:06:02.992Z
19832026-05-21T18:06:02.993Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/276)
19842026-05-21T18:06:03.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19852026-05-21T18:06:03.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19862026-05-21T18:06:03.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19872026-05-21T18:06:03.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19882026-05-21T18:06:03.461Z
19892026-05-21T18:06:03.461Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/276)
19902026-05-21T18:06:03.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19912026-05-21T18:06:03.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19922026-05-21T18:06:03.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19932026-05-21T18:06:03.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19942026-05-21T18:06:03.927Z
19952026-05-21T18:06:03.927Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/276)
19962026-05-21T18:06:04.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19972026-05-21T18:06:04.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19982026-05-21T18:06:04.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19992026-05-21T18:06:04.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20002026-05-21T18:06:04.396Z
20012026-05-21T18:06:04.396Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/276)
20022026-05-21T18:06:04.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20032026-05-21T18:06:04.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20042026-05-21T18:06:04.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20052026-05-21T18:06:04.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20062026-05-21T18:06:04.868Z
20072026-05-21T18:06:04.868Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/276)
20082026-05-21T18:06:05.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20092026-05-21T18:06:05.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20102026-05-21T18:06:05.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20112026-05-21T18:06:05.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20122026-05-21T18:06:05.334Z
20132026-05-21T18:06:05.334Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/276)
20142026-05-21T18:06:05.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20152026-05-21T18:06:05.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20162026-05-21T18:06:05.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20172026-05-21T18:06:05.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20182026-05-21T18:06:05.802Z
20192026-05-21T18:06:05.802Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/276)
20202026-05-21T18:06:06.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20212026-05-21T18:06:06.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20222026-05-21T18:06:06.208Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20232026-05-21T18:06:06.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20242026-05-21T18:06:06.264Z
20252026-05-21T18:06:06.264Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/276)
20262026-05-21T18:06:06.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20272026-05-21T18:06:06.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20282026-05-21T18:06:06.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20292026-05-21T18:06:06.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20302026-05-21T18:06:06.729Z
20312026-05-21T18:06:06.729Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/276)
20322026-05-21T18:06:07.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20332026-05-21T18:06:07.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20342026-05-21T18:06:07.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20352026-05-21T18:06:07.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20362026-05-21T18:06:07.195Z
20372026-05-21T18:06:07.195Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/276)
20382026-05-21T18:06:07.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20392026-05-21T18:06:07.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20402026-05-21T18:06:07.607Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20412026-05-21T18:06:07.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20422026-05-21T18:06:07.662Z
20432026-05-21T18:06:07.662Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/276)
20442026-05-21T18:06:08.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20452026-05-21T18:06:08.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20462026-05-21T18:06:08.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20472026-05-21T18:06:08.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20482026-05-21T18:06:08.131Z
20492026-05-21T18:06:08.131Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/276)
20502026-05-21T18:06:08.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20512026-05-21T18:06:08.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20522026-05-21T18:06:08.552Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20532026-05-21T18:06:08.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20542026-05-21T18:06:08.599Z
20552026-05-21T18:06:08.599Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/276)
20562026-05-21T18:06:09.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20572026-05-21T18:06:09.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20582026-05-21T18:06:09.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20592026-05-21T18:06:09.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20602026-05-21T18:06:09.070Z
20612026-05-21T18:06:09.070Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/276)
20622026-05-21T18:06:09.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20632026-05-21T18:06:09.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20642026-05-21T18:06:09.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20652026-05-21T18:06:09.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20662026-05-21T18:06:09.538Z
20672026-05-21T18:06:09.538Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/276)
20682026-05-21T18:06:09.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20692026-05-21T18:06:09.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20702026-05-21T18:06:09.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20712026-05-21T18:06:09.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20722026-05-21T18:06:10.009Z
20732026-05-21T18:06:10.009Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/276)
20742026-05-21T18:06:10.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20752026-05-21T18:06:10.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20762026-05-21T18:06:10.424Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20772026-05-21T18:06:10.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20782026-05-21T18:06:10.480Z
20792026-05-21T18:06:10.480Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/276)
20802026-05-21T18:06:10.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20812026-05-21T18:06:10.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20822026-05-21T18:06:10.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20832026-05-21T18:06:10.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20842026-05-21T18:06:10.957Z
20852026-05-21T18:06:10.957Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/276)
20862026-05-21T18:06:11.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20872026-05-21T18:06:11.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20882026-05-21T18:06:11.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20892026-05-21T18:06:11.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20902026-05-21T18:06:11.431Z
20912026-05-21T18:06:11.431Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/276)
20922026-05-21T18:06:11.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20932026-05-21T18:06:11.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20942026-05-21T18:06:11.971Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20952026-05-21T18:06:11.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20962026-05-21T18:06:12.076Z
20972026-05-21T18:06:12.076Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/276)
20982026-05-21T18:06:12.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20992026-05-21T18:06:12.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21002026-05-21T18:06:12.629Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21012026-05-21T18:06:12.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21022026-05-21T18:06:12.722Z
21032026-05-21T18:06:12.722Zinfo: running `cargo check --bins` on nexus-config (51/276)
21042026-05-21T18:06:13.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21052026-05-21T18:06:13.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21062026-05-21T18:06:13.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21072026-05-21T18:06:13.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21082026-05-21T18:06:13.360Z
21092026-05-21T18:06:13.362Zinfo: running `cargo check --bins` on nexus-types (52/276)
21102026-05-21T18:06:13.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21112026-05-21T18:06:13.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21122026-05-21T18:06:13.899Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21132026-05-21T18:06:13.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21142026-05-21T18:06:14.000Z
21152026-05-21T18:06:14.000Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/276)
21162026-05-21T18:06:14.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21172026-05-21T18:06:14.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21182026-05-21T18:06:14.516Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21192026-05-21T18:06:14.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21202026-05-21T18:06:14.596Z
21212026-05-21T18:06:14.596Zinfo: running `cargo check --bins` on omicron-passwords (54/276)
21222026-05-21T18:06:15.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21232026-05-21T18:06:15.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21242026-05-21T18:06:15.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21252026-05-21T18:06:15.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21262026-05-21T18:06:15.175Z
21272026-05-21T18:06:15.175Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/276)
21282026-05-21T18:06:15.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21292026-05-21T18:06:15.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21302026-05-21T18:06:15.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21312026-05-21T18:06:15.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21322026-05-21T18:06:15.779Z
21332026-05-21T18:06:15.779Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/276)
21342026-05-21T18:06:16.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21352026-05-21T18:06:16.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21362026-05-21T18:06:16.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21372026-05-21T18:06:16.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21382026-05-21T18:06:16.386Z
21392026-05-21T18:06:16.387Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/276)
21402026-05-21T18:06:16.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21412026-05-21T18:06:16.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21422026-05-21T18:06:16.903Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21432026-05-21T18:06:16.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21442026-05-21T18:06:16.994Z
21452026-05-21T18:06:16.994Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/276)
21462026-05-21T18:06:17.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21472026-05-21T18:06:17.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21482026-05-21T18:06:17.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21492026-05-21T18:06:17.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21502026-05-21T18:06:17.604Z
21512026-05-21T18:06:17.604Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/276)
21522026-05-21T18:06:18.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21532026-05-21T18:06:18.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21542026-05-21T18:06:18.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21552026-05-21T18:06:18.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21562026-05-21T18:06:18.194Z
21572026-05-21T18:06:18.194Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/276)
21582026-05-21T18:06:18.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21592026-05-21T18:06:18.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21602026-05-21T18:06:18.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21612026-05-21T18:06:18.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21622026-05-21T18:06:18.784Z
21632026-05-21T18:06:18.784Zinfo: running `cargo check --bins --no-default-features` on gfss (61/276)
21642026-05-21T18:06:19.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21652026-05-21T18:06:19.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21662026-05-21T18:06:19.286Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21672026-05-21T18:06:19.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21682026-05-21T18:06:19.374Z
21692026-05-21T18:06:19.374Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/276)
21702026-05-21T18:06:19.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21712026-05-21T18:06:19.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21722026-05-21T18:06:19.876Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21732026-05-21T18:06:19.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21742026-05-21T18:06:19.962Z
21752026-05-21T18:06:19.962Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/276)
21762026-05-21T18:06:20.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21772026-05-21T18:06:20.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21782026-05-21T18:06:20.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21792026-05-21T18:06:20.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21802026-05-21T18:06:20.567Z
21812026-05-21T18:06:20.567Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/276)
21822026-05-21T18:06:21.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21832026-05-21T18:06:21.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21842026-05-21T18:06:21.078Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21852026-05-21T18:06:21.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21862026-05-21T18:06:21.167Z
21872026-05-21T18:06:21.167Zinfo: running `cargo check --bins` on cockroach-admin-types (65/276)
21882026-05-21T18:06:21.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21892026-05-21T18:06:21.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21902026-05-21T18:06:21.665Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21912026-05-21T18:06:21.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21922026-05-21T18:06:21.748Z
21932026-05-21T18:06:21.748Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/276)
21942026-05-21T18:06:22.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21952026-05-21T18:06:22.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21962026-05-21T18:06:22.247Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21972026-05-21T18:06:22.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21982026-05-21T18:06:22.327Z
21992026-05-21T18:06:22.327Zinfo: running `cargo check --bins` on ereport-types (67/276)
22002026-05-21T18:06:22.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22012026-05-21T18:06:22.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22022026-05-21T18:06:22.829Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22032026-05-21T18:06:22.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22042026-05-21T18:06:22.918Z
22052026-05-21T18:06:22.918Zinfo: running `cargo check --bins` on gateway-client (68/276)
22062026-05-21T18:06:23.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22072026-05-21T18:06:23.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22082026-05-21T18:06:23.424Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22092026-05-21T18:06:23.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22102026-05-21T18:06:23.515Z
22112026-05-21T18:06:23.515Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/276)
22122026-05-21T18:06:24.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22132026-05-21T18:06:24.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22142026-05-21T18:06:24.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22152026-05-21T18:06:24.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22162026-05-21T18:06:24.111Z
22172026-05-21T18:06:24.111Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/276)
22182026-05-21T18:06:24.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22192026-05-21T18:06:24.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22202026-05-21T18:06:24.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22212026-05-21T18:06:24.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22222026-05-21T18:06:24.699Z
22232026-05-21T18:06:24.699Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/276)
22242026-05-21T18:06:25.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22252026-05-21T18:06:25.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22262026-05-21T18:06:25.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22272026-05-21T18:06:25.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22282026-05-21T18:06:25.297Z
22292026-05-21T18:06:25.297Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/276)
22302026-05-21T18:06:25.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22312026-05-21T18:06:25.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22322026-05-21T18:06:25.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22332026-05-21T18:06:25.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22342026-05-21T18:06:25.891Z
22352026-05-21T18:06:25.891Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/276)
22362026-05-21T18:06:26.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22372026-05-21T18:06:26.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22382026-05-21T18:06:26.408Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22392026-05-21T18:06:26.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22402026-05-21T18:06:26.497Z
22412026-05-21T18:06:26.497Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/276)
22422026-05-21T18:06:27.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22432026-05-21T18:06:27.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22442026-05-21T18:06:27.017Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22452026-05-21T18:06:27.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22462026-05-21T18:06:27.112Z
22472026-05-21T18:06:27.112Zinfo: running `cargo check --bins` on key-manager-types (75/276)
22482026-05-21T18:06:27.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22492026-05-21T18:06:27.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22502026-05-21T18:06:27.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22512026-05-21T18:06:27.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22522026-05-21T18:06:27.698Z
22532026-05-21T18:06:27.698Zinfo: running `cargo check --bins` on oxlog (76/276)
22542026-05-21T18:06:28.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22552026-05-21T18:06:28.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22562026-05-21T18:06:28.313Z Checking cfg-if v1.0.4
22572026-05-21T18:06:28.316Z Checking libc v0.2.185
22582026-05-21T18:06:28.316Z Checking serde_core v1.0.228
22592026-05-21T18:06:28.433Z Checking zeroize v1.8.2
22602026-05-21T18:06:28.441Z Checking memchr v2.8.0
22612026-05-21T18:06:28.449Z Checking log v0.4.29
22622026-05-21T18:06:28.459Z Checking smallvec v1.15.1
22632026-05-21T18:06:28.471Z Checking typenum v1.19.0
22642026-05-21T18:06:28.471Z Checking subtle v2.6.1
22652026-05-21T18:06:28.572Z Checking itoa v1.0.17
22662026-05-21T18:06:28.611Z Checking scopeguard v1.2.0
22672026-05-21T18:06:28.628Z Checking stable_deref_trait v1.2.1
22682026-05-21T18:06:28.641Z Checking const-oid v0.9.6
22692026-05-21T18:06:28.703Z Checking zerofrom v0.1.6
22702026-05-21T18:06:28.716Z Checking lock_api v0.4.14
22712026-05-21T18:06:28.730Z Checking pin-project-lite v0.2.17
22722026-05-21T18:06:28.810Z Checking portable-atomic v1.13.1
22732026-05-21T18:06:28.825Z Checking yoke v0.8.1
22742026-05-21T18:06:28.835Z Checking getrandom v0.2.17
22752026-05-21T18:06:28.847Z Checking errno v0.3.14
22762026-05-21T18:06:28.911Z Checking parking_lot_core v0.9.12
22772026-05-21T18:06:28.962Z Checking signal-hook-registry v1.4.8
22782026-05-21T18:06:28.975Z Checking rand_core v0.6.4
22792026-05-21T18:06:28.987Z Checking zerovec v0.11.5
22802026-05-21T18:06:28.990Z Checking generic-array v0.14.7
22812026-05-21T18:06:29.094Z Checking futures-core v0.3.32
22822026-05-21T18:06:29.115Z Checking critical-section v1.2.0
22832026-05-21T18:06:29.147Z Checking parking_lot v0.12.5
22842026-05-21T18:06:29.209Z Checking mio v1.2.0
22852026-05-21T18:06:29.213Z Checking once_cell v1.21.3
22862026-05-21T18:06:29.233Z Checking zerocopy v0.8.40
22872026-05-21T18:06:29.321Z Checking zmij v1.0.21
22882026-05-21T18:06:29.337Z Checking socket2 v0.6.3
22892026-05-21T18:06:29.390Z Checking libm v0.2.16
22902026-05-21T18:06:29.415Z Checking tinystr v0.8.2
22912026-05-21T18:06:29.435Z Checking crypto-common v0.1.7
22922026-05-21T18:06:29.488Z Checking block-buffer v0.10.4
22932026-05-21T18:06:29.531Z Checking litemap v0.8.1
22942026-05-21T18:06:29.555Z Checking writeable v0.6.2
22952026-05-21T18:06:29.575Z Checking equivalent v1.0.2
22962026-05-21T18:06:29.588Z Checking percent-encoding v2.3.2
22972026-05-21T18:06:29.625Z Checking digest v0.10.7
22982026-05-21T18:06:29.656Z Checking potential_utf v0.1.4
22992026-05-21T18:06:29.701Z Checking zerotrie v0.2.3
23002026-05-21T18:06:29.714Z Checking icu_locale_core v2.1.1
23012026-05-21T18:06:29.726Z Checking futures-sink v0.3.32
23022026-05-21T18:06:29.785Z Checking icu_collections v2.1.1
23032026-05-21T18:06:29.819Z Checking futures-io v0.3.32
23042026-05-21T18:06:29.834Z Checking futures-channel v0.3.32
23052026-05-21T18:06:29.907Z Checking serde v1.0.228
23062026-05-21T18:06:29.933Z Checking bitflags v2.11.0
23072026-05-21T18:06:29.945Z Checking serde_json v1.0.149
23082026-05-21T18:06:30.018Z Checking futures-task v0.3.32
23092026-05-21T18:06:30.083Z Checking num-traits v0.2.19
23102026-05-21T18:06:30.096Z Checking slab v0.4.12
23112026-05-21T18:06:30.108Z Checking cpufeatures v0.2.17
23122026-05-21T18:06:30.156Z Checking hmac v0.12.1
23132026-05-21T18:06:30.175Z Checking icu_normalizer_data v2.1.1
23142026-05-21T18:06:30.247Z Checking icu_properties_data v2.1.2
23152026-05-21T18:06:30.250Z Checking futures-util v0.3.32
23162026-05-21T18:06:30.272Z Checking icu_provider v2.1.1
23172026-05-21T18:06:30.288Z Checking hashbrown v0.17.0
23182026-05-21T18:06:30.321Z Checking bytes v1.11.1
23192026-05-21T18:06:30.378Z Checking rand_core v0.10.0
23202026-05-21T18:06:30.510Z Checking icu_normalizer v2.1.1
23212026-05-21T18:06:30.524Z Checking getrandom v0.4.1
23222026-05-21T18:06:30.615Z Checking icu_properties v2.1.2
23232026-05-21T18:06:30.630Z Checking block-padding v0.3.3
23242026-05-21T18:06:30.668Z Checking utf8_iter v1.0.4
23252026-05-21T18:06:30.753Z Checking indexmap v2.14.0
23262026-05-21T18:06:30.766Z Checking inout v0.1.4
23272026-05-21T18:06:30.777Z Checking tokio v1.52.1
23282026-05-21T18:06:30.792Z Checking sha2 v0.10.9
23292026-05-21T18:06:30.824Z Checking form_urlencoded v1.2.2
23302026-05-21T18:06:30.903Z Checking cipher v0.4.4
23312026-05-21T18:06:30.940Z Checking getrandom v0.3.4
23322026-05-21T18:06:31.062Z Checking fnv v1.0.7
23332026-05-21T18:06:31.084Z Checking byteorder v1.5.0
23342026-05-21T18:06:31.112Z Checking base64ct v1.8.3
23352026-05-21T18:06:31.156Z Checking flagset v0.4.7
23362026-05-21T18:06:31.291Z Checking rand_core v0.9.5
23372026-05-21T18:06:31.303Z Checking http v1.4.0
23382026-05-21T18:06:31.317Z Checking regex-syntax v0.8.10
23392026-05-21T18:06:31.351Z Checking pem-rfc7468 v0.7.0
23402026-05-21T18:06:31.465Z Checking idna_adapter v1.2.1
23412026-05-21T18:06:31.480Z Checking salsa20 v0.10.2
23422026-05-21T18:06:31.508Z Checking der v0.7.10
23432026-05-21T18:06:31.587Z Checking idna v1.1.0
23442026-05-21T18:06:31.607Z Checking uuid v1.23.0
23452026-05-21T18:06:31.832Z Checking url v2.5.8
23462026-05-21T18:06:31.857Z Checking pbkdf2 v0.12.2
23472026-05-21T18:06:31.916Z Checking rustix v1.1.3
23482026-05-21T18:06:31.970Z Checking tracing-core v0.1.36
23492026-05-21T18:06:32.007Z Checking ppv-lite86 v0.2.21
23502026-05-21T18:06:32.156Z Checking rustls-pki-types v1.14.0
23512026-05-21T18:06:32.244Z Checking spki v0.7.3
23522026-05-21T18:06:32.277Z Checking base64 v0.22.1
23532026-05-21T18:06:32.292Z Checking iana-time-zone v0.1.65
23542026-05-21T18:06:32.305Z Checking rand_chacha v0.9.0
23552026-05-21T18:06:32.397Z Checking chrono v0.4.44
23562026-05-21T18:06:32.411Z Checking tracing v0.1.44
23572026-05-21T18:06:32.448Z Checking scrypt v0.11.0
23582026-05-21T18:06:32.499Z Checking http-body v1.0.1
23592026-05-21T18:06:32.514Z Checking cbc v0.1.2
23602026-05-21T18:06:32.588Z Checking aes v0.8.4
23612026-05-21T18:06:32.602Z Checking aws-lc-sys v0.40.0
23622026-05-21T18:06:32.614Z Checking untrusted v0.7.1
23632026-05-21T18:06:32.630Z Checking openssl-probe v0.2.1
23642026-05-21T18:06:32.642Z Checking untrusted v0.9.0
23652026-05-21T18:06:32.732Z Checking tinyvec_macros v0.1.1
23662026-05-21T18:06:32.747Z Checking ring v0.17.14
23672026-05-21T18:06:32.761Z Checking rand v0.9.2
23682026-05-21T18:06:32.773Z Checking tower-service v0.3.3
23692026-05-21T18:06:32.800Z Checking tinyvec v1.10.0
23702026-05-21T18:06:32.861Z Checking tower-layer v0.3.3
23712026-05-21T18:06:32.976Z Checking pkcs5 v0.7.1
23722026-05-21T18:06:33.010Z Checking try-lock v0.2.5
23732026-05-21T18:06:33.100Z Checking aws-lc-rs v1.16.3
23742026-05-21T18:06:33.113Z Checking atomic-waker v1.1.2
23752026-05-21T18:06:33.116Z Checking want v0.3.1
23762026-05-21T18:06:33.220Z Checking ipnet v2.11.0
23772026-05-21T18:06:33.233Z Checking pkcs8 v0.10.2
23782026-05-21T18:06:33.238Z Checking httparse v1.10.1
23792026-05-21T18:06:33.246Z Checking aho-corasick v1.1.4
23802026-05-21T18:06:33.271Z Checking foreign-types-shared v0.1.1
23812026-05-21T18:06:33.353Z Checking fastrand v2.3.0
23822026-05-21T18:06:33.413Z Checking httpdate v1.0.3
23832026-05-21T18:06:33.454Z Checking pin-utils v0.1.0
23842026-05-21T18:06:33.466Z Checking plain v0.2.3
23852026-05-21T18:06:33.525Z Checking dyn-clone v1.0.20
23862026-05-21T18:06:33.540Z Checking tempfile v3.25.0
23872026-05-21T18:06:33.555Z Checking foreign-types v0.3.2
23882026-05-21T18:06:33.569Z Checking unicode-normalization v0.1.25
23892026-05-21T18:06:33.624Z Checking semver v1.0.28
23902026-05-21T18:06:33.637Z Checking openssl-sys v0.9.115
23912026-05-21T18:06:33.730Z Checking spin v0.9.8
23922026-05-21T18:06:33.746Z Checking unicode-ident v1.0.24
23932026-05-21T18:06:33.835Z Checking ucd-trie v0.1.7
23942026-05-21T18:06:33.860Z Checking proc-macro2 v1.0.106
23952026-05-21T18:06:33.920Z Checking schemars v0.8.22
23962026-05-21T18:06:33.934Z Checking regex-automata v0.4.14
23972026-05-21T18:06:33.937Z Checking rustls-webpki v0.103.9
23982026-05-21T18:06:33.969Z Checking pest v2.8.6
23992026-05-21T18:06:33.985Z Checking rustls-native-certs v0.8.3
24002026-05-21T18:06:33.998Z Checking tokio-util v0.7.18
24012026-05-21T18:06:34.014Z Checking openssl v0.10.79
24022026-05-21T18:06:34.111Z Checking thiserror v2.0.18
24032026-05-21T18:06:34.174Z Checking sync_wrapper v1.0.2
24042026-05-21T18:06:34.214Z Checking wait-timeout v0.2.1
24052026-05-21T18:06:34.278Z Checking pretty-hex v0.4.1
24062026-05-21T18:06:34.337Z Checking simd-adler32 v0.3.8
24072026-05-21T18:06:34.359Z Checking rustls v0.23.37
24082026-05-21T18:06:34.395Z Checking powerfmt v0.2.0
24092026-05-21T18:06:34.503Z Checking utf8parse v0.2.2
24102026-05-21T18:06:34.546Z Checking bit-vec v0.8.0
24112026-05-21T18:06:34.566Z Checking anstyle v1.0.13
24122026-05-21T18:06:34.603Z Checking quick-error v1.2.3
24132026-05-21T18:06:34.607Z Checking h2 v0.4.13
24142026-05-21T18:06:34.708Z Checking siphasher v1.0.2
24152026-05-21T18:06:34.739Z Checking bit-set v0.8.0
24162026-05-21T18:06:34.753Z Checking rusty-fork v0.3.1
24172026-05-21T18:06:34.861Z Checking anstyle-parse v0.2.7
24182026-05-21T18:06:34.887Z Checking deranged v0.5.8
24192026-05-21T18:06:34.921Z Checking tower v0.5.3
24202026-05-21T18:06:35.012Z Checking quote v1.0.45
24212026-05-21T18:06:35.027Z Compiling newtype-uuid v1.3.2
24222026-05-21T18:06:35.183Z Checking http-body-util v0.1.3
24232026-05-21T18:06:35.209Z Checking webpki-roots v1.0.6
24242026-05-21T18:06:35.322Z Checking crossbeam-utils v0.8.21
24252026-05-21T18:06:35.334Z Checking rand_xorshift v0.4.0
24262026-05-21T18:06:35.404Z Checking crc32fast v1.5.0
24272026-05-21T18:06:35.454Z Checking scroll v0.13.0
24282026-05-21T18:06:35.550Z Checking signature v2.2.0
24292026-05-21T18:06:35.659Z Checking is_terminal_polyfill v1.70.2
24302026-05-21T18:06:35.684Z Checking allocator-api2 v0.2.21
24312026-05-21T18:06:35.697Z Checking unicode-properties v0.1.4
24322026-05-21T18:06:35.750Z Checking ryu v1.0.23
24332026-05-21T18:06:35.783Z Checking time-core v0.1.8
24342026-05-21T18:06:35.823Z Checking num_threads v0.1.7
24352026-05-21T18:06:35.886Z Checking colorchoice v1.0.4
24362026-05-21T18:06:35.900Z Checking iri-string v0.7.10
24372026-05-21T18:06:35.912Z Checking adler2 v2.0.1
24382026-05-21T18:06:35.926Z Checking num-conv v0.2.0
24392026-05-21T18:06:35.974Z Checking unicode-bidi v0.3.18
24402026-05-21T18:06:35.987Z Checking anstyle-query v1.1.5
24412026-05-21T18:06:36.017Z Checking unarray v0.1.4
24422026-05-21T18:06:36.039Z Checking time v0.3.47
24432026-05-21T18:06:36.042Z Checking native-tls v0.2.18
24442026-05-21T18:06:36.078Z Checking anstream v0.6.21
24452026-05-21T18:06:36.118Z Checking proptest v1.10.0
24462026-05-21T18:06:36.225Z Checking tokio-native-tls v0.3.1
24472026-05-21T18:06:36.259Z Checking stringprep v0.1.5
24482026-05-21T18:06:36.274Z Checking miniz_oxide v0.8.9
24492026-05-21T18:06:36.383Z Checking serde_urlencoded v0.7.1
24502026-05-21T18:06:36.412Z Checking bstr v1.12.1
24512026-05-21T18:06:36.589Z Checking goblin v0.10.5
24522026-05-21T18:06:36.622Z Checking crossbeam-epoch v0.9.18
24532026-05-21T18:06:36.735Z Checking tokio-rustls v0.26.4
24542026-05-21T18:06:36.799Z Checking syn v2.0.117
24552026-05-21T18:06:36.844Z Compiling daft v0.1.7
24562026-05-21T18:06:36.914Z Checking tower-http v0.6.8
24572026-05-21T18:06:36.970Z Checking ipnetwork v0.21.1
24582026-05-21T18:06:37.122Z Checking rand_chacha v0.3.1
24592026-05-21T18:06:37.155Z Checking thiserror v1.0.69
24602026-05-21T18:06:37.187Z Checking scroll v0.12.0
24612026-05-21T18:06:37.200Z Checking hash32 v0.2.1
24622026-05-21T18:06:37.253Z Checking zstd-sys v2.0.16+zstd.1.5.7
24632026-05-21T18:06:37.301Z Checking hyper v1.8.1
24642026-05-21T18:06:37.329Z Checking num-integer v0.1.46
24652026-05-21T18:06:37.355Z Checking serde_spanned v0.6.9
24662026-05-21T18:06:37.367Z Checking toml_datetime v0.6.11
24672026-05-21T18:06:37.413Z Checking md-5 v0.10.6
24682026-05-21T18:06:37.482Z Checking ff v0.13.1
24692026-05-21T18:06:37.547Z Checking psl-types v2.0.11
24702026-05-21T18:06:37.560Z Checking base16ct v0.2.0
24712026-05-21T18:06:37.573Z Checking zlib-rs v0.6.2
24722026-05-21T18:06:37.610Z Checking fallible-iterator v0.2.0
24732026-05-21T18:06:37.666Z Checking publicsuffix v2.3.0
24742026-05-21T18:06:37.682Z Checking sec1 v0.7.3
24752026-05-21T18:06:37.828Z Checking group v0.13.0
24762026-05-21T18:06:37.877Z Checking postgres-protocol v0.6.10
24772026-05-21T18:06:37.892Z Checking num-iter v0.1.45
24782026-05-21T18:06:37.973Z Checking goblin v0.8.2
24792026-05-21T18:06:38.002Z Checking zstd-safe v7.2.4
24802026-05-21T18:06:38.051Z Checking heapless v0.7.17
24812026-05-21T18:06:38.167Z Checking rand v0.8.6
24822026-05-21T18:06:38.188Z Checking oxnet v0.1.4
24832026-05-21T18:06:38.202Z Checking hyper-util v0.1.20
24842026-05-21T18:06:38.426Z Checking cookie v0.18.1
24852026-05-21T18:06:38.441Z Checking flate2 v1.1.9
24862026-05-21T18:06:38.456Z Compiling iddqd v0.4.1
24872026-05-21T18:06:38.660Z Checking dtrace-parser v0.3.0
24882026-05-21T18:06:38.676Z Checking phf_shared v0.13.1
24892026-05-21T18:06:38.734Z Checking lazy_static v1.5.0
24902026-05-21T18:06:38.827Z Checking zerocopy v0.7.35
24912026-05-21T18:06:38.870Z Checking pin-project v1.1.11
24922026-05-21T18:06:38.890Z Checking dof v0.4.0
24932026-05-21T18:06:38.891Z Checking terminal_size v0.4.3
24942026-05-21T18:06:38.964Z Checking bzip2-sys v0.1.13+1.0.8
24952026-05-21T18:06:39.006Z Checking signal-hook v0.3.18
24962026-05-21T18:06:39.046Z Checking futures-executor v0.3.32
24972026-05-21T18:06:39.061Z Checking hex v0.4.3
24982026-05-21T18:06:39.194Z Checking hkdf v0.12.4
24992026-05-21T18:06:39.198Z Checking crypto-bigint v0.5.5
25002026-05-21T18:06:39.280Z Checking thread-id v5.1.0
25012026-05-21T18:06:39.311Z Checking encoding_rs v0.8.35
25022026-05-21T18:06:39.327Z Checking bitflags v1.3.2
25032026-05-21T18:06:39.360Z Checking foldhash v0.1.5
25042026-05-21T18:06:39.400Z Checking same-file v1.0.6
25052026-05-21T18:06:39.437Z Checking hyper-rustls v0.27.7
25062026-05-21T18:06:39.496Z Checking hyper-tls v0.6.0
25072026-05-21T18:06:39.517Z Checking mime v0.3.17
25082026-05-21T18:06:39.530Z Compiling rayon-core v1.13.0
25092026-05-21T18:06:39.649Z Checking winnow v0.5.40
25102026-05-21T18:06:39.662Z Checking bumpalo v3.20.2
25112026-05-21T18:06:39.676Z Checking strsim v0.11.1
25122026-05-21T18:06:39.692Z Checking libbz2-rs-sys v0.2.2
25132026-05-21T18:06:39.709Z Checking foldhash v0.2.0
25142026-05-21T18:06:39.840Z Checking either v1.15.0
25152026-05-21T18:06:39.860Z Checking clap_lex v1.0.0
25162026-05-21T18:06:39.873Z Checking managed v0.8.0
25172026-05-21T18:06:39.877Z Checking winnow v0.7.14
25182026-05-21T18:06:40.014Z Checking clap_builder v4.5.60
25192026-05-21T18:06:40.026Z Checking dof v0.3.0
25202026-05-21T18:06:40.057Z Checking smoltcp v0.9.1
25212026-05-21T18:06:40.088Z Checking bzip2 v0.6.1
25222026-05-21T18:06:40.111Z Checking elliptic-curve v0.13.8
25232026-05-21T18:06:40.250Z Checking hashbrown v0.16.1
25242026-05-21T18:06:40.263Z Checking reqwest v0.12.28
25252026-05-21T18:06:40.325Z Checking zopfli v0.8.3
25262026-05-21T18:06:40.457Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25272026-05-21T18:06:40.649Z Checking usdt-impl v0.6.0
25282026-05-21T18:06:40.665Z Checking walkdir v2.5.0
25292026-05-21T18:06:40.668Z Checking hashbrown v0.15.5
25302026-05-21T18:06:40.752Z Checking signal-hook-mio v0.2.5
25312026-05-21T18:06:40.813Z Checking toml_edit v0.19.15
25322026-05-21T18:06:40.828Z Checking futures v0.3.32
25332026-05-21T18:06:41.274Z Checking bzip2 v0.4.4
25342026-05-21T18:06:41.274Z Checking snafu v0.8.9
25352026-05-21T18:06:41.274Z Checking phf v0.13.1
25362026-05-21T18:06:41.274Z Checking num-bigint-dig v0.8.6
25372026-05-21T18:06:41.274Z Checking cookie_store v0.22.1
25382026-05-21T18:06:41.274Z Checking postgres-types v0.2.12
25392026-05-21T18:06:41.274Z Checking zstd v0.13.3
25402026-05-21T18:06:41.274Z Checking dtrace-parser v0.2.0
25412026-05-21T18:06:41.274Z Checking crossbeam-deque v0.8.6
25422026-05-21T18:06:41.321Z Checking globset v0.4.18
25432026-05-21T18:06:41.334Z Checking rustls-platform-verifier v0.6.2
25442026-05-21T18:06:41.397Z Checking regex v1.12.3
25452026-05-21T18:06:41.400Z Checking ed25519 v2.2.3
25462026-05-21T18:06:41.422Z Checking phf_shared v0.11.3
25472026-05-21T18:06:41.446Z Checking olpc-cjson v0.1.4
25482026-05-21T18:06:41.470Z Checking ref-cast v1.0.25
25492026-05-21T18:06:41.561Z Checking curve25519-dalek v4.1.3
25502026-05-21T18:06:41.574Z Checking strum v0.27.2
25512026-05-21T18:06:41.577Z Checking hubpack v0.1.2
25522026-05-21T18:06:41.577Z Checking memoffset v0.9.1
25532026-05-21T18:06:41.586Z Checking rustix v0.38.44
25542026-05-21T18:06:41.674Z Checking pkcs1 v0.7.5
25552026-05-21T18:06:41.688Z Checking pem v3.0.6
25562026-05-21T18:06:41.703Z Checking float-cmp v0.10.0
25572026-05-21T18:06:41.733Z Checking serde_plain v1.0.2
25582026-05-21T18:06:41.821Z Checking erased-serde v0.3.31
25592026-05-21T18:06:41.833Z Checking serde-big-array v0.5.1
25602026-05-21T18:06:41.844Z Checking rfc6979 v0.4.0
25612026-05-21T18:06:41.849Z Checking thread-id v4.2.2
25622026-05-21T18:06:41.876Z Checking memmap2 v0.9.10
25632026-05-21T18:06:41.889Z Checking env_filter v1.0.0
25642026-05-21T18:06:41.932Z Checking new_debug_unreachable v1.0.6
25652026-05-21T18:06:41.954Z Checking difflib v0.4.0
25662026-05-21T18:06:41.957Z Checking unicode-segmentation v1.12.0
25672026-05-21T18:06:42.002Z Checking data-encoding v2.10.0
25682026-05-21T18:06:42.027Z Checking static_assertions v1.1.0
25692026-05-21T18:06:42.039Z Checking predicates-core v1.0.10
25702026-05-21T18:06:42.099Z Checking fixedbitset v0.4.2
25712026-05-21T18:06:42.142Z Checking typed-path v0.9.3
25722026-05-21T18:06:42.160Z Checking keccak v0.1.6
25732026-05-21T18:06:42.194Z Checking fixedbitset v0.5.7
25742026-05-21T18:06:42.248Z Checking toml_write v0.1.2
25752026-05-21T18:06:42.263Z Checking precomputed-hash v0.1.1
25762026-05-21T18:06:42.275Z Checking normalize-line-endings v0.3.0
25772026-05-21T18:06:42.322Z Checking whoami v2.1.0
25782026-05-21T18:06:42.335Z Checking jiff v0.2.21
25792026-05-21T18:06:42.348Z Checking string_cache v0.8.9
25802026-05-21T18:06:42.365Z Checking predicates v3.1.4
25812026-05-21T18:06:42.391Z Checking petgraph v0.8.3
25822026-05-21T18:06:42.407Z Checking crossterm v0.28.1
25832026-05-21T18:06:42.420Z Checking toml_edit v0.22.27
25842026-05-21T18:06:42.509Z Checking tokio-postgres v0.7.16
25852026-05-21T18:06:42.509Z Checking ed25519-dalek v2.2.0
25862026-05-21T18:06:42.662Z Checking sha3 v0.10.8
25872026-05-21T18:06:42.749Z Checking hickory-proto v0.25.2
25882026-05-21T18:06:42.870Z Checking similar v2.7.0
25892026-05-21T18:06:42.908Z Checking tough v0.22.0
25902026-05-21T18:06:43.117Z Checking petgraph v0.6.5
25912026-05-21T18:06:43.252Z Checking slog v2.8.2
25922026-05-21T18:06:43.507Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
25932026-05-21T18:06:43.521Z Checking usdt v0.6.0
25942026-05-21T18:06:43.685Z Checking env_logger v0.11.9
25952026-05-21T18:06:43.747Z Checking ecdsa v0.16.9
25962026-05-21T18:06:43.878Z Checking usdt-impl v0.5.0
25972026-05-21T18:06:43.931Z Checking rsa v0.9.10
25982026-05-21T18:06:44.082Z Checking toml v0.7.8
25992026-05-21T18:06:44.160Z Checking nix v0.31.2
26002026-05-21T18:06:44.401Z Checking reqwest v0.13.2
26012026-05-21T18:06:44.522Z Checking zip v4.6.1
26022026-05-21T18:06:44.742Z Checking clap v4.5.60
26032026-05-21T18:06:44.825Z Checking toml_parser v1.0.9+spec-1.1.0
26042026-05-21T18:06:44.901Z Checking zip v0.6.6
26052026-05-21T18:06:45.109Z Checking itertools v0.13.0
26062026-05-21T18:06:45.147Z Checking serde_with v3.17.0
26072026-05-21T18:06:45.159Z Checking strum v0.26.3
26082026-05-21T18:06:45.236Z Checking fs-err v3.3.0
26092026-05-21T18:06:45.250Z Checking ahash v0.8.12
26102026-05-21T18:06:45.271Z Checking object v0.37.3
26112026-05-21T18:06:45.287Z Checking tokio-stream v0.1.18
26122026-05-21T18:06:45.450Z Checking buf-list v1.1.2
26132026-05-21T18:06:45.539Z Checking anyhow v1.0.102
26142026-05-21T18:06:45.542Z Checking camino v1.2.2
26152026-05-21T18:06:45.642Z Checking x509-cert v0.2.5
26162026-05-21T18:06:45.684Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
26172026-05-21T18:06:45.748Z Checking openapiv3 v2.2.0
26182026-05-21T18:06:45.798Z Checking sha1 v0.10.6
26192026-05-21T18:06:45.812Z Checking toml_datetime v0.7.5+spec-1.1.0
26202026-05-21T18:06:45.948Z Checking peg-runtime v0.8.5
26212026-05-21T18:06:45.961Z Checking lalrpop-util v0.19.12
26222026-05-21T18:06:46.005Z Checking rayon v1.11.0
26232026-05-21T18:06:46.093Z Checking sigpipe v0.1.3
26242026-05-21T18:06:46.121Z Checking glob v0.3.3
26252026-05-21T18:06:47.522Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26262026-05-21T18:06:47.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.11s
26272026-05-21T18:06:47.978Z
26282026-05-21T18:06:47.978Zinfo: running `cargo check --bins` on internal-dns-types (77/276)
26292026-05-21T18:06:48.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26302026-05-21T18:06:48.491Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26312026-05-21T18:06:48.491Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26322026-05-21T18:06:48.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26332026-05-21T18:06:48.587Z
26342026-05-21T18:06:48.587Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/276)
26352026-05-21T18:06:49.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26362026-05-21T18:06:49.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26372026-05-21T18:06:49.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26382026-05-21T18:06:49.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26392026-05-21T18:06:49.197Z
26402026-05-21T18:06:49.197Zinfo: running `cargo check --bins` on nexus-types-versions (79/276)
26412026-05-21T18:06:49.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26422026-05-21T18:06:49.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26432026-05-21T18:06:49.727Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26442026-05-21T18:06:49.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26452026-05-21T18:06:49.824Z
26462026-05-21T18:06:49.824Zinfo: running `cargo check --bins` on oxql-types (80/276)
26472026-05-21T18:06:50.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26482026-05-21T18:06:50.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26492026-05-21T18:06:50.341Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26502026-05-21T18:06:50.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26512026-05-21T18:06:50.430Z
26522026-05-21T18:06:50.430Zinfo: running `cargo check --bins` on oximeter-types (81/276)
26532026-05-21T18:06:50.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26542026-05-21T18:06:50.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26552026-05-21T18:06:50.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26562026-05-21T18:06:50.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26572026-05-21T18:06:51.039Z
26582026-05-21T18:06:51.039Zinfo: running `cargo check --bins` on oximeter-types-versions (82/276)
26592026-05-21T18:06:51.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26602026-05-21T18:06:51.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26612026-05-21T18:06:51.559Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26622026-05-21T18:06:51.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26632026-05-21T18:06:51.656Z
26642026-05-21T18:06:51.656Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/276)
26652026-05-21T18:06:52.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26662026-05-21T18:06:52.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26672026-05-21T18:06:52.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26682026-05-21T18:06:52.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26692026-05-21T18:06:52.254Z
26702026-05-21T18:06:52.254Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/276)
26712026-05-21T18:06:52.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26722026-05-21T18:06:52.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26732026-05-21T18:06:52.951Z Compiling structmeta-derive v0.3.0
26742026-05-21T18:06:53.068Z Compiling rustls v0.22.4
26752026-05-21T18:06:53.080Z Compiling multer v3.1.0
26762026-05-21T18:06:53.087Z Compiling async-stream-impl v0.3.6
26772026-05-21T18:06:53.090Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26782026-05-21T18:06:53.108Z Compiling dropshot v0.17.0
26792026-05-21T18:06:53.123Z Compiling dropshot_endpoint v0.17.0
26802026-05-21T18:06:53.123Z Compiling newtype-uuid-macros v0.1.0
26812026-05-21T18:06:53.261Z Checking newtype-uuid v1.3.2
26822026-05-21T18:06:53.307Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26832026-05-21T18:06:53.367Z Checking rustls-webpki v0.102.8
26842026-05-21T18:06:53.460Z Checking daft v0.1.7
26852026-05-21T18:06:53.475Z Checking thread_local v1.1.9
26862026-05-21T18:06:53.642Z Checking compression-core v0.4.31
26872026-05-21T18:06:53.664Z Checking match_cfg v0.1.0
26882026-05-21T18:06:53.701Z Checking iddqd v0.4.1
26892026-05-21T18:06:53.741Z Checking hostname v0.3.1
26902026-05-21T18:06:53.756Z Checking crossbeam-channel v0.5.15
26912026-05-21T18:06:53.770Z Checking compression-codecs v0.4.37
26922026-05-21T18:06:53.835Z Checking slog-json v2.6.1
26932026-05-21T18:06:53.873Z Checking serde_spanned v1.0.4
26942026-05-21T18:06:53.932Z Checking toml_datetime v1.0.0+spec-1.1.0
26952026-05-21T18:06:53.989Z Checking is-terminal v0.4.17
26962026-05-21T18:06:54.004Z Checking debug-ignore v1.0.5
26972026-05-21T18:06:54.081Z Checking term v1.2.1
26982026-05-21T18:06:54.095Z Checking take_mut v0.2.2
26992026-05-21T18:06:54.107Z Checking toml_writer v1.0.6+spec-1.1.0
27002026-05-21T18:06:54.110Z Compiling structmeta v0.3.0
27012026-05-21T18:06:54.131Z Checking slog-bunyan v2.5.0
27022026-05-21T18:06:54.194Z Checking slog-async v2.8.0
27032026-05-21T18:06:54.242Z Checking async-compression v0.4.41
27042026-05-21T18:06:54.282Z Checking toml v1.0.6+spec-1.1.0
27052026-05-21T18:06:54.299Z Checking slog-term v2.9.2
27062026-05-21T18:06:54.328Z Compiling derive-ex v0.1.8
27072026-05-21T18:06:54.365Z Compiling parse-display-derive v0.10.0
27082026-05-21T18:06:54.490Z Checking async-stream v0.3.6
27092026-05-21T18:06:54.555Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27102026-05-21T18:06:54.614Z Checking progenitor-client v0.14.0
27112026-05-21T18:06:54.617Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27122026-05-21T18:06:54.661Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27132026-05-21T18:06:54.807Z Checking waitgroup v0.1.2
27142026-05-21T18:06:54.845Z Checking backon v1.6.0
27152026-05-21T18:06:54.848Z Checking rustls-pemfile v2.2.0
27162026-05-21T18:06:54.906Z Checking serde_path_to_error v0.1.20
27172026-05-21T18:06:54.926Z Checking hostname v0.4.2
27182026-05-21T18:06:54.995Z Checking instant v0.1.13
27192026-05-21T18:06:55.081Z Checking backoff v0.4.0
27202026-05-21T18:06:55.175Z Checking tokio-rustls v0.25.0
27212026-05-21T18:06:55.188Z Checking progenitor-extras v0.2.0
27222026-05-21T18:06:55.216Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27232026-05-21T18:06:55.433Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27242026-05-21T18:06:55.447Z Checking itertools v0.14.0
27252026-05-21T18:06:55.451Z Checking progenitor-client v0.10.0
27262026-05-21T18:06:55.630Z Checking regress v0.10.5
27272026-05-21T18:06:55.691Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27282026-05-21T18:06:56.018Z Checking macaddr v1.0.1
27292026-05-21T18:06:56.046Z Compiling test-strategy v0.4.5
27302026-05-21T18:06:56.060Z Checking parse-display v0.10.0
27312026-05-21T18:06:57.301Z Compiling prettyplease v0.2.37
27322026-05-21T18:06:57.496Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27332026-05-21T18:06:57.684Z Checking num-rational v0.4.2
27342026-05-21T18:06:57.866Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27352026-05-21T18:06:58.210Z Checking num-complex v0.4.6
27362026-05-21T18:06:58.642Z Checking num v0.4.3
27372026-05-21T18:06:58.717Z Compiling usdt-macro v0.5.0
27382026-05-21T18:06:58.854Z Compiling usdt-attr-macro v0.5.0
27392026-05-21T18:06:58.942Z Checking memmap v0.7.0
27402026-05-21T18:06:58.999Z Compiling float-ord v0.3.2
27412026-05-21T18:06:59.075Z Checking unicode-width v0.2.0
27422026-05-21T18:06:59.115Z Compiling convert_case v0.4.0
27432026-05-21T18:06:59.326Z Checking console v0.15.11
27442026-05-21T18:06:59.440Z Checking newline-converter v0.3.0
27452026-05-21T18:06:59.491Z Compiling derive_more v0.99.20
27462026-05-21T18:06:59.555Z Checking atomicwrites v0.4.4
27472026-05-21T18:06:59.603Z Compiling toml v0.8.23
27482026-05-21T18:06:59.620Z Checking usdt v0.5.0
27492026-05-21T18:06:59.683Z Checking linked-hash-map v0.5.6
27502026-05-21T18:07:00.793Z Compiling minimal-lexical v0.2.1
27512026-05-21T18:07:00.796Z Checking lru-cache v0.1.2
27522026-05-21T18:07:00.796Z Compiling nom v7.1.3
27532026-05-21T18:07:00.797Z Checking expectorate v1.2.0
27542026-05-21T18:07:00.797Z Checking camino-tempfile v1.4.1
27552026-05-21T18:07:00.797Z Checking hickory-proto v0.24.4
27562026-05-21T18:07:00.804Z Checking phf_shared v0.12.1
27572026-05-21T18:07:00.952Z Compiling slog-dtrace v0.3.0
27582026-05-21T18:07:01.123Z Checking resolv-conf v0.7.6
27592026-05-21T18:07:01.148Z Checking heck v0.5.0
27602026-05-21T18:07:01.282Z Compiling chrono-tz v0.10.4
27612026-05-21T18:07:01.310Z Compiling const_format_proc_macros v0.2.34
27622026-05-21T18:07:01.355Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27632026-05-21T18:07:01.479Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27642026-05-21T18:07:01.545Z Checking phf v0.12.1
27652026-05-21T18:07:01.689Z Checking tokio-dtrace v0.1.1
27662026-05-21T18:07:01.829Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27672026-05-21T18:07:01.878Z Compiling derive-where v1.6.0
27682026-05-21T18:07:02.053Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27692026-05-21T18:07:02.330Z Checking highway v1.3.0
27702026-05-21T18:07:02.565Z Checking const_format v0.2.35
27712026-05-21T18:07:02.588Z Checking hickory-resolver v0.24.4
27722026-05-21T18:07:02.755Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27732026-05-21T18:07:02.799Z Checking oxide-tokio-rt v0.1.4
27742026-05-21T18:07:02.994Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27752026-05-21T18:07:03.201Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27762026-05-21T18:07:03.244Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27772026-05-21T18:07:03.267Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27782026-05-21T18:07:03.311Z Checking qorb v0.4.1
27792026-05-21T18:07:03.395Z Checking gethostname v0.5.0
27802026-05-21T18:07:03.409Z Checking bcs v0.1.6
27812026-05-21T18:07:03.465Z Checking termtree v0.5.1
27822026-05-21T18:07:06.658Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27832026-05-21T18:07:09.379Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27842026-05-21T18:07:11.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.28s
27852026-05-21T18:07:11.723Z
27862026-05-21T18:07:11.724Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/276)
27872026-05-21T18:07:12.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27882026-05-21T18:07:12.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27892026-05-21T18:07:12.413Z Compiling ar_archive_writer v0.5.1
27902026-05-21T18:07:12.522Z Compiling stacker v0.1.23
27912026-05-21T18:07:12.530Z Compiling cfg_aliases v0.1.1
27922026-05-21T18:07:12.537Z Compiling convert_case v0.10.0
27932026-05-21T18:07:12.541Z Checking unicode-width v0.1.14
27942026-05-21T18:07:12.552Z Compiling proc-macro-error v1.0.4
27952026-05-21T18:07:12.563Z Checking fd-lock v4.0.4
27962026-05-21T18:07:12.566Z Checking nibble_vec v0.1.0
27972026-05-21T18:07:12.586Z Compiling nix v0.28.0
27982026-05-21T18:07:12.681Z Checking vte v0.14.1
27992026-05-21T18:07:12.693Z Compiling recursive-proc-macro-impl v0.1.1
28002026-05-21T18:07:12.777Z Checking bytecount v0.6.9
28012026-05-21T18:07:12.790Z Checking endian-type v0.1.2
28022026-05-21T18:07:12.832Z Compiling derive_more-impl v2.1.1
28032026-05-21T18:07:12.844Z Checking strip-ansi-escapes v0.2.1
28042026-05-21T18:07:12.856Z Compiling tabled_derive v0.7.0
28052026-05-21T18:07:12.877Z Checking papergrid v0.11.0
28062026-05-21T18:07:12.911Z Checking radix_trie v0.2.1
28072026-05-21T18:07:12.955Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28082026-05-21T18:07:13.088Z Compiling peg-macros v0.8.5
28092026-05-21T18:07:13.117Z Checking winnow v0.6.26
28102026-05-21T18:07:13.364Z Compiling psm v0.1.30
28112026-05-21T18:07:13.418Z Compiling sqlparser_derive v0.5.0
28122026-05-21T18:07:13.481Z Checking home v0.5.12
28132026-05-21T18:07:13.590Z Checking unicode_categories v0.1.1
28142026-05-21T18:07:13.626Z Checking derive_more v2.1.1
28152026-05-21T18:07:13.742Z Checking nu-ansi-term v0.50.3
28162026-05-21T18:07:13.757Z Checking crossterm v0.29.0
28172026-05-21T18:07:13.812Z Checking tabled v0.15.0
28182026-05-21T18:07:13.874Z Checking rustyline v14.0.0
28192026-05-21T18:07:13.949Z Checking reedline v0.40.0
28202026-05-21T18:07:14.137Z Checking recursive v0.1.1
28212026-05-21T18:07:14.185Z Checking display-error-chain v0.2.2
28222026-05-21T18:07:14.229Z Checking sqlparser v0.61.0
28232026-05-21T18:07:14.241Z Checking sqlformat v0.3.5
28242026-05-21T18:07:14.433Z Checking peg v0.8.5
28252026-05-21T18:07:25.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.61s
28262026-05-21T18:07:25.526Z
28272026-05-21T18:07:25.526Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/276)
28282026-05-21T18:07:26.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28292026-05-21T18:07:26.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28302026-05-21T18:07:26.209Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28312026-05-21T18:07:29.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.15s
28322026-05-21T18:07:29.873Z
28332026-05-21T18:07:29.873Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/276)
28342026-05-21T18:07:30.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28352026-05-21T18:07:30.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28362026-05-21T18:07:30.559Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28372026-05-21T18:07:33.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.12s
28382026-05-21T18:07:33.189Z
28392026-05-21T18:07:33.189Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/276)
28402026-05-21T18:07:33.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28412026-05-21T18:07:33.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28422026-05-21T18:07:33.871Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28432026-05-21T18:07:37.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.94s
28442026-05-21T18:07:37.334Z
28452026-05-21T18:07:37.334Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/276)
28462026-05-21T18:07:37.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28472026-05-21T18:07:37.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28482026-05-21T18:07:38.029Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28492026-05-21T18:07:41.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.97s
28502026-05-21T18:07:41.519Z
28512026-05-21T18:07:41.519Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/276)
28522026-05-21T18:07:42.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28532026-05-21T18:07:42.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28542026-05-21T18:07:42.207Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28552026-05-21T18:07:44.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.29s
28562026-05-21T18:07:45.021Z
28572026-05-21T18:07:45.021Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/276)
28582026-05-21T18:07:45.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28592026-05-21T18:07:45.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28602026-05-21T18:07:45.709Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28612026-05-21T18:07:48.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.29s
28622026-05-21T18:07:48.508Z
28632026-05-21T18:07:48.508Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/276)
28642026-05-21T18:07:49.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28652026-05-21T18:07:49.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28662026-05-21T18:07:49.189Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28672026-05-21T18:07:52.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.09s
28682026-05-21T18:07:52.801Z
28692026-05-21T18:07:52.801Zinfo: running `cargo check --bins` on oximeter (93/276)
28702026-05-21T18:07:53.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28712026-05-21T18:07:53.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28722026-05-21T18:07:53.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28732026-05-21T18:07:53.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28742026-05-21T18:07:53.409Z
28752026-05-21T18:07:53.409Zinfo: running `cargo check --bins` on oximeter-schema (94/276)
28762026-05-21T18:07:53.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28772026-05-21T18:07:53.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28782026-05-21T18:07:54.057Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28792026-05-21T18:07:54.224Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28802026-05-21T18:07:54.224Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28812026-05-21T18:07:54.565Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28822026-05-21T18:07:57.462Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28832026-05-21T18:07:58.674Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28842026-05-21T18:07:58.843Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28852026-05-21T18:07:59.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.11s
28862026-05-21T18:07:59.705Z
28872026-05-21T18:07:59.705Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/276)
28882026-05-21T18:08:00.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28892026-05-21T18:08:00.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28902026-05-21T18:08:00.226Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28912026-05-21T18:08:00.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28922026-05-21T18:08:00.304Z
28932026-05-21T18:08:00.304Zinfo: running `cargo check --bins` on oximeter-test-utils (96/276)
28942026-05-21T18:08:00.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28952026-05-21T18:08:00.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28962026-05-21T18:08:00.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28972026-05-21T18:08:00.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28982026-05-21T18:08:00.947Z
28992026-05-21T18:08:00.948Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/276)
29002026-05-21T18:08:01.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29012026-05-21T18:08:01.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29022026-05-21T18:08:01.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29032026-05-21T18:08:01.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29042026-05-21T18:08:01.559Z
29052026-05-21T18:08:01.559Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/276)
29062026-05-21T18:08:02.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29072026-05-21T18:08:02.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29082026-05-21T18:08:02.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29092026-05-21T18:08:02.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29102026-05-21T18:08:02.175Z
29112026-05-21T18:08:02.175Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/276)
29122026-05-21T18:08:02.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29132026-05-21T18:08:02.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29142026-05-21T18:08:02.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29152026-05-21T18:08:02.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29162026-05-21T18:08:02.785Z
29172026-05-21T18:08:02.785Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/276)
29182026-05-21T18:08:03.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29192026-05-21T18:08:03.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29202026-05-21T18:08:03.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29212026-05-21T18:08:03.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29222026-05-21T18:08:03.395Z
29232026-05-21T18:08:03.395Zinfo: running `cargo check --bins` on trust-quorum-types (101/276)
29242026-05-21T18:08:03.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29252026-05-21T18:08:03.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29262026-05-21T18:08:03.903Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29272026-05-21T18:08:03.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29282026-05-21T18:08:03.987Z
29292026-05-21T18:08:03.987Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/276)
29302026-05-21T18:08:04.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29312026-05-21T18:08:04.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29322026-05-21T18:08:04.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29332026-05-21T18:08:04.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29342026-05-21T18:08:04.600Z
29352026-05-21T18:08:04.600Zinfo: running `cargo check --bins` on update-engine (103/276)
29362026-05-21T18:08:05.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29372026-05-21T18:08:05.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29382026-05-21T18:08:05.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29392026-05-21T18:08:05.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29402026-05-21T18:08:05.190Z
29412026-05-21T18:08:05.190Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/276)
29422026-05-21T18:08:05.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29432026-05-21T18:08:05.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29442026-05-21T18:08:05.920Z Compiling crucible-workspace-hack v0.1.0
29452026-05-21T18:08:06.026Z Checking secrecy v0.10.3
29462026-05-21T18:08:06.033Z Compiling heapless v0.8.0
29472026-05-21T18:08:06.040Z Compiling ingot-macros v0.1.1
29482026-05-21T18:08:06.047Z Compiling toml_edit v0.23.10+spec-1.0.0
29492026-05-21T18:08:06.047Z Checking hash32 v0.3.1
29502026-05-21T18:08:06.068Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29512026-05-21T18:08:06.068Z Compiling smoltcp v0.11.0
29522026-05-21T18:08:06.136Z Checking cobs v0.3.0
29532026-05-21T18:08:06.180Z Compiling thiserror-impl-no-std v2.0.2
29542026-05-21T18:08:06.266Z Checking universal-hash v0.5.1
29552026-05-21T18:08:06.294Z Checking half v2.7.1
29562026-05-21T18:08:06.315Z Checking ciborium-io v0.2.2
29572026-05-21T18:08:06.400Z Checking opaque-debug v0.3.1
29582026-05-21T18:08:06.409Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29592026-05-21T18:08:06.492Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29602026-05-21T18:08:06.533Z Checking poly1305 v0.8.0
29612026-05-21T18:08:06.545Z Checking ciborium-ll v0.2.2
29622026-05-21T18:08:06.632Z Compiling proc-macro-crate v3.4.0
29632026-05-21T18:08:06.738Z Checking postcard v1.1.3
29642026-05-21T18:08:06.782Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29652026-05-21T18:08:06.805Z Checking password-hash v0.5.0
29662026-05-21T18:08:07.026Z Checking chacha20 v0.9.1
29672026-05-21T18:08:07.032Z Compiling proc-macro-crate v1.3.1
29682026-05-21T18:08:07.052Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29692026-05-21T18:08:07.089Z Checking blake2 v0.10.6
29702026-05-21T18:08:07.186Z Compiling num_enum_derive v0.7.5
29712026-05-21T18:08:07.216Z Checking aead v0.5.2
29722026-05-21T18:08:07.289Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29732026-05-21T18:08:07.323Z Compiling foreign-types-macros v0.2.3
29742026-05-21T18:08:07.336Z Checking thiserror-no-std v2.0.2
29752026-05-21T18:08:07.356Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29762026-05-21T18:08:07.424Z Checking foreign-types-shared v0.3.1
29772026-05-21T18:08:07.444Z Checking cpufeatures v0.3.0
29782026-05-21T18:08:07.499Z Compiling num_enum_derive v0.5.11
29792026-05-21T18:08:07.515Z Checking vsss-rs v3.3.4
29802026-05-21T18:08:07.528Z Checking chacha20 v0.10.0
29812026-05-21T18:08:07.600Z Checking chacha20poly1305 v0.10.1
29822026-05-21T18:08:07.725Z Checking argon2 v0.5.3
29832026-05-21T18:08:07.743Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29842026-05-21T18:08:07.915Z Checking foreign-types v0.5.0
29852026-05-21T18:08:08.028Z Checking ciborium v0.2.2
29862026-05-21T18:08:08.103Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29872026-05-21T18:08:08.178Z Checking tabwriter v1.4.1
29882026-05-21T18:08:08.211Z Checking num_enum v0.7.5
29892026-05-21T18:08:08.331Z Checking byte-wrapper v0.1.0
29902026-05-21T18:08:08.345Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29912026-05-21T18:08:08.391Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29922026-05-21T18:08:08.460Z Checking cstr-argument v0.1.2
29932026-05-21T18:08:08.530Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29942026-05-21T18:08:08.546Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29952026-05-21T18:08:08.589Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29962026-05-21T18:08:08.620Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29972026-05-21T18:08:08.739Z Checking num_enum v0.5.11
29982026-05-21T18:08:08.761Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29992026-05-21T18:08:08.778Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30002026-05-21T18:08:08.806Z Checking ingot-types v0.1.2
30012026-05-21T18:08:08.843Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30022026-05-21T18:08:08.850Z Checking rand v0.10.0
30032026-05-21T18:08:08.871Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30042026-05-21T18:08:08.915Z Checking indent_write v2.2.0
30052026-05-21T18:08:09.028Z Checking colored v3.1.1
30062026-05-21T18:08:09.049Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30072026-05-21T18:08:09.161Z Checking ingot v0.1.1
30082026-05-21T18:08:09.172Z Compiling zone_cfg_derive v0.3.1
30092026-05-21T18:08:09.187Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30102026-05-21T18:08:09.215Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30112026-05-21T18:08:09.225Z Checking itertools v0.12.1
30122026-05-21T18:08:09.234Z Compiling num-derive v0.4.2
30132026-05-21T18:08:09.293Z Checking swrite v0.1.0
30142026-05-21T18:08:09.354Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30152026-05-21T18:08:09.387Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30162026-05-21T18:08:09.540Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30172026-05-21T18:08:09.709Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30182026-05-21T18:08:09.727Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30192026-05-21T18:08:09.742Z Checking dropshot-api-manager-types v0.7.1
30202026-05-21T18:08:09.807Z Checking smf v0.2.3
30212026-05-21T18:08:09.822Z Checking nanorand v0.7.0
30222026-05-21T18:08:09.908Z Checking whoami v1.6.1
30232026-05-21T18:08:10.018Z Checking flume v0.11.1
30242026-05-21T18:08:10.036Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30252026-05-21T18:08:10.144Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
30262026-05-21T18:08:10.222Z Checking zone v0.3.1
30272026-05-21T18:08:10.777Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30282026-05-21T18:08:11.753Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30292026-05-21T18:08:12.625Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30302026-05-21T18:08:15.809Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30312026-05-21T18:08:17.852Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30322026-05-21T18:08:18.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.77s
30332026-05-21T18:08:19.158Z
30342026-05-21T18:08:19.158Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/276)
30352026-05-21T18:08:19.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30362026-05-21T18:08:19.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30372026-05-21T18:08:19.687Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30382026-05-21T18:08:19.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30392026-05-21T18:08:19.764Z
30402026-05-21T18:08:19.764Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/276)
30412026-05-21T18:08:20.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30422026-05-21T18:08:20.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30432026-05-21T18:08:20.293Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30442026-05-21T18:08:20.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30452026-05-21T18:08:20.372Z
30462026-05-21T18:08:20.372Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/276)
30472026-05-21T18:08:20.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30482026-05-21T18:08:20.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30492026-05-21T18:08:20.899Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30502026-05-21T18:08:20.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30512026-05-21T18:08:20.979Z
30522026-05-21T18:08:20.979Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/276)
30532026-05-21T18:08:21.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30542026-05-21T18:08:21.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30552026-05-21T18:08:21.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30562026-05-21T18:08:21.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30572026-05-21T18:08:21.590Z
30582026-05-21T18:08:21.590Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/276)
30592026-05-21T18:08:25.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30602026-05-21T18:08:25.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30612026-05-21T18:08:25.743Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30622026-05-21T18:08:25.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30632026-05-21T18:08:25.743Z
30642026-05-21T18:08:25.743Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/276)
30652026-05-21T18:08:25.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30662026-05-21T18:08:25.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30672026-05-21T18:08:25.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30682026-05-21T18:08:25.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30692026-05-21T18:08:25.744Z
30702026-05-21T18:08:25.744Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/276)
30712026-05-21T18:08:25.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30722026-05-21T18:08:25.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30732026-05-21T18:08:25.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30742026-05-21T18:08:25.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30752026-05-21T18:08:25.744Z
30762026-05-21T18:08:25.744Zinfo: running `cargo check --bins` on cockroach-admin-client (112/276)
30772026-05-21T18:08:25.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30782026-05-21T18:08:25.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30792026-05-21T18:08:25.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30802026-05-21T18:08:25.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30812026-05-21T18:08:25.744Z
30822026-05-21T18:08:25.744Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/276)
30832026-05-21T18:08:25.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30842026-05-21T18:08:25.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30852026-05-21T18:08:25.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30862026-05-21T18:08:25.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30872026-05-21T18:08:25.745Z
30882026-05-21T18:08:25.745Zinfo: running `cargo check --bins` on dns-service-client (114/276)
30892026-05-21T18:08:25.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30902026-05-21T18:08:25.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30912026-05-21T18:08:25.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30922026-05-21T18:08:25.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30932026-05-21T18:08:25.745Z
30942026-05-21T18:08:25.745Zinfo: running `cargo check --bins` on installinator-client (115/276)
30952026-05-21T18:08:25.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30962026-05-21T18:08:25.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30972026-05-21T18:08:25.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30982026-05-21T18:08:25.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30992026-05-21T18:08:25.829Z
31002026-05-21T18:08:25.829Zinfo: running `cargo check --bins` on nexus-client (116/276)
31012026-05-21T18:08:26.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31022026-05-21T18:08:26.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31032026-05-21T18:08:26.364Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31042026-05-21T18:08:26.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31052026-05-21T18:08:26.466Z
31062026-05-21T18:08:26.466Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/276)
31072026-05-21T18:08:27.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31082026-05-21T18:08:27.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31092026-05-21T18:08:27.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31102026-05-21T18:08:27.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31112026-05-21T18:08:27.105Z
31122026-05-21T18:08:27.105Zinfo: running `cargo check --bins` on ntp-admin-client (118/276)
31132026-05-21T18:08:27.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31142026-05-21T18:08:27.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31152026-05-21T18:08:27.604Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31162026-05-21T18:08:27.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31172026-05-21T18:08:27.695Z
31182026-05-21T18:08:27.695Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/276)
31192026-05-21T18:08:28.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31202026-05-21T18:08:28.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31212026-05-21T18:08:28.197Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31222026-05-21T18:08:28.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31232026-05-21T18:08:28.285Z
31242026-05-21T18:08:28.285Zinfo: running `cargo check --bins` on oxide-client (120/276)
31252026-05-21T18:08:28.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31262026-05-21T18:08:28.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31272026-05-21T18:08:28.789Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31282026-05-21T18:08:28.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31292026-05-21T18:08:28.879Z
31302026-05-21T18:08:28.879Zinfo: running `cargo check --bins` on oximeter-client (121/276)
31312026-05-21T18:08:29.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31322026-05-21T18:08:29.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31332026-05-21T18:08:29.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31342026-05-21T18:08:29.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31352026-05-21T18:08:29.486Z
31362026-05-21T18:08:29.486Zinfo: running `cargo check --bins` on repo-depot-client (122/276)
31372026-05-21T18:08:29.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31382026-05-21T18:08:29.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31392026-05-21T18:08:29.988Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31402026-05-21T18:08:29.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31412026-05-21T18:08:30.079Z
31422026-05-21T18:08:30.079Zinfo: running `cargo check --bins` on sled-agent-client (123/276)
31432026-05-21T18:08:30.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31442026-05-21T18:08:30.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31452026-05-21T18:08:30.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31462026-05-21T18:08:30.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31472026-05-21T18:08:30.691Z
31482026-05-21T18:08:30.691Zinfo: running `cargo check --bins` on wicketd-client (124/276)
31492026-05-21T18:08:31.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31502026-05-21T18:08:31.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31512026-05-21T18:08:31.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31522026-05-21T18:08:31.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31532026-05-21T18:08:31.322Z
31542026-05-21T18:08:31.322Zinfo: running `cargo check --bins` on installinator-common (125/276)
31552026-05-21T18:08:31.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31562026-05-21T18:08:31.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31572026-05-21T18:08:31.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31582026-05-21T18:08:31.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31592026-05-21T18:08:31.943Z
31602026-05-21T18:08:31.943Zinfo: running `cargo check --bins` on installinator-common-versions (126/276)
31612026-05-21T18:08:32.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31622026-05-21T18:08:32.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31632026-05-21T18:08:32.444Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31642026-05-21T18:08:32.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31652026-05-21T18:08:32.536Z
31662026-05-21T18:08:32.536Zinfo: running `cargo check --bins` on wicket-common (127/276)
31672026-05-21T18:08:33.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31682026-05-21T18:08:33.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31692026-05-21T18:08:33.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31702026-05-21T18:08:33.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31712026-05-21T18:08:33.159Z
31722026-05-21T18:08:33.159Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/276)
31732026-05-21T18:08:33.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31742026-05-21T18:08:33.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31752026-05-21T18:08:33.859Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31762026-05-21T18:08:33.976Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31772026-05-21T18:08:33.983Z Checking csv-core v0.1.13
31782026-05-21T18:08:33.990Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31792026-05-21T18:08:33.997Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31802026-05-21T18:08:34.001Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31812026-05-21T18:08:34.019Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31822026-05-21T18:08:34.031Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31832026-05-21T18:08:34.139Z Checking csv v1.4.0
31842026-05-21T18:08:34.182Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31852026-05-21T18:08:34.197Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31862026-05-21T18:08:34.224Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31872026-05-21T18:08:34.238Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31882026-05-21T18:08:34.476Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31892026-05-21T18:08:34.844Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31902026-05-21T18:08:34.844Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31912026-05-21T18:08:35.168Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31922026-05-21T18:08:40.951Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31932026-05-21T18:08:41.485Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31942026-05-21T18:08:43.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.67s
31952026-05-21T18:08:44.033Z
31962026-05-21T18:08:44.033Zinfo: running `cargo check --bins` on cockroach-admin-api (129/276)
31972026-05-21T18:08:44.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31982026-05-21T18:08:44.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31992026-05-21T18:08:44.552Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32002026-05-21T18:08:44.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32012026-05-21T18:08:44.649Z
32022026-05-21T18:08:44.649Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/276)
32032026-05-21T18:08:45.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32042026-05-21T18:08:45.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32052026-05-21T18:08:45.238Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32062026-05-21T18:08:45.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
32072026-05-21T18:08:45.350Z
32082026-05-21T18:08:45.350Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/276)
32092026-05-21T18:08:45.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32102026-05-21T18:08:45.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32112026-05-21T18:08:45.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32122026-05-21T18:08:45.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32132026-05-21T18:08:46.049Z
32142026-05-21T18:08:46.049Zinfo: running `cargo check --bins` on gateway-test-utils (132/276)
32152026-05-21T18:08:46.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32162026-05-21T18:08:46.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32172026-05-21T18:08:46.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32182026-05-21T18:08:46.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32192026-05-21T18:08:46.709Z
32202026-05-21T18:08:46.709Zinfo: running `cargo check --bins` on omicron-gateway (133/276)
32212026-05-21T18:08:47.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32222026-05-21T18:08:47.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32232026-05-21T18:08:47.485Z Compiling regress v0.11.1
32242026-05-21T18:08:47.626Z Compiling unsafe-libyaml v0.2.11
32252026-05-21T18:08:47.640Z Compiling radium v0.7.0
32262026-05-21T18:08:47.653Z Compiling semver v0.1.20
32272026-05-21T18:08:47.667Z Checking tap v1.0.1
32282026-05-21T18:08:47.667Z Compiling maybe-uninit v2.0.0
32292026-05-21T18:08:47.695Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32302026-05-21T18:08:47.772Z Checking wyz v0.5.1
32312026-05-21T18:08:47.910Z Compiling rustc_version v0.1.7
32322026-05-21T18:08:47.962Z Checking progenitor-client v0.13.0
32332026-05-21T18:08:47.999Z Compiling zerocopy-derive v0.6.6
32342026-05-21T18:08:48.101Z Checking funty v2.0.0
32352026-05-21T18:08:48.131Z Compiling newtype_derive v0.1.6
32362026-05-21T18:08:48.192Z Compiling serde_yaml v0.9.34+deprecated
32372026-05-21T18:08:48.343Z Checking crc-catalog v2.4.0
32382026-05-21T18:08:48.363Z Compiling cancel-safe-futures v0.1.5
32392026-05-21T18:08:48.439Z Compiling packed_struct v0.10.1
32402026-05-21T18:08:48.454Z Compiling owo-colors v4.3.0
32412026-05-21T18:08:48.593Z Checking bitvec v1.0.1
32422026-05-21T18:08:48.713Z Checking crc v3.4.0
32432026-05-21T18:08:48.846Z Checking zerocopy v0.6.6
32442026-05-21T18:08:48.898Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32452026-05-21T18:08:48.956Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32462026-05-21T18:08:49.077Z Checking typify-impl v0.6.2
32472026-05-21T18:08:49.200Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32482026-05-21T18:08:49.299Z Compiling packed_struct_codegen v0.10.1
32492026-05-21T18:08:49.441Z Checking libsw-core v0.3.2
32502026-05-21T18:08:49.460Z Compiling bitfield-macros v0.19.4
32512026-05-21T18:08:49.592Z Compiling indexmap v1.9.3
32522026-05-21T18:08:49.640Z Checking nodrop v0.1.14
32532026-05-21T18:08:49.739Z Checking array-init v0.0.4
32542026-05-21T18:08:49.812Z Checking libsw v3.5.0
32552026-05-21T18:08:49.891Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32562026-05-21T18:08:49.968Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32572026-05-21T18:08:50.037Z Checking smallvec v0.6.14
32582026-05-21T18:08:50.152Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32592026-05-21T18:08:50.171Z Checking bitfield v0.19.4
32602026-05-21T18:08:50.323Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32612026-05-21T18:08:50.456Z Checking hashbrown v0.12.3
32622026-05-21T18:08:50.471Z Checking linear-map v1.2.0
32632026-05-21T18:08:50.537Z Checking unicode-linebreak v0.1.5
32642026-05-21T18:08:50.601Z Checking tagptr v0.2.0
32652026-05-21T18:08:50.647Z Checking smawk v0.3.2
32662026-05-21T18:08:50.749Z Checking base64 v0.21.7
32672026-05-21T18:08:50.763Z Checking moka v0.12.13
32682026-05-21T18:08:50.784Z Checking textwrap v0.16.2
32692026-05-21T18:08:50.824Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32702026-05-21T18:08:50.838Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32712026-05-21T18:08:50.988Z Checking ron v0.8.1
32722026-05-21T18:08:51.004Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32732026-05-21T18:08:51.019Z Checking steno v0.4.1
32742026-05-21T18:08:51.204Z Checking serde-hex v0.1.0
32752026-05-21T18:08:51.400Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32762026-05-21T18:08:51.460Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32772026-05-21T18:08:51.511Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32782026-05-21T18:08:51.563Z Checking hashbrown v0.13.2
32792026-05-21T18:08:51.798Z Checking crc-any v2.5.0
32802026-05-21T18:08:51.982Z Checking humantime v2.3.0
32812026-05-21T18:08:51.996Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32822026-05-21T18:08:52.010Z Checking object v0.30.4
32832026-05-21T18:08:52.084Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32842026-05-21T18:08:52.099Z Checking hickory-resolver v0.25.2
32852026-05-21T18:08:52.165Z Checking path-slash v0.1.5
32862026-05-21T18:08:52.210Z Checking half v1.8.3
32872026-05-21T18:08:52.255Z Checking void v1.0.2
32882026-05-21T18:08:52.273Z Checking utf-8 v0.7.6
32892026-05-21T18:08:52.367Z Checking lzss v0.8.2
32902026-05-21T18:08:52.409Z Checking tungstenite v0.23.0
32912026-05-21T18:08:52.412Z Checking serde_cbor v0.11.2
32922026-05-21T18:08:52.701Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32932026-05-21T18:08:52.717Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32942026-05-21T18:08:52.792Z Checking nix v0.27.1
32952026-05-21T18:08:52.821Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32962026-05-21T18:08:52.838Z Checking kstat-rs v0.2.4
32972026-05-21T18:08:52.863Z Checking fxhash v0.2.1
32982026-05-21T18:08:52.951Z Checking serde_bytes v0.11.19
32992026-05-21T18:08:52.986Z Checking tokio-tungstenite v0.23.1
33002026-05-21T18:08:53.026Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33012026-05-21T18:08:53.126Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33022026-05-21T18:08:53.241Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33032026-05-21T18:08:53.257Z Checking signal-hook-tokio v0.3.1
33042026-05-21T18:08:53.555Z Compiling typify-macro v0.6.2
33052026-05-21T18:08:54.394Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33062026-05-21T18:08:54.718Z Compiling typify v0.6.2
33072026-05-21T18:08:54.799Z Compiling progenitor-impl v0.13.0
33082026-05-21T18:08:54.799Z Compiling progenitor-impl v0.14.0
33092026-05-21T18:08:55.309Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33102026-05-21T18:08:55.647Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
33112026-05-21T18:08:56.408Z Compiling progenitor-macro v0.14.0
33122026-05-21T18:08:56.441Z Compiling progenitor-macro v0.13.0
33132026-05-21T18:08:59.040Z Checking progenitor v0.13.0
33142026-05-21T18:08:59.043Z Checking progenitor v0.14.0
33152026-05-21T18:08:59.177Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33162026-05-21T18:08:59.180Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33172026-05-21T18:09:02.192Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33182026-05-21T18:09:09.792Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33192026-05-21T18:09:16.118Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33202026-05-21T18:09:17.479Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33212026-05-21T18:09:17.990Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33222026-05-21T18:09:20.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.36s
33232026-05-21T18:09:20.280Z
33242026-05-21T18:09:20.280Zinfo: running `cargo check --bins` on gateway-api (134/276)
33252026-05-21T18:09:20.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33262026-05-21T18:09:20.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33272026-05-21T18:09:20.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33282026-05-21T18:09:20.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33292026-05-21T18:09:20.885Z
33302026-05-21T18:09:20.885Zinfo: running `cargo check --bins` on ipcc (135/276)
33312026-05-21T18:09:21.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33322026-05-21T18:09:21.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33332026-05-21T18:09:21.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33342026-05-21T18:09:21.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33352026-05-21T18:09:21.500Z
33362026-05-21T18:09:21.500Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/276)
33372026-05-21T18:09:22.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33382026-05-21T18:09:22.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33392026-05-21T18:09:22.008Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33402026-05-21T18:09:22.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33412026-05-21T18:09:22.100Z
33422026-05-21T18:09:22.101Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (137/276)
33432026-05-21T18:09:22.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33442026-05-21T18:09:22.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33452026-05-21T18:09:22.623Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33462026-05-21T18:09:22.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33472026-05-21T18:09:22.719Z
33482026-05-21T18:09:22.719Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/276)
33492026-05-21T18:09:23.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33502026-05-21T18:09:23.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33512026-05-21T18:09:23.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33522026-05-21T18:09:23.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33532026-05-21T18:09:23.336Z
33542026-05-21T18:09:23.336Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/276)
33552026-05-21T18:09:23.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33562026-05-21T18:09:23.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33572026-05-21T18:09:23.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33582026-05-21T18:09:23.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33592026-05-21T18:09:23.948Z
33602026-05-21T18:09:23.948Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/276)
33612026-05-21T18:09:24.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33622026-05-21T18:09:24.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33632026-05-21T18:09:24.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33642026-05-21T18:09:24.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33652026-05-21T18:09:24.557Z
33662026-05-21T18:09:24.557Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/276)
33672026-05-21T18:09:25.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33682026-05-21T18:09:25.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33692026-05-21T18:09:25.078Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33702026-05-21T18:09:25.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33712026-05-21T18:09:25.174Z
33722026-05-21T18:09:25.174Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/276)
33732026-05-21T18:09:25.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33742026-05-21T18:09:25.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33752026-05-21T18:09:25.690Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33762026-05-21T18:09:25.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33772026-05-21T18:09:25.779Z
33782026-05-21T18:09:25.779Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/276)
33792026-05-21T18:09:26.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33802026-05-21T18:09:26.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33812026-05-21T18:09:26.294Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33822026-05-21T18:09:26.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33832026-05-21T18:09:26.387Z
33842026-05-21T18:09:26.387Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/276)
33852026-05-21T18:09:26.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33862026-05-21T18:09:26.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33872026-05-21T18:09:26.904Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33882026-05-21T18:09:26.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33892026-05-21T18:09:27.000Z
33902026-05-21T18:09:27.000Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/276)
33912026-05-21T18:09:27.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33922026-05-21T18:09:27.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33932026-05-21T18:09:27.520Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33942026-05-21T18:09:27.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33952026-05-21T18:09:27.617Z
33962026-05-21T18:09:27.617Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/276)
33972026-05-21T18:09:28.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33982026-05-21T18:09:28.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33992026-05-21T18:09:28.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34002026-05-21T18:09:28.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34012026-05-21T18:09:28.242Z
34022026-05-21T18:09:28.242Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/276)
34032026-05-21T18:09:28.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34042026-05-21T18:09:28.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34052026-05-21T18:09:28.762Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34062026-05-21T18:09:28.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34072026-05-21T18:09:28.857Z
34082026-05-21T18:09:28.857Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (148/276)
34092026-05-21T18:09:29.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34102026-05-21T18:09:29.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34112026-05-21T18:09:29.373Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34122026-05-21T18:09:29.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34132026-05-21T18:09:29.470Z
34142026-05-21T18:09:29.471Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (149/276)
34152026-05-21T18:09:29.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34162026-05-21T18:09:29.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34172026-05-21T18:09:29.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34182026-05-21T18:09:29.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34192026-05-21T18:09:30.085Z
34202026-05-21T18:09:30.085Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (150/276)
34212026-05-21T18:09:30.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34222026-05-21T18:09:30.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34232026-05-21T18:09:30.607Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34242026-05-21T18:09:30.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34252026-05-21T18:09:30.702Z
34262026-05-21T18:09:30.702Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (151/276)
34272026-05-21T18:09:31.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34282026-05-21T18:09:31.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34292026-05-21T18:09:31.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34302026-05-21T18:09:31.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34312026-05-21T18:09:31.317Z
34322026-05-21T18:09:31.318Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (152/276)
34332026-05-21T18:09:31.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34342026-05-21T18:09:31.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34352026-05-21T18:09:31.837Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34362026-05-21T18:09:31.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34372026-05-21T18:09:31.933Z
34382026-05-21T18:09:31.933Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (153/276)
34392026-05-21T18:09:32.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34402026-05-21T18:09:32.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34412026-05-21T18:09:32.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34422026-05-21T18:09:32.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34432026-05-21T18:09:32.549Z
34442026-05-21T18:09:32.549Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (154/276)
34452026-05-21T18:09:33.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34462026-05-21T18:09:33.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34472026-05-21T18:09:33.071Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34482026-05-21T18:09:33.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34492026-05-21T18:09:33.170Z
34502026-05-21T18:09:33.170Zinfo: running `cargo check --bins` on oximeter-producer (155/276)
34512026-05-21T18:09:33.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34522026-05-21T18:09:33.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34532026-05-21T18:09:33.721Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34542026-05-21T18:09:33.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34552026-05-21T18:09:33.824Z
34562026-05-21T18:09:33.824Zinfo: running `cargo check --bins` on internal-dns-resolver (156/276)
34572026-05-21T18:09:34.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34582026-05-21T18:09:34.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34592026-05-21T18:09:34.345Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34602026-05-21T18:09:34.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34612026-05-21T18:09:34.444Z
34622026-05-21T18:09:34.444Zinfo: running `cargo check --bins` on dns-server (157/276)
34632026-05-21T18:09:35.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34642026-05-21T18:09:35.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34652026-05-21T18:09:35.366Z Compiling parking_lot_core v0.8.6
34662026-05-21T18:09:35.366Z Compiling atomicwrites v0.4.4
34672026-05-21T18:09:35.366Z Compiling git-stub v1.0.0
34682026-05-21T18:09:35.366Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34692026-05-21T18:09:35.366Z Checking prefix-trie v0.7.0
34702026-05-21T18:09:35.366Z Compiling git-stub-vcs v0.1.0
34712026-05-21T18:09:35.509Z Checking hickory-server v0.25.2
34722026-05-21T18:09:35.622Z Checking parking_lot v0.11.2
34732026-05-21T18:09:35.634Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34742026-05-21T18:09:35.719Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34752026-05-21T18:09:35.719Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34762026-05-21T18:09:35.792Z Checking sled v0.34.7
34772026-05-21T18:09:37.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s
34782026-05-21T18:09:37.876Z
34792026-05-21T18:09:37.876Zinfo: running `cargo check --bins` on dns-server-api (158/276)
34802026-05-21T18:09:38.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34812026-05-21T18:09:38.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34822026-05-21T18:09:38.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34832026-05-21T18:09:38.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34842026-05-21T18:09:38.485Z
34852026-05-21T18:09:38.485Zinfo: running `cargo check --bins` on oximeter-producer-api (159/276)
34862026-05-21T18:09:39.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34872026-05-21T18:09:39.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34882026-05-21T18:09:39.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34892026-05-21T18:09:39.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34902026-05-21T18:09:39.102Z
34912026-05-21T18:09:39.102Zinfo: running `cargo check --bins` on sp-sim (160/276)
34922026-05-21T18:09:39.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34932026-05-21T18:09:39.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34942026-05-21T18:09:39.834Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34952026-05-21T18:09:41.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.50s
34962026-05-21T18:09:41.832Z
34972026-05-21T18:09:41.832Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (161/276)
34982026-05-21T18:09:42.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34992026-05-21T18:09:42.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35002026-05-21T18:09:42.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35012026-05-21T18:09:42.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
35022026-05-21T18:09:42.501Z
35032026-05-21T18:09:42.501Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (162/276)
35042026-05-21T18:09:43.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35052026-05-21T18:09:43.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35062026-05-21T18:09:43.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35072026-05-21T18:09:43.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
35082026-05-21T18:09:43.165Z
35092026-05-21T18:09:43.165Zinfo: running `cargo check --bins` on db-macros (163/276)
35102026-05-21T18:09:43.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35112026-05-21T18:09:43.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35122026-05-21T18:09:43.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35132026-05-21T18:09:43.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35142026-05-21T18:09:43.768Z
35152026-05-21T18:09:43.768Zinfo: running `cargo check --bins` on nexus-macros-common (164/276)
35162026-05-21T18:09:44.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35172026-05-21T18:09:44.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35182026-05-21T18:09:44.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35192026-05-21T18:09:44.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35202026-05-21T18:09:44.368Z
35212026-05-21T18:09:44.369Zinfo: running `cargo check --bins` on nexus-auth (165/276)
35222026-05-21T18:09:44.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35232026-05-21T18:09:44.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35242026-05-21T18:09:44.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35252026-05-21T18:09:44.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35262026-05-21T18:09:45.017Z
35272026-05-21T18:09:45.017Zinfo: running `cargo check --bins` on authz-macros (166/276)
35282026-05-21T18:09:45.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35292026-05-21T18:09:45.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35302026-05-21T18:09:45.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35312026-05-21T18:09:45.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35322026-05-21T18:09:45.617Z
35332026-05-21T18:09:45.617Zinfo: running `cargo check --bins` on nexus-db-fixed-data (167/276)
35342026-05-21T18:09:46.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35352026-05-21T18:09:46.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35362026-05-21T18:09:46.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35372026-05-21T18:09:46.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35382026-05-21T18:09:46.275Z
35392026-05-21T18:09:46.275Zinfo: running `cargo check --bins` on nexus-db-model (168/276)
35402026-05-21T18:09:46.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35412026-05-21T18:09:46.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35422026-05-21T18:09:46.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35432026-05-21T18:09:46.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35442026-05-21T18:09:46.932Z
35452026-05-21T18:09:46.932Zinfo: running `cargo check --bins` on nexus-db-schema (169/276)
35462026-05-21T18:09:47.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35472026-05-21T18:09:47.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35482026-05-21T18:09:47.442Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35492026-05-21T18:09:47.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35502026-05-21T18:09:47.528Z
35512026-05-21T18:09:47.528Zinfo: running `cargo check --bins` on omicron-rpaths (170/276)
35522026-05-21T18:09:48.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35532026-05-21T18:09:48.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35542026-05-21T18:09:48.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35552026-05-21T18:09:48.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35562026-05-21T18:09:48.127Z
35572026-05-21T18:09:48.127Zinfo: running `cargo check --bins` on nexus-defaults (171/276)
35582026-05-21T18:09:48.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35592026-05-21T18:09:48.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35602026-05-21T18:09:48.645Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35612026-05-21T18:09:48.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35622026-05-21T18:09:48.739Z
35632026-05-21T18:09:48.739Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (172/276)
35642026-05-21T18:09:49.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35652026-05-21T18:09:49.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35662026-05-21T18:09:49.245Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35672026-05-21T18:09:49.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35682026-05-21T18:09:49.337Z
35692026-05-21T18:09:49.337Zinfo: running `cargo check --bins` on parallel-task-set (173/276)
35702026-05-21T18:09:49.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35712026-05-21T18:09:49.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35722026-05-21T18:09:49.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35732026-05-21T18:09:49.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35742026-05-21T18:09:49.935Z
35752026-05-21T18:09:49.935Zinfo: running `cargo check --bins` on nexus-db-errors (174/276)
35762026-05-21T18:09:50.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35772026-05-21T18:09:50.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35782026-05-21T18:09:50.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35792026-05-21T18:09:50.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35802026-05-21T18:09:50.599Z
35812026-05-21T18:09:50.600Zinfo: running `cargo check --bins` on nexus-db-lookup (175/276)
35822026-05-21T18:09:51.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35832026-05-21T18:09:51.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35842026-05-21T18:09:51.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35852026-05-21T18:09:51.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35862026-05-21T18:09:51.260Z
35872026-05-21T18:09:51.260Zinfo: running `cargo check --bins` on nexus-inventory (176/276)
35882026-05-21T18:09:51.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35892026-05-21T18:09:51.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35902026-05-21T18:09:51.813Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35912026-05-21T18:09:51.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35922026-05-21T18:09:51.917Z
35932026-05-21T18:09:51.917Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (177/276)
35942026-05-21T18:09:52.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35952026-05-21T18:09:52.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35962026-05-21T18:09:52.448Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35972026-05-21T18:09:52.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35982026-05-21T18:09:52.550Z
35992026-05-21T18:09:52.550Zinfo: running `cargo check --bins --no-default-features` on sled-storage (178/276)
36002026-05-21T18:09:53.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36012026-05-21T18:09:53.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36022026-05-21T18:09:53.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36032026-05-21T18:09:53.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36042026-05-21T18:09:53.175Z
36052026-05-21T18:09:53.175Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (179/276)
36062026-05-21T18:09:53.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36072026-05-21T18:09:53.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36082026-05-21T18:09:53.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36092026-05-21T18:09:53.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36102026-05-21T18:09:53.799Z
36112026-05-21T18:09:53.799Zinfo: running `cargo check --bins` on key-manager (180/276)
36122026-05-21T18:09:54.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36132026-05-21T18:09:54.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36142026-05-21T18:09:54.314Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36152026-05-21T18:09:54.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36162026-05-21T18:09:54.410Z
36172026-05-21T18:09:54.410Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (181/276)
36182026-05-21T18:09:54.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36192026-05-21T18:09:54.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36202026-05-21T18:09:54.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36212026-05-21T18:09:54.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36222026-05-21T18:09:55.037Z
36232026-05-21T18:09:55.037Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (182/276)
36242026-05-21T18:09:55.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36252026-05-21T18:09:55.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36262026-05-21T18:09:55.569Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36272026-05-21T18:09:55.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36282026-05-21T18:09:55.667Z
36292026-05-21T18:09:55.667Zinfo: running `cargo check --bins` on typed-rng (183/276)
36302026-05-21T18:09:56.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36312026-05-21T18:09:56.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36322026-05-21T18:09:56.172Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36332026-05-21T18:09:56.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36342026-05-21T18:09:56.264Z
36352026-05-21T18:09:56.264Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (184/276)
36362026-05-21T18:09:56.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36372026-05-21T18:09:56.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36382026-05-21T18:09:57.140Z Compiling typify-impl v0.4.3
36392026-05-21T18:09:57.140Z Compiling libefi-sys v0.1.0
36402026-05-21T18:09:57.143Z Compiling bitfield-struct v0.6.2
36412026-05-21T18:09:57.294Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36422026-05-21T18:09:57.304Z Compiling xshell-macros v0.2.7
36432026-05-21T18:09:57.315Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36442026-05-21T18:09:57.348Z Compiling salty v0.3.0
36452026-05-21T18:09:57.362Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36462026-05-21T18:09:57.520Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
36472026-05-21T18:09:57.642Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36482026-05-21T18:09:57.658Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36492026-05-21T18:09:57.672Z Checking xshell v0.2.7
36502026-05-21T18:09:57.788Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36512026-05-21T18:09:57.884Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36522026-05-21T18:09:57.899Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36532026-05-21T18:09:57.975Z Checking primeorder v0.13.6
36542026-05-21T18:09:58.052Z Compiling proc-macro-error-attr2 v2.0.0
36552026-05-21T18:09:58.137Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36562026-05-21T18:09:58.189Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36572026-05-21T18:09:58.212Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36582026-05-21T18:09:58.259Z Checking tungstenite v0.21.0
36592026-05-21T18:09:58.375Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36602026-05-21T18:09:58.437Z Compiling proc-macro-error2 v2.0.1
36612026-05-21T18:09:58.450Z Checking p384 v0.13.1
36622026-05-21T18:09:58.525Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36632026-05-21T18:09:58.749Z Compiling num-derive v0.3.3
36642026-05-21T18:09:58.865Z Compiling tabled_derive v0.11.0
36652026-05-21T18:09:59.017Z Checking tokio-tungstenite v0.21.0
36662026-05-21T18:09:59.242Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36672026-05-21T18:09:59.303Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36682026-05-21T18:09:59.336Z Checking papergrid v0.17.0
36692026-05-21T18:09:59.640Z Checking libscf-sys v1.1.0
36702026-05-21T18:09:59.687Z Checking testing_table v0.3.0
36712026-05-21T18:09:59.759Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36722026-05-21T18:09:59.791Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36732026-05-21T18:09:59.924Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36742026-05-21T18:10:00.008Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36752026-05-21T18:10:00.110Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36762026-05-21T18:10:00.281Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36772026-05-21T18:10:00.335Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36782026-05-21T18:10:00.351Z Checking corncobs v0.1.4
36792026-05-21T18:10:00.399Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36802026-05-21T18:10:00.496Z Compiling illumos-nvpair-sys v0.2.0
36812026-05-21T18:10:00.503Z Compiling unicase v2.9.0
36822026-05-21T18:10:00.588Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36832026-05-21T18:10:00.720Z Compiling mime_guess v2.0.5
36842026-05-21T18:10:00.738Z Checking tabled v0.20.0
36852026-05-21T18:10:00.775Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36862026-05-21T18:10:00.814Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36872026-05-21T18:10:00.856Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36882026-05-21T18:10:00.995Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
36892026-05-21T18:10:01.117Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36902026-05-21T18:10:01.200Z Checking progenitor-client v0.11.2
36912026-05-21T18:10:01.217Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36922026-05-21T18:10:01.261Z Checking secrecy v0.8.0
36932026-05-21T18:10:01.389Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36942026-05-21T18:10:01.624Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36952026-05-21T18:10:01.679Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
36962026-05-21T18:10:01.704Z Compiling typify-macro v0.4.3
36972026-05-21T18:10:01.767Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36982026-05-21T18:10:01.832Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36992026-05-21T18:10:01.892Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37002026-05-21T18:10:02.009Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
37012026-05-21T18:10:02.041Z Checking filetime v0.2.27
37022026-05-21T18:10:02.195Z Checking http-range v0.1.5
37032026-05-21T18:10:02.325Z Checking crc8 v0.1.1
37042026-05-21T18:10:02.342Z Checking xattr v1.6.1
37052026-05-21T18:10:02.429Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37062026-05-21T18:10:02.479Z Checking tar v0.4.45
37072026-05-21T18:10:02.622Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37082026-05-21T18:10:02.690Z Checking illumos-nvpair v0.3.0
37092026-05-21T18:10:02.851Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37102026-05-21T18:10:02.866Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37112026-05-21T18:10:02.891Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37122026-05-21T18:10:03.248Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
37132026-05-21T18:10:03.264Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37142026-05-21T18:10:03.300Z Checking atty v0.2.14
37152026-05-21T18:10:03.387Z Compiling typify v0.4.3
37162026-05-21T18:10:03.484Z Compiling progenitor-impl v0.11.2
37172026-05-21T18:10:03.505Z Compiling progenitor-impl v0.10.0
37182026-05-21T18:10:03.958Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37192026-05-21T18:10:04.193Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37202026-05-21T18:10:04.402Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37212026-05-21T18:10:04.450Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37222026-05-21T18:10:04.467Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37232026-05-21T18:10:04.488Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37242026-05-21T18:10:04.811Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37252026-05-21T18:10:04.931Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37262026-05-21T18:10:05.156Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
37272026-05-21T18:10:05.368Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
37282026-05-21T18:10:05.446Z Checking hyper-staticfile v0.10.1
37292026-05-21T18:10:05.575Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37302026-05-21T18:10:05.754Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37312026-05-21T18:10:05.850Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37322026-05-21T18:10:06.096Z Compiling progenitor-macro v0.11.2
37332026-05-21T18:10:06.100Z Compiling progenitor-macro v0.10.0
37342026-05-21T18:10:06.129Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37352026-05-21T18:10:06.133Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37362026-05-21T18:10:06.249Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37372026-05-21T18:10:06.419Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37382026-05-21T18:10:06.438Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37392026-05-21T18:10:08.890Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
37402026-05-21T18:10:09.015Z Checking progenitor v0.10.0
37412026-05-21T18:10:09.144Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37422026-05-21T18:10:09.160Z Checking progenitor v0.11.2
37432026-05-21T18:10:09.278Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37442026-05-21T18:10:13.912Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
37452026-05-21T18:10:24.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.56s
37462026-05-21T18:10:25.052Z
37472026-05-21T18:10:25.052Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (185/276)
37482026-05-21T18:10:25.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37492026-05-21T18:10:25.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37502026-05-21T18:10:25.843Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37512026-05-21T18:10:36.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.42s
37522026-05-21T18:10:36.706Z
37532026-05-21T18:10:36.706Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (186/276)
37542026-05-21T18:10:37.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37552026-05-21T18:10:37.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37562026-05-21T18:10:37.501Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37572026-05-21T18:10:48.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.49s
37582026-05-21T18:10:48.419Z
37592026-05-21T18:10:48.419Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (187/276)
37602026-05-21T18:10:48.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37612026-05-21T18:10:48.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37622026-05-21T18:10:49.215Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37632026-05-21T18:10:59.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.50s
37642026-05-21T18:11:00.143Z
37652026-05-21T18:11:00.143Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (188/276)
37662026-05-21T18:11:00.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37672026-05-21T18:11:00.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37682026-05-21T18:11:00.952Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37692026-05-21T18:11:11.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.46s
37702026-05-21T18:11:11.828Z
37712026-05-21T18:11:11.828Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (189/276)
37722026-05-21T18:11:12.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37732026-05-21T18:11:12.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37742026-05-21T18:11:12.624Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37752026-05-21T18:11:23.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.46s
37762026-05-21T18:11:23.524Z
37772026-05-21T18:11:23.524Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (190/276)
37782026-05-21T18:11:24.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37792026-05-21T18:11:24.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37802026-05-21T18:11:24.316Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37812026-05-21T18:11:34.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.43s
37822026-05-21T18:11:35.171Z
37832026-05-21T18:11:35.171Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (191/276)
37842026-05-21T18:11:35.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37852026-05-21T18:11:35.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37862026-05-21T18:11:35.972Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37872026-05-21T18:11:46.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.50s
37882026-05-21T18:11:46.904Z
37892026-05-21T18:11:46.904Zinfo: running `cargo check --bins` on bootstrap-agent-api (192/276)
37902026-05-21T18:11:47.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37912026-05-21T18:11:47.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37922026-05-21T18:11:47.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37932026-05-21T18:11:47.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37942026-05-21T18:11:47.527Z
37952026-05-21T18:11:47.527Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (193/276)
37962026-05-21T18:11:48.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37972026-05-21T18:11:48.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37982026-05-21T18:11:48.051Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37992026-05-21T18:11:48.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38002026-05-21T18:11:48.149Z
38012026-05-21T18:11:48.150Zinfo: running `cargo check --bins` on range-requests (194/276)
38022026-05-21T18:11:48.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38032026-05-21T18:11:48.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38042026-05-21T18:11:48.662Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38052026-05-21T18:11:48.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38062026-05-21T18:11:48.754Z
38072026-05-21T18:11:48.755Zinfo: running `cargo check --bins` on repo-depot-api (195/276)
38082026-05-21T18:11:49.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38092026-05-21T18:11:49.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38102026-05-21T18:11:49.266Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38112026-05-21T18:11:49.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38122026-05-21T18:11:49.358Z
38132026-05-21T18:11:49.358Zinfo: running `cargo check --bins` on sled-agent-api (196/276)
38142026-05-21T18:11:49.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38152026-05-21T18:11:49.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38162026-05-21T18:11:49.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38172026-05-21T18:11:49.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38182026-05-21T18:11:49.989Z
38192026-05-21T18:11:49.989Zinfo: running `cargo check --bins` on sled-diagnostics (197/276)
38202026-05-21T18:11:50.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38212026-05-21T18:11:50.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38222026-05-21T18:11:50.521Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38232026-05-21T18:11:50.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38242026-05-21T18:11:50.621Z
38252026-05-21T18:11:50.621Zinfo: running `cargo check --bins` on zfs-test-harness (198/276)
38262026-05-21T18:11:51.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38272026-05-21T18:11:51.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38282026-05-21T18:11:51.152Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38292026-05-21T18:11:51.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38302026-05-21T18:11:51.255Z
38312026-05-21T18:11:51.255Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (199/276)
38322026-05-21T18:11:51.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38332026-05-21T18:11:51.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38342026-05-21T18:11:51.792Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38352026-05-21T18:11:51.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38362026-05-21T18:11:51.891Z
38372026-05-21T18:11:51.891Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (200/276)
38382026-05-21T18:11:52.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38392026-05-21T18:11:52.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38402026-05-21T18:11:52.428Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38412026-05-21T18:11:52.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38422026-05-21T18:11:52.531Z
38432026-05-21T18:11:52.531Zinfo: running `cargo check --bins` on sled-agent-early-networking (201/276)
38442026-05-21T18:11:53.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38452026-05-21T18:11:53.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38462026-05-21T18:11:53.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38472026-05-21T18:11:53.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38482026-05-21T18:11:53.171Z
38492026-05-21T18:11:53.171Zinfo: running `cargo check --bins` on sled-agent-health-monitor (202/276)
38502026-05-21T18:11:53.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38512026-05-21T18:11:53.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38522026-05-21T18:11:53.709Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38532026-05-21T18:11:53.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38542026-05-21T18:11:53.810Z
38552026-05-21T18:11:53.810Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (203/276)
38562026-05-21T18:11:54.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38572026-05-21T18:11:54.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38582026-05-21T18:11:54.350Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38592026-05-21T18:11:54.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38602026-05-21T18:11:54.451Z
38612026-05-21T18:11:54.451Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (204/276)
38622026-05-21T18:11:54.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38632026-05-21T18:11:54.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38642026-05-21T18:11:54.994Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38652026-05-21T18:11:54.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38662026-05-21T18:11:55.096Z
38672026-05-21T18:11:55.096Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (205/276)
38682026-05-21T18:11:55.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38692026-05-21T18:11:55.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38702026-05-21T18:11:55.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38712026-05-21T18:11:55.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38722026-05-21T18:11:55.742Z
38732026-05-21T18:11:55.742Zinfo: running `cargo check --bins` on sled-agent-rack-setup (206/276)
38742026-05-21T18:11:56.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38752026-05-21T18:11:56.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38762026-05-21T18:11:56.298Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38772026-05-21T18:11:56.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38782026-05-21T18:11:56.402Z
38792026-05-21T18:11:56.402Zinfo: running `cargo check --bins` on trust-quorum (207/276)
38802026-05-21T18:11:56.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38812026-05-21T18:11:56.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38822026-05-21T18:11:56.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38832026-05-21T18:11:56.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38842026-05-21T18:11:57.038Z
38852026-05-21T18:11:57.038Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (208/276)
38862026-05-21T18:11:57.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38872026-05-21T18:11:57.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38882026-05-21T18:11:57.583Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38892026-05-21T18:11:57.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38902026-05-21T18:11:57.686Z
38912026-05-21T18:11:57.686Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (209/276)
38922026-05-21T18:11:58.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38932026-05-21T18:11:58.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38942026-05-21T18:11:58.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38952026-05-21T18:11:58.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38962026-05-21T18:11:58.355Z
38972026-05-21T18:11:58.355Zinfo: running `cargo check --bins` on update-common (210/276)
38982026-05-21T18:11:58.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38992026-05-21T18:11:58.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39002026-05-21T18:11:58.880Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39012026-05-21T18:11:58.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39022026-05-21T18:11:58.974Z
39032026-05-21T18:11:58.974Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (211/276)
39042026-05-21T18:11:59.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39052026-05-21T18:11:59.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39062026-05-21T18:11:59.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39072026-05-21T18:11:59.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
39082026-05-21T18:11:59.647Z
39092026-05-21T18:11:59.647Zinfo: running `cargo check --bins` on omicron-deployment-graph (212/276)
39102026-05-21T18:12:00.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39112026-05-21T18:12:00.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39122026-05-21T18:12:00.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39132026-05-21T18:12:00.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39142026-05-21T18:12:00.246Z
39152026-05-21T18:12:00.246Zinfo: running `cargo check --bins` on reconfigurator-cli (213/276)
39162026-05-21T18:12:00.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39172026-05-21T18:12:00.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39182026-05-21T18:12:01.032Z Compiling fs-err v2.11.0
39192026-05-21T18:12:01.035Z Checking ignore v0.4.25
39202026-05-21T18:12:01.035Z Checking arc-swap v1.8.2
39212026-05-21T18:12:01.153Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
39222026-05-21T18:12:01.156Z Checking predicates-tree v1.0.13
39232026-05-21T18:12:01.168Z Checking parse-size v1.1.0
39242026-05-21T18:12:01.199Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39252026-05-21T18:12:01.202Z Checking rand_seeder v0.4.0
39262026-05-21T18:12:01.278Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39272026-05-21T18:12:01.299Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39282026-05-21T18:12:01.355Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39292026-05-21T18:12:01.369Z Checking slog-scope v4.4.1
39302026-05-21T18:12:01.404Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39312026-05-21T18:12:01.488Z Compiling petname v2.0.2
39322026-05-21T18:12:01.502Z Checking slog-stdlog v4.1.1
39332026-05-21T18:12:01.518Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39342026-05-21T18:12:01.533Z Checking globwalk v0.9.1
39352026-05-21T18:12:01.594Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
39362026-05-21T18:12:01.623Z Checking slog-envlogger v2.2.0
39372026-05-21T18:12:01.712Z Checking camino-tempfile-ext v0.3.3
39382026-05-21T18:12:01.774Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39392026-05-21T18:12:01.808Z Checking sapling-renderdag v0.1.0
39402026-05-21T18:12:01.908Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39412026-05-21T18:12:01.980Z Checking subprocess v0.2.15
39422026-05-21T18:12:02.045Z Checking sync-ptr v0.1.4
39432026-05-21T18:12:02.137Z Checking colored v2.2.0
39442026-05-21T18:12:02.165Z Checking assert_matches v1.5.0
39452026-05-21T18:12:02.254Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39462026-05-21T18:12:02.415Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
39472026-05-21T18:12:02.418Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39482026-05-21T18:12:03.082Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39492026-05-21T18:12:04.407Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39502026-05-21T18:12:06.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.38s
39512026-05-21T18:12:06.848Z
39522026-05-21T18:12:06.848Zinfo: running `cargo check --bins` on omicron-repl-utils (214/276)
39532026-05-21T18:12:07.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39542026-05-21T18:12:07.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39552026-05-21T18:12:07.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39562026-05-21T18:12:07.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39572026-05-21T18:12:07.445Z
39582026-05-21T18:12:07.445Zinfo: running `cargo check --bins` on transient-dns-server (215/276)
39592026-05-21T18:12:07.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39602026-05-21T18:12:07.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39612026-05-21T18:12:07.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39622026-05-21T18:12:07.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39632026-05-21T18:12:08.072Z
39642026-05-21T18:12:08.072Zinfo: running `cargo check --bins` on nexus-test-interface (216/276)
39652026-05-21T18:12:08.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39662026-05-21T18:12:08.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39672026-05-21T18:12:08.637Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39682026-05-21T18:12:08.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
39692026-05-21T18:12:08.745Z
39702026-05-21T18:12:08.745Zinfo: running `cargo check --bins` on oximeter-collector (217/276)
39712026-05-21T18:12:09.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39722026-05-21T18:12:09.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39732026-05-21T18:12:09.480Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39742026-05-21T18:12:09.480Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39752026-05-21T18:12:10.140Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39762026-05-21T18:12:11.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.00s
39772026-05-21T18:12:11.956Z
39782026-05-21T18:12:11.956Zinfo: running `cargo check --bins` on oximeter-api (218/276)
39792026-05-21T18:12:12.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39802026-05-21T18:12:12.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39812026-05-21T18:12:12.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39822026-05-21T18:12:12.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39832026-05-21T18:12:12.569Z
39842026-05-21T18:12:12.569Zinfo: running `cargo check --bins` on cert-dev (219/276)
39852026-05-21T18:12:13.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39862026-05-21T18:12:13.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39872026-05-21T18:12:13.187Z Checking yasna v0.5.2
39882026-05-21T18:12:13.597Z Checking rcgen v0.12.1
39892026-05-21T18:12:13.851Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39902026-05-21T18:12:14.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
39912026-05-21T18:12:14.215Z
39922026-05-21T18:12:14.215Zinfo: running `cargo check --bins` on clickana (220/276)
39932026-05-21T18:12:14.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39942026-05-21T18:12:14.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39952026-05-21T18:12:14.878Z Compiling darling_core v0.23.0
39962026-05-21T18:12:14.881Z Compiling instability v0.3.11
39972026-05-21T18:12:14.996Z Checking castaway v0.2.4
39982026-05-21T18:12:14.999Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39992026-05-21T18:12:14.999Z Compiling indoc v2.0.7
40002026-05-21T18:12:15.005Z Checking unicode-truncate v1.1.0
40012026-05-21T18:12:15.031Z Checking lru v0.12.5
40022026-05-21T18:12:15.031Z Checking cassowary v0.3.0
40032026-05-21T18:12:15.090Z Checking compact_str v0.8.1
40042026-05-21T18:12:16.072Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
40052026-05-21T18:12:16.260Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40062026-05-21T18:12:16.423Z Compiling darling_macro v0.23.0
40072026-05-21T18:12:16.835Z Compiling darling v0.23.0
40082026-05-21T18:12:17.447Z Checking ratatui v0.29.0
40092026-05-21T18:12:18.497Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
40102026-05-21T18:12:19.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.95s
40112026-05-21T18:12:19.369Z
40122026-05-21T18:12:19.369Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (221/276)
40132026-05-21T18:12:19.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40142026-05-21T18:12:19.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40152026-05-21T18:12:20.102Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
40162026-05-21T18:12:20.218Z Checking headers-core v0.3.0
40172026-05-21T18:12:20.227Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
40182026-05-21T18:12:20.307Z Checking headers v0.4.1
40192026-05-21T18:12:20.516Z Checking loopback-ip-mgr v0.1.0 (https://github.com/oxidecomputer/falcon?rev=aa44de0ab2edd702322ef60dd9fec1d1e70348ad#aa44de0a)
40202026-05-21T18:12:20.697Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40212026-05-21T18:12:21.565Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
40222026-05-21T18:12:22.072Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
40232026-05-21T18:12:22.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.13s
40242026-05-21T18:12:22.710Z
40252026-05-21T18:12:22.710Zinfo: running `cargo check --bins` on ch-dev (222/276)
40262026-05-21T18:12:23.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40272026-05-21T18:12:23.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40282026-05-21T18:12:23.439Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
40292026-05-21T18:12:24.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
40302026-05-21T18:12:24.425Z
40312026-05-21T18:12:24.425Zinfo: running `cargo check --bins` on dev-tools-common (223/276)
40322026-05-21T18:12:24.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40332026-05-21T18:12:24.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40342026-05-21T18:12:24.845Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40352026-05-21T18:12:24.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
40362026-05-21T18:12:24.909Z
40372026-05-21T18:12:24.909Zinfo: running `cargo check --bins` on crdb-seed (224/276)
40382026-05-21T18:12:25.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40392026-05-21T18:12:25.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40402026-05-21T18:12:25.642Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40412026-05-21T18:12:26.653Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40422026-05-21T18:12:27.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.08s
40432026-05-21T18:12:27.202Z
40442026-05-21T18:12:27.202Zinfo: running `cargo check --bins` on db-dev (225/276)
40452026-05-21T18:12:27.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40462026-05-21T18:12:27.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40472026-05-21T18:12:27.930Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40482026-05-21T18:12:28.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s
40492026-05-21T18:12:28.905Z
40502026-05-21T18:12:28.905Zinfo: running `cargo check --bins` on omicron-dev-lib (226/276)
40512026-05-21T18:12:29.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40522026-05-21T18:12:29.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40532026-05-21T18:12:29.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40542026-05-21T18:12:29.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40552026-05-21T18:12:29.564Z
40562026-05-21T18:12:29.564Zinfo: running `cargo check --bins` on xtask-downloader (227/276)
40572026-05-21T18:12:30.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40582026-05-21T18:12:30.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40592026-05-21T18:12:30.187Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40602026-05-21T18:12:30.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
40612026-05-21T18:12:31.079Z
40622026-05-21T18:12:31.079Zinfo: running `cargo check --bins` on omicron-dropshot-apis (228/276)
40632026-05-21T18:12:31.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40642026-05-21T18:12:31.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40652026-05-21T18:12:31.832Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40662026-05-21T18:12:31.832Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40672026-05-21T18:12:31.832Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
40682026-05-21T18:12:31.836Z Checking git-stub v1.0.0
40692026-05-21T18:12:31.836Z Compiling trait-variant v0.1.2
40702026-05-21T18:12:31.836Z Checking is_ci v1.2.0
40712026-05-21T18:12:31.836Z Checking maplit v1.0.2
40722026-05-21T18:12:31.989Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40732026-05-21T18:12:32.030Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40742026-05-21T18:12:32.043Z Checking supports-color v3.0.2
40752026-05-21T18:12:32.122Z Checking git-stub-vcs v0.1.0
40762026-05-21T18:12:32.166Z Checking drift v0.1.4
40772026-05-21T18:12:32.183Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40782026-05-21T18:12:32.240Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40792026-05-21T18:12:32.329Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40802026-05-21T18:12:32.459Z Checking dropshot-api-manager v0.7.1
40812026-05-21T18:12:32.474Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40822026-05-21T18:12:32.488Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
40832026-05-21T18:12:32.488Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40842026-05-21T18:12:32.701Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40852026-05-21T18:12:32.742Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40862026-05-21T18:12:32.922Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
40872026-05-21T18:12:33.239Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40882026-05-21T18:12:38.133Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40892026-05-21T18:12:39.223Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40902026-05-21T18:12:39.797Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40912026-05-21T18:12:40.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.15s
40922026-05-21T18:12:40.442Z
40932026-05-21T18:12:40.442Zinfo: running `cargo check --bins` on installinator-api (229/276)
40942026-05-21T18:12:40.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40952026-05-21T18:12:40.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40962026-05-21T18:12:40.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40972026-05-21T18:12:40.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40982026-05-21T18:12:41.053Z
40992026-05-21T18:12:41.053Zinfo: running `cargo check --bins` on nexus-external-api (230/276)
41002026-05-21T18:12:41.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41012026-05-21T18:12:41.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41022026-05-21T18:12:41.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41032026-05-21T18:12:41.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41042026-05-21T18:12:41.707Z
41052026-05-21T18:12:41.707Zinfo: running `cargo check --bins` on nexus-internal-api (231/276)
41062026-05-21T18:12:42.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41072026-05-21T18:12:42.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41082026-05-21T18:12:42.254Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41092026-05-21T18:12:42.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41102026-05-21T18:12:42.358Z
41112026-05-21T18:12:42.358Zinfo: running `cargo check --bins` on nexus-lockstep-api (232/276)
41122026-05-21T18:12:42.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41132026-05-21T18:12:42.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41142026-05-21T18:12:42.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41152026-05-21T18:12:42.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41162026-05-21T18:12:43.010Z
41172026-05-21T18:12:43.010Zinfo: running `cargo check --bins` on ntp-admin-api (233/276)
41182026-05-21T18:12:43.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41192026-05-21T18:12:43.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41202026-05-21T18:12:43.529Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41212026-05-21T18:12:43.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41222026-05-21T18:12:43.624Z
41232026-05-21T18:12:43.624Zinfo: running `cargo check --bins` on ntp-admin-types-versions (234/276)
41242026-05-21T18:12:44.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41252026-05-21T18:12:44.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41262026-05-21T18:12:44.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41272026-05-21T18:12:44.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41282026-05-21T18:12:44.224Z
41292026-05-21T18:12:44.224Zinfo: running `cargo check --bins` on wicketd-api (235/276)
41302026-05-21T18:12:44.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41312026-05-21T18:12:44.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41322026-05-21T18:12:44.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41332026-05-21T18:12:44.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41342026-05-21T18:12:44.855Z
41352026-05-21T18:12:44.855Zinfo: running `cargo check --bins` on omicron-ls-apis (236/276)
41362026-05-21T18:12:45.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41372026-05-21T18:12:45.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41382026-05-21T18:12:45.475Z Checking typeid v1.0.3
41392026-05-21T18:12:45.590Z Checking ordered-float v2.10.1
41402026-05-21T18:12:45.610Z Checking unicode-xid v0.2.6
41412026-05-21T18:12:45.624Z Checking cargo-platform v0.2.0
41422026-05-21T18:12:45.633Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
41432026-05-21T18:12:45.660Z Checking erased-serde v0.4.9
41442026-05-21T18:12:45.796Z Checking serde-value v0.7.0
41452026-05-21T18:12:45.976Z Checking serde-untagged v0.1.9
41462026-05-21T18:12:46.134Z Checking cargo-util-schemas v0.8.2
41472026-05-21T18:12:46.822Z Checking cargo_metadata v0.21.0
41482026-05-21T18:12:47.431Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41492026-05-21T18:12:48.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.27s
41502026-05-21T18:12:48.325Z
41512026-05-21T18:12:48.325Zinfo: running `cargo check --bins` on mgs-dev (237/276)
41522026-05-21T18:12:48.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41532026-05-21T18:12:48.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41542026-05-21T18:12:49.069Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41552026-05-21T18:12:49.713Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41562026-05-21T18:12:50.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.89s
41572026-05-21T18:12:50.429Z
41582026-05-21T18:12:50.429Zinfo: running `cargo check --bins` on omicron-omdb (238/276)
41592026-05-21T18:12:51.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41602026-05-21T18:12:51.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41612026-05-21T18:12:51.298Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41622026-05-21T18:12:51.298Z Compiling vergen-gitcl v1.0.8
41632026-05-21T18:12:51.298Z Compiling dirs-sys-next v0.1.2
41642026-05-21T18:12:51.301Z Compiling diesel_derives v2.3.7
41652026-05-21T18:12:51.301Z Compiling crunchy v0.2.4
41662026-05-21T18:12:51.301Z Compiling glob v0.3.3
41672026-05-21T18:12:51.301Z Compiling dsl_auto_type v0.2.0
41682026-05-21T18:12:51.301Z Checking scheduled-thread-pool v0.2.7
41692026-05-21T18:12:51.608Z Compiling diesel_table_macro_syntax v0.3.0
41702026-05-21T18:12:51.635Z Compiling dirs-next v2.0.0
41712026-05-21T18:12:51.640Z Compiling tiny-keccak v2.0.2
41722026-05-21T18:12:51.800Z Compiling term v0.7.0
41732026-05-21T18:12:51.815Z Compiling clang-sys v1.8.1
41742026-05-21T18:12:51.828Z Checking r2d2 v0.8.10
41752026-05-21T18:12:51.843Z Checking downcast-rs v2.0.2
41762026-05-21T18:12:51.905Z Compiling bit-vec v0.6.3
41772026-05-21T18:12:52.009Z Compiling itertools v0.10.5
41782026-05-21T18:12:52.127Z Compiling bit-set v0.5.3
41792026-05-21T18:12:52.192Z Compiling ascii-canvas v3.0.0
41802026-05-21T18:12:52.289Z Compiling ena v0.14.4
41812026-05-21T18:12:52.323Z Compiling libloading v0.8.9
41822026-05-21T18:12:52.353Z Compiling diff v0.1.13
41832026-05-21T18:12:52.368Z Compiling regex-syntax v0.6.29
41842026-05-21T18:12:52.432Z Compiling bindgen v0.71.1
41852026-05-21T18:12:52.531Z Compiling cexpr v0.6.0
41862026-05-21T18:12:52.617Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41872026-05-21T18:12:52.813Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41882026-05-21T18:12:52.882Z Compiling rustc-hash v2.1.1
41892026-05-21T18:12:52.996Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41902026-05-21T18:12:53.015Z Compiling libxml v0.3.3
41912026-05-21T18:12:53.072Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41922026-05-21T18:12:53.211Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41932026-05-21T18:12:53.275Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41942026-05-21T18:12:53.386Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41952026-05-21T18:12:53.472Z Compiling strum_macros v0.24.3
41962026-05-21T18:12:53.573Z Compiling indoc v1.0.9
41972026-05-21T18:12:53.670Z Compiling lalrpop v0.19.12
41982026-05-21T18:12:54.509Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41992026-05-21T18:12:54.704Z Checking derive_builder v0.20.2
42002026-05-21T18:12:54.828Z Compiling oso-derive v0.27.3
42012026-05-21T18:12:54.844Z Checking quick-xml v0.37.5
42022026-05-21T18:12:55.066Z Compiling impl-trait-for-tuples v0.2.3
42032026-05-21T18:12:55.361Z Checking openssl-probe v0.1.6
42042026-05-21T18:12:55.508Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
42052026-05-21T18:12:55.730Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42062026-05-21T18:12:55.930Z Checking bb8 v0.8.6
42072026-05-21T18:12:56.205Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42082026-05-21T18:12:56.225Z Checking nonempty v0.12.0
42092026-05-21T18:12:56.247Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42102026-05-21T18:12:56.398Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42112026-05-21T18:12:56.434Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
42122026-05-21T18:12:56.473Z Checking console v0.16.2
42132026-05-21T18:12:56.633Z Checking unit-prefix v0.5.2
42142026-05-21T18:12:56.648Z Checking support-bundle-viewer v0.1.2
42152026-05-21T18:12:56.771Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42162026-05-21T18:12:56.787Z Checking indicatif v0.18.4
42172026-05-21T18:12:56.895Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
42182026-05-21T18:12:57.007Z Checking multimap v0.10.1
42192026-05-21T18:12:57.321Z Checking diesel v2.3.7
42202026-05-21T18:12:59.174Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
42212026-05-21T18:12:59.511Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
42222026-05-21T18:12:59.801Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
42232026-05-21T18:13:00.877Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42242026-05-21T18:13:01.305Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
42252026-05-21T18:13:01.436Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
42262026-05-21T18:13:01.957Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
42272026-05-21T18:13:02.004Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
42282026-05-21T18:13:03.988Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42292026-05-21T18:13:08.881Z Compiling samael v0.0.19
42302026-05-21T18:13:12.567Z Checking diesel-dtrace v0.5.0
42312026-05-21T18:13:12.803Z Checking async-bb8-diesel v0.2.1
42322026-05-21T18:13:13.968Z Compiling polar-core v0.27.3
42332026-05-21T18:13:18.406Z Checking oso v0.27.3
42342026-05-21T18:13:55.266Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42352026-05-21T18:14:28.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 38s
42362026-05-21T18:14:29.166Z
42372026-05-21T18:14:29.166Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (239/276)
42382026-05-21T18:14:29.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42392026-05-21T18:14:29.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42402026-05-21T18:14:29.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42412026-05-21T18:14:29.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42422026-05-21T18:14:29.840Z
42432026-05-21T18:14:29.840Zinfo: running `cargo check --bins` on nexus-saga-recovery (240/276)
42442026-05-21T18:14:30.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42452026-05-21T18:14:30.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42462026-05-21T18:14:30.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42472026-05-21T18:14:30.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42482026-05-21T18:14:30.509Z
42492026-05-21T18:14:30.509Zinfo: running `cargo check --bins` on nexus-test-utils-macros (241/276)
42502026-05-21T18:14:31.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42512026-05-21T18:14:31.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42522026-05-21T18:14:31.012Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42532026-05-21T18:14:31.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42542026-05-21T18:14:31.103Z
42552026-05-21T18:14:31.103Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (242/276)
42562026-05-21T18:14:31.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42572026-05-21T18:14:31.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42582026-05-21T18:14:31.980Z Compiling libz-sys v1.1.24
42592026-05-21T18:14:32.114Z Compiling libgit2-sys v0.18.3+1.9.2
42602026-05-21T18:14:32.126Z Compiling vergen-git2 v1.0.7
42612026-05-21T18:14:32.166Z Compiling rustls v0.21.12
42622026-05-21T18:14:32.170Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42632026-05-21T18:14:32.170Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42642026-05-21T18:14:32.170Z Checking rustls-webpki v0.101.7
42652026-05-21T18:14:32.170Z Checking sct v0.7.1
42662026-05-21T18:14:32.314Z Compiling nix v0.29.0
42672026-05-21T18:14:32.375Z Compiling dropshot v0.16.7
42682026-05-21T18:14:32.417Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42692026-05-21T18:14:32.455Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42702026-05-21T18:14:32.488Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42712026-05-21T18:14:32.621Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42722026-05-21T18:14:32.651Z Checking toml v0.9.12+spec-1.1.0
42732026-05-21T18:14:32.666Z Compiling dropshot_endpoint v0.16.7
42742026-05-21T18:14:32.772Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42752026-05-21T18:14:32.951Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42762026-05-21T18:14:33.146Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42772026-05-21T18:14:33.235Z Checking rustls-pemfile v1.0.4
42782026-05-21T18:14:33.379Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42792026-05-21T18:14:33.554Z Checking twox-hash v2.1.2
42802026-05-21T18:14:33.598Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42812026-05-21T18:14:33.876Z Checking tokio-rustls v0.24.1
42822026-05-21T18:14:34.348Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42832026-05-21T18:14:34.458Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42842026-05-21T18:14:34.535Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
42852026-05-21T18:14:35.025Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42862026-05-21T18:14:35.084Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42872026-05-21T18:14:35.107Z Checking fatfs v0.3.6
42882026-05-21T18:14:35.231Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42892026-05-21T18:14:35.247Z Compiling seq-macro v0.3.6
42902026-05-21T18:14:39.006Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42912026-05-21T18:14:39.139Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42922026-05-21T18:14:39.484Z Compiling git2 v0.20.4
42932026-05-21T18:14:41.712Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42942026-05-21T18:15:29.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.91s
42952026-05-21T18:15:29.249Z
42962026-05-21T18:15:29.250Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (243/276)
42972026-05-21T18:15:29.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42982026-05-21T18:15:29.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42992026-05-21T18:15:30.142Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43002026-05-21T18:16:08.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.51s
43012026-05-21T18:16:08.998Z
43022026-05-21T18:16:08.998Zinfo: running `cargo check --bins` on nexus-background-task-interface (244/276)
43032026-05-21T18:16:09.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43042026-05-21T18:16:09.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43052026-05-21T18:16:09.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43062026-05-21T18:16:09.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43072026-05-21T18:16:09.602Z
43082026-05-21T18:16:09.602Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (245/276)
43092026-05-21T18:16:10.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43102026-05-21T18:16:10.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43112026-05-21T18:16:10.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43122026-05-21T18:16:10.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43132026-05-21T18:16:10.249Z
43142026-05-21T18:16:10.249Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (246/276)
43152026-05-21T18:16:10.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43162026-05-21T18:16:10.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43172026-05-21T18:16:10.815Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43182026-05-21T18:16:10.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43192026-05-21T18:16:10.920Z
43202026-05-21T18:16:10.920Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (247/276)
43212026-05-21T18:16:11.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43222026-05-21T18:16:11.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43232026-05-21T18:16:11.479Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43242026-05-21T18:16:11.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43252026-05-21T18:16:11.584Z
43262026-05-21T18:16:11.584Zinfo: running `cargo check --bins` on nexus-mgs-updates (248/276)
43272026-05-21T18:16:12.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43282026-05-21T18:16:12.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43292026-05-21T18:16:12.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43302026-05-21T18:16:12.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43312026-05-21T18:16:12.243Z
43322026-05-21T18:16:12.243Zinfo: running `cargo check --bins` on nexus-networking (249/276)
43332026-05-21T18:16:12.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43342026-05-21T18:16:12.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43352026-05-21T18:16:12.805Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43362026-05-21T18:16:12.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43372026-05-21T18:16:12.910Z
43382026-05-21T18:16:12.910Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (250/276)
43392026-05-21T18:16:13.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43402026-05-21T18:16:13.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43412026-05-21T18:16:13.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43422026-05-21T18:16:13.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43432026-05-21T18:16:13.576Z
43442026-05-21T18:16:13.576Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (251/276)
43452026-05-21T18:16:14.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43462026-05-21T18:16:14.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43472026-05-21T18:16:14.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43482026-05-21T18:16:14.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43492026-05-21T18:16:14.245Z
43502026-05-21T18:16:14.245Zinfo: running `cargo check --bins` on omicron-dev (252/276)
43512026-05-21T18:16:14.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43522026-05-21T18:16:14.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43532026-05-21T18:16:15.158Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43542026-05-21T18:16:15.158Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43552026-05-21T18:16:15.348Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43562026-05-21T18:16:15.379Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
43572026-05-21T18:16:15.401Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43582026-05-21T18:16:15.418Z Checking yansi v1.0.1
43592026-05-21T18:16:15.421Z Checking diff v0.1.13
43602026-05-21T18:16:15.421Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43612026-05-21T18:16:15.494Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43622026-05-21T18:16:15.665Z Checking pretty_assertions v1.4.1
43632026-05-21T18:16:16.361Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43642026-05-21T18:16:16.469Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43652026-05-21T18:16:40.022Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43662026-05-21T18:16:40.025Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43672026-05-21T18:16:40.025Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43682026-05-21T18:16:40.025Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43692026-05-21T18:16:40.025Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43702026-05-21T18:16:40.025Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43712026-05-21T18:16:40.846Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43722026-05-21T18:16:41.945Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43732026-05-21T18:17:20.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
43742026-05-21T18:17:20.845Z
43752026-05-21T18:17:20.845Zinfo: running `cargo check --bins` on omicron-pins (253/276)
43762026-05-21T18:17:21.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43772026-05-21T18:17:21.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43782026-05-21T18:17:21.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43792026-05-21T18:17:21.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43802026-05-21T18:17:21.442Z
43812026-05-21T18:17:21.442Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (254/276)
43822026-05-21T18:17:22.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43832026-05-21T18:17:22.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43842026-05-21T18:17:22.230Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43852026-05-21T18:17:22.359Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43862026-05-21T18:17:22.363Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43872026-05-21T18:17:47.940Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43882026-05-21T18:17:48.337Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43892026-05-21T18:17:50.036Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43902026-05-21T18:17:50.502Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43912026-05-21T18:17:53.434Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43922026-05-21T18:18:16.289Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43932026-05-21T18:18:16.997Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43942026-05-21T18:18:18.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.21s
43952026-05-21T18:18:18.867Z
43962026-05-21T18:18:18.867Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (255/276)
43972026-05-21T18:18:19.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43982026-05-21T18:18:19.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43992026-05-21T18:18:19.596Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
44002026-05-21T18:18:20.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
44012026-05-21T18:18:20.503Z
44022026-05-21T18:18:20.503Zinfo: running `cargo check --bins` on omicron-releng (256/276)
44032026-05-21T18:18:21.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44042026-05-21T18:18:21.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44052026-05-21T18:18:21.169Z Compiling blake3 v1.8.3
44062026-05-21T18:18:21.280Z Checking arrayref v0.3.9
44072026-05-21T18:18:21.280Z Checking arrayvec v0.7.6
44082026-05-21T18:18:21.284Z Checking constant_time_eq v0.4.2
44092026-05-21T18:18:21.301Z Checking topological-sort v0.2.2
44102026-05-21T18:18:21.305Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
44112026-05-21T18:18:21.305Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
44122026-05-21T18:18:21.305Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
44132026-05-21T18:18:21.345Z Checking shell-words v1.1.1
44142026-05-21T18:18:22.078Z Checking omicron-zone-package v0.12.2
44152026-05-21T18:18:22.806Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
44162026-05-21T18:18:23.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.16s
44172026-05-21T18:18:23.857Z
44182026-05-21T18:18:23.857Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (257/276)
44192026-05-21T18:18:24.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44202026-05-21T18:18:24.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44212026-05-21T18:18:24.530Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
44222026-05-21T18:18:24.853Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
44232026-05-21T18:18:25.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
44242026-05-21T18:18:25.431Z
44252026-05-21T18:18:25.431Zinfo: running `cargo check --bins` on schema (258/276)
44262026-05-21T18:18:25.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44272026-05-21T18:18:25.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44282026-05-21T18:18:26.184Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
44292026-05-21T18:18:26.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
44302026-05-21T18:18:27.087Z
44312026-05-21T18:18:27.087Zinfo: running `cargo check --bins` on xtask (259/276)
44322026-05-21T18:18:27.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44332026-05-21T18:18:27.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44342026-05-21T18:18:27.551Z Checking libc v0.2.185
44352026-05-21T18:18:27.632Z Checking serde v1.0.228
44362026-05-21T18:18:27.639Z Checking zerofrom v0.1.6
44372026-05-21T18:18:27.644Z Checking bitflags v2.11.0
44382026-05-21T18:18:27.649Z Checking smallvec v1.15.1
44392026-05-21T18:18:27.656Z Checking indexmap v2.14.0
44402026-05-21T18:18:27.666Z Checking serde_json v1.0.149
44412026-05-21T18:18:27.669Z Checking num-traits v0.2.19
44422026-05-21T18:18:27.737Z Checking yoke v0.8.1
44432026-05-21T18:18:27.791Z Checking scroll v0.12.0
44442026-05-21T18:18:27.826Z Checking thiserror v1.0.69
44452026-05-21T18:18:27.906Z Checking zerovec v0.11.5
44462026-05-21T18:18:27.928Z Checking zerotrie v0.2.3
44472026-05-21T18:18:27.928Z Checking errno v0.3.14
44482026-05-21T18:18:28.016Z Checking log v0.4.29
44492026-05-21T18:18:28.026Z Checking toml_datetime v0.6.11
44502026-05-21T18:18:28.055Z Checking rustix v1.1.3
44512026-05-21T18:18:28.167Z Checking serde_spanned v0.6.9
44522026-05-21T18:18:28.178Z Checking percent-encoding v2.3.2
44532026-05-21T18:18:28.190Z Checking goblin v0.8.2
44542026-05-21T18:18:28.202Z Checking ordered-float v2.10.1
44552026-05-21T18:18:28.213Z Checking zerocopy v0.7.35
44562026-05-21T18:18:28.271Z Checking getrandom v0.4.1
44572026-05-21T18:18:28.291Z Checking toml_edit v0.22.27
44582026-05-21T18:18:28.313Z Checking form_urlencoded v1.2.2
44592026-05-21T18:18:28.341Z Checking tinystr v0.8.2
44602026-05-21T18:18:28.401Z Checking potential_utf v0.1.4
44612026-05-21T18:18:28.420Z Checking serde-value v0.7.0
44622026-05-21T18:18:28.443Z Checking thiserror v2.0.18
44632026-05-21T18:18:28.521Z Checking icu_locale_core v2.1.1
44642026-05-21T18:18:28.533Z Checking icu_collections v2.1.1
44652026-05-21T18:18:28.547Z Checking syn v2.0.117
44662026-05-21T18:18:28.620Z Checking dtrace-parser v0.2.0
44672026-05-21T18:18:28.696Z Checking thread-id v4.2.2
44682026-05-21T18:18:28.778Z Checking once_cell v1.21.3
44692026-05-21T18:18:28.839Z Checking cargo-platform v0.2.0
44702026-05-21T18:18:28.857Z Checking memmap v0.7.0
44712026-05-21T18:18:28.868Z Checking terminal_size v0.4.3
44722026-05-21T18:18:28.954Z Checking tempfile v3.25.0
44732026-05-21T18:18:29.000Z Checking clap_builder v4.5.60
44742026-05-21T18:18:29.012Z Checking textwrap v0.16.2
44752026-05-21T18:18:29.023Z Checking fs-err v3.3.0
44762026-05-21T18:18:29.068Z Checking icu_provider v2.1.1
44772026-05-21T18:18:29.151Z Checking camino-tempfile v1.4.1
44782026-05-21T18:18:29.198Z Checking anyhow v1.0.102
44792026-05-21T18:18:29.220Z Checking tabled v0.15.0
44802026-05-21T18:18:29.305Z Checking icu_normalizer v2.1.1
44812026-05-21T18:18:29.305Z Checking icu_properties v2.1.2
44822026-05-21T18:18:29.371Z Checking toml v0.8.23
44832026-05-21T18:18:29.397Z Checking macaddr v1.0.1
44842026-05-21T18:18:29.577Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44852026-05-21T18:18:29.688Z Checking cargo_toml v0.21.0
44862026-05-21T18:18:30.056Z Checking dof v0.3.0
44872026-05-21T18:18:30.112Z Checking idna_adapter v1.2.1
44882026-05-21T18:18:30.190Z Checking clap v4.5.60
44892026-05-21T18:18:30.231Z Checking idna v1.1.0
44902026-05-21T18:18:30.339Z Checking usdt-impl v0.5.0
44912026-05-21T18:18:30.457Z Checking url v2.5.8
44922026-05-21T18:18:30.588Z Checking usdt v0.5.0
44932026-05-21T18:18:30.800Z Checking cargo-util-schemas v0.8.2
44942026-05-21T18:18:31.480Z Checking cargo_metadata v0.21.0
44952026-05-21T18:18:32.089Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44962026-05-21T18:18:32.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.41s
44972026-05-21T18:18:32.630Z
44982026-05-21T18:18:32.630Zinfo: running `cargo check --bins` on dnsadm (260/276)
44992026-05-21T18:18:33.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45002026-05-21T18:18:33.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45012026-05-21T18:18:33.288Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
45022026-05-21T18:18:33.773Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
45032026-05-21T18:18:34.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.53s
45042026-05-21T18:18:34.370Z
45052026-05-21T18:18:34.370Zinfo: running `cargo check --bins` on end-to-end-tests (261/276)
45062026-05-21T18:18:34.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45072026-05-21T18:18:34.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45082026-05-21T18:18:35.193Z Checking polyval v0.6.2
45092026-05-21T18:18:35.319Z Checking ctr v0.9.2
45102026-05-21T18:18:35.330Z Checking ssh-encoding v0.2.0
45112026-05-21T18:18:35.330Z Checking blowfish v0.9.1
45122026-05-21T18:18:35.352Z Checking password-hash v0.4.2
45132026-05-21T18:18:35.367Z Checking p521 v0.13.3
45142026-05-21T18:18:35.370Z Checking p256 v0.13.2
45152026-05-21T18:18:35.395Z Checking russh-cryptovec v0.7.3
45162026-05-21T18:18:35.464Z Checking ghash v0.5.1
45172026-05-21T18:18:35.467Z Checking md5 v0.7.0
45182026-05-21T18:18:35.491Z Checking bcrypt-pbkdf v0.10.0
45192026-05-21T18:18:35.508Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
45202026-05-21T18:18:35.524Z Checking num-bigint v0.4.6
45212026-05-21T18:18:35.577Z Checking pbkdf2 v0.11.0
45222026-05-21T18:18:35.594Z Checking aes-gcm v0.10.3
45232026-05-21T18:18:35.621Z Checking des v0.8.1
45242026-05-21T18:18:35.637Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45252026-05-21T18:18:35.651Z Checking hex-literal v0.4.1
45262026-05-21T18:18:35.720Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
45272026-05-21T18:18:35.744Z Checking ssh-cipher v0.2.0
45282026-05-21T18:18:35.747Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
45292026-05-21T18:18:35.760Z Checking socket2 v0.5.10
45302026-05-21T18:18:35.787Z Checking internet-checksum v0.2.1
45312026-05-21T18:18:35.914Z Checking ssh-key v0.6.7
45322026-05-21T18:18:36.031Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45332026-05-21T18:18:36.551Z Checking russh-keys v0.45.0
45342026-05-21T18:18:37.102Z Checking russh v0.45.0
45352026-05-21T18:18:53.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.87s
45362026-05-21T18:18:53.455Z
45372026-05-21T18:18:53.455Zinfo: running `cargo check --bins` on gateway-cli (262/276)
45382026-05-21T18:18:53.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45392026-05-21T18:18:53.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45402026-05-21T18:18:54.113Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
45412026-05-21T18:18:54.223Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
45422026-05-21T18:18:54.232Z Checking termios v0.3.3
45432026-05-21T18:18:55.419Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45442026-05-21T18:18:55.570Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45452026-05-21T18:18:57.338Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
45462026-05-21T18:18:57.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.44s
45472026-05-21T18:18:58.092Z
45482026-05-21T18:18:58.092Zinfo: running `cargo check --bins --no-default-features` on installinator (263/276)
45492026-05-21T18:18:58.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45502026-05-21T18:18:58.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45512026-05-21T18:18:58.814Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45522026-05-21T18:18:58.820Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45532026-05-21T18:18:58.939Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45542026-05-21T18:18:58.943Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45552026-05-21T18:18:58.958Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45562026-05-21T18:18:58.964Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45572026-05-21T18:18:59.676Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45582026-05-21T18:19:00.018Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45592026-05-21T18:19:00.021Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45602026-05-21T18:19:00.666Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45612026-05-21T18:19:02.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.20s
45622026-05-21T18:19:02.509Z
45632026-05-21T18:19:02.509Zinfo: running `cargo check --bins` on internal-dns-cli (264/276)
45642026-05-21T18:19:03.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45652026-05-21T18:19:03.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45662026-05-21T18:19:03.157Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45672026-05-21T18:19:03.613Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45682026-05-21T18:19:03.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
45692026-05-21T18:19:04.120Z
45702026-05-21T18:19:04.120Zinfo: running `cargo check --bins` on omicron-live-tests (265/276)
45712026-05-21T18:19:04.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45722026-05-21T18:19:04.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45732026-05-21T18:19:04.634Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45742026-05-21T18:19:04.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
45752026-05-21T18:19:04.726Z
45762026-05-21T18:19:04.726Zinfo: running `cargo check --bins` on live-tests-macros (266/276)
45772026-05-21T18:19:05.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45782026-05-21T18:19:05.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45792026-05-21T18:19:05.236Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45802026-05-21T18:19:05.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45812026-05-21T18:19:05.328Z
45822026-05-21T18:19:05.328Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (267/276)
45832026-05-21T18:19:05.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45842026-05-21T18:19:05.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45852026-05-21T18:19:06.096Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45862026-05-21T18:19:06.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
45872026-05-21T18:19:06.904Z
45882026-05-21T18:19:06.904Zinfo: running `cargo check --bins` on omicron-ntp-admin (268/276)
45892026-05-21T18:19:07.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45902026-05-21T18:19:07.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45912026-05-21T18:19:07.568Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45922026-05-21T18:19:07.571Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45932026-05-21T18:19:07.851Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45942026-05-21T18:19:07.851Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45952026-05-21T18:19:08.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
45962026-05-21T18:19:08.853Z
45972026-05-21T18:19:08.853Zinfo: running `cargo check --bins` on ntp-admin-types (269/276)
45982026-05-21T18:19:09.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45992026-05-21T18:19:09.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46002026-05-21T18:19:09.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46012026-05-21T18:19:09.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
46022026-05-21T18:19:09.458Z
46032026-05-21T18:19:09.458Zinfo: running `cargo check --bins` on omicron-package (270/276)
46042026-05-21T18:19:09.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46052026-05-21T18:19:10.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46062026-05-21T18:19:10.149Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
46072026-05-21T18:19:11.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.77s
46082026-05-21T18:19:11.441Z
46092026-05-21T18:19:11.441Zinfo: running `cargo check --bins` on tqdb (271/276)
46102026-05-21T18:19:12.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46112026-05-21T18:19:12.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46122026-05-21T18:19:12.237Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
46132026-05-21T18:19:12.592Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
46142026-05-21T18:19:13.108Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
46152026-05-21T18:19:13.111Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
46162026-05-21T18:19:18.984Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
46172026-05-21T18:19:18.984Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
46182026-05-21T18:19:19.562Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
46192026-05-21T18:19:19.562Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
46202026-05-21T18:19:19.565Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46212026-05-21T18:19:19.565Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
46222026-05-21T18:19:20.331Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
46232026-05-21T18:19:21.321Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46242026-05-21T18:19:22.081Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46252026-05-21T18:19:22.694Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
46262026-05-21T18:19:26.940Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
46272026-05-21T18:19:33.312Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46282026-05-21T18:19:33.315Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
46292026-05-21T18:19:33.315Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
46302026-05-21T18:19:33.315Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
46312026-05-21T18:19:34.805Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
46322026-05-21T18:19:36.164Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
46332026-05-21T18:19:36.849Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
46342026-05-21T18:19:38.087Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
46352026-05-21T18:19:38.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.19s
46362026-05-21T18:19:38.858Z
46372026-05-21T18:19:38.858Zinfo: running `cargo check --bins` on wicket-dbg (272/276)
46382026-05-21T18:19:39.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46392026-05-21T18:19:39.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46402026-05-21T18:19:39.586Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46412026-05-21T18:19:39.586Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46422026-05-21T18:19:39.590Z Checking rtoolbox v0.0.3
46432026-05-21T18:19:39.718Z Checking tui-tree-widget v0.23.1
46442026-05-21T18:19:39.816Z Checking rpassword v7.4.0
46452026-05-21T18:19:40.838Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46462026-05-21T18:19:43.813Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46472026-05-21T18:19:45.641Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46482026-05-21T18:19:46.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.69s
46492026-05-21T18:19:46.764Z
46502026-05-21T18:19:46.765Zinfo: running `cargo check --bins` on wicket (273/276)
46512026-05-21T18:19:47.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46522026-05-21T18:19:47.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46532026-05-21T18:19:47.479Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46542026-05-21T18:19:47.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
46552026-05-21T18:19:48.036Z
46562026-05-21T18:19:48.036Zinfo: running `cargo check --bins` on wicketd (274/276)
46572026-05-21T18:19:48.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46582026-05-21T18:19:48.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46592026-05-21T18:19:48.768Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46602026-05-21T18:19:48.771Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46612026-05-21T18:19:48.771Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46622026-05-21T18:19:48.771Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46632026-05-21T18:19:49.753Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46642026-05-21T18:19:50.329Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46652026-05-21T18:19:53.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.25s
46662026-05-21T18:19:53.499Z
46672026-05-21T18:19:53.499Zinfo: running `cargo check --bins` on omicron-workspace-hack (275/276)
46682026-05-21T18:19:53.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46692026-05-21T18:19:54.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46702026-05-21T18:19:54.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46712026-05-21T18:19:54.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
46722026-05-21T18:19:54.098Z
46732026-05-21T18:19:54.098Zinfo: running `cargo check --bins` on zone-setup (276/276)
46742026-05-21T18:19:54.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46752026-05-21T18:19:54.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46762026-05-21T18:19:54.764Z Checking uzers v0.12.2
46772026-05-21T18:19:55.048Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46782026-05-21T18:19:55.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s
46792026-05-21T18:19:56.012Z
46802026-05-21T18:19:56.012Zreal 14:15.746029630
46812026-05-21T18:19:56.012Zuser 20:35.112327290
46822026-05-21T18:19:56.017Zsys 4:21.244575831
46832026-05-21T18:19:56.017Ztrap 0.310711988
46842026-05-21T18:19:56.017Ztflt 2.377712537
46852026-05-21T18:19:56.017Zdflt 1.869124764
46862026-05-21T18:19:56.017Zkflt 0.036136665
46872026-05-21T18:19:56.019Zlock 1:16:48.187110526
46882026-05-21T18:19:56.019Zslp 1:38:53.426243404
46892026-05-21T18:19:56.019Zlat 1:00.809873306
46902026-05-21T18:19:56.019Zstop 3:46.827135108
46912026-05-21T18:19:56.019Zprocess exited: duration 997394 ms, exit code 0
 
46922026-05-21T18:19:56.029Zfound 0 output files