01KVDRYDMNS8FJEFHEXHZ2BEZR: 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: 01KVDRYVSPEVJED8JVMMFTXD0N

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-18T16:28:44.560Zjob assigned to worker 01KVDRZ7DPTDSZAD4CHJB9ZE4Q [factory aws, i-06b028e8efe09fe5b] (queued for 53 s)
 
22026-06-18T16:28:51.628Zstarting task 0: "setup"
32026-06-18T16:28:51.633Z++ uname -s
42026-06-18T16:28:51.637Z+ kern=SunOS
52026-06-18T16:28:51.637Z+ build_user=build
62026-06-18T16:28:51.637Z+ build_uid=12345
72026-06-18T16:28:51.637Z+ work_dir=/work
82026-06-18T16:28:51.637Z+ input_dir=/input
92026-06-18T16:28:51.637Z+ [[ 0 == 12345 ]]
102026-06-18T16:28:51.637Z+ case "$kern" in
112026-06-18T16:28:51.637Z+ groupadd -g 12345 build
122026-06-18T16:28:51.640Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-18T16:28:53.642Z+ zfs create -o mountpoint=/work rpool/work
142026-06-18T16:28:53.762Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-18T16:28:53.765Z+ home_fs=zfs
162026-06-18T16:28:53.765Z+ [[ zfs == autofs ]]
172026-06-18T16:28:53.765Z+ mkdir -p /home/build
182026-06-18T16:28:53.765Z+ chown build:build /home/build /work
192026-06-18T16:28:55.765Z+ chmod 0700 /home/build /work
202026-06-18T16:28:55.769Zprocess exited: duration 4138 ms, exit code 0
 
212026-06-18T16:28:55.775Zstarting task 1: "rust-toolchain"
222026-06-18T16:28:55.778Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-18T16:28:55.778Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-18T16:28:55.778Z * rust toolchain channel = "1.94.0"
252026-06-18T16:28:55.778Z * rust toolchain profile = "default"
262026-06-18T16:28:55.781Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-18T16:28:55.781Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-18T16:28:55.781Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-18T16:28:55.781Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-18T16:28:55.834Zinfo: downloading installer
312026-06-18T16:28:57.586Zwarn: It looks like you have an existing rustup settings file at:
322026-06-18T16:28:57.586Zwarn: /home/build/.rustup/settings.toml
332026-06-18T16:28:57.586Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-18T16:28:57.586Zwarn: instead of the one inferred from the default host triple.
352026-06-18T16:28:57.592Zinfo: profile set to default
362026-06-18T16:28:57.592Zinfo: default host triple is x86_64-unknown-illumos
372026-06-18T16:28:57.592Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-18T16:28:57.731Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-18T16:28:57.737Zinfo: downloading 6 components
402026-06-18T16:29:12.426Z
412026-06-18T16:29:12.426Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
422026-06-18T16:29:12.453Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-18T16:29:12.453Z
442026-06-18T16:29:12.453Z
452026-06-18T16:29:12.453ZRust is installed now. Great!
462026-06-18T16:29:12.453Z
472026-06-18T16:29:12.453ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-18T16:29:12.456Zenvironment variable. This has not been done automatically.
492026-06-18T16:29:12.456Z
502026-06-18T16:29:12.456ZTo configure your current shell, you need to source
512026-06-18T16:29:12.456Zthe corresponding env file under $HOME/.cargo.
522026-06-18T16:29:12.456Z
532026-06-18T16:29:12.456ZThis is usually done by running one of the following (note the leading DOT):
542026-06-18T16:29:12.456Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-18T16:29:12.456Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-18T16:29:12.456Zsource "~/.cargo/env.nu" # For nushell
572026-06-18T16:29:12.456Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-18T16:29:12.456Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-18T16:29:12.456Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-18T16:29:12.456Zwarn: no default linker (`cc`) was found in your PATH
612026-06-18T16:29:12.456Zwarn: many Rust crates require a system C toolchain to build
622026-06-18T16:29:12.541Z+ rustup --version
632026-06-18T16:29:12.550Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-18T16:29:12.554Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-18T16:29:12.572Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-18T16:29:12.575Z+ cargo --version
672026-06-18T16:29:12.587Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-18T16:29:12.590Z+ rustc --version
692026-06-18T16:29:12.609Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-18T16:29:12.612Zprocess exited: duration 16836 ms, exit code 0
 
712026-06-18T16:29:12.618Zstarting task 2: "authentication"
722026-06-18T16:29:12.634Zprocess exited: duration 16 ms, exit code 0
 
732026-06-18T16:29:12.640Zstarting task 3: "clone repository"
742026-06-18T16:29:12.643Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-18T16:29:12.646Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-18T16:29:12.674ZCloning into '/work/oxidecomputer/omicron'...
772026-06-18T16:29:28.290Z+ cd /work/oxidecomputer/omicron
782026-06-18T16:29:28.290Z+ git fetch origin 85bcd07d95853631f5ccb24646e3e5ae7bac8b03
792026-06-18T16:29:28.666ZFrom https://github.com/oxidecomputer/omicron
802026-06-18T16:29:28.666Z * branch 85bcd07d95853631f5ccb24646e3e5ae7bac8b03 -> FETCH_HEAD
812026-06-18T16:29:28.675Z+ [[ -n add-fmd-inventory-db ]]
822026-06-18T16:29:28.678Z++ git branch --show-current
832026-06-18T16:29:28.678Z+ current=main
842026-06-18T16:29:28.678Z+ [[ main != add-fmd-inventory-db ]]
852026-06-18T16:29:28.679Z+ git branch -f add-fmd-inventory-db 85bcd07d95853631f5ccb24646e3e5ae7bac8b03
862026-06-18T16:29:28.682Z+ git checkout -f add-fmd-inventory-db
872026-06-18T16:29:28.919ZSwitched to branch 'add-fmd-inventory-db'
882026-06-18T16:29:28.922Z+ git reset --hard 85bcd07d95853631f5ccb24646e3e5ae7bac8b03
892026-06-18T16:29:29.165ZHEAD is now at 85bcd07d9 merge
902026-06-18T16:29:29.168Zprocess exited: duration 16526 ms, exit code 0
 
912026-06-18T16:29:29.174Zstarting task 4: "build"
922026-06-18T16:29:29.178Z+ source .github/buildomat/ci-env.sh
932026-06-18T16:29:29.181Z++ export CARGO_TERM_COLOR=always
942026-06-18T16:29:29.181Z++ CARGO_TERM_COLOR=always
952026-06-18T16:29:29.181Z+ cargo --version
962026-06-18T16:29:29.188Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-06-18T16:29:29.191Z+ rustc --version
982026-06-18T16:29:29.210Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-06-18T16:29:29.214Z+ source ./env.sh
1002026-06-18T16:29:29.214Z++ OLD_SHELL_OPTS=ehxB
1012026-06-18T16:29:29.214Z++ set -o xtrace
1022026-06-18T16:29:29.217Z++++ dirname ./env.sh
1032026-06-18T16:29:29.217Z+++ readlink -f .
1042026-06-18T16:29:29.220Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-06-18T16:29:29.220Z++ 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-06-18T16:29:29.220Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-06-18T16:29:29.220Z++ 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-06-18T16:29:29.220Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-06-18T16:29:29.220Z++ 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-06-18T16:29:29.220Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-06-18T16:29:29.220Z++ 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-06-18T16:29:29.220Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1132026-06-18T16:29:29.220Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1142026-06-18T16:29:29.220Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152026-06-18T16:29:29.220Z++ case $OLD_SHELL_OPTS in
1162026-06-18T16:29:29.220Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-06-18T16:29:29.220Z+ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1182026-06-18T16:29:29.220Z+ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1192026-06-18T16:29:29.220Z+ banner prerequisites
1202026-06-18T16:29:29.223Z
1212026-06-18T16:29:29.223Z ##### ##### ###### ##### ###### #### # # # #### #
1222026-06-18T16:29:29.223Z # # # # # # # # # # # # # # #
1232026-06-18T16:29:29.223Z # # # # ##### # # ##### # # # # # #### #
1242026-06-18T16:29:29.223Z ##### ##### # ##### # # # # # # # # #
1252026-06-18T16:29:29.223Z # # # # # # # # # # # # # # #
1262026-06-18T16:29:29.223Z # # # ###### # # ###### ### # #### # #### #
1272026-06-18T16:29:29.223Z
1282026-06-18T16:29:29.223Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1292026-06-18T16:29:30.684Z Startup: Refreshing catalog 'helios' ... Done
1302026-06-18T16:29:30.818Z Startup: Caching catalogs ... Done
1312026-06-18T16:29:31.135ZPlanning: Solver setup ... Done (0.310s)
1322026-06-18T16:29:31.157ZPlanning: Running solver ... Done (0.022s)
1332026-06-18T16:29:31.164ZPlanning: Finding local manifests ... Done (0.003s)
1342026-06-18T16:29:31.176ZPlanning: Fetching manifests: 0/2 0% complete
1352026-06-18T16:29:31.203ZPlanning: Fetching manifests: 2/2 100% complete
1362026-06-18T16:29:31.216ZPlanning: Package planning ... Done (0.013s)
1372026-06-18T16:29:31.219ZPlanning: Merging actions ... Done (0.002s)
1382026-06-18T16:29:31.410ZPlanning: Checking for conflicting actions ... Done (0.192s)
1392026-06-18T16:29:31.413ZPlanning: Consolidating action changes ... Done (0.001s)
1402026-06-18T16:29:32.210ZPlanning: Evaluating mediators ... Done (0.799s)
1412026-06-18T16:29:32.213ZPlanning: Planning completed in 1.41 seconds
1422026-06-18T16:29:32.219Z Packages to install: 2
1432026-06-18T16:29:32.219Z Estimated space available: 156.07 GB
1442026-06-18T16:29:32.223ZEstimated space to be consumed: 26.78 MB
1452026-06-18T16:29:32.223Z Create boot environment: No
1462026-06-18T16:29:32.223ZCreate backup boot environment: No
1472026-06-18T16:29:32.223Z Rebuild boot archive: No
1482026-06-18T16:29:32.223Z
1492026-06-18T16:29:32.223ZChanged packages:
1502026-06-18T16:29:32.223Zhelios
1512026-06-18T16:29:32.223Z developer/build-essential
1522026-06-18T16:29:32.223Z None -> 11-3.0
1532026-06-18T16:29:32.223Z library/libxmlsec1
1542026-06-18T16:29:32.223Z None -> 1.2.35-3.0
1552026-06-18T16:29:32.243Z
1562026-06-18T16:29:32.243ZDownload: 0/214 items 0.0/1.3MB 0% complete
1572026-06-18T16:29:32.928ZDownload: Completed 1.28 MB in 0.68 seconds (1.9M/s)
1582026-06-18T16:29:33.001Z Actions: 1/268 actions (Installing new actions)
1592026-06-18T16:29:33.038Z Actions: Completed 268 actions in 0.04 seconds.
1602026-06-18T16:29:33.047ZFinalize: Updating package state database ... Done (0.008s)
1612026-06-18T16:29:33.050ZFinalize: Updating package cache ... Done (0.000s)
1622026-06-18T16:29:33.071ZFinalize: Updating image state ... Done (0.024s)
1632026-06-18T16:29:35.428ZFinalize: Creating fast lookup database ... Done (2.333s)
1642026-06-18T16:29:35.541ZFinalize: Reading search index ... Done (0.011s)
1652026-06-18T16:29:35.555ZFinalize: Updating search index ... Done (0.000s)
1662026-06-18T16:29:35.597ZFinalize: Updating package cache ... Done (0.000s)
1672026-06-18T16:29:35.895ZPlanning: Evaluating mediator changes ... Done
1682026-06-18T16:29:36.001ZPlanning: Checking for conflicting actions ... Done
1692026-06-18T16:29:36.006ZPlanning: Consolidating action changes ... Done
1702026-06-18T16:29:36.162ZPlanning: Evaluating mediators ... Done
1712026-06-18T16:29:36.168ZPlanning: Planning completed in 0.26 seconds
1722026-06-18T16:29:36.185Z Mediators to change: 2
1732026-06-18T16:29:36.186Z Create boot environment: No
1742026-06-18T16:29:36.194ZCreate backup boot environment: No
1752026-06-18T16:29:36.244ZFinalize: Updating package state database ... Done
1762026-06-18T16:29:36.244ZFinalize: Updating package cache ... Done
1772026-06-18T16:29:36.260ZFinalize: Updating image state ... Done
1782026-06-18T16:29:38.190ZFinalize: Creating fast lookup database ... Done
1792026-06-18T16:29:38.248ZFinalize: Reading search index ... Done
1802026-06-18T16:29:38.250ZFinalize: Updating search index ... Done
1812026-06-18T16:29:38.325ZFinalize: Updating package cache ... Done
1822026-06-18T16:29:38.609ZPlanning: Evaluating mediator changes ... Done
1832026-06-18T16:29:38.715ZPlanning: Checking for conflicting actions ... Done
1842026-06-18T16:29:38.719ZPlanning: Consolidating action changes ... Done
1852026-06-18T16:29:38.875ZPlanning: Evaluating mediators ... Done
1862026-06-18T16:29:38.878ZPlanning: Planning completed in 0.26 seconds
1872026-06-18T16:29:38.896Z Mediators to change: 1
1882026-06-18T16:29:38.896Z Create boot environment: No
1892026-06-18T16:29:38.899ZCreate backup boot environment: No
1902026-06-18T16:29:38.954ZFinalize: Updating package state database ... Done
1912026-06-18T16:29:38.954ZFinalize: Updating package cache ... Done
1922026-06-18T16:29:38.967ZFinalize: Updating image state ... Done
1932026-06-18T16:29:40.909ZFinalize: Creating fast lookup database ... Done
1942026-06-18T16:29:40.973ZFinalize: Reading search index ... Done
1952026-06-18T16:29:40.977ZFinalize: Updating search index ... Done
1962026-06-18T16:29:41.052ZFinalize: Updating package cache ... Done
1972026-06-18T16:29:41.365ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1982026-06-18T16:29:41.365Zapache system 2.4 system
1992026-06-18T16:29:41.365Zclang system 15 system
2002026-06-18T16:29:41.365Zcsh system system illumos
2012026-06-18T16:29:41.365Zctags system system illumos
2022026-06-18T16:29:41.365Zfile vendor vendor darwinsys
2032026-06-18T16:29:41.365Zfile system system illumos
2042026-06-18T16:29:41.365Zgcc vendor 14 vendor
2052026-06-18T16:29:41.365Zgcc system 13 system
2062026-06-18T16:29:41.365Zgcc system 10 system
2072026-06-18T16:29:41.365Zgo system 1.25 system
2082026-06-18T16:29:41.365Zllvm system 15 system
2092026-06-18T16:29:41.365Zmariadb system 11.4 system
2102026-06-18T16:29:41.365Zmta vendor vendor dma
2112026-06-18T16:29:41.365Zopenjdk system 17 system
2122026-06-18T16:29:41.365Zopenjdk system 11 system
2132026-06-18T16:29:41.365Zopenssl vendor 3 vendor
2142026-06-18T16:29:41.365Zperl system 5.40 system
2152026-06-18T16:29:41.365Zpostgresql system 18 system
2162026-06-18T16:29:41.365Zpostgresql system 17 system
2172026-06-18T16:29:41.365Zpython vendor 3 vendor
2182026-06-18T16:29:41.365Zpython system 2 system
2192026-06-18T16:29:41.365Zpython3 vendor 3.13 vendor
2202026-06-18T16:29:41.366Zruby system 3.4 system
2212026-06-18T16:29:41.366Zruby system 3.0 system
2222026-06-18T16:29:41.366Zwords vendor vendor american-english
2232026-06-18T16:29:41.366Zwords system system australian-english
2242026-06-18T16:29:41.366Zwords system system british-english
2252026-06-18T16:29:41.366Zwords system system canadian-english
2262026-06-18T16:29:41.366Zwords system system french
2272026-06-18T16:29:41.366Zwords system system italian
2282026-06-18T16:29:41.366Zwords system system ngerman
2292026-06-18T16:29:41.366Zwords system system ogerman
2302026-06-18T16:29:41.366Zwords system system spanish
2312026-06-18T16:29:41.618ZPUBLISHER TYPE STATUS P LOCATION
2322026-06-18T16:29:41.618Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2332026-06-18T16:29:41.909ZFMRI IFO
2342026-06-18T16:29:41.909Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2352026-06-18T16:29:41.909Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2362026-06-18T16:29:41.910Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2372026-06-18T16:29:41.910Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2382026-06-18T16:29:41.910Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2392026-06-18T16:29:41.910Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2402026-06-18T16:29:41.910Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2412026-06-18T16:29:41.910Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2422026-06-18T16:29:41.910Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2432026-06-18T16:29:42.170Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2442026-06-18T16:29:42.464Z Updating crates.io index
2452026-06-18T16:29:42.467Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2462026-06-18T16:29:43.006Z Updating git repository `https://github.com/oxidecomputer/lldp`
2472026-06-18T16:29:43.387Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2482026-06-18T16:29:44.010Z Updating git repository `https://github.com/oxidecomputer/propolis`
2492026-06-18T16:29:45.004Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2502026-06-18T16:29:45.704Z Updating git repository `https://github.com/oxidecomputer/crucible`
2512026-06-18T16:29:47.767Z Updating git repository `https://github.com/oxidecomputer/opte`
2522026-06-18T16:29:48.589Z Updating git repository `https://github.com/oxidecomputer/tofino`
2532026-06-18T16:29:48.951Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2542026-06-18T16:29:50.373Z Updating git repository `https://github.com/oxidecomputer/clickward`
2552026-06-18T16:29:50.686Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2562026-06-18T16:29:51.232Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2572026-06-18T16:29:51.515Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2582026-06-18T16:29:52.044Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2592026-06-18T16:29:52.682Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2602026-06-18T16:29:53.016Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2612026-06-18T16:29:53.307Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2622026-06-18T16:29:53.646Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2632026-06-18T16:29:54.144Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2642026-06-18T16:29:54.541Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2652026-06-18T16:29:54.797Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2662026-06-18T16:29:55.094Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2672026-06-18T16:29:55.500Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2682026-06-18T16:29:55.896Z Updating git repository `https://github.com/oxidecomputer/erebor`
2692026-06-18T16:29:56.257Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2702026-06-18T16:29:56.734Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2712026-06-18T16:29:57.046Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2722026-06-18T16:29:57.414Z Updating git repository `https://github.com/oxidecomputer/ispf`
2732026-06-18T16:29:57.695Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2742026-06-18T16:29:58.751Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2752026-06-18T16:29:59.582Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2762026-06-18T16:30:00.040Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2772026-06-18T16:30:00.326Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2782026-06-18T16:30:00.719Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2792026-06-18T16:30:01.145Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2802026-06-18T16:30:01.799Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2812026-06-18T16:30:02.602Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2822026-06-18T16:30:02.846Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2832026-06-18T16:30:03.103Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2842026-06-18T16:30:03.410Z Updating git repository `https://github.com/illumos/smf-rs`
2852026-06-18T16:30:05.232Z Downloading crates ...
2862026-06-18T16:30:05.281Z Downloaded crypto-common v0.1.7
2872026-06-18T16:30:05.288Z Downloaded clap_lex v1.0.0
2882026-06-18T16:30:05.291Z Downloaded colorchoice v1.0.4
2892026-06-18T16:30:05.294Z Downloaded clap_derive v4.6.1
2902026-06-18T16:30:05.294Z Downloaded cpufeatures v0.2.17
2912026-06-18T16:30:05.297Z Downloaded percent-encoding v2.3.2
2922026-06-18T16:30:05.297Z Downloaded fnv v1.0.7
2932026-06-18T16:30:05.297Z Downloaded anyhow v1.0.102
2942026-06-18T16:30:05.300Z Downloaded idna_adapter v1.2.1
2952026-06-18T16:30:05.300Z Downloaded cargo-platform v0.2.0
2962026-06-18T16:30:05.303Z Downloaded anstream v1.0.0
2972026-06-18T16:30:05.303Z Downloaded camino-tempfile v1.4.1
2982026-06-18T16:30:05.306Z Downloaded potential_utf v0.1.4
2992026-06-18T16:30:05.306Z Downloaded ucd-trie v0.1.7
3002026-06-18T16:30:05.309Z Downloaded byteorder v1.5.0
3012026-06-18T16:30:05.309Z Downloaded toml v0.8.23
3022026-06-18T16:30:05.309Z Downloaded form_urlencoded v1.2.2
3032026-06-18T16:30:05.312Z Downloaded displaydoc v0.2.5
3042026-06-18T16:30:05.315Z Downloaded toml_datetime v0.6.11
3052026-06-18T16:30:05.315Z Downloaded typeid v1.0.3
3062026-06-18T16:30:05.315Z Downloaded proc-macro-error v1.0.4
3072026-06-18T16:30:05.319Z Downloaded memmap v0.7.0
3082026-06-18T16:30:05.319Z Downloaded camino v1.2.2
3092026-06-18T16:30:05.320Z Downloaded fs-err v3.3.0
3102026-06-18T16:30:05.322Z Downloaded unicode-xid v0.2.6
3112026-06-18T16:30:05.322Z Downloaded usdt v0.5.0
3122026-06-18T16:30:05.323Z Downloaded generic-array v0.14.7
3132026-06-18T16:30:05.326Z Downloaded thiserror v2.0.18
3142026-06-18T16:30:05.329Z Downloaded unicode-linebreak v0.1.5
3152026-06-18T16:30:05.329Z Downloaded yoke-derive v0.8.1
3162026-06-18T16:30:05.329Z Downloaded utf8_iter v1.0.4
3172026-06-18T16:30:05.332Z Downloaded anstyle-query v1.1.5
3182026-06-18T16:30:05.335Z Downloaded usdt-attr-macro v0.5.0
3192026-06-18T16:30:05.338Z Downloaded utf8parse v0.2.2
3202026-06-18T16:30:05.338Z Downloaded toml_write v0.1.2
3212026-06-18T16:30:05.341Z Downloaded serde-value v0.7.0
3222026-06-18T16:30:05.344Z Downloaded version_check v0.9.5
3232026-06-18T16:30:05.347Z Downloaded unicode-ident v1.0.24
3242026-06-18T16:30:05.347Z Downloaded usdt-impl v0.5.0
3252026-06-18T16:30:05.347Z Downloaded tinystr v0.8.2
3262026-06-18T16:30:05.350Z Downloaded dof v0.3.0
3272026-06-18T16:30:05.350Z Downloaded thread-id v4.2.2
3282026-06-18T16:30:05.350Z Downloaded zerofrom-derive v0.1.6
3292026-06-18T16:30:05.353Z Downloaded heck v0.5.0
3302026-06-18T16:30:05.353Z Downloaded usdt-macro v0.5.0
3312026-06-18T16:30:05.353Z Downloaded thiserror-impl v1.0.69
3322026-06-18T16:30:05.356Z Downloaded stable_deref_trait v1.2.1
3332026-06-18T16:30:05.356Z Downloaded writeable v0.6.2
3342026-06-18T16:30:05.361Z Downloaded zmij v1.0.21
3352026-06-18T16:30:05.361Z Downloaded terminal_size v0.4.3
3362026-06-18T16:30:05.361Z Downloaded thiserror-impl v2.0.18
3372026-06-18T16:30:05.361Z Downloaded heck v0.4.1
3382026-06-18T16:30:05.364Z Downloaded proc-macro-error-attr v1.0.4
3392026-06-18T16:30:05.367Z Downloaded zerovec-derive v0.11.2
3402026-06-18T16:30:05.367Z Downloaded zerofrom v0.1.6
3412026-06-18T16:30:05.367Z Downloaded strsim v0.11.1
3422026-06-18T16:30:05.367Z Downloaded thiserror v1.0.69
3432026-06-18T16:30:05.370Z Downloaded macaddr v1.0.1
3442026-06-18T16:30:05.373Z Downloaded fastrand v2.3.0
3452026-06-18T16:30:05.373Z Downloaded serde_spanned v0.6.9
3462026-06-18T16:30:05.373Z Downloaded plain v0.2.3
3472026-06-18T16:30:05.376Z Downloaded cfg-if v1.0.4
3482026-06-18T16:30:05.376Z Downloaded equivalent v1.0.2
3492026-06-18T16:30:05.379Z Downloaded scroll_derive v0.12.1
3502026-06-18T16:30:05.382Z Downloaded dtrace-parser v0.2.0
3512026-06-18T16:30:05.385Z Downloaded textwrap v0.16.2
3522026-06-18T16:30:05.388Z Downloaded yoke v0.8.1
3532026-06-18T16:30:05.391Z Downloaded sha2 v0.10.9
3542026-06-18T16:30:05.394Z Downloaded zerocopy-derive v0.7.35
3552026-06-18T16:30:05.397Z Downloaded quote v1.0.45
3562026-06-18T16:30:05.397Z Downloaded anstyle-parse v1.0.0
3572026-06-18T16:30:05.397Z Downloaded toml_edit v0.22.27
3582026-06-18T16:30:05.400Z Downloaded zerotrie v0.2.3
3592026-06-18T16:30:05.403Z Downloaded pest_derive v2.8.6
3602026-06-18T16:30:05.403Z Downloaded cargo_toml v0.21.0
3612026-06-18T16:30:05.403Z Downloaded cargo-util-schemas v0.8.2
3622026-06-18T16:30:05.406Z Downloaded is_terminal_polyfill v1.70.2
3632026-06-18T16:30:05.406Z Downloaded icu_locale_core v2.1.1
3642026-06-18T16:30:05.409Z Downloaded url v2.5.8
3652026-06-18T16:30:05.413Z Downloaded typenum v1.19.0
3662026-06-18T16:30:05.413Z Downloaded smawk v0.3.2
3672026-06-18T16:30:05.413Z Downloaded swrite v0.1.0
3682026-06-18T16:30:05.416Z Downloaded ordered-float v2.10.1
3692026-06-18T16:30:05.416Z Downloaded digest v0.10.7
3702026-06-18T16:30:05.416Z Downloaded autocfg v1.5.0
3712026-06-18T16:30:05.416Z Downloaded tabled_derive v0.7.0
3722026-06-18T16:30:05.416Z Downloaded errno v0.3.14
3732026-06-18T16:30:05.416Z Downloaded block-buffer v0.10.4
3742026-06-18T16:30:05.419Z Downloaded scroll v0.12.0
3752026-06-18T16:30:05.422Z Downloaded synstructure v0.13.2
3762026-06-18T16:30:05.422Z Downloaded zerovec v0.11.5
3772026-06-18T16:30:05.425Z Downloaded bytecount v0.6.9
3782026-06-18T16:30:05.428Z Downloaded serde_tokenstream v0.2.3
3792026-06-18T16:30:05.428Z Downloaded erased-serde v0.4.9
3802026-06-18T16:30:05.428Z Downloaded itoa v1.0.17
3812026-06-18T16:30:05.431Z Downloaded zerocopy v0.7.35
3822026-06-18T16:30:05.437Z Downloaded winnow v0.7.14
3832026-06-18T16:30:05.442Z Downloaded tempfile v3.25.0
3842026-06-18T16:30:05.445Z Downloaded unicode-width v0.1.14
3852026-06-18T16:30:05.448Z Downloaded serde-untagged v0.1.9
3862026-06-18T16:30:05.448Z Downloaded unicode-width v0.2.0
3872026-06-18T16:30:05.451Z Downloaded pretty-hex v0.4.1
3882026-06-18T16:30:05.451Z Downloaded log v0.4.29
3892026-06-18T16:30:05.454Z Downloaded smallvec v1.15.1
3902026-06-18T16:30:05.454Z Downloaded litemap v0.8.1
3912026-06-18T16:30:05.458Z Downloaded anstyle v1.0.14
3922026-06-18T16:30:05.461Z Downloaded bitflags v2.11.0
3932026-06-18T16:30:05.461Z Downloaded semver v1.0.28
3942026-06-18T16:30:05.470Z Downloaded once_cell v1.21.3
3952026-06-18T16:30:05.473Z Downloaded pest_generator v2.8.6
3962026-06-18T16:30:05.484Z Downloaded proc-macro2 v1.0.106
3972026-06-18T16:30:05.492Z Downloaded serde_core v1.0.228
3982026-06-18T16:30:05.496Z Downloaded icu_properties v2.1.2
3992026-06-18T16:30:05.496Z Downloaded papergrid v0.11.0
4002026-06-18T16:30:05.498Z Downloaded clap v4.6.1
4012026-06-18T16:30:05.503Z Downloaded icu_normalizer_data v2.1.1
4022026-06-18T16:30:05.505Z Downloaded getrandom v0.4.1
4032026-06-18T16:30:05.508Z Downloaded cargo_metadata v0.21.0
4042026-06-18T16:30:05.511Z Downloaded icu_provider v2.1.1
4052026-06-18T16:30:05.511Z Downloaded serde_derive v1.0.228
4062026-06-18T16:30:05.515Z Downloaded num-traits v0.2.19
4072026-06-18T16:30:05.515Z Downloaded icu_normalizer v2.1.1
4082026-06-18T16:30:05.519Z Downloaded memchr v2.8.0
4092026-06-18T16:30:05.522Z Downloaded hashbrown v0.17.0
4102026-06-18T16:30:05.526Z Downloaded pest_meta v2.8.6
4112026-06-18T16:30:05.535Z Downloaded serde v1.0.228
4122026-06-18T16:30:05.538Z Downloaded indexmap v2.14.0
4132026-06-18T16:30:05.541Z Downloaded icu_collections v2.1.1
4142026-06-18T16:30:05.560Z Downloaded pest v2.8.6
4152026-06-18T16:30:05.574Z Downloaded icu_properties_data v2.1.2
4162026-06-18T16:30:05.588Z Downloaded idna v1.1.0
4172026-06-18T16:30:05.595Z Downloaded serde_json v1.0.149
4182026-06-18T16:30:05.600Z Downloaded goblin v0.8.2
4192026-06-18T16:30:05.603Z Downloaded tabled v0.15.0
4202026-06-18T16:30:05.611Z Downloaded clap_builder v4.6.0
4212026-06-18T16:30:05.614Z Downloaded syn v1.0.109
4222026-06-18T16:30:05.632Z Downloaded syn v2.0.117
4232026-06-18T16:30:05.646Z Downloaded rustix v1.1.3
4242026-06-18T16:30:05.678Z Downloaded libc v0.2.185
4252026-06-18T16:30:05.744Z Compiling proc-macro2 v1.0.106
4262026-06-18T16:30:05.744Z Compiling unicode-ident v1.0.24
4272026-06-18T16:30:05.747Z Compiling quote v1.0.45
4282026-06-18T16:30:05.748Z Compiling serde_core v1.0.228
4292026-06-18T16:30:05.748Z Compiling libc v0.2.185
4302026-06-18T16:30:05.748Z Compiling version_check v0.9.5
4312026-06-18T16:30:05.748Z Compiling memchr v2.8.0
4322026-06-18T16:30:05.748Z Compiling serde v1.0.228
4332026-06-18T16:30:06.075Z Compiling stable_deref_trait v1.2.1
4342026-06-18T16:30:06.152Z Compiling zmij v1.0.21
4352026-06-18T16:30:06.328Z Compiling autocfg v1.5.0
4362026-06-18T16:30:06.331Z Compiling thiserror v1.0.69
4372026-06-18T16:30:06.610Z Compiling ucd-trie v0.1.7
4382026-06-18T16:30:06.640Z Compiling itoa v1.0.17
4392026-06-18T16:30:06.724Z Compiling writeable v0.6.2
4402026-06-18T16:30:06.741Z Compiling litemap v0.8.1
4412026-06-18T16:30:06.762Z Compiling pest v2.8.6
4422026-06-18T16:30:06.873Z Compiling byteorder v1.5.0
4432026-06-18T16:30:06.888Z Compiling icu_normalizer_data v2.1.1
4442026-06-18T16:30:06.912Z Compiling rustix v1.1.3
4452026-06-18T16:30:07.096Z Compiling icu_properties_data v2.1.2
4462026-06-18T16:30:07.249Z Compiling syn v2.0.117
4472026-06-18T16:30:07.307Z Compiling errno v0.3.14
4482026-06-18T16:30:07.321Z Compiling serde_json v1.0.149
4492026-06-18T16:30:07.339Z Compiling bitflags v2.11.0
4502026-06-18T16:30:07.547Z Compiling num-traits v0.2.19
4512026-06-18T16:30:07.563Z Compiling hashbrown v0.17.0
4522026-06-18T16:30:07.581Z Compiling typeid v1.0.3
4532026-06-18T16:30:07.849Z Compiling pest_meta v2.8.6
4542026-06-18T16:30:07.915Z Compiling smallvec v1.15.1
4552026-06-18T16:30:07.982Z Compiling equivalent v1.0.2
4562026-06-18T16:30:08.082Z Compiling indexmap v2.14.0
4572026-06-18T16:30:08.168Z Compiling thread-id v4.2.2
4582026-06-18T16:30:08.183Z Compiling usdt-impl v0.5.0
4592026-06-18T16:30:08.248Z Compiling proc-macro-error-attr v1.0.4
4602026-06-18T16:30:08.299Z Compiling syn v1.0.109
4612026-06-18T16:30:08.387Z Compiling winnow v0.7.14
4622026-06-18T16:30:08.429Z Compiling toml_write v0.1.2
4632026-06-18T16:30:08.609Z Compiling erased-serde v0.4.9
4642026-06-18T16:30:08.800Z Compiling proc-macro-error v1.0.4
4652026-06-18T16:30:08.912Z Compiling thiserror v2.0.18
4662026-06-18T16:30:08.983Z Compiling camino v1.2.2
4672026-06-18T16:30:09.245Z Compiling plain v0.2.3
4682026-06-18T16:30:09.301Z Compiling getrandom v0.4.1
4692026-06-18T16:30:09.307Z Compiling utf8_iter v1.0.4
4702026-06-18T16:30:09.356Z Compiling percent-encoding v2.3.2
4712026-06-18T16:30:09.454Z Compiling log v0.4.29
4722026-06-18T16:30:09.468Z Compiling utf8parse v0.2.2
4732026-06-18T16:30:09.549Z Compiling anstyle-parse v1.0.0
4742026-06-18T16:30:09.579Z Compiling form_urlencoded v1.2.2
4752026-06-18T16:30:09.664Z Compiling ordered-float v2.10.1
4762026-06-18T16:30:09.793Z Compiling synstructure v0.13.2
4772026-06-18T16:30:09.833Z Compiling pest_generator v2.8.6
4782026-06-18T16:30:09.849Z Compiling terminal_size v0.4.3
4792026-06-18T16:30:09.983Z Compiling colorchoice v1.0.4
4802026-06-18T16:30:10.186Z Compiling pretty-hex v0.4.1
4812026-06-18T16:30:10.303Z Compiling anstyle v1.0.14
4822026-06-18T16:30:10.303Z Compiling anstyle-query v1.1.5
4832026-06-18T16:30:10.303Z Compiling cfg-if v1.0.4
4842026-06-18T16:30:10.406Z Compiling is_terminal_polyfill v1.70.2
4852026-06-18T16:30:10.552Z Compiling anstream v1.0.0
4862026-06-18T16:30:10.552Z Compiling serde-untagged v0.1.9
4872026-06-18T16:30:10.552Z Compiling semver v1.0.28
4882026-06-18T16:30:10.650Z Compiling fs-err v3.3.0
4892026-06-18T16:30:10.759Z Compiling strsim v0.11.1
4902026-06-18T16:30:10.759Z Compiling fastrand v2.3.0
4912026-06-18T16:30:10.847Z Compiling fnv v1.0.7
4922026-06-18T16:30:10.847Z Compiling clap_lex v1.0.0
4932026-06-18T16:30:10.848Z Compiling unicode-xid v0.2.6
4942026-06-18T16:30:10.976Z Compiling bytecount v0.6.9
4952026-06-18T16:30:11.060Z Compiling heck v0.4.1
4962026-06-18T16:30:11.060Z Compiling unicode-width v0.1.14
4972026-06-18T16:30:11.060Z Compiling once_cell v1.21.3
4982026-06-18T16:30:11.060Z Compiling anyhow v1.0.102
4992026-06-18T16:30:11.195Z Compiling heck v0.5.0
5002026-06-18T16:30:11.198Z Compiling tempfile v3.25.0
5012026-06-18T16:30:11.254Z Compiling papergrid v0.11.0
5022026-06-18T16:30:11.298Z Compiling clap_builder v4.6.0
5032026-06-18T16:30:11.533Z Compiling memmap v0.7.0
5042026-06-18T16:30:11.547Z Compiling serde_derive v1.0.228
5052026-06-18T16:30:11.561Z Compiling zerofrom-derive v0.1.6
5062026-06-18T16:30:11.586Z Compiling yoke-derive v0.8.1
5072026-06-18T16:30:11.712Z Compiling zerovec-derive v0.11.2
5082026-06-18T16:30:11.861Z Compiling displaydoc v0.2.5
5092026-06-18T16:30:12.596Z Compiling thiserror-impl v1.0.69
5102026-06-18T16:30:12.644Z Compiling zerocopy-derive v0.7.35
5112026-06-18T16:30:12.750Z Compiling pest_derive v2.8.6
5122026-06-18T16:30:12.819Z Compiling scroll_derive v0.12.1
5132026-06-18T16:30:12.946Z Compiling zerofrom v0.1.6
5142026-06-18T16:30:13.077Z Compiling yoke v0.8.1
5152026-06-18T16:30:13.153Z Compiling thiserror-impl v2.0.18
5162026-06-18T16:30:13.278Z Compiling zerovec v0.11.5
5172026-06-18T16:30:13.518Z Compiling zerotrie v0.2.3
5182026-06-18T16:30:13.575Z Compiling zerocopy v0.7.35
5192026-06-18T16:30:13.777Z Compiling tinystr v0.8.2
5202026-06-18T16:30:13.791Z Compiling potential_utf v0.1.4
5212026-06-18T16:30:13.964Z Compiling icu_locale_core v2.1.1
5222026-06-18T16:30:13.978Z Compiling icu_collections v2.1.1
5232026-06-18T16:30:13.989Z Compiling dtrace-parser v0.2.0
5242026-06-18T16:30:14.046Z Compiling scroll v0.12.0
5252026-06-18T16:30:14.252Z Compiling tabled_derive v0.7.0
5262026-06-18T16:30:14.311Z Compiling goblin v0.8.2
5272026-06-18T16:30:14.376Z Compiling clap_derive v4.6.1
5282026-06-18T16:30:14.592Z Compiling icu_provider v2.1.1
5292026-06-18T16:30:14.717Z Compiling smawk v0.3.2
5302026-06-18T16:30:14.833Z Compiling icu_properties v2.1.2
5312026-06-18T16:30:14.857Z Compiling serde_spanned v0.6.9
5322026-06-18T16:30:14.886Z Compiling toml_datetime v0.6.11
5332026-06-18T16:30:14.934Z Compiling icu_normalizer v2.1.1
5342026-06-18T16:30:14.950Z Compiling dof v0.3.0
5352026-06-18T16:30:14.999Z Compiling serde_tokenstream v0.2.3
5362026-06-18T16:30:15.142Z Compiling toml_edit v0.22.27
5372026-06-18T16:30:15.145Z Compiling serde-value v0.7.0
5382026-06-18T16:30:15.331Z Compiling cargo-platform v0.2.0
5392026-06-18T16:30:15.476Z Compiling unicode-linebreak v0.1.5
5402026-06-18T16:30:15.496Z Compiling unicode-width v0.2.0
5412026-06-18T16:30:15.598Z Compiling tabled v0.15.0
5422026-06-18T16:30:15.717Z Compiling idna_adapter v1.2.1
5432026-06-18T16:30:15.770Z Compiling textwrap v0.16.2
5442026-06-18T16:30:15.860Z Compiling idna v1.1.0
5452026-06-18T16:30:15.900Z Compiling macaddr v1.0.1
5462026-06-18T16:30:15.916Z Compiling usdt-macro v0.5.0
5472026-06-18T16:30:16.177Z Compiling usdt-attr-macro v0.5.0
5482026-06-18T16:30:16.180Z Compiling clap v4.6.1
5492026-06-18T16:30:16.282Z Compiling url v2.5.8
5502026-06-18T16:30:16.659Z Compiling toml v0.8.23
5512026-06-18T16:30:16.862Z Compiling camino-tempfile v1.4.1
5522026-06-18T16:30:16.865Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5532026-06-18T16:30:17.034Z Compiling cargo-util-schemas v0.8.2
5542026-06-18T16:30:17.127Z Compiling cargo_toml v0.21.0
5552026-06-18T16:30:17.237Z Compiling swrite v0.1.0
5562026-06-18T16:30:17.536Z Compiling usdt v0.5.0
5572026-06-18T16:30:17.936Z Compiling cargo_metadata v0.21.0
5582026-06-18T16:30:18.845Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5592026-06-18T16:30:20.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.89s
5602026-06-18T16:30:21.107Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5612026-06-18T16:30:21.598Z Downloading crates ...
5622026-06-18T16:30:21.694Z Downloaded adler2 v2.0.1
5632026-06-18T16:30:21.704Z Downloaded cpufeatures v0.3.0
5642026-06-18T16:30:21.707Z Downloaded ahash v0.8.12
5652026-06-18T16:30:21.710Z Downloaded ar_archive_writer v0.5.1
5662026-06-18T16:30:21.713Z Downloaded darling_macro v0.23.0
5672026-06-18T16:30:21.713Z Downloaded darling_macro v0.13.4
5682026-06-18T16:30:21.713Z Downloaded const-oid v0.9.6
5692026-06-18T16:30:21.716Z Downloaded async-stream v0.3.6
5702026-06-18T16:30:21.716Z Downloaded async-trait v0.1.89
5712026-06-18T16:30:21.719Z Downloaded darling v0.21.3
5722026-06-18T16:30:21.722Z Downloaded daft v0.1.7
5732026-06-18T16:30:21.725Z Downloaded blake2 v0.10.6
5742026-06-18T16:30:21.728Z Downloaded atty v0.2.14
5752026-06-18T16:30:21.728Z Downloaded darling_core v0.13.4
5762026-06-18T16:30:21.731Z Downloaded cstr-argument v0.1.2
5772026-06-18T16:30:21.731Z Downloaded crucible-workspace-hack v0.1.0
5782026-06-18T16:30:21.731Z Downloaded atomicwrites v0.4.4
5792026-06-18T16:30:21.734Z Downloaded darling v0.13.4
5802026-06-18T16:30:21.734Z Downloaded csv-core v0.1.13
5812026-06-18T16:30:21.737Z Downloaded console v0.15.11
5822026-06-18T16:30:21.740Z Downloaded aead v0.5.2
5832026-06-18T16:30:21.743Z Downloaded defmt-parser v1.0.0
5842026-06-18T16:30:21.743Z Downloaded defmt v0.3.100
5852026-06-18T16:30:21.746Z Downloaded bitfield-macros v0.19.4
5862026-06-18T16:30:21.746Z Downloaded base16ct v0.2.0
5872026-06-18T16:30:21.749Z Downloaded dirs-next v2.0.0
5882026-06-18T16:30:21.749Z Downloaded crunchy v0.2.4
5892026-06-18T16:30:21.749Z Downloaded ctr v0.9.2
5902026-06-18T16:30:21.752Z Downloaded daft-derive v0.1.7
5912026-06-18T16:30:21.753Z Downloaded crc-any v2.5.0
5922026-06-18T16:30:21.755Z Downloaded const_format_proc_macros v0.2.34
5932026-06-18T16:30:21.759Z Downloaded dunce v1.0.5
5942026-06-18T16:30:21.759Z Downloaded document-features v0.2.12
5952026-06-18T16:30:21.759Z Downloaded difflib v0.4.0
5962026-06-18T16:30:21.759Z Downloaded debug-ignore v1.0.5
5972026-06-18T16:30:21.762Z Downloaded darling_macro v0.21.3
5982026-06-18T16:30:21.762Z Downloaded darling v0.23.0
5992026-06-18T16:30:21.765Z Downloaded darling_core v0.23.0
6002026-06-18T16:30:21.768Z Downloaded dropshot-api-manager-types v0.7.2
6012026-06-18T16:30:21.768Z Downloaded bit-set v0.8.0
6022026-06-18T16:30:21.768Z Downloaded colored v2.2.0
6032026-06-18T16:30:21.771Z Downloaded atomic-waker v1.1.2
6042026-06-18T16:30:21.771Z Downloaded cfg_aliases v0.2.1
6052026-06-18T16:30:21.776Z Downloaded ed25519 v2.2.3
6062026-06-18T16:30:21.776Z Downloaded der_derive v0.7.3
6072026-06-18T16:30:21.776Z Downloaded bzip2 v0.6.1
6082026-06-18T16:30:21.776Z Downloaded array-init v0.0.4
6092026-06-18T16:30:21.779Z Downloaded darling_core v0.21.3
6102026-06-18T16:30:21.782Z Downloaded fixedbitset v0.4.2
6112026-06-18T16:30:21.782Z Downloaded dtrace-parser v0.3.0
6122026-06-18T16:30:21.782Z Downloaded display-error-chain v0.2.2
6132026-06-18T16:30:21.782Z Downloaded bytes v1.11.1
6142026-06-18T16:30:21.785Z Downloaded crypto-bigint v0.5.5
6152026-06-18T16:30:21.789Z Downloaded embedded-io v0.6.1
6162026-06-18T16:30:21.793Z Downloaded darling_macro v0.20.11
6172026-06-18T16:30:21.793Z Downloaded cobs v0.3.0
6182026-06-18T16:30:21.793Z Downloaded castaway v0.2.4
6192026-06-18T16:30:21.793Z Downloaded ascii-canvas v3.0.0
6202026-06-18T16:30:21.796Z Downloaded ciborium-io v0.2.2
6212026-06-18T16:30:21.796Z Downloaded cfg_aliases v0.1.1
6222026-06-18T16:30:21.796Z Downloaded dsl_auto_type v0.2.0
6232026-06-18T16:30:21.796Z Downloaded arrayref v0.3.9
6242026-06-18T16:30:21.796Z Downloaded dirs-sys-next v0.1.2
6252026-06-18T16:30:21.799Z Downloaded async-recursion v1.1.1
6262026-06-18T16:30:21.799Z Downloaded crc8 v0.1.1
6272026-06-18T16:30:21.799Z Downloaded bitfield-struct v0.6.2
6282026-06-18T16:30:21.802Z Downloaded bcrypt-pbkdf v0.10.0
6292026-06-18T16:30:21.802Z Downloaded dyn-clone v1.0.20
6302026-06-18T16:30:21.802Z Downloaded bitflags v1.3.2
6312026-06-18T16:30:21.805Z Downloaded deranged v0.5.8
6322026-06-18T16:30:21.805Z Downloaded bb8 v0.8.6
6332026-06-18T16:30:21.809Z Downloaded diesel_table_macro_syntax v0.3.0
6342026-06-18T16:30:21.809Z Downloaded base64ct v1.8.3
6352026-06-18T16:30:21.809Z Downloaded darling v0.20.11
6362026-06-18T16:30:21.812Z Downloaded cexpr v0.6.0
6372026-06-18T16:30:21.814Z Downloaded crossbeam-deque v0.8.6
6382026-06-18T16:30:21.814Z Downloaded convert_case v0.4.0
6392026-06-18T16:30:21.815Z Downloaded endian-type v0.1.2
6402026-06-18T16:30:21.815Z Downloaded crc-catalog v2.4.0
6412026-06-18T16:30:21.818Z Downloaded float-cmp v0.10.0
6422026-06-18T16:30:21.818Z Downloaded async-stream-impl v0.3.6
6432026-06-18T16:30:21.818Z Downloaded env_filter v1.0.0
6442026-06-18T16:30:21.821Z Downloaded downcast-rs v2.0.2
6452026-06-18T16:30:21.821Z Downloaded embedded-io v0.4.0
6462026-06-18T16:30:21.821Z Downloaded derive_builder_macro v0.20.2
6472026-06-18T16:30:21.824Z Downloaded crc v3.4.0
6482026-06-18T16:30:21.824Z Downloaded fd-lock v4.0.4
6492026-06-18T16:30:21.827Z Downloaded block-padding v0.3.3
6502026-06-18T16:30:21.827Z Downloaded bit-set v0.5.3
6512026-06-18T16:30:21.827Z Downloaded float-ord v0.3.2
6522026-06-18T16:30:21.830Z Downloaded compression-core v0.4.31
6532026-06-18T16:30:21.830Z Downloaded assert_matches v1.5.0
6542026-06-18T16:30:21.833Z Downloaded curve25519-dalek-derive v0.1.1
6552026-06-18T16:30:21.836Z Downloaded foreign-types-shared v0.3.1
6562026-06-18T16:30:21.836Z Downloaded flagset v0.4.7
6572026-06-18T16:30:21.839Z Downloaded futures-task v0.3.32
6582026-06-18T16:30:21.839Z Downloaded futures-sink v0.3.32
6592026-06-18T16:30:21.839Z Downloaded funty v2.0.0
6602026-06-18T16:30:21.839Z Downloaded foreign-types-shared v0.1.1
6612026-06-18T16:30:21.843Z Downloaded futures-io v0.3.32
6622026-06-18T16:30:21.843Z Downloaded futures-macro v0.3.32
6632026-06-18T16:30:21.843Z Downloaded futures-core v0.3.32
6642026-06-18T16:30:21.846Z Downloaded foreign-types v0.3.2
6652026-06-18T16:30:21.846Z Downloaded git-stub v1.0.0
6662026-06-18T16:30:21.846Z Downloaded foreign-types-macros v0.2.3
6672026-06-18T16:30:21.846Z Downloaded globwalk v0.9.1
6682026-06-18T16:30:21.849Z Downloaded bit-vec v0.8.0
6692026-06-18T16:30:21.849Z Downloaded byte-wrapper v0.1.0
6702026-06-18T16:30:21.852Z Downloaded cargo-platform v0.3.2
6712026-06-18T16:30:21.852Z Downloaded bit-vec v0.6.3
6722026-06-18T16:30:21.852Z Downloaded ff v0.13.1
6732026-06-18T16:30:21.855Z Downloaded erased-serde v0.3.31
6742026-06-18T16:30:21.855Z Downloaded cassowary v0.3.0
6752026-06-18T16:30:21.858Z Downloaded defmt-macros v1.0.1
6762026-06-18T16:30:21.858Z Downloaded env_logger v0.11.9
6772026-06-18T16:30:21.861Z Downloaded either v1.15.0
6782026-06-18T16:30:21.861Z Downloaded filetime v0.2.27
6792026-06-18T16:30:21.864Z Downloaded derive-ex v0.1.8
6802026-06-18T16:30:21.864Z Downloaded fallible-iterator v0.2.0
6812026-06-18T16:30:21.864Z Downloaded critical-section v1.2.0
6822026-06-18T16:30:21.867Z Downloaded ghash v0.5.1
6832026-06-18T16:30:21.868Z Downloaded diff v0.1.13
6842026-06-18T16:30:21.868Z Downloaded fxhash v0.2.1
6852026-06-18T16:30:21.871Z Downloaded enum-as-inner v0.6.1
6862026-06-18T16:30:21.871Z Downloaded data-encoding v2.10.0
6872026-06-18T16:30:21.871Z Downloaded hash32 v0.3.1
6882026-06-18T16:30:21.875Z Downloaded hash32 v0.2.1
6892026-06-18T16:30:21.875Z Downloaded bcs v0.1.6
6902026-06-18T16:30:21.875Z Downloaded headers-core v0.3.0
6912026-06-18T16:30:21.878Z Downloaded home v0.5.12
6922026-06-18T16:30:21.878Z Downloaded hex-literal v0.4.1
6932026-06-18T16:30:21.878Z Downloaded foreign-types v0.5.0
6942026-06-18T16:30:21.878Z Downloaded derive_builder_core v0.20.2
6952026-06-18T16:30:21.878Z Downloaded hex v0.4.3
6962026-06-18T16:30:21.881Z Downloaded compression-codecs v0.4.37
6972026-06-18T16:30:21.881Z Downloaded gethostname v0.5.0
6982026-06-18T16:30:21.885Z Downloaded httpdate v1.0.3
6992026-06-18T16:30:21.885Z Downloaded http-body v1.0.1
7002026-06-18T16:30:21.885Z Downloaded hostname v0.4.2
7012026-06-18T16:30:21.885Z Downloaded hubpack_derive v0.1.1
7022026-06-18T16:30:21.888Z Downloaded hubpack v0.1.2
7032026-06-18T16:30:21.888Z Downloaded backoff v0.4.0
7042026-06-18T16:30:21.888Z Downloaded hostname v0.3.1
7052026-06-18T16:30:21.891Z Downloaded cargo_metadata v0.23.1
7062026-06-18T16:30:21.894Z Downloaded cmake v0.1.57
7072026-06-18T16:30:21.894Z Downloaded find-msvc-tools v0.1.9
7082026-06-18T16:30:21.894Z Downloaded ena v0.14.4
7092026-06-18T16:30:21.897Z Downloaded ciborium-ll v0.2.2
7102026-06-18T16:30:21.897Z Downloaded dof v0.4.0
7112026-06-18T16:30:21.900Z Downloaded constant_time_eq v0.4.2
7122026-06-18T16:30:21.904Z Downloaded anstyle-parse v0.2.7
7132026-06-18T16:30:21.904Z Downloaded fixedbitset v0.5.7
7142026-06-18T16:30:21.907Z Downloaded diesel-dtrace v0.5.0
7152026-06-18T16:30:21.910Z Downloaded blowfish v0.9.1
7162026-06-18T16:30:21.910Z Downloaded git-stub-vcs v0.1.0
7172026-06-18T16:30:21.913Z Downloaded convert_case v0.10.0
7182026-06-18T16:30:21.913Z Downloaded cbc v0.1.2
7192026-06-18T16:30:21.916Z Downloaded indent_write v2.2.0
7202026-06-18T16:30:21.916Z Downloaded foldhash v0.1.5
7212026-06-18T16:30:21.919Z Downloaded corncobs v0.1.4
7222026-06-18T16:30:21.919Z Downloaded bitfield v0.19.4
7232026-06-18T16:30:21.922Z Downloaded arrayvec v0.7.6
7242026-06-18T16:30:21.925Z Downloaded cipher v0.4.4
7252026-06-18T16:30:21.925Z Downloaded ident_case v1.0.1
7262026-06-18T16:30:21.929Z Downloaded http-range v0.1.5
7272026-06-18T16:30:21.929Z Downloaded clang-sys v1.8.1
7282026-06-18T16:30:21.929Z Downloaded ecdsa v0.16.9
7292026-06-18T16:30:21.932Z Downloaded derive-where v1.6.0
7302026-06-18T16:30:21.932Z Downloaded illumos-nvpair v0.3.0
7312026-06-18T16:30:21.935Z Downloaded defmt v1.0.1
7322026-06-18T16:30:21.935Z Downloaded foldhash v0.2.0
7332026-06-18T16:30:21.938Z Downloaded inout v0.1.4
7342026-06-18T16:30:21.938Z Downloaded indoc v1.0.9
7352026-06-18T16:30:21.938Z Downloaded futures-executor v0.3.32
7362026-06-18T16:30:21.941Z Downloaded darling_core v0.20.11
7372026-06-18T16:30:21.944Z Downloaded globset v0.4.18
7382026-06-18T16:30:21.944Z Downloaded group v0.13.0
7392026-06-18T16:30:21.944Z Downloaded async-compression v0.4.41
7402026-06-18T16:30:21.948Z Downloaded illumos-nvpair-sys v0.2.0
7412026-06-18T16:30:21.951Z Downloaded instability v0.3.11
7422026-06-18T16:30:21.951Z Downloaded instant v0.1.13
7432026-06-18T16:30:21.955Z Downloaded highway v1.3.0
7442026-06-18T16:30:21.955Z Downloaded kstat-rs v0.2.4
7452026-06-18T16:30:21.955Z Downloaded libscf-sys v1.1.0
7462026-06-18T16:30:21.955Z Downloaded is_ci v1.2.0
7472026-06-18T16:30:21.958Z Downloaded is-terminal v0.4.17
7482026-06-18T16:30:21.958Z Downloaded keccak v0.1.6
7492026-06-18T16:30:21.958Z Downloaded linked-hash-map v0.5.6
7502026-06-18T16:30:21.961Z Downloaded lazy_static v1.5.0
7512026-06-18T16:30:21.961Z Downloaded http-body-util v0.1.3
7522026-06-18T16:30:21.961Z Downloaded chacha20 v0.9.1
7532026-06-18T16:30:21.965Z Downloaded bzip2 v0.4.4
7542026-06-18T16:30:21.965Z Downloaded anstream v0.6.21
7552026-06-18T16:30:21.965Z Downloaded backon v1.6.0
7562026-06-18T16:30:21.968Z Downloaded match_cfg v0.1.0
7572026-06-18T16:30:21.969Z Downloaded lru-slab v0.1.2
7582026-06-18T16:30:21.969Z Downloaded cookie v0.18.1
7592026-06-18T16:30:21.972Z Downloaded derive_builder v0.20.2
7602026-06-18T16:30:21.972Z Downloaded async-bb8-diesel v0.2.1
7612026-06-18T16:30:21.975Z Downloaded console v0.16.2
7622026-06-18T16:30:21.975Z Downloaded des v0.8.1
7632026-06-18T16:30:21.978Z Downloaded cookie_store v0.22.1
7642026-06-18T16:30:21.978Z Downloaded colored v3.1.1
7652026-06-18T16:30:21.981Z Downloaded fs_extra v1.3.0
7662026-06-18T16:30:21.981Z Downloaded glob v0.3.3
7672026-06-18T16:30:21.984Z Downloaded camino-tempfile-ext v0.3.3
7682026-06-18T16:30:21.984Z Downloaded hyper-staticfile v0.10.1
7692026-06-18T16:30:21.984Z Downloaded getrandom v0.2.17
7702026-06-18T16:30:21.987Z Downloaded cancel-safe-futures v0.1.5
7712026-06-18T16:30:21.990Z Downloaded humantime v2.3.0
7722026-06-18T16:30:21.990Z Downloaded argon2 v0.5.3
7732026-06-18T16:30:21.990Z Downloaded lru-cache v0.1.2
7742026-06-18T16:30:21.993Z Downloaded md5 v0.7.0
7752026-06-18T16:30:21.993Z Downloaded lzss v0.8.2
7762026-06-18T16:30:21.993Z Downloaded impl-trait-for-tuples v0.2.3
7772026-06-18T16:30:21.996Z Downloaded crc32fast v1.5.0
7782026-06-18T16:30:21.996Z Downloaded lalrpop-util v0.19.12
7792026-06-18T16:30:21.996Z Downloaded drift v0.2.0
7802026-06-18T16:30:22.002Z Downloaded maybe-uninit v2.0.0
7812026-06-18T16:30:22.006Z Downloaded newline-converter v0.3.0
7822026-06-18T16:30:22.006Z Downloaded crossbeam-utils v0.8.21
7832026-06-18T16:30:22.009Z Downloaded memoffset v0.9.1
7842026-06-18T16:30:22.010Z Downloaded indoc v2.0.7
7852026-06-18T16:30:22.010Z Downloaded multimap v0.10.1
7862026-06-18T16:30:22.013Z Downloaded md-5 v0.10.6
7872026-06-18T16:30:22.013Z Downloaded newtype-uuid-macros v0.1.0
7882026-06-18T16:30:22.013Z Downloaded futures-channel v0.3.32
7892026-06-18T16:30:22.013Z Downloaded maplit v1.0.2
7902026-06-18T16:30:22.016Z Downloaded hyper-tls v0.6.0
7912026-06-18T16:30:22.016Z Downloaded fs-err v2.11.0
7922026-06-18T16:30:22.016Z Downloaded lru v0.12.5
7932026-06-18T16:30:22.019Z Downloaded internet-checksum v0.2.1
7942026-06-18T16:30:22.019Z Downloaded ingot-types v0.1.2
7952026-06-18T16:30:22.019Z Downloaded ipnetwork v0.21.1
7962026-06-18T16:30:22.023Z Downloaded hmac v0.12.1
7972026-06-18T16:30:22.026Z Downloaded new_debug_unreachable v1.0.6
7982026-06-18T16:30:22.029Z Downloaded nibble_vec v0.1.0
7992026-06-18T16:30:22.029Z Downloaded jobserver v0.1.34
8002026-06-18T16:30:22.032Z Downloaded newtype_derive v0.1.6
8012026-06-18T16:30:22.032Z Downloaded libsw-core v0.3.2
8022026-06-18T16:30:22.035Z Downloaded nodrop v0.1.14
8032026-06-18T16:30:22.035Z Downloaded nonempty v0.12.0
8042026-06-18T16:30:22.039Z Downloaded chacha20 v0.10.0
8052026-06-18T16:30:22.039Z Downloaded num_enum_derive v0.5.11
8062026-06-18T16:30:22.042Z Downloaded olpc-cjson v0.1.4
8072026-06-18T16:30:22.045Z Downloaded elliptic-curve v0.13.8
8082026-06-18T16:30:22.048Z Downloaded linear-map v1.2.0
8092026-06-18T16:30:22.048Z Downloaded hyper-rustls v0.27.7
8102026-06-18T16:30:22.048Z Downloaded ciborium v0.2.2
8112026-06-18T16:30:22.051Z Downloaded dropshot_endpoint v0.17.0
8122026-06-18T16:30:22.054Z Downloaded derive_more v0.99.20
8132026-06-18T16:30:22.057Z Downloaded iana-time-zone v0.1.65
8142026-06-18T16:30:22.057Z Downloaded httparse v1.10.1
8152026-06-18T16:30:22.060Z Downloaded lock_api v0.4.14
8162026-06-18T16:30:22.064Z Downloaded openssl-probe v0.1.6
8172026-06-18T16:30:22.064Z Downloaded openssl-macros v0.1.1
8182026-06-18T16:30:22.064Z Downloaded num v0.4.3
8192026-06-18T16:30:22.064Z Downloaded libefi-sys v0.1.0
8202026-06-18T16:30:22.068Z Downloaded libsw v3.5.0
8212026-06-18T16:30:22.068Z Downloaded buf-list v1.1.2
8222026-06-18T16:30:22.068Z Downloaded normalize-line-endings v0.3.0
8232026-06-18T16:30:22.071Z Downloaded mime v0.3.17
8242026-06-18T16:30:22.071Z Downloaded num-derive v0.4.2
8252026-06-18T16:30:22.074Z Downloaded managed v0.8.0
8262026-06-18T16:30:22.077Z Downloaded num-derive v0.3.3
8272026-06-18T16:30:22.080Z Downloaded num-iter v0.1.45
8282026-06-18T16:30:22.080Z Downloaded multer v3.1.0
8292026-06-18T16:30:22.083Z Downloaded opaque-debug v0.3.1
8302026-06-18T16:30:22.083Z Downloaded num_threads v0.1.7
8312026-06-18T16:30:22.083Z Downloaded num-conv v0.2.0
8322026-06-18T16:30:22.083Z Downloaded pbkdf2 v0.11.0
8332026-06-18T16:30:22.087Z Downloaded getrandom v0.3.4
8342026-06-18T16:30:22.090Z Downloaded half v2.7.1
8352026-06-18T16:30:22.090Z Downloaded path-slash v0.1.5
8362026-06-18T16:30:22.090Z Downloaded pbkdf2 v0.12.2
8372026-06-18T16:30:22.090Z Downloaded half v1.8.3
8382026-06-18T16:30:22.093Z Downloaded futures v0.3.32
8392026-06-18T16:30:22.096Z Downloaded ingot v0.1.1
8402026-06-18T16:30:22.096Z Downloaded ingot-macros v0.1.1
8412026-06-18T16:30:22.099Z Downloaded native-tls v0.2.18
8422026-06-18T16:30:22.099Z Downloaded nanorand v0.7.0
8432026-06-18T16:30:22.099Z Downloaded ipnet v2.11.0
8442026-06-18T16:30:22.103Z Downloaded openssl-probe v0.2.1
8452026-06-18T16:30:22.106Z Downloaded oso-derive v0.27.3
8462026-06-18T16:30:22.109Z Downloaded packed_struct_codegen v0.10.1
8472026-06-18T16:30:22.112Z Downloaded num_enum v0.5.11
8482026-06-18T16:30:22.116Z Downloaded parse-size v1.1.0
8492026-06-18T16:30:22.116Z Downloaded parse-display v0.10.0
8502026-06-18T16:30:22.119Z Downloaded num-rational v0.4.2
8512026-06-18T16:30:22.119Z Downloaded peg-runtime v0.8.5
8522026-06-18T16:30:22.119Z Downloaded const_format v0.2.35
8532026-06-18T16:30:22.122Z Downloaded allocator-api2 v0.2.21
8542026-06-18T16:30:22.125Z Downloaded arc-swap v1.8.2
8552026-06-18T16:30:22.129Z Downloaded chacha20poly1305 v0.10.1
8562026-06-18T16:30:22.132Z Downloaded flume v0.11.1
8572026-06-18T16:30:22.134Z Downloaded fatfs v0.3.6
8582026-06-18T16:30:22.135Z Downloaded crossbeam-epoch v0.9.18
8592026-06-18T16:30:22.138Z Downloaded base64 v0.22.1
8602026-06-18T16:30:22.140Z Downloaded ignore v0.4.25
8612026-06-18T16:30:22.145Z Downloaded libloading v0.8.9
8622026-06-18T16:30:22.148Z Downloaded ed25519-dalek v2.2.0
8632026-06-18T16:30:22.151Z Downloaded oxnet v0.1.6
8642026-06-18T16:30:22.151Z Downloaded nu-ansi-term v0.50.3
8652026-06-18T16:30:22.154Z Downloaded oxide-tokio-rt v0.1.4
8662026-06-18T16:30:22.154Z Downloaded crossbeam-channel v0.5.15
8672026-06-18T16:30:22.157Z Downloaded powerfmt v0.2.0
8682026-06-18T16:30:22.157Z Downloaded predicates-tree v1.0.13
8692026-06-18T16:30:22.157Z Downloaded precomputed-hash v0.1.1
8702026-06-18T16:30:22.160Z Downloaded litrs v1.0.0
8712026-06-18T16:30:22.160Z Downloaded num-integer v0.1.46
8722026-06-18T16:30:22.163Z Downloaded paste v1.0.15
8732026-06-18T16:30:22.166Z Downloaded phf_shared v0.12.1
8742026-06-18T16:30:22.178Z Downloaded progenitor-client v0.14.0
8752026-06-18T16:30:22.181Z Downloaded proc-macro-error-attr2 v2.0.0
8762026-06-18T16:30:22.181Z Downloaded proc-macro-crate v1.3.1
8772026-06-18T16:30:22.181Z Downloaded pin-utils v0.1.0
8782026-06-18T16:30:22.185Z Downloaded mime_guess v2.0.5
8792026-06-18T16:30:22.185Z Downloaded phf_shared v0.13.1
8802026-06-18T16:30:22.185Z Downloaded num_enum_derive v0.7.6
8812026-06-18T16:30:22.185Z Downloaded peg-macros v0.8.5
8822026-06-18T16:30:22.188Z Downloaded memmap2 v0.9.10
8832026-06-18T16:30:22.188Z Downloaded heapless v0.8.0
8842026-06-18T16:30:22.189Z Downloaded headers v0.4.1
8852026-06-18T16:30:22.192Z Downloaded owo-colors v4.3.0
8862026-06-18T16:30:22.195Z Downloaded libbz2-rs-sys v0.2.2
8872026-06-18T16:30:22.195Z Downloaded phf_shared v0.11.3
8882026-06-18T16:30:22.195Z Downloaded parse-display-derive v0.10.0
8892026-06-18T16:30:22.199Z Downloaded newtype-uuid v1.3.2
8902026-06-18T16:30:22.199Z Downloaded pem v3.0.6
8912026-06-18T16:30:22.202Z Downloaded predicates-core v1.0.10
8922026-06-18T16:30:22.202Z Downloaded proc-macro-crate v3.4.0
8932026-06-18T16:30:22.202Z Downloaded pem-rfc7468 v0.7.0
8942026-06-18T16:30:22.202Z Downloaded parking_lot_core v0.8.6
8952026-06-18T16:30:22.205Z Downloaded phf v0.12.1
8962026-06-18T16:30:22.206Z Downloaded packed_struct v0.10.1
8972026-06-18T16:30:22.206Z Downloaded quick-error v1.2.3
8982026-06-18T16:30:22.208Z Downloaded num_enum v0.7.6
8992026-06-18T16:30:22.211Z Downloaded bumpalo v3.20.2
9002026-06-18T16:30:22.211Z Downloaded pin-project-internal v1.1.11
9012026-06-18T16:30:22.214Z Downloaded compact_str v0.8.1
9022026-06-18T16:30:22.214Z Downloaded flate2 v1.1.9
9032026-06-18T16:30:22.218Z Downloaded password-hash v0.4.2
9042026-06-18T16:30:22.221Z Downloaded progenitor-macro v0.13.0
9052026-06-18T16:30:22.221Z Downloaded base64 v0.21.7
9062026-06-18T16:30:22.224Z Downloaded omicron-zone-package v0.12.2
9072026-06-18T16:30:22.224Z Downloaded pkcs8 v0.10.2
9082026-06-18T16:30:22.227Z Downloaded pkg-config v0.3.32
9092026-06-18T16:30:22.227Z Downloaded indexmap v1.9.3
9102026-06-18T16:30:22.230Z Downloaded psl-types v2.0.11
9112026-06-18T16:30:22.230Z Downloaded progenitor-macro v0.14.0
9122026-06-18T16:30:22.233Z Downloaded derive_more-impl v2.1.1
9132026-06-18T16:30:22.233Z Downloaded rand_chacha v0.3.1
9142026-06-18T16:30:22.236Z Downloaded predicates v3.1.4
9152026-06-18T16:30:22.236Z Downloaded peg v0.8.5
9162026-06-18T16:30:22.239Z Downloaded phf v0.13.1
9172026-06-18T16:30:22.239Z Downloaded ppv-lite86 v0.2.21
9182026-06-18T16:30:22.242Z Downloaded parking_lot_core v0.9.12
9192026-06-18T16:30:22.242Z Downloaded pin-project-lite v0.2.17
9202026-06-18T16:30:22.245Z Downloaded primeorder v0.13.6
9212026-06-18T16:30:22.245Z Downloaded radium v0.7.0
9222026-06-18T16:30:22.248Z Downloaded parking_lot v0.11.2
9232026-06-18T16:30:22.248Z Downloaded recursive-proc-macro-impl v0.1.1
9242026-06-18T16:30:22.248Z Downloaded progenitor v0.13.0
9252026-06-18T16:30:22.251Z Downloaded proc-macro-error2 v2.0.1
9262026-06-18T16:30:22.251Z Downloaded indicatif v0.18.4
9272026-06-18T16:30:22.254Z Downloaded rfc6979 v0.4.0
9282026-06-18T16:30:22.254Z Downloaded recursive v0.1.1
9292026-06-18T16:30:22.257Z Downloaded progenitor-client v0.13.0
9302026-06-18T16:30:22.257Z Downloaded rand_xorshift v0.4.0
9312026-06-18T16:30:22.257Z Downloaded num-complex v0.4.6
9322026-06-18T16:30:22.257Z Downloaded der v0.7.10
9332026-06-18T16:30:22.260Z Downloaded hickory-resolver v0.25.2
9342026-06-18T16:30:22.263Z Downloaded hickory-resolver v0.24.4
9352026-06-18T16:30:22.266Z Downloaded heapless v0.7.17
9362026-06-18T16:30:22.269Z Downloaded polyval v0.6.2
9372026-06-18T16:30:22.272Z Downloaded postgres-protocol v0.6.10
9382026-06-18T16:30:22.273Z Downloaded poly1305 v0.8.0
9392026-06-18T16:30:22.279Z Downloaded ref-cast-impl v1.0.25
9402026-06-18T16:30:22.282Z Downloaded rtoolbox v0.0.3
9412026-06-18T16:30:22.282Z Downloaded ref-cast v1.0.25
9422026-06-18T16:30:22.286Z Downloaded rustc_version v0.1.7
9432026-06-18T16:30:22.286Z Downloaded expectorate v1.2.0
9442026-06-18T16:30:22.286Z Downloaded rustc-hash v2.1.1
9452026-06-18T16:30:22.286Z Downloaded password-hash v0.5.0
9462026-06-18T16:30:22.289Z Downloaded cc v1.2.56
9472026-06-18T16:30:22.295Z Downloaded progenitor v0.14.0
9482026-06-18T16:30:22.299Z Downloaded parking_lot v0.12.5
9492026-06-18T16:30:22.299Z Downloaded derive_more v2.1.1
9502026-06-18T16:30:22.304Z Downloaded progenitor-extras v0.2.0
9512026-06-18T16:30:22.307Z Downloaded hashbrown v0.12.3
9522026-06-18T16:30:22.308Z Downloaded p256 v0.13.2
9532026-06-18T16:30:22.311Z Downloaded diesel_derives v2.3.7
9542026-06-18T16:30:22.314Z Downloaded russh-cryptovec v0.7.3
9552026-06-18T16:30:22.314Z Downloaded psm v0.1.30
9562026-06-18T16:30:22.318Z Downloaded scheduled-thread-pool v0.2.7
9572026-06-18T16:30:22.318Z Downloaded rustc_version v0.4.1
9582026-06-18T16:30:22.322Z Downloaded crossterm v0.28.1
9592026-06-18T16:30:22.334Z Downloaded scopeguard v1.2.0
9602026-06-18T16:30:22.337Z Downloaded secrecy v0.10.3
9612026-06-18T16:30:22.337Z Downloaded semver v0.1.20
9622026-06-18T16:30:22.337Z Downloaded rand_chacha v0.9.0
9632026-06-18T16:30:22.345Z Downloaded rand_seeder v0.4.0
9642026-06-18T16:30:22.348Z Downloaded pkcs1 v0.7.5
9652026-06-18T16:30:22.348Z Downloaded rand_core v0.9.5
9662026-06-18T16:30:22.352Z Downloaded jiff-static v0.2.21
9672026-06-18T16:30:22.355Z Downloaded miniz_oxide v0.8.9
9682026-06-18T16:30:22.358Z Downloaded secrecy v0.8.0
9692026-06-18T16:30:22.361Z Downloaded serde_bytes v0.11.19
9702026-06-18T16:30:22.361Z Downloaded postgres-types v0.2.12
9712026-06-18T16:30:22.365Z Downloaded same-file v1.0.6
9722026-06-18T16:30:22.365Z Downloaded serde_urlencoded v0.7.1
9732026-06-18T16:30:22.365Z Downloaded serde_repr v0.1.20
9742026-06-18T16:30:22.368Z Downloaded pin-project v1.1.11
9752026-06-18T16:30:22.372Z Downloaded scrypt v0.11.0
9762026-06-18T16:30:22.376Z Downloaded scroll_derive v0.13.1
9772026-06-18T16:30:22.376Z Downloaded signal-hook-mio v0.2.5
9782026-06-18T16:30:22.376Z Downloaded sapling-renderdag v0.1.0
9792026-06-18T16:30:22.379Z Downloaded r2d2 v0.8.10
9802026-06-18T16:30:22.380Z Downloaded pkcs5 v0.7.1
9812026-06-18T16:30:22.380Z Downloaded sha1 v0.10.6
9822026-06-18T16:30:22.383Z Downloaded serde_spanned v1.0.4
9832026-06-18T16:30:22.383Z Downloaded salsa20 v0.10.2
9842026-06-18T16:30:22.383Z Downloaded rand_core v0.10.0
9852026-06-18T16:30:22.387Z Downloaded rustls-pemfile v2.2.0
9862026-06-18T16:30:22.390Z Downloaded rustls-pemfile v1.0.4
9872026-06-18T16:30:22.394Z Downloaded slog-bunyan v2.5.0
9882026-06-18T16:30:22.397Z Downloaded papergrid v0.17.0
9892026-06-18T16:30:22.400Z Downloaded prefix-trie v0.7.0
9902026-06-18T16:30:22.404Z Downloaded serde-big-array v0.5.1
9912026-06-18T16:30:22.408Z Downloaded serde_plain v1.0.2
9922026-06-18T16:30:22.408Z Downloaded resolv-conf v0.7.6
9932026-06-18T16:30:22.408Z Downloaded seq-macro v0.3.6
9942026-06-18T16:30:22.417Z Downloaded sec1 v0.7.3
9952026-06-18T16:30:22.420Z Downloaded sct v0.7.1
9962026-06-18T16:30:22.420Z Downloaded hashbrown v0.13.2
9972026-06-18T16:30:22.424Z Downloaded rand_core v0.6.4
9982026-06-18T16:30:22.427Z Downloaded hickory-server v0.25.2
9992026-06-18T16:30:22.431Z Downloaded shell-words v1.1.1
10002026-06-18T16:30:22.432Z Downloaded progenitor-impl v0.13.0
10012026-06-18T16:30:22.435Z Downloaded signal-hook-tokio v0.3.1
10022026-06-18T16:30:22.435Z Downloaded rustls-native-certs v0.8.3
10032026-06-18T16:30:22.435Z Downloaded sigpipe v0.1.3
10042026-06-18T16:30:22.435Z Downloaded signature v2.2.0
10052026-06-18T16:30:22.439Z Downloaded russh-keys v0.45.0
10062026-06-18T16:30:22.439Z Downloaded serde_derive_internals v0.29.1
10072026-06-18T16:30:22.442Z Downloaded slog-envlogger v2.2.0
10082026-06-18T16:30:22.443Z Downloaded rustversion v1.0.22
10092026-06-18T16:30:22.446Z Downloaded serde_with_macros v1.5.2
10102026-06-18T16:30:22.446Z Downloaded hyper-util v0.1.20
10112026-06-18T16:30:22.450Z Downloaded openssl-sys v0.9.115
10122026-06-18T16:30:22.453Z Downloaded signal-hook-registry v1.4.8
10132026-06-18T16:30:22.454Z Downloaded oso v0.27.3
10142026-06-18T16:30:22.459Z Downloaded rustls-pki-types v1.14.0
10152026-06-18T16:30:22.462Z Downloaded scroll v0.13.0
10162026-06-18T16:30:22.462Z Downloaded crossterm v0.29.0
10172026-06-18T16:30:22.467Z Downloaded siphasher v1.0.2
10182026-06-18T16:30:22.471Z Downloaded structmeta v0.3.0
10192026-06-18T16:30:22.471Z Downloaded rusty-fork v0.3.1
10202026-06-18T16:30:22.480Z Downloaded schemars_derive v0.8.22
10212026-06-18T16:30:22.483Z Downloaded slog-async v2.8.0
10222026-06-18T16:30:22.483Z Downloaded aes v0.8.4
10232026-06-18T16:30:22.483Z Downloaded strum v0.26.3
10242026-06-18T16:30:22.483Z Downloaded strsim v0.10.0
10252026-06-18T16:30:22.487Z Downloaded structmeta-derive v0.3.0
10262026-06-18T16:30:22.487Z Downloaded sync_wrapper v1.0.2
10272026-06-18T16:30:22.487Z Downloaded sync-ptr v0.1.4
10282026-06-18T16:30:22.487Z Downloaded subtle v2.6.1
10292026-06-18T16:30:22.487Z Downloaded smallvec v0.6.14
10302026-06-18T16:30:22.491Z Downloaded slog-stdlog v4.1.1
10312026-06-18T16:30:22.491Z Downloaded progenitor-impl v0.14.0
10322026-06-18T16:30:22.491Z Downloaded smf v0.2.3
10332026-06-18T16:30:22.495Z Downloaded http v1.4.0
10342026-06-18T16:30:22.499Z Downloaded serde_path_to_error v0.1.20
10352026-06-18T16:30:22.499Z Downloaded serde-hex v0.1.0
10362026-06-18T16:30:22.503Z Downloaded ssh-encoding v0.2.0
10372026-06-18T16:30:22.507Z Downloaded serde_cbor v0.11.2
10382026-06-18T16:30:22.510Z Downloaded snafu-derive v0.8.9
10392026-06-18T16:30:22.514Z Downloaded tabwriter v1.4.1
10402026-06-18T16:30:22.514Z Downloaded tabled_derive v0.11.0
10412026-06-18T16:30:22.521Z Downloaded sqlformat v0.3.5
10422026-06-18T16:30:22.525Z Downloaded spki v0.7.3
10432026-06-18T16:30:22.525Z Downloaded shlex v1.3.0
10442026-06-18T16:30:22.529Z Downloaded rayon-core v1.13.0
10452026-06-18T16:30:22.532Z Downloaded ssh-cipher v0.2.0
10462026-06-18T16:30:22.532Z Downloaded sqlparser_derive v0.5.0
10472026-06-18T16:30:22.532Z Downloaded ryu v1.0.23
10482026-06-18T16:30:22.536Z Downloaded strip-ansi-escapes v0.2.1
10492026-06-18T16:30:22.536Z Downloaded rustls-platform-verifier v0.6.2
10502026-06-18T16:30:22.540Z Downloaded time-core v0.1.8
10512026-06-18T16:30:22.540Z Downloaded mio v1.2.0
10522026-06-18T16:30:22.543Z Downloaded static_assertions v1.1.0
10532026-06-18T16:30:22.544Z Downloaded rcgen v0.12.1
10542026-06-18T16:30:22.544Z Downloaded simd-adler32 v0.3.8
10552026-06-18T16:30:22.548Z Downloaded pretty_assertions v1.4.1
10562026-06-18T16:30:22.552Z Downloaded postcard v1.1.3
10572026-06-18T16:30:22.552Z Downloaded prettyplease v0.2.37
10582026-06-18T16:30:22.556Z Downloaded tinyvec_macros v0.1.1
10592026-06-18T16:30:22.556Z Downloaded slab v0.4.12
10602026-06-18T16:30:22.556Z Downloaded string_cache v0.8.9
10612026-06-18T16:30:22.559Z Downloaded slog-json v2.6.1
10622026-06-18T16:30:22.559Z Downloaded slog-dtrace v0.3.0
10632026-06-18T16:30:22.559Z Downloaded tokio-macros v2.7.0
10642026-06-18T16:30:22.563Z Downloaded minimal-lexical v0.2.1
10652026-06-18T16:30:22.563Z Downloaded itertools v0.10.5
10662026-06-18T16:30:22.567Z Downloaded slog-scope v4.4.1
10672026-06-18T16:30:22.571Z Downloaded hashbrown v0.15.5
10682026-06-18T16:30:22.575Z Downloaded ron v0.8.1
10692026-06-18T16:30:22.575Z Downloaded aes-gcm v0.10.3
10702026-06-18T16:30:22.578Z Downloaded supports-color v3.0.2
10712026-06-18T16:30:22.578Z Downloaded support-bundle-viewer v0.1.2
10722026-06-18T16:30:22.582Z Downloaded take_mut v0.2.2
10732026-06-18T16:30:22.582Z Downloaded tagptr v0.2.0
10742026-06-18T16:30:22.582Z Downloaded dropshot-api-manager v0.7.2
10752026-06-18T16:30:22.588Z Downloaded quinn-udp v0.5.14
10762026-06-18T16:30:22.623Z Downloaded spin v0.9.8
10772026-06-18T16:30:22.634Z Downloaded serde_yaml v0.9.34+deprecated
10782026-06-18T16:30:22.635Z Downloaded tap v1.0.1
10792026-06-18T16:30:22.635Z Downloaded serde_with_macros v3.17.0
10802026-06-18T16:30:22.635Z Downloaded thread-id v5.1.0
10812026-06-18T16:30:22.635Z Downloaded termtree v0.5.1
10822026-06-18T16:30:22.635Z Downloaded testing_table v0.3.0
10832026-06-18T16:30:22.635Z Downloaded topological-sort v0.2.2
10842026-06-18T16:30:22.635Z Downloaded thiserror-no-std v2.0.2
10852026-06-18T16:30:22.635Z Downloaded time-macros v0.2.27
10862026-06-18T16:30:22.635Z Downloaded schemars v0.8.22
10872026-06-18T16:30:22.635Z Downloaded slog v2.8.2
10882026-06-18T16:30:22.638Z Downloaded tower-service v0.3.3
10892026-06-18T16:30:22.638Z Downloaded tls_codec v0.4.2
10902026-06-18T16:30:22.638Z Downloaded strum_macros v0.26.4
10912026-06-18T16:30:22.638Z Downloaded try-lock v0.2.5
10922026-06-18T16:30:22.639Z Downloaded strum_macros v0.24.3
10932026-06-18T16:30:22.639Z Downloaded tokio-native-tls v0.3.1
10942026-06-18T16:30:22.639Z Downloaded tokio-dtrace v0.1.1
10952026-06-18T16:30:22.639Z Downloaded strum_macros v0.27.2
10962026-06-18T16:30:22.643Z Downloaded itertools v0.13.0
10972026-06-18T16:30:22.647Z Downloaded iri-string v0.7.10
10982026-06-18T16:30:22.650Z Downloaded hashbrown v0.16.1
10992026-06-18T16:30:22.654Z Downloaded strum v0.27.2
11002026-06-18T16:30:22.655Z Downloaded tokio-rustls v0.25.0
11012026-06-18T16:30:22.655Z Downloaded stacker v0.1.23
11022026-06-18T16:30:22.658Z Downloaded trait-variant v0.1.2
11032026-06-18T16:30:22.663Z Downloaded unarray v0.1.4
11042026-06-18T16:30:22.666Z Downloaded libxml v0.3.3
11052026-06-18T16:30:22.670Z Downloaded tower-layer v0.3.3
11062026-06-18T16:30:22.674Z Downloaded tokio-tungstenite v0.21.0
11072026-06-18T16:30:22.674Z Downloaded untrusted v0.9.0
11082026-06-18T16:30:22.674Z Downloaded unit-prefix v0.5.2
11092026-06-18T16:30:22.674Z Downloaded toml_writer v1.0.6+spec-1.1.0
11102026-06-18T16:30:22.679Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11112026-06-18T16:30:22.679Z Downloaded slog-term v2.9.2
11122026-06-18T16:30:22.683Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11132026-06-18T16:30:22.684Z Downloaded term v0.7.0
11142026-06-18T16:30:22.684Z Downloaded term v1.2.1
11152026-06-18T16:30:22.687Z Downloaded rustls-webpki v0.103.9
11162026-06-18T16:30:22.687Z Downloaded thiserror-impl-no-std v2.0.2
11172026-06-18T16:30:22.687Z Downloaded usdt-attr-macro v0.6.0
11182026-06-18T16:30:22.693Z Downloaded tls_codec_derive v0.4.2
11192026-06-18T16:30:22.693Z Downloaded utf-8 v0.7.6
11202026-06-18T16:30:22.693Z Downloaded tiny-keccak v2.0.2
11212026-06-18T16:30:22.697Z Downloaded typify-macro v0.6.2
11222026-06-18T16:30:22.697Z Downloaded thread_local v1.1.9
11232026-06-18T16:30:22.697Z Downloaded samael v0.0.19
11242026-06-18T16:30:22.697Z Downloaded termios v0.3.3
11252026-06-18T16:30:22.697Z Downloaded subprocess v0.2.15
11262026-06-18T16:30:22.701Z Downloaded num-bigint v0.4.6
11272026-06-18T16:30:22.706Z Downloaded want v0.3.1
11282026-06-18T16:30:22.706Z Downloaded void v1.0.2
11292026-06-18T16:30:22.706Z Downloaded socket2 v0.6.3
11302026-06-18T16:30:22.706Z Downloaded qorb v0.4.1
11312026-06-18T16:30:22.711Z Downloaded tui-tree-widget v0.23.1
11322026-06-18T16:30:22.711Z Downloaded rand v0.8.6
11332026-06-18T16:30:22.716Z Downloaded h2 v0.4.13
11342026-06-18T16:30:22.716Z Downloaded itertools v0.12.1
11352026-06-18T16:30:22.720Z Downloaded unicode-truncate v1.1.0
11362026-06-18T16:30:22.720Z Downloaded stringprep v0.1.5
11372026-06-18T16:30:22.720Z Downloaded untrusted v0.7.1
11382026-06-18T16:30:22.720Z Downloaded universal-hash v0.5.1
11392026-06-18T16:30:22.724Z Downloaded usdt v0.6.0
11402026-06-18T16:30:22.724Z Downloaded similar v2.7.0
11412026-06-18T16:30:22.724Z Downloaded signal-hook v0.3.18
11422026-06-18T16:30:22.728Z Downloaded tokio-rustls v0.26.4
11432026-06-18T16:30:22.728Z Downloaded rsa v0.9.10
11442026-06-18T16:30:22.732Z Downloaded publicsuffix v2.3.0
11452026-06-18T16:30:22.737Z Downloaded tokio-tungstenite v0.23.1
11462026-06-18T16:30:22.740Z Downloaded schemars v0.9.0
11472026-06-18T16:30:22.744Z Downloaded usdt-macro v0.6.0
11482026-06-18T16:30:22.748Z Downloaded tokio-stream v0.1.18
11492026-06-18T16:30:22.748Z Downloaded hyper v1.8.1
11502026-06-18T16:30:22.751Z Downloaded toml_parser v1.0.9+spec-1.1.0
11512026-06-18T16:30:22.755Z Downloaded test-strategy v0.4.5
11522026-06-18T16:30:22.760Z Downloaded bitvec v1.0.1
11532026-06-18T16:30:22.765Z Downloaded zeroize_derive v1.4.3
11542026-06-18T16:30:22.769Z Downloaded waitgroup v0.1.2
11552026-06-18T16:30:22.769Z Downloaded wait-timeout v0.2.1
11562026-06-18T16:30:22.769Z Downloaded nom v7.1.3
11572026-06-18T16:30:22.776Z Downloaded uzers v0.12.2
11582026-06-18T16:30:22.780Z Downloaded vergen-gitcl v1.0.8
11592026-06-18T16:30:22.784Z Downloaded socket2 v0.5.10
11602026-06-18T16:30:22.787Z Downloaded unicase v2.9.0
11612026-06-18T16:30:22.791Z Downloaded tracing-attributes v0.1.31
11622026-06-18T16:30:22.791Z Downloaded xattr v1.6.1
11632026-06-18T16:30:22.791Z Downloaded itertools v0.14.0
11642026-06-18T16:30:22.795Z Downloaded quinn v0.11.9
11652026-06-18T16:30:22.799Z Downloaded num-bigint-dig v0.8.6
11662026-06-18T16:30:22.799Z Downloaded russh v0.45.0
11672026-06-18T16:30:22.804Z Downloaded rand v0.9.2
11682026-06-18T16:30:22.808Z Downloaded hkdf v0.12.4
11692026-06-18T16:30:22.808Z Downloaded xshell-macros v0.2.7
11702026-06-18T16:30:22.808Z Downloaded whoami v1.6.1
11712026-06-18T16:30:22.812Z Downloaded iddqd v0.4.2
11722026-06-18T16:30:22.821Z Downloaded whoami v2.1.0
11732026-06-18T16:30:22.821Z Downloaded rand v0.10.0
11742026-06-18T16:30:22.828Z Downloaded wyz v0.5.1
11752026-06-18T16:30:22.828Z Downloaded tokio-rustls v0.24.1
11762026-06-18T16:30:22.828Z Downloaded zone_cfg_derive v0.3.1
11772026-06-18T16:30:22.828Z Downloaded usdt-impl v0.6.0
11782026-06-18T16:30:22.828Z Downloaded tar v0.4.45
11792026-06-18T16:30:22.834Z Downloaded aho-corasick v1.1.4
11802026-06-18T16:30:22.848Z Downloaded zeroize v1.8.2
11812026-06-18T16:30:22.859Z Downloaded vergen-lib v9.1.0
11822026-06-18T16:30:22.859Z Downloaded rustyline v14.0.0
11832026-06-18T16:30:22.859Z Downloaded zone v0.3.1
11842026-06-18T16:30:22.859Z Downloaded vsss-rs v3.3.4
11852026-06-18T16:30:22.859Z Downloaded walkdir v2.5.0
11862026-06-18T16:30:22.859Z Downloaded tracing-core v0.1.36
11872026-06-18T16:30:22.859Z Downloaded vergen-lib v0.1.6
11882026-06-18T16:30:22.859Z Downloaded vergen-git2 v9.1.0
11892026-06-18T16:30:22.859Z Downloaded snafu v0.8.9
11902026-06-18T16:30:22.859Z Downloaded zstd-safe v7.2.4
11912026-06-18T16:30:22.876Z Downloaded typify v0.6.2
11922026-06-18T16:30:22.876Z Downloaded unicode-properties v0.1.4
11932026-06-18T16:30:22.876Z Downloaded twox-hash v2.1.2
11942026-06-18T16:30:22.876Z Downloaded nom v8.0.0
11952026-06-18T16:30:22.876Z Downloaded tungstenite v0.23.0
11962026-06-18T16:30:22.881Z Downloaded libm v0.2.16
11972026-06-18T16:30:22.881Z Downloaded tinyvec v1.10.0
11982026-06-18T16:30:22.881Z Downloaded xshell v0.2.7
11992026-06-18T16:30:22.881Z Downloaded futures-util v0.3.32
12002026-06-18T16:30:22.886Z Downloaded yasna v0.5.2
12012026-06-18T16:30:22.886Z Downloaded toml_edit v0.23.10+spec-1.0.0
12022026-06-18T16:30:22.886Z Downloaded toml v1.0.6+spec-1.1.0
12032026-06-18T16:30:22.889Z Downloaded schemars v1.2.1
12042026-06-18T16:30:22.894Z Downloaded zerocopy v0.6.6
12052026-06-18T16:30:22.897Z Downloaded ssh-key v0.6.7
12062026-06-18T16:30:22.901Z Downloaded toml v0.7.8
12072026-06-18T16:30:22.905Z Downloaded vergen v9.1.0
12082026-06-18T16:30:22.905Z Downloaded p521 v0.13.3
12092026-06-18T16:30:22.905Z Downloaded zstd v0.13.3
12102026-06-18T16:30:22.910Z Downloaded unicode-bidi v0.3.18
12112026-06-18T16:30:22.917Z Downloaded tungstenite v0.21.0
12122026-06-18T16:30:22.921Z Downloaded serde_with v1.14.0
12132026-06-18T16:30:22.940Z Downloaded unsafe-libyaml v0.2.11
12142026-06-18T16:30:22.949Z Downloaded reqwest v0.13.2
12152026-06-18T16:30:22.962Z Downloaded zopfli v0.8.3
12162026-06-18T16:30:22.966Z Downloaded vte v0.14.1
12172026-06-18T16:30:22.971Z Downloaded rpassword v7.4.0
12182026-06-18T16:30:22.977Z Downloaded unicode_categories v0.1.1
12192026-06-18T16:30:22.981Z Downloaded toml_edit v0.19.15
12202026-06-18T16:30:22.989Z Downloaded yansi v1.0.1
12212026-06-18T16:30:22.992Z Downloaded steno v0.4.1
12222026-06-18T16:30:22.995Z Downloaded zip v0.6.6
12232026-06-18T16:30:22.996Z Downloaded p384 v0.13.1
12242026-06-18T16:30:23.000Z Downloaded tokio-postgres v0.7.16
12252026-06-18T16:30:23.005Z Downloaded portable-atomic v1.13.1
12262026-06-18T16:30:23.008Z Downloaded reedline v0.40.0
12272026-06-18T16:30:23.015Z Downloaded typed-path v0.9.3
12282026-06-18T16:30:23.019Z Downloaded quick-xml v0.37.5
12292026-06-18T16:30:23.019Z Downloaded aws-lc-rs v1.16.3
12302026-06-18T16:30:23.024Z Downloaded blake3 v1.8.3
12312026-06-18T16:30:23.031Z Downloaded moka v0.12.13
12322026-06-18T16:30:23.036Z Downloaded goblin v0.10.5
12332026-06-18T16:30:23.052Z Downloaded rayon v1.11.0
12342026-06-18T16:30:23.058Z Downloaded zerocopy-derive v0.8.40
12352026-06-18T16:30:23.062Z Downloaded tower v0.5.3
12362026-06-18T16:30:23.066Z Downloaded reqwest v0.12.28
12372026-06-18T16:30:23.070Z Downloaded regex v1.12.3
12382026-06-18T16:30:23.073Z Downloaded uuid v1.23.0
12392026-06-18T16:30:23.077Z Downloaded proptest v1.10.0
12402026-06-18T16:30:23.081Z Downloaded chrono v0.4.44
12412026-06-18T16:30:23.085Z Downloaded tokio-util v0.7.18
12422026-06-18T16:30:23.089Z Downloaded tough v0.22.0
12432026-06-18T16:30:23.094Z Downloaded zip v4.6.1
12442026-06-18T16:30:23.098Z Downloaded git2 v0.20.4
12452026-06-18T16:30:23.102Z Downloaded bindgen v0.71.1
12462026-06-18T16:30:23.106Z Downloaded unicode-normalization v0.1.25
12472026-06-18T16:30:23.110Z Downloaded rustls-webpki v0.102.8
12482026-06-18T16:30:23.119Z Downloaded unicode-segmentation v1.12.0
12492026-06-18T16:30:23.122Z Downloaded lalrpop v0.19.12
12502026-06-18T16:30:23.126Z Downloaded rustls-webpki v0.101.7
12512026-06-18T16:30:23.135Z Downloaded x509-cert v0.2.5
12522026-06-18T16:30:23.138Z Downloaded curve25519-dalek v4.1.3
12532026-06-18T16:30:23.143Z Downloaded tower-http v0.6.8
12542026-06-18T16:30:23.156Z Downloaded winnow v0.6.26
12552026-06-18T16:30:23.161Z Downloaded nix v0.27.1
12562026-06-18T16:30:23.180Z Downloaded serde_with v3.17.0
12572026-06-18T16:30:23.192Z Downloaded nix v0.28.0
12582026-06-18T16:30:23.199Z Downloaded winnow v0.5.40
12592026-06-18T16:30:23.203Z Downloaded salty v0.3.0
12602026-06-18T16:30:23.210Z Downloaded petname v2.0.2
12612026-06-18T16:30:23.217Z Downloaded tabled v0.20.0
12622026-06-18T16:30:23.240Z Downloaded dropshot v0.17.0
12632026-06-18T16:30:23.253Z Downloaded smoltcp v0.9.1
12642026-06-18T16:30:23.258Z Downloaded zlib-rs v0.6.2
12652026-06-18T16:30:23.261Z Downloaded radix_trie v0.2.1
12662026-06-18T16:30:23.265Z Downloaded quinn-proto v0.11.13
12672026-06-18T16:30:23.269Z Downloaded object v0.30.4
12682026-06-18T16:30:23.273Z Downloaded webpki-roots v1.0.6
12692026-06-18T16:30:23.280Z Downloaded object v0.37.3
12702026-06-18T16:30:23.285Z Downloaded vcpkg v0.2.15
12712026-06-18T16:30:23.303Z Downloaded regress v0.11.1
12722026-06-18T16:30:23.311Z Downloaded zerocopy v0.8.40
12732026-06-18T16:30:23.319Z Downloaded diesel v2.3.7
12742026-06-18T16:30:23.331Z Downloaded regex-syntax v0.8.10
12752026-06-18T16:30:23.335Z Downloaded regress v0.10.5
12762026-06-18T16:30:23.341Z Downloaded bstr v1.12.1
12772026-06-18T16:30:23.345Z Downloaded polar-core v0.27.3
12782026-06-18T16:30:23.350Z Downloaded rustls v0.21.12
12792026-06-18T16:30:23.357Z Downloaded time v0.3.47
12802026-06-18T16:30:23.362Z Downloaded openssl v0.10.79
12812026-06-18T16:30:23.369Z Downloaded regex-syntax v0.6.29
12822026-06-18T16:30:23.413Z Downloaded sled v0.34.7
12832026-06-18T16:30:23.419Z Downloaded nix v0.31.2
12842026-06-18T16:30:23.426Z Downloaded hickory-proto v0.24.4
12852026-06-18T16:30:23.434Z Downloaded rustls v0.22.4
12862026-06-18T16:30:23.441Z Downloaded openapiv3 v2.2.0
12872026-06-18T16:30:23.448Z Downloaded tracing v0.1.44
12882026-06-18T16:30:23.482Z Downloaded smoltcp v0.11.0
12892026-06-18T16:30:23.489Z Downloaded hickory-proto v0.25.2
12902026-06-18T16:30:23.489Z Downloaded rustls v0.23.37
12912026-06-18T16:30:23.489Z Downloaded rustix v0.38.44
12922026-06-18T16:30:23.521Z Downloaded petgraph v0.6.5
12932026-06-18T16:30:23.540Z Downloaded jiff v0.2.21
12942026-06-18T16:30:23.553Z Downloaded sqlparser v0.61.0
12952026-06-18T16:30:23.570Z Downloaded typify-impl v0.6.2
12962026-06-18T16:30:23.579Z Downloaded ratatui v0.29.0
12972026-06-18T16:30:23.590Z Downloaded petgraph v0.8.3
12982026-06-18T16:30:23.603Z Downloaded libz-sys v1.1.24
12992026-06-18T16:30:23.615Z Downloaded csv v1.4.0
13002026-06-18T16:30:23.627Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13012026-06-18T16:30:23.638Z Downloaded regex-automata v0.4.14
13022026-06-18T16:30:23.645Z Downloaded zerocopy-derive v0.6.6
13032026-06-18T16:30:23.653Z Downloaded sha3 v0.10.8
13042026-06-18T16:30:23.656Z Downloaded bzip2-sys v0.1.13+1.0.8
13052026-06-18T16:30:23.669Z Downloaded chrono-tz v0.10.4
13062026-06-18T16:30:23.703Z Downloaded encoding_rs v0.8.35
13072026-06-18T16:30:23.717Z Downloaded ring v0.17.14
13082026-06-18T16:30:23.741Z Downloaded tokio v1.52.1
13092026-06-18T16:30:23.888Z Downloaded libgit2-sys v0.18.3+1.9.2
13102026-06-18T16:30:24.462Z Downloaded aws-lc-sys v0.40.0
13112026-06-18T16:30:24.710Z Compiling libc v0.2.185
13122026-06-18T16:30:24.710Z Compiling serde v1.0.228
13132026-06-18T16:30:24.713Z Compiling log v0.4.29
13142026-06-18T16:30:24.714Z Compiling find-msvc-tools v0.1.9
13152026-06-18T16:30:24.846Z Compiling shlex v1.3.0
13162026-06-18T16:30:24.865Z Compiling syn v2.0.117
13172026-06-18T16:30:24.868Z Compiling smallvec v1.15.1
13182026-06-18T16:30:24.869Z Compiling typenum v1.19.0
13192026-06-18T16:30:25.023Z Compiling generic-array v0.14.7
13202026-06-18T16:30:25.035Z Compiling subtle v2.6.1
13212026-06-18T16:30:25.074Z Compiling scopeguard v1.2.0
13222026-06-18T16:30:25.104Z Compiling const-oid v0.9.6
13232026-06-18T16:30:25.160Z Compiling serde_json v1.0.149
13242026-06-18T16:30:25.175Z Compiling lock_api v0.4.14
13252026-06-18T16:30:25.201Z Compiling zerocopy v0.8.40
13262026-06-18T16:30:25.276Z Compiling pin-project-lite v0.2.17
13272026-06-18T16:30:25.367Z Compiling portable-atomic v1.13.1
13282026-06-18T16:30:25.389Z Compiling parking_lot_core v0.9.12
13292026-06-18T16:30:25.643Z Compiling pkg-config v0.3.32
13302026-06-18T16:30:25.646Z Compiling bitflags v2.11.0
13312026-06-18T16:30:25.723Z Compiling getrandom v0.2.17
13322026-06-18T16:30:25.783Z Compiling jobserver v0.1.34
13332026-06-18T16:30:25.824Z Compiling errno v0.3.14
13342026-06-18T16:30:25.871Z Compiling rand_core v0.6.4
13352026-06-18T16:30:25.939Z Compiling signal-hook-registry v1.4.8
13362026-06-18T16:30:26.206Z Compiling cc v1.2.56
13372026-06-18T16:30:26.237Z Compiling critical-section v1.2.0
13382026-06-18T16:30:26.265Z Compiling libm v0.2.16
13392026-06-18T16:30:26.328Z Compiling futures-core v0.3.32
13402026-06-18T16:30:26.345Z Compiling parking_lot v0.12.5
13412026-06-18T16:30:26.367Z Compiling mio v1.2.0
13422026-06-18T16:30:26.483Z Compiling once_cell v1.21.3
13432026-06-18T16:30:26.499Z Compiling num-traits v0.2.19
13442026-06-18T16:30:26.535Z Compiling percent-encoding v2.3.2
13452026-06-18T16:30:26.690Z Compiling socket2 v0.6.3
13462026-06-18T16:30:26.720Z Compiling futures-sink v0.3.32
13472026-06-18T16:30:26.735Z Compiling futures-io v0.3.32
13482026-06-18T16:30:26.846Z Compiling futures-channel v0.3.32
13492026-06-18T16:30:26.858Z Compiling getrandom v0.4.1
13502026-06-18T16:30:26.875Z Compiling cpufeatures v0.2.17
13512026-06-18T16:30:26.912Z Compiling futures-task v0.3.32
13522026-06-18T16:30:26.950Z Compiling slab v0.4.12
13532026-06-18T16:30:27.076Z Compiling rand_core v0.10.0
13542026-06-18T16:30:27.089Z Compiling indexmap v2.14.0
13552026-06-18T16:30:27.133Z Compiling getrandom v0.3.4
13562026-06-18T16:30:27.133Z Compiling rustversion v1.0.22
13572026-06-18T16:30:27.205Z Compiling cmake v0.1.57
13582026-06-18T16:30:27.542Z Compiling form_urlencoded v1.2.2
13592026-06-18T16:30:27.612Z Compiling dunce v1.0.5
13602026-06-18T16:30:27.714Z Compiling fs_extra v1.3.0
13612026-06-18T16:30:27.747Z Compiling base64ct v1.8.3
13622026-06-18T16:30:27.750Z Compiling ident_case v1.0.1
13632026-06-18T16:30:27.831Z Compiling synstructure v0.13.2
13642026-06-18T16:30:27.877Z Compiling iana-time-zone v0.1.65
13652026-06-18T16:30:27.978Z Compiling aws-lc-sys v0.40.0
13662026-06-18T16:30:28.042Z Compiling pem-rfc7468 v0.7.0
13672026-06-18T16:30:28.086Z Compiling flagset v0.4.7
13682026-06-18T16:30:28.114Z Compiling rustix v1.1.3
13692026-06-18T16:30:28.131Z Compiling regex-syntax v0.8.10
13702026-06-18T16:30:28.217Z Compiling rand_core v0.9.5
13712026-06-18T16:30:28.306Z Compiling ring v0.17.14
13722026-06-18T16:30:28.361Z Compiling vcpkg v0.2.15
13732026-06-18T16:30:28.467Z Compiling aws-lc-rs v1.16.3
13742026-06-18T16:30:28.511Z Compiling uuid v1.23.0
13752026-06-18T16:30:28.753Z Compiling rustc_version v0.4.1
13762026-06-18T16:30:29.092Z Compiling tracing-core v0.1.36
13772026-06-18T16:30:29.109Z Compiling openssl-sys v0.9.115
13782026-06-18T16:30:29.230Z Compiling base64 v0.22.1
13792026-06-18T16:30:29.558Z Compiling openssl-probe v0.2.1
13802026-06-18T16:30:29.602Z Compiling serde_derive v1.0.228
13812026-06-18T16:30:29.638Z Compiling zeroize_derive v1.4.3
13822026-06-18T16:30:29.651Z Compiling zerofrom-derive v0.1.6
13832026-06-18T16:30:29.733Z Compiling yoke-derive v0.8.1
13842026-06-18T16:30:29.882Z Compiling zerovec-derive v0.11.2
13852026-06-18T16:30:30.293Z Compiling zeroize v1.8.2
13862026-06-18T16:30:30.521Z Compiling zerocopy-derive v0.8.40
13872026-06-18T16:30:30.893Z Compiling displaydoc v0.2.5
13882026-06-18T16:30:30.990Z Compiling crypto-common v0.1.7
13892026-06-18T16:30:31.044Z Compiling zerofrom v0.1.6
13902026-06-18T16:30:31.073Z Compiling block-buffer v0.10.4
13912026-06-18T16:30:31.168Z Compiling yoke v0.8.1
13922026-06-18T16:30:31.183Z Compiling tokio-macros v2.7.0
13932026-06-18T16:30:31.238Z Compiling digest v0.10.7
13942026-06-18T16:30:31.351Z Compiling zerovec v0.11.5
13952026-06-18T16:30:31.488Z Compiling futures-macro v0.3.32
13962026-06-18T16:30:31.678Z Compiling zerotrie v0.2.3
13972026-06-18T16:30:31.852Z Compiling tinystr v0.8.2
13982026-06-18T16:30:31.894Z Compiling potential_utf v0.1.4
13992026-06-18T16:30:31.978Z Compiling hmac v0.12.1
14002026-06-18T16:30:32.061Z Compiling icu_locale_core v2.1.1
14012026-06-18T16:30:32.064Z Compiling icu_collections v2.1.1
14022026-06-18T16:30:32.131Z Compiling block-padding v0.3.3
14032026-06-18T16:30:32.278Z Compiling futures-util v0.3.32
14042026-06-18T16:30:32.292Z Compiling inout v0.1.4
14052026-06-18T16:30:32.457Z Compiling cipher v0.4.4
14062026-06-18T16:30:32.544Z Compiling sha2 v0.10.9
14072026-06-18T16:30:32.706Z Compiling icu_provider v2.1.1
14082026-06-18T16:30:32.937Z Compiling icu_normalizer v2.1.1
14092026-06-18T16:30:32.997Z Compiling icu_properties v2.1.2
14102026-06-18T16:30:33.010Z Compiling bytes v1.11.1
14112026-06-18T16:30:33.081Z Compiling der_derive v0.7.3
14122026-06-18T16:30:33.472Z Compiling tokio v1.52.1
14132026-06-18T16:30:33.619Z Compiling http v1.4.0
14142026-06-18T16:30:33.913Z Compiling idna_adapter v1.2.1
14152026-06-18T16:30:34.021Z Compiling der v0.7.10
14162026-06-18T16:30:34.050Z Compiling idna v1.1.0
14172026-06-18T16:30:34.096Z Compiling chrono v0.4.44
14182026-06-18T16:30:34.517Z Compiling url v2.5.8
14192026-06-18T16:30:34.536Z Compiling salsa20 v0.10.2
14202026-06-18T16:30:34.672Z Compiling pbkdf2 v0.12.2
14212026-06-18T16:30:34.685Z Compiling rustls-pki-types v1.14.0
14222026-06-18T16:30:34.785Z Compiling ppv-lite86 v0.2.21
14232026-06-18T16:30:34.964Z Compiling spki v0.7.3
14242026-06-18T16:30:35.100Z Compiling thiserror-impl v2.0.18
14252026-06-18T16:30:35.117Z Compiling tracing-attributes v0.1.31
14262026-06-18T16:30:35.165Z Compiling rand_chacha v0.9.0
14272026-06-18T16:30:35.190Z Compiling scrypt v0.11.0
14282026-06-18T16:30:35.289Z Compiling http-body v1.0.1
14292026-06-18T16:30:35.435Z Compiling cbc v0.1.2
14302026-06-18T16:30:35.449Z Compiling aes v0.8.4
14312026-06-18T16:30:35.524Z Compiling untrusted v0.9.0
14322026-06-18T16:30:35.581Z Compiling untrusted v0.7.1
14332026-06-18T16:30:35.642Z Compiling httparse v1.10.1
14342026-06-18T16:30:35.701Z Compiling tinyvec_macros v0.1.1
14352026-06-18T16:30:35.771Z Compiling tinyvec v1.10.0
14362026-06-18T16:30:35.841Z Compiling pkcs5 v0.7.1
14372026-06-18T16:30:36.150Z Compiling rand v0.9.2
14382026-06-18T16:30:36.355Z Compiling pest_generator v2.8.6
14392026-06-18T16:30:36.441Z Compiling thiserror v2.0.18
14402026-06-18T16:30:36.444Z Compiling tracing v0.1.44
14412026-06-18T16:30:36.532Z Compiling serde_derive_internals v0.29.1
14422026-06-18T16:30:36.545Z Compiling aho-corasick v1.1.4
14432026-06-18T16:30:36.716Z Compiling dyn-clone v1.0.20
14442026-06-18T16:30:36.868Z Compiling atomic-waker v1.1.2
14452026-06-18T16:30:36.951Z Compiling try-lock v0.2.5
14462026-06-18T16:30:36.993Z Compiling tower-layer v0.3.3
14472026-06-18T16:30:37.053Z Compiling rustls v0.23.37
14482026-06-18T16:30:37.067Z Compiling tower-service v0.3.3
14492026-06-18T16:30:37.149Z Compiling schemars v0.8.22
14502026-06-18T16:30:37.162Z Compiling pest_derive v2.8.6
14512026-06-18T16:30:37.222Z Compiling tokio-util v0.7.18
14522026-06-18T16:30:37.363Z Compiling regex-automata v0.4.14
14532026-06-18T16:30:37.431Z Compiling schemars_derive v0.8.22
14542026-06-18T16:30:37.569Z Compiling want v0.3.1
14552026-06-18T16:30:37.736Z Compiling pkcs8 v0.10.2
14562026-06-18T16:30:38.039Z Compiling h2 v0.4.13
14572026-06-18T16:30:38.153Z Compiling ipnet v2.11.0
14582026-06-18T16:30:38.224Z Compiling scroll_derive v0.13.1
14592026-06-18T16:30:38.236Z Compiling darling_core v0.20.11
14602026-06-18T16:30:38.611Z Compiling pin-utils v0.1.0
14612026-06-18T16:30:38.654Z Compiling openssl v0.10.79
14622026-06-18T16:30:38.684Z Compiling foreign-types-shared v0.1.1
14632026-06-18T16:30:38.771Z Compiling httpdate v1.0.3
14642026-06-18T16:30:38.900Z Compiling foreign-types v0.3.2
14652026-06-18T16:30:38.972Z Compiling tempfile v3.25.0
14662026-06-18T16:30:39.011Z Compiling scroll v0.13.0
14672026-06-18T16:30:39.130Z Compiling unicode-normalization v0.1.25
14682026-06-18T16:30:39.342Z Compiling openssl-macros v0.1.1
14692026-06-18T16:30:39.579Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14702026-06-18T16:30:39.697Z Compiling socket2 v0.5.10
14712026-06-18T16:30:39.716Z Compiling spin v0.9.8
14722026-06-18T16:30:39.921Z Compiling crc32fast v1.5.0
14732026-06-18T16:30:39.962Z Compiling time-core v0.1.8
14742026-06-18T16:30:40.092Z Compiling native-tls v0.2.18
14752026-06-18T16:30:40.112Z Compiling powerfmt v0.2.0
14762026-06-18T16:30:40.184Z Compiling num-conv v0.2.0
14772026-06-18T16:30:40.261Z Compiling deranged v0.5.8
14782026-06-18T16:30:40.319Z Compiling time-macros v0.2.27
14792026-06-18T16:30:40.483Z Compiling darling_macro v0.20.11
14802026-06-18T16:30:40.938Z Compiling hyper v1.8.1
14812026-06-18T16:30:41.256Z Compiling darling v0.20.11
14822026-06-18T16:30:41.340Z Compiling goblin v0.10.5
14832026-06-18T16:30:41.383Z Compiling rustls-native-certs v0.8.3
14842026-06-18T16:30:41.449Z Compiling sync_wrapper v1.0.2
14852026-06-18T16:30:41.556Z Compiling wait-timeout v0.2.1
14862026-06-18T16:30:41.670Z Compiling bit-vec v0.8.0
14872026-06-18T16:30:41.820Z Compiling syn v1.0.109
14882026-06-18T16:30:41.900Z Compiling siphasher v1.0.2
14892026-06-18T16:30:41.982Z Compiling quick-error v1.2.3
14902026-06-18T16:30:42.083Z Compiling hyper-util v0.1.20
14912026-06-18T16:30:42.096Z Compiling unicode-segmentation v1.12.0
14922026-06-18T16:30:42.119Z Compiling usdt-impl v0.6.0
14932026-06-18T16:30:42.321Z Compiling crossbeam-utils v0.8.21
14942026-06-18T16:30:42.476Z Compiling num_threads v0.1.7
14952026-06-18T16:30:42.536Z Compiling simd-adler32 v0.3.8
14962026-06-18T16:30:42.569Z Compiling time v0.3.47
14972026-06-18T16:30:42.839Z Compiling rusty-fork v0.3.1
14982026-06-18T16:30:42.933Z Compiling bit-set v0.8.0
14992026-06-18T16:30:43.095Z Compiling tower v0.5.3
15002026-06-18T16:30:43.166Z Compiling derive_builder_core v0.20.2
15012026-06-18T16:30:43.529Z Compiling dtrace-parser v0.3.0
15022026-06-18T16:30:43.561Z Compiling http-body-util v0.1.3
15032026-06-18T16:30:43.797Z Compiling webpki-roots v1.0.6
15042026-06-18T16:30:43.800Z Compiling signature v2.2.0
15052026-06-18T16:30:43.920Z Compiling scroll_derive v0.12.1
15062026-06-18T16:30:43.992Z Compiling thiserror-impl v1.0.69
15072026-06-18T16:30:44.017Z Compiling dof v0.4.0
15082026-06-18T16:30:44.099Z Compiling heapless v0.7.17
15092026-06-18T16:30:44.275Z Compiling rand_xorshift v0.4.0
15102026-06-18T16:30:44.335Z Compiling slog v2.8.2
15112026-06-18T16:30:44.433Z Compiling darling_core v0.21.3
15122026-06-18T16:30:44.518Z Compiling bzip2-sys v0.1.13+1.0.8
15132026-06-18T16:30:44.586Z Compiling thread-id v5.1.0
15142026-06-18T16:30:44.658Z Compiling cookie v0.18.1
15152026-06-18T16:30:44.784Z Compiling adler2 v2.0.1
15162026-06-18T16:30:44.837Z Compiling allocator-api2 v0.2.21
15172026-06-18T16:30:44.914Z Compiling zstd-safe v7.2.4
15182026-06-18T16:30:45.107Z Compiling signal-hook v0.3.18
15192026-06-18T16:30:45.156Z Compiling anyhow v1.0.102
15202026-06-18T16:30:45.172Z Compiling unarray v0.1.4
15212026-06-18T16:30:45.232Z Compiling paste v1.0.15
15222026-06-18T16:30:45.271Z Compiling unicode-bidi v0.3.18
15232026-06-18T16:30:45.284Z Compiling ryu v1.0.23
15242026-06-18T16:30:45.454Z Compiling unicode-properties v0.1.4
15252026-06-18T16:30:45.467Z Compiling iri-string v0.7.10
15262026-06-18T16:30:45.552Z Compiling serde_urlencoded v0.7.1
15272026-06-18T16:30:45.657Z Compiling stringprep v0.1.5
15282026-06-18T16:30:45.766Z Compiling proptest v1.10.0
15292026-06-18T16:30:45.787Z Compiling thiserror v1.0.69
15302026-06-18T16:30:45.790Z Compiling miniz_oxide v0.8.9
15312026-06-18T16:30:46.443Z Compiling scroll v0.12.0
15322026-06-18T16:30:46.684Z Compiling tower-http v0.6.8
15332026-06-18T16:30:46.738Z Compiling derive_builder_macro v0.20.2
15342026-06-18T16:30:46.923Z Compiling darling_macro v0.21.3
15352026-06-18T16:30:46.966Z Compiling tokio-native-tls v0.3.1
15362026-06-18T16:30:47.136Z Compiling heck v0.4.1
15372026-06-18T16:30:47.185Z Compiling ipnetwork v0.21.1
15382026-06-18T16:30:47.375Z Compiling bstr v1.12.1
15392026-06-18T16:30:47.393Z Compiling rand_chacha v0.3.1
15402026-06-18T16:30:47.434Z Compiling serde_tokenstream v0.2.3
15412026-06-18T16:30:47.557Z Compiling toml_datetime v0.6.11
15422026-06-18T16:30:47.577Z Compiling erased-serde v0.3.31
15432026-06-18T16:30:47.738Z Compiling serde_spanned v0.6.9
15442026-06-18T16:30:47.811Z Compiling md-5 v0.10.6
15452026-06-18T16:30:47.879Z Compiling zerocopy-derive v0.7.35
15462026-06-18T16:30:47.982Z Compiling pin-project-internal v1.1.11
15472026-06-18T16:30:48.004Z Compiling async-trait v0.1.89
15482026-06-18T16:30:48.059Z Compiling curve25519-dalek v4.1.3
15492026-06-18T16:30:48.199Z Compiling vergen-lib v9.1.0
15502026-06-18T16:30:48.377Z Compiling num-integer v0.1.46
15512026-06-18T16:30:48.391Z Compiling hash32 v0.2.1
15522026-06-18T16:30:48.581Z Compiling ff v0.13.1
15532026-06-18T16:30:48.696Z Compiling memoffset v0.9.1
15542026-06-18T16:30:48.723Z Compiling encoding_rs v0.8.35
15552026-06-18T16:30:48.735Z Compiling ref-cast v1.0.25
15562026-06-18T16:30:48.883Z Compiling zlib-rs v0.6.2
15572026-06-18T16:30:49.011Z Compiling rustix v0.38.44
15582026-06-18T16:30:49.035Z Compiling num-bigint-dig v0.8.6
15592026-06-18T16:30:49.081Z Compiling base16ct v0.2.0
15602026-06-18T16:30:49.222Z Compiling cfg_aliases v0.2.1
15612026-06-18T16:30:49.257Z Compiling mime v0.3.17
15622026-06-18T16:30:49.294Z Compiling smoltcp v0.9.1
15632026-06-18T16:30:49.348Z Compiling fallible-iterator v0.2.0
15642026-06-18T16:30:49.507Z Compiling litrs v1.0.0
15652026-06-18T16:30:49.626Z Compiling psl-types v2.0.11
15662026-06-18T16:30:49.674Z Compiling postgres-protocol v0.6.10
15672026-06-18T16:30:49.754Z Compiling publicsuffix v2.3.0
15682026-06-18T16:30:50.018Z Compiling document-features v0.2.12
15692026-06-18T16:30:50.021Z Compiling nix v0.31.2
15702026-06-18T16:30:50.220Z Compiling sec1 v0.7.3
15712026-06-18T16:30:50.234Z Compiling pin-project v1.1.11
15722026-06-18T16:30:50.389Z Compiling zerocopy v0.7.35
15732026-06-18T16:30:50.472Z Compiling group v0.13.0
15742026-06-18T16:30:50.485Z Compiling num-iter v0.1.45
15752026-06-18T16:30:50.582Z Compiling hubpack_derive v0.1.1
15762026-06-18T16:30:50.659Z Compiling newtype-uuid v1.3.2
15772026-06-18T16:30:50.923Z Compiling rand v0.8.6
15782026-06-18T16:30:50.984Z Compiling oxnet v0.1.6
15792026-06-18T16:30:51.114Z Compiling darling v0.21.3
15802026-06-18T16:30:51.128Z Compiling snafu-derive v0.8.9
15812026-06-18T16:30:51.198Z Compiling derive_builder v0.20.2
15822026-06-18T16:30:51.257Z Compiling hyper-tls v0.6.0
15832026-06-18T16:30:51.425Z Compiling goblin v0.8.2
15842026-06-18T16:30:51.779Z Compiling flate2 v1.1.9
15852026-06-18T16:30:52.128Z Compiling phf_shared v0.13.1
15862026-06-18T16:30:52.161Z Compiling lazy_static v1.5.0
15872026-06-18T16:30:52.192Z Compiling regex v1.12.3
15882026-06-18T16:30:52.257Z Compiling anstyle-parse v0.2.7
15892026-06-18T16:30:52.374Z Compiling strum_macros v0.27.2
15902026-06-18T16:30:52.445Z Compiling futures-executor v0.3.32
15912026-06-18T16:30:52.485Z Compiling hex v0.4.3
15922026-06-18T16:30:52.627Z Compiling hkdf v0.12.4
15932026-06-18T16:30:52.702Z Compiling crypto-bigint v0.5.5
15942026-06-18T16:30:52.753Z Compiling terminal_size v0.4.3
15952026-06-18T16:30:52.788Z Compiling curve25519-dalek-derive v0.1.1
15962026-06-18T16:30:52.889Z Compiling daft-derive v0.1.7
15972026-06-18T16:30:53.054Z Compiling ref-cast-impl v1.0.25
15982026-06-18T16:30:53.428Z Compiling vergen v9.1.0
15992026-06-18T16:30:53.590Z Compiling fs-err v3.3.0
16002026-06-18T16:30:53.608Z Compiling cargo-platform v0.3.2
16012026-06-18T16:30:53.622Z Compiling ahash v0.8.12
16022026-06-18T16:30:53.775Z Compiling foldhash v0.2.0
16032026-06-18T16:30:53.818Z Compiling same-file v1.0.6
16042026-06-18T16:30:53.880Z Compiling bumpalo v3.20.2
16052026-06-18T16:30:53.980Z Compiling object v0.37.3
16062026-06-18T16:30:53.997Z Compiling winnow v0.5.40
16072026-06-18T16:30:54.128Z Compiling foldhash v0.1.5
16082026-06-18T16:30:54.259Z Compiling bitflags v1.3.2
16092026-06-18T16:30:54.311Z Compiling libbz2-rs-sys v0.2.2
16102026-06-18T16:30:54.329Z Compiling managed v0.8.0
16112026-06-18T16:30:54.343Z Compiling strum v0.27.2
16122026-06-18T16:30:54.468Z Compiling hashbrown v0.15.5
16132026-06-18T16:30:54.812Z Compiling bzip2 v0.6.1
16142026-06-18T16:30:54.971Z Compiling zopfli v0.8.3
16152026-06-18T16:30:54.988Z Compiling walkdir v2.5.0
16162026-06-18T16:30:55.013Z Compiling hashbrown v0.16.1
16172026-06-18T16:30:55.016Z Compiling clap_builder v4.6.0
16182026-06-18T16:30:55.298Z Compiling toml_edit v0.19.15
16192026-06-18T16:30:55.387Z Compiling cargo_metadata v0.23.1
16202026-06-18T16:30:55.521Z Compiling dof v0.3.0
16212026-06-18T16:30:55.604Z Compiling elliptic-curve v0.13.8
16222026-06-18T16:30:55.642Z Compiling daft v0.1.7
16232026-06-18T16:30:56.058Z Compiling snafu v0.8.9
16242026-06-18T16:30:56.272Z Compiling futures v0.3.32
16252026-06-18T16:30:56.356Z Compiling anstream v0.6.21
16262026-06-18T16:30:56.412Z Compiling phf v0.13.1
16272026-06-18T16:30:56.786Z Compiling cookie_store v0.22.1
16282026-06-18T16:30:56.865Z Compiling signal-hook-mio v0.2.5
16292026-06-18T16:30:56.986Z Compiling bzip2 v0.4.4
16302026-06-18T16:30:57.029Z Compiling zstd v0.13.3
16312026-06-18T16:30:57.196Z Compiling serde_with_macros v3.17.0
16322026-06-18T16:30:57.288Z Compiling hubpack v0.1.2
16332026-06-18T16:30:57.522Z Compiling postgres-types v0.2.12
16342026-06-18T16:30:57.933Z Compiling globset v0.4.18
16352026-06-18T16:30:58.045Z Compiling usdt-macro v0.6.0
16362026-06-18T16:30:58.077Z Compiling usdt-attr-macro v0.6.0
16372026-06-18T16:30:58.300Z Compiling dtrace-parser v0.2.0
16382026-06-18T16:30:58.602Z Compiling ed25519 v2.2.3
16392026-06-18T16:30:58.635Z Compiling phf_shared v0.11.3
16402026-06-18T16:30:58.783Z Compiling olpc-cjson v0.1.4
16412026-06-18T16:30:58.816Z Compiling pkcs1 v0.7.5
16422026-06-18T16:30:58.860Z Compiling strum_macros v0.26.4
16432026-06-18T16:30:58.937Z Compiling clap_derive v4.6.1
16442026-06-18T16:30:59.034Z Compiling enum-as-inner v0.6.1
16452026-06-18T16:30:59.047Z Compiling serde_plain v1.0.2
16462026-06-18T16:30:59.219Z Compiling serde-big-array v0.5.1
16472026-06-18T16:30:59.240Z Compiling rfc6979 v0.4.0
16482026-06-18T16:30:59.360Z Compiling serde_repr v0.1.20
16492026-06-18T16:30:59.360Z Compiling async-recursion v1.1.1
16502026-06-18T16:30:59.500Z Compiling pem v3.0.6
16512026-06-18T16:30:59.531Z Compiling float-cmp v0.10.0
16522026-06-18T16:30:59.677Z Compiling memmap2 v0.9.10
16532026-06-18T16:30:59.825Z Compiling thread-id v4.2.2
16542026-06-18T16:30:59.884Z Compiling env_filter v1.0.0
16552026-06-18T16:30:59.897Z Compiling fixedbitset v0.4.2
16562026-06-18T16:30:59.909Z Compiling jiff v0.2.21
16572026-06-18T16:31:00.018Z Compiling keccak v0.1.6
16582026-06-18T16:31:00.107Z Compiling precomputed-hash v0.1.1
16592026-06-18T16:31:00.182Z Compiling data-encoding v2.10.0
16602026-06-18T16:31:00.197Z Compiling fixedbitset v0.5.7
16612026-06-18T16:31:00.495Z Compiling either v1.15.0
16622026-06-18T16:31:00.598Z Compiling static_assertions v1.1.0
16632026-06-18T16:31:00.673Z Compiling new_debug_unreachable v1.0.6
16642026-06-18T16:31:00.698Z Compiling predicates-core v1.0.10
16652026-06-18T16:31:00.712Z Compiling difflib v0.4.0
16662026-06-18T16:31:00.742Z Compiling whoami v2.1.0
16672026-06-18T16:31:00.820Z Compiling normalize-line-endings v0.3.0
16682026-06-18T16:31:00.863Z Compiling typed-path v0.9.3
16692026-06-18T16:31:00.876Z Compiling string_cache v0.8.9
16702026-06-18T16:31:00.913Z Compiling clap v4.6.1
16712026-06-18T16:31:01.014Z Compiling tokio-postgres v0.7.16
16722026-06-18T16:31:01.151Z Compiling predicates v3.1.4
16732026-06-18T16:31:01.156Z Compiling toml_edit v0.22.27
16742026-06-18T16:31:01.325Z Compiling itertools v0.13.0
16752026-06-18T16:31:01.817Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16762026-06-18T16:31:02.129Z Compiling strum v0.26.3
16772026-06-18T16:31:02.221Z Compiling hickory-proto v0.25.2
16782026-06-18T16:31:02.260Z Compiling petgraph v0.8.3
16792026-06-18T16:31:02.573Z Compiling zip v4.6.1
16802026-06-18T16:31:03.255Z Compiling sha3 v0.10.8
16812026-06-18T16:31:03.531Z Compiling env_logger v0.11.9
16822026-06-18T16:31:03.714Z Compiling petgraph v0.6.5
16832026-06-18T16:31:03.877Z Compiling usdt-impl v0.5.0
16842026-06-18T16:31:03.893Z Compiling usdt v0.6.0
16852026-06-18T16:31:04.133Z Compiling ecdsa v0.16.9
16862026-06-18T16:31:04.149Z Compiling rsa v0.9.10
16872026-06-18T16:31:04.175Z Compiling ed25519-dalek v2.2.0
16882026-06-18T16:31:04.460Z Compiling crossterm v0.28.1
16892026-06-18T16:31:04.518Z Compiling serde_with v3.17.0
16902026-06-18T16:31:04.835Z Compiling zip v0.6.6
16912026-06-18T16:31:05.415Z Compiling toml v0.7.8
16922026-06-18T16:31:05.588Z Compiling iddqd v0.4.2
16932026-06-18T16:31:06.224Z Compiling toml_parser v1.0.9+spec-1.1.0
16942026-06-18T16:31:06.241Z Compiling similar v2.7.0
16952026-06-18T16:31:06.274Z Compiling crossbeam-epoch v0.9.18
16962026-06-18T16:31:06.607Z Compiling tokio-stream v0.1.18
16972026-06-18T16:31:06.860Z Compiling buf-list v1.1.2
16982026-06-18T16:31:06.906Z Compiling x509-cert v0.2.5
16992026-06-18T16:31:06.936Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17002026-06-18T16:31:07.087Z Compiling openapiv3 v2.2.0
17012026-06-18T16:31:07.124Z Compiling sha1 v0.10.6
17022026-06-18T16:31:07.137Z Compiling lalrpop-util v0.19.12
17032026-06-18T16:31:07.247Z Compiling peg-runtime v0.8.5
17042026-06-18T16:31:07.333Z Compiling thread_local v1.1.9
17052026-06-18T16:31:07.342Z Compiling slog-async v2.8.0
17062026-06-18T16:31:07.506Z Compiling crossbeam-channel v0.5.15
17072026-06-18T16:31:07.528Z Compiling filetime v0.2.27
17082026-06-18T16:31:07.575Z Compiling is-terminal v0.4.17
17092026-06-18T16:31:07.652Z Compiling take_mut v0.2.2
17102026-06-18T16:31:07.665Z Compiling xattr v1.6.1
17112026-06-18T16:31:07.702Z Compiling term v1.2.1
17122026-06-18T16:31:07.828Z Compiling tar v0.4.45
17132026-06-18T16:31:07.952Z Compiling slog-term v2.9.2
17142026-06-18T16:31:18.010Z Compiling rustls-webpki v0.103.9
17152026-06-18T16:31:20.813Z Compiling tokio-rustls v0.26.4
17162026-06-18T16:31:20.813Z Compiling rustls-platform-verifier v0.6.2
17172026-06-18T16:31:21.033Z Compiling hyper-rustls v0.27.7
17182026-06-18T16:31:21.232Z Compiling reqwest v0.12.28
17192026-06-18T16:31:21.255Z Compiling reqwest v0.13.2
17202026-06-18T16:31:22.520Z Compiling tough v0.22.0
17212026-06-18T16:31:25.050Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17222026-06-18T16:31:25.267Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17232026-06-18T16:31:28.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17242026-06-18T16:31:28.293Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17252026-06-18T16:31:28.347ZJun 18 16:31:27.423 INFO Starting download, target: Console
17262026-06-18T16:31:28.347ZJun 18 16:31:27.424 INFO Starting download, target: MaghemiteMgd
17272026-06-18T16:31:28.350ZJun 18 16:31:27.424 INFO Starting download, target: DendriteStub
17282026-06-18T16:31:28.350ZJun 18 16:31:27.424 INFO Starting download, target: Clickhouse
17292026-06-18T16:31:28.350ZJun 18 16:31:27.424 INFO Starting download, target: MaghemiteDdmd
17302026-06-18T16:31:28.350ZJun 18 16:31:27.424 INFO Starting download, target: Cockroach
17312026-06-18T16:31:28.350ZJun 18 16:31:27.424 INFO Starting download, target: TransceiverControl
17322026-06-18T16:31:28.350ZJun 18 16:31:27.424 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17332026-06-18T16:31:28.350ZJun 18 16:31:27.424 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17342026-06-18T16:31:28.350ZJun 18 16:31:27.424 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17352026-06-18T16:31:28.350ZJun 18 16:31:27.424 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17362026-06-18T16:31:28.350ZJun 18 16:31:27.424 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17372026-06-18T16:31:28.351ZJun 18 16:31:27.424 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17382026-06-18T16:31:28.351ZJun 18 16:31:27.424 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17392026-06-18T16:31:28.694ZJun 18 16:31:27.764 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17402026-06-18T16:31:28.935ZJun 18 16:31:28.011 INFO Download complete, target: TransceiverControl
17412026-06-18T16:31:29.270ZJun 18 16:31:28.343 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17422026-06-18T16:31:29.527ZJun 18 16:31:28.593 INFO Download complete, target: Console
17432026-06-18T16:31:29.992ZJun 18 16:31:29.061 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17442026-06-18T16:31:30.452ZJun 18 16:31:29.524 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17452026-06-18T16:31:30.475ZJun 18 16:31:29.550 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17462026-06-18T16:31:30.624ZJun 18 16:31:29.698 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17472026-06-18T16:31:30.705ZJun 18 16:31:29.781 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17482026-06-18T16:31:30.705ZJun 18 16:31:29.781 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17492026-06-18T16:31:31.774ZJun 18 16:31:30.849 INFO Download complete, target: MaghemiteDdmd
17502026-06-18T16:31:33.016ZJun 18 16:31:32.092 INFO Download complete, target: DendriteStub
17512026-06-18T16:31:33.117ZJun 18 16:31:32.193 INFO Download complete, target: MaghemiteMgd
17522026-06-18T16:31:35.377ZJun 18 16:31:34.453 INFO Checking that binary works, target: Cockroach
17532026-06-18T16:31:35.492ZJun 18 16:31:34.568 INFO Download complete, target: Cockroach
17542026-06-18T16:31:37.156ZJun 18 16:31:36.232 INFO Checking that binary works, target: Clickhouse
17552026-06-18T16:31:37.279ZJun 18 16:31:36.355 INFO Download complete, target: Clickhouse
17562026-06-18T16:31:37.295ZAll builder prerequisites installed successfully, and PATH looks valid
17572026-06-18T16:31:37.298Z
17582026-06-18T16:31:37.298Zreal 2:08.071489271
17592026-06-18T16:31:37.298Zuser 6:51.671314922
17602026-06-18T16:31:37.298Zsys 1:22.670219749
17612026-06-18T16:31:37.298Ztrap 0.234053517
17622026-06-18T16:31:37.298Ztflt 0.591002501
17632026-06-18T16:31:37.299Zdflt 0.520487141
17642026-06-18T16:31:37.299Zkflt 0.021018125
17652026-06-18T16:31:37.299Zlock 21:49.204531850
17662026-06-18T16:31:37.299Zslp 21:16.335246664
17672026-06-18T16:31:37.299Zlat 43.232450353
17682026-06-18T16:31:37.299Zstop 1:50.595381964
17692026-06-18T16:31:37.299Z+ banner hack-check
17702026-06-18T16:31:37.299Z
17712026-06-18T16:31:37.299Z # # ## #### # # #### # # ###### #### # #
17722026-06-18T16:31:37.299Z # # # # # # # # # # # # # # # # #
17732026-06-18T16:31:37.299Z ###### # # # #### ##### # ###### ##### # ####
17742026-06-18T16:31:37.299Z # # ###### # # # # # # # # # #
17752026-06-18T16:31:37.299Z # # # # # # # # # # # # # # # # #
17762026-06-18T16:31:37.299Z # # # # #### # # #### # # ###### #### # #
17772026-06-18T16:31:37.299Z
17782026-06-18T16:31:37.299Z+ export CARGO_INCREMENTAL=0
17792026-06-18T16:31:37.299Z+ CARGO_INCREMENTAL=0
17802026-06-18T16:31:37.299Z+ ptime -m timeout 2h cargo xtask check-features --ci
17812026-06-18T16:31:37.752Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17822026-06-18T16:31:37.970Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17832026-06-18T16:31:39.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.52s
17842026-06-18T16:31:39.902Z Running `target/debug/xtask check-features --ci`
17852026-06-18T16:31:39.927Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17862026-06-18T16:31:39.927Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17872026-06-18T16:31:40.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
17882026-06-18T16:31:40.362Z Running `target/debug/xtask download cargo-hack`
17892026-06-18T16:31:41.077Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17902026-06-18T16:31:41.384Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17912026-06-18T16:31:43.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.54s
17922026-06-18T16:31:44.083Z Running `target/debug/xtask-downloader cargo-hack`
17932026-06-18T16:31:44.129ZJun 18 16:31:43.196 INFO Starting download, target: CargoHack
17942026-06-18T16:31:44.129ZJun 18 16:31:43.197 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17952026-06-18T16:31:44.504ZJun 18 16:31:43.580 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17962026-06-18T16:31:44.557ZJun 18 16:31:43.633 INFO Download complete, target: CargoHack
17972026-06-18T16:31:44.561Zrunning: "/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"
17982026-06-18T16:31:44.573Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17992026-06-18T16:31:44.728Zinfo: running `cargo check --bins` on api_identity (1/296)
18002026-06-18T16:31:45.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18012026-06-18T16:31:45.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18022026-06-18T16:31:45.163Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18032026-06-18T16:31:45.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18042026-06-18T16:31:45.237Z
18052026-06-18T16:31:45.237Zinfo: running `cargo check --bins` on bootstore (2/296)
18062026-06-18T16:31:45.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18072026-06-18T16:31:45.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18082026-06-18T16:31:45.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18092026-06-18T16:31:45.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18102026-06-18T16:31:45.761Z
18112026-06-18T16:31:45.761Zinfo: running `cargo check --bins` on omicron-ledger (3/296)
18122026-06-18T16:31:46.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18132026-06-18T16:31:46.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18142026-06-18T16:31:46.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18152026-06-18T16:31:46.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18162026-06-18T16:31:46.256Z
18172026-06-18T16:31:46.256Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/296)
18182026-06-18T16:31:46.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18192026-06-18T16:31:46.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18202026-06-18T16:31:46.687Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18212026-06-18T16:31:46.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18222026-06-18T16:31:46.758Z
18232026-06-18T16:31:46.759Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/296)
18242026-06-18T16:31:47.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18252026-06-18T16:31:47.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18262026-06-18T16:31:47.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18272026-06-18T16:31:47.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18282026-06-18T16:31:47.257Z
18292026-06-18T16:31:47.257Zinfo: running `cargo check --bins` on omicron-certificates (6/296)
18302026-06-18T16:31:47.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18312026-06-18T16:31:47.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18322026-06-18T16:31:47.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18332026-06-18T16:31:47.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18342026-06-18T16:31:47.767Z
18352026-06-18T16:31:47.767Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/296)
18362026-06-18T16:31:48.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18372026-06-18T16:31:48.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18382026-06-18T16:31:48.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18392026-06-18T16:31:48.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18402026-06-18T16:31:48.290Z
18412026-06-18T16:31:48.290Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/296)
18422026-06-18T16:31:48.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18432026-06-18T16:31:48.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18442026-06-18T16:31:48.727Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18452026-06-18T16:31:48.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18462026-06-18T16:31:48.803Z
18472026-06-18T16:31:48.803Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/296)
18482026-06-18T16:31:49.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18492026-06-18T16:31:49.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18502026-06-18T16:31:49.145Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18512026-06-18T16:31:49.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18522026-06-18T16:31:49.189Z
18532026-06-18T16:31:49.189Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/296)
18542026-06-18T16:31:49.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18552026-06-18T16:31:49.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18562026-06-18T16:31:49.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18572026-06-18T16:31:49.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18582026-06-18T16:31:49.580Z
18592026-06-18T16:31:49.580Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/296)
18602026-06-18T16:31:49.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18612026-06-18T16:31:49.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18622026-06-18T16:31:49.920Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18632026-06-18T16:31:49.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18642026-06-18T16:31:49.965Z
18652026-06-18T16:31:49.965Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/296)
18662026-06-18T16:31:50.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18672026-06-18T16:31:50.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18682026-06-18T16:31:50.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18692026-06-18T16:31:50.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18702026-06-18T16:31:50.352Z
18712026-06-18T16:31:50.352Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/296)
18722026-06-18T16:31:50.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18732026-06-18T16:31:50.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18742026-06-18T16:31:50.709Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18752026-06-18T16:31:50.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18762026-06-18T16:31:50.736Z
18772026-06-18T16:31:50.736Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/296)
18782026-06-18T16:31:51.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18792026-06-18T16:31:51.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18802026-06-18T16:31:51.083Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18812026-06-18T16:31:51.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18822026-06-18T16:31:51.127Z
18832026-06-18T16:31:51.127Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/296)
18842026-06-18T16:31:51.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18852026-06-18T16:31:51.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18862026-06-18T16:31:51.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18872026-06-18T16:31:51.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18882026-06-18T16:31:51.517Z
18892026-06-18T16:31:51.517Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/296)
18902026-06-18T16:31:51.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18912026-06-18T16:31:51.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18922026-06-18T16:31:51.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18932026-06-18T16:31:51.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18942026-06-18T16:31:51.904Z
18952026-06-18T16:31:51.904Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/296)
18962026-06-18T16:31:52.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18972026-06-18T16:31:52.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18982026-06-18T16:31:52.247Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18992026-06-18T16:31:52.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19002026-06-18T16:31:52.292Z
19012026-06-18T16:31:52.292Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/296)
19022026-06-18T16:31:52.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19032026-06-18T16:31:52.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19042026-06-18T16:31:52.635Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19052026-06-18T16:31:52.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19062026-06-18T16:31:52.679Z
19072026-06-18T16:31:52.679Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/296)
19082026-06-18T16:31:53.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19092026-06-18T16:31:53.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19102026-06-18T16:31:53.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19112026-06-18T16:31:53.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19122026-06-18T16:31:53.070Z
19132026-06-18T16:31:53.070Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/296)
19142026-06-18T16:31:53.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19152026-06-18T16:31:53.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19162026-06-18T16:31:53.417Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19172026-06-18T16:31:53.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19182026-06-18T16:31:53.465Z
19192026-06-18T16:31:53.465Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/296)
19202026-06-18T16:31:53.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19212026-06-18T16:31:53.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19222026-06-18T16:31:53.815Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19232026-06-18T16:31:53.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19242026-06-18T16:31:53.861Z
19252026-06-18T16:31:53.861Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/296)
19262026-06-18T16:31:54.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19272026-06-18T16:31:54.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19282026-06-18T16:31:54.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19292026-06-18T16:31:54.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19302026-06-18T16:31:54.250Z
19312026-06-18T16:31:54.250Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/296)
19322026-06-18T16:31:54.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19332026-06-18T16:31:54.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19342026-06-18T16:31:54.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19352026-06-18T16:31:54.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19362026-06-18T16:31:54.638Z
19372026-06-18T16:31:54.638Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/296)
19382026-06-18T16:31:54.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19392026-06-18T16:31:54.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19402026-06-18T16:31:54.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19412026-06-18T16:31:54.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19422026-06-18T16:31:55.028Z
19432026-06-18T16:31:55.028Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/296)
19442026-06-18T16:31:55.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19452026-06-18T16:31:55.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19462026-06-18T16:31:55.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19472026-06-18T16:31:55.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19482026-06-18T16:31:55.417Z
19492026-06-18T16:31:55.417Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/296)
19502026-06-18T16:31:55.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19512026-06-18T16:31:55.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19522026-06-18T16:31:55.762Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19532026-06-18T16:31:55.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19542026-06-18T16:31:55.807Z
19552026-06-18T16:31:55.807Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/296)
19562026-06-18T16:31:56.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19572026-06-18T16:31:56.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19582026-06-18T16:31:56.150Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19592026-06-18T16:31:56.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19602026-06-18T16:31:56.194Z
19612026-06-18T16:31:56.194Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/296)
19622026-06-18T16:31:56.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19632026-06-18T16:31:56.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19642026-06-18T16:31:56.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19652026-06-18T16:31:56.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19662026-06-18T16:31:56.582Z
19672026-06-18T16:31:56.582Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/296)
19682026-06-18T16:31:56.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19692026-06-18T16:31:56.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19702026-06-18T16:31:56.926Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19712026-06-18T16:31:56.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19722026-06-18T16:31:56.973Z
19732026-06-18T16:31:56.973Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/296)
19742026-06-18T16:31:57.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19752026-06-18T16:31:57.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19762026-06-18T16:31:57.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19772026-06-18T16:31:57.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19782026-06-18T16:31:57.363Z
19792026-06-18T16:31:57.363Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/296)
19802026-06-18T16:31:57.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19812026-06-18T16:31:57.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19822026-06-18T16:31:57.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19832026-06-18T16:31:57.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19842026-06-18T16:31:57.745Z
19852026-06-18T16:31:57.745Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/296)
19862026-06-18T16:31:58.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19872026-06-18T16:31:58.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19882026-06-18T16:31:58.089Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19892026-06-18T16:31:58.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19902026-06-18T16:31:58.134Z
19912026-06-18T16:31:58.134Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/296)
19922026-06-18T16:31:58.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19932026-06-18T16:31:58.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19942026-06-18T16:31:58.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19952026-06-18T16:31:58.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19962026-06-18T16:31:58.526Z
19972026-06-18T16:31:58.526Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/296)
19982026-06-18T16:31:58.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19992026-06-18T16:31:58.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20002026-06-18T16:31:58.874Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20012026-06-18T16:31:58.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20022026-06-18T16:31:58.917Z
20032026-06-18T16:31:58.917Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/296)
20042026-06-18T16:31:59.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20052026-06-18T16:31:59.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20062026-06-18T16:31:59.263Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20072026-06-18T16:31:59.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20082026-06-18T16:31:59.309Z
20092026-06-18T16:31:59.309Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/296)
20102026-06-18T16:31:59.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20112026-06-18T16:31:59.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20122026-06-18T16:31:59.654Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20132026-06-18T16:31:59.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20142026-06-18T16:31:59.696Z
20152026-06-18T16:31:59.696Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/296)
20162026-06-18T16:32:00.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20172026-06-18T16:32:00.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20182026-06-18T16:32:00.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20192026-06-18T16:32:00.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20202026-06-18T16:32:00.086Z
20212026-06-18T16:32:00.086Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/296)
20222026-06-18T16:32:00.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20232026-06-18T16:32:00.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20242026-06-18T16:32:00.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20252026-06-18T16:32:00.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20262026-06-18T16:32:00.475Z
20272026-06-18T16:32:00.475Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/296)
20282026-06-18T16:32:00.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20292026-06-18T16:32:00.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20302026-06-18T16:32:00.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20312026-06-18T16:32:00.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20322026-06-18T16:32:00.862Z
20332026-06-18T16:32:00.862Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/296)
20342026-06-18T16:32:01.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20352026-06-18T16:32:01.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20362026-06-18T16:32:01.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20372026-06-18T16:32:01.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20382026-06-18T16:32:01.253Z
20392026-06-18T16:32:01.253Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/296)
20402026-06-18T16:32:01.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20412026-06-18T16:32:01.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20422026-06-18T16:32:01.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20432026-06-18T16:32:01.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20442026-06-18T16:32:01.646Z
20452026-06-18T16:32:01.646Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/296)
20462026-06-18T16:32:01.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20472026-06-18T16:32:01.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20482026-06-18T16:32:01.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20492026-06-18T16:32:01.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20502026-06-18T16:32:02.035Z
20512026-06-18T16:32:02.035Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/296)
20522026-06-18T16:32:02.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20532026-06-18T16:32:02.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20542026-06-18T16:32:02.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20552026-06-18T16:32:02.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20562026-06-18T16:32:02.423Z
20572026-06-18T16:32:02.424Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/296)
20582026-06-18T16:32:02.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20592026-06-18T16:32:02.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20602026-06-18T16:32:02.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20612026-06-18T16:32:02.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20622026-06-18T16:32:02.810Z
20632026-06-18T16:32:02.810Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/296)
20642026-06-18T16:32:03.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20652026-06-18T16:32:03.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20662026-06-18T16:32:03.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20672026-06-18T16:32:03.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20682026-06-18T16:32:03.199Z
20692026-06-18T16:32:03.199Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/296)
20702026-06-18T16:32:03.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20712026-06-18T16:32:03.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20722026-06-18T16:32:03.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20732026-06-18T16:32:03.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20742026-06-18T16:32:03.588Z
20752026-06-18T16:32:03.588Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/296)
20762026-06-18T16:32:03.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20772026-06-18T16:32:03.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20782026-06-18T16:32:03.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20792026-06-18T16:32:03.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20802026-06-18T16:32:03.995Z
20812026-06-18T16:32:03.996Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/296)
20822026-06-18T16:32:04.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20832026-06-18T16:32:04.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20842026-06-18T16:32:04.323Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20852026-06-18T16:32:04.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20862026-06-18T16:32:04.367Z
20872026-06-18T16:32:04.367Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/296)
20882026-06-18T16:32:04.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20892026-06-18T16:32:04.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20902026-06-18T16:32:04.837Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20912026-06-18T16:32:04.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
20922026-06-18T16:32:04.916Z
20932026-06-18T16:32:04.916Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/296)
20942026-06-18T16:32:05.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20952026-06-18T16:32:05.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20962026-06-18T16:32:05.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20972026-06-18T16:32:05.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
20982026-06-18T16:32:05.466Z
20992026-06-18T16:32:05.466Zinfo: running `cargo check --bins` on nexus-config (51/296)
21002026-06-18T16:32:05.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21012026-06-18T16:32:05.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21022026-06-18T16:32:05.938Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21032026-06-18T16:32:05.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21042026-06-18T16:32:06.014Z
21052026-06-18T16:32:06.014Zinfo: running `cargo check --bins` on nexus-types (52/296)
21062026-06-18T16:32:06.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21072026-06-18T16:32:06.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21082026-06-18T16:32:06.484Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21092026-06-18T16:32:06.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21102026-06-18T16:32:06.566Z
21112026-06-18T16:32:06.566Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/296)
21122026-06-18T16:32:07.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21132026-06-18T16:32:07.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21142026-06-18T16:32:07.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21152026-06-18T16:32:07.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21162026-06-18T16:32:07.089Z
21172026-06-18T16:32:07.089Zinfo: running `cargo check --bins` on omicron-passwords (54/296)
21182026-06-18T16:32:07.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21192026-06-18T16:32:07.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21202026-06-18T16:32:07.522Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21212026-06-18T16:32:07.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21222026-06-18T16:32:07.594Z
21232026-06-18T16:32:07.594Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/296)
21242026-06-18T16:32:08.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21252026-06-18T16:32:08.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21262026-06-18T16:32:08.077Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21272026-06-18T16:32:08.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21282026-06-18T16:32:08.113Z
21292026-06-18T16:32:08.113Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/296)
21302026-06-18T16:32:08.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21312026-06-18T16:32:08.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21322026-06-18T16:32:08.562Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21332026-06-18T16:32:08.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21342026-06-18T16:32:08.636Z
21352026-06-18T16:32:08.636Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/296)
21362026-06-18T16:32:09.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21372026-06-18T16:32:09.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21382026-06-18T16:32:09.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21392026-06-18T16:32:09.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21402026-06-18T16:32:09.157Z
21412026-06-18T16:32:09.157Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/296)
21422026-06-18T16:32:09.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21432026-06-18T16:32:09.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21442026-06-18T16:32:09.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21452026-06-18T16:32:09.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21462026-06-18T16:32:09.681Z
21472026-06-18T16:32:09.681Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/296)
21482026-06-18T16:32:10.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21492026-06-18T16:32:10.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21502026-06-18T16:32:10.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21512026-06-18T16:32:10.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21522026-06-18T16:32:10.178Z
21532026-06-18T16:32:10.178Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/296)
21542026-06-18T16:32:10.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21552026-06-18T16:32:10.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21562026-06-18T16:32:10.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21572026-06-18T16:32:10.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21582026-06-18T16:32:10.683Z
21592026-06-18T16:32:10.683Zinfo: running `cargo check --bins --no-default-features` on gfss (61/296)
21602026-06-18T16:32:11.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21612026-06-18T16:32:11.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21622026-06-18T16:32:11.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21632026-06-18T16:32:11.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21642026-06-18T16:32:11.216Z
21652026-06-18T16:32:11.216Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/296)
21662026-06-18T16:32:11.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21672026-06-18T16:32:11.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21682026-06-18T16:32:11.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21692026-06-18T16:32:11.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
21702026-06-18T16:32:11.685Z
21712026-06-18T16:32:11.685Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/296)
21722026-06-18T16:32:12.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21732026-06-18T16:32:12.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21742026-06-18T16:32:12.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21752026-06-18T16:32:12.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21762026-06-18T16:32:12.200Z
21772026-06-18T16:32:12.200Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/296)
21782026-06-18T16:32:12.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21792026-06-18T16:32:12.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21802026-06-18T16:32:12.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21812026-06-18T16:32:12.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21822026-06-18T16:32:12.720Z
21832026-06-18T16:32:12.720Zinfo: running `cargo check --bins` on cockroach-admin-types (65/296)
21842026-06-18T16:32:13.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21852026-06-18T16:32:13.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21862026-06-18T16:32:13.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21872026-06-18T16:32:13.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
21882026-06-18T16:32:13.222Z
21892026-06-18T16:32:13.222Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/296)
21902026-06-18T16:32:13.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21912026-06-18T16:32:13.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21922026-06-18T16:32:13.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21932026-06-18T16:32:13.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
21942026-06-18T16:32:13.732Z
21952026-06-18T16:32:13.732Zinfo: running `cargo check --bins` on ereport-types (67/296)
21962026-06-18T16:32:14.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21972026-06-18T16:32:14.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21982026-06-18T16:32:14.160Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21992026-06-18T16:32:14.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22002026-06-18T16:32:14.241Z
22012026-06-18T16:32:14.242Zinfo: running `cargo check --bins` on gateway-client (68/296)
22022026-06-18T16:32:14.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22032026-06-18T16:32:14.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22042026-06-18T16:32:14.685Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22052026-06-18T16:32:14.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22062026-06-18T16:32:14.760Z
22072026-06-18T16:32:14.760Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/296)
22082026-06-18T16:32:15.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22092026-06-18T16:32:15.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22102026-06-18T16:32:15.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22112026-06-18T16:32:15.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22122026-06-18T16:32:15.271Z
22132026-06-18T16:32:15.272Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/296)
22142026-06-18T16:32:15.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22152026-06-18T16:32:15.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22162026-06-18T16:32:15.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22172026-06-18T16:32:15.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22182026-06-18T16:32:15.781Z
22192026-06-18T16:32:15.781Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/296)
22202026-06-18T16:32:16.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22212026-06-18T16:32:16.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22222026-06-18T16:32:16.298Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22232026-06-18T16:32:16.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22242026-06-18T16:32:16.331Z
22252026-06-18T16:32:16.331Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/296)
22262026-06-18T16:32:16.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22272026-06-18T16:32:16.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22282026-06-18T16:32:16.748Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22292026-06-18T16:32:16.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22302026-06-18T16:32:16.827Z
22312026-06-18T16:32:16.827Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/296)
22322026-06-18T16:32:17.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22332026-06-18T16:32:17.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22342026-06-18T16:32:17.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22352026-06-18T16:32:17.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22362026-06-18T16:32:17.384Z
22372026-06-18T16:32:17.384Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/296)
22382026-06-18T16:32:17.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22392026-06-18T16:32:17.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22402026-06-18T16:32:17.822Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22412026-06-18T16:32:17.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22422026-06-18T16:32:17.908Z
22432026-06-18T16:32:17.908Zinfo: running `cargo check --bins` on key-manager-types (75/296)
22442026-06-18T16:32:18.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22452026-06-18T16:32:18.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22462026-06-18T16:32:18.345Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22472026-06-18T16:32:18.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22482026-06-18T16:32:18.414Z
22492026-06-18T16:32:18.414Zinfo: running `cargo check --bins` on oxlog (76/296)
22502026-06-18T16:32:18.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22512026-06-18T16:32:18.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22522026-06-18T16:32:18.966Z Checking cfg-if v1.0.4
22532026-06-18T16:32:18.971Z Checking libc v0.2.185
22542026-06-18T16:32:18.971Z Checking serde_core v1.0.228
22552026-06-18T16:32:19.096Z Checking zeroize v1.8.2
22562026-06-18T16:32:19.109Z Checking memchr v2.8.0
22572026-06-18T16:32:19.109Z Checking log v0.4.29
22582026-06-18T16:32:19.109Z Checking smallvec v1.15.1
22592026-06-18T16:32:19.114Z Checking typenum v1.19.0
22602026-06-18T16:32:19.119Z Checking subtle v2.6.1
22612026-06-18T16:32:19.213Z Checking itoa v1.0.17
22622026-06-18T16:32:19.257Z Checking scopeguard v1.2.0
22632026-06-18T16:32:19.273Z Checking stable_deref_trait v1.2.1
22642026-06-18T16:32:19.279Z Checking const-oid v0.9.6
22652026-06-18T16:32:19.340Z Checking zerofrom v0.1.6
22662026-06-18T16:32:19.353Z Checking lock_api v0.4.14
22672026-06-18T16:32:19.363Z Checking pin-project-lite v0.2.17
22682026-06-18T16:32:19.450Z Checking yoke v0.8.1
22692026-06-18T16:32:19.473Z Checking getrandom v0.2.17
22702026-06-18T16:32:19.477Z Checking errno v0.3.14
22712026-06-18T16:32:19.481Z Checking parking_lot_core v0.9.12
22722026-06-18T16:32:19.551Z Checking portable-atomic v1.13.1
22732026-06-18T16:32:19.572Z Checking signal-hook-registry v1.4.8
22742026-06-18T16:32:19.608Z Checking rand_core v0.6.4
22752026-06-18T16:32:19.613Z Checking zerovec v0.11.5
22762026-06-18T16:32:19.629Z Checking generic-array v0.14.7
22772026-06-18T16:32:19.655Z Checking critical-section v1.2.0
22782026-06-18T16:32:19.724Z Checking futures-core v0.3.32
22792026-06-18T16:32:19.752Z Checking parking_lot v0.12.5
22802026-06-18T16:32:19.785Z Checking mio v1.2.0
22812026-06-18T16:32:19.839Z Checking zerocopy v0.8.40
22822026-06-18T16:32:19.936Z Checking zmij v1.0.21
22832026-06-18T16:32:19.948Z Checking once_cell v1.21.3
22842026-06-18T16:32:19.961Z Checking socket2 v0.6.3
22852026-06-18T16:32:20.035Z Checking tinystr v0.8.2
22862026-06-18T16:32:20.061Z Checking crypto-common v0.1.7
22872026-06-18T16:32:20.064Z Checking block-buffer v0.10.4
22882026-06-18T16:32:20.114Z Checking libm v0.2.16
22892026-06-18T16:32:20.145Z Checking writeable v0.6.2
22902026-06-18T16:32:20.180Z Checking equivalent v1.0.2
22912026-06-18T16:32:20.195Z Checking litemap v0.8.1
22922026-06-18T16:32:20.205Z Checking digest v0.10.7
22932026-06-18T16:32:20.208Z Checking percent-encoding v2.3.2
22942026-06-18T16:32:20.258Z Checking potential_utf v0.1.4
22952026-06-18T16:32:20.297Z Checking zerotrie v0.2.3
22962026-06-18T16:32:20.348Z Checking futures-sink v0.3.32
22972026-06-18T16:32:20.363Z Checking icu_locale_core v2.1.1
22982026-06-18T16:32:20.385Z Checking icu_collections v2.1.1
22992026-06-18T16:32:20.398Z Checking futures-task v0.3.32
23002026-06-18T16:32:20.443Z Checking futures-channel v0.3.32
23012026-06-18T16:32:20.531Z Checking slab v0.4.12
23022026-06-18T16:32:20.535Z Checking serde v1.0.228
23032026-06-18T16:32:20.535Z Checking bitflags v2.11.0
23042026-06-18T16:32:20.632Z Checking serde_json v1.0.149
23052026-06-18T16:32:20.685Z Checking cpufeatures v0.2.17
23062026-06-18T16:32:20.685Z Checking futures-io v0.3.32
23072026-06-18T16:32:20.720Z Checking hmac v0.12.1
23082026-06-18T16:32:20.752Z Checking icu_properties_data v2.1.2
23092026-06-18T16:32:20.803Z Checking futures-util v0.3.32
23102026-06-18T16:32:20.808Z Checking num-traits v0.2.19
23112026-06-18T16:32:20.853Z Checking icu_normalizer_data v2.1.1
23122026-06-18T16:32:20.875Z Checking hashbrown v0.17.0
23132026-06-18T16:32:20.911Z Checking icu_provider v2.1.1
23142026-06-18T16:32:20.922Z Checking rand_core v0.10.0
23152026-06-18T16:32:20.932Z Checking bytes v1.11.1
23162026-06-18T16:32:21.059Z Checking getrandom v0.4.1
23172026-06-18T16:32:21.143Z Checking icu_normalizer v2.1.1
23182026-06-18T16:32:21.203Z Checking icu_properties v2.1.2
23192026-06-18T16:32:21.293Z Checking block-padding v0.3.3
23202026-06-18T16:32:21.334Z Checking indexmap v2.14.0
23212026-06-18T16:32:21.364Z Checking utf8_iter v1.0.4
23222026-06-18T16:32:21.374Z Checking tokio v1.52.1
23232026-06-18T16:32:21.428Z Checking inout v0.1.4
23242026-06-18T16:32:21.444Z Checking sha2 v0.10.9
23252026-06-18T16:32:21.477Z Checking form_urlencoded v1.2.2
23262026-06-18T16:32:21.554Z Checking cipher v0.4.4
23272026-06-18T16:32:21.600Z Checking getrandom v0.3.4
23282026-06-18T16:32:21.725Z Checking fnv v1.0.7
23292026-06-18T16:32:21.742Z Checking byteorder v1.5.0
23302026-06-18T16:32:21.755Z Checking base64ct v1.8.3
23312026-06-18T16:32:21.800Z Checking flagset v0.4.7
23322026-06-18T16:32:21.888Z Checking rand_core v0.9.5
23332026-06-18T16:32:21.922Z Checking http v1.4.0
23342026-06-18T16:32:21.937Z Checking regex-syntax v0.8.10
23352026-06-18T16:32:21.983Z Checking pem-rfc7468 v0.7.0
23362026-06-18T16:32:22.011Z Checking idna_adapter v1.2.1
23372026-06-18T16:32:22.067Z Checking salsa20 v0.10.2
23382026-06-18T16:32:22.128Z Checking idna v1.1.0
23392026-06-18T16:32:22.136Z Checking der v0.7.10
23402026-06-18T16:32:22.195Z Checking uuid v1.23.0
23412026-06-18T16:32:22.369Z Checking url v2.5.8
23422026-06-18T16:32:22.471Z Checking pbkdf2 v0.12.2
23432026-06-18T16:32:22.498Z Checking rustix v1.1.3
23442026-06-18T16:32:22.580Z Checking tracing-core v0.1.36
23452026-06-18T16:32:22.592Z Checking ppv-lite86 v0.2.21
23462026-06-18T16:32:22.726Z Checking rustls-pki-types v1.14.0
23472026-06-18T16:32:22.807Z Checking base64 v0.22.1
23482026-06-18T16:32:22.866Z Checking spki v0.7.3
23492026-06-18T16:32:22.878Z Checking iana-time-zone v0.1.65
23502026-06-18T16:32:22.894Z Checking tracing v0.1.44
23512026-06-18T16:32:22.984Z Checking chrono v0.4.44
23522026-06-18T16:32:23.015Z Checking rand_chacha v0.9.0
23532026-06-18T16:32:23.031Z Checking scrypt v0.11.0
23542026-06-18T16:32:23.061Z Checking http-body v1.0.1
23552026-06-18T16:32:23.107Z Checking aes v0.8.4
23562026-06-18T16:32:23.169Z Checking cbc v0.1.2
23572026-06-18T16:32:23.194Z Checking aws-lc-sys v0.40.0
23582026-06-18T16:32:23.223Z Checking untrusted v0.7.1
23592026-06-18T16:32:23.253Z Checking untrusted v0.9.0
23602026-06-18T16:32:23.294Z Checking tinyvec_macros v0.1.1
23612026-06-18T16:32:23.329Z Checking openssl-probe v0.2.1
23622026-06-18T16:32:23.361Z Checking rand v0.9.2
23632026-06-18T16:32:23.371Z Checking tinyvec v1.10.0
23642026-06-18T16:32:23.376Z Checking ring v0.17.14
23652026-06-18T16:32:23.432Z Checking tower-service v0.3.3
23662026-06-18T16:32:23.511Z Checking pkcs5 v0.7.1
23672026-06-18T16:32:23.523Z Checking tower-layer v0.3.3
23682026-06-18T16:32:23.668Z Checking atomic-waker v1.1.2
23692026-06-18T16:32:23.668Z Checking try-lock v0.2.5
23702026-06-18T16:32:23.704Z Checking aws-lc-rs v1.16.3
23712026-06-18T16:32:23.762Z Checking want v0.3.1
23722026-06-18T16:32:23.766Z Checking pkcs8 v0.10.2
23732026-06-18T16:32:23.786Z Checking ipnet v2.11.0
23742026-06-18T16:32:23.818Z Checking httparse v1.10.1
23752026-06-18T16:32:23.856Z Checking aho-corasick v1.1.4
23762026-06-18T16:32:23.895Z Checking foreign-types-shared v0.1.1
23772026-06-18T16:32:23.937Z Checking pin-utils v0.1.0
23782026-06-18T16:32:23.975Z Checking plain v0.2.3
23792026-06-18T16:32:24.003Z Checking utf8parse v0.2.2
23802026-06-18T16:32:24.020Z Checking fastrand v2.3.0
23812026-06-18T16:32:24.039Z Checking dyn-clone v1.0.20
23822026-06-18T16:32:24.072Z Checking httpdate v1.0.3
23832026-06-18T16:32:24.097Z Checking foreign-types v0.3.2
23842026-06-18T16:32:24.142Z Checking unicode-normalization v0.1.25
23852026-06-18T16:32:24.163Z Checking semver v1.0.28
23862026-06-18T16:32:24.201Z Checking tempfile v3.25.0
23872026-06-18T16:32:24.213Z Checking openssl-sys v0.9.115
23882026-06-18T16:32:24.366Z Checking spin v0.9.8
23892026-06-18T16:32:24.380Z Checking socket2 v0.5.10
23902026-06-18T16:32:24.393Z Checking anstyle v1.0.14
23912026-06-18T16:32:24.528Z Checking regex-automata v0.4.14
23922026-06-18T16:32:24.539Z Checking unicode-ident v1.0.24
23932026-06-18T16:32:24.539Z Checking rustls-webpki v0.103.9
23942026-06-18T16:32:24.559Z Checking ucd-trie v0.1.7
23952026-06-18T16:32:24.571Z Checking schemars v0.8.22
23962026-06-18T16:32:24.592Z Checking openssl v0.10.79
23972026-06-18T16:32:24.626Z Checking rustls-native-certs v0.8.3
23982026-06-18T16:32:24.635Z Checking tokio-util v0.7.18
23992026-06-18T16:32:24.638Z Checking proc-macro2 v1.0.106
24002026-06-18T16:32:24.680Z Checking pest v2.8.6
24012026-06-18T16:32:24.744Z Checking thiserror v2.0.18
24022026-06-18T16:32:24.890Z Checking sync_wrapper v1.0.2
24032026-06-18T16:32:24.945Z Checking wait-timeout v0.2.1
24042026-06-18T16:32:24.958Z Checking is_terminal_polyfill v1.70.2
24052026-06-18T16:32:24.970Z Checking rustls v0.23.37
24062026-06-18T16:32:25.042Z Checking colorchoice v1.0.4
24072026-06-18T16:32:25.067Z Checking anstyle-query v1.1.5
24082026-06-18T16:32:25.139Z Checking siphasher v1.0.2
24092026-06-18T16:32:25.153Z Checking bit-vec v0.8.0
24102026-06-18T16:32:25.212Z Checking quick-error v1.2.3
24112026-06-18T16:32:25.234Z Checking h2 v0.4.13
24122026-06-18T16:32:25.291Z Checking pretty-hex v0.4.1
24132026-06-18T16:32:25.310Z Checking simd-adler32 v0.3.8
24142026-06-18T16:32:25.345Z Checking powerfmt v0.2.0
24152026-06-18T16:32:25.404Z Checking bit-set v0.8.0
24162026-06-18T16:32:25.473Z Checking rusty-fork v0.3.1
24172026-06-18T16:32:25.491Z Checking deranged v0.5.8
24182026-06-18T16:32:25.546Z Checking quote v1.0.45
24192026-06-18T16:32:25.638Z Checking tower v0.5.3
24202026-06-18T16:32:25.716Z Compiling newtype-uuid v1.3.2
24212026-06-18T16:32:25.731Z Checking http-body-util v0.1.3
24222026-06-18T16:32:25.899Z Checking webpki-roots v1.0.6
24232026-06-18T16:32:25.946Z Checking crossbeam-utils v0.8.21
24242026-06-18T16:32:26.015Z Checking rand_xorshift v0.4.0
24252026-06-18T16:32:26.027Z Checking crc32fast v1.5.0
24262026-06-18T16:32:26.133Z Checking scroll v0.13.0
24272026-06-18T16:32:26.164Z Checking signature v2.2.0
24282026-06-18T16:32:26.275Z Checking num-conv v0.2.0
24292026-06-18T16:32:26.291Z Checking allocator-api2 v0.2.21
24302026-06-18T16:32:26.348Z Checking ryu v1.0.23
24312026-06-18T16:32:26.360Z Checking iri-string v0.7.10
24322026-06-18T16:32:26.390Z Checking unarray v0.1.4
24332026-06-18T16:32:26.405Z Checking num_threads v0.1.7
24342026-06-18T16:32:26.483Z Checking adler2 v2.0.1
24352026-06-18T16:32:26.496Z Checking time-core v0.1.8
24362026-06-18T16:32:26.508Z Checking unicode-properties v0.1.4
24372026-06-18T16:32:26.571Z Checking unicode-bidi v0.3.18
24382026-06-18T16:32:26.588Z Checking miniz_oxide v0.8.9
24392026-06-18T16:32:26.600Z Checking native-tls v0.2.18
24402026-06-18T16:32:26.635Z Checking time v0.3.47
24412026-06-18T16:32:26.689Z Checking proptest v1.10.0
24422026-06-18T16:32:26.771Z Checking tokio-native-tls v0.3.1
24432026-06-18T16:32:26.861Z Checking stringprep v0.1.5
24442026-06-18T16:32:26.929Z Checking serde_urlencoded v0.7.1
24452026-06-18T16:32:26.941Z Checking goblin v0.10.5
24462026-06-18T16:32:27.013Z Checking bstr v1.12.1
24472026-06-18T16:32:27.128Z Checking crossbeam-epoch v0.9.18
24482026-06-18T16:32:27.323Z Checking tokio-rustls v0.26.4
24492026-06-18T16:32:27.352Z Compiling daft v0.1.7
24502026-06-18T16:32:27.367Z Checking tower-http v0.6.8
24512026-06-18T16:32:27.403Z Checking syn v2.0.117
24522026-06-18T16:32:27.551Z Checking ipnetwork v0.21.1
24532026-06-18T16:32:27.619Z Checking anstyle-parse v1.0.0
24542026-06-18T16:32:27.639Z Checking rand_chacha v0.3.1
24552026-06-18T16:32:27.757Z Checking thiserror v1.0.69
24562026-06-18T16:32:27.769Z Checking scroll v0.12.0
24572026-06-18T16:32:27.780Z Checking hash32 v0.2.1
24582026-06-18T16:32:27.852Z Checking zstd-sys v2.0.16+zstd.1.5.7
24592026-06-18T16:32:27.859Z Checking num-integer v0.1.46
24602026-06-18T16:32:27.915Z Checking hyper v1.8.1
24612026-06-18T16:32:27.946Z Checking serde_spanned v0.6.9
24622026-06-18T16:32:27.976Z Checking toml_datetime v0.6.11
24632026-06-18T16:32:28.009Z Checking md-5 v0.10.6
24642026-06-18T16:32:28.070Z Checking ff v0.13.1
24652026-06-18T16:32:28.087Z Checking encoding_rs v0.8.35
24662026-06-18T16:32:28.148Z Checking base16ct v0.2.0
24672026-06-18T16:32:28.160Z Checking psl-types v2.0.11
24682026-06-18T16:32:28.197Z Checking zlib-rs v0.6.2
24692026-06-18T16:32:28.271Z Checking fallible-iterator v0.2.0
24702026-06-18T16:32:28.274Z Checking mime v0.3.17
24712026-06-18T16:32:28.456Z Checking sec1 v0.7.3
24722026-06-18T16:32:28.549Z Checking postgres-protocol v0.6.10
24732026-06-18T16:32:28.660Z Checking publicsuffix v2.3.0
24742026-06-18T16:32:28.673Z Checking group v0.13.0
24752026-06-18T16:32:28.814Z Checking num-iter v0.1.45
24762026-06-18T16:32:28.826Z Checking goblin v0.8.2
24772026-06-18T16:32:28.837Z Checking hyper-util v0.1.20
24782026-06-18T16:32:28.858Z Checking zstd-safe v7.2.4
24792026-06-18T16:32:28.924Z Checking heapless v0.7.17
24802026-06-18T16:32:29.021Z Checking rand v0.8.6
24812026-06-18T16:32:29.033Z Checking anstream v1.0.0
24822026-06-18T16:32:29.083Z Checking flate2 v1.1.9
24832026-06-18T16:32:29.229Z Checking oxnet v0.1.6
24842026-06-18T16:32:29.319Z Checking dof v0.4.0
24852026-06-18T16:32:29.333Z Checking cookie v0.18.1
24862026-06-18T16:32:29.373Z Compiling iddqd v0.4.2
24872026-06-18T16:32:29.490Z Checking dtrace-parser v0.3.0
24882026-06-18T16:32:29.527Z Checking phf_shared v0.13.1
24892026-06-18T16:32:29.562Z Checking lazy_static v1.5.0
24902026-06-18T16:32:29.652Z Checking anstyle-parse v0.2.7
24912026-06-18T16:32:29.714Z Checking zerocopy v0.7.35
24922026-06-18T16:32:29.721Z Checking pin-project v1.1.11
24932026-06-18T16:32:29.724Z Checking bzip2-sys v0.1.13+1.0.8
24942026-06-18T16:32:29.800Z Checking signal-hook v0.3.18
24952026-06-18T16:32:29.812Z Checking terminal_size v0.4.3
24962026-06-18T16:32:29.816Z Checking futures-executor v0.3.32
24972026-06-18T16:32:29.925Z Checking hex v0.4.3
24982026-06-18T16:32:29.951Z Checking hkdf v0.12.4
24992026-06-18T16:32:29.965Z Checking crypto-bigint v0.5.5
25002026-06-18T16:32:29.986Z Checking thread-id v5.1.0
25012026-06-18T16:32:30.063Z Checking foldhash v0.2.0
25022026-06-18T16:32:30.076Z Checking hyper-rustls v0.27.7
25032026-06-18T16:32:30.086Z Checking hyper-tls v0.6.0
25042026-06-18T16:32:30.143Z Checking clap_lex v1.0.0
25052026-06-18T16:32:30.182Z Checking bitflags v1.3.2
25062026-06-18T16:32:30.215Z Checking bumpalo v3.20.2
25072026-06-18T16:32:30.247Z Checking foldhash v0.1.5
25082026-06-18T16:32:30.258Z Checking managed v0.8.0
25092026-06-18T16:32:30.276Z Compiling rayon-core v1.13.0
25102026-06-18T16:32:30.291Z Checking winnow v0.7.14
25112026-06-18T16:32:30.375Z Checking same-file v1.0.6
25122026-06-18T16:32:30.408Z Checking either v1.15.0
25132026-06-18T16:32:30.437Z Checking libbz2-rs-sys v0.2.2
25142026-06-18T16:32:30.451Z Checking strsim v0.11.1
25152026-06-18T16:32:30.488Z Checking winnow v0.5.40
25162026-06-18T16:32:30.591Z Checking walkdir v2.5.0
25172026-06-18T16:32:30.612Z Checking clap_builder v4.6.0
25182026-06-18T16:32:30.643Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25192026-06-18T16:32:30.733Z Checking dof v0.3.0
25202026-06-18T16:32:30.765Z Checking smoltcp v0.9.1
25212026-06-18T16:32:30.826Z Checking zopfli v0.8.3
25222026-06-18T16:32:30.838Z Checking bzip2 v0.6.1
25232026-06-18T16:32:30.857Z Checking elliptic-curve v0.13.8
25242026-06-18T16:32:30.995Z Checking hashbrown v0.15.5
25252026-06-18T16:32:31.029Z Checking reqwest v0.12.28
25262026-06-18T16:32:31.148Z Checking hashbrown v0.16.1
25272026-06-18T16:32:31.161Z Checking usdt-impl v0.6.0
25282026-06-18T16:32:31.350Z Checking signal-hook-mio v0.2.5
25292026-06-18T16:32:31.441Z Checking futures v0.3.32
25302026-06-18T16:32:31.453Z Checking snafu v0.8.9
25312026-06-18T16:32:31.463Z Checking bzip2 v0.4.4
25322026-06-18T16:32:31.474Z Checking anstream v0.6.21
25332026-06-18T16:32:31.517Z Checking phf v0.13.1
25342026-06-18T16:32:31.621Z Checking num-bigint-dig v0.8.6
25352026-06-18T16:32:31.634Z Checking toml_edit v0.19.15
25362026-06-18T16:32:31.644Z Checking cookie_store v0.22.1
25372026-06-18T16:32:31.662Z Checking zstd v0.13.3
25382026-06-18T16:32:31.684Z Checking postgres-types v0.2.12
25392026-06-18T16:32:31.832Z Checking dtrace-parser v0.2.0
25402026-06-18T16:32:31.854Z Checking globset v0.4.18
25412026-06-18T16:32:31.876Z Checking crossbeam-deque v0.8.6
25422026-06-18T16:32:31.900Z Checking rustls-platform-verifier v0.6.2
25432026-06-18T16:32:31.972Z Checking regex v1.12.3
25442026-06-18T16:32:31.989Z Checking ed25519 v2.2.3
25452026-06-18T16:32:32.035Z Checking phf_shared v0.11.3
25462026-06-18T16:32:32.047Z Checking olpc-cjson v0.1.4
25472026-06-18T16:32:32.061Z Checking ref-cast v1.0.25
25482026-06-18T16:32:32.100Z Checking curve25519-dalek v4.1.3
25492026-06-18T16:32:32.156Z Checking strum v0.27.2
25502026-06-18T16:32:32.167Z Checking hubpack v0.1.2
25512026-06-18T16:32:32.178Z Checking memoffset v0.9.1
25522026-06-18T16:32:32.181Z Checking rustix v0.38.44
25532026-06-18T16:32:32.244Z Checking pkcs1 v0.7.5
25542026-06-18T16:32:32.256Z Checking pem v3.0.6
25552026-06-18T16:32:32.266Z Checking float-cmp v0.10.0
25562026-06-18T16:32:32.327Z Checking serde_plain v1.0.2
25572026-06-18T16:32:32.390Z Checking serde-big-array v0.5.1
25582026-06-18T16:32:32.406Z Checking erased-serde v0.3.31
25592026-06-18T16:32:32.429Z Checking rfc6979 v0.4.0
25602026-06-18T16:32:32.451Z Checking memmap2 v0.9.10
25612026-06-18T16:32:32.468Z Checking thread-id v4.2.2
25622026-06-18T16:32:32.518Z Checking env_filter v1.0.0
25632026-06-18T16:32:32.541Z Checking precomputed-hash v0.1.1
25642026-06-18T16:32:32.544Z Checking normalize-line-endings v0.3.0
25652026-06-18T16:32:32.609Z Checking unicode-segmentation v1.12.0
25662026-06-18T16:32:32.628Z Checking typed-path v0.9.3
25672026-06-18T16:32:32.628Z Checking fixedbitset v0.5.7
25682026-06-18T16:32:32.654Z Checking jiff v0.2.21
25692026-06-18T16:32:32.666Z Checking predicates-core v1.0.10
25702026-06-18T16:32:32.783Z Checking keccak v0.1.6
25712026-06-18T16:32:32.787Z Checking new_debug_unreachable v1.0.6
25722026-06-18T16:32:32.827Z Checking data-encoding v2.10.0
25732026-06-18T16:32:32.851Z Checking fixedbitset v0.4.2
25742026-06-18T16:32:32.877Z Checking whoami v2.1.0
25752026-06-18T16:32:32.916Z Checking difflib v0.4.0
25762026-06-18T16:32:32.959Z Checking toml_write v0.1.2
25772026-06-18T16:32:33.002Z Checking static_assertions v1.1.0
25782026-06-18T16:32:33.013Z Checking petgraph v0.6.5
25792026-06-18T16:32:33.073Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
25802026-06-18T16:32:33.085Z Checking tokio-postgres v0.7.16
25812026-06-18T16:32:33.097Z Checking predicates v3.1.4
25822026-06-18T16:32:33.112Z Checking hickory-proto v0.25.2
25832026-06-18T16:32:33.123Z Checking toml_edit v0.22.27
25842026-06-18T16:32:33.401Z Checking crossterm v0.28.1
25852026-06-18T16:32:33.430Z Checking tough v0.22.0
25862026-06-18T16:32:34.103Z Checking sha3 v0.10.8
25872026-06-18T16:32:34.197Z Checking similar v2.7.0
25882026-06-18T16:32:34.316Z Checking ed25519-dalek v2.2.0
25892026-06-18T16:32:34.323Z Checking string_cache v0.8.9
25902026-06-18T16:32:34.329Z Checking petgraph v0.8.3
25912026-06-18T16:32:34.474Z Checking slog v2.8.2
25922026-06-18T16:32:34.496Z Checking toml v0.7.8
25932026-06-18T16:32:34.577Z Checking env_logger v0.11.9
25942026-06-18T16:32:34.734Z Checking usdt v0.6.0
25952026-06-18T16:32:34.763Z Checking ecdsa v0.16.9
25962026-06-18T16:32:34.805Z Checking usdt-impl v0.5.0
25972026-06-18T16:32:34.895Z Checking zip v4.6.1
25982026-06-18T16:32:34.907Z Checking rsa v0.9.10
25992026-06-18T16:32:35.082Z Checking nix v0.31.2
26002026-06-18T16:32:35.367Z Checking reqwest v0.13.2
26012026-06-18T16:32:35.444Z Checking clap v4.6.1
26022026-06-18T16:32:35.460Z Checking zip v0.6.6
26032026-06-18T16:32:35.522Z Checking toml_parser v1.0.9+spec-1.1.0
26042026-06-18T16:32:35.700Z Checking itertools v0.13.0
26052026-06-18T16:32:35.783Z Checking serde_with v3.17.0
26062026-06-18T16:32:35.847Z Checking strum v0.26.3
26072026-06-18T16:32:35.875Z Checking fs-err v3.3.0
26082026-06-18T16:32:35.896Z Checking ahash v0.8.12
26092026-06-18T16:32:35.955Z Checking object v0.37.3
26102026-06-18T16:32:36.000Z Checking tokio-stream v0.1.18
26112026-06-18T16:32:36.090Z Checking buf-list v1.1.2
26122026-06-18T16:32:36.133Z Checking anyhow v1.0.102
26132026-06-18T16:32:36.169Z Checking camino v1.2.2
26142026-06-18T16:32:36.219Z Checking x509-cert v0.2.5
26152026-06-18T16:32:36.269Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26162026-06-18T16:32:36.328Z Checking openapiv3 v2.2.0
26172026-06-18T16:32:36.388Z Checking sha1 v0.10.6
26182026-06-18T16:32:36.423Z Checking lalrpop-util v0.19.12
26192026-06-18T16:32:36.531Z Checking peg-runtime v0.8.5
26202026-06-18T16:32:36.551Z Checking rayon v1.11.0
26212026-06-18T16:32:36.570Z Checking sigpipe v0.1.3
26222026-06-18T16:32:36.648Z Checking glob v0.3.3
26232026-06-18T16:32:38.158Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26242026-06-18T16:32:38.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.02s
26252026-06-18T16:32:38.586Z
26262026-06-18T16:32:38.586Zinfo: running `cargo check --bins` on internal-dns-types (77/296)
26272026-06-18T16:32:39.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26282026-06-18T16:32:39.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26292026-06-18T16:32:39.035Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26302026-06-18T16:32:39.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26312026-06-18T16:32:39.113Z
26322026-06-18T16:32:39.113Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/296)
26332026-06-18T16:32:39.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26342026-06-18T16:32:39.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26352026-06-18T16:32:39.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26362026-06-18T16:32:39.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26372026-06-18T16:32:39.672Z
26382026-06-18T16:32:39.672Zinfo: running `cargo check --bins` on nexus-types-versions (79/296)
26392026-06-18T16:32:40.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26402026-06-18T16:32:40.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26412026-06-18T16:32:40.127Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26422026-06-18T16:32:40.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26432026-06-18T16:32:40.193Z
26442026-06-18T16:32:40.193Zinfo: running `cargo check --bins` on oxql-types (80/296)
26452026-06-18T16:32:40.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26462026-06-18T16:32:40.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26472026-06-18T16:32:40.654Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26482026-06-18T16:32:40.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
26492026-06-18T16:32:40.733Z
26502026-06-18T16:32:40.733Zinfo: running `cargo check --bins` on oximeter-types (81/296)
26512026-06-18T16:32:41.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26522026-06-18T16:32:41.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26532026-06-18T16:32:41.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26542026-06-18T16:32:41.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26552026-06-18T16:32:41.251Z
26562026-06-18T16:32:41.251Zinfo: running `cargo check --bins` on oximeter-types-versions (82/296)
26572026-06-18T16:32:41.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26582026-06-18T16:32:41.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26592026-06-18T16:32:41.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26602026-06-18T16:32:41.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26612026-06-18T16:32:41.786Z
26622026-06-18T16:32:41.787Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/296)
26632026-06-18T16:32:42.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26642026-06-18T16:32:42.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26652026-06-18T16:32:42.262Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26662026-06-18T16:32:42.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
26672026-06-18T16:32:42.270Z
26682026-06-18T16:32:42.270Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/296)
26692026-06-18T16:32:42.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26702026-06-18T16:32:42.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26712026-06-18T16:32:42.875Z Compiling structmeta-derive v0.3.0
26722026-06-18T16:32:42.979Z Compiling rustls v0.22.4
26732026-06-18T16:32:42.994Z Compiling multer v3.1.0
26742026-06-18T16:32:43.030Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26752026-06-18T16:32:43.034Z Compiling async-stream-impl v0.3.6
26762026-06-18T16:32:43.034Z Compiling dropshot v0.17.0
26772026-06-18T16:32:43.041Z Compiling dropshot_endpoint v0.17.0
26782026-06-18T16:32:43.041Z Compiling newtype-uuid-macros v0.1.0
26792026-06-18T16:32:43.227Z Checking newtype-uuid v1.3.2
26802026-06-18T16:32:43.252Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26812026-06-18T16:32:43.264Z Checking rustls-webpki v0.102.8
26822026-06-18T16:32:43.355Z Checking daft v0.1.7
26832026-06-18T16:32:43.389Z Checking thread_local v1.1.9
26842026-06-18T16:32:43.543Z Checking match_cfg v0.1.0
26852026-06-18T16:32:43.607Z Checking compression-core v0.4.31
26862026-06-18T16:32:43.624Z Checking hostname v0.3.1
26872026-06-18T16:32:43.624Z Checking iddqd v0.4.2
26882026-06-18T16:32:43.624Z Checking crossbeam-channel v0.5.15
26892026-06-18T16:32:43.760Z Checking compression-codecs v0.4.37
26902026-06-18T16:32:43.774Z Checking atomicwrites v0.4.4
26912026-06-18T16:32:43.793Z Checking slog-json v2.6.1
26922026-06-18T16:32:43.892Z Checking toml_datetime v1.0.0+spec-1.1.0
26932026-06-18T16:32:43.912Z Checking serde_spanned v1.0.4
26942026-06-18T16:32:43.935Z Checking is-terminal v0.4.17
26952026-06-18T16:32:43.972Z Checking toml_writer v1.0.6+spec-1.1.0
26962026-06-18T16:32:44.037Z Checking take_mut v0.2.2
26972026-06-18T16:32:44.037Z Checking debug-ignore v1.0.5
26982026-06-18T16:32:44.057Z Compiling structmeta v0.3.0
26992026-06-18T16:32:44.077Z Checking term v1.2.1
27002026-06-18T16:32:44.197Z Checking slog-async v2.8.0
27012026-06-18T16:32:44.197Z Checking toml v1.0.6+spec-1.1.0
27022026-06-18T16:32:44.267Z Checking slog-bunyan v2.5.0
27032026-06-18T16:32:44.283Z Compiling derive-ex v0.1.8
27042026-06-18T16:32:44.284Z Compiling parse-display-derive v0.10.0
27052026-06-18T16:32:44.297Z Checking slog-term v2.9.2
27062026-06-18T16:32:44.303Z Checking async-compression v0.4.41
27072026-06-18T16:32:44.538Z Checking async-stream v0.3.6
27082026-06-18T16:32:44.546Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27092026-06-18T16:32:44.567Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27102026-06-18T16:32:44.633Z Checking progenitor-client v0.14.0
27112026-06-18T16:32:44.661Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27122026-06-18T16:32:44.716Z Checking waitgroup v0.1.2
27132026-06-18T16:32:44.784Z Checking backon v1.6.0
27142026-06-18T16:32:44.801Z Checking rustls-pemfile v2.2.0
27152026-06-18T16:32:44.858Z Checking serde_path_to_error v0.1.20
27162026-06-18T16:32:44.902Z Checking hostname v0.4.2
27172026-06-18T16:32:44.939Z Checking instant v0.1.13
27182026-06-18T16:32:45.025Z Checking backoff v0.4.0
27192026-06-18T16:32:45.100Z Checking tokio-rustls v0.25.0
27202026-06-18T16:32:45.138Z Checking progenitor-extras v0.2.0
27212026-06-18T16:32:45.144Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27222026-06-18T16:32:45.198Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27232026-06-18T16:32:45.378Z Checking itertools v0.14.0
27242026-06-18T16:32:45.413Z Checking regress v0.10.5
27252026-06-18T16:32:45.552Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
27262026-06-18T16:32:45.784Z Checking macaddr v1.0.1
27272026-06-18T16:32:45.986Z Checking parse-display v0.10.0
27282026-06-18T16:32:46.005Z Compiling test-strategy v0.4.5
27292026-06-18T16:32:46.063Z Checking humantime v2.3.0
27302026-06-18T16:32:47.096Z Compiling prettyplease v0.2.37
27312026-06-18T16:32:47.424Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27322026-06-18T16:32:47.558Z Checking num-rational v0.4.2
27332026-06-18T16:32:47.779Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27342026-06-18T16:32:48.057Z Checking num-complex v0.4.6
27352026-06-18T16:32:48.670Z Checking num v0.4.3
27362026-06-18T16:32:48.760Z Compiling usdt-macro v0.5.0
27372026-06-18T16:32:48.836Z Compiling usdt-attr-macro v0.5.0
27382026-06-18T16:32:48.866Z Checking memmap v0.7.0
27392026-06-18T16:32:48.882Z Checking float-ord v0.3.2
27402026-06-18T16:32:49.011Z Checking unicode-width v0.2.0
27412026-06-18T16:32:49.038Z Compiling convert_case v0.4.0
27422026-06-18T16:32:49.352Z Checking console v0.15.11
27432026-06-18T16:32:49.383Z Compiling derive_more v0.99.20
27442026-06-18T16:32:49.506Z Checking newline-converter v0.3.0
27452026-06-18T16:32:49.540Z Compiling toml v0.8.23
27462026-06-18T16:32:49.619Z Checking usdt v0.5.0
27472026-06-18T16:32:49.645Z Compiling minimal-lexical v0.2.1
27482026-06-18T16:32:49.789Z Checking linked-hash-map v0.5.6
27492026-06-18T16:32:49.871Z Compiling nom v7.1.3
27502026-06-18T16:32:49.974Z Checking lru-cache v0.1.2
27512026-06-18T16:32:50.053Z Checking expectorate v1.2.0
27522026-06-18T16:32:50.490Z Checking camino-tempfile v1.4.1
27532026-06-18T16:32:50.824Z Checking hickory-proto v0.24.4
27542026-06-18T16:32:50.861Z Checking phf_shared v0.12.1
27552026-06-18T16:32:50.861Z Compiling slog-dtrace v0.3.0
27562026-06-18T16:32:50.861Z Checking heck v0.5.0
27572026-06-18T16:32:50.959Z Checking resolv-conf v0.7.6
27582026-06-18T16:32:50.994Z Compiling chrono-tz v0.10.4
27592026-06-18T16:32:51.173Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27602026-06-18T16:32:51.193Z Compiling const_format_proc_macros v0.2.34
27612026-06-18T16:32:51.214Z Checking phf v0.12.1
27622026-06-18T16:32:51.214Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27632026-06-18T16:32:51.333Z Checking tokio-dtrace v0.1.1
27642026-06-18T16:32:51.583Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27652026-06-18T16:32:51.687Z Compiling derive-where v1.6.0
27662026-06-18T16:32:51.909Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27672026-06-18T16:32:51.982Z Checking highway v1.3.0
27682026-06-18T16:32:52.222Z Checking const_format v0.2.35
27692026-06-18T16:32:52.428Z Checking hickory-resolver v0.24.4
27702026-06-18T16:32:52.439Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27712026-06-18T16:32:52.671Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27722026-06-18T16:32:52.808Z Checking oxide-tokio-rt v0.1.4
27732026-06-18T16:32:52.921Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27742026-06-18T16:32:52.986Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27752026-06-18T16:32:53.201Z Checking qorb v0.4.1
27762026-06-18T16:32:53.225Z Checking gethostname v0.5.0
27772026-06-18T16:32:53.325Z Checking bcs v0.1.6
27782026-06-18T16:32:53.330Z Checking termtree v0.5.1
27792026-06-18T16:32:53.516Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27802026-06-18T16:32:56.394Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27812026-06-18T16:32:58.936Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27822026-06-18T16:33:01.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.76s
27832026-06-18T16:33:01.180Z
27842026-06-18T16:33:01.180Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/296)
27852026-06-18T16:33:01.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27862026-06-18T16:33:01.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27872026-06-18T16:33:01.793Z Compiling ar_archive_writer v0.5.1
27882026-06-18T16:33:01.893Z Compiling stacker v0.1.23
27892026-06-18T16:33:01.899Z Compiling cfg_aliases v0.1.1
27902026-06-18T16:33:01.906Z Compiling convert_case v0.10.0
27912026-06-18T16:33:01.928Z Checking unicode-width v0.1.14
27922026-06-18T16:33:01.928Z Compiling proc-macro-error v1.0.4
27932026-06-18T16:33:01.938Z Checking fd-lock v4.0.4
27942026-06-18T16:33:01.938Z Checking nibble_vec v0.1.0
27952026-06-18T16:33:01.953Z Compiling nix v0.28.0
27962026-06-18T16:33:02.049Z Checking vte v0.14.1
27972026-06-18T16:33:02.058Z Compiling recursive-proc-macro-impl v0.1.1
27982026-06-18T16:33:02.140Z Checking endian-type v0.1.2
27992026-06-18T16:33:02.149Z Checking bytecount v0.6.9
28002026-06-18T16:33:02.191Z Checking strip-ansi-escapes v0.2.1
28012026-06-18T16:33:02.233Z Compiling derive_more-impl v2.1.1
28022026-06-18T16:33:02.233Z Compiling tabled_derive v0.7.0
28032026-06-18T16:33:02.261Z Checking papergrid v0.11.0
28042026-06-18T16:33:02.273Z Checking radix_trie v0.2.1
28052026-06-18T16:33:02.328Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28062026-06-18T16:33:02.745Z Compiling peg-macros v0.8.5
28072026-06-18T16:33:02.799Z Checking winnow v0.6.26
28082026-06-18T16:33:02.800Z Compiling psm v0.1.30
28092026-06-18T16:33:02.823Z Compiling sqlparser_derive v0.5.0
28102026-06-18T16:33:02.863Z Checking nu-ansi-term v0.50.3
28112026-06-18T16:33:03.083Z Checking home v0.5.12
28122026-06-18T16:33:03.097Z Checking derive_more v2.1.1
28132026-06-18T16:33:03.164Z Checking unicode_categories v0.1.1
28142026-06-18T16:33:03.203Z Checking crossterm v0.29.0
28152026-06-18T16:33:03.221Z Checking tabled v0.15.0
28162026-06-18T16:33:03.254Z Checking rustyline v14.0.0
28172026-06-18T16:33:03.332Z Checking reedline v0.40.0
28182026-06-18T16:33:03.530Z Checking recursive v0.1.1
28192026-06-18T16:33:03.589Z Checking display-error-chain v0.2.2
28202026-06-18T16:33:03.620Z Checking sqlparser v0.61.0
28212026-06-18T16:33:03.658Z Checking sqlformat v0.3.5
28222026-06-18T16:33:03.829Z Checking peg v0.8.5
28232026-06-18T16:33:15.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.51s
28242026-06-18T16:33:15.195Z
28252026-06-18T16:33:15.195Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/296)
28262026-06-18T16:33:15.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28272026-06-18T16:33:15.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28282026-06-18T16:33:15.474Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28292026-06-18T16:33:18.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.99s
28302026-06-18T16:33:19.022Z
28312026-06-18T16:33:19.022Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/296)
28322026-06-18T16:33:19.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28332026-06-18T16:33:19.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28342026-06-18T16:33:19.641Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28352026-06-18T16:33:22.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.02s
28362026-06-18T16:33:22.218Z
28372026-06-18T16:33:22.219Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/296)
28382026-06-18T16:33:22.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28392026-06-18T16:33:23.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28402026-06-18T16:33:23.065Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28412026-06-18T16:33:26.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.80s
28422026-06-18T16:33:26.189Z
28432026-06-18T16:33:26.189Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/296)
28442026-06-18T16:33:26.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28452026-06-18T16:33:26.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28462026-06-18T16:33:26.804Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28472026-06-18T16:33:30.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.86s
28482026-06-18T16:33:30.685Z
28492026-06-18T16:33:30.685Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/296)
28502026-06-18T16:33:30.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28512026-06-18T16:33:30.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28522026-06-18T16:33:30.841Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28532026-06-18T16:33:33.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.18s
28542026-06-18T16:33:33.564Z
28552026-06-18T16:33:33.564Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/296)
28562026-06-18T16:33:34.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28572026-06-18T16:33:34.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28582026-06-18T16:33:34.178Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28592026-06-18T16:33:36.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.16s
28602026-06-18T16:33:36.899Z
28612026-06-18T16:33:36.899Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/296)
28622026-06-18T16:33:37.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28632026-06-18T16:33:37.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28642026-06-18T16:33:37.512Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28652026-06-18T16:33:40.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.96s
28662026-06-18T16:33:41.034Z
28672026-06-18T16:33:41.034Zinfo: running `cargo check --bins` on oximeter (93/296)
28682026-06-18T16:33:41.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28692026-06-18T16:33:41.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28702026-06-18T16:33:41.482Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28712026-06-18T16:33:41.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
28722026-06-18T16:33:41.559Z
28732026-06-18T16:33:41.559Zinfo: running `cargo check --bins` on oximeter-schema (94/296)
28742026-06-18T16:33:41.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28752026-06-18T16:33:41.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28762026-06-18T16:33:42.133Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28772026-06-18T16:33:42.620Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28782026-06-18T16:33:42.633Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28792026-06-18T16:33:42.633Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28802026-06-18T16:33:47.286Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28812026-06-18T16:33:47.315Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28822026-06-18T16:33:47.315Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28832026-06-18T16:33:47.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.81s
28842026-06-18T16:33:47.540Z
28852026-06-18T16:33:47.540Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/296)
28862026-06-18T16:33:47.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28872026-06-18T16:33:47.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28882026-06-18T16:33:47.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28892026-06-18T16:33:47.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
28902026-06-18T16:33:48.058Z
28912026-06-18T16:33:48.058Zinfo: running `cargo check --bins` on oximeter-test-utils (96/296)
28922026-06-18T16:33:48.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28932026-06-18T16:33:48.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28942026-06-18T16:33:48.533Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28952026-06-18T16:33:48.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
28962026-06-18T16:33:48.621Z
28972026-06-18T16:33:48.621Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/296)
28982026-06-18T16:33:49.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28992026-06-18T16:33:49.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29002026-06-18T16:33:49.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29012026-06-18T16:33:49.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29022026-06-18T16:33:49.146Z
29032026-06-18T16:33:49.146Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/296)
29042026-06-18T16:33:49.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29052026-06-18T16:33:49.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29062026-06-18T16:33:49.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29072026-06-18T16:33:49.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29082026-06-18T16:33:49.674Z
29092026-06-18T16:33:49.674Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/296)
29102026-06-18T16:33:50.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29112026-06-18T16:33:50.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29122026-06-18T16:33:50.130Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29132026-06-18T16:33:50.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29142026-06-18T16:33:50.210Z
29152026-06-18T16:33:50.210Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/296)
29162026-06-18T16:33:50.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29172026-06-18T16:33:50.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29182026-06-18T16:33:50.661Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29192026-06-18T16:33:50.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29202026-06-18T16:33:50.742Z
29212026-06-18T16:33:50.742Zinfo: running `cargo check --bins` on trust-quorum-types (101/296)
29222026-06-18T16:33:51.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29232026-06-18T16:33:51.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29242026-06-18T16:33:51.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29252026-06-18T16:33:51.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
29262026-06-18T16:33:51.254Z
29272026-06-18T16:33:51.254Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/296)
29282026-06-18T16:33:51.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29292026-06-18T16:33:51.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29302026-06-18T16:33:51.706Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29312026-06-18T16:33:51.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29322026-06-18T16:33:51.784Z
29332026-06-18T16:33:51.784Zinfo: running `cargo check --bins` on update-engine (103/296)
29342026-06-18T16:33:52.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29352026-06-18T16:33:52.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29362026-06-18T16:33:52.219Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29372026-06-18T16:33:52.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
29382026-06-18T16:33:52.293Z
29392026-06-18T16:33:52.293Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/296)
29402026-06-18T16:33:52.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29412026-06-18T16:33:52.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29422026-06-18T16:33:52.948Z Compiling crucible-workspace-hack v0.1.0
29432026-06-18T16:33:53.645Z Checking secrecy v0.10.3
29442026-06-18T16:33:53.668Z Compiling toml_datetime v0.7.5+spec-1.1.0
29452026-06-18T16:33:53.668Z Compiling heapless v0.8.0
29462026-06-18T16:33:53.668Z Compiling ingot-macros v0.1.1
29472026-06-18T16:33:53.668Z Checking hash32 v0.3.1
29482026-06-18T16:33:53.668Z Compiling smoltcp v0.11.0
29492026-06-18T16:33:53.668Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29502026-06-18T16:33:53.668Z Checking cobs v0.3.0
29512026-06-18T16:33:53.668Z Compiling toml_edit v0.23.10+spec-1.0.0
29522026-06-18T16:33:53.668Z Compiling thiserror-impl-no-std v2.0.2
29532026-06-18T16:33:53.668Z Checking half v2.7.1
29542026-06-18T16:33:53.668Z Checking universal-hash v0.5.1
29552026-06-18T16:33:53.668Z Checking ciborium-io v0.2.2
29562026-06-18T16:33:53.668Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29572026-06-18T16:33:53.668Z Checking opaque-debug v0.3.1
29582026-06-18T16:33:53.668Z Checking postcard v1.1.3
29592026-06-18T16:33:53.668Z Checking poly1305 v0.8.0
29602026-06-18T16:33:53.668Z Checking ciborium-ll v0.2.2
29612026-06-18T16:33:53.668Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29622026-06-18T16:33:53.718Z Compiling proc-macro-crate v3.4.0
29632026-06-18T16:33:53.731Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29642026-06-18T16:33:53.776Z Checking password-hash v0.5.0
29652026-06-18T16:33:54.010Z Checking chacha20 v0.9.1
29662026-06-18T16:33:54.022Z Compiling proc-macro-crate v1.3.1
29672026-06-18T16:33:54.037Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29682026-06-18T16:33:54.201Z Checking blake2 v0.10.6
29692026-06-18T16:33:54.239Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29702026-06-18T16:33:54.265Z Compiling num_enum_derive v0.7.6
29712026-06-18T16:33:54.277Z Checking aead v0.5.2
29722026-06-18T16:33:54.417Z Compiling foreign-types-macros v0.2.3
29732026-06-18T16:33:54.431Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29742026-06-18T16:33:54.435Z Checking thiserror-no-std v2.0.2
29752026-06-18T16:33:54.455Z Checking foreign-types-shared v0.3.1
29762026-06-18T16:33:54.459Z Checking cpufeatures v0.3.0
29772026-06-18T16:33:54.527Z Checking vsss-rs v3.3.4
29782026-06-18T16:33:54.538Z Checking chacha20 v0.10.0
29792026-06-18T16:33:54.542Z Checking argon2 v0.5.3
29802026-06-18T16:33:54.664Z Compiling num_enum_derive v0.5.11
29812026-06-18T16:33:54.749Z Checking chacha20poly1305 v0.10.1
29822026-06-18T16:33:54.874Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29832026-06-18T16:33:54.886Z Checking ciborium v0.2.2
29842026-06-18T16:33:54.991Z Checking foreign-types v0.5.0
29852026-06-18T16:33:55.148Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29862026-06-18T16:33:55.176Z Checking tabwriter v1.4.1
29872026-06-18T16:33:55.294Z Checking num_enum v0.7.6
29882026-06-18T16:33:55.305Z Checking byte-wrapper v0.1.0
29892026-06-18T16:33:55.319Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29902026-06-18T16:33:55.403Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29912026-06-18T16:33:55.428Z Checking cstr-argument v0.1.2
29922026-06-18T16:33:55.505Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29932026-06-18T16:33:55.549Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29942026-06-18T16:33:55.625Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29952026-06-18T16:33:55.684Z Checking num_enum v0.5.11
29962026-06-18T16:33:55.710Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29972026-06-18T16:33:55.722Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29982026-06-18T16:33:55.734Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29992026-06-18T16:33:55.802Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30002026-06-18T16:33:55.835Z Checking rand v0.10.0
30012026-06-18T16:33:55.848Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30022026-06-18T16:33:55.859Z Checking ingot-types v0.1.2
30032026-06-18T16:33:55.875Z Checking colored v3.1.1
30042026-06-18T16:33:55.999Z Checking indent_write v2.2.0
30052026-06-18T16:33:56.070Z Compiling zone_cfg_derive v0.3.1
30062026-06-18T16:33:56.129Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30072026-06-18T16:33:56.149Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30082026-06-18T16:33:56.210Z Checking ingot v0.1.1
30092026-06-18T16:33:56.296Z Checking itertools v0.12.1
30102026-06-18T16:33:56.319Z Compiling num-derive v0.4.2
30112026-06-18T16:33:56.332Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30122026-06-18T16:33:56.332Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30132026-06-18T16:33:56.427Z Checking swrite v0.1.0
30142026-06-18T16:33:56.516Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30152026-06-18T16:33:56.545Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30162026-06-18T16:33:56.699Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30172026-06-18T16:33:56.712Z Checking dropshot-api-manager-types v0.7.2
30182026-06-18T16:33:56.725Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30192026-06-18T16:33:56.806Z Checking smf v0.2.3
30202026-06-18T16:33:56.822Z Checking nanorand v0.7.0
30212026-06-18T16:33:56.872Z Checking whoami v1.6.1
30222026-06-18T16:33:57.013Z Checking flume v0.11.1
30232026-06-18T16:33:57.033Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30242026-06-18T16:33:57.235Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30252026-06-18T16:33:57.289Z Checking zone v0.3.1
30262026-06-18T16:33:57.766Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30272026-06-18T16:33:58.742Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30282026-06-18T16:33:59.632Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30292026-06-18T16:34:02.823Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30302026-06-18T16:34:04.849Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30312026-06-18T16:34:05.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.64s
30322026-06-18T16:34:06.116Z
30332026-06-18T16:34:06.116Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/296)
30342026-06-18T16:34:06.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30352026-06-18T16:34:06.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30362026-06-18T16:34:06.561Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30372026-06-18T16:34:06.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30382026-06-18T16:34:06.643Z
30392026-06-18T16:34:06.643Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/296)
30402026-06-18T16:34:07.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30412026-06-18T16:34:07.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30422026-06-18T16:34:07.083Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30432026-06-18T16:34:07.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
30442026-06-18T16:34:07.162Z
30452026-06-18T16:34:07.162Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/296)
30462026-06-18T16:34:07.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30472026-06-18T16:34:07.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30482026-06-18T16:34:07.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30492026-06-18T16:34:07.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30502026-06-18T16:34:07.686Z
30512026-06-18T16:34:07.686Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/296)
30522026-06-18T16:34:08.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30532026-06-18T16:34:08.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30542026-06-18T16:34:08.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30552026-06-18T16:34:08.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30562026-06-18T16:34:08.214Z
30572026-06-18T16:34:08.214Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/296)
30582026-06-18T16:34:08.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592026-06-18T16:34:08.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602026-06-18T16:34:08.659Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30612026-06-18T16:34:08.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30622026-06-18T16:34:08.738Z
30632026-06-18T16:34:08.738Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/296)
30642026-06-18T16:34:09.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652026-06-18T16:34:09.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662026-06-18T16:34:09.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30672026-06-18T16:34:09.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30682026-06-18T16:34:09.263Z
30692026-06-18T16:34:09.263Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/296)
30702026-06-18T16:34:09.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712026-06-18T16:34:09.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722026-06-18T16:34:09.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30732026-06-18T16:34:09.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30742026-06-18T16:34:09.786Z
30752026-06-18T16:34:09.787Zinfo: running `cargo check --bins` on cockroach-admin-client (112/296)
30762026-06-18T16:34:10.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30772026-06-18T16:34:10.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30782026-06-18T16:34:10.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30792026-06-18T16:34:10.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
30802026-06-18T16:34:10.299Z
30812026-06-18T16:34:10.299Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/296)
30822026-06-18T16:34:10.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30832026-06-18T16:34:10.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30842026-06-18T16:34:10.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30852026-06-18T16:34:10.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30862026-06-18T16:34:10.822Z
30872026-06-18T16:34:10.822Zinfo: running `cargo check --bins` on dns-service-client (114/296)
30882026-06-18T16:34:11.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30892026-06-18T16:34:11.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30902026-06-18T16:34:11.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30912026-06-18T16:34:11.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30922026-06-18T16:34:11.349Z
30932026-06-18T16:34:11.349Zinfo: running `cargo check --bins` on installinator-client (115/296)
30942026-06-18T16:34:11.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30952026-06-18T16:34:11.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30962026-06-18T16:34:11.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30972026-06-18T16:34:11.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30982026-06-18T16:34:11.867Z
30992026-06-18T16:34:11.867Zinfo: running `cargo check --bins` on nexus-client (116/296)
31002026-06-18T16:34:12.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31012026-06-18T16:34:12.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31022026-06-18T16:34:12.338Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31032026-06-18T16:34:12.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31042026-06-18T16:34:12.423Z
31052026-06-18T16:34:12.423Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/296)
31062026-06-18T16:34:12.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31072026-06-18T16:34:12.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31082026-06-18T16:34:12.894Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31092026-06-18T16:34:12.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31102026-06-18T16:34:12.978Z
31112026-06-18T16:34:12.978Zinfo: running `cargo check --bins` on ntp-admin-client (118/296)
31122026-06-18T16:34:13.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31132026-06-18T16:34:13.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31142026-06-18T16:34:13.413Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31152026-06-18T16:34:13.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31162026-06-18T16:34:13.489Z
31172026-06-18T16:34:13.489Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/296)
31182026-06-18T16:34:13.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31192026-06-18T16:34:13.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31202026-06-18T16:34:13.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31212026-06-18T16:34:13.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31222026-06-18T16:34:14.002Z
31232026-06-18T16:34:14.003Zinfo: running `cargo check --bins` on oxide-client (120/296)
31242026-06-18T16:34:14.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31252026-06-18T16:34:14.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31262026-06-18T16:34:14.440Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31272026-06-18T16:34:14.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31282026-06-18T16:34:14.519Z
31292026-06-18T16:34:14.519Zinfo: running `cargo check --bins` on oximeter-client (121/296)
31302026-06-18T16:34:14.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31312026-06-18T16:34:14.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31322026-06-18T16:34:14.967Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31332026-06-18T16:34:14.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31342026-06-18T16:34:15.049Z
31352026-06-18T16:34:15.049Zinfo: running `cargo check --bins` on repo-depot-client (122/296)
31362026-06-18T16:34:15.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31372026-06-18T16:34:15.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31382026-06-18T16:34:15.482Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31392026-06-18T16:34:15.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31402026-06-18T16:34:15.556Z
31412026-06-18T16:34:15.556Zinfo: running `cargo check --bins` on sled-agent-client (123/296)
31422026-06-18T16:34:16.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31432026-06-18T16:34:16.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31442026-06-18T16:34:16.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31452026-06-18T16:34:16.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31462026-06-18T16:34:16.089Z
31472026-06-18T16:34:16.089Zinfo: running `cargo check --bins` on wicketd-client (124/296)
31482026-06-18T16:34:16.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31492026-06-18T16:34:16.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31502026-06-18T16:34:16.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31512026-06-18T16:34:16.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31522026-06-18T16:34:16.653Z
31532026-06-18T16:34:16.653Zinfo: running `cargo check --bins` on installinator-common (125/296)
31542026-06-18T16:34:17.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31552026-06-18T16:34:17.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31562026-06-18T16:34:17.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31572026-06-18T16:34:17.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31582026-06-18T16:34:17.182Z
31592026-06-18T16:34:17.183Zinfo: running `cargo check --bins` on installinator-common-versions (126/296)
31602026-06-18T16:34:17.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31612026-06-18T16:34:17.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31622026-06-18T16:34:17.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31632026-06-18T16:34:17.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
31642026-06-18T16:34:17.691Z
31652026-06-18T16:34:17.691Zinfo: running `cargo check --bins` on wicket-common (127/296)
31662026-06-18T16:34:18.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31672026-06-18T16:34:18.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31682026-06-18T16:34:18.149Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31692026-06-18T16:34:18.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31702026-06-18T16:34:18.233Z
31712026-06-18T16:34:18.233Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/296)
31722026-06-18T16:34:18.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31732026-06-18T16:34:18.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31742026-06-18T16:34:18.864Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31752026-06-18T16:34:18.971Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31762026-06-18T16:34:18.979Z Checking csv-core v0.1.13
31772026-06-18T16:34:18.986Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31782026-06-18T16:34:18.993Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31792026-06-18T16:34:18.996Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31802026-06-18T16:34:19.011Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31812026-06-18T16:34:19.022Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31822026-06-18T16:34:19.137Z Checking csv v1.4.0
31832026-06-18T16:34:19.174Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31842026-06-18T16:34:19.188Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31852026-06-18T16:34:19.213Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31862026-06-18T16:34:19.227Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31872026-06-18T16:34:19.473Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31882026-06-18T16:34:19.839Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31892026-06-18T16:34:19.843Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31902026-06-18T16:34:20.167Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31912026-06-18T16:34:26.100Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31922026-06-18T16:34:26.624Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31932026-06-18T16:34:28.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.73s
31942026-06-18T16:34:29.140Z
31952026-06-18T16:34:29.140Zinfo: running `cargo check --bins` on cockroach-admin-api (129/296)
31962026-06-18T16:34:29.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31972026-06-18T16:34:29.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31982026-06-18T16:34:29.583Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31992026-06-18T16:34:29.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
32002026-06-18T16:34:29.663Z
32012026-06-18T16:34:29.663Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/296)
32022026-06-18T16:34:30.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32032026-06-18T16:34:30.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32042026-06-18T16:34:30.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32052026-06-18T16:34:30.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32062026-06-18T16:34:30.274Z
32072026-06-18T16:34:30.274Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/296)
32082026-06-18T16:34:30.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32092026-06-18T16:34:30.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32102026-06-18T16:34:30.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32112026-06-18T16:34:30.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32122026-06-18T16:34:30.874Z
32132026-06-18T16:34:30.874Zinfo: running `cargo check --bins` on gateway-test-utils (132/296)
32142026-06-18T16:34:31.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32152026-06-18T16:34:31.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32162026-06-18T16:34:31.352Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32172026-06-18T16:34:31.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32182026-06-18T16:34:31.443Z
32192026-06-18T16:34:31.443Zinfo: running `cargo check --bins` on omicron-gateway (133/296)
32202026-06-18T16:34:31.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32212026-06-18T16:34:31.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32222026-06-18T16:34:32.141Z Compiling regress v0.11.1
32232026-06-18T16:34:32.275Z Compiling unsafe-libyaml v0.2.11
32242026-06-18T16:34:32.285Z Compiling semver v0.1.20
32252026-06-18T16:34:32.292Z Compiling radium v0.7.0
32262026-06-18T16:34:32.304Z Checking nom v8.0.0
32272026-06-18T16:34:32.307Z Compiling maybe-uninit v2.0.0
32282026-06-18T16:34:32.315Z Checking tap v1.0.1
32292026-06-18T16:34:32.427Z Checking wyz v0.5.1
32302026-06-18T16:34:32.549Z Compiling rustc_version v0.1.7
32312026-06-18T16:34:32.602Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32322026-06-18T16:34:32.624Z Compiling zerocopy-derive v0.6.6
32332026-06-18T16:34:32.733Z Compiling owo-colors v4.3.0
32342026-06-18T16:34:32.763Z Compiling newtype_derive v0.1.6
32352026-06-18T16:34:32.954Z Compiling serde_yaml v0.9.34+deprecated
32362026-06-18T16:34:33.008Z Compiling packed_struct v0.10.1
32372026-06-18T16:34:33.055Z Checking funty v2.0.0
32382026-06-18T16:34:33.260Z Compiling cancel-safe-futures v0.1.5
32392026-06-18T16:34:33.373Z Checking crc-catalog v2.4.0
32402026-06-18T16:34:33.466Z Checking crc v3.4.0
32412026-06-18T16:34:33.495Z Checking zerocopy v0.6.6
32422026-06-18T16:34:33.499Z Checking bitvec v1.0.1
32432026-06-18T16:34:33.733Z Checking typify-impl v0.6.2
32442026-06-18T16:34:33.843Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32452026-06-18T16:34:34.088Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32462026-06-18T16:34:34.230Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32472026-06-18T16:34:34.376Z Compiling packed_struct_codegen v0.10.1
32482026-06-18T16:34:34.414Z Checking libsw-core v0.3.2
32492026-06-18T16:34:34.430Z Compiling bitfield-macros v0.19.4
32502026-06-18T16:34:34.559Z Compiling indexmap v1.9.3
32512026-06-18T16:34:34.758Z Checking nodrop v0.1.14
32522026-06-18T16:34:34.826Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32532026-06-18T16:34:34.852Z Checking array-init v0.0.4
32542026-06-18T16:34:34.899Z Checking libsw v3.5.0
32552026-06-18T16:34:34.913Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32562026-06-18T16:34:35.051Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32572026-06-18T16:34:35.139Z Checking bitfield v0.19.4
32582026-06-18T16:34:35.152Z Checking smallvec v0.6.14
32592026-06-18T16:34:35.228Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32602026-06-18T16:34:35.416Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32612026-06-18T16:34:35.589Z Checking tagptr v0.2.0
32622026-06-18T16:34:35.663Z Checking linear-map v1.2.0
32632026-06-18T16:34:35.687Z Checking smawk v0.3.2
32642026-06-18T16:34:35.687Z Checking base64 v0.21.7
32652026-06-18T16:34:35.689Z Checking hashbrown v0.12.3
32662026-06-18T16:34:35.709Z Checking unicode-linebreak v0.1.5
32672026-06-18T16:34:35.772Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32682026-06-18T16:34:35.954Z Checking ron v0.8.1
32692026-06-18T16:34:35.965Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32702026-06-18T16:34:35.965Z Checking textwrap v0.16.2
32712026-06-18T16:34:35.966Z Checking moka v0.12.13
32722026-06-18T16:34:36.135Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32732026-06-18T16:34:36.388Z Checking steno v0.4.1
32742026-06-18T16:34:36.400Z Checking serde-hex v0.1.0
32752026-06-18T16:34:36.511Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32762026-06-18T16:34:36.558Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32772026-06-18T16:34:36.718Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32782026-06-18T16:34:36.934Z Checking hashbrown v0.13.2
32792026-06-18T16:34:37.171Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32802026-06-18T16:34:37.292Z Checking crc-any v2.5.0
32812026-06-18T16:34:37.359Z Checking object v0.30.4
32822026-06-18T16:34:37.383Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32832026-06-18T16:34:37.401Z Checking hickory-resolver v0.25.2
32842026-06-18T16:34:37.471Z Checking path-slash v0.1.5
32852026-06-18T16:34:37.549Z Checking void v1.0.2
32862026-06-18T16:34:37.578Z Checking half v1.8.3
32872026-06-18T16:34:37.659Z Checking utf-8 v0.7.6
32882026-06-18T16:34:37.773Z Checking serde_cbor v0.11.2
32892026-06-18T16:34:37.794Z Checking tungstenite v0.23.0
32902026-06-18T16:34:37.882Z Checking lzss v0.8.2
32912026-06-18T16:34:38.138Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32922026-06-18T16:34:38.196Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32932026-06-18T16:34:38.200Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32942026-06-18T16:34:38.221Z Checking nix v0.27.1
32952026-06-18T16:34:38.226Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32962026-06-18T16:34:38.333Z Checking kstat-rs v0.2.4
32972026-06-18T16:34:38.353Z Checking fxhash v0.2.1
32982026-06-18T16:34:38.397Z Compiling typify-macro v0.6.2
32992026-06-18T16:34:38.442Z Checking serde_bytes v0.11.19
33002026-06-18T16:34:38.479Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33012026-06-18T16:34:38.518Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33022026-06-18T16:34:38.559Z Checking tokio-tungstenite v0.23.1
33032026-06-18T16:34:38.613Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33042026-06-18T16:34:38.725Z Checking signal-hook-tokio v0.3.1
33052026-06-18T16:34:39.555Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33062026-06-18T16:34:39.636Z Compiling typify v0.6.2
33072026-06-18T16:34:39.713Z Compiling progenitor-impl v0.14.0
33082026-06-18T16:34:40.447Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33092026-06-18T16:34:40.741Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33102026-06-18T16:34:41.155Z Compiling progenitor-macro v0.14.0
33112026-06-18T16:34:43.449Z Checking progenitor v0.14.0
33122026-06-18T16:34:43.562Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33132026-06-18T16:34:43.565Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33142026-06-18T16:34:46.183Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33152026-06-18T16:34:54.316Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33162026-06-18T16:35:00.802Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33172026-06-18T16:35:02.168Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33182026-06-18T16:35:02.657Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33192026-06-18T16:35:04.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.27s
33202026-06-18T16:35:04.894Z
33212026-06-18T16:35:04.894Zinfo: running `cargo check --bins` on gateway-api (134/296)
33222026-06-18T16:35:05.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33232026-06-18T16:35:05.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33242026-06-18T16:35:05.331Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33252026-06-18T16:35:05.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
33262026-06-18T16:35:05.405Z
33272026-06-18T16:35:05.405Zinfo: running `cargo check --bins` on ipcc (135/296)
33282026-06-18T16:35:05.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33292026-06-18T16:35:05.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33302026-06-18T16:35:05.841Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33312026-06-18T16:35:05.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
33322026-06-18T16:35:05.924Z
33332026-06-18T16:35:05.925Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/296)
33342026-06-18T16:35:06.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33352026-06-18T16:35:06.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33362026-06-18T16:35:06.345Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33372026-06-18T16:35:06.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
33382026-06-18T16:35:06.421Z
33392026-06-18T16:35:06.421Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/296)
33402026-06-18T16:35:06.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33412026-06-18T16:35:06.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33422026-06-18T16:35:06.874Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33432026-06-18T16:35:06.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33442026-06-18T16:35:06.959Z
33452026-06-18T16:35:06.959Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/296)
33462026-06-18T16:35:07.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33472026-06-18T16:35:07.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33482026-06-18T16:35:07.401Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33492026-06-18T16:35:07.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33502026-06-18T16:35:07.479Z
33512026-06-18T16:35:07.479Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/296)
33522026-06-18T16:35:07.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33532026-06-18T16:35:07.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33542026-06-18T16:35:07.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33552026-06-18T16:35:07.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
33562026-06-18T16:35:08.003Z
33572026-06-18T16:35:08.003Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/296)
33582026-06-18T16:35:08.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33592026-06-18T16:35:08.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33602026-06-18T16:35:08.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33612026-06-18T16:35:08.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
33622026-06-18T16:35:08.520Z
33632026-06-18T16:35:08.520Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/296)
33642026-06-18T16:35:08.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33652026-06-18T16:35:08.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33662026-06-18T16:35:08.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33672026-06-18T16:35:08.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33682026-06-18T16:35:09.058Z
33692026-06-18T16:35:09.059Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/296)
33702026-06-18T16:35:09.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33712026-06-18T16:35:09.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33722026-06-18T16:35:09.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33732026-06-18T16:35:09.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33742026-06-18T16:35:09.580Z
33752026-06-18T16:35:09.580Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/296)
33762026-06-18T16:35:10.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33772026-06-18T16:35:10.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33782026-06-18T16:35:10.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33792026-06-18T16:35:10.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33802026-06-18T16:35:10.101Z
33812026-06-18T16:35:10.101Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/296)
33822026-06-18T16:35:10.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33832026-06-18T16:35:10.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33842026-06-18T16:35:10.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33852026-06-18T16:35:10.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
33862026-06-18T16:35:10.617Z
33872026-06-18T16:35:10.618Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/296)
33882026-06-18T16:35:11.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33892026-06-18T16:35:11.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33902026-06-18T16:35:11.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33912026-06-18T16:35:11.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33922026-06-18T16:35:11.139Z
33932026-06-18T16:35:11.139Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/296)
33942026-06-18T16:35:11.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33952026-06-18T16:35:11.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33962026-06-18T16:35:11.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33972026-06-18T16:35:11.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
33982026-06-18T16:35:11.658Z
33992026-06-18T16:35:11.658Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/296)
34002026-06-18T16:35:12.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34012026-06-18T16:35:12.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34022026-06-18T16:35:12.100Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34032026-06-18T16:35:12.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
34042026-06-18T16:35:12.178Z
34052026-06-18T16:35:12.178Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/296)
34062026-06-18T16:35:12.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34072026-06-18T16:35:12.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34082026-06-18T16:35:12.636Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34092026-06-18T16:35:12.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34102026-06-18T16:35:12.719Z
34112026-06-18T16:35:12.719Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/296)
34122026-06-18T16:35:13.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34132026-06-18T16:35:13.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34142026-06-18T16:35:13.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34152026-06-18T16:35:13.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34162026-06-18T16:35:13.258Z
34172026-06-18T16:35:13.258Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/296)
34182026-06-18T16:35:13.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34192026-06-18T16:35:13.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34202026-06-18T16:35:13.714Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34212026-06-18T16:35:13.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34222026-06-18T16:35:13.795Z
34232026-06-18T16:35:13.795Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/296)
34242026-06-18T16:35:14.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34252026-06-18T16:35:14.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34262026-06-18T16:35:14.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34272026-06-18T16:35:14.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34282026-06-18T16:35:14.335Z
34292026-06-18T16:35:14.335Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/296)
34302026-06-18T16:35:14.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34312026-06-18T16:35:14.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34322026-06-18T16:35:14.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34332026-06-18T16:35:14.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34342026-06-18T16:35:14.873Z
34352026-06-18T16:35:14.874Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/296)
34362026-06-18T16:35:15.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34372026-06-18T16:35:15.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34382026-06-18T16:35:15.330Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34392026-06-18T16:35:15.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34402026-06-18T16:35:15.413Z
34412026-06-18T16:35:15.413Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/296)
34422026-06-18T16:35:15.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34432026-06-18T16:35:15.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34442026-06-18T16:35:15.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34452026-06-18T16:35:15.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34462026-06-18T16:35:15.953Z
34472026-06-18T16:35:15.953Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/296)
34482026-06-18T16:35:16.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34492026-06-18T16:35:16.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34502026-06-18T16:35:16.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34512026-06-18T16:35:16.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34522026-06-18T16:35:16.488Z
34532026-06-18T16:35:16.488Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/296)
34542026-06-18T16:35:16.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34552026-06-18T16:35:16.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34562026-06-18T16:35:16.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34572026-06-18T16:35:16.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34582026-06-18T16:35:17.026Z
34592026-06-18T16:35:17.026Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/296)
34602026-06-18T16:35:17.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34612026-06-18T16:35:17.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34622026-06-18T16:35:17.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34632026-06-18T16:35:17.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34642026-06-18T16:35:17.559Z
34652026-06-18T16:35:17.559Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/296)
34662026-06-18T16:35:17.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34672026-06-18T16:35:17.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34682026-06-18T16:35:17.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34692026-06-18T16:35:18.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
34702026-06-18T16:35:18.073Z
34712026-06-18T16:35:18.074Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/296)
34722026-06-18T16:35:18.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34732026-06-18T16:35:18.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34742026-06-18T16:35:18.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34752026-06-18T16:35:18.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
34762026-06-18T16:35:18.588Z
34772026-06-18T16:35:18.588Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/296)
34782026-06-18T16:35:19.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34792026-06-18T16:35:19.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34802026-06-18T16:35:19.029Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34812026-06-18T16:35:19.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
34822026-06-18T16:35:19.103Z
34832026-06-18T16:35:19.103Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/296)
34842026-06-18T16:35:19.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34852026-06-18T16:35:19.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34862026-06-18T16:35:19.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34872026-06-18T16:35:19.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
34882026-06-18T16:35:19.622Z
34892026-06-18T16:35:19.622Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/296)
34902026-06-18T16:35:20.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34912026-06-18T16:35:20.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34922026-06-18T16:35:20.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34932026-06-18T16:35:20.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
34942026-06-18T16:35:20.140Z
34952026-06-18T16:35:20.140Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/296)
34962026-06-18T16:35:20.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34972026-06-18T16:35:20.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34982026-06-18T16:35:20.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34992026-06-18T16:35:20.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
35002026-06-18T16:35:20.655Z
35012026-06-18T16:35:20.655Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/296)
35022026-06-18T16:35:21.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35032026-06-18T16:35:21.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35042026-06-18T16:35:21.096Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35052026-06-18T16:35:21.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35062026-06-18T16:35:21.175Z
35072026-06-18T16:35:21.175Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/296)
35082026-06-18T16:35:21.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35092026-06-18T16:35:21.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35102026-06-18T16:35:21.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35112026-06-18T16:35:21.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
35122026-06-18T16:35:21.694Z
35132026-06-18T16:35:21.694Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/296)
35142026-06-18T16:35:22.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35152026-06-18T16:35:22.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35162026-06-18T16:35:22.150Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35172026-06-18T16:35:22.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35182026-06-18T16:35:22.234Z
35192026-06-18T16:35:22.234Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/296)
35202026-06-18T16:35:22.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35212026-06-18T16:35:22.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35222026-06-18T16:35:22.687Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35232026-06-18T16:35:22.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35242026-06-18T16:35:22.768Z
35252026-06-18T16:35:22.768Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/296)
35262026-06-18T16:35:23.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35272026-06-18T16:35:23.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35282026-06-18T16:35:23.224Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35292026-06-18T16:35:23.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35302026-06-18T16:35:23.307Z
35312026-06-18T16:35:23.307Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/296)
35322026-06-18T16:35:23.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35332026-06-18T16:35:23.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35342026-06-18T16:35:23.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35352026-06-18T16:35:23.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35362026-06-18T16:35:23.842Z
35372026-06-18T16:35:23.842Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/296)
35382026-06-18T16:35:24.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35392026-06-18T16:35:24.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35402026-06-18T16:35:24.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35412026-06-18T16:35:24.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35422026-06-18T16:35:24.379Z
35432026-06-18T16:35:24.379Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/296)
35442026-06-18T16:35:24.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35452026-06-18T16:35:24.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35462026-06-18T16:35:24.835Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35472026-06-18T16:35:24.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35482026-06-18T16:35:24.919Z
35492026-06-18T16:35:24.919Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/296)
35502026-06-18T16:35:25.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35512026-06-18T16:35:25.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35522026-06-18T16:35:25.374Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35532026-06-18T16:35:25.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35542026-06-18T16:35:25.458Z
35552026-06-18T16:35:25.458Zinfo: running `cargo check --bins` on oximeter-producer (173/296)
35562026-06-18T16:35:25.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35572026-06-18T16:35:25.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35582026-06-18T16:35:25.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35592026-06-18T16:35:25.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35602026-06-18T16:35:26.014Z
35612026-06-18T16:35:26.014Zinfo: running `cargo check --bins` on internal-dns-resolver (174/296)
35622026-06-18T16:35:26.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35632026-06-18T16:35:26.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35642026-06-18T16:35:26.457Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35652026-06-18T16:35:26.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35662026-06-18T16:35:26.537Z
35672026-06-18T16:35:26.537Zinfo: running `cargo check --bins` on dns-server (175/296)
35682026-06-18T16:35:26.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35692026-06-18T16:35:27.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35702026-06-18T16:35:27.123Z Compiling parking_lot_core v0.8.6
35712026-06-18T16:35:27.126Z Compiling git-stub v1.0.0
35722026-06-18T16:35:27.126Z Checking prefix-trie v0.7.0
35732026-06-18T16:35:27.126Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35742026-06-18T16:35:27.351Z Compiling git-stub-vcs v0.1.0
35752026-06-18T16:35:27.507Z Checking hickory-server v0.25.2
35762026-06-18T16:35:27.618Z Checking parking_lot v0.11.2
35772026-06-18T16:35:27.631Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35782026-06-18T16:35:27.685Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35792026-06-18T16:35:27.685Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35802026-06-18T16:35:27.785Z Checking sled v0.34.7
35812026-06-18T16:35:29.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.12s
35822026-06-18T16:35:29.816Z
35832026-06-18T16:35:29.816Zinfo: running `cargo check --bins` on dns-server-api (176/296)
35842026-06-18T16:35:30.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35852026-06-18T16:35:30.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35862026-06-18T16:35:30.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35872026-06-18T16:35:30.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
35882026-06-18T16:35:30.327Z
35892026-06-18T16:35:30.327Zinfo: running `cargo check --bins` on oximeter-producer-api (177/296)
35902026-06-18T16:35:30.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35912026-06-18T16:35:30.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35922026-06-18T16:35:30.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35932026-06-18T16:35:30.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
35942026-06-18T16:35:30.846Z
35952026-06-18T16:35:30.846Zinfo: running `cargo check --bins` on sp-sim (178/296)
35962026-06-18T16:35:31.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35972026-06-18T16:35:31.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35982026-06-18T16:35:31.494Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35992026-06-18T16:35:33.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.38s
36002026-06-18T16:35:33.403Z
36012026-06-18T16:35:33.403Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/296)
36022026-06-18T16:35:33.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36032026-06-18T16:35:33.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36042026-06-18T16:35:33.887Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36052026-06-18T16:35:33.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36062026-06-18T16:35:33.980Z
36072026-06-18T16:35:33.980Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/296)
36082026-06-18T16:35:34.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36092026-06-18T16:35:34.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36102026-06-18T16:35:34.468Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36112026-06-18T16:35:34.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36122026-06-18T16:35:34.561Z
36132026-06-18T16:35:34.561Zinfo: running `cargo check --bins` on db-macros (181/296)
36142026-06-18T16:35:34.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36152026-06-18T16:35:34.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36162026-06-18T16:35:34.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36172026-06-18T16:35:35.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36182026-06-18T16:35:35.073Z
36192026-06-18T16:35:35.073Zinfo: running `cargo check --bins` on nexus-macros-common (182/296)
36202026-06-18T16:35:35.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36212026-06-18T16:35:35.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36222026-06-18T16:35:35.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36232026-06-18T16:35:35.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36242026-06-18T16:35:35.585Z
36252026-06-18T16:35:35.585Zinfo: running `cargo check --bins` on nexus-auth (183/296)
36262026-06-18T16:35:36.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36272026-06-18T16:35:36.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36282026-06-18T16:35:36.069Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36292026-06-18T16:35:36.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36302026-06-18T16:35:36.157Z
36312026-06-18T16:35:36.157Zinfo: running `cargo check --bins` on authz-macros (184/296)
36322026-06-18T16:35:36.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36332026-06-18T16:35:36.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36342026-06-18T16:35:36.585Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36352026-06-18T16:35:36.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
36362026-06-18T16:35:36.662Z
36372026-06-18T16:35:36.662Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/296)
36382026-06-18T16:35:37.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36392026-06-18T16:35:37.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36402026-06-18T16:35:37.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36412026-06-18T16:35:37.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36422026-06-18T16:35:37.223Z
36432026-06-18T16:35:37.223Zinfo: running `cargo check --bins` on nexus-db-model (186/296)
36442026-06-18T16:35:37.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36452026-06-18T16:35:37.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36462026-06-18T16:35:37.695Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36472026-06-18T16:35:37.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36482026-06-18T16:35:37.788Z
36492026-06-18T16:35:37.788Zinfo: running `cargo check --bins` on nexus-db-schema (187/296)
36502026-06-18T16:35:38.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36512026-06-18T16:35:38.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36522026-06-18T16:35:38.220Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36532026-06-18T16:35:38.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36542026-06-18T16:35:38.298Z
36552026-06-18T16:35:38.298Zinfo: running `cargo check --bins` on omicron-rpaths (188/296)
36562026-06-18T16:35:38.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36572026-06-18T16:35:38.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36582026-06-18T16:35:38.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36592026-06-18T16:35:38.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
36602026-06-18T16:35:38.799Z
36612026-06-18T16:35:38.799Zinfo: running `cargo check --bins` on nexus-defaults (189/296)
36622026-06-18T16:35:39.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36632026-06-18T16:35:39.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36642026-06-18T16:35:39.240Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36652026-06-18T16:35:39.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36662026-06-18T16:35:39.320Z
36672026-06-18T16:35:39.320Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/296)
36682026-06-18T16:35:39.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36692026-06-18T16:35:39.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36702026-06-18T16:35:39.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36712026-06-18T16:35:39.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36722026-06-18T16:35:39.832Z
36732026-06-18T16:35:39.832Zinfo: running `cargo check --bins` on parallel-task-set (191/296)
36742026-06-18T16:35:40.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36752026-06-18T16:35:40.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36762026-06-18T16:35:40.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36772026-06-18T16:35:40.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36782026-06-18T16:35:40.343Z
36792026-06-18T16:35:40.343Zinfo: running `cargo check --bins` on omicron-git-version (192/296)
36802026-06-18T16:35:40.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36812026-06-18T16:35:40.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36822026-06-18T16:35:40.775Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36832026-06-18T16:35:40.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
36842026-06-18T16:35:40.851Z
36852026-06-18T16:35:40.851Zinfo: running `cargo check --bins` on nexus-db-errors (193/296)
36862026-06-18T16:35:41.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36872026-06-18T16:35:41.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36882026-06-18T16:35:41.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36892026-06-18T16:35:41.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36902026-06-18T16:35:41.420Z
36912026-06-18T16:35:41.420Zinfo: running `cargo check --bins` on nexus-db-lookup (194/296)
36922026-06-18T16:35:41.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36932026-06-18T16:35:41.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36942026-06-18T16:35:41.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36952026-06-18T16:35:41.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36962026-06-18T16:35:41.988Z
36972026-06-18T16:35:41.988Zinfo: running `cargo check --bins` on nexus-inventory (195/296)
36982026-06-18T16:35:42.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36992026-06-18T16:35:42.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37002026-06-18T16:35:42.462Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37012026-06-18T16:35:42.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37022026-06-18T16:35:42.550Z
37032026-06-18T16:35:42.550Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (196/296)
37042026-06-18T16:35:43.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37052026-06-18T16:35:43.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37062026-06-18T16:35:43.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37072026-06-18T16:35:43.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37082026-06-18T16:35:43.086Z
37092026-06-18T16:35:43.086Zinfo: running `cargo check --bins --no-default-features` on sled-storage (197/296)
37102026-06-18T16:35:43.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37112026-06-18T16:35:43.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37122026-06-18T16:35:43.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37132026-06-18T16:35:43.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37142026-06-18T16:35:43.625Z
37152026-06-18T16:35:43.625Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (198/296)
37162026-06-18T16:35:44.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37172026-06-18T16:35:44.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37182026-06-18T16:35:44.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37192026-06-18T16:35:44.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37202026-06-18T16:35:44.163Z
37212026-06-18T16:35:44.163Zinfo: running `cargo check --bins` on key-manager (199/296)
37222026-06-18T16:35:44.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37232026-06-18T16:35:44.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37242026-06-18T16:35:44.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37252026-06-18T16:35:44.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
37262026-06-18T16:35:44.682Z
37272026-06-18T16:35:44.682Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (200/296)
37282026-06-18T16:35:45.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37292026-06-18T16:35:45.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37302026-06-18T16:35:45.141Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37312026-06-18T16:35:45.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37322026-06-18T16:35:45.225Z
37332026-06-18T16:35:45.225Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (201/296)
37342026-06-18T16:35:45.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37352026-06-18T16:35:45.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37362026-06-18T16:35:45.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37372026-06-18T16:35:45.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37382026-06-18T16:35:45.764Z
37392026-06-18T16:35:45.764Zinfo: running `cargo check --bins` on typed-rng (202/296)
37402026-06-18T16:35:46.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37412026-06-18T16:35:46.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37422026-06-18T16:35:46.193Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37432026-06-18T16:35:46.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
37442026-06-18T16:35:46.271Z
37452026-06-18T16:35:46.271Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (203/296)
37462026-06-18T16:35:46.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37472026-06-18T16:35:46.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37482026-06-18T16:35:47.047Z Compiling libefi-sys v0.1.0
37492026-06-18T16:35:47.051Z Compiling bitfield-struct v0.6.2
37502026-06-18T16:35:47.180Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37512026-06-18T16:35:47.187Z Compiling xshell-macros v0.2.7
37522026-06-18T16:35:47.196Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37532026-06-18T16:35:47.208Z Compiling salty v0.3.0
37542026-06-18T16:35:47.221Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37552026-06-18T16:35:47.235Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
37562026-06-18T16:35:47.247Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37572026-06-18T16:35:47.347Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37582026-06-18T16:35:47.514Z Checking primeorder v0.13.6
37592026-06-18T16:35:47.517Z Compiling proc-macro-error-attr2 v2.0.0
37602026-06-18T16:35:47.542Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37612026-06-18T16:35:47.542Z Checking xshell v0.2.7
37622026-06-18T16:35:47.680Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37632026-06-18T16:35:47.698Z Checking tungstenite v0.21.0
37642026-06-18T16:35:47.724Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37652026-06-18T16:35:47.759Z Checking p384 v0.13.1
37662026-06-18T16:35:47.777Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37672026-06-18T16:35:47.860Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37682026-06-18T16:35:47.892Z Compiling num-derive v0.3.3
37692026-06-18T16:35:47.905Z Compiling proc-macro-error2 v2.0.1
37702026-06-18T16:35:48.012Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37712026-06-18T16:35:48.126Z Checking tokio-tungstenite v0.21.0
37722026-06-18T16:35:48.174Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37732026-06-18T16:35:48.201Z Checking papergrid v0.17.0
37742026-06-18T16:35:48.217Z Compiling tabled_derive v0.11.0
37752026-06-18T16:35:48.249Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37762026-06-18T16:35:48.262Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37772026-06-18T16:35:48.377Z Compiling progenitor-impl v0.13.0
37782026-06-18T16:35:48.400Z Checking testing_table v0.3.0
37792026-06-18T16:35:48.494Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37802026-06-18T16:35:48.541Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
37812026-06-18T16:35:48.545Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37822026-06-18T16:35:48.743Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37832026-06-18T16:35:48.757Z Compiling unicase v2.9.0
37842026-06-18T16:35:48.777Z Checking libscf-sys v1.1.0
37852026-06-18T16:35:48.909Z Compiling illumos-nvpair-sys v0.2.0
37862026-06-18T16:35:48.934Z Checking corncobs v0.1.4
37872026-06-18T16:35:48.955Z Compiling mime_guess v2.0.5
37882026-06-18T16:35:49.018Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37892026-06-18T16:35:49.059Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37902026-06-18T16:35:49.110Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37912026-06-18T16:35:49.144Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37922026-06-18T16:35:49.222Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37932026-06-18T16:35:49.255Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37942026-06-18T16:35:49.368Z Checking tabled v0.20.0
37952026-06-18T16:35:49.469Z Checking progenitor-client v0.13.0
37962026-06-18T16:35:49.486Z Checking secrecy v0.8.0
37972026-06-18T16:35:49.609Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37982026-06-18T16:35:49.776Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
37992026-06-18T16:35:49.796Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38002026-06-18T16:35:49.855Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38012026-06-18T16:35:50.147Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
38022026-06-18T16:35:50.179Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
38032026-06-18T16:35:50.215Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38042026-06-18T16:35:50.230Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
38052026-06-18T16:35:50.261Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38062026-06-18T16:35:50.425Z Checking filetime v0.2.27
38072026-06-18T16:35:50.442Z Checking http-range v0.1.5
38082026-06-18T16:35:50.561Z Checking crc8 v0.1.1
38092026-06-18T16:35:50.575Z Checking xattr v1.6.1
38102026-06-18T16:35:50.673Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38112026-06-18T16:35:50.700Z Checking tar v0.4.45
38122026-06-18T16:35:50.802Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38132026-06-18T16:35:50.904Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38142026-06-18T16:35:50.977Z Compiling progenitor-macro v0.13.0
38152026-06-18T16:35:50.992Z Checking illumos-nvpair v0.3.0
38162026-06-18T16:35:51.137Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38172026-06-18T16:35:51.150Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38182026-06-18T16:35:51.212Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
38192026-06-18T16:35:51.317Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38202026-06-18T16:35:51.384Z Checking atty v0.2.14
38212026-06-18T16:35:51.482Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
38222026-06-18T16:35:51.516Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38232026-06-18T16:35:51.544Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38242026-06-18T16:35:51.628Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38252026-06-18T16:35:51.836Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38262026-06-18T16:35:51.839Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38272026-06-18T16:35:51.864Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38282026-06-18T16:35:51.886Z Checking hyper-staticfile v0.10.1
38292026-06-18T16:35:52.027Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
38302026-06-18T16:35:52.193Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38312026-06-18T16:35:52.209Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38322026-06-18T16:35:52.244Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38332026-06-18T16:35:52.447Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38342026-06-18T16:35:52.510Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38352026-06-18T16:35:52.723Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38362026-06-18T16:35:52.803Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38372026-06-18T16:35:53.137Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
38382026-06-18T16:35:53.812Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38392026-06-18T16:35:54.279Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38402026-06-18T16:35:54.689Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38412026-06-18T16:35:54.969Z Checking progenitor v0.13.0
38422026-06-18T16:35:55.109Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38432026-06-18T16:35:57.131Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38442026-06-18T16:36:00.388Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38452026-06-18T16:36:11.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.95s
38462026-06-18T16:36:11.427Z
38472026-06-18T16:36:11.427Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (204/296)
38482026-06-18T16:36:11.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38492026-06-18T16:36:11.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38502026-06-18T16:36:12.139Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38512026-06-18T16:36:22.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.28s
38522026-06-18T16:36:22.900Z
38532026-06-18T16:36:22.900Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (205/296)
38542026-06-18T16:36:23.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38552026-06-18T16:36:23.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38562026-06-18T16:36:23.608Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38572026-06-18T16:36:34.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.34s
38582026-06-18T16:36:34.437Z
38592026-06-18T16:36:34.437Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (206/296)
38602026-06-18T16:36:34.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38612026-06-18T16:36:34.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38622026-06-18T16:36:35.141Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38632026-06-18T16:36:45.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.23s
38642026-06-18T16:36:45.863Z
38652026-06-18T16:36:45.863Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (207/296)
38662026-06-18T16:36:46.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38672026-06-18T16:36:46.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38682026-06-18T16:36:46.569Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38692026-06-18T16:36:57.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.32s
38702026-06-18T16:36:57.385Z
38712026-06-18T16:36:57.385Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (208/296)
38722026-06-18T16:36:57.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38732026-06-18T16:36:57.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38742026-06-18T16:36:58.099Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38752026-06-18T16:37:08.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.38s
38762026-06-18T16:37:08.969Z
38772026-06-18T16:37:08.970Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (209/296)
38782026-06-18T16:37:09.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38792026-06-18T16:37:09.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38802026-06-18T16:37:09.677Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38812026-06-18T16:37:20.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.34s
38822026-06-18T16:37:20.505Z
38832026-06-18T16:37:20.505Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (210/296)
38842026-06-18T16:37:20.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38852026-06-18T16:37:20.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38862026-06-18T16:37:21.220Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38872026-06-18T16:37:31.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.31s
38882026-06-18T16:37:32.011Z
38892026-06-18T16:37:32.011Zinfo: running `cargo check --bins` on bootstrap-agent-api (211/296)
38902026-06-18T16:37:32.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38912026-06-18T16:37:32.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38922026-06-18T16:37:32.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38932026-06-18T16:37:32.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
38942026-06-18T16:37:32.542Z
38952026-06-18T16:37:32.542Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (212/296)
38962026-06-18T16:37:32.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38972026-06-18T16:37:32.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38982026-06-18T16:37:32.995Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38992026-06-18T16:37:32.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39002026-06-18T16:37:33.074Z
39012026-06-18T16:37:33.074Zinfo: running `cargo check --bins` on range-requests (213/296)
39022026-06-18T16:37:33.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39032026-06-18T16:37:33.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39042026-06-18T16:37:33.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39052026-06-18T16:37:33.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
39062026-06-18T16:37:33.589Z
39072026-06-18T16:37:33.589Zinfo: running `cargo check --bins` on repo-depot-api (214/296)
39082026-06-18T16:37:34.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39092026-06-18T16:37:34.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39102026-06-18T16:37:34.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39112026-06-18T16:37:34.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
39122026-06-18T16:37:34.111Z
39132026-06-18T16:37:34.111Zinfo: running `cargo check --bins` on sled-agent-api (215/296)
39142026-06-18T16:37:34.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39152026-06-18T16:37:34.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39162026-06-18T16:37:34.573Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39172026-06-18T16:37:34.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39182026-06-18T16:37:34.656Z
39192026-06-18T16:37:34.656Zinfo: running `cargo check --bins` on sled-diagnostics (216/296)
39202026-06-18T16:37:35.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39212026-06-18T16:37:35.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39222026-06-18T16:37:35.114Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39232026-06-18T16:37:35.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39242026-06-18T16:37:35.199Z
39252026-06-18T16:37:35.199Zinfo: running `cargo check --bins` on zfs-test-harness (217/296)
39262026-06-18T16:37:35.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39272026-06-18T16:37:35.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39282026-06-18T16:37:35.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39292026-06-18T16:37:35.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39302026-06-18T16:37:35.746Z
39312026-06-18T16:37:35.746Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (218/296)
39322026-06-18T16:37:36.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39332026-06-18T16:37:36.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39342026-06-18T16:37:36.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39352026-06-18T16:37:36.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39362026-06-18T16:37:36.302Z
39372026-06-18T16:37:36.302Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (219/296)
39382026-06-18T16:37:36.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39392026-06-18T16:37:36.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39402026-06-18T16:37:36.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39412026-06-18T16:37:36.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39422026-06-18T16:37:36.850Z
39432026-06-18T16:37:36.851Zinfo: running `cargo check --bins` on sled-agent-early-networking (220/296)
39442026-06-18T16:37:37.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39452026-06-18T16:37:37.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39462026-06-18T16:37:37.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39472026-06-18T16:37:37.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39482026-06-18T16:37:37.393Z
39492026-06-18T16:37:37.393Zinfo: running `cargo check --bins` on sled-agent-health-monitor (221/296)
39502026-06-18T16:37:37.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39512026-06-18T16:37:37.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39522026-06-18T16:37:37.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39532026-06-18T16:37:37.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39542026-06-18T16:37:37.935Z
39552026-06-18T16:37:37.935Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (222/296)
39562026-06-18T16:37:38.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39572026-06-18T16:37:38.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39582026-06-18T16:37:38.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39592026-06-18T16:37:38.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39602026-06-18T16:37:38.475Z
39612026-06-18T16:37:38.475Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (223/296)
39622026-06-18T16:37:38.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39632026-06-18T16:37:38.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39642026-06-18T16:37:38.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39652026-06-18T16:37:38.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39662026-06-18T16:37:39.021Z
39672026-06-18T16:37:39.021Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (224/296)
39682026-06-18T16:37:39.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39692026-06-18T16:37:39.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39702026-06-18T16:37:39.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39712026-06-18T16:37:39.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39722026-06-18T16:37:39.569Z
39732026-06-18T16:37:39.569Zinfo: running `cargo check --bins` on sled-agent-rack-setup (225/296)
39742026-06-18T16:37:40.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39752026-06-18T16:37:40.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39762026-06-18T16:37:40.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39772026-06-18T16:37:40.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39782026-06-18T16:37:40.136Z
39792026-06-18T16:37:40.137Zinfo: running `cargo check --bins` on trust-quorum (226/296)
39802026-06-18T16:37:40.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39812026-06-18T16:37:40.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39822026-06-18T16:37:40.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39832026-06-18T16:37:40.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39842026-06-18T16:37:40.686Z
39852026-06-18T16:37:40.686Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (227/296)
39862026-06-18T16:37:41.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39872026-06-18T16:37:41.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39882026-06-18T16:37:41.179Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39892026-06-18T16:37:41.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39902026-06-18T16:37:41.247Z
39912026-06-18T16:37:41.247Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (228/296)
39922026-06-18T16:37:41.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39932026-06-18T16:37:41.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39942026-06-18T16:37:41.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39952026-06-18T16:37:41.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39962026-06-18T16:37:41.823Z
39972026-06-18T16:37:41.823Zinfo: running `cargo check --bins` on update-common (229/296)
39982026-06-18T16:37:42.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39992026-06-18T16:37:42.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40002026-06-18T16:37:42.272Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40012026-06-18T16:37:42.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
40022026-06-18T16:37:42.349Z
40032026-06-18T16:37:42.349Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (230/296)
40042026-06-18T16:37:42.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40052026-06-18T16:37:42.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40062026-06-18T16:37:42.831Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40072026-06-18T16:37:42.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40082026-06-18T16:37:42.918Z
40092026-06-18T16:37:42.918Zinfo: running `cargo check --bins` on omicron-deployment-graph (231/296)
40102026-06-18T16:37:43.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40112026-06-18T16:37:43.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40122026-06-18T16:37:43.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40132026-06-18T16:37:43.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
40142026-06-18T16:37:43.423Z
40152026-06-18T16:37:43.423Zinfo: running `cargo check --bins` on reconfigurator-cli (232/296)
40162026-06-18T16:37:43.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40172026-06-18T16:37:43.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40182026-06-18T16:37:44.132Z Compiling fs-err v2.11.0
40192026-06-18T16:37:44.135Z Checking ignore v0.4.25
40202026-06-18T16:37:44.135Z Checking arc-swap v1.8.2
40212026-06-18T16:37:44.260Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40222026-06-18T16:37:44.260Z Checking predicates-tree v1.0.13
40232026-06-18T16:37:44.266Z Checking parse-size v1.1.0
40242026-06-18T16:37:44.286Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40252026-06-18T16:37:44.289Z Checking rand_seeder v0.4.0
40262026-06-18T16:37:44.364Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40272026-06-18T16:37:44.385Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40282026-06-18T16:37:44.436Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40292026-06-18T16:37:44.449Z Checking slog-scope v4.4.1
40302026-06-18T16:37:44.481Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40312026-06-18T16:37:44.573Z Checking slog-stdlog v4.1.1
40322026-06-18T16:37:44.576Z Compiling petname v2.0.2
40332026-06-18T16:37:44.601Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40342026-06-18T16:37:44.619Z Checking globwalk v0.9.1
40352026-06-18T16:37:44.672Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40362026-06-18T16:37:44.688Z Checking slog-envlogger v2.2.0
40372026-06-18T16:37:44.791Z Checking camino-tempfile-ext v0.3.3
40382026-06-18T16:37:44.834Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40392026-06-18T16:37:44.881Z Checking sapling-renderdag v0.1.0
40402026-06-18T16:37:44.980Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40412026-06-18T16:37:45.021Z Checking subprocess v0.2.15
40422026-06-18T16:37:45.116Z Checking sync-ptr v0.1.4
40432026-06-18T16:37:45.194Z Checking colored v2.2.0
40442026-06-18T16:37:45.232Z Checking assert_matches v1.5.0
40452026-06-18T16:37:45.295Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40462026-06-18T16:37:45.467Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40472026-06-18T16:37:45.467Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40482026-06-18T16:37:46.187Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40492026-06-18T16:37:47.496Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40502026-06-18T16:37:49.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.23s
40512026-06-18T16:37:49.843Z
40522026-06-18T16:37:49.843Zinfo: running `cargo check --bins` on omicron-repl-utils (233/296)
40532026-06-18T16:37:50.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40542026-06-18T16:37:50.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40552026-06-18T16:37:50.272Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40562026-06-18T16:37:50.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
40572026-06-18T16:37:50.346Z
40582026-06-18T16:37:50.346Zinfo: running `cargo check --bins` on transient-dns-server (234/296)
40592026-06-18T16:37:50.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40602026-06-18T16:37:50.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40612026-06-18T16:37:50.792Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40622026-06-18T16:37:50.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
40632026-06-18T16:37:50.870Z
40642026-06-18T16:37:50.870Zinfo: running `cargo check --bins` on nexus-test-interface (235/296)
40652026-06-18T16:37:51.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40662026-06-18T16:37:51.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40672026-06-18T16:37:51.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40682026-06-18T16:37:51.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40692026-06-18T16:37:51.437Z
40702026-06-18T16:37:51.437Zinfo: running `cargo check --bins` on oximeter-collector (236/296)
40712026-06-18T16:37:51.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40722026-06-18T16:37:51.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40732026-06-18T16:37:52.086Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40742026-06-18T16:37:52.086Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40752026-06-18T16:37:52.708Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40762026-06-18T16:37:54.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.80s
40772026-06-18T16:37:54.414Z
40782026-06-18T16:37:54.414Zinfo: running `cargo check --bins` on oximeter-api (237/296)
40792026-06-18T16:37:54.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40802026-06-18T16:37:54.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40812026-06-18T16:37:54.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40822026-06-18T16:37:54.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
40832026-06-18T16:37:54.929Z
40842026-06-18T16:37:54.929Zinfo: running `cargo check --bins` on cert-dev (238/296)
40852026-06-18T16:37:55.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40862026-06-18T16:37:55.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40872026-06-18T16:37:55.464Z Checking yasna v0.5.2
40882026-06-18T16:37:55.854Z Checking rcgen v0.12.1
40892026-06-18T16:37:56.099Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
40902026-06-18T16:37:56.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
40912026-06-18T16:37:56.419Z
40922026-06-18T16:37:56.419Zinfo: running `cargo check --bins` on clickana (239/296)
40932026-06-18T16:37:56.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40942026-06-18T16:37:56.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40952026-06-18T16:37:57.003Z Compiling darling_core v0.23.0
40962026-06-18T16:37:57.104Z Compiling instability v0.3.11
40972026-06-18T16:37:57.110Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
40982026-06-18T16:37:57.113Z Checking castaway v0.2.4
40992026-06-18T16:37:57.121Z Compiling indoc v2.0.7
41002026-06-18T16:37:57.124Z Checking unicode-truncate v1.1.0
41012026-06-18T16:37:57.137Z Checking lru v0.12.5
41022026-06-18T16:37:57.137Z Checking cassowary v0.3.0
41032026-06-18T16:37:57.197Z Checking compact_str v0.8.1
41042026-06-18T16:37:58.413Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
41052026-06-18T16:37:58.533Z Compiling darling_macro v0.23.0
41062026-06-18T16:37:58.586Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41072026-06-18T16:37:58.940Z Compiling darling v0.23.0
41082026-06-18T16:37:59.547Z Checking ratatui v0.29.0
41092026-06-18T16:38:00.579Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41102026-06-18T16:38:01.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.80s
41112026-06-18T16:38:01.388Z
41122026-06-18T16:38:01.388Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (240/296)
41132026-06-18T16:38:01.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41142026-06-18T16:38:01.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41152026-06-18T16:38:02.038Z Checking headers-core v0.3.0
41162026-06-18T16:38:02.041Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41172026-06-18T16:38:02.227Z Checking headers v0.4.1
41182026-06-18T16:38:02.585Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41192026-06-18T16:38:03.443Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41202026-06-18T16:38:03.911Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41212026-06-18T16:38:04.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.90s
41222026-06-18T16:38:04.476Z
41232026-06-18T16:38:04.476Zinfo: running `cargo check --bins` on ch-dev (241/296)
41242026-06-18T16:38:04.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41252026-06-18T16:38:04.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41262026-06-18T16:38:05.118Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41272026-06-18T16:38:05.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
41282026-06-18T16:38:06.001Z
41292026-06-18T16:38:06.002Zinfo: running `cargo check --bins` on dev-tools-common (242/296)
41302026-06-18T16:38:06.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41312026-06-18T16:38:06.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41322026-06-18T16:38:06.336Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41332026-06-18T16:38:06.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
41342026-06-18T16:38:06.382Z
41352026-06-18T16:38:06.382Zinfo: running `cargo check --bins` on crdb-seed (243/296)
41362026-06-18T16:38:06.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41372026-06-18T16:38:06.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41382026-06-18T16:38:07.020Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41392026-06-18T16:38:07.998Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41402026-06-18T16:38:08.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.93s
41412026-06-18T16:38:08.498Z
41422026-06-18T16:38:08.498Zinfo: running `cargo check --bins` on db-dev (244/296)
41432026-06-18T16:38:08.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41442026-06-18T16:38:08.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41452026-06-18T16:38:09.139Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41462026-06-18T16:38:09.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
41472026-06-18T16:38:10.033Z
41482026-06-18T16:38:10.033Zinfo: running `cargo check --bins` on omicron-dev-lib (245/296)
41492026-06-18T16:38:10.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41502026-06-18T16:38:10.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41512026-06-18T16:38:10.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41522026-06-18T16:38:10.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
41532026-06-18T16:38:10.588Z
41542026-06-18T16:38:10.588Zinfo: running `cargo check --bins` on xtask-downloader (246/296)
41552026-06-18T16:38:11.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41562026-06-18T16:38:11.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41572026-06-18T16:38:11.128Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41582026-06-18T16:38:11.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.21s
41592026-06-18T16:38:11.953Z
41602026-06-18T16:38:11.953Zinfo: running `cargo check --bins` on omicron-dropshot-apis (247/296)
41612026-06-18T16:38:12.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41622026-06-18T16:38:12.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41632026-06-18T16:38:12.628Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41642026-06-18T16:38:12.628Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41652026-06-18T16:38:12.631Z Checking git-stub v1.0.0
41662026-06-18T16:38:12.631Z Compiling trait-variant v0.1.2
41672026-06-18T16:38:12.738Z Checking is_ci v1.2.0
41682026-06-18T16:38:12.747Z Checking maplit v1.0.2
41692026-06-18T16:38:12.766Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41702026-06-18T16:38:12.777Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41712026-06-18T16:38:12.828Z Checking drift v0.2.0
41722026-06-18T16:38:12.840Z Checking supports-color v3.0.2
41732026-06-18T16:38:12.878Z Checking git-stub-vcs v0.1.0
41742026-06-18T16:38:12.954Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41752026-06-18T16:38:12.966Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41762026-06-18T16:38:12.980Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41772026-06-18T16:38:13.075Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41782026-06-18T16:38:13.176Z Checking dropshot-api-manager v0.7.2
41792026-06-18T16:38:13.190Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41802026-06-18T16:38:13.234Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
41812026-06-18T16:38:13.289Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
41822026-06-18T16:38:13.476Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41832026-06-18T16:38:13.996Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41842026-06-18T16:38:14.920Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
41852026-06-18T16:38:16.057Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
41862026-06-18T16:38:16.646Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
41872026-06-18T16:38:17.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.11s
41882026-06-18T16:38:17.251Z
41892026-06-18T16:38:17.251Zinfo: running `cargo check --bins` on installinator-api (248/296)
41902026-06-18T16:38:17.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41912026-06-18T16:38:17.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41922026-06-18T16:38:17.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41932026-06-18T16:38:17.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
41942026-06-18T16:38:17.769Z
41952026-06-18T16:38:17.769Zinfo: running `cargo check --bins` on nexus-external-api (249/296)
41962026-06-18T16:38:18.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41972026-06-18T16:38:18.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41982026-06-18T16:38:18.241Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41992026-06-18T16:38:18.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42002026-06-18T16:38:18.324Z
42012026-06-18T16:38:18.324Zinfo: running `cargo check --bins` on nexus-internal-api (250/296)
42022026-06-18T16:38:18.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42032026-06-18T16:38:18.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42042026-06-18T16:38:18.789Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42052026-06-18T16:38:18.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
42062026-06-18T16:38:18.877Z
42072026-06-18T16:38:18.877Zinfo: running `cargo check --bins` on nexus-lockstep-api (251/296)
42082026-06-18T16:38:19.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42092026-06-18T16:38:19.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42102026-06-18T16:38:19.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42112026-06-18T16:38:19.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
42122026-06-18T16:38:19.430Z
42132026-06-18T16:38:19.430Zinfo: running `cargo check --bins` on ntp-admin-api (252/296)
42142026-06-18T16:38:19.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42152026-06-18T16:38:19.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42162026-06-18T16:38:19.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42172026-06-18T16:38:19.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
42182026-06-18T16:38:19.949Z
42192026-06-18T16:38:19.949Zinfo: running `cargo check --bins` on ntp-admin-types-versions (253/296)
42202026-06-18T16:38:20.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42212026-06-18T16:38:20.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42222026-06-18T16:38:20.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42232026-06-18T16:38:20.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
42242026-06-18T16:38:20.451Z
42252026-06-18T16:38:20.451Zinfo: running `cargo check --bins` on wicketd-api (254/296)
42262026-06-18T16:38:20.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42272026-06-18T16:38:20.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42282026-06-18T16:38:20.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42292026-06-18T16:38:20.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
42302026-06-18T16:38:20.985Z
42312026-06-18T16:38:20.985Zinfo: running `cargo check --bins` on omicron-ls-apis (255/296)
42322026-06-18T16:38:21.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42332026-06-18T16:38:21.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42342026-06-18T16:38:21.527Z Checking typeid v1.0.3
42352026-06-18T16:38:21.633Z Checking ordered-float v2.10.1
42362026-06-18T16:38:21.650Z Checking unicode-xid v0.2.6
42372026-06-18T16:38:21.661Z Checking cargo-platform v0.2.0
42382026-06-18T16:38:21.675Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42392026-06-18T16:38:21.697Z Checking erased-serde v0.4.9
42402026-06-18T16:38:21.831Z Checking serde-value v0.7.0
42412026-06-18T16:38:22.002Z Checking serde-untagged v0.1.9
42422026-06-18T16:38:22.157Z Checking cargo-util-schemas v0.8.2
42432026-06-18T16:38:22.828Z Checking cargo_metadata v0.21.0
42442026-06-18T16:38:23.425Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42452026-06-18T16:38:24.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.17s
42462026-06-18T16:38:24.313Z
42472026-06-18T16:38:24.313Zinfo: running `cargo check --bins` on mgs-dev (256/296)
42482026-06-18T16:38:24.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42492026-06-18T16:38:24.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42502026-06-18T16:38:24.972Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42512026-06-18T16:38:25.563Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42522026-06-18T16:38:26.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s
42532026-06-18T16:38:26.217Z
42542026-06-18T16:38:26.217Zinfo: running `cargo check --bins` on omicron-omdb (257/296)
42552026-06-18T16:38:26.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42562026-06-18T16:38:26.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42572026-06-18T16:38:27.093Z Compiling vergen-lib v0.1.6
42582026-06-18T16:38:27.094Z Compiling dirs-sys-next v0.1.2
42592026-06-18T16:38:27.094Z Compiling crunchy v0.2.4
42602026-06-18T16:38:27.097Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42612026-06-18T16:38:27.097Z Compiling glob v0.3.3
42622026-06-18T16:38:27.097Z Compiling diesel_derives v2.3.7
42632026-06-18T16:38:27.097Z Compiling dsl_auto_type v0.2.0
42642026-06-18T16:38:27.097Z Checking scheduled-thread-pool v0.2.7
42652026-06-18T16:38:27.357Z Compiling vergen-gitcl v1.0.8
42662026-06-18T16:38:27.417Z Compiling dirs-next v2.0.0
42672026-06-18T16:38:27.446Z Compiling diesel_table_macro_syntax v0.3.0
42682026-06-18T16:38:27.543Z Compiling tiny-keccak v2.0.2
42692026-06-18T16:38:27.548Z Compiling term v0.7.0
42702026-06-18T16:38:27.637Z Compiling clang-sys v1.8.1
42712026-06-18T16:38:27.651Z Checking r2d2 v0.8.10
42722026-06-18T16:38:27.761Z Compiling bit-vec v0.6.3
42732026-06-18T16:38:27.799Z Checking downcast-rs v2.0.2
42742026-06-18T16:38:27.853Z Compiling ascii-canvas v3.0.0
42752026-06-18T16:38:27.995Z Compiling bit-set v0.5.3
42762026-06-18T16:38:28.030Z Compiling itertools v0.10.5
42772026-06-18T16:38:28.106Z Compiling ena v0.14.4
42782026-06-18T16:38:28.151Z Compiling libloading v0.8.9
42792026-06-18T16:38:28.166Z Compiling regex-syntax v0.6.29
42802026-06-18T16:38:28.319Z Compiling bindgen v0.71.1
42812026-06-18T16:38:28.364Z Compiling diff v0.1.13
42822026-06-18T16:38:28.477Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
42832026-06-18T16:38:28.625Z Compiling cexpr v0.6.0
42842026-06-18T16:38:28.765Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42852026-06-18T16:38:28.964Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
42862026-06-18T16:38:28.997Z Compiling rustc-hash v2.1.1
42872026-06-18T16:38:29.131Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42882026-06-18T16:38:29.150Z Compiling libxml v0.3.3
42892026-06-18T16:38:29.295Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
42902026-06-18T16:38:29.332Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
42912026-06-18T16:38:29.353Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42922026-06-18T16:38:29.399Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
42932026-06-18T16:38:29.539Z Compiling lalrpop v0.19.12
42942026-06-18T16:38:29.642Z Compiling strum_macros v0.24.3
42952026-06-18T16:38:29.660Z Compiling indoc v1.0.9
42962026-06-18T16:38:30.567Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42972026-06-18T16:38:30.759Z Checking derive_builder v0.20.2
42982026-06-18T16:38:30.846Z Compiling oso-derive v0.27.3
42992026-06-18T16:38:30.878Z Checking quick-xml v0.37.5
43002026-06-18T16:38:30.981Z Compiling impl-trait-for-tuples v0.2.3
43012026-06-18T16:38:31.333Z Checking openssl-probe v0.1.6
43022026-06-18T16:38:31.475Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43032026-06-18T16:38:31.760Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43042026-06-18T16:38:31.952Z Checking bb8 v0.8.6
43052026-06-18T16:38:32.068Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43062026-06-18T16:38:32.194Z Compiling libz-sys v1.1.24
43072026-06-18T16:38:32.227Z Checking nonempty v0.12.0
43082026-06-18T16:38:32.280Z Compiling strsim v0.10.0
43092026-06-18T16:38:32.392Z Compiling libgit2-sys v0.18.3+1.9.2
43102026-06-18T16:38:32.509Z Compiling darling_core v0.13.4
43112026-06-18T16:38:32.614Z Compiling vergen-git2 v9.1.0
43122026-06-18T16:38:32.752Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43132026-06-18T16:38:32.837Z Compiling base64 v0.21.7
43142026-06-18T16:38:32.943Z Compiling rustls v0.21.12
43152026-06-18T16:38:33.112Z Checking diesel v2.3.7
43162026-06-18T16:38:33.170Z Compiling ron v0.8.1
43172026-06-18T16:38:33.233Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43182026-06-18T16:38:34.137Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43192026-06-18T16:38:34.211Z Checking sct v0.7.1
43202026-06-18T16:38:34.324Z Checking rustls-webpki v0.101.7
43212026-06-18T16:38:34.372Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43222026-06-18T16:38:34.451Z Compiling darling_macro v0.13.4
43232026-06-18T16:38:34.916Z Compiling darling v0.13.4
43242026-06-18T16:38:35.007Z Compiling serde_with_macros v1.5.2
43252026-06-18T16:38:35.219Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43262026-06-18T16:38:35.842Z Compiling serde_with v1.14.0
43272026-06-18T16:38:35.954Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43282026-06-18T16:38:36.853Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43292026-06-18T16:38:36.954Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43302026-06-18T16:38:37.681Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43312026-06-18T16:38:38.349Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43322026-06-18T16:38:38.437Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43332026-06-18T16:38:38.479Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43342026-06-18T16:38:38.544Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43352026-06-18T16:38:38.627Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43362026-06-18T16:38:38.666Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43372026-06-18T16:38:38.852Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43382026-06-18T16:38:38.888Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43392026-06-18T16:38:38.904Z Checking tokio-rustls v0.24.1
43402026-06-18T16:38:39.103Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43412026-06-18T16:38:39.647Z Checking rustls-pemfile v1.0.4
43422026-06-18T16:38:39.710Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43432026-06-18T16:38:39.788Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43442026-06-18T16:38:39.960Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43452026-06-18T16:38:39.977Z Checking twox-hash v2.1.2
43462026-06-18T16:38:40.276Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43472026-06-18T16:38:40.292Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43482026-06-18T16:38:40.350Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43492026-06-18T16:38:40.682Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43502026-06-18T16:38:40.836Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43512026-06-18T16:38:41.968Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43522026-06-18T16:38:42.097Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43532026-06-18T16:38:42.245Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43542026-06-18T16:38:42.614Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43552026-06-18T16:38:42.835Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43562026-06-18T16:38:43.308Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43572026-06-18T16:38:43.502Z Checking console v0.16.2
43582026-06-18T16:38:43.813Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43592026-06-18T16:38:43.836Z Checking fatfs v0.3.6
43602026-06-18T16:38:43.958Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43612026-06-18T16:38:44.290Z Checking unit-prefix v0.5.2
43622026-06-18T16:38:44.428Z Compiling seq-macro v0.3.6
43632026-06-18T16:38:44.938Z Checking indicatif v0.18.4
43642026-06-18T16:38:45.127Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43652026-06-18T16:38:45.259Z Checking support-bundle-viewer v0.1.2
43662026-06-18T16:38:45.308Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43672026-06-18T16:38:45.501Z Checking multimap v0.10.1
43682026-06-18T16:38:51.234Z Checking diesel-dtrace v0.5.0
43692026-06-18T16:38:51.478Z Checking async-bb8-diesel v0.2.1
43702026-06-18T16:38:54.762Z Compiling samael v0.0.19
43712026-06-18T16:38:59.735Z Compiling git2 v0.20.4
43722026-06-18T16:39:00.868Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43732026-06-18T16:39:01.412Z Compiling polar-core v0.27.3
43742026-06-18T16:39:02.144Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43752026-06-18T16:39:05.862Z Checking oso v0.27.3
43762026-06-18T16:39:34.666Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43772026-06-18T16:40:45.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 19s
43782026-06-18T16:40:46.165Z
43792026-06-18T16:40:46.165Zinfo: running `cargo check --bins` on nexus-networking (258/296)
43802026-06-18T16:40:46.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43812026-06-18T16:40:46.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43822026-06-18T16:40:46.683Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43832026-06-18T16:40:46.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43842026-06-18T16:40:46.758Z
43852026-06-18T16:40:46.759Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (259/296)
43862026-06-18T16:40:47.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43872026-06-18T16:40:47.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43882026-06-18T16:40:47.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43892026-06-18T16:40:47.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
43902026-06-18T16:40:47.332Z
43912026-06-18T16:40:47.333Zinfo: running `cargo check --bins` on nexus-saga-recovery (260/296)
43922026-06-18T16:40:47.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43932026-06-18T16:40:47.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43942026-06-18T16:40:47.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43952026-06-18T16:40:47.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
43962026-06-18T16:40:47.906Z
43972026-06-18T16:40:47.906Zinfo: running `cargo check --bins` on nexus-test-utils-macros (261/296)
43982026-06-18T16:40:48.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43992026-06-18T16:40:48.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44002026-06-18T16:40:48.399Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44012026-06-18T16:40:48.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
44022026-06-18T16:40:48.427Z
44032026-06-18T16:40:48.427Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (262/296)
44042026-06-18T16:40:48.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44052026-06-18T16:40:48.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44062026-06-18T16:40:49.190Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44072026-06-18T16:40:49.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
44082026-06-18T16:40:50.091Z
44092026-06-18T16:40:50.092Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (263/296)
44102026-06-18T16:40:50.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44112026-06-18T16:40:50.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44122026-06-18T16:40:50.857Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44132026-06-18T16:41:27.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.94s
44142026-06-18T16:41:27.238Z
44152026-06-18T16:41:27.238Zinfo: running `cargo check --bins` on nexus-background-task-interface (264/296)
44162026-06-18T16:41:27.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44172026-06-18T16:41:27.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44182026-06-18T16:41:27.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44192026-06-18T16:41:27.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
44202026-06-18T16:41:27.746Z
44212026-06-18T16:41:27.747Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (265/296)
44222026-06-18T16:41:28.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44232026-06-18T16:41:28.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44242026-06-18T16:41:28.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44252026-06-18T16:41:28.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44262026-06-18T16:41:28.312Z
44272026-06-18T16:41:28.312Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (266/296)
44282026-06-18T16:41:28.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44292026-06-18T16:41:28.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44302026-06-18T16:41:28.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44312026-06-18T16:41:28.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44322026-06-18T16:41:28.889Z
44332026-06-18T16:41:28.889Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (267/296)
44342026-06-18T16:41:29.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44352026-06-18T16:41:29.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44362026-06-18T16:41:29.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44372026-06-18T16:41:29.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44382026-06-18T16:41:29.470Z
44392026-06-18T16:41:29.470Zinfo: running `cargo check --bins` on nexus-mgs-updates (268/296)
44402026-06-18T16:41:29.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44412026-06-18T16:41:29.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44422026-06-18T16:41:29.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44432026-06-18T16:41:29.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44442026-06-18T16:41:30.036Z
44452026-06-18T16:41:30.036Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (269/296)
44462026-06-18T16:41:30.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44472026-06-18T16:41:30.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44482026-06-18T16:41:30.523Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44492026-06-18T16:41:30.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44502026-06-18T16:41:30.615Z
44512026-06-18T16:41:30.615Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (270/296)
44522026-06-18T16:41:31.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44532026-06-18T16:41:31.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44542026-06-18T16:41:31.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44552026-06-18T16:41:31.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44562026-06-18T16:41:31.188Z
44572026-06-18T16:41:31.188Zinfo: running `cargo check --bins` on support-bundle-collection (271/296)
44582026-06-18T16:41:31.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44592026-06-18T16:41:31.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44602026-06-18T16:41:31.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44612026-06-18T16:41:31.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44622026-06-18T16:41:31.761Z
44632026-06-18T16:41:31.761Zinfo: running `cargo check --bins` on omicron-dev (272/296)
44642026-06-18T16:41:32.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44652026-06-18T16:41:32.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44662026-06-18T16:41:32.589Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44672026-06-18T16:41:32.593Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44682026-06-18T16:41:32.734Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
44692026-06-18T16:41:32.750Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
44702026-06-18T16:41:32.764Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
44712026-06-18T16:41:32.768Z Checking yansi v1.0.1
44722026-06-18T16:41:32.789Z Checking diff v0.1.13
44732026-06-18T16:41:32.802Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44742026-06-18T16:41:32.899Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
44752026-06-18T16:41:33.018Z Checking pretty_assertions v1.4.1
44762026-06-18T16:41:33.716Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44772026-06-18T16:41:33.817Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
44782026-06-18T16:41:57.779Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44792026-06-18T16:41:57.782Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
44802026-06-18T16:41:57.782Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
44812026-06-18T16:41:57.782Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
44822026-06-18T16:41:57.782Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
44832026-06-18T16:41:57.782Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
44842026-06-18T16:41:58.548Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
44852026-06-18T16:41:58.549Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44862026-06-18T16:41:59.741Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44872026-06-18T16:42:35.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s
44882026-06-18T16:42:36.159Z
44892026-06-18T16:42:36.159Zinfo: running `cargo check --bins` on omicron-pins (273/296)
44902026-06-18T16:42:36.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44912026-06-18T16:42:36.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44922026-06-18T16:42:36.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44932026-06-18T16:42:36.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
44942026-06-18T16:42:36.672Z
44952026-06-18T16:42:36.672Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (274/296)
44962026-06-18T16:42:37.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44972026-06-18T16:42:37.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44982026-06-18T16:42:37.377Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
44992026-06-18T16:42:37.492Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45002026-06-18T16:42:37.496Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
45012026-06-18T16:43:03.578Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45022026-06-18T16:43:03.944Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45032026-06-18T16:43:05.608Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45042026-06-18T16:43:06.056Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45052026-06-18T16:43:08.916Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45062026-06-18T16:43:31.771Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45072026-06-18T16:43:32.454Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45082026-06-18T16:43:34.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.34s
45092026-06-18T16:43:34.216Z
45102026-06-18T16:43:34.216Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (275/296)
45112026-06-18T16:43:34.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45122026-06-18T16:43:34.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45132026-06-18T16:43:34.866Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45142026-06-18T16:43:35.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s
45152026-06-18T16:43:35.698Z
45162026-06-18T16:43:35.698Zinfo: running `cargo check --bins` on omicron-releng (276/296)
45172026-06-18T16:43:36.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45182026-06-18T16:43:36.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45192026-06-18T16:43:36.279Z Compiling blake3 v1.8.3
45202026-06-18T16:43:36.383Z Checking arrayvec v0.7.6
45212026-06-18T16:43:36.383Z Checking constant_time_eq v0.4.2
45222026-06-18T16:43:36.388Z Checking arrayref v0.3.9
45232026-06-18T16:43:36.400Z Checking topological-sort v0.2.2
45242026-06-18T16:43:36.403Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45252026-06-18T16:43:36.403Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
45262026-06-18T16:43:36.403Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45272026-06-18T16:43:36.452Z Checking shell-words v1.1.1
45282026-06-18T16:43:37.257Z Checking omicron-zone-package v0.12.2
45292026-06-18T16:43:37.971Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45302026-06-18T16:43:38.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.12s
45312026-06-18T16:43:38.987Z
45322026-06-18T16:43:38.988Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (277/296)
45332026-06-18T16:43:39.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45342026-06-18T16:43:39.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45352026-06-18T16:43:39.564Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
45362026-06-18T16:43:39.874Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45372026-06-18T16:43:40.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
45382026-06-18T16:43:40.418Z
45392026-06-18T16:43:40.418Zinfo: running `cargo check --bins` on schema (278/296)
45402026-06-18T16:43:40.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45412026-06-18T16:43:40.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45422026-06-18T16:43:41.079Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
45432026-06-18T16:43:41.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s
45442026-06-18T16:43:41.920Z
45452026-06-18T16:43:41.920Zinfo: running `cargo check --bins` on xtask (279/296)
45462026-06-18T16:43:42.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45472026-06-18T16:43:42.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45482026-06-18T16:43:42.305Z Checking libc v0.2.185
45492026-06-18T16:43:42.375Z Checking serde v1.0.228
45502026-06-18T16:43:42.379Z Checking zerofrom v0.1.6
45512026-06-18T16:43:42.383Z Checking bitflags v2.11.0
45522026-06-18T16:43:42.389Z Checking smallvec v1.15.1
45532026-06-18T16:43:42.393Z Checking indexmap v2.14.0
45542026-06-18T16:43:42.402Z Checking serde_json v1.0.149
45552026-06-18T16:43:42.405Z Checking scroll v0.12.0
45562026-06-18T16:43:42.474Z Checking yoke v0.8.1
45572026-06-18T16:43:42.523Z Checking num-traits v0.2.19
45582026-06-18T16:43:42.555Z Checking thiserror v1.0.69
45592026-06-18T16:43:42.630Z Checking log v0.4.29
45602026-06-18T16:43:42.644Z Checking zerovec v0.11.5
45612026-06-18T16:43:42.649Z Checking zerotrie v0.2.3
45622026-06-18T16:43:42.656Z Checking errno v0.3.14
45632026-06-18T16:43:42.752Z Checking serde_spanned v0.6.9
45642026-06-18T16:43:42.768Z Checking rustix v1.1.3
45652026-06-18T16:43:42.778Z Checking toml_datetime v0.6.11
45662026-06-18T16:43:42.872Z Checking percent-encoding v2.3.2
45672026-06-18T16:43:42.882Z Checking goblin v0.8.2
45682026-06-18T16:43:42.902Z Checking zerocopy v0.7.35
45692026-06-18T16:43:42.953Z Checking toml_edit v0.22.27
45702026-06-18T16:43:42.999Z Checking getrandom v0.4.1
45712026-06-18T16:43:43.008Z Checking form_urlencoded v1.2.2
45722026-06-18T16:43:43.037Z Checking ordered-float v2.10.1
45732026-06-18T16:43:43.058Z Checking tinystr v0.8.2
45742026-06-18T16:43:43.124Z Checking potential_utf v0.1.4
45752026-06-18T16:43:43.134Z Checking thiserror v2.0.18
45762026-06-18T16:43:43.228Z Checking syn v2.0.117
45772026-06-18T16:43:43.238Z Checking icu_locale_core v2.1.1
45782026-06-18T16:43:43.249Z Checking serde-value v0.7.0
45792026-06-18T16:43:43.259Z Checking icu_collections v2.1.1
45802026-06-18T16:43:43.383Z Checking dtrace-parser v0.2.0
45812026-06-18T16:43:43.452Z Checking thread-id v4.2.2
45822026-06-18T16:43:43.531Z Checking once_cell v1.21.3
45832026-06-18T16:43:43.569Z Checking terminal_size v0.4.3
45842026-06-18T16:43:43.572Z Checking cargo-platform v0.2.0
45852026-06-18T16:43:43.621Z Checking memmap v0.7.0
45862026-06-18T16:43:43.685Z Checking clap_builder v4.6.0
45872026-06-18T16:43:43.700Z Checking tempfile v3.25.0
45882026-06-18T16:43:43.746Z Checking textwrap v0.16.2
45892026-06-18T16:43:43.756Z Checking fs-err v3.3.0
45902026-06-18T16:43:43.774Z Checking icu_provider v2.1.1
45912026-06-18T16:43:43.887Z Checking camino-tempfile v1.4.1
45922026-06-18T16:43:43.928Z Checking tabled v0.15.0
45932026-06-18T16:43:43.947Z Checking anyhow v1.0.102
45942026-06-18T16:43:44.008Z Checking icu_properties v2.1.2
45952026-06-18T16:43:44.030Z Checking icu_normalizer v2.1.1
45962026-06-18T16:43:44.039Z Checking toml v0.8.23
45972026-06-18T16:43:44.138Z Checking macaddr v1.0.1
45982026-06-18T16:43:44.315Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
45992026-06-18T16:43:44.351Z Checking cargo_toml v0.21.0
46002026-06-18T16:43:44.746Z Checking dof v0.3.0
46012026-06-18T16:43:44.802Z Checking idna_adapter v1.2.1
46022026-06-18T16:43:44.864Z Checking clap v4.6.1
46032026-06-18T16:43:44.919Z Checking idna v1.1.0
46042026-06-18T16:43:45.022Z Checking usdt-impl v0.5.0
46052026-06-18T16:43:45.141Z Checking url v2.5.8
46062026-06-18T16:43:45.270Z Checking usdt v0.5.0
46072026-06-18T16:43:45.476Z Checking cargo-util-schemas v0.8.2
46082026-06-18T16:43:46.169Z Checking cargo_metadata v0.21.0
46092026-06-18T16:43:46.762Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46102026-06-18T16:43:47.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.25s
46112026-06-18T16:43:47.274Z
46122026-06-18T16:43:47.275Zinfo: running `cargo check --bins` on dnsadm (280/296)
46132026-06-18T16:43:47.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46142026-06-18T16:43:47.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46152026-06-18T16:43:47.847Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46162026-06-18T16:43:48.307Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46172026-06-18T16:43:48.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
46182026-06-18T16:43:48.843Z
46192026-06-18T16:43:48.843Zinfo: running `cargo check --bins` on end-to-end-tests (281/296)
46202026-06-18T16:43:49.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46212026-06-18T16:43:49.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46222026-06-18T16:43:49.565Z Checking polyval v0.6.2
46232026-06-18T16:43:49.683Z Checking ctr v0.9.2
46242026-06-18T16:43:49.692Z Checking ssh-encoding v0.2.0
46252026-06-18T16:43:49.692Z Checking blowfish v0.9.1
46262026-06-18T16:43:49.711Z Checking password-hash v0.4.2
46272026-06-18T16:43:49.724Z Checking p256 v0.13.2
46282026-06-18T16:43:49.727Z Checking p521 v0.13.3
46292026-06-18T16:43:49.750Z Checking russh-cryptovec v0.7.3
46302026-06-18T16:43:49.821Z Checking ghash v0.5.1
46312026-06-18T16:43:49.834Z Checking md5 v0.7.0
46322026-06-18T16:43:49.837Z Checking bcrypt-pbkdf v0.10.0
46332026-06-18T16:43:49.885Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46342026-06-18T16:43:49.888Z Checking num-bigint v0.4.6
46352026-06-18T16:43:49.924Z Checking pbkdf2 v0.11.0
46362026-06-18T16:43:49.945Z Checking aes-gcm v0.10.3
46372026-06-18T16:43:49.967Z Checking des v0.8.1
46382026-06-18T16:43:49.985Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46392026-06-18T16:43:50.002Z Checking hex-literal v0.4.1
46402026-06-18T16:43:50.092Z Checking ssh-cipher v0.2.0
46412026-06-18T16:43:50.105Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
46422026-06-18T16:43:50.108Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
46432026-06-18T16:43:50.129Z Checking internet-checksum v0.2.1
46442026-06-18T16:43:50.252Z Checking ssh-key v0.6.7
46452026-06-18T16:43:50.334Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46462026-06-18T16:43:50.871Z Checking russh-keys v0.45.0
46472026-06-18T16:43:51.408Z Checking russh v0.45.0
46482026-06-18T16:44:07.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.72s
46492026-06-18T16:44:07.752Z
46502026-06-18T16:44:07.753Zinfo: running `cargo check --bins` on gateway-cli (282/296)
46512026-06-18T16:44:08.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46522026-06-18T16:44:08.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46532026-06-18T16:44:08.329Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
46542026-06-18T16:44:08.431Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
46552026-06-18T16:44:08.438Z Checking termios v0.3.3
46562026-06-18T16:44:09.621Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
46572026-06-18T16:44:09.768Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
46582026-06-18T16:44:11.540Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
46592026-06-18T16:44:12.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.35s
46602026-06-18T16:44:12.266Z
46612026-06-18T16:44:12.266Zinfo: running `cargo check --bins --no-default-features` on installinator (283/296)
46622026-06-18T16:44:12.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46632026-06-18T16:44:12.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46642026-06-18T16:44:12.905Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
46652026-06-18T16:44:12.908Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46662026-06-18T16:44:13.021Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
46672026-06-18T16:44:13.021Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
46682026-06-18T16:44:13.032Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
46692026-06-18T16:44:13.041Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46702026-06-18T16:44:13.764Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46712026-06-18T16:44:14.087Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
46722026-06-18T16:44:14.087Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
46732026-06-18T16:44:14.712Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
46742026-06-18T16:44:16.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.05s
46752026-06-18T16:44:16.491Z
46762026-06-18T16:44:16.491Zinfo: running `cargo check --bins` on internal-dns-cli (284/296)
46772026-06-18T16:44:16.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46782026-06-18T16:44:16.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46792026-06-18T16:44:17.060Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
46802026-06-18T16:44:17.498Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
46812026-06-18T16:44:17.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s
46822026-06-18T16:44:17.971Z
46832026-06-18T16:44:17.972Zinfo: running `cargo check --bins` on omicron-live-tests (285/296)
46842026-06-18T16:44:18.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46852026-06-18T16:44:18.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46862026-06-18T16:44:18.410Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46872026-06-18T16:44:18.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
46882026-06-18T16:44:18.485Z
46892026-06-18T16:44:18.485Zinfo: running `cargo check --bins` on live-tests-macros (286/296)
46902026-06-18T16:44:18.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46912026-06-18T16:44:18.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46922026-06-18T16:44:18.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46932026-06-18T16:44:18.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
46942026-06-18T16:44:18.983Z
46952026-06-18T16:44:18.983Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (287/296)
46962026-06-18T16:44:19.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46972026-06-18T16:44:19.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46982026-06-18T16:44:19.662Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
46992026-06-18T16:44:20.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.24s
47002026-06-18T16:44:20.412Z
47012026-06-18T16:44:20.412Zinfo: running `cargo check --bins` on omicron-ntp-admin (288/296)
47022026-06-18T16:44:20.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47032026-06-18T16:44:20.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47042026-06-18T16:44:21.002Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47052026-06-18T16:44:21.006Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47062026-06-18T16:44:21.267Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47072026-06-18T16:44:21.267Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47082026-06-18T16:44:22.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s
47092026-06-18T16:44:22.219Z
47102026-06-18T16:44:22.219Zinfo: running `cargo check --bins` on ntp-admin-types (289/296)
47112026-06-18T16:44:22.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47122026-06-18T16:44:22.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47132026-06-18T16:44:22.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47142026-06-18T16:44:22.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
47152026-06-18T16:44:22.728Z
47162026-06-18T16:44:22.728Zinfo: running `cargo check --bins` on omicron-package (290/296)
47172026-06-18T16:44:23.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47182026-06-18T16:44:23.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47192026-06-18T16:44:23.343Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47202026-06-18T16:44:24.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s
47212026-06-18T16:44:24.562Z
47222026-06-18T16:44:24.562Zinfo: running `cargo check --bins` on tqdb (291/296)
47232026-06-18T16:44:25.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47242026-06-18T16:44:25.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47252026-06-18T16:44:25.267Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47262026-06-18T16:44:25.611Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47272026-06-18T16:44:26.124Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47282026-06-18T16:44:26.124Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47292026-06-18T16:44:32.101Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
47302026-06-18T16:44:32.105Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
47312026-06-18T16:44:32.667Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
47322026-06-18T16:44:32.667Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
47332026-06-18T16:44:32.670Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47342026-06-18T16:44:32.670Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
47352026-06-18T16:44:33.407Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
47362026-06-18T16:44:34.426Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47372026-06-18T16:44:35.209Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47382026-06-18T16:44:35.809Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47392026-06-18T16:44:40.453Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47402026-06-18T16:44:46.942Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47412026-06-18T16:44:46.942Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
47422026-06-18T16:44:46.945Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47432026-06-18T16:44:46.945Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
47442026-06-18T16:44:48.393Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
47452026-06-18T16:44:49.701Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
47462026-06-18T16:44:50.351Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47472026-06-18T16:44:51.558Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
47482026-06-18T16:44:52.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.52s
47492026-06-18T16:44:52.266Z
47502026-06-18T16:44:52.266Zinfo: running `cargo check --bins` on wicket-dbg (292/296)
47512026-06-18T16:44:52.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47522026-06-18T16:44:52.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47532026-06-18T16:44:52.907Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47542026-06-18T16:44:52.911Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47552026-06-18T16:44:52.911Z Checking rtoolbox v0.0.3
47562026-06-18T16:44:53.026Z Checking tui-tree-widget v0.23.1
47572026-06-18T16:44:53.121Z Checking rpassword v7.4.0
47582026-06-18T16:44:54.126Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
47592026-06-18T16:44:57.048Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47602026-06-18T16:44:58.863Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
47612026-06-18T16:44:59.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.46s
47622026-06-18T16:44:59.909Z
47632026-06-18T16:44:59.909Zinfo: running `cargo check --bins` on wicket (293/296)
47642026-06-18T16:45:00.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47652026-06-18T16:45:00.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47662026-06-18T16:45:00.535Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47672026-06-18T16:45:00.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s
47682026-06-18T16:45:01.052Z
47692026-06-18T16:45:01.052Zinfo: running `cargo check --bins` on wicketd (294/296)
47702026-06-18T16:45:01.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47712026-06-18T16:45:01.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47722026-06-18T16:45:01.697Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
47732026-06-18T16:45:01.700Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
47742026-06-18T16:45:01.700Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
47752026-06-18T16:45:01.700Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
47762026-06-18T16:45:02.681Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
47772026-06-18T16:45:03.234Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
47782026-06-18T16:45:06.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.08s
47792026-06-18T16:45:06.322Z
47802026-06-18T16:45:06.322Zinfo: running `cargo check --bins` on omicron-workspace-hack (295/296)
47812026-06-18T16:45:06.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47822026-06-18T16:45:06.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47832026-06-18T16:45:06.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47842026-06-18T16:45:06.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
47852026-06-18T16:45:06.829Z
47862026-06-18T16:45:06.829Zinfo: running `cargo check --bins` on zone-setup (296/296)
47872026-06-18T16:45:07.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47882026-06-18T16:45:07.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47892026-06-18T16:45:07.433Z Checking uzers v0.12.2
47902026-06-18T16:45:07.697Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
47912026-06-18T16:45:08.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.59s
47922026-06-18T16:45:08.616Z
47932026-06-18T16:45:08.619Zreal 13:31.314132919
47942026-06-18T16:45:08.619Zuser 20:32.457285328
47952026-06-18T16:45:08.619Zsys 4:03.442208245
47962026-06-18T16:45:08.619Ztrap 0.338704917
47972026-06-18T16:45:08.619Ztflt 0.687131395
47982026-06-18T16:45:08.619Zdflt 1.122814845
47992026-06-18T16:45:08.619Zkflt 0.004442051
48002026-06-18T16:45:08.619Zlock 1:15:42.114013000
48012026-06-18T16:45:08.619Zslp 1:38:49.998739508
48022026-06-18T16:45:08.619Zlat 49.997850334
48032026-06-18T16:45:08.619Zstop 3:14.126749508
48042026-06-18T16:45:08.619Zprocess exited: duration 939438 ms, exit code 0
 
48052026-06-18T16:45:08.628Zfound 0 output files