01KTPF4TRMBD9PBVRFZS2EQNNY: 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: 01KTPF57QXTW6GAPHYVZSJXZM7

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-09T15:14:49.784Zjob assigned to worker 01KTPF5EFNCXA8SYZ99G52Z9QZ [factory aws, i-0288b7ae1209eb76b] (queued for 47 s)
 
22026-06-09T15:14:56.813Zstarting task 0: "setup"
32026-06-09T15:14:56.816Z++ uname -s
42026-06-09T15:14:56.819Z+ kern=SunOS
52026-06-09T15:14:56.819Z+ build_user=build
62026-06-09T15:14:56.819Z+ build_uid=12345
72026-06-09T15:14:56.819Z+ work_dir=/work
82026-06-09T15:14:56.819Z+ input_dir=/input
92026-06-09T15:14:56.819Z+ [[ 0 == 12345 ]]
102026-06-09T15:14:56.819Z+ case "$kern" in
112026-06-09T15:14:56.820Z+ groupadd -g 12345 build
122026-06-09T15:14:56.822Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-09T15:14:58.825Z+ zfs create -o mountpoint=/work rpool/work
142026-06-09T15:14:58.945Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-09T15:14:58.949Z+ home_fs=zfs
162026-06-09T15:14:58.949Z+ [[ zfs == autofs ]]
172026-06-09T15:14:58.949Z+ mkdir -p /home/build
182026-06-09T15:14:58.949Z+ chown build:build /home/build /work
192026-06-09T15:15:00.949Z+ chmod 0700 /home/build /work
202026-06-09T15:15:00.952Zprocess exited: duration 4139 ms, exit code 0
 
212026-06-09T15:15:00.958Zstarting task 1: "rust-toolchain"
222026-06-09T15:15:00.962Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-09T15:15:00.962Z * rust toolchain channel = "1.94.0"
242026-06-09T15:15:00.962Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-06-09T15:15:00.962Z * rust toolchain profile = "default"
262026-06-09T15:15:00.962Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-09T15:15:00.962Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-09T15:15:00.965Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-09T15:15:00.965Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-09T15:15:01.068Zinfo: downloading installer
312026-06-09T15:15:02.377Zwarn: It looks like you have an existing rustup settings file at:
322026-06-09T15:15:02.377Zwarn: /home/build/.rustup/settings.toml
332026-06-09T15:15:02.377Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-09T15:15:02.377Zwarn: instead of the one inferred from the default host triple.
352026-06-09T15:15:02.390Zinfo: profile set to default
362026-06-09T15:15:02.390Zinfo: default host triple is x86_64-unknown-illumos
372026-06-09T15:15:02.394Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-09T15:15:02.525Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-09T15:15:02.528Zinfo: downloading 6 components
402026-06-09T15:15:16.736Z
412026-06-09T15:15:16.736Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
422026-06-09T15:15:16.772Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-09T15:15:16.772Z
442026-06-09T15:15:16.772Z
452026-06-09T15:15:16.772ZRust is installed now. Great!
462026-06-09T15:15:16.772Z
472026-06-09T15:15:16.772ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-09T15:15:16.772Zenvironment variable. This has not been done automatically.
492026-06-09T15:15:16.772Z
502026-06-09T15:15:16.772ZTo configure your current shell, you need to source
512026-06-09T15:15:16.772Zthe corresponding env file under $HOME/.cargo.
522026-06-09T15:15:16.772Z
532026-06-09T15:15:16.772ZThis is usually done by running one of the following (note the leading DOT):
542026-06-09T15:15:16.775Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-09T15:15:16.775Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-09T15:15:16.775Zsource "~/.cargo/env.nu" # For nushell
572026-06-09T15:15:16.775Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-09T15:15:16.775Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-09T15:15:16.775Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-09T15:15:16.775Zwarn: no default linker (`cc`) was found in your PATH
612026-06-09T15:15:16.775Zwarn: many Rust crates require a system C toolchain to build
622026-06-09T15:15:16.865Z+ rustup --version
632026-06-09T15:15:16.874Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-09T15:15:16.877Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-09T15:15:16.896Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-09T15:15:16.899Z+ cargo --version
672026-06-09T15:15:16.912Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-09T15:15:16.915Z+ rustc --version
692026-06-09T15:15:16.934Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-09T15:15:16.937Zprocess exited: duration 15978 ms, exit code 0
 
712026-06-09T15:15:16.944Zstarting task 2: "authentication"
722026-06-09T15:15:16.960Zprocess exited: duration 16 ms, exit code 0
 
732026-06-09T15:15:16.967Zstarting task 3: "clone repository"
742026-06-09T15:15:16.970Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-09T15:15:16.973Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-09T15:15:17.009ZCloning into '/work/oxidecomputer/omicron'...
772026-06-09T15:15:44.317Z+ cd /work/oxidecomputer/omicron
782026-06-09T15:15:44.317Z+ git fetch origin 0385a5cc382b44c16dd62c4fdc3b3c644066644c
792026-06-09T15:15:44.600ZFrom https://github.com/oxidecomputer/omicron
802026-06-09T15:15:44.600Z * branch 0385a5cc382b44c16dd62c4fdc3b3c644066644c -> FETCH_HEAD
812026-06-09T15:15:44.609Z+ [[ -n ixi/cpu-platform-turin-v2 ]]
822026-06-09T15:15:44.612Z++ git branch --show-current
832026-06-09T15:15:44.612Z+ current=main
842026-06-09T15:15:44.612Z+ [[ main != ixi/cpu-platform-turin-v2 ]]
852026-06-09T15:15:44.612Z+ git branch -f ixi/cpu-platform-turin-v2 0385a5cc382b44c16dd62c4fdc3b3c644066644c
862026-06-09T15:15:44.615Z+ git checkout -f ixi/cpu-platform-turin-v2
872026-06-09T15:15:44.846ZSwitched to branch 'ixi/cpu-platform-turin-v2'
882026-06-09T15:15:44.849Z+ git reset --hard 0385a5cc382b44c16dd62c4fdc3b3c644066644c
892026-06-09T15:15:45.083ZHEAD is now at 0385a5cc3 AmdTurinV2 -> amd_turin_v2 in docs
902026-06-09T15:15:45.086Zprocess exited: duration 28118 ms, exit code 0
 
912026-06-09T15:15:45.092Zstarting task 4: "build"
922026-06-09T15:15:45.096Z+ source .github/buildomat/ci-env.sh
932026-06-09T15:15:45.099Z++ export CARGO_TERM_COLOR=always
942026-06-09T15:15:45.099Z++ CARGO_TERM_COLOR=always
952026-06-09T15:15:45.099Z+ cargo --version
962026-06-09T15:15:45.106Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-06-09T15:15:45.109Z+ rustc --version
982026-06-09T15:15:45.128Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-06-09T15:15:45.131Z+ source ./env.sh
1002026-06-09T15:15:45.131Z++ OLD_SHELL_OPTS=ehxB
1012026-06-09T15:15:45.131Z++ set -o xtrace
1022026-06-09T15:15:45.134Z++++ dirname ./env.sh
1032026-06-09T15:15:45.134Z+++ readlink -f .
1042026-06-09T15:15:45.137Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-06-09T15:15:45.137Z++ 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-09T15:15:45.137Z++ 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-09T15:15:45.137Z++ 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-09T15:15:45.137Z++ 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-09T15:15:45.138Z++ 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-09T15:15:45.138Z++ 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-09T15:15:45.138Z++ 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-09T15:15:45.138Z++ 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-09T15:15:45.138Z++ case $OLD_SHELL_OPTS in
1142026-06-09T15:15:45.138Z++ unset OLD_SHELL_OPTS OMICRON_WS
1152026-06-09T15:15:45.138Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1162026-06-09T15:15:45.138Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1172026-06-09T15:15:45.138Z+ banner prerequisites
1182026-06-09T15:15:45.141Z
1192026-06-09T15:15:45.141Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-06-09T15:15:45.141Z # # # # # # # # # # # # # # #
1212026-06-09T15:15:45.141Z # # # # ##### # # ##### # # # # # #### #
1222026-06-09T15:15:45.141Z ##### ##### # ##### # # # # # # # # #
1232026-06-09T15:15:45.141Z # # # # # # # # # # # # # # #
1242026-06-09T15:15:45.141Z # # # ###### # # ###### ### # #### # #### #
1252026-06-09T15:15:45.141Z
1262026-06-09T15:15:45.141Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-06-09T15:15:46.578Z Startup: Refreshing catalog 'helios' ... Done
1282026-06-09T15:15:46.661Z Startup: Caching catalogs ... Done
1292026-06-09T15:15:46.982ZPlanning: Solver setup ... Done (0.283s)
1302026-06-09T15:15:47.003ZPlanning: Running solver ... Done (0.020s)
1312026-06-09T15:15:47.010ZPlanning: Finding local manifests ... Done (0.003s)
1322026-06-09T15:15:47.020ZPlanning: Fetching manifests: 0/2 0% complete
1332026-06-09T15:15:47.035ZPlanning: Fetching manifests: 2/2 100% complete
1342026-06-09T15:15:47.048ZPlanning: Package planning ... Done (0.013s)
1352026-06-09T15:15:47.052ZPlanning: Merging actions ... Done (0.001s)
1362026-06-09T15:15:47.238ZPlanning: Checking for conflicting actions ... Done (0.187s)
1372026-06-09T15:15:47.241ZPlanning: Consolidating action changes ... Done (0.001s)
1382026-06-09T15:15:48.049ZPlanning: Evaluating mediators ... Done (0.810s)
1392026-06-09T15:15:48.052ZPlanning: Planning completed in 1.37 seconds
1402026-06-09T15:15:48.058Z Packages to install: 2
1412026-06-09T15:15:48.061Z Estimated space available: 156.07 GB
1422026-06-09T15:15:48.061ZEstimated space to be consumed: 25.34 MB
1432026-06-09T15:15:48.061Z Create boot environment: No
1442026-06-09T15:15:48.062ZCreate backup boot environment: No
1452026-06-09T15:15:48.062Z Rebuild boot archive: No
1462026-06-09T15:15:48.062Z
1472026-06-09T15:15:48.062ZChanged packages:
1482026-06-09T15:15:48.062Zhelios
1492026-06-09T15:15:48.062Z developer/build-essential
1502026-06-09T15:15:48.062Z None -> 11-3.0
1512026-06-09T15:15:48.062Z library/libxmlsec1
1522026-06-09T15:15:48.062Z None -> 1.2.35-3.0
1532026-06-09T15:15:48.082Z
1542026-06-09T15:15:48.082ZDownload: 0/214 items 0.0/1.3MB 0% complete
1552026-06-09T15:15:48.570ZDownload: Completed 1.28 MB in 0.49 seconds (2.6M/s)
1562026-06-09T15:15:48.649Z Actions: 1/268 actions (Installing new actions)
1572026-06-09T15:15:48.687Z Actions: Completed 268 actions in 0.04 seconds.
1582026-06-09T15:15:48.694ZFinalize: Updating package state database ... Done (0.008s)
1592026-06-09T15:15:48.697ZFinalize: Updating package cache ... Done (0.000s)
1602026-06-09T15:15:48.717ZFinalize: Updating image state ... Done (0.023s)
1612026-06-09T15:15:51.087ZFinalize: Creating fast lookup database ... Done (2.347s)
1622026-06-09T15:15:51.155ZFinalize: Reading search index ... Done (0.011s)
1632026-06-09T15:15:51.158ZFinalize: Updating search index ... Done (0.000s)
1642026-06-09T15:15:51.252ZFinalize: Updating package cache ... Done (0.000s)
1652026-06-09T15:15:51.556ZPlanning: Evaluating mediator changes ... Done
1662026-06-09T15:15:51.662ZPlanning: Checking for conflicting actions ... Done
1672026-06-09T15:15:51.665ZPlanning: Consolidating action changes ... Done
1682026-06-09T15:15:51.823ZPlanning: Evaluating mediators ... Done
1692026-06-09T15:15:51.826ZPlanning: Planning completed in 0.27 seconds
1702026-06-09T15:15:51.846Z Mediators to change: 2
1712026-06-09T15:15:51.846Z Create boot environment: No
1722026-06-09T15:15:51.846ZCreate backup boot environment: No
1732026-06-09T15:15:51.914ZFinalize: Updating package state database ... Done
1742026-06-09T15:15:51.914ZFinalize: Updating package cache ... Done
1752026-06-09T15:15:51.926ZFinalize: Updating image state ... Done
1762026-06-09T15:15:53.859ZFinalize: Creating fast lookup database ... Done
1772026-06-09T15:15:53.922ZFinalize: Reading search index ... Done
1782026-06-09T15:15:53.925ZFinalize: Updating search index ... Done
1792026-06-09T15:15:54.020ZFinalize: Updating package cache ... Done
1802026-06-09T15:15:54.304ZPlanning: Evaluating mediator changes ... Done
1812026-06-09T15:15:54.409ZPlanning: Checking for conflicting actions ... Done
1822026-06-09T15:15:54.412ZPlanning: Consolidating action changes ... Done
1832026-06-09T15:15:54.567ZPlanning: Evaluating mediators ... Done
1842026-06-09T15:15:54.570ZPlanning: Planning completed in 0.26 seconds
1852026-06-09T15:15:54.590Z Mediators to change: 1
1862026-06-09T15:15:54.590Z Create boot environment: No
1872026-06-09T15:15:54.593ZCreate backup boot environment: No
1882026-06-09T15:15:54.641ZFinalize: Updating package state database ... Done
1892026-06-09T15:15:54.641ZFinalize: Updating package cache ... Done
1902026-06-09T15:15:54.655ZFinalize: Updating image state ... Done
1912026-06-09T15:15:56.602ZFinalize: Creating fast lookup database ... Done
1922026-06-09T15:15:56.664ZFinalize: Reading search index ... Done
1932026-06-09T15:15:56.668ZFinalize: Updating search index ... Done
1942026-06-09T15:15:56.745ZFinalize: Updating package cache ... Done
1952026-06-09T15:15:57.055ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962026-06-09T15:15:57.055Zapache system 2.4 system
1972026-06-09T15:15:57.055Zclang system 15 system
1982026-06-09T15:15:57.055Zcsh system system illumos
1992026-06-09T15:15:57.055Zctags system system illumos
2002026-06-09T15:15:57.055Zfile vendor vendor darwinsys
2012026-06-09T15:15:57.055Zfile system system illumos
2022026-06-09T15:15:57.055Zgcc vendor 14 vendor
2032026-06-09T15:15:57.055Zgcc system 13 system
2042026-06-09T15:15:57.055Zgcc system 10 system
2052026-06-09T15:15:57.055Zgo system 1.25 system
2062026-06-09T15:15:57.055Zllvm system 15 system
2072026-06-09T15:15:57.055Zmariadb system 11.4 system
2082026-06-09T15:15:57.055Zmta vendor vendor dma
2092026-06-09T15:15:57.055Zopenjdk system 17 system
2102026-06-09T15:15:57.055Zopenjdk system 11 system
2112026-06-09T15:15:57.055Zopenssl vendor 3 vendor
2122026-06-09T15:15:57.055Zperl system 5.40 system
2132026-06-09T15:15:57.056Zpostgresql system 18 system
2142026-06-09T15:15:57.056Zpostgresql system 17 system
2152026-06-09T15:15:57.056Zpython vendor 3 vendor
2162026-06-09T15:15:57.056Zpython system 2 system
2172026-06-09T15:15:57.056Zpython3 vendor 3.13 vendor
2182026-06-09T15:15:57.056Zruby system 3.4 system
2192026-06-09T15:15:57.056Zruby system 3.0 system
2202026-06-09T15:15:57.056Zwords vendor vendor american-english
2212026-06-09T15:15:57.056Zwords system system australian-english
2222026-06-09T15:15:57.056Zwords system system british-english
2232026-06-09T15:15:57.056Zwords system system canadian-english
2242026-06-09T15:15:57.056Zwords system system french
2252026-06-09T15:15:57.056Zwords system system italian
2262026-06-09T15:15:57.056Zwords system system ngerman
2272026-06-09T15:15:57.056Zwords system system ogerman
2282026-06-09T15:15:57.056Zwords system system spanish
2292026-06-09T15:15:57.310ZPUBLISHER TYPE STATUS P LOCATION
2302026-06-09T15:15:57.310Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2312026-06-09T15:15:57.594ZFMRI IFO
2322026-06-09T15:15:57.595Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2332026-06-09T15:15:57.595Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2342026-06-09T15:15:57.595Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2352026-06-09T15:15:57.595Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2362026-06-09T15:15:57.595Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2372026-06-09T15:15:57.595Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2382026-06-09T15:15:57.595Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2392026-06-09T15:15:57.595Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2402026-06-09T15:15:57.595Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2412026-06-09T15:15:57.847Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2422026-06-09T15:15:58.181Z Updating crates.io index
2432026-06-09T15:15:58.216Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2442026-06-09T15:15:58.495Z Updating git repository `https://github.com/oxidecomputer/lldp`
2452026-06-09T15:15:59.400Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2462026-06-09T15:16:00.214Z Updating git repository `https://github.com/oxidecomputer/propolis`
2472026-06-09T15:16:01.144Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2482026-06-09T15:16:02.033Z Updating git repository `https://github.com/oxidecomputer/crucible`
2492026-06-09T15:16:04.049Z Updating git repository `https://github.com/oxidecomputer/opte`
2502026-06-09T15:16:04.993Z Updating git repository `https://github.com/oxidecomputer/tofino`
2512026-06-09T15:16:05.334Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522026-06-09T15:16:07.953Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-06-09T15:16:08.411Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2542026-06-09T15:16:08.947Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2552026-06-09T15:16:09.241Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2562026-06-09T15:16:11.010Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2572026-06-09T15:16:11.602Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2582026-06-09T15:16:11.898Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2592026-06-09T15:16:12.277Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2602026-06-09T15:16:12.777Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2612026-06-09T15:16:13.159Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2622026-06-09T15:16:13.510Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2632026-06-09T15:16:13.798Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2642026-06-09T15:16:14.081Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2652026-06-09T15:16:14.561Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2662026-06-09T15:16:15.127Z Updating git repository `https://github.com/oxidecomputer/erebor`
2672026-06-09T15:16:15.576Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2682026-06-09T15:16:16.036Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2692026-06-09T15:16:16.693Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2702026-06-09T15:16:17.744Z Updating git repository `https://github.com/oxidecomputer/ispf`
2712026-06-09T15:16:18.974Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2722026-06-09T15:16:19.293Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2732026-06-09T15:16:20.163Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2742026-06-09T15:16:20.639Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2752026-06-09T15:16:20.933Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2762026-06-09T15:16:21.722Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2772026-06-09T15:16:22.100Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2782026-06-09T15:16:22.451Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2792026-06-09T15:16:22.888Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2802026-06-09T15:16:23.508Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2812026-06-09T15:16:23.820Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2822026-06-09T15:16:24.124Z Updating git repository `https://github.com/illumos/smf-rs`
2832026-06-09T15:16:24.551Z Updating git repository `https://github.com/oxidecomputer/omicron`
2842026-06-09T15:16:39.618Z Downloading crates ...
2852026-06-09T15:16:39.680Z Downloaded anstyle-query v1.1.5
2862026-06-09T15:16:39.683Z Downloaded anstyle-parse v1.0.0
2872026-06-09T15:16:39.683Z Downloaded anstream v1.0.0
2882026-06-09T15:16:39.687Z Downloaded anstyle v1.0.14
2892026-06-09T15:16:39.687Z Downloaded camino-tempfile v1.4.1
2902026-06-09T15:16:39.687Z Downloaded usdt-macro v0.5.0
2912026-06-09T15:16:39.690Z Downloaded zerofrom-derive v0.1.6
2922026-06-09T15:16:39.690Z Downloaded generic-array v0.14.7
2932026-06-09T15:16:39.693Z Downloaded litemap v0.8.1
2942026-06-09T15:16:39.693Z Downloaded utf8parse v0.2.2
2952026-06-09T15:16:39.697Z Downloaded getrandom v0.4.1
2962026-06-09T15:16:39.700Z Downloaded toml_write v0.1.2
2972026-06-09T15:16:39.703Z Downloaded unicode-xid v0.2.6
2982026-06-09T15:16:39.703Z Downloaded unicode-linebreak v0.1.5
2992026-06-09T15:16:39.706Z Downloaded heck v0.4.1
3002026-06-09T15:16:39.709Z Downloaded equivalent v1.0.2
3012026-06-09T15:16:39.709Z Downloaded zerofrom v0.1.6
3022026-06-09T15:16:39.709Z Downloaded yoke-derive v0.8.1
3032026-06-09T15:16:39.715Z Downloaded usdt-attr-macro v0.5.0
3042026-06-09T15:16:39.718Z Downloaded fs-err v3.3.0
3052026-06-09T15:16:39.720Z Downloaded icu_properties v2.1.2
3062026-06-09T15:16:39.723Z Downloaded heck v0.5.0
3072026-06-09T15:16:39.723Z Downloaded usdt v0.5.0
3082026-06-09T15:16:39.723Z Downloaded version_check v0.9.5
3092026-06-09T15:16:39.726Z Downloaded thread-id v4.2.2
3102026-06-09T15:16:39.726Z Downloaded toml_datetime v0.6.11
3112026-06-09T15:16:39.731Z Downloaded potential_utf v0.1.4
3122026-06-09T15:16:39.734Z Downloaded once_cell v1.21.3
3132026-06-09T15:16:39.734Z Downloaded thiserror-impl v1.0.69
3142026-06-09T15:16:39.737Z Downloaded macaddr v1.0.1
3152026-06-09T15:16:39.740Z Downloaded usdt-impl v0.5.0
3162026-06-09T15:16:39.740Z Downloaded itoa v1.0.17
3172026-06-09T15:16:39.740Z Downloaded thiserror v1.0.69
3182026-06-09T15:16:39.743Z Downloaded utf8_iter v1.0.4
3192026-06-09T15:16:39.746Z Downloaded yoke v0.8.1
3202026-06-09T15:16:39.749Z Downloaded dof v0.3.0
3212026-06-09T15:16:39.749Z Downloaded errno v0.3.14
3222026-06-09T15:16:39.749Z Downloaded cargo-platform v0.2.0
3232026-06-09T15:16:39.752Z Downloaded zerovec-derive v0.11.2
3242026-06-09T15:16:39.755Z Downloaded zerocopy-derive v0.7.35
3252026-06-09T15:16:39.758Z Downloaded form_urlencoded v1.2.2
3262026-06-09T15:16:39.758Z Downloaded fnv v1.0.7
3272026-06-09T15:16:39.758Z Downloaded typeid v1.0.3
3282026-06-09T15:16:39.758Z Downloaded tinystr v0.8.2
3292026-06-09T15:16:39.761Z Downloaded thiserror-impl v2.0.18
3302026-06-09T15:16:39.761Z Downloaded zmij v1.0.21
3312026-06-09T15:16:39.764Z Downloaded toml v0.8.23
3322026-06-09T15:16:39.764Z Downloaded tabled_derive v0.7.0
3332026-06-09T15:16:39.764Z Downloaded proc-macro-error-attr v1.0.4
3342026-06-09T15:16:39.766Z Downloaded colorchoice v1.0.4
3352026-06-09T15:16:39.769Z Downloaded ucd-trie v0.1.7
3362026-06-09T15:16:39.769Z Downloaded thiserror v2.0.18
3372026-06-09T15:16:39.772Z Downloaded unicode-ident v1.0.24
3382026-06-09T15:16:39.775Z Downloaded writeable v0.6.2
3392026-06-09T15:16:39.775Z Downloaded textwrap v0.16.2
3402026-06-09T15:16:39.775Z Downloaded terminal_size v0.4.3
3412026-06-09T15:16:39.778Z Downloaded scroll_derive v0.12.1
3422026-06-09T15:16:39.778Z Downloaded plain v0.2.3
3432026-06-09T15:16:39.778Z Downloaded block-buffer v0.10.4
3442026-06-09T15:16:39.782Z Downloaded toml_edit v0.22.27
3452026-06-09T15:16:39.785Z Downloaded percent-encoding v2.3.2
3462026-06-09T15:16:39.785Z Downloaded memmap v0.7.0
3472026-06-09T15:16:39.788Z Downloaded is_terminal_polyfill v1.70.2
3482026-06-09T15:16:39.788Z Downloaded dtrace-parser v0.2.0
3492026-06-09T15:16:39.788Z Downloaded crypto-common v0.1.7
3502026-06-09T15:16:39.791Z Downloaded zerotrie v0.2.3
3512026-06-09T15:16:39.791Z Downloaded zerocopy v0.7.35
3522026-06-09T15:16:39.798Z Downloaded swrite v0.1.0
3532026-06-09T15:16:39.801Z Downloaded ordered-float v2.10.1
3542026-06-09T15:16:39.801Z Downloaded url v2.5.8
3552026-06-09T15:16:39.804Z Downloaded camino v1.2.2
3562026-06-09T15:16:39.804Z Downloaded bitflags v2.11.0
3572026-06-09T15:16:39.807Z Downloaded serde-value v0.7.0
3582026-06-09T15:16:39.807Z Downloaded icu_locale_core v2.1.1
3592026-06-09T15:16:39.810Z Downloaded zerovec v0.11.5
3602026-06-09T15:16:39.813Z Downloaded serde_spanned v0.6.9
3612026-06-09T15:16:39.813Z Downloaded clap_lex v1.0.0
3622026-06-09T15:16:39.813Z Downloaded smawk v0.3.2
3632026-06-09T15:16:39.813Z Downloaded pretty-hex v0.4.1
3642026-06-09T15:16:39.816Z Downloaded stable_deref_trait v1.2.1
3652026-06-09T15:16:39.816Z Downloaded idna_adapter v1.2.1
3662026-06-09T15:16:39.816Z Downloaded cfg-if v1.0.4
3672026-06-09T15:16:39.816Z Downloaded fastrand v2.3.0
3682026-06-09T15:16:39.816Z Downloaded strsim v0.11.1
3692026-06-09T15:16:39.819Z Downloaded typenum v1.19.0
3702026-06-09T15:16:39.819Z Downloaded winnow v0.7.14
3712026-06-09T15:16:39.823Z Downloaded unicode-width v0.1.14
3722026-06-09T15:16:39.826Z Downloaded proc-macro-error v1.0.4
3732026-06-09T15:16:39.829Z Downloaded autocfg v1.5.0
3742026-06-09T15:16:39.829Z Downloaded unicode-width v0.2.0
3752026-06-09T15:16:39.833Z Downloaded scroll v0.12.0
3762026-06-09T15:16:39.835Z Downloaded digest v0.10.7
3772026-06-09T15:16:39.835Z Downloaded icu_normalizer v2.1.1
3782026-06-09T15:16:39.838Z Downloaded cargo_metadata v0.21.0
3792026-06-09T15:16:39.838Z Downloaded cpufeatures v0.2.17
3802026-06-09T15:16:39.838Z Downloaded synstructure v0.13.2
3812026-06-09T15:16:39.841Z Downloaded serde_tokenstream v0.2.3
3822026-06-09T15:16:39.845Z Downloaded cargo_toml v0.21.0
3832026-06-09T15:16:39.848Z Downloaded erased-serde v0.4.9
3842026-06-09T15:16:39.853Z Downloaded semver v1.0.28
3852026-06-09T15:16:39.860Z Downloaded bytecount v0.6.9
3862026-06-09T15:16:39.867Z Downloaded quote v1.0.45
3872026-06-09T15:16:39.870Z Downloaded icu_collections v2.1.1
3882026-06-09T15:16:39.873Z Downloaded anyhow v1.0.102
3892026-06-09T15:16:39.876Z Downloaded sha2 v0.10.9
3902026-06-09T15:16:39.879Z Downloaded pest_generator v2.8.6
3912026-06-09T15:16:39.879Z Downloaded displaydoc v0.2.5
3922026-06-09T15:16:39.882Z Downloaded clap_derive v4.6.1
3932026-06-09T15:16:39.882Z Downloaded serde-untagged v0.1.9
3942026-06-09T15:16:39.882Z Downloaded pest_derive v2.8.6
3952026-06-09T15:16:39.885Z Downloaded smallvec v1.15.1
3962026-06-09T15:16:39.885Z Downloaded serde_derive v1.0.228
3972026-06-09T15:16:39.885Z Downloaded cargo-util-schemas v0.8.2
3982026-06-09T15:16:39.888Z Downloaded proc-macro2 v1.0.106
3992026-06-09T15:16:39.907Z Downloaded tempfile v3.25.0
4002026-06-09T15:16:39.910Z Downloaded icu_provider v2.1.1
4012026-06-09T15:16:39.913Z Downloaded byteorder v1.5.0
4022026-06-09T15:16:39.916Z Downloaded num-traits v0.2.19
4032026-06-09T15:16:39.923Z Downloaded log v0.4.29
4042026-06-09T15:16:39.933Z Downloaded clap v4.6.1
4052026-06-09T15:16:39.939Z Downloaded idna v1.1.0
4062026-06-09T15:16:39.942Z Downloaded icu_normalizer_data v2.1.1
4072026-06-09T15:16:39.945Z Downloaded papergrid v0.11.0
4082026-06-09T15:16:39.948Z Downloaded pest_meta v2.8.6
4092026-06-09T15:16:39.948Z Downloaded serde_core v1.0.228
4102026-06-09T15:16:39.951Z Downloaded hashbrown v0.17.0
4112026-06-09T15:16:39.955Z Downloaded serde v1.0.228
4122026-06-09T15:16:39.958Z Downloaded memchr v2.8.0
4132026-06-09T15:16:39.961Z Downloaded indexmap v2.14.0
4142026-06-09T15:16:39.966Z Downloaded icu_properties_data v2.1.2
4152026-06-09T15:16:39.978Z Downloaded pest v2.8.6
4162026-06-09T15:16:39.997Z Downloaded serde_json v1.0.149
4172026-06-09T15:16:40.004Z Downloaded clap_builder v4.6.0
4182026-06-09T15:16:40.019Z Downloaded goblin v0.8.2
4192026-06-09T15:16:40.026Z Downloaded tabled v0.15.0
4202026-06-09T15:16:40.036Z Downloaded syn v1.0.109
4212026-06-09T15:16:40.048Z Downloaded syn v2.0.117
4222026-06-09T15:16:40.066Z Downloaded rustix v1.1.3
4232026-06-09T15:16:40.095Z Downloaded libc v0.2.185
4242026-06-09T15:16:40.163Z Compiling proc-macro2 v1.0.106
4252026-06-09T15:16:40.166Z Compiling quote v1.0.45
4262026-06-09T15:16:40.166Z Compiling unicode-ident v1.0.24
4272026-06-09T15:16:40.166Z Compiling serde_core v1.0.228
4282026-06-09T15:16:40.166Z Compiling libc v0.2.185
4292026-06-09T15:16:40.166Z Compiling version_check v0.9.5
4302026-06-09T15:16:40.166Z Compiling serde v1.0.228
4312026-06-09T15:16:40.166Z Compiling memchr v2.8.0
4322026-06-09T15:16:40.503Z Compiling stable_deref_trait v1.2.1
4332026-06-09T15:16:40.579Z Compiling zmij v1.0.21
4342026-06-09T15:16:40.681Z Compiling itoa v1.0.17
4352026-06-09T15:16:40.782Z Compiling thiserror v1.0.69
4362026-06-09T15:16:40.866Z Compiling autocfg v1.5.0
4372026-06-09T15:16:41.009Z Compiling ucd-trie v0.1.7
4382026-06-09T15:16:41.088Z Compiling litemap v0.8.1
4392026-06-09T15:16:41.155Z Compiling pest v2.8.6
4402026-06-09T15:16:41.187Z Compiling writeable v0.6.2
4412026-06-09T15:16:41.285Z Compiling rustix v1.1.3
4422026-06-09T15:16:41.300Z Compiling byteorder v1.5.0
4432026-06-09T15:16:41.376Z Compiling icu_normalizer_data v2.1.1
4442026-06-09T15:16:41.560Z Compiling icu_properties_data v2.1.2
4452026-06-09T15:16:41.657Z Compiling errno v0.3.14
4462026-06-09T15:16:41.702Z Compiling serde_json v1.0.149
4472026-06-09T15:16:41.793Z Compiling syn v2.0.117
4482026-06-09T15:16:41.877Z Compiling bitflags v2.11.0
4492026-06-09T15:16:41.966Z Compiling num-traits v0.2.19
4502026-06-09T15:16:42.009Z Compiling hashbrown v0.17.0
4512026-06-09T15:16:42.106Z Compiling typeid v1.0.3
4522026-06-09T15:16:42.151Z Compiling equivalent v1.0.2
4532026-06-09T15:16:42.242Z Compiling pest_meta v2.8.6
4542026-06-09T15:16:42.420Z Compiling smallvec v1.15.1
4552026-06-09T15:16:42.590Z Compiling indexmap v2.14.0
4562026-06-09T15:16:42.656Z Compiling thread-id v4.2.2
4572026-06-09T15:16:42.679Z Compiling proc-macro-error-attr v1.0.4
4582026-06-09T15:16:42.736Z Compiling usdt-impl v0.5.0
4592026-06-09T15:16:42.806Z Compiling syn v1.0.109
4602026-06-09T15:16:42.861Z Compiling winnow v0.7.14
4612026-06-09T15:16:42.956Z Compiling erased-serde v0.4.9
4622026-06-09T15:16:43.117Z Compiling toml_write v0.1.2
4632026-06-09T15:16:43.337Z Compiling proc-macro-error v1.0.4
4642026-06-09T15:16:43.406Z Compiling utf8parse v0.2.2
4652026-06-09T15:16:43.523Z Compiling utf8_iter v1.0.4
4662026-06-09T15:16:43.523Z Compiling camino v1.2.2
4672026-06-09T15:16:43.675Z Compiling thiserror v2.0.18
4682026-06-09T15:16:43.855Z Compiling log v0.4.29
4692026-06-09T15:16:43.884Z Compiling percent-encoding v2.3.2
4702026-06-09T15:16:43.907Z Compiling plain v0.2.3
4712026-06-09T15:16:44.007Z Compiling getrandom v0.4.1
4722026-06-09T15:16:44.024Z Compiling form_urlencoded v1.2.2
4732026-06-09T15:16:44.129Z Compiling ordered-float v2.10.1
4742026-06-09T15:16:44.203Z Compiling anstyle-parse v1.0.0
4752026-06-09T15:16:44.346Z Compiling terminal_size v0.4.3
4762026-06-09T15:16:44.382Z Compiling colorchoice v1.0.4
4772026-06-09T15:16:44.413Z Compiling synstructure v0.13.2
4782026-06-09T15:16:44.485Z Compiling pest_generator v2.8.6
4792026-06-09T15:16:44.517Z Compiling pretty-hex v0.4.1
4802026-06-09T15:16:44.592Z Compiling anstyle v1.0.14
4812026-06-09T15:16:44.639Z Compiling anstyle-query v1.1.5
4822026-06-09T15:16:44.661Z Compiling is_terminal_polyfill v1.70.2
4832026-06-09T15:16:44.698Z Compiling cfg-if v1.0.4
4842026-06-09T15:16:44.782Z Compiling anstream v1.0.0
4852026-06-09T15:16:44.815Z Compiling serde-untagged v0.1.9
4862026-06-09T15:16:44.961Z Compiling semver v1.0.28
4872026-06-09T15:16:45.058Z Compiling fs-err v3.3.0
4882026-06-09T15:16:45.108Z Compiling anyhow v1.0.102
4892026-06-09T15:16:45.203Z Compiling fnv v1.0.7
4902026-06-09T15:16:45.247Z Compiling heck v0.5.0
4912026-06-09T15:16:45.282Z Compiling unicode-xid v0.2.6
4922026-06-09T15:16:45.306Z Compiling heck v0.4.1
4932026-06-09T15:16:45.327Z Compiling clap_lex v1.0.0
4942026-06-09T15:16:45.406Z Compiling fastrand v2.3.0
4952026-06-09T15:16:45.422Z Compiling bytecount v0.6.9
4962026-06-09T15:16:45.532Z Compiling once_cell v1.21.3
4972026-06-09T15:16:45.556Z Compiling unicode-width v0.1.14
4982026-06-09T15:16:45.559Z Compiling strsim v0.11.1
4992026-06-09T15:16:45.746Z Compiling clap_builder v4.6.0
5002026-06-09T15:16:45.793Z Compiling papergrid v0.11.0
5012026-06-09T15:16:45.831Z Compiling tempfile v3.25.0
5022026-06-09T15:16:45.912Z Compiling memmap v0.7.0
5032026-06-09T15:16:45.996Z Compiling unicode-linebreak v0.1.5
5042026-06-09T15:16:46.076Z Compiling serde_derive v1.0.228
5052026-06-09T15:16:46.098Z Compiling zerofrom-derive v0.1.6
5062026-06-09T15:16:46.204Z Compiling yoke-derive v0.8.1
5072026-06-09T15:16:46.239Z Compiling zerovec-derive v0.11.2
5082026-06-09T15:16:46.370Z Compiling displaydoc v0.2.5
5092026-06-09T15:16:47.175Z Compiling thiserror-impl v1.0.69
5102026-06-09T15:16:47.244Z Compiling zerocopy-derive v0.7.35
5112026-06-09T15:16:47.356Z Compiling pest_derive v2.8.6
5122026-06-09T15:16:47.374Z Compiling scroll_derive v0.12.1
5132026-06-09T15:16:47.486Z Compiling zerofrom v0.1.6
5142026-06-09T15:16:47.622Z Compiling yoke v0.8.1
5152026-06-09T15:16:47.784Z Compiling thiserror-impl v2.0.18
5162026-06-09T15:16:47.820Z Compiling zerovec v0.11.5
5172026-06-09T15:16:48.039Z Compiling zerotrie v0.2.3
5182026-06-09T15:16:48.109Z Compiling zerocopy v0.7.35
5192026-06-09T15:16:48.339Z Compiling tinystr v0.8.2
5202026-06-09T15:16:48.344Z Compiling potential_utf v0.1.4
5212026-06-09T15:16:48.510Z Compiling icu_collections v2.1.1
5222026-06-09T15:16:48.565Z Compiling icu_locale_core v2.1.1
5232026-06-09T15:16:48.581Z Compiling dtrace-parser v0.2.0
5242026-06-09T15:16:48.667Z Compiling scroll v0.12.0
5252026-06-09T15:16:48.816Z Compiling tabled_derive v0.7.0
5262026-06-09T15:16:48.937Z Compiling goblin v0.8.2
5272026-06-09T15:16:48.953Z Compiling clap_derive v4.6.1
5282026-06-09T15:16:48.985Z Compiling unicode-width v0.2.0
5292026-06-09T15:16:49.269Z Compiling icu_provider v2.1.1
5302026-06-09T15:16:49.432Z Compiling smawk v0.3.2
5312026-06-09T15:16:49.454Z Compiling camino-tempfile v1.4.1
5322026-06-09T15:16:49.561Z Compiling icu_normalizer v2.1.1
5332026-06-09T15:16:49.578Z Compiling icu_properties v2.1.2
5342026-06-09T15:16:49.581Z Compiling serde_spanned v0.6.9
5352026-06-09T15:16:49.637Z Compiling toml_datetime v0.6.11
5362026-06-09T15:16:49.684Z Compiling dof v0.3.0
5372026-06-09T15:16:49.717Z Compiling serde_tokenstream v0.2.3
5382026-06-09T15:16:49.738Z Compiling serde-value v0.7.0
5392026-06-09T15:16:49.902Z Compiling toml_edit v0.22.27
5402026-06-09T15:16:50.065Z Compiling cargo-platform v0.2.0
5412026-06-09T15:16:50.097Z Compiling tabled v0.15.0
5422026-06-09T15:16:50.113Z Compiling textwrap v0.16.2
5432026-06-09T15:16:50.335Z Compiling macaddr v1.0.1
5442026-06-09T15:16:50.562Z Compiling idna_adapter v1.2.1
5452026-06-09T15:16:50.638Z Compiling usdt-attr-macro v0.5.0
5462026-06-09T15:16:50.661Z Compiling usdt-macro v0.5.0
5472026-06-09T15:16:50.695Z Compiling idna v1.1.0
5482026-06-09T15:16:50.711Z Compiling clap v4.6.1
5492026-06-09T15:16:50.874Z Compiling swrite v0.1.0
5502026-06-09T15:16:50.976Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5512026-06-09T15:16:51.236Z Compiling url v2.5.8
5522026-06-09T15:16:51.296Z Compiling toml v0.8.23
5532026-06-09T15:16:51.661Z Compiling cargo_toml v0.21.0
5542026-06-09T15:16:51.921Z Compiling cargo-util-schemas v0.8.2
5552026-06-09T15:16:51.940Z Compiling usdt v0.5.0
5562026-06-09T15:16:52.790Z Compiling cargo_metadata v0.21.0
5572026-06-09T15:16:53.703Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5582026-06-09T15:16:55.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 58.06s
5592026-06-09T15:16:56.009Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5602026-06-09T15:16:56.568Z Downloading crates ...
5612026-06-09T15:16:56.659Z Downloaded adler2 v2.0.1
5622026-06-09T15:16:56.676Z Downloaded crc-any v2.5.0
5632026-06-09T15:16:56.679Z Downloaded daft v0.1.7
5642026-06-09T15:16:56.683Z Downloaded backon v1.6.0
5652026-06-09T15:16:56.687Z Downloaded curve25519-dalek-derive v0.1.1
5662026-06-09T15:16:56.690Z Downloaded dyn-clone v1.0.20
5672026-06-09T15:16:56.693Z Downloaded atty v0.2.14
5682026-06-09T15:16:56.693Z Downloaded async-trait v0.1.89
5692026-06-09T15:16:56.696Z Downloaded atomic-waker v1.1.2
5702026-06-09T15:16:56.699Z Downloaded env_filter v1.0.0
5712026-06-09T15:16:56.699Z Downloaded debug-ignore v1.0.5
5722026-06-09T15:16:56.699Z Downloaded async-stream v0.3.6
5732026-06-09T15:16:56.702Z Downloaded ciborium v0.2.2
5742026-06-09T15:16:56.705Z Downloaded darling_macro v0.23.0
5752026-06-09T15:16:56.705Z Downloaded crc8 v0.1.1
5762026-06-09T15:16:56.708Z Downloaded bb8 v0.8.6
5772026-06-09T15:16:56.708Z Downloaded convert_case v0.10.0
5782026-06-09T15:16:56.711Z Downloaded env_logger v0.11.9
5792026-06-09T15:16:56.714Z Downloaded derive_builder_core v0.20.2
5802026-06-09T15:16:56.714Z Downloaded either v1.15.0
5812026-06-09T15:16:56.714Z Downloaded ed25519 v2.2.3
5822026-06-09T15:16:56.718Z Downloaded float-cmp v0.10.0
5832026-06-09T15:16:56.718Z Downloaded dirs-sys-next v0.1.2
5842026-06-09T15:16:56.721Z Downloaded difflib v0.4.0
5852026-06-09T15:16:56.721Z Downloaded data-encoding v2.10.0
5862026-06-09T15:16:56.721Z Downloaded cc v1.2.56
5872026-06-09T15:16:56.724Z Downloaded async-bb8-diesel v0.2.1
5882026-06-09T15:16:56.727Z Downloaded crossbeam-deque v0.8.6
5892026-06-09T15:16:56.727Z Downloaded diff v0.1.13
5902026-06-09T15:16:56.730Z Downloaded castaway v0.2.4
5912026-06-09T15:16:56.730Z Downloaded cpufeatures v0.3.0
5922026-06-09T15:16:56.733Z Downloaded document-features v0.2.12
5932026-06-09T15:16:56.733Z Downloaded crucible-workspace-hack v0.1.0
5942026-06-09T15:16:56.733Z Downloaded aead v0.5.2
5952026-06-09T15:16:56.735Z Downloaded atomicwrites v0.4.4
5962026-06-09T15:16:56.735Z Downloaded endian-type v0.1.2
5972026-06-09T15:16:56.735Z Downloaded fallible-iterator v0.2.0
5982026-06-09T15:16:56.739Z Downloaded crossbeam-utils v0.8.21
5992026-06-09T15:16:56.739Z Downloaded bitflags v1.3.2
6002026-06-09T15:16:56.742Z Downloaded dtrace-parser v0.3.0
6012026-06-09T15:16:56.742Z Downloaded backoff v0.4.0
6022026-06-09T15:16:56.745Z Downloaded dof v0.4.0
6032026-06-09T15:16:56.745Z Downloaded assert_matches v1.5.0
6042026-06-09T15:16:56.745Z Downloaded crc v3.4.0
6052026-06-09T15:16:56.748Z Downloaded bit-set v0.8.0
6062026-06-09T15:16:56.748Z Downloaded derive_builder_macro v0.20.2
6072026-06-09T15:16:56.748Z Downloaded convert_case v0.4.0
6082026-06-09T15:16:56.750Z Downloaded csv-core v0.1.13
6092026-06-09T15:16:56.751Z Downloaded des v0.8.1
6102026-06-09T15:16:56.754Z Downloaded block-padding v0.3.3
6112026-06-09T15:16:56.754Z Downloaded bitfield-macros v0.19.4
6122026-06-09T15:16:56.754Z Downloaded compression-core v0.4.31
6132026-06-09T15:16:56.754Z Downloaded cobs v0.3.0
6142026-06-09T15:16:56.757Z Downloaded defmt v0.3.100
6152026-06-09T15:16:56.757Z Downloaded downcast-rs v2.0.2
6162026-06-09T15:16:56.757Z Downloaded float-ord v0.3.2
6172026-06-09T15:16:56.760Z Downloaded dunce v1.0.5
6182026-06-09T15:16:56.760Z Downloaded diesel_table_macro_syntax v0.3.0
6192026-06-09T15:16:56.760Z Downloaded fixedbitset v0.4.2
6202026-06-09T15:16:56.760Z Downloaded crunchy v0.2.4
6212026-06-09T15:16:56.763Z Downloaded ciborium-io v0.2.2
6222026-06-09T15:16:56.763Z Downloaded ciborium-ll v0.2.2
6232026-06-09T15:16:56.763Z Downloaded async-recursion v1.1.1
6242026-06-09T15:16:56.766Z Downloaded embedded-io v0.4.0
6252026-06-09T15:16:56.766Z Downloaded bit-set v0.5.3
6262026-06-09T15:16:56.769Z Downloaded elliptic-curve v0.13.8
6272026-06-09T15:16:56.772Z Downloaded cassowary v0.3.0
6282026-06-09T15:16:56.772Z Downloaded bitfield-struct v0.6.2
6292026-06-09T15:16:56.772Z Downloaded dropshot-api-manager-types v0.7.2
6302026-06-09T15:16:56.777Z Downloaded embedded-io v0.6.1
6312026-06-09T15:16:56.780Z Downloaded ascii-canvas v3.0.0
6322026-06-09T15:16:56.781Z Downloaded fixedbitset v0.5.7
6332026-06-09T15:16:56.781Z Downloaded ff v0.13.1
6342026-06-09T15:16:56.783Z Downloaded cfg_aliases v0.2.1
6352026-06-09T15:16:56.783Z Downloaded diesel-dtrace v0.5.0
6362026-06-09T15:16:56.784Z Downloaded bcs v0.1.6
6372026-06-09T15:16:56.786Z Downloaded base64ct v1.8.3
6382026-06-09T15:16:56.787Z Downloaded dsl_auto_type v0.2.0
6392026-06-09T15:16:56.789Z Downloaded flagset v0.4.7
6402026-06-09T15:16:56.790Z Downloaded dirs-next v2.0.0
6412026-06-09T15:16:56.793Z Downloaded cstr-argument v0.1.2
6422026-06-09T15:16:56.793Z Downloaded arrayref v0.3.9
6432026-06-09T15:16:56.793Z Downloaded futures-core v0.3.32
6442026-06-09T15:16:56.793Z Downloaded enum-as-inner v0.6.1
6452026-06-09T15:16:56.796Z Downloaded fd-lock v4.0.4
6462026-06-09T15:16:56.796Z Downloaded darling_macro v0.21.3
6472026-06-09T15:16:56.798Z Downloaded cargo-platform v0.3.2
6482026-06-09T15:16:56.799Z Downloaded base16ct v0.2.0
6492026-06-09T15:16:56.801Z Downloaded defmt-parser v1.0.0
6502026-06-09T15:16:56.801Z Downloaded crc-catalog v2.4.0
6512026-06-09T15:16:56.801Z Downloaded async-stream-impl v0.3.6
6522026-06-09T15:16:56.802Z Downloaded foreign-types v0.5.0
6532026-06-09T15:16:56.805Z Downloaded foreign-types-shared v0.3.1
6542026-06-09T15:16:56.805Z Downloaded foreign-types-shared v0.1.1
6552026-06-09T15:16:56.805Z Downloaded array-init v0.0.4
6562026-06-09T15:16:56.805Z Downloaded allocator-api2 v0.2.21
6572026-06-09T15:16:56.808Z Downloaded foreign-types v0.3.2
6582026-06-09T15:16:56.808Z Downloaded cfg_aliases v0.1.1
6592026-06-09T15:16:56.811Z Downloaded darling_macro v0.20.11
6602026-06-09T15:16:56.811Z Downloaded foreign-types-macros v0.2.3
6612026-06-09T15:16:56.811Z Downloaded ghash v0.5.1
6622026-06-09T15:16:56.811Z Downloaded der_derive v0.7.3
6632026-06-09T15:16:56.817Z Downloaded futures-task v0.3.32
6642026-06-09T15:16:56.820Z Downloaded futures-macro v0.3.32
6652026-06-09T15:16:56.820Z Downloaded compression-codecs v0.4.37
6662026-06-09T15:16:56.821Z Downloaded globwalk v0.9.1
6672026-06-09T15:16:56.821Z Downloaded funty v2.0.0
6682026-06-09T15:16:56.821Z Downloaded erased-serde v0.3.31
6692026-06-09T15:16:56.821Z Downloaded defmt-macros v1.0.1
6702026-06-09T15:16:56.824Z Downloaded darling v0.13.4
6712026-06-09T15:16:56.824Z Downloaded gethostname v0.5.0
6722026-06-09T15:16:56.827Z Downloaded crc32fast v1.5.0
6732026-06-09T15:16:56.827Z Downloaded cexpr v0.6.0
6742026-06-09T15:16:56.830Z Downloaded camino-tempfile-ext v0.3.3
6752026-06-09T15:16:56.830Z Downloaded bit-vec v0.8.0
6762026-06-09T15:16:56.833Z Downloaded anstyle-parse v0.2.7
6772026-06-09T15:16:56.833Z Downloaded git-stub v1.0.0
6782026-06-09T15:16:56.836Z Downloaded fxhash v0.2.1
6792026-06-09T15:16:56.836Z Downloaded anstream v0.6.21
6802026-06-09T15:16:56.836Z Downloaded ctr v0.9.2
6812026-06-09T15:16:56.838Z Downloaded futures-io v0.3.32
6822026-06-09T15:16:56.838Z Downloaded const_format_proc_macros v0.2.34
6832026-06-09T15:16:56.841Z Downloaded hex v0.4.3
6842026-06-09T15:16:56.841Z Downloaded hostname v0.4.2
6852026-06-09T15:16:56.844Z Downloaded corncobs v0.1.4
6862026-06-09T15:16:56.844Z Downloaded cookie_store v0.22.1
6872026-06-09T15:16:56.844Z Downloaded chacha20poly1305 v0.10.1
6882026-06-09T15:16:56.849Z Downloaded http-body v1.0.1
6892026-06-09T15:16:56.849Z Downloaded hash32 v0.3.1
6902026-06-09T15:16:56.852Z Downloaded filetime v0.2.27
6912026-06-09T15:16:56.852Z Downloaded futures-sink v0.3.32
6922026-06-09T15:16:56.852Z Downloaded derive-ex v0.1.8
6932026-06-09T15:16:56.852Z Downloaded chacha20 v0.9.1
6942026-06-09T15:16:56.852Z Downloaded byte-wrapper v0.1.0
6952026-06-09T15:16:56.857Z Downloaded constant_time_eq v0.4.2
6962026-06-09T15:16:56.857Z Downloaded display-error-chain v0.2.2
6972026-06-09T15:16:56.857Z Downloaded cmake v0.1.57
6982026-06-09T15:16:56.857Z Downloaded find-msvc-tools v0.1.9
6992026-06-09T15:16:56.860Z Downloaded ena v0.14.4
7002026-06-09T15:16:56.860Z Downloaded ecdsa v0.16.9
7012026-06-09T15:16:56.864Z Downloaded fs_extra v1.3.0
7022026-06-09T15:16:56.864Z Downloaded fs-err v2.11.0
7032026-06-09T15:16:56.864Z Downloaded bitfield v0.19.4
7042026-06-09T15:16:56.867Z Downloaded globset v0.4.18
7052026-06-09T15:16:56.867Z Downloaded foldhash v0.2.0
7062026-06-09T15:16:56.867Z Downloaded hostname v0.3.1
7072026-06-09T15:16:56.867Z Downloaded cbc v0.1.2
7082026-06-09T15:16:56.870Z Downloaded hubpack_derive v0.1.1
7092026-06-09T15:16:56.870Z Downloaded hubpack v0.1.2
7102026-06-09T15:16:56.870Z Downloaded http-range v0.1.5
7112026-06-09T15:16:56.873Z Downloaded derive_more v0.99.20
7122026-06-09T15:16:56.876Z Downloaded git-stub-vcs v0.1.0
7132026-06-09T15:16:56.876Z Downloaded darling_core v0.23.0
7142026-06-09T15:16:56.879Z Downloaded bzip2 v0.6.1
7152026-06-09T15:16:56.882Z Downloaded futures-executor v0.3.32
7162026-06-09T15:16:56.882Z Downloaded group v0.13.0
7172026-06-09T15:16:56.885Z Downloaded deranged v0.5.8
7182026-06-09T15:16:56.885Z Downloaded darling_core v0.21.3
7192026-06-09T15:16:56.888Z Downloaded const-oid v0.9.6
7202026-06-09T15:16:56.888Z Downloaded cancel-safe-futures v0.1.5
7212026-06-09T15:16:56.891Z Downloaded cookie v0.18.1
7222026-06-09T15:16:56.893Z Downloaded clang-sys v1.8.1
7232026-06-09T15:16:56.894Z Downloaded colored v3.1.1
7242026-06-09T15:16:56.896Z Downloaded internet-checksum v0.2.1
7252026-06-09T15:16:56.896Z Downloaded illumos-nvpair v0.3.0
7262026-06-09T15:16:56.896Z Downloaded hash32 v0.2.1
7272026-06-09T15:16:56.899Z Downloaded glob v0.3.3
7282026-06-09T15:16:56.899Z Downloaded ahash v0.8.12
7292026-06-09T15:16:56.902Z Downloaded critical-section v1.2.0
7302026-06-09T15:16:56.902Z Downloaded chacha20 v0.10.0
7312026-06-09T15:16:56.905Z Downloaded foldhash v0.1.5
7322026-06-09T15:16:56.905Z Downloaded console v0.15.11
7332026-06-09T15:16:56.908Z Downloaded indent_write v2.2.0
7342026-06-09T15:16:56.908Z Downloaded blake2 v0.10.6
7352026-06-09T15:16:56.911Z Downloaded instant v0.1.13
7362026-06-09T15:16:56.911Z Downloaded inout v0.1.4
7372026-06-09T15:16:56.914Z Downloaded cargo_metadata v0.23.1
7382026-06-09T15:16:56.914Z Downloaded daft-derive v0.1.7
7392026-06-09T15:16:56.917Z Downloaded is-terminal v0.4.17
7402026-06-09T15:16:56.917Z Downloaded darling v0.23.0
7412026-06-09T15:16:56.920Z Downloaded lalrpop-util v0.19.12
7422026-06-09T15:16:56.923Z Downloaded instability v0.3.11
7432026-06-09T15:16:56.923Z Downloaded indoc v1.0.9
7442026-06-09T15:16:56.926Z Downloaded illumos-nvpair-sys v0.2.0
7452026-06-09T15:16:56.927Z Downloaded darling v0.21.3
7462026-06-09T15:16:56.929Z Downloaded lru-cache v0.1.2
7472026-06-09T15:16:56.932Z Downloaded md-5 v0.10.6
7482026-06-09T15:16:56.932Z Downloaded lazy_static v1.5.0
7492026-06-09T15:16:56.932Z Downloaded kstat-rs v0.2.4
7502026-06-09T15:16:56.935Z Downloaded async-compression v0.4.41
7512026-06-09T15:16:56.938Z Downloaded linked-hash-map v0.5.6
7522026-06-09T15:16:56.938Z Downloaded http-body-util v0.1.3
7532026-06-09T15:16:56.941Z Downloaded humantime v2.3.0
7542026-06-09T15:16:56.941Z Downloaded maybe-uninit v2.0.0
7552026-06-09T15:16:56.944Z Downloaded maplit v1.0.2
7562026-06-09T15:16:56.944Z Downloaded base64 v0.22.1
7572026-06-09T15:16:56.947Z Downloaded darling_core v0.13.4
7582026-06-09T15:16:56.950Z Downloaded dropshot_endpoint v0.17.0
7592026-06-09T15:16:56.950Z Downloaded md5 v0.7.0
7602026-06-09T15:16:56.953Z Downloaded lzss v0.8.2
7612026-06-09T15:16:56.953Z Downloaded bytes v1.11.1
7622026-06-09T15:16:56.957Z Downloaded new_debug_unreachable v1.0.6
7632026-06-09T15:16:56.957Z Downloaded memoffset v0.9.1
7642026-06-09T15:16:56.960Z Downloaded multimap v0.10.1
7652026-06-09T15:16:56.960Z Downloaded arc-swap v1.8.2
7662026-06-09T15:16:56.962Z Downloaded newtype_derive v0.1.6
7672026-06-09T15:16:56.963Z Downloaded ident_case v1.0.1
7682026-06-09T15:16:56.963Z Downloaded newtype-uuid-macros v0.1.0
7692026-06-09T15:16:56.966Z Downloaded normalize-line-endings v0.3.0
7702026-06-09T15:16:56.966Z Downloaded nonempty v0.12.0
7712026-06-09T15:16:56.966Z Downloaded getrandom v0.2.17
7722026-06-09T15:16:56.969Z Downloaded impl-trait-for-tuples v0.2.3
7732026-06-09T15:16:56.972Z Downloaded httpdate v1.0.3
7742026-06-09T15:16:56.972Z Downloaded half v1.8.3
7752026-06-09T15:16:56.975Z Downloaded hyper-tls v0.6.0
7762026-06-09T15:16:56.975Z Downloaded derive-where v1.6.0
7772026-06-09T15:16:56.978Z Downloaded lru-slab v0.1.2
7782026-06-09T15:16:56.978Z Downloaded libscf-sys v1.1.0
7792026-06-09T15:16:56.978Z Downloaded keccak v0.1.6
7802026-06-09T15:16:56.978Z Downloaded is_ci v1.2.0
7812026-06-09T15:16:56.982Z Downloaded ed25519-dalek v2.2.0
7822026-06-09T15:16:56.982Z Downloaded nodrop v0.1.14
7832026-06-09T15:16:56.985Z Downloaded nibble_vec v0.1.0
7842026-06-09T15:16:56.985Z Downloaded ingot v0.1.1
7852026-06-09T15:16:56.985Z Downloaded newline-converter v0.3.0
7862026-06-09T15:16:56.985Z Downloaded mime v0.3.17
7872026-06-09T15:16:56.988Z Downloaded num_threads v0.1.7
7882026-06-09T15:16:56.988Z Downloaded num_enum_derive v0.5.11
7892026-06-09T15:16:56.988Z Downloaded num v0.4.3
7902026-06-09T15:16:56.988Z Downloaded num-derive v0.3.3
7912026-06-09T15:16:56.991Z Downloaded num-derive v0.4.2
7922026-06-09T15:16:56.991Z Downloaded libefi-sys v0.1.0
7932026-06-09T15:16:56.991Z Downloaded num-conv v0.2.0
7942026-06-09T15:16:56.994Z Downloaded num-iter v0.1.45
7952026-06-09T15:16:56.994Z Downloaded hex-literal v0.4.1
7962026-06-09T15:16:56.994Z Downloaded headers-core v0.3.0
7972026-06-09T15:16:56.994Z Downloaded base64 v0.21.7
7982026-06-09T15:16:56.997Z Downloaded olpc-cjson v0.1.4
7992026-06-09T15:16:56.997Z Downloaded managed v0.8.0
8002026-06-09T15:16:57.000Z Downloaded opaque-debug v0.3.1
8012026-06-09T15:16:57.000Z Downloaded futures-channel v0.3.32
8022026-06-09T15:16:57.000Z Downloaded fatfs v0.3.6
8032026-06-09T15:16:57.003Z Downloaded libsw v3.5.0
8042026-06-09T15:16:57.003Z Downloaded ipnetwork v0.21.1
8052026-06-09T15:16:57.006Z Downloaded drift v0.2.0
8062026-06-09T15:16:57.010Z Downloaded linear-map v1.2.0
8072026-06-09T15:16:57.013Z Downloaded openssl-probe v0.2.1
8082026-06-09T15:16:57.013Z Downloaded httparse v1.10.1
8092026-06-09T15:16:57.015Z Downloaded libsw-core v0.3.2
8102026-06-09T15:16:57.015Z Downloaded compact_str v0.8.1
8112026-06-09T15:16:57.018Z Downloaded openssl-probe v0.1.6
8122026-06-09T15:16:57.018Z Downloaded oso-derive v0.27.3
8132026-06-09T15:16:57.018Z Downloaded native-tls v0.2.18
8142026-06-09T15:16:57.022Z Downloaded multer v3.1.0
8152026-06-09T15:16:57.022Z Downloaded hyper-staticfile v0.10.1
8162026-06-09T15:16:57.025Z Downloaded iana-time-zone v0.1.65
8172026-06-09T15:16:57.025Z Downloaded hyper-rustls v0.27.7
8182026-06-09T15:16:57.028Z Downloaded openssl-macros v0.1.1
8192026-06-09T15:16:57.028Z Downloaded getrandom v0.3.4
8202026-06-09T15:16:57.030Z Downloaded flume v0.11.1
8212026-06-09T15:16:57.033Z Downloaded darling v0.20.11
8222026-06-09T15:16:57.036Z Downloaded nu-ansi-term v0.50.3
8232026-06-09T15:16:57.036Z Downloaded parse-size v1.1.0
8242026-06-09T15:16:57.039Z Downloaded nanorand v0.7.0
8252026-06-09T15:16:57.039Z Downloaded libloading v0.8.9
8262026-06-09T15:16:57.042Z Downloaded mime_guess v2.0.5
8272026-06-09T15:16:57.042Z Downloaded packed_struct_codegen v0.10.1
8282026-06-09T15:16:57.045Z Downloaded jobserver v0.1.34
8292026-06-09T15:16:57.045Z Downloaded peg-runtime v0.8.5
8302026-06-09T15:16:57.045Z Downloaded match_cfg v0.1.0
8312026-06-09T15:16:57.048Z Downloaded lock_api v0.4.14
8322026-06-09T15:16:57.048Z Downloaded ipnet v2.11.0
8332026-06-09T15:16:57.048Z Downloaded indoc v2.0.7
8342026-06-09T15:16:57.051Z Downloaded hmac v0.12.1
8352026-06-09T15:16:57.051Z Downloaded newtype-uuid v1.3.2
8362026-06-09T15:16:57.054Z Downloaded ingot-types v0.1.2
8372026-06-09T15:16:57.054Z Downloaded ingot-macros v0.1.1
8382026-06-09T15:16:57.054Z Downloaded pbkdf2 v0.12.2
8392026-06-09T15:16:57.057Z Downloaded parse-display v0.10.0
8402026-06-09T15:16:57.057Z Downloaded num_enum_derive v0.7.6
8412026-06-09T15:16:57.057Z Downloaded pbkdf2 v0.11.0
8422026-06-09T15:16:57.061Z Downloaded num-rational v0.4.2
8432026-06-09T15:16:57.061Z Downloaded highway v1.3.0
8442026-06-09T15:16:57.061Z Downloaded phf_shared v0.11.3
8452026-06-09T15:16:57.064Z Downloaded num_enum v0.5.11
8462026-06-09T15:16:57.067Z Downloaded derive_more v2.1.1
8472026-06-09T15:16:57.070Z Downloaded num_enum v0.7.6
8482026-06-09T15:16:57.088Z Downloaded predicates-tree v1.0.13
8492026-06-09T15:16:57.091Z Downloaded bumpalo v3.20.2
8502026-06-09T15:16:57.091Z Downloaded powerfmt v0.2.0
8512026-06-09T15:16:57.094Z Downloaded predicates-core v1.0.10
8522026-06-09T15:16:57.094Z Downloaded precomputed-hash v0.1.1
8532026-06-09T15:16:57.094Z Downloaded pin-utils v0.1.0
8542026-06-09T15:16:57.094Z Downloaded phf_shared v0.13.1
8552026-06-09T15:16:57.097Z Downloaded phf_shared v0.12.1
8562026-06-09T15:16:57.097Z Downloaded packed_struct v0.10.1
8572026-06-09T15:16:57.097Z Downloaded oxnet v0.1.5
8582026-06-09T15:16:57.100Z Downloaded oxide-tokio-rt v0.1.4
8592026-06-09T15:16:57.100Z Downloaded ignore v0.4.25
8602026-06-09T15:16:57.103Z Downloaded expectorate v1.2.0
8612026-06-09T15:16:57.104Z Downloaded progenitor-client v0.10.0
8622026-06-09T15:16:57.104Z Downloaded parse-display-derive v0.10.0
8632026-06-09T15:16:57.107Z Downloaded password-hash v0.4.2
8642026-06-09T15:16:57.107Z Downloaded proc-macro-crate v3.4.0
8652026-06-09T15:16:57.107Z Downloaded proc-macro-crate v1.3.1
8662026-06-09T15:16:57.107Z Downloaded parking_lot_core v0.8.6
8672026-06-09T15:16:57.110Z Downloaded progenitor-client v0.11.2
8682026-06-09T15:16:57.110Z Downloaded proc-macro-error-attr2 v2.0.0
8692026-06-09T15:16:57.110Z Downloaded num-integer v0.1.46
8702026-06-09T15:16:57.113Z Downloaded heapless v0.7.17
8712026-06-09T15:16:57.113Z Downloaded progenitor-client v0.14.0
8722026-06-09T15:16:57.116Z Downloaded paste v1.0.15
8732026-06-09T15:16:57.119Z Downloaded psl-types v2.0.11
8742026-06-09T15:16:57.119Z Downloaded progenitor-macro v0.13.0
8752026-06-09T15:16:57.119Z Downloaded progenitor-macro v0.11.2
8762026-06-09T15:16:57.119Z Downloaded peg-macros v0.8.5
8772026-06-09T15:16:57.122Z Downloaded path-slash v0.1.5
8782026-06-09T15:16:57.122Z Downloaded heapless v0.8.0
8792026-06-09T15:16:57.125Z Downloaded phf v0.13.1
8802026-06-09T15:16:57.125Z Downloaded ar_archive_writer v0.5.1
8812026-06-09T15:16:57.128Z Downloaded phf v0.12.1
8822026-06-09T15:16:57.128Z Downloaded pem v3.0.6
8832026-06-09T15:16:57.128Z Downloaded progenitor-macro v0.14.0
8842026-06-09T15:16:57.131Z Downloaded quick-error v1.2.3
8852026-06-09T15:16:57.131Z Downloaded pkcs8 v0.10.2
8862026-06-09T15:16:57.134Z Downloaded pin-project-internal v1.1.11
8872026-06-09T15:16:57.134Z Downloaded peg v0.8.5
8882026-06-09T15:16:57.137Z Downloaded num-complex v0.4.6
8892026-06-09T15:16:57.137Z Downloaded crypto-bigint v0.5.5
8902026-06-09T15:16:57.141Z Downloaded predicates v3.1.4
8912026-06-09T15:16:57.144Z Downloaded rand_chacha v0.3.1
8922026-06-09T15:16:57.147Z Downloaded primeorder v0.13.6
8932026-06-09T15:16:57.147Z Downloaded ppv-lite86 v0.2.21
8942026-06-09T15:16:57.147Z Downloaded radium v0.7.0
8952026-06-09T15:16:57.150Z Downloaded libbz2-rs-sys v0.2.2
8962026-06-09T15:16:57.150Z Downloaded diesel_derives v2.3.7
8972026-06-09T15:16:57.153Z Downloaded pem-rfc7468 v0.7.0
8982026-06-09T15:16:57.156Z Downloaded pin-project-lite v0.2.17
8992026-06-09T15:16:57.159Z Downloaded recursive v0.1.1
9002026-06-09T15:16:57.162Z Downloaded ref-cast v1.0.25
9012026-06-09T15:16:57.162Z Downloaded ref-cast-impl v1.0.25
9022026-06-09T15:16:57.165Z Downloaded rand_xorshift v0.4.0
9032026-06-09T15:16:57.165Z Downloaded progenitor v0.14.0
9042026-06-09T15:16:57.165Z Downloaded proc-macro-error2 v2.0.1
9052026-06-09T15:16:57.167Z Downloaded polyval v0.6.2
9062026-06-09T15:16:57.167Z Downloaded poly1305 v0.8.0
9072026-06-09T15:16:57.170Z Downloaded recursive-proc-macro-impl v0.1.1
9082026-06-09T15:16:57.171Z Downloaded hashbrown v0.12.3
9092026-06-09T15:16:57.173Z Downloaded pkg-config v0.3.32
9102026-06-09T15:16:57.173Z Downloaded owo-colors v4.3.0
9112026-06-09T15:16:57.176Z Downloaded password-hash v0.5.0
9122026-06-09T15:16:57.176Z Downloaded progenitor-extras v0.2.0
9132026-06-09T15:16:57.180Z Downloaded progenitor-client v0.13.0
9142026-06-09T15:16:57.180Z Downloaded progenitor v0.13.0
9152026-06-09T15:16:57.180Z Downloaded hickory-resolver v0.25.2
9162026-06-09T15:16:57.182Z Downloaded parking_lot v0.12.5
9172026-06-09T15:16:57.185Z Downloaded postgres-types v0.2.12
9182026-06-09T15:16:57.185Z Downloaded progenitor v0.11.2
9192026-06-09T15:16:57.188Z Downloaded parking_lot v0.11.2
9202026-06-09T15:16:57.188Z Downloaded parking_lot_core v0.9.12
9212026-06-09T15:16:57.191Z Downloaded rustc_version v0.4.1
9222026-06-09T15:16:57.191Z Downloaded rfc6979 v0.4.0
9232026-06-09T15:16:57.191Z Downloaded indicatif v0.18.4
9242026-06-09T15:16:57.194Z Downloaded omicron-zone-package v0.12.2
9252026-06-09T15:16:57.197Z Downloaded psm v0.1.30
9262026-06-09T15:16:57.200Z Downloaded russh-cryptovec v0.7.3
9272026-06-09T15:16:57.200Z Downloaded rtoolbox v0.0.3
9282026-06-09T15:16:57.200Z Downloaded headers v0.4.1
9292026-06-09T15:16:57.203Z Downloaded rand_seeder v0.4.0
9302026-06-09T15:16:57.206Z Downloaded rustc_version v0.1.7
9312026-06-09T15:16:57.206Z Downloaded r2d2 v0.8.10
9322026-06-09T15:16:57.206Z Downloaded derive_more-impl v2.1.1
9332026-06-09T15:16:57.209Z Downloaded der v0.7.10
9342026-06-09T15:16:57.213Z Downloaded rustc-hash v2.1.1
9352026-06-09T15:16:57.216Z Downloaded rand_core v0.10.0
9362026-06-09T15:16:57.216Z Downloaded rand_core v0.6.4
9372026-06-09T15:16:57.216Z Downloaded rand_core v0.9.5
9382026-06-09T15:16:57.216Z Downloaded rand_chacha v0.9.0
9392026-06-09T15:16:57.219Z Downloaded memmap2 v0.9.10
9402026-06-09T15:16:57.219Z Downloaded indexmap v1.9.3
9412026-06-09T15:16:57.222Z Downloaded litrs v1.0.0
9422026-06-09T15:16:57.222Z Downloaded futures v0.3.32
9432026-06-09T15:16:57.225Z Downloaded pkcs5 v0.7.1
9442026-06-09T15:16:57.227Z Downloaded same-file v1.0.6
9452026-06-09T15:16:57.230Z Downloaded salsa20 v0.10.2
9462026-06-09T15:16:57.230Z Downloaded scopeguard v1.2.0
9472026-06-09T15:16:57.230Z Downloaded pkcs1 v0.7.5
9482026-06-09T15:16:57.233Z Downloaded sapling-renderdag v0.1.0
9492026-06-09T15:16:57.233Z Downloaded postgres-protocol v0.6.10
9502026-06-09T15:16:57.237Z Downloaded hickory-resolver v0.24.4
9512026-06-09T15:16:57.237Z Downloaded crossbeam-channel v0.5.15
9522026-06-09T15:16:57.240Z Downloaded p256 v0.13.2
9532026-06-09T15:16:57.243Z Downloaded scheduled-thread-pool v0.2.7
9542026-06-09T15:16:57.243Z Downloaded miniz_oxide v0.8.9
9552026-06-09T15:16:57.246Z Downloaded secrecy v0.8.0
9562026-06-09T15:16:57.246Z Downloaded semver v0.1.20
9572026-06-09T15:16:57.246Z Downloaded secrecy v0.10.3
9582026-06-09T15:16:57.249Z Downloaded oso v0.27.3
9592026-06-09T15:16:57.249Z Downloaded pin-project v1.1.11
9602026-06-09T15:16:57.255Z Downloaded scrypt v0.11.0
9612026-06-09T15:16:57.258Z Downloaded serde-big-array v0.5.1
9622026-06-09T15:16:57.258Z Downloaded seq-macro v0.3.6
9632026-06-09T15:16:57.261Z Downloaded scroll_derive v0.13.1
9642026-06-09T15:16:57.261Z Downloaded flate2 v1.1.9
9652026-06-09T15:16:57.264Z Downloaded resolv-conf v0.7.6
9662026-06-09T15:16:57.264Z Downloaded aes v0.8.4
9672026-06-09T15:16:57.267Z Downloaded shell-words v1.1.1
9682026-06-09T15:16:57.267Z Downloaded quinn-udp v0.5.14
9692026-06-09T15:16:57.270Z Downloaded openssl-sys v0.9.115
9702026-06-09T15:16:57.273Z Downloaded prefix-trie v0.7.0
9712026-06-09T15:16:57.273Z Downloaded hickory-server v0.25.2
9722026-06-09T15:16:57.276Z Downloaded rustls-native-certs v0.8.3
9732026-06-09T15:16:57.279Z Downloaded serde_repr v0.1.20
9742026-06-09T15:16:57.279Z Downloaded serde_urlencoded v0.7.1
9752026-06-09T15:16:57.279Z Downloaded rustls-pemfile v2.2.0
9762026-06-09T15:16:57.282Z Downloaded signature v2.2.0
9772026-06-09T15:16:57.282Z Downloaded signal-hook-mio v0.2.5
9782026-06-09T15:16:57.285Z Downloaded dropshot-api-manager v0.7.2
9792026-06-09T15:16:57.287Z Downloaded serde_spanned v1.0.4
9802026-06-09T15:16:57.288Z Downloaded rusty-fork v0.3.1
9812026-06-09T15:16:57.290Z Downloaded sigpipe v0.1.3
9822026-06-09T15:16:57.290Z Downloaded rustversion v1.0.22
9832026-06-09T15:16:57.294Z Downloaded serde_plain v1.0.2
9842026-06-09T15:16:57.294Z Downloaded postcard v1.1.3
9852026-06-09T15:16:57.294Z Downloaded darling_core v0.20.11
9862026-06-09T15:16:57.297Z Downloaded slog-envlogger v2.2.0
9872026-06-09T15:16:57.300Z Downloaded slog-bunyan v2.5.0
9882026-06-09T15:16:57.300Z Downloaded signal-hook-tokio v0.3.1
9892026-06-09T15:16:57.300Z Downloaded rustls-pemfile v1.0.4
9902026-06-09T15:16:57.303Z Downloaded schemars_derive v0.8.22
9912026-06-09T15:16:57.303Z Downloaded progenitor-impl v0.11.2
9922026-06-09T15:16:57.306Z Downloaded half v2.7.1
9932026-06-09T15:16:57.306Z Downloaded const_format v0.2.35
9942026-06-09T15:16:57.310Z Downloaded serde_path_to_error v0.1.20
9952026-06-09T15:16:57.313Z Downloaded serde_derive_internals v0.29.1
9962026-06-09T15:16:57.313Z Downloaded sec1 v0.7.3
9972026-06-09T15:16:57.313Z Downloaded sct v0.7.1
9982026-06-09T15:16:57.316Z Downloaded lru v0.12.5
9992026-06-09T15:16:57.316Z Downloaded defmt v1.0.1
10002026-06-09T15:16:57.319Z Downloaded siphasher v1.0.2
10012026-06-09T15:16:57.319Z Downloaded hashbrown v0.13.2
10022026-06-09T15:16:57.322Z Downloaded crossbeam-epoch v0.9.18
10032026-06-09T15:16:57.322Z Downloaded progenitor-impl v0.14.0
10042026-06-09T15:16:57.324Z Downloaded home v0.5.12
10052026-06-09T15:16:57.324Z Downloaded console v0.16.2
10062026-06-09T15:16:57.329Z Downloaded colored v2.2.0
10072026-06-09T15:16:57.329Z Downloaded buf-list v1.1.2
10082026-06-09T15:16:57.332Z Downloaded darling_macro v0.13.4
10092026-06-09T15:16:57.332Z Downloaded bzip2 v0.4.4
10102026-06-09T15:16:57.332Z Downloaded serde_bytes v0.11.19
10112026-06-09T15:16:57.332Z Downloaded scroll v0.13.0
10122026-06-09T15:16:57.335Z Downloaded cipher v0.4.4
10132026-06-09T15:16:57.335Z Downloaded blowfish v0.9.1
10142026-06-09T15:16:57.335Z Downloaded bit-vec v0.6.3
10152026-06-09T15:16:57.335Z Downloaded bcrypt-pbkdf v0.10.0
10162026-06-09T15:16:57.338Z Downloaded argon2 v0.5.3
10172026-06-09T15:16:57.338Z Downloaded http v1.4.0
10182026-06-09T15:16:57.341Z Downloaded russh-keys v0.45.0
10192026-06-09T15:16:57.341Z Downloaded rustls-pki-types v1.14.0
10202026-06-09T15:16:57.344Z Downloaded ssh-encoding v0.2.0
10212026-06-09T15:16:57.344Z Downloaded minimal-lexical v0.2.1
10222026-06-09T15:16:57.347Z Downloaded structmeta v0.3.0
10232026-06-09T15:16:57.347Z Downloaded prettyplease v0.2.37
10242026-06-09T15:16:57.350Z Downloaded strsim v0.10.0
10252026-06-09T15:16:57.353Z Downloaded papergrid v0.17.0
10262026-06-09T15:16:57.356Z Downloaded simd-adler32 v0.3.8
10272026-06-09T15:16:57.356Z Downloaded shlex v1.3.0
10282026-06-09T15:16:57.356Z Downloaded signal-hook-registry v1.4.8
10292026-06-09T15:16:57.359Z Downloaded strip-ansi-escapes v0.2.1
10302026-06-09T15:16:57.359Z Downloaded ssh-cipher v0.2.0
10312026-06-09T15:16:57.359Z Downloaded slog-scope v4.4.1
10322026-06-09T15:16:57.359Z Downloaded slog-json v2.6.1
10332026-06-09T15:16:57.362Z Downloaded slog-dtrace v0.3.0
10342026-06-09T15:16:57.362Z Downloaded sqlparser_derive v0.5.0
10352026-06-09T15:16:57.362Z Downloaded sha1 v0.10.6
10362026-06-09T15:16:57.366Z Downloaded pretty_assertions v1.4.1
10372026-06-09T15:16:57.366Z Downloaded jiff-static v0.2.21
10382026-06-09T15:16:57.368Z Downloaded hyper-util v0.1.20
10392026-06-09T15:16:57.372Z Downloaded tabwriter v1.4.1
10402026-06-09T15:16:57.372Z Downloaded sync-ptr v0.1.4
10412026-06-09T15:16:57.372Z Downloaded serde-hex v0.1.0
10422026-06-09T15:16:57.375Z Downloaded sync_wrapper v1.0.2
10432026-06-09T15:16:57.375Z Downloaded supports-color v3.0.2
10442026-06-09T15:16:57.375Z Downloaded crossterm v0.28.1
10452026-06-09T15:16:57.378Z Downloaded derive_builder v0.20.2
10462026-06-09T15:16:57.382Z Downloaded progenitor-impl v0.13.0
10472026-06-09T15:16:57.385Z Downloaded arrayvec v0.7.6
10482026-06-09T15:16:57.388Z Downloaded strum v0.27.2
10492026-06-09T15:16:57.388Z Downloaded strum v0.26.3
10502026-06-09T15:16:57.392Z Downloaded subtle v2.6.1
10512026-06-09T15:16:57.392Z Downloaded sqlformat v0.3.5
10522026-06-09T15:16:57.395Z Downloaded spki v0.7.3
10532026-06-09T15:16:57.395Z Downloaded testing_table v0.3.0
10542026-06-09T15:16:57.395Z Downloaded tagptr v0.2.0
10552026-06-09T15:16:57.395Z Downloaded tabled_derive v0.11.0
10562026-06-09T15:16:57.395Z Downloaded take_mut v0.2.2
10572026-06-09T15:16:57.399Z Downloaded aes-gcm v0.10.3
10582026-06-09T15:16:57.399Z Downloaded time-core v0.1.8
10592026-06-09T15:16:57.402Z Downloaded stacker v0.1.23
10602026-06-09T15:16:57.402Z Downloaded termtree v0.5.1
10612026-06-09T15:16:57.402Z Downloaded serde_with_macros v3.17.0
10622026-06-09T15:16:57.405Z Downloaded serde_with_macros v1.5.2
10632026-06-09T15:16:57.405Z Downloaded ron v0.8.1
10642026-06-09T15:16:57.407Z Downloaded tinyvec_macros v0.1.1
10652026-06-09T15:16:57.408Z Downloaded crossterm v0.29.0
10662026-06-09T15:16:57.412Z Downloaded tap v1.0.1
10672026-06-09T15:16:57.415Z Downloaded rcgen v0.12.1
10682026-06-09T15:16:57.415Z Downloaded snafu-derive v0.8.9
10692026-06-09T15:16:57.415Z Downloaded smallvec v0.6.14
10702026-06-09T15:16:57.418Z Downloaded slog-term v2.9.2
10712026-06-09T15:16:57.418Z Downloaded slog-stdlog v4.1.1
10722026-06-09T15:16:57.418Z Downloaded slog-async v2.8.0
10732026-06-09T15:16:57.421Z Downloaded serde_cbor v0.11.2
10742026-06-09T15:16:57.421Z Downloaded slab v0.4.12
10752026-06-09T15:16:57.425Z Downloaded thiserror-impl-no-std v2.0.2
10762026-06-09T15:16:57.428Z Downloaded mio v1.2.0
10772026-06-09T15:16:57.437Z Downloaded nom v7.1.3
10782026-06-09T15:16:57.440Z Downloaded termios v0.3.3
10792026-06-09T15:16:57.443Z Downloaded support-bundle-viewer v0.1.2
10802026-06-09T15:16:57.443Z Downloaded spin v0.9.8
10812026-06-09T15:16:57.446Z Downloaded structmeta-derive v0.3.0
10822026-06-09T15:16:57.446Z Downloaded stringprep v0.1.5
10832026-06-09T15:16:57.449Z Downloaded qorb v0.4.1
10842026-06-09T15:16:57.452Z Downloaded tokio-macros v2.7.0
10852026-06-09T15:16:57.452Z Downloaded ryu v1.0.23
10862026-06-09T15:16:57.455Z Downloaded publicsuffix v2.3.0
10872026-06-09T15:16:57.456Z Downloaded static_assertions v1.1.0
10882026-06-09T15:16:57.458Z Downloaded thiserror-no-std v2.0.2
10892026-06-09T15:16:57.459Z Downloaded strum_macros v0.27.2
10902026-06-09T15:16:57.461Z Downloaded strum_macros v0.26.4
10912026-06-09T15:16:57.461Z Downloaded strum_macros v0.24.3
10922026-06-09T15:16:57.464Z Downloaded rustls-platform-verifier v0.6.2
10932026-06-09T15:16:57.467Z Downloaded libxml v0.3.3
10942026-06-09T15:16:57.470Z Downloaded topological-sort v0.2.2
10952026-06-09T15:16:57.470Z Downloaded thread_local v1.1.9
10962026-06-09T15:16:57.470Z Downloaded num-bigint v0.4.6
10972026-06-09T15:16:57.473Z Downloaded try-lock v0.2.5
10982026-06-09T15:16:57.476Z Downloaded string_cache v0.8.9
10992026-06-09T15:16:57.476Z Downloaded quinn v0.11.9
11002026-06-09T15:16:57.479Z Downloaded time-macros v0.2.27
11012026-06-09T15:16:57.479Z Downloaded smf v0.2.3
11022026-06-09T15:16:57.479Z Downloaded tower-service v0.3.3
11032026-06-09T15:16:57.482Z Downloaded tiny-keccak v2.0.2
11042026-06-09T15:16:57.482Z Downloaded similar v2.7.0
11052026-06-09T15:16:57.485Z Downloaded trait-variant v0.1.2
11062026-06-09T15:16:57.486Z Downloaded rayon-core v1.13.0
11072026-06-09T15:16:57.489Z Downloaded rand v0.8.6
11082026-06-09T15:16:57.491Z Downloaded aho-corasick v1.1.4
11092026-06-09T15:16:57.495Z Downloaded signal-hook v0.3.18
11102026-06-09T15:16:57.495Z Downloaded serde_yaml v0.9.34+deprecated
11112026-06-09T15:16:57.498Z Downloaded tokio-native-tls v0.3.1
11122026-06-09T15:16:57.498Z Downloaded aws-lc-rs v1.16.3
11132026-06-09T15:16:57.503Z Downloaded typify-macro v0.4.3
11142026-06-09T15:16:57.506Z Downloaded unicode-truncate v1.1.0
11152026-06-09T15:16:57.506Z Downloaded itertools v0.10.5
11162026-06-09T15:16:57.509Z Downloaded tls_codec v0.4.2
11172026-06-09T15:16:57.511Z Downloaded socket2 v0.6.3
11182026-06-09T15:16:57.511Z Downloaded socket2 v0.5.10
11192026-06-09T15:16:57.514Z Downloaded num-bigint-dig v0.8.6
11202026-06-09T15:16:57.517Z Downloaded typify-macro v0.6.2
11212026-06-09T15:16:57.517Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11222026-06-09T15:16:57.517Z Downloaded tokio-dtrace v0.1.1
11232026-06-09T15:16:57.520Z Downloaded hashbrown v0.16.1
11242026-06-09T15:16:57.523Z Downloaded rsa v0.9.10
11252026-06-09T15:16:57.526Z Downloaded term v1.2.1
11262026-06-09T15:16:57.526Z Downloaded term v0.7.0
11272026-06-09T15:16:57.529Z Downloaded unarray v0.1.4
11282026-06-09T15:16:57.529Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11292026-06-09T15:16:57.529Z Downloaded usdt v0.6.0
11302026-06-09T15:16:57.532Z Downloaded usdt-macro v0.6.0
11312026-06-09T15:16:57.532Z Downloaded untrusted v0.9.0
11322026-06-09T15:16:57.532Z Downloaded untrusted v0.7.1
11332026-06-09T15:16:57.532Z Downloaded unit-prefix v0.5.2
11342026-06-09T15:16:57.536Z Downloaded usdt-attr-macro v0.6.0
11352026-06-09T15:16:57.536Z Downloaded universal-hash v0.5.1
11362026-06-09T15:16:57.536Z Downloaded tokio-tungstenite v0.23.1
11372026-06-09T15:16:57.536Z Downloaded tokio-rustls v0.25.0
11382026-06-09T15:16:57.539Z Downloaded thread-id v5.1.0
11392026-06-09T15:16:57.539Z Downloaded itertools v0.12.1
11402026-06-09T15:16:57.542Z Downloaded tower-layer v0.3.3
11412026-06-09T15:16:57.542Z Downloaded tokio-tungstenite v0.21.0
11422026-06-09T15:16:57.545Z Downloaded schemars v0.9.0
11432026-06-09T15:16:57.550Z Downloaded rand v0.9.2
11442026-06-09T15:16:57.552Z Downloaded futures-util v0.3.32
11452026-06-09T15:16:57.558Z Downloaded waitgroup v0.1.2
11462026-06-09T15:16:57.561Z Downloaded void v1.0.2
11472026-06-09T15:16:57.561Z Downloaded utf-8 v0.7.6
11482026-06-09T15:16:57.561Z Downloaded tui-tree-widget v0.23.1
11492026-06-09T15:16:57.561Z Downloaded tls_codec_derive v0.4.2
11502026-06-09T15:16:57.564Z Downloaded schemars v0.8.22
11512026-06-09T15:16:57.569Z Downloaded rustls-webpki v0.103.9
11522026-06-09T15:16:57.572Z Downloaded toml_writer v1.0.6+spec-1.1.0
11532026-06-09T15:16:57.572Z Downloaded iri-string v0.7.10
11542026-06-09T15:16:57.575Z Downloaded samael v0.0.19
11552026-06-09T15:16:57.579Z Downloaded wait-timeout v0.2.1
11562026-06-09T15:16:57.582Z Downloaded want v0.3.1
11572026-06-09T15:16:57.585Z Downloaded xattr v1.6.1
11582026-06-09T15:16:57.588Z Downloaded itertools v0.13.0
11592026-06-09T15:16:57.591Z Downloaded tokio-rustls v0.26.4
11602026-06-09T15:16:57.594Z Downloaded tokio-rustls v0.24.1
11612026-06-09T15:16:57.594Z Downloaded hashbrown v0.15.5
11622026-06-09T15:16:57.597Z Downloaded xshell-macros v0.2.7
11632026-06-09T15:16:57.600Z Downloaded subprocess v0.2.15
11642026-06-09T15:16:57.600Z Downloaded test-strategy v0.4.5
11652026-06-09T15:16:57.603Z Downloaded slog v2.8.2
11662026-06-09T15:16:57.606Z Downloaded h2 v0.4.13
11672026-06-09T15:16:57.608Z Downloaded schemars v1.2.1
11682026-06-09T15:16:57.616Z Downloaded zone v0.3.1
11692026-06-09T15:16:57.618Z Downloaded zeroize_derive v1.4.3
11702026-06-09T15:16:57.619Z Downloaded toml_parser v1.0.9+spec-1.1.0
11712026-06-09T15:16:57.619Z Downloaded tracing-attributes v0.1.31
11722026-06-09T15:16:57.621Z Downloaded rand v0.10.0
11732026-06-09T15:16:57.624Z Downloaded uzers v0.12.2
11742026-06-09T15:16:57.627Z Downloaded tinyvec v1.10.0
11752026-06-09T15:16:57.627Z Downloaded zone_cfg_derive v0.3.1
11762026-06-09T15:16:57.630Z Downloaded vergen-lib v0.1.6
11772026-06-09T15:16:57.630Z Downloaded vergen-git2 v9.1.0
11782026-06-09T15:16:57.630Z Downloaded vergen-gitcl v1.0.8
11792026-06-09T15:16:57.639Z Downloaded vergen-lib v9.1.0
11802026-06-09T15:16:57.639Z Downloaded hyper v1.8.1
11812026-06-09T15:16:57.639Z Downloaded itertools v0.14.0
11822026-06-09T15:16:57.643Z Downloaded twox-hash v2.1.2
11832026-06-09T15:16:57.643Z Downloaded snafu v0.8.9
11842026-06-09T15:16:57.646Z Downloaded whoami v1.6.1
11852026-06-09T15:16:57.648Z Downloaded tokio-stream v0.1.18
11862026-06-09T15:16:57.652Z Downloaded walkdir v2.5.0
11872026-06-09T15:16:57.652Z Downloaded libm v0.2.16
11882026-06-09T15:16:57.656Z Downloaded xshell v0.2.7
11892026-06-09T15:16:57.659Z Downloaded wyz v0.5.1
11902026-06-09T15:16:57.659Z Downloaded unicode-properties v0.1.4
11912026-06-09T15:16:57.659Z Downloaded whoami v2.1.0
11922026-06-09T15:16:57.661Z Downloaded unicase v2.9.0
11932026-06-09T15:16:57.662Z Downloaded vsss-rs v3.3.4
11942026-06-09T15:16:57.664Z Downloaded usdt-impl v0.6.0
11952026-06-09T15:16:57.667Z Downloaded russh v0.45.0
11962026-06-09T15:16:57.670Z Downloaded toml v0.7.8
11972026-06-09T15:16:57.670Z Downloaded toml v1.0.6+spec-1.1.0
11982026-06-09T15:16:57.673Z Downloaded hkdf v0.12.4
11992026-06-09T15:16:57.676Z Downloaded tar v0.4.45
12002026-06-09T15:16:57.676Z Downloaded nom v8.0.0
12012026-06-09T15:16:57.681Z Downloaded p521 v0.13.3
12022026-06-09T15:16:57.684Z Downloaded zstd-safe v7.2.4
12032026-06-09T15:16:57.688Z Downloaded tracing-core v0.1.36
12042026-06-09T15:16:57.691Z Downloaded vergen v9.1.0
12052026-06-09T15:16:57.694Z Downloaded zstd v0.13.3
12062026-06-09T15:16:57.697Z Downloaded rustyline v14.0.0
12072026-06-09T15:16:57.700Z Downloaded tungstenite v0.23.0
12082026-06-09T15:16:57.700Z Downloaded tungstenite v0.21.0
12092026-06-09T15:16:57.706Z Downloaded curve25519-dalek v4.1.3
12102026-06-09T15:16:57.711Z Downloaded typify v0.6.2
12112026-06-09T15:16:57.714Z Downloaded unsafe-libyaml v0.2.11
12122026-06-09T15:16:57.717Z Downloaded yasna v0.5.2
12132026-06-09T15:16:57.717Z Downloaded blake3 v1.8.3
12142026-06-09T15:16:57.721Z Downloaded zerocopy v0.6.6
12152026-06-09T15:16:57.724Z Downloaded zeroize v1.8.2
12162026-06-09T15:16:57.724Z Downloaded bitvec v1.0.1
12172026-06-09T15:16:57.732Z Downloaded rpassword v7.4.0
12182026-06-09T15:16:57.735Z Downloaded steno v0.4.1
12192026-06-09T15:16:57.738Z Downloaded chrono v0.4.44
12202026-06-09T15:16:57.741Z Downloaded serde_with v1.14.0
12212026-06-09T15:16:57.743Z Downloaded iddqd v0.4.2
12222026-06-09T15:16:57.748Z Downloaded vte v0.14.1
12232026-06-09T15:16:57.750Z Downloaded toml_edit v0.23.10+spec-1.0.0
12242026-06-09T15:16:57.753Z Downloaded typify v0.4.3
12252026-06-09T15:16:57.753Z Downloaded reedline v0.40.0
12262026-06-09T15:16:57.766Z Downloaded toml_edit v0.19.15
12272026-06-09T15:16:57.777Z Downloaded uuid v1.23.0
12282026-06-09T15:16:57.785Z Downloaded ssh-key v0.6.7
12292026-06-09T15:16:57.789Z Downloaded zopfli v0.8.3
12302026-06-09T15:16:57.792Z Downloaded regex v1.12.3
12312026-06-09T15:16:57.796Z Downloaded unicode-bidi v0.3.18
12322026-06-09T15:16:57.800Z Downloaded tokio-postgres v0.7.16
12332026-06-09T15:16:57.800Z Downloaded p384 v0.13.1
12342026-06-09T15:16:57.803Z Downloaded yansi v1.0.1
12352026-06-09T15:16:57.803Z Downloaded unicode_categories v0.1.1
12362026-06-09T15:16:57.806Z Downloaded bindgen v0.71.1
12372026-06-09T15:16:57.809Z Downloaded zip v0.6.6
12382026-06-09T15:16:57.814Z Downloaded tower v0.5.3
12392026-06-09T15:16:57.830Z Downloaded reqwest v0.12.28
12402026-06-09T15:16:57.833Z Downloaded reqwest v0.13.2
12412026-06-09T15:16:57.836Z Downloaded quick-xml v0.37.5
12422026-06-09T15:16:57.840Z Downloaded portable-atomic v1.13.1
12432026-06-09T15:16:57.844Z Downloaded git2 v0.20.4
12442026-06-09T15:16:57.855Z Downloaded rustls-webpki v0.101.7
12452026-06-09T15:16:57.863Z Downloaded rayon v1.11.0
12462026-06-09T15:16:57.869Z Downloaded unicode-segmentation v1.12.0
12472026-06-09T15:16:57.872Z Downloaded typed-path v0.9.3
12482026-06-09T15:16:57.875Z Downloaded x509-cert v0.2.5
12492026-06-09T15:16:57.878Z Downloaded goblin v0.10.5
12502026-06-09T15:16:57.893Z Downloaded moka v0.12.13
12512026-06-09T15:16:57.899Z Downloaded salty v0.3.0
12522026-06-09T15:16:57.903Z Downloaded tokio-util v0.7.18
12532026-06-09T15:16:57.907Z Downloaded zerocopy-derive v0.8.40
12542026-06-09T15:16:57.912Z Downloaded tower-http v0.6.8
12552026-06-09T15:16:57.917Z Downloaded rustls-webpki v0.102.8
12562026-06-09T15:16:57.928Z Downloaded unicode-normalization v0.1.25
12572026-06-09T15:16:57.931Z Downloaded zip v4.6.1
12582026-06-09T15:16:57.934Z Downloaded proptest v1.10.0
12592026-06-09T15:16:57.939Z Downloaded tough v0.22.0
12602026-06-09T15:16:57.945Z Downloaded object v0.30.4
12612026-06-09T15:16:57.951Z Downloaded quinn-proto v0.11.13
12622026-06-09T15:16:57.956Z Downloaded serde_with v3.17.0
12632026-06-09T15:16:57.963Z Downloaded nix v0.27.1
12642026-06-09T15:16:57.971Z Downloaded lalrpop v0.19.12
12652026-06-09T15:16:57.977Z Downloaded winnow v0.6.26
12662026-06-09T15:16:57.983Z Downloaded winnow v0.5.40
12672026-06-09T15:16:57.989Z Downloaded radix_trie v0.2.1
12682026-06-09T15:16:57.992Z Downloaded bstr v1.12.1
12692026-06-09T15:16:57.997Z Downloaded petname v2.0.2
12702026-06-09T15:16:58.002Z Downloaded polar-core v0.27.3
12712026-06-09T15:16:58.016Z Downloaded tabled v0.20.0
12722026-06-09T15:16:58.027Z Downloaded openssl v0.10.79
12732026-06-09T15:16:58.033Z Downloaded rustls v0.21.12
12742026-06-09T15:16:58.040Z Downloaded dropshot v0.17.0
12752026-06-09T15:16:58.054Z Downloaded nix v0.28.0
12762026-06-09T15:16:58.061Z Downloaded smoltcp v0.9.1
12772026-06-09T15:16:58.067Z Downloaded vcpkg v0.2.15
12782026-06-09T15:16:58.090Z Downloaded zlib-rs v0.6.2
12792026-06-09T15:16:58.094Z Downloaded time v0.3.47
12802026-06-09T15:16:58.101Z Downloaded zerocopy v0.8.40
12812026-06-09T15:16:58.107Z Downloaded nix v0.31.2
12822026-06-09T15:16:58.114Z Downloaded object v0.37.3
12832026-06-09T15:16:58.121Z Downloaded webpki-roots v1.0.6
12842026-06-09T15:16:58.124Z Downloaded rustls v0.22.4
12852026-06-09T15:16:58.131Z Downloaded regress v0.11.1
12862026-06-09T15:16:58.136Z Downloaded smoltcp v0.11.0
12872026-06-09T15:16:58.144Z Downloaded regex-syntax v0.8.10
12882026-06-09T15:16:58.149Z Downloaded diesel v2.3.7
12892026-06-09T15:16:58.162Z Downloaded rustix v0.38.44
12902026-06-09T15:16:58.176Z Downloaded rustls v0.23.37
12912026-06-09T15:16:58.183Z Downloaded hickory-proto v0.25.2
12922026-06-09T15:16:58.193Z Downloaded regress v0.10.5
12932026-06-09T15:16:58.199Z Downloaded openapiv3 v2.2.0
12942026-06-09T15:16:58.206Z Downloaded hickory-proto v0.24.4
12952026-06-09T15:16:58.216Z Downloaded regex-syntax v0.6.29
12962026-06-09T15:16:58.220Z Downloaded sqlparser v0.61.0
12972026-06-09T15:16:58.226Z Downloaded tracing v0.1.44
12982026-06-09T15:16:58.240Z Downloaded typify-impl v0.6.2
12992026-06-09T15:16:58.248Z Downloaded typify-impl v0.4.3
13002026-06-09T15:16:58.269Z Downloaded zerocopy-derive v0.6.6
13012026-06-09T15:16:58.276Z Downloaded sled v0.34.7
13022026-06-09T15:16:58.282Z Downloaded bzip2-sys v0.1.13+1.0.8
13032026-06-09T15:16:58.295Z Downloaded ratatui v0.29.0
13042026-06-09T15:16:58.307Z Downloaded petgraph v0.6.5
13052026-06-09T15:16:58.328Z Downloaded regex-automata v0.4.14
13062026-06-09T15:16:58.349Z Downloaded petgraph v0.8.3
13072026-06-09T15:16:58.363Z Downloaded csv v1.4.0
13082026-06-09T15:16:58.375Z Downloaded chrono-tz v0.10.4
13092026-06-09T15:16:58.386Z Downloaded libz-sys v1.1.24
13102026-06-09T15:16:58.398Z Downloaded jiff v0.2.21
13112026-06-09T15:16:58.416Z Downloaded tokio v1.52.1
13122026-06-09T15:16:58.440Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13132026-06-09T15:16:58.457Z Downloaded encoding_rs v0.8.35
13142026-06-09T15:16:58.471Z Downloaded sha3 v0.10.8
13152026-06-09T15:16:58.573Z Downloaded ring v0.17.14
13162026-06-09T15:16:58.624Z Downloaded libgit2-sys v0.18.3+1.9.2
13172026-06-09T15:16:59.120Z Downloaded aws-lc-sys v0.40.0
13182026-06-09T15:16:59.367Z Compiling libc v0.2.185
13192026-06-09T15:16:59.367Z Compiling serde v1.0.228
13202026-06-09T15:16:59.370Z Compiling log v0.4.29
13212026-06-09T15:16:59.371Z Compiling shlex v1.3.0
13222026-06-09T15:16:59.527Z Compiling find-msvc-tools v0.1.9
13232026-06-09T15:16:59.531Z Compiling smallvec v1.15.1
13242026-06-09T15:16:59.537Z Compiling syn v2.0.117
13252026-06-09T15:16:59.548Z Compiling typenum v1.19.0
13262026-06-09T15:16:59.689Z Compiling generic-array v0.14.7
13272026-06-09T15:16:59.702Z Compiling subtle v2.6.1
13282026-06-09T15:16:59.732Z Compiling scopeguard v1.2.0
13292026-06-09T15:16:59.779Z Compiling const-oid v0.9.6
13302026-06-09T15:16:59.836Z Compiling lock_api v0.4.14
13312026-06-09T15:16:59.854Z Compiling serde_json v1.0.149
13322026-06-09T15:16:59.873Z Compiling zerocopy v0.8.40
13332026-06-09T15:16:59.939Z Compiling portable-atomic v1.13.1
13342026-06-09T15:17:00.057Z Compiling pin-project-lite v0.2.17
13352026-06-09T15:17:00.154Z Compiling parking_lot_core v0.9.12
13362026-06-09T15:17:00.319Z Compiling getrandom v0.2.17
13372026-06-09T15:17:00.387Z Compiling jobserver v0.1.34
13382026-06-09T15:17:00.400Z Compiling errno v0.3.14
13392026-06-09T15:17:00.457Z Compiling rand_core v0.6.4
13402026-06-09T15:17:00.488Z Compiling pkg-config v0.3.32
13412026-06-09T15:17:00.541Z Compiling signal-hook-registry v1.4.8
13422026-06-09T15:17:00.725Z Compiling cc v1.2.56
13432026-06-09T15:17:00.751Z Compiling bitflags v2.11.0
13442026-06-09T15:17:00.776Z Compiling futures-core v0.3.32
13452026-06-09T15:17:00.806Z Compiling critical-section v1.2.0
13462026-06-09T15:17:00.915Z Compiling libm v0.2.16
13472026-06-09T15:17:00.930Z Compiling parking_lot v0.12.5
13482026-06-09T15:17:00.973Z Compiling once_cell v1.21.3
13492026-06-09T15:17:01.032Z Compiling mio v1.2.0
13502026-06-09T15:17:01.048Z Compiling num-traits v0.2.19
13512026-06-09T15:17:01.132Z Compiling percent-encoding v2.3.2
13522026-06-09T15:17:01.183Z Compiling socket2 v0.6.3
13532026-06-09T15:17:01.314Z Compiling futures-sink v0.3.32
13542026-06-09T15:17:01.332Z Compiling cpufeatures v0.2.17
13552026-06-09T15:17:01.402Z Compiling futures-channel v0.3.32
13562026-06-09T15:17:01.415Z Compiling getrandom v0.4.1
13572026-06-09T15:17:01.429Z Compiling slab v0.4.12
13582026-06-09T15:17:01.499Z Compiling futures-task v0.3.32
13592026-06-09T15:17:01.598Z Compiling futures-io v0.3.32
13602026-06-09T15:17:01.601Z Compiling rand_core v0.10.0
13612026-06-09T15:17:01.625Z Compiling indexmap v2.14.0
13622026-06-09T15:17:01.667Z Compiling getrandom v0.3.4
13632026-06-09T15:17:01.861Z Compiling rustversion v1.0.22
13642026-06-09T15:17:01.874Z Compiling cmake v0.1.57
13652026-06-09T15:17:02.258Z Compiling form_urlencoded v1.2.2
13662026-06-09T15:17:02.284Z Compiling fs_extra v1.3.0
13672026-06-09T15:17:02.355Z Compiling dunce v1.0.5
13682026-06-09T15:17:02.438Z Compiling synstructure v0.13.2
13692026-06-09T15:17:02.451Z Compiling ident_case v1.0.1
13702026-06-09T15:17:02.501Z Compiling base64ct v1.8.3
13712026-06-09T15:17:02.561Z Compiling aws-lc-sys v0.40.0
13722026-06-09T15:17:02.574Z Compiling iana-time-zone v0.1.65
13732026-06-09T15:17:02.710Z Compiling flagset v0.4.7
13742026-06-09T15:17:02.753Z Compiling pem-rfc7468 v0.7.0
13752026-06-09T15:17:02.778Z Compiling regex-syntax v0.8.10
13762026-06-09T15:17:02.805Z Compiling rustix v1.1.3
13772026-06-09T15:17:02.867Z Compiling rand_core v0.9.5
13782026-06-09T15:17:02.979Z Compiling ring v0.17.14
13792026-06-09T15:17:03.079Z Compiling aws-lc-rs v1.16.3
13802026-06-09T15:17:03.079Z Compiling vcpkg v0.2.15
13812026-06-09T15:17:03.162Z Compiling uuid v1.23.0
13822026-06-09T15:17:03.381Z Compiling rustc_version v0.4.1
13832026-06-09T15:17:03.721Z Compiling tracing-core v0.1.36
13842026-06-09T15:17:03.837Z Compiling openssl-sys v0.9.115
13852026-06-09T15:17:03.883Z Compiling base64 v0.22.1
13862026-06-09T15:17:04.195Z Compiling serde_derive v1.0.228
13872026-06-09T15:17:04.211Z Compiling zeroize_derive v1.4.3
13882026-06-09T15:17:04.270Z Compiling zerofrom-derive v0.1.6
13892026-06-09T15:17:04.366Z Compiling yoke-derive v0.8.1
13902026-06-09T15:17:04.597Z Compiling zerovec-derive v0.11.2
13912026-06-09T15:17:04.867Z Compiling zeroize v1.8.2
13922026-06-09T15:17:05.178Z Compiling zerocopy-derive v0.8.40
13932026-06-09T15:17:05.547Z Compiling displaydoc v0.2.5
13942026-06-09T15:17:05.647Z Compiling crypto-common v0.1.7
13952026-06-09T15:17:05.723Z Compiling zerofrom v0.1.6
13962026-06-09T15:17:05.751Z Compiling block-buffer v0.10.4
13972026-06-09T15:17:05.793Z Compiling tokio-macros v2.7.0
13982026-06-09T15:17:05.846Z Compiling yoke v0.8.1
13992026-06-09T15:17:05.929Z Compiling digest v0.10.7
14002026-06-09T15:17:06.041Z Compiling zerovec v0.11.5
14012026-06-09T15:17:06.177Z Compiling futures-macro v0.3.32
14022026-06-09T15:17:06.295Z Compiling zerotrie v0.2.3
14032026-06-09T15:17:06.511Z Compiling tinystr v0.8.2
14042026-06-09T15:17:06.534Z Compiling potential_utf v0.1.4
14052026-06-09T15:17:06.588Z Compiling hmac v0.12.1
14062026-06-09T15:17:06.708Z Compiling icu_locale_core v2.1.1
14072026-06-09T15:17:06.755Z Compiling icu_collections v2.1.1
14082026-06-09T15:17:06.778Z Compiling block-padding v0.3.3
14092026-06-09T15:17:06.934Z Compiling inout v0.1.4
14102026-06-09T15:17:07.004Z Compiling futures-util v0.3.32
14112026-06-09T15:17:07.100Z Compiling cipher v0.4.4
14122026-06-09T15:17:07.231Z Compiling sha2 v0.10.9
14132026-06-09T15:17:07.360Z Compiling icu_provider v2.1.1
14142026-06-09T15:17:07.604Z Compiling icu_normalizer v2.1.1
14152026-06-09T15:17:07.657Z Compiling bytes v1.11.1
14162026-06-09T15:17:07.679Z Compiling icu_properties v2.1.2
14172026-06-09T15:17:07.716Z Compiling der_derive v0.7.3
14182026-06-09T15:17:08.145Z Compiling tokio v1.52.1
14192026-06-09T15:17:08.272Z Compiling http v1.4.0
14202026-06-09T15:17:08.557Z Compiling idna_adapter v1.2.1
14212026-06-09T15:17:08.669Z Compiling idna v1.1.0
14222026-06-09T15:17:08.698Z Compiling der v0.7.10
14232026-06-09T15:17:08.776Z Compiling chrono v0.4.44
14242026-06-09T15:17:09.151Z Compiling url v2.5.8
14252026-06-09T15:17:09.265Z Compiling salsa20 v0.10.2
14262026-06-09T15:17:09.306Z Compiling pbkdf2 v0.12.2
14272026-06-09T15:17:09.403Z Compiling rustls-pki-types v1.14.0
14282026-06-09T15:17:09.422Z Compiling thiserror-impl v2.0.18
14292026-06-09T15:17:09.626Z Compiling ppv-lite86 v0.2.21
14302026-06-09T15:17:09.840Z Compiling spki v0.7.3
14312026-06-09T15:17:09.865Z Compiling tracing-attributes v0.1.31
14322026-06-09T15:17:09.925Z Compiling rand_chacha v0.9.0
14332026-06-09T15:17:09.939Z Compiling scrypt v0.11.0
14342026-06-09T15:17:10.041Z Compiling http-body v1.0.1
14352026-06-09T15:17:10.135Z Compiling cbc v0.1.2
14362026-06-09T15:17:10.183Z Compiling aes v0.8.4
14372026-06-09T15:17:10.258Z Compiling openssl-probe v0.2.1
14382026-06-09T15:17:10.280Z Compiling untrusted v0.7.1
14392026-06-09T15:17:10.402Z Compiling tinyvec_macros v0.1.1
14402026-06-09T15:17:10.431Z Compiling httparse v1.10.1
14412026-06-09T15:17:10.471Z Compiling untrusted v0.9.0
14422026-06-09T15:17:10.608Z Compiling pkcs5 v0.7.1
14432026-06-09T15:17:10.719Z Compiling thiserror v2.0.18
14442026-06-09T15:17:10.803Z Compiling tinyvec v1.10.0
14452026-06-09T15:17:10.824Z Compiling pest_generator v2.8.6
14462026-06-09T15:17:11.078Z Compiling rand v0.9.2
14472026-06-09T15:17:11.137Z Compiling serde_derive_internals v0.29.1
14482026-06-09T15:17:11.153Z Compiling tracing v0.1.44
14492026-06-09T15:17:11.227Z Compiling aho-corasick v1.1.4
14502026-06-09T15:17:11.412Z Compiling dyn-clone v1.0.20
14512026-06-09T15:17:11.501Z Compiling tower-service v0.3.3
14522026-06-09T15:17:11.546Z Compiling schemars v0.8.22
14532026-06-09T15:17:11.595Z Compiling rustls v0.23.37
14542026-06-09T15:17:11.774Z Compiling tower-layer v0.3.3
14552026-06-09T15:17:11.788Z Compiling atomic-waker v1.1.2
14562026-06-09T15:17:11.888Z Compiling tokio-util v0.7.18
14572026-06-09T15:17:11.911Z Compiling try-lock v0.2.5
14582026-06-09T15:17:11.954Z Compiling pest_derive v2.8.6
14592026-06-09T15:17:12.018Z Compiling want v0.3.1
14602026-06-09T15:17:12.040Z Compiling schemars_derive v0.8.22
14612026-06-09T15:17:12.181Z Compiling regex-automata v0.4.14
14622026-06-09T15:17:12.369Z Compiling pkcs8 v0.10.2
14632026-06-09T15:17:12.678Z Compiling h2 v0.4.13
14642026-06-09T15:17:12.678Z Compiling ipnet v2.11.0
14652026-06-09T15:17:12.922Z Compiling scroll_derive v0.13.1
14662026-06-09T15:17:12.939Z Compiling darling_core v0.20.11
14672026-06-09T15:17:13.191Z Compiling foreign-types-shared v0.1.1
14682026-06-09T15:17:13.275Z Compiling httpdate v1.0.3
14692026-06-09T15:17:13.279Z Compiling pin-utils v0.1.0
14702026-06-09T15:17:13.361Z Compiling openssl v0.10.79
14712026-06-09T15:17:13.496Z Compiling tempfile v3.25.0
14722026-06-09T15:17:13.701Z Compiling scroll v0.13.0
14732026-06-09T15:17:13.810Z Compiling foreign-types v0.3.2
14742026-06-09T15:17:13.860Z Compiling unicode-normalization v0.1.25
14752026-06-09T15:17:13.957Z Compiling openssl-macros v0.1.1
14762026-06-09T15:17:14.291Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14772026-06-09T15:17:14.318Z Compiling spin v0.9.8
14782026-06-09T15:17:14.338Z Compiling native-tls v0.2.18
14792026-06-09T15:17:14.518Z Compiling num-conv v0.2.0
14802026-06-09T15:17:14.538Z Compiling powerfmt v0.2.0
14812026-06-09T15:17:14.649Z Compiling time-core v0.1.8
14822026-06-09T15:17:14.669Z Compiling crc32fast v1.5.0
14832026-06-09T15:17:14.738Z Compiling deranged v0.5.8
14842026-06-09T15:17:14.792Z Compiling time-macros v0.2.27
14852026-06-09T15:17:15.177Z Compiling darling_macro v0.20.11
14862026-06-09T15:17:15.641Z Compiling hyper v1.8.1
14872026-06-09T15:17:15.680Z Compiling darling v0.20.11
14882026-06-09T15:17:15.762Z Compiling goblin v0.10.5
14892026-06-09T15:17:15.826Z Compiling rustls-native-certs v0.8.3
14902026-06-09T15:17:16.113Z Compiling sync_wrapper v1.0.2
14912026-06-09T15:17:16.220Z Compiling wait-timeout v0.2.1
14922026-06-09T15:17:16.235Z Compiling syn v1.0.109
14932026-06-09T15:17:16.478Z Compiling siphasher v1.0.2
14942026-06-09T15:17:16.526Z Compiling quick-error v1.2.3
14952026-06-09T15:17:16.540Z Compiling simd-adler32 v0.3.8
14962026-06-09T15:17:16.631Z Compiling num_threads v0.1.7
14972026-06-09T15:17:16.658Z Compiling hyper-util v0.1.20
14982026-06-09T15:17:16.753Z Compiling crossbeam-utils v0.8.21
14992026-06-09T15:17:16.839Z Compiling bit-vec v0.8.0
15002026-06-09T15:17:17.038Z Compiling usdt-impl v0.6.0
15012026-06-09T15:17:17.077Z Compiling unicode-segmentation v1.12.0
15022026-06-09T15:17:17.262Z Compiling bit-set v0.8.0
15032026-06-09T15:17:17.423Z Compiling time v0.3.47
15042026-06-09T15:17:17.456Z Compiling rusty-fork v0.3.1
15052026-06-09T15:17:17.588Z Compiling tower v0.5.3
15062026-06-09T15:17:17.772Z Compiling derive_builder_core v0.20.2
15072026-06-09T15:17:18.063Z Compiling dtrace-parser v0.3.0
15082026-06-09T15:17:18.194Z Compiling http-body-util v0.1.3
15092026-06-09T15:17:18.445Z Compiling dof v0.4.0
15102026-06-09T15:17:18.477Z Compiling webpki-roots v1.0.6
15112026-06-09T15:17:18.600Z Compiling signature v2.2.0
15122026-06-09T15:17:18.646Z Compiling scroll_derive v0.12.1
15132026-06-09T15:17:18.784Z Compiling thiserror-impl v1.0.69
15142026-06-09T15:17:18.811Z Compiling heapless v0.7.17
15152026-06-09T15:17:18.999Z Compiling rand_xorshift v0.4.0
15162026-06-09T15:17:19.042Z Compiling slog v2.8.2
15172026-06-09T15:17:19.160Z Compiling darling_core v0.21.3
15182026-06-09T15:17:19.223Z Compiling bzip2-sys v0.1.13+1.0.8
15192026-06-09T15:17:19.288Z Compiling thread-id v5.1.0
15202026-06-09T15:17:19.373Z Compiling cookie v0.18.1
15212026-06-09T15:17:19.493Z Compiling unicode-bidi v0.3.18
15222026-06-09T15:17:19.552Z Compiling anyhow v1.0.102
15232026-06-09T15:17:19.590Z Compiling zstd-safe v7.2.4
15242026-06-09T15:17:19.784Z Compiling signal-hook v0.3.18
15252026-06-09T15:17:19.848Z Compiling iri-string v0.7.10
15262026-06-09T15:17:19.952Z Compiling unarray v0.1.4
15272026-06-09T15:17:19.968Z Compiling adler2 v2.0.1
15282026-06-09T15:17:20.014Z Compiling ryu v1.0.23
15292026-06-09T15:17:20.028Z Compiling unicode-properties v0.1.4
15302026-06-09T15:17:20.057Z Compiling paste v1.0.15
15312026-06-09T15:17:20.092Z Compiling allocator-api2 v0.2.21
15322026-06-09T15:17:20.187Z Compiling stringprep v0.1.5
15332026-06-09T15:17:20.227Z Compiling serde_urlencoded v0.7.1
15342026-06-09T15:17:20.366Z Compiling miniz_oxide v0.8.9
15352026-06-09T15:17:20.408Z Compiling proptest v1.10.0
15362026-06-09T15:17:20.467Z Compiling thiserror v1.0.69
15372026-06-09T15:17:20.966Z Compiling tower-http v0.6.8
15382026-06-09T15:17:21.334Z Compiling scroll v0.12.0
15392026-06-09T15:17:21.412Z Compiling derive_builder_macro v0.20.2
15402026-06-09T15:17:21.439Z Compiling tokio-native-tls v0.3.1
15412026-06-09T15:17:21.489Z Compiling heck v0.4.1
15422026-06-09T15:17:21.607Z Compiling bstr v1.12.1
15432026-06-09T15:17:21.620Z Compiling darling_macro v0.21.3
15442026-06-09T15:17:21.735Z Compiling ipnetwork v0.21.1
15452026-06-09T15:17:21.862Z Compiling rand_chacha v0.3.1
15462026-06-09T15:17:22.103Z Compiling serde_spanned v0.6.9
15472026-06-09T15:17:22.121Z Compiling erased-serde v0.3.31
15482026-06-09T15:17:22.140Z Compiling serde_tokenstream v0.2.3
15492026-06-09T15:17:22.247Z Compiling toml_datetime v0.6.11
15502026-06-09T15:17:22.292Z Compiling md-5 v0.10.6
15512026-06-09T15:17:22.459Z Compiling async-trait v0.1.89
15522026-06-09T15:17:22.462Z Compiling pin-project-internal v1.1.11
15532026-06-09T15:17:22.509Z Compiling zerocopy-derive v0.7.35
15542026-06-09T15:17:22.603Z Compiling curve25519-dalek v4.1.3
15552026-06-09T15:17:22.673Z Compiling vergen-lib v9.1.0
15562026-06-09T15:17:22.854Z Compiling num-integer v0.1.46
15572026-06-09T15:17:22.940Z Compiling hash32 v0.2.1
15582026-06-09T15:17:23.136Z Compiling ff v0.13.1
15592026-06-09T15:17:23.179Z Compiling memoffset v0.9.1
15602026-06-09T15:17:23.274Z Compiling encoding_rs v0.8.35
15612026-06-09T15:17:23.368Z Compiling zlib-rs v0.6.2
15622026-06-09T15:17:23.380Z Compiling ref-cast v1.0.25
15632026-06-09T15:17:23.474Z Compiling base16ct v0.2.0
15642026-06-09T15:17:23.569Z Compiling fallible-iterator v0.2.0
15652026-06-09T15:17:23.653Z Compiling litrs v1.0.0
15662026-06-09T15:17:23.678Z Compiling psl-types v2.0.11
15672026-06-09T15:17:23.802Z Compiling num-bigint-dig v0.8.6
15682026-06-09T15:17:23.876Z Compiling rustix v0.38.44
15692026-06-09T15:17:23.992Z Compiling cfg_aliases v0.2.1
15702026-06-09T15:17:24.069Z Compiling smoltcp v0.9.1
15712026-06-09T15:17:24.158Z Compiling mime v0.3.17
15722026-06-09T15:17:24.308Z Compiling document-features v0.2.12
15732026-06-09T15:17:24.418Z Compiling nix v0.31.2
15742026-06-09T15:17:24.456Z Compiling postgres-protocol v0.6.10
15752026-06-09T15:17:24.775Z Compiling publicsuffix v2.3.0
15762026-06-09T15:17:24.839Z Compiling sec1 v0.7.3
15772026-06-09T15:17:24.904Z Compiling pin-project v1.1.11
15782026-06-09T15:17:24.991Z Compiling zerocopy v0.7.35
15792026-06-09T15:17:24.999Z Compiling group v0.13.0
15802026-06-09T15:17:25.104Z Compiling num-iter v0.1.45
15812026-06-09T15:17:25.249Z Compiling newtype-uuid v1.3.2
15822026-06-09T15:17:25.325Z Compiling hubpack_derive v0.1.1
15832026-06-09T15:17:25.491Z Compiling darling v0.21.3
15842026-06-09T15:17:25.527Z Compiling rand v0.8.6
15852026-06-09T15:17:25.559Z Compiling oxnet v0.1.5
15862026-06-09T15:17:25.583Z Compiling derive_builder v0.20.2
15872026-06-09T15:17:25.636Z Compiling snafu-derive v0.8.9
15882026-06-09T15:17:25.703Z Compiling hyper-tls v0.6.0
15892026-06-09T15:17:25.763Z Compiling goblin v0.8.2
15902026-06-09T15:17:26.347Z Compiling flate2 v1.1.9
15912026-06-09T15:17:26.662Z Compiling phf_shared v0.13.1
15922026-06-09T15:17:26.700Z Compiling lazy_static v1.5.0
15932026-06-09T15:17:26.787Z Compiling regex v1.12.3
15942026-06-09T15:17:26.842Z Compiling anstyle-parse v0.2.7
15952026-06-09T15:17:26.916Z Compiling strum_macros v0.27.2
15962026-06-09T15:17:27.030Z Compiling futures-executor v0.3.32
15972026-06-09T15:17:27.069Z Compiling hex v0.4.3
15982026-06-09T15:17:27.231Z Compiling hkdf v0.12.4
15992026-06-09T15:17:27.292Z Compiling crypto-bigint v0.5.5
16002026-06-09T15:17:27.336Z Compiling terminal_size v0.4.3
16012026-06-09T15:17:27.394Z Compiling curve25519-dalek-derive v0.1.1
16022026-06-09T15:17:27.476Z Compiling ref-cast-impl v1.0.25
16032026-06-09T15:17:27.571Z Compiling daft-derive v0.1.7
16042026-06-09T15:17:28.021Z Compiling vergen v9.1.0
16052026-06-09T15:17:28.042Z Compiling fs-err v3.3.0
16062026-06-09T15:17:28.205Z Compiling cargo-platform v0.3.2
16072026-06-09T15:17:28.230Z Compiling ahash v0.8.12
16082026-06-09T15:17:28.292Z Compiling foldhash v0.1.5
16092026-06-09T15:17:28.431Z Compiling same-file v1.0.6
16102026-06-09T15:17:28.463Z Compiling managed v0.8.0
16112026-06-09T15:17:28.478Z Compiling libbz2-rs-sys v0.2.2
16122026-06-09T15:17:28.593Z Compiling bitflags v1.3.2
16132026-06-09T15:17:28.673Z Compiling object v0.37.3
16142026-06-09T15:17:28.687Z Compiling bumpalo v3.20.2
16152026-06-09T15:17:28.887Z Compiling foldhash v0.2.0
16162026-06-09T15:17:28.935Z Compiling winnow v0.5.40
16172026-06-09T15:17:28.996Z Compiling strum v0.27.2
16182026-06-09T15:17:29.108Z Compiling hashbrown v0.16.1
16192026-06-09T15:17:29.126Z Compiling bzip2 v0.6.1
16202026-06-09T15:17:29.144Z Compiling zopfli v0.8.3
16212026-06-09T15:17:29.329Z Compiling walkdir v2.5.0
16222026-06-09T15:17:29.467Z Compiling hashbrown v0.15.5
16232026-06-09T15:17:29.637Z Compiling cargo_metadata v0.23.1
16242026-06-09T15:17:29.681Z Compiling clap_builder v4.6.0
16252026-06-09T15:17:29.790Z Compiling daft v0.1.7
16262026-06-09T15:17:30.013Z Compiling elliptic-curve v0.13.8
16272026-06-09T15:17:30.270Z Compiling toml_edit v0.19.15
16282026-06-09T15:17:30.326Z Compiling dof v0.3.0
16292026-06-09T15:17:30.410Z Compiling snafu v0.8.9
16302026-06-09T15:17:30.775Z Compiling futures v0.3.32
16312026-06-09T15:17:30.849Z Compiling anstream v0.6.21
16322026-06-09T15:17:30.977Z Compiling phf v0.13.1
16332026-06-09T15:17:31.136Z Compiling signal-hook-mio v0.2.5
16342026-06-09T15:17:31.157Z Compiling cookie_store v0.22.1
16352026-06-09T15:17:31.395Z Compiling zstd v0.13.3
16362026-06-09T15:17:31.610Z Compiling bzip2 v0.4.4
16372026-06-09T15:17:31.656Z Compiling hubpack v0.1.2
16382026-06-09T15:17:31.832Z Compiling serde_with_macros v3.17.0
16392026-06-09T15:17:31.879Z Compiling postgres-types v0.2.12
16402026-06-09T15:17:32.440Z Compiling usdt-macro v0.6.0
16412026-06-09T15:17:32.694Z Compiling usdt-attr-macro v0.6.0
16422026-06-09T15:17:32.929Z Compiling globset v0.4.18
16432026-06-09T15:17:32.953Z Compiling dtrace-parser v0.2.0
16442026-06-09T15:17:33.081Z Compiling ed25519 v2.2.3
16452026-06-09T15:17:33.143Z Compiling phf_shared v0.11.3
16462026-06-09T15:17:33.196Z Compiling olpc-cjson v0.1.4
16472026-06-09T15:17:33.326Z Compiling pkcs1 v0.7.5
16482026-06-09T15:17:33.354Z Compiling strum_macros v0.26.4
16492026-06-09T15:17:33.465Z Compiling enum-as-inner v0.6.1
16502026-06-09T15:17:33.595Z Compiling clap_derive v4.6.1
16512026-06-09T15:17:33.684Z Compiling serde-big-array v0.5.1
16522026-06-09T15:17:33.738Z Compiling serde_plain v1.0.2
16532026-06-09T15:17:33.828Z Compiling rfc6979 v0.4.0
16542026-06-09T15:17:33.935Z Compiling async-recursion v1.1.1
16552026-06-09T15:17:33.953Z Compiling serde_repr v0.1.20
16562026-06-09T15:17:33.969Z Compiling pem v3.0.6
16572026-06-09T15:17:33.983Z Compiling float-cmp v0.10.0
16582026-06-09T15:17:34.127Z Compiling thread-id v4.2.2
16592026-06-09T15:17:34.214Z Compiling memmap2 v0.9.10
16602026-06-09T15:17:34.291Z Compiling env_filter v1.0.0
16612026-06-09T15:17:34.427Z Compiling data-encoding v2.10.0
16622026-06-09T15:17:34.470Z Compiling either v1.15.0
16632026-06-09T15:17:34.577Z Compiling whoami v2.1.0
16642026-06-09T15:17:34.594Z Compiling precomputed-hash v0.1.1
16652026-06-09T15:17:34.677Z Compiling keccak v0.1.6
16662026-06-09T15:17:34.689Z Compiling predicates-core v1.0.10
16672026-06-09T15:17:34.870Z Compiling normalize-line-endings v0.3.0
16682026-06-09T15:17:34.944Z Compiling static_assertions v1.1.0
16692026-06-09T15:17:34.964Z Compiling fixedbitset v0.5.7
16702026-06-09T15:17:35.020Z Compiling typed-path v0.9.3
16712026-06-09T15:17:35.099Z Compiling new_debug_unreachable v1.0.6
16722026-06-09T15:17:35.111Z Compiling jiff v0.2.21
16732026-06-09T15:17:35.162Z Compiling difflib v0.4.0
16742026-06-09T15:17:35.260Z Compiling fixedbitset v0.4.2
16752026-06-09T15:17:35.350Z Compiling clap v4.6.1
16762026-06-09T15:17:35.435Z Compiling petgraph v0.6.5
16772026-06-09T15:17:35.476Z Compiling predicates v3.1.4
16782026-06-09T15:17:35.488Z Compiling petgraph v0.8.3
16792026-06-09T15:17:35.723Z Compiling string_cache v0.8.9
16802026-06-09T15:17:35.950Z Compiling strum v0.26.3
16812026-06-09T15:17:36.080Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16822026-06-09T15:17:36.123Z Compiling toml_edit v0.22.27
16832026-06-09T15:17:36.243Z Compiling sha3 v0.10.8
16842026-06-09T15:17:36.626Z Compiling tokio-postgres v0.7.16
16852026-06-09T15:17:36.686Z Compiling hickory-proto v0.25.2
16862026-06-09T15:17:36.939Z Compiling itertools v0.13.0
16872026-06-09T15:17:37.481Z Compiling env_logger v0.11.9
16882026-06-09T15:17:37.845Z Compiling zip v4.6.1
16892026-06-09T15:17:38.178Z Compiling usdt v0.6.0
16902026-06-09T15:17:38.440Z Compiling usdt-impl v0.5.0
16912026-06-09T15:17:38.797Z Compiling ecdsa v0.16.9
16922026-06-09T15:17:38.827Z Compiling rsa v0.9.10
16932026-06-09T15:17:38.888Z Compiling ed25519-dalek v2.2.0
16942026-06-09T15:17:38.920Z Compiling serde_with v3.17.0
16952026-06-09T15:17:39.016Z Compiling crossterm v0.28.1
16962026-06-09T15:17:39.315Z Compiling zip v0.6.6
16972026-06-09T15:17:39.556Z Compiling toml v0.7.8
16982026-06-09T15:17:40.158Z Compiling iddqd v0.4.2
16992026-06-09T15:17:40.613Z Compiling toml_parser v1.0.9+spec-1.1.0
17002026-06-09T15:17:40.696Z Compiling similar v2.7.0
17012026-06-09T15:17:40.710Z Compiling crossbeam-epoch v0.9.18
17022026-06-09T15:17:41.037Z Compiling tokio-stream v0.1.18
17032026-06-09T15:17:41.260Z Compiling buf-list v1.1.2
17042026-06-09T15:17:41.415Z Compiling x509-cert v0.2.5
17052026-06-09T15:17:41.453Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17062026-06-09T15:17:41.522Z Compiling openapiv3 v2.2.0
17072026-06-09T15:17:41.535Z Compiling sha1 v0.10.6
17082026-06-09T15:17:41.560Z Compiling peg-runtime v0.8.5
17092026-06-09T15:17:41.773Z Compiling lalrpop-util v0.19.12
17102026-06-09T15:17:41.773Z Compiling thread_local v1.1.9
17112026-06-09T15:17:41.882Z Compiling slog-async v2.8.0
17122026-06-09T15:17:41.973Z Compiling crossbeam-channel v0.5.15
17132026-06-09T15:17:42.053Z Compiling is-terminal v0.4.17
17142026-06-09T15:17:42.119Z Compiling filetime v0.2.27
17152026-06-09T15:17:42.150Z Compiling take_mut v0.2.2
17162026-06-09T15:17:42.192Z Compiling term v1.2.1
17172026-06-09T15:17:42.259Z Compiling xattr v1.6.1
17182026-06-09T15:17:42.425Z Compiling tar v0.4.45
17192026-06-09T15:17:42.775Z Compiling slog-term v2.9.2
17202026-06-09T15:17:52.539Z Compiling rustls-webpki v0.103.9
17212026-06-09T15:17:55.311Z Compiling tokio-rustls v0.26.4
17222026-06-09T15:17:55.311Z Compiling rustls-platform-verifier v0.6.2
17232026-06-09T15:17:55.514Z Compiling hyper-rustls v0.27.7
17242026-06-09T15:17:55.716Z Compiling reqwest v0.12.28
17252026-06-09T15:17:55.729Z Compiling reqwest v0.13.2
17262026-06-09T15:17:56.978Z Compiling tough v0.22.0
17272026-06-09T15:17:59.508Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17282026-06-09T15:17:59.720Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17292026-06-09T15:18:02.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17302026-06-09T15:18:02.710Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17312026-06-09T15:18:02.763ZJun 09 15:18:01.729 INFO Starting download, target: Cockroach
17322026-06-09T15:18:02.763ZJun 09 15:18:01.730 INFO Starting download, target: Clickhouse
17332026-06-09T15:18:02.763ZJun 09 15:18:01.730 INFO Starting download, target: MaghemiteMgd
17342026-06-09T15:18:02.763ZJun 09 15:18:01.730 INFO Starting download, target: TransceiverControl
17352026-06-09T15:18:02.766ZJun 09 15:18:01.730 INFO Starting download, target: DendriteStub
17362026-06-09T15:18:02.766ZJun 09 15:18:01.730 INFO Starting download, target: Console
17372026-06-09T15:18:02.766ZJun 09 15:18:01.730 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17382026-06-09T15:18:02.766ZJun 09 15:18:01.730 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17392026-06-09T15:18:02.766ZJun 09 15:18:01.730 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17402026-06-09T15:18:02.766ZJun 09 15:18:01.730 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17412026-06-09T15:18:02.766ZJun 09 15:18:01.730 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17422026-06-09T15:18:02.766ZJun 09 15:18:01.730 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17432026-06-09T15:18:03.217ZJun 09 15:18:02.173 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17442026-06-09T15:18:03.422ZJun 09 15:18:02.386 INFO Download complete, target: TransceiverControl
17452026-06-09T15:18:03.804ZJun 09 15:18:02.753 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17462026-06-09T15:18:04.029ZJun 09 15:18:02.991 INFO Download complete, target: Console
17472026-06-09T15:18:04.384ZJun 09 15:18:03.344 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17482026-06-09T15:18:04.429ZJun 09 15:18:03.393 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17492026-06-09T15:18:05.852ZJun 09 15:18:04.818 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17502026-06-09T15:18:06.693ZJun 09 15:18:05.644 INFO Download complete, target: MaghemiteMgd
17512026-06-09T15:18:06.890ZJun 09 15:18:05.847 INFO Download complete, target: DendriteStub
17522026-06-09T15:18:07.138ZJun 09 15:18:06.099 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17532026-06-09T15:18:07.138ZJun 09 15:18:06.099 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17542026-06-09T15:18:11.826ZJun 09 15:18:10.792 INFO Checking that binary works, target: Cockroach
17552026-06-09T15:18:11.939ZJun 09 15:18:10.905 INFO Download complete, target: Cockroach
17562026-06-09T15:18:12.722ZJun 09 15:18:11.688 INFO Checking that binary works, target: Clickhouse
17572026-06-09T15:18:12.813ZJun 09 15:18:11.779 INFO Download complete, target: Clickhouse
17582026-06-09T15:18:12.830ZAll builder prerequisites installed successfully, and PATH looks valid
17592026-06-09T15:18:12.837Z
17602026-06-09T15:18:12.838Zreal 2:27.687715852
17612026-06-09T15:18:12.838Zuser 6:55.727750668
17622026-06-09T15:18:12.838Zsys 1:22.915134410
17632026-06-09T15:18:12.838Ztrap 0.225836587
17642026-06-09T15:18:12.838Ztflt 0.692384550
17652026-06-09T15:18:12.838Zdflt 0.569468846
17662026-06-09T15:18:12.838Zkflt 0.026787995
17672026-06-09T15:18:12.838Zlock 22:02.567409717
17682026-06-09T15:18:12.838Zslp 21:39.955661148
17692026-06-09T15:18:12.838Zlat 43.494315709
17702026-06-09T15:18:12.838Zstop 1:55.547339681
17712026-06-09T15:18:12.838Z+ banner hack-check
17722026-06-09T15:18:12.838Z
17732026-06-09T15:18:12.838Z # # ## #### # # #### # # ###### #### # #
17742026-06-09T15:18:12.838Z # # # # # # # # # # # # # # # # #
17752026-06-09T15:18:12.838Z ###### # # # #### ##### # ###### ##### # ####
17762026-06-09T15:18:12.839Z # # ###### # # # # # # # # # #
17772026-06-09T15:18:12.839Z # # # # # # # # # # # # # # # # #
17782026-06-09T15:18:12.839Z # # # # #### # # #### # # ###### #### # #
17792026-06-09T15:18:12.839Z
17802026-06-09T15:18:12.839Z+ export CARGO_INCREMENTAL=0
17812026-06-09T15:18:12.839Z+ CARGO_INCREMENTAL=0
17822026-06-09T15:18:12.839Z+ ptime -m timeout 2h cargo xtask check-features --ci
17832026-06-09T15:18:13.366Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17842026-06-09T15:18:13.594Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17852026-06-09T15:18:15.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.57s
17862026-06-09T15:18:15.505Z Running `target/debug/xtask check-features --ci`
17872026-06-09T15:18:15.533Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17882026-06-09T15:18:15.533Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17892026-06-09T15:18:16.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
17902026-06-09T15:18:16.045Z Running `target/debug/xtask download cargo-hack`
17912026-06-09T15:18:16.837Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17922026-06-09T15:18:17.155Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17932026-06-09T15:18:19.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.60s
17942026-06-09T15:18:19.849Z Running `target/debug/xtask-downloader cargo-hack`
17952026-06-09T15:18:19.891ZJun 09 15:18:18.857 INFO Starting download, target: CargoHack
17962026-06-09T15:18:19.894ZJun 09 15:18:18.858 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17972026-06-09T15:18:20.512ZJun 09 15:18:19.478 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17982026-06-09T15:18:20.562ZJun 09 15:18:19.528 INFO Download complete, target: CargoHack
17992026-06-09T15:18:20.566Zrunning: "/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"
18002026-06-09T15:18:20.578Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18012026-06-09T15:18:20.733Zinfo: running `cargo check --bins` on api_identity (1/295)
18022026-06-09T15:18:21.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18032026-06-09T15:18:21.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18042026-06-09T15:18:21.235Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18052026-06-09T15:18:21.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18062026-06-09T15:18:21.315Z
18072026-06-09T15:18:21.315Zinfo: running `cargo check --bins` on bootstore (2/295)
18082026-06-09T15:18:21.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18092026-06-09T15:18:21.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18102026-06-09T15:18:21.819Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18112026-06-09T15:18:21.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18122026-06-09T15:18:21.904Z
18132026-06-09T15:18:21.904Zinfo: running `cargo check --bins` on omicron-ledger (3/295)
18142026-06-09T15:18:22.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18152026-06-09T15:18:22.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18162026-06-09T15:18:22.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18172026-06-09T15:18:22.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18182026-06-09T15:18:22.484Z
18192026-06-09T15:18:22.484Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/295)
18202026-06-09T15:18:22.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18212026-06-09T15:18:22.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18222026-06-09T15:18:22.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18232026-06-09T15:18:22.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18242026-06-09T15:18:23.056Z
18252026-06-09T15:18:23.056Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/295)
18262026-06-09T15:18:23.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18272026-06-09T15:18:23.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18282026-06-09T15:18:23.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18292026-06-09T15:18:23.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18302026-06-09T15:18:23.644Z
18312026-06-09T15:18:23.644Zinfo: running `cargo check --bins` on omicron-certificates (6/295)
18322026-06-09T15:18:24.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18332026-06-09T15:18:24.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18342026-06-09T15:18:24.151Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18352026-06-09T15:18:24.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18362026-06-09T15:18:24.246Z
18372026-06-09T15:18:24.246Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/295)
18382026-06-09T15:18:24.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18392026-06-09T15:18:24.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18402026-06-09T15:18:24.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18412026-06-09T15:18:24.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18422026-06-09T15:18:24.833Z
18432026-06-09T15:18:24.833Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/295)
18442026-06-09T15:18:25.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18452026-06-09T15:18:25.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18462026-06-09T15:18:25.336Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18472026-06-09T15:18:25.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18482026-06-09T15:18:25.420Z
18492026-06-09T15:18:25.420Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/295)
18502026-06-09T15:18:25.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18512026-06-09T15:18:25.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18522026-06-09T15:18:25.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18532026-06-09T15:18:25.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18542026-06-09T15:18:25.882Z
18552026-06-09T15:18:25.882Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/295)
18562026-06-09T15:18:26.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18572026-06-09T15:18:26.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18582026-06-09T15:18:26.290Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18592026-06-09T15:18:26.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18602026-06-09T15:18:26.347Z
18612026-06-09T15:18:26.347Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/295)
18622026-06-09T15:18:26.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18632026-06-09T15:18:26.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18642026-06-09T15:18:26.753Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18652026-06-09T15:18:26.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18662026-06-09T15:18:26.809Z
18672026-06-09T15:18:26.809Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/295)
18682026-06-09T15:18:27.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18692026-06-09T15:18:27.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18702026-06-09T15:18:27.219Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18712026-06-09T15:18:27.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18722026-06-09T15:18:27.278Z
18732026-06-09T15:18:27.278Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/295)
18742026-06-09T15:18:27.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18752026-06-09T15:18:27.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18762026-06-09T15:18:27.685Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18772026-06-09T15:18:27.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18782026-06-09T15:18:27.741Z
18792026-06-09T15:18:27.741Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/295)
18802026-06-09T15:18:28.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18812026-06-09T15:18:28.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18822026-06-09T15:18:28.151Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18832026-06-09T15:18:28.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18842026-06-09T15:18:28.209Z
18852026-06-09T15:18:28.209Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/295)
18862026-06-09T15:18:28.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18872026-06-09T15:18:28.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18882026-06-09T15:18:28.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18892026-06-09T15:18:28.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18902026-06-09T15:18:28.678Z
18912026-06-09T15:18:28.678Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/295)
18922026-06-09T15:18:29.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18932026-06-09T15:18:29.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18942026-06-09T15:18:29.089Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18952026-06-09T15:18:29.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18962026-06-09T15:18:29.147Z
18972026-06-09T15:18:29.147Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/295)
18982026-06-09T15:18:29.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18992026-06-09T15:18:29.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19002026-06-09T15:18:29.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19012026-06-09T15:18:29.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19022026-06-09T15:18:29.618Z
19032026-06-09T15:18:29.618Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/295)
19042026-06-09T15:18:30.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19052026-06-09T15:18:30.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19062026-06-09T15:18:30.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19072026-06-09T15:18:30.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19082026-06-09T15:18:30.088Z
19092026-06-09T15:18:30.088Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/295)
19102026-06-09T15:18:30.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19112026-06-09T15:18:30.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19122026-06-09T15:18:30.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19132026-06-09T15:18:30.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19142026-06-09T15:18:30.558Z
19152026-06-09T15:18:30.558Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/295)
19162026-06-09T15:18:30.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19172026-06-09T15:18:30.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19182026-06-09T15:18:30.971Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19192026-06-09T15:18:30.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19202026-06-09T15:18:31.030Z
19212026-06-09T15:18:31.030Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/295)
19222026-06-09T15:18:31.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19232026-06-09T15:18:31.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19242026-06-09T15:18:31.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19252026-06-09T15:18:31.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19262026-06-09T15:18:31.496Z
19272026-06-09T15:18:31.496Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/295)
19282026-06-09T15:18:31.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19292026-06-09T15:18:31.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19302026-06-09T15:18:31.910Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19312026-06-09T15:18:31.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19322026-06-09T15:18:31.968Z
19332026-06-09T15:18:31.968Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/295)
19342026-06-09T15:18:32.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19352026-06-09T15:18:32.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19362026-06-09T15:18:32.381Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19372026-06-09T15:18:32.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19382026-06-09T15:18:32.436Z
19392026-06-09T15:18:32.436Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/295)
19402026-06-09T15:18:32.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19412026-06-09T15:18:32.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19422026-06-09T15:18:32.845Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19432026-06-09T15:18:32.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19442026-06-09T15:18:32.901Z
19452026-06-09T15:18:32.901Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/295)
19462026-06-09T15:18:33.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19472026-06-09T15:18:33.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19482026-06-09T15:18:33.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19492026-06-09T15:18:33.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19502026-06-09T15:18:33.367Z
19512026-06-09T15:18:33.367Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/295)
19522026-06-09T15:18:33.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19532026-06-09T15:18:33.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19542026-06-09T15:18:33.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19552026-06-09T15:18:33.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19562026-06-09T15:18:33.830Z
19572026-06-09T15:18:33.830Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/295)
19582026-06-09T15:18:34.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19592026-06-09T15:18:34.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19602026-06-09T15:18:34.240Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19612026-06-09T15:18:34.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19622026-06-09T15:18:34.299Z
19632026-06-09T15:18:34.299Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/295)
19642026-06-09T15:18:34.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19652026-06-09T15:18:34.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19662026-06-09T15:18:34.707Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19672026-06-09T15:18:34.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19682026-06-09T15:18:34.762Z
19692026-06-09T15:18:34.762Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/295)
19702026-06-09T15:18:35.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19712026-06-09T15:18:35.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19722026-06-09T15:18:35.173Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19732026-06-09T15:18:35.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19742026-06-09T15:18:35.229Z
19752026-06-09T15:18:35.229Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/295)
19762026-06-09T15:18:35.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19772026-06-09T15:18:35.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19782026-06-09T15:18:35.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19792026-06-09T15:18:35.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19802026-06-09T15:18:35.693Z
19812026-06-09T15:18:35.693Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/295)
19822026-06-09T15:18:36.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19832026-06-09T15:18:36.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19842026-06-09T15:18:36.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19852026-06-09T15:18:36.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19862026-06-09T15:18:36.157Z
19872026-06-09T15:18:36.157Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/295)
19882026-06-09T15:18:36.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19892026-06-09T15:18:36.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19902026-06-09T15:18:36.564Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19912026-06-09T15:18:36.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19922026-06-09T15:18:36.621Z
19932026-06-09T15:18:36.621Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/295)
19942026-06-09T15:18:37.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19952026-06-09T15:18:37.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19962026-06-09T15:18:37.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19972026-06-09T15:18:37.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19982026-06-09T15:18:37.084Z
19992026-06-09T15:18:37.084Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/295)
20002026-06-09T15:18:37.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20012026-06-09T15:18:37.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20022026-06-09T15:18:37.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20032026-06-09T15:18:37.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20042026-06-09T15:18:37.548Z
20052026-06-09T15:18:37.548Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/295)
20062026-06-09T15:18:37.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20072026-06-09T15:18:37.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20082026-06-09T15:18:37.958Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20092026-06-09T15:18:37.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20102026-06-09T15:18:38.018Z
20112026-06-09T15:18:38.018Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/295)
20122026-06-09T15:18:38.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20132026-06-09T15:18:38.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20142026-06-09T15:18:38.430Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20152026-06-09T15:18:38.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20162026-06-09T15:18:38.486Z
20172026-06-09T15:18:38.486Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/295)
20182026-06-09T15:18:38.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20192026-06-09T15:18:38.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20202026-06-09T15:18:38.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20212026-06-09T15:18:38.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20222026-06-09T15:18:38.951Z
20232026-06-09T15:18:38.951Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/295)
20242026-06-09T15:18:39.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20252026-06-09T15:18:39.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20262026-06-09T15:18:39.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20272026-06-09T15:18:39.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20282026-06-09T15:18:39.417Z
20292026-06-09T15:18:39.417Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/295)
20302026-06-09T15:18:39.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20312026-06-09T15:18:39.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20322026-06-09T15:18:39.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20332026-06-09T15:18:39.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20342026-06-09T15:18:39.882Z
20352026-06-09T15:18:39.882Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/295)
20362026-06-09T15:18:40.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20372026-06-09T15:18:40.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20382026-06-09T15:18:40.293Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20392026-06-09T15:18:40.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20402026-06-09T15:18:40.349Z
20412026-06-09T15:18:40.349Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/295)
20422026-06-09T15:18:40.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20432026-06-09T15:18:40.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20442026-06-09T15:18:40.762Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20452026-06-09T15:18:40.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20462026-06-09T15:18:40.819Z
20472026-06-09T15:18:40.819Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/295)
20482026-06-09T15:18:41.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20492026-06-09T15:18:41.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20502026-06-09T15:18:41.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20512026-06-09T15:18:41.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20522026-06-09T15:18:41.286Z
20532026-06-09T15:18:41.286Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/295)
20542026-06-09T15:18:41.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20552026-06-09T15:18:41.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20562026-06-09T15:18:41.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20572026-06-09T15:18:41.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20582026-06-09T15:18:41.758Z
20592026-06-09T15:18:41.759Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/295)
20602026-06-09T15:18:42.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20612026-06-09T15:18:42.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20622026-06-09T15:18:42.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20632026-06-09T15:18:42.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20642026-06-09T15:18:42.227Z
20652026-06-09T15:18:42.227Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/295)
20662026-06-09T15:18:42.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20672026-06-09T15:18:42.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20682026-06-09T15:18:42.637Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20692026-06-09T15:18:42.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20702026-06-09T15:18:42.696Z
20712026-06-09T15:18:42.696Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/295)
20722026-06-09T15:18:43.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20732026-06-09T15:18:43.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20742026-06-09T15:18:43.107Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20752026-06-09T15:18:43.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20762026-06-09T15:18:43.165Z
20772026-06-09T15:18:43.165Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/295)
20782026-06-09T15:18:43.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20792026-06-09T15:18:43.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20802026-06-09T15:18:43.577Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20812026-06-09T15:18:43.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20822026-06-09T15:18:43.634Z
20832026-06-09T15:18:43.634Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/295)
20842026-06-09T15:18:44.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20852026-06-09T15:18:44.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20862026-06-09T15:18:44.045Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20872026-06-09T15:18:44.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20882026-06-09T15:18:44.103Z
20892026-06-09T15:18:44.103Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/295)
20902026-06-09T15:18:44.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20912026-06-09T15:18:44.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20922026-06-09T15:18:44.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20932026-06-09T15:18:44.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20942026-06-09T15:18:44.729Z
20952026-06-09T15:18:44.729Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/295)
20962026-06-09T15:18:45.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20972026-06-09T15:18:45.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20982026-06-09T15:18:45.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20992026-06-09T15:18:45.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21002026-06-09T15:18:45.359Z
21012026-06-09T15:18:45.359Zinfo: running `cargo check --bins` on nexus-config (51/295)
21022026-06-09T15:18:45.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21032026-06-09T15:18:45.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21042026-06-09T15:18:45.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21052026-06-09T15:18:45.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21062026-06-09T15:18:45.987Z
21072026-06-09T15:18:45.987Zinfo: running `cargo check --bins` on nexus-types (52/295)
21082026-06-09T15:18:46.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21092026-06-09T15:18:46.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21102026-06-09T15:18:46.521Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21112026-06-09T15:18:46.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21122026-06-09T15:18:46.616Z
21132026-06-09T15:18:46.616Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/295)
21142026-06-09T15:18:47.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21152026-06-09T15:18:47.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21162026-06-09T15:18:47.129Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21172026-06-09T15:18:47.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21182026-06-09T15:18:47.216Z
21192026-06-09T15:18:47.216Zinfo: running `cargo check --bins` on omicron-passwords (54/295)
21202026-06-09T15:18:47.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21212026-06-09T15:18:47.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21222026-06-09T15:18:47.712Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21232026-06-09T15:18:47.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21242026-06-09T15:18:47.796Z
21252026-06-09T15:18:47.796Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/295)
21262026-06-09T15:18:48.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21272026-06-09T15:18:48.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21282026-06-09T15:18:48.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21292026-06-09T15:18:48.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21302026-06-09T15:18:48.397Z
21312026-06-09T15:18:48.397Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/295)
21322026-06-09T15:18:48.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21332026-06-09T15:18:48.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21342026-06-09T15:18:48.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21352026-06-09T15:18:48.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21362026-06-09T15:18:49.001Z
21372026-06-09T15:18:49.001Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/295)
21382026-06-09T15:18:49.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21392026-06-09T15:18:49.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21402026-06-09T15:18:49.514Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21412026-06-09T15:18:49.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21422026-06-09T15:18:49.603Z
21432026-06-09T15:18:49.603Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/295)
21442026-06-09T15:18:50.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21452026-06-09T15:18:50.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21462026-06-09T15:18:50.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21472026-06-09T15:18:50.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21482026-06-09T15:18:50.209Z
21492026-06-09T15:18:50.209Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/295)
21502026-06-09T15:18:50.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21512026-06-09T15:18:50.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21522026-06-09T15:18:50.707Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21532026-06-09T15:18:50.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21542026-06-09T15:18:50.795Z
21552026-06-09T15:18:50.795Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/295)
21562026-06-09T15:18:51.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21572026-06-09T15:18:51.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21582026-06-09T15:18:51.293Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21592026-06-09T15:18:51.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21602026-06-09T15:18:51.382Z
21612026-06-09T15:18:51.382Zinfo: running `cargo check --bins --no-default-features` on gfss (61/295)
21622026-06-09T15:18:51.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21632026-06-09T15:18:51.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21642026-06-09T15:18:51.880Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21652026-06-09T15:18:51.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21662026-06-09T15:18:51.964Z
21672026-06-09T15:18:51.964Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/295)
21682026-06-09T15:18:52.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21692026-06-09T15:18:52.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21702026-06-09T15:18:52.458Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21712026-06-09T15:18:52.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21722026-06-09T15:18:52.545Z
21732026-06-09T15:18:52.545Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/295)
21742026-06-09T15:18:53.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21752026-06-09T15:18:53.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21762026-06-09T15:18:53.054Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21772026-06-09T15:18:53.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21782026-06-09T15:18:53.146Z
21792026-06-09T15:18:53.146Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/295)
21802026-06-09T15:18:53.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21812026-06-09T15:18:53.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21822026-06-09T15:18:53.655Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21832026-06-09T15:18:53.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21842026-06-09T15:18:53.746Z
21852026-06-09T15:18:53.747Zinfo: running `cargo check --bins` on cockroach-admin-types (65/295)
21862026-06-09T15:18:54.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21872026-06-09T15:18:54.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21882026-06-09T15:18:54.244Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21892026-06-09T15:18:54.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21902026-06-09T15:18:54.329Z
21912026-06-09T15:18:54.329Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/295)
21922026-06-09T15:18:54.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21932026-06-09T15:18:54.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21942026-06-09T15:18:54.827Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21952026-06-09T15:18:54.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21962026-06-09T15:18:54.915Z
21972026-06-09T15:18:54.915Zinfo: running `cargo check --bins` on ereport-types (67/295)
21982026-06-09T15:18:55.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21992026-06-09T15:18:55.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22002026-06-09T15:18:55.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22012026-06-09T15:18:55.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22022026-06-09T15:18:55.506Z
22032026-06-09T15:18:55.506Zinfo: running `cargo check --bins` on gateway-client (68/295)
22042026-06-09T15:18:56.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22052026-06-09T15:18:56.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22062026-06-09T15:18:56.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22072026-06-09T15:18:56.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22082026-06-09T15:18:56.096Z
22092026-06-09T15:18:56.096Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/295)
22102026-06-09T15:18:56.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22112026-06-09T15:18:56.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22122026-06-09T15:18:56.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22132026-06-09T15:18:56.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22142026-06-09T15:18:56.688Z
22152026-06-09T15:18:56.688Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/295)
22162026-06-09T15:18:57.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22172026-06-09T15:18:57.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22182026-06-09T15:18:57.190Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22192026-06-09T15:18:57.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22202026-06-09T15:18:57.280Z
22212026-06-09T15:18:57.280Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/295)
22222026-06-09T15:18:57.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22232026-06-09T15:18:57.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22242026-06-09T15:18:57.785Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22252026-06-09T15:18:57.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22262026-06-09T15:18:57.876Z
22272026-06-09T15:18:57.876Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/295)
22282026-06-09T15:18:58.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22292026-06-09T15:18:58.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22302026-06-09T15:18:58.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22312026-06-09T15:18:58.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22322026-06-09T15:18:58.464Z
22332026-06-09T15:18:58.464Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/295)
22342026-06-09T15:18:58.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22352026-06-09T15:18:58.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22362026-06-09T15:18:58.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22372026-06-09T15:18:58.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22382026-06-09T15:18:59.073Z
22392026-06-09T15:18:59.073Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/295)
22402026-06-09T15:18:59.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22412026-06-09T15:18:59.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22422026-06-09T15:18:59.592Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22432026-06-09T15:18:59.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22442026-06-09T15:18:59.686Z
22452026-06-09T15:18:59.686Zinfo: running `cargo check --bins` on key-manager-types (75/295)
22462026-06-09T15:19:00.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22472026-06-09T15:19:00.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22482026-06-09T15:19:00.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22492026-06-09T15:19:00.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22502026-06-09T15:19:00.267Z
22512026-06-09T15:19:00.267Zinfo: running `cargo check --bins` on oxlog (76/295)
22522026-06-09T15:19:00.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22532026-06-09T15:19:00.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22542026-06-09T15:19:00.885Z Checking cfg-if v1.0.4
22552026-06-09T15:19:00.888Z Checking libc v0.2.185
22562026-06-09T15:19:00.888Z Checking serde_core v1.0.228
22572026-06-09T15:19:01.005Z Checking zeroize v1.8.2
22582026-06-09T15:19:01.010Z Checking memchr v2.8.0
22592026-06-09T15:19:01.019Z Checking log v0.4.29
22602026-06-09T15:19:01.029Z Checking smallvec v1.15.1
22612026-06-09T15:19:01.040Z Checking typenum v1.19.0
22622026-06-09T15:19:01.043Z Checking subtle v2.6.1
22632026-06-09T15:19:01.143Z Checking itoa v1.0.17
22642026-06-09T15:19:01.182Z Checking scopeguard v1.2.0
22652026-06-09T15:19:01.194Z Checking stable_deref_trait v1.2.1
22662026-06-09T15:19:01.206Z Checking const-oid v0.9.6
22672026-06-09T15:19:01.267Z Checking zerofrom v0.1.6
22682026-06-09T15:19:01.281Z Checking lock_api v0.4.14
22692026-06-09T15:19:01.294Z Checking pin-project-lite v0.2.17
22702026-06-09T15:19:01.381Z Checking yoke v0.8.1
22712026-06-09T15:19:01.394Z Checking portable-atomic v1.13.1
22722026-06-09T15:19:01.403Z Checking getrandom v0.2.17
22732026-06-09T15:19:01.406Z Checking errno v0.3.14
22742026-06-09T15:19:01.474Z Checking parking_lot_core v0.9.12
22752026-06-09T15:19:01.514Z Checking signal-hook-registry v1.4.8
22762026-06-09T15:19:01.544Z Checking zerovec v0.11.5
22772026-06-09T15:19:01.556Z Checking rand_core v0.6.4
22782026-06-09T15:19:01.565Z Checking generic-array v0.14.7
22792026-06-09T15:19:01.658Z Checking critical-section v1.2.0
22802026-06-09T15:19:01.669Z Checking futures-core v0.3.32
22812026-06-09T15:19:01.726Z Checking parking_lot v0.12.5
22822026-06-09T15:19:01.753Z Checking mio v1.2.0
22832026-06-09T15:19:01.787Z Checking once_cell v1.21.3
22842026-06-09T15:19:01.798Z Checking zerocopy v0.8.40
22852026-06-09T15:19:01.879Z Checking zmij v1.0.21
22862026-06-09T15:19:01.923Z Checking socket2 v0.6.3
22872026-06-09T15:19:01.957Z Checking libm v0.2.16
22882026-06-09T15:19:01.971Z Checking tinystr v0.8.2
22892026-06-09T15:19:01.997Z Checking crypto-common v0.1.7
22902026-06-09T15:19:02.026Z Checking block-buffer v0.10.4
22912026-06-09T15:19:02.116Z Checking writeable v0.6.2
22922026-06-09T15:19:02.127Z Checking percent-encoding v2.3.2
22932026-06-09T15:19:02.141Z Checking equivalent v1.0.2
22942026-06-09T15:19:02.163Z Checking litemap v0.8.1
22952026-06-09T15:19:02.166Z Checking digest v0.10.7
22962026-06-09T15:19:02.217Z Checking potential_utf v0.1.4
22972026-06-09T15:19:02.259Z Checking zerotrie v0.2.3
22982026-06-09T15:19:02.273Z Checking futures-sink v0.3.32
22992026-06-09T15:19:02.334Z Checking icu_locale_core v2.1.1
23002026-06-09T15:19:02.347Z Checking icu_collections v2.1.1
23012026-06-09T15:19:02.362Z Checking cpufeatures v0.2.17
23022026-06-09T15:19:02.373Z Checking futures-channel v0.3.32
23032026-06-09T15:19:02.432Z Checking slab v0.4.12
23042026-06-09T15:19:02.472Z Checking serde v1.0.228
23052026-06-09T15:19:02.503Z Checking bitflags v2.11.0
23062026-06-09T15:19:02.560Z Checking serde_json v1.0.149
23072026-06-09T15:19:02.587Z Checking futures-io v0.3.32
23082026-06-09T15:19:02.647Z Checking num-traits v0.2.19
23092026-06-09T15:19:02.659Z Checking futures-task v0.3.32
23102026-06-09T15:19:02.673Z Checking hmac v0.12.1
23112026-06-09T15:19:02.697Z Checking icu_properties_data v2.1.2
23122026-06-09T15:19:02.791Z Checking futures-util v0.3.32
23132026-06-09T15:19:02.803Z Checking icu_normalizer_data v2.1.1
23142026-06-09T15:19:02.823Z Checking rand_core v0.10.0
23152026-06-09T15:19:02.869Z Checking hashbrown v0.17.0
23162026-06-09T15:19:02.882Z Checking bytes v1.11.1
23172026-06-09T15:19:02.893Z Checking icu_provider v2.1.1
23182026-06-09T15:19:02.961Z Checking getrandom v0.4.1
23192026-06-09T15:19:03.105Z Checking block-padding v0.3.3
23202026-06-09T15:19:03.128Z Checking icu_properties v2.1.2
23212026-06-09T15:19:03.166Z Checking icu_normalizer v2.1.1
23222026-06-09T15:19:03.224Z Checking utf8_iter v1.0.4
23232026-06-09T15:19:03.236Z Checking inout v0.1.4
23242026-06-09T15:19:03.308Z Checking tokio v1.52.1
23252026-06-09T15:19:03.327Z Checking indexmap v2.14.0
23262026-06-09T15:19:03.355Z Checking sha2 v0.10.9
23272026-06-09T15:19:03.379Z Checking cipher v0.4.4
23282026-06-09T15:19:03.476Z Checking form_urlencoded v1.2.2
23292026-06-09T15:19:03.591Z Checking getrandom v0.3.4
23302026-06-09T15:19:03.608Z Checking fnv v1.0.7
23312026-06-09T15:19:03.628Z Checking base64ct v1.8.3
23322026-06-09T15:19:03.698Z Checking byteorder v1.5.0
23332026-06-09T15:19:03.733Z Checking flagset v0.4.7
23342026-06-09T15:19:03.858Z Checking pem-rfc7468 v0.7.0
23352026-06-09T15:19:03.869Z Checking rand_core v0.9.5
23362026-06-09T15:19:03.893Z Checking http v1.4.0
23372026-06-09T15:19:03.904Z Checking regex-syntax v0.8.10
23382026-06-09T15:19:03.965Z Checking idna_adapter v1.2.1
23392026-06-09T15:19:04.013Z Checking der v0.7.10
23402026-06-09T15:19:04.039Z Checking salsa20 v0.10.2
23412026-06-09T15:19:04.084Z Checking idna v1.1.0
23422026-06-09T15:19:04.175Z Checking uuid v1.23.0
23432026-06-09T15:19:04.330Z Checking url v2.5.8
23442026-06-09T15:19:04.454Z Checking pbkdf2 v0.12.2
23452026-06-09T15:19:04.479Z Checking rustix v1.1.3
23462026-06-09T15:19:04.563Z Checking tracing-core v0.1.36
23472026-06-09T15:19:04.568Z Checking ppv-lite86 v0.2.21
23482026-06-09T15:19:04.704Z Checking rustls-pki-types v1.14.0
23492026-06-09T15:19:04.734Z Checking spki v0.7.3
23502026-06-09T15:19:04.768Z Checking iana-time-zone v0.1.65
23512026-06-09T15:19:04.863Z Checking base64 v0.22.1
23522026-06-09T15:19:04.877Z Checking tracing v0.1.44
23532026-06-09T15:19:04.877Z Checking chrono v0.4.44
23542026-06-09T15:19:04.898Z Checking rand_chacha v0.9.0
23552026-06-09T15:19:04.992Z Checking scrypt v0.11.0
23562026-06-09T15:19:05.090Z Checking http-body v1.0.1
23572026-06-09T15:19:05.103Z Checking aes v0.8.4
23582026-06-09T15:19:05.106Z Checking cbc v0.1.2
23592026-06-09T15:19:05.131Z Checking aws-lc-sys v0.40.0
23602026-06-09T15:19:05.212Z Checking openssl-probe v0.2.1
23612026-06-09T15:19:05.225Z Checking tinyvec_macros v0.1.1
23622026-06-09T15:19:05.236Z Checking untrusted v0.7.1
23632026-06-09T15:19:05.291Z Checking untrusted v0.9.0
23642026-06-09T15:19:05.315Z Checking tinyvec v1.10.0
23652026-06-09T15:19:05.329Z Checking rand v0.9.2
23662026-06-09T15:19:05.345Z Checking tower-layer v0.3.3
23672026-06-09T15:19:05.397Z Checking ring v0.17.14
23682026-06-09T15:19:05.492Z Checking atomic-waker v1.1.2
23692026-06-09T15:19:05.503Z Checking pkcs5 v0.7.1
23702026-06-09T15:19:05.590Z Checking tower-service v0.3.3
23712026-06-09T15:19:05.623Z Checking try-lock v0.2.5
23722026-06-09T15:19:05.636Z Checking aws-lc-rs v1.16.3
23732026-06-09T15:19:05.679Z Checking ipnet v2.11.0
23742026-06-09T15:19:05.720Z Checking want v0.3.1
23752026-06-09T15:19:05.733Z Checking httparse v1.10.1
23762026-06-09T15:19:05.749Z Checking pkcs8 v0.10.2
23772026-06-09T15:19:05.798Z Checking aho-corasick v1.1.4
23782026-06-09T15:19:05.839Z Checking plain v0.2.3
23792026-06-09T15:19:05.922Z Checking pin-utils v0.1.0
23802026-06-09T15:19:05.934Z Checking dyn-clone v1.0.20
23812026-06-09T15:19:05.945Z Checking fastrand v2.3.0
23822026-06-09T15:19:05.959Z Checking foreign-types-shared v0.1.1
23832026-06-09T15:19:05.990Z Checking httpdate v1.0.3
23842026-06-09T15:19:06.032Z Checking utf8parse v0.2.2
23852026-06-09T15:19:06.044Z Checking foreign-types v0.3.2
23862026-06-09T15:19:06.112Z Checking unicode-normalization v0.1.25
23872026-06-09T15:19:06.123Z Checking tempfile v3.25.0
23882026-06-09T15:19:06.135Z Checking semver v1.0.28
23892026-06-09T15:19:06.139Z Checking openssl-sys v0.9.115
23902026-06-09T15:19:06.311Z Checking spin v0.9.8
23912026-06-09T15:19:06.341Z Checking anstyle v1.0.14
23922026-06-09T15:19:06.385Z Checking ucd-trie v0.1.7
23932026-06-09T15:19:06.469Z Checking regex-automata v0.4.14
23942026-06-09T15:19:06.482Z Checking rustls-webpki v0.103.9
23952026-06-09T15:19:06.494Z Checking unicode-ident v1.0.24
23962026-06-09T15:19:06.516Z Checking pest v2.8.6
23972026-06-09T15:19:06.529Z Checking schemars v0.8.22
23982026-06-09T15:19:06.541Z Checking openssl v0.10.79
23992026-06-09T15:19:06.544Z Checking rustls-native-certs v0.8.3
24002026-06-09T15:19:06.568Z Checking tokio-util v0.7.18
24012026-06-09T15:19:06.593Z Checking proc-macro2 v1.0.106
24022026-06-09T15:19:06.678Z Checking thiserror v2.0.18
24032026-06-09T15:19:06.779Z Checking sync_wrapper v1.0.2
24042026-06-09T15:19:06.881Z Checking wait-timeout v0.2.1
24052026-06-09T15:19:06.903Z Checking rustls v0.23.37
24062026-06-09T15:19:06.916Z Checking simd-adler32 v0.3.8
24072026-06-09T15:19:06.998Z Checking bit-vec v0.8.0
24082026-06-09T15:19:07.079Z Checking colorchoice v1.0.4
24092026-06-09T15:19:07.161Z Checking is_terminal_polyfill v1.70.2
24102026-06-09T15:19:07.175Z Checking h2 v0.4.13
24112026-06-09T15:19:07.177Z Checking pretty-hex v0.4.1
24122026-06-09T15:19:07.198Z Checking powerfmt v0.2.0
24132026-06-09T15:19:07.247Z Checking siphasher v1.0.2
24142026-06-09T15:19:07.299Z Checking anstyle-query v1.1.5
24152026-06-09T15:19:07.343Z Checking quick-error v1.2.3
24162026-06-09T15:19:07.390Z Checking deranged v0.5.8
24172026-06-09T15:19:07.403Z Checking bit-set v0.8.0
24182026-06-09T15:19:07.440Z Checking rusty-fork v0.3.1
24192026-06-09T15:19:07.545Z Checking quote v1.0.45
24202026-06-09T15:19:07.576Z Checking tower v0.5.3
24212026-06-09T15:19:07.608Z Compiling newtype-uuid v1.3.2
24222026-06-09T15:19:07.712Z Checking http-body-util v0.1.3
24232026-06-09T15:19:07.788Z Checking crossbeam-utils v0.8.21
24242026-06-09T15:19:07.928Z Checking webpki-roots v1.0.6
24252026-06-09T15:19:07.956Z Checking rand_xorshift v0.4.0
24262026-06-09T15:19:08.046Z Checking crc32fast v1.5.0
24272026-06-09T15:19:08.076Z Checking scroll v0.13.0
24282026-06-09T15:19:08.115Z Checking signature v2.2.0
24292026-06-09T15:19:08.184Z Checking unicode-bidi v0.3.18
24302026-06-09T15:19:08.244Z Checking num-conv v0.2.0
24312026-06-09T15:19:08.301Z Checking unarray v0.1.4
24322026-06-09T15:19:08.304Z Checking adler2 v2.0.1
24332026-06-09T15:19:08.325Z Checking allocator-api2 v0.2.21
24342026-06-09T15:19:08.373Z Checking time-core v0.1.8
24352026-06-09T15:19:08.406Z Checking iri-string v0.7.10
24362026-06-09T15:19:08.418Z Checking ryu v1.0.23
24372026-06-09T15:19:08.502Z Checking unicode-properties v0.1.4
24382026-06-09T15:19:08.514Z Checking num_threads v0.1.7
24392026-06-09T15:19:08.554Z Checking serde_urlencoded v0.7.1
24402026-06-09T15:19:08.571Z Checking native-tls v0.2.18
24412026-06-09T15:19:08.599Z Checking time v0.3.47
24422026-06-09T15:19:08.623Z Checking miniz_oxide v0.8.9
24432026-06-09T15:19:08.691Z Checking stringprep v0.1.5
24442026-06-09T15:19:08.749Z Checking tokio-native-tls v0.3.1
24452026-06-09T15:19:08.762Z Checking proptest v1.10.0
24462026-06-09T15:19:08.846Z Checking bstr v1.12.1
24472026-06-09T15:19:08.910Z Checking goblin v0.10.5
24482026-06-09T15:19:08.985Z Checking crossbeam-epoch v0.9.18
24492026-06-09T15:19:09.208Z Compiling daft v0.1.7
24502026-06-09T15:19:09.239Z Checking syn v2.0.117
24512026-06-09T15:19:09.306Z Checking tokio-rustls v0.26.4
24522026-06-09T15:19:09.444Z Checking tower-http v0.6.8
24532026-06-09T15:19:09.479Z Checking ipnetwork v0.21.1
24542026-06-09T15:19:09.537Z Checking anstyle-parse v1.0.0
24552026-06-09T15:19:09.690Z Checking rand_chacha v0.3.1
24562026-06-09T15:19:09.703Z Checking thiserror v1.0.69
24572026-06-09T15:19:09.717Z Checking scroll v0.12.0
24582026-06-09T15:19:09.734Z Checking hash32 v0.2.1
24592026-06-09T15:19:09.798Z Checking zstd-sys v2.0.16+zstd.1.5.7
24602026-06-09T15:19:09.887Z Checking num-integer v0.1.46
24612026-06-09T15:19:09.899Z Checking serde_spanned v0.6.9
24622026-06-09T15:19:09.902Z Checking hyper v1.8.1
24632026-06-09T15:19:09.922Z Checking toml_datetime v0.6.11
24642026-06-09T15:19:09.939Z Checking md-5 v0.10.6
24652026-06-09T15:19:10.021Z Checking ff v0.13.1
24662026-06-09T15:19:10.074Z Checking encoding_rs v0.8.35
24672026-06-09T15:19:10.099Z Checking base16ct v0.2.0
24682026-06-09T15:19:10.112Z Checking fallible-iterator v0.2.0
24692026-06-09T15:19:10.145Z Checking mime v0.3.17
24702026-06-09T15:19:10.224Z Checking zlib-rs v0.6.2
24712026-06-09T15:19:10.314Z Checking psl-types v2.0.11
24722026-06-09T15:19:10.374Z Checking postgres-protocol v0.6.10
24732026-06-09T15:19:10.432Z Checking publicsuffix v2.3.0
24742026-06-09T15:19:10.590Z Checking sec1 v0.7.3
24752026-06-09T15:19:10.687Z Checking group v0.13.0
24762026-06-09T15:19:10.713Z Checking num-iter v0.1.45
24772026-06-09T15:19:10.797Z Checking goblin v0.8.2
24782026-06-09T15:19:10.811Z Checking hyper-util v0.1.20
24792026-06-09T15:19:10.823Z Checking zstd-safe v7.2.4
24802026-06-09T15:19:10.834Z Checking rand v0.8.6
24812026-06-09T15:19:10.986Z Checking heapless v0.7.17
24822026-06-09T15:19:11.007Z Checking cookie v0.18.1
24832026-06-09T15:19:11.115Z Checking flate2 v1.1.9
24842026-06-09T15:19:11.226Z Checking dof v0.4.0
24852026-06-09T15:19:11.237Z Checking oxnet v0.1.5
24862026-06-09T15:19:11.341Z Checking anstream v1.0.0
24872026-06-09T15:19:11.389Z Compiling iddqd v0.4.2
24882026-06-09T15:19:11.408Z Checking dtrace-parser v0.3.0
24892026-06-09T15:19:11.473Z Checking phf_shared v0.13.1
24902026-06-09T15:19:11.512Z Checking lazy_static v1.5.0
24912026-06-09T15:19:11.535Z Checking anstyle-parse v0.2.7
24922026-06-09T15:19:11.601Z Checking pin-project v1.1.11
24932026-06-09T15:19:11.645Z Checking zerocopy v0.7.35
24942026-06-09T15:19:11.664Z Checking bzip2-sys v0.1.13+1.0.8
24952026-06-09T15:19:11.681Z Checking signal-hook v0.3.18
24962026-06-09T15:19:11.694Z Checking terminal_size v0.4.3
24972026-06-09T15:19:11.747Z Checking futures-executor v0.3.32
24982026-06-09T15:19:11.805Z Checking hex v0.4.3
24992026-06-09T15:19:11.861Z Checking hkdf v0.12.4
25002026-06-09T15:19:11.874Z Checking crypto-bigint v0.5.5
25012026-06-09T15:19:11.893Z Checking thread-id v5.1.0
25022026-06-09T15:19:11.984Z Checking winnow v0.7.14
25032026-06-09T15:19:12.002Z Checking either v1.15.0
25042026-06-09T15:19:12.026Z Checking clap_lex v1.0.0
25052026-06-09T15:19:12.048Z Checking hyper-rustls v0.27.7
25062026-06-09T15:19:12.125Z Checking hyper-tls v0.6.0
25072026-06-09T15:19:12.173Z Compiling rayon-core v1.13.0
25082026-06-09T15:19:12.186Z Checking managed v0.8.0
25092026-06-09T15:19:12.255Z Checking bitflags v1.3.2
25102026-06-09T15:19:12.295Z Checking same-file v1.0.6
25112026-06-09T15:19:12.328Z Checking winnow v0.5.40
25122026-06-09T15:19:12.348Z Checking libbz2-rs-sys v0.2.2
25132026-06-09T15:19:12.368Z Checking bumpalo v3.20.2
25142026-06-09T15:19:12.410Z Checking foldhash v0.2.0
25152026-06-09T15:19:12.564Z Checking foldhash v0.1.5
25162026-06-09T15:19:12.564Z Checking strsim v0.11.1
25172026-06-09T15:19:12.649Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25182026-06-09T15:19:12.681Z Checking dof v0.3.0
25192026-06-09T15:19:12.705Z Checking hashbrown v0.15.5
25202026-06-09T15:19:12.724Z Checking clap_builder v4.6.0
25212026-06-09T15:19:12.735Z Checking bzip2 v0.6.1
25222026-06-09T15:19:12.764Z Checking elliptic-curve v0.13.8
25232026-06-09T15:19:12.827Z Checking zopfli v0.8.3
25242026-06-09T15:19:12.891Z Checking hashbrown v0.16.1
25252026-06-09T15:19:12.962Z Checking walkdir v2.5.0
25262026-06-09T15:19:13.067Z Checking smoltcp v0.9.1
25272026-06-09T15:19:13.140Z Checking reqwest v0.12.28
25282026-06-09T15:19:13.155Z Checking usdt-impl v0.6.0
25292026-06-09T15:19:13.166Z Checking futures v0.3.32
25302026-06-09T15:19:13.169Z Checking signal-hook-mio v0.2.5
25312026-06-09T15:19:13.242Z Checking bzip2 v0.4.4
25322026-06-09T15:19:13.275Z Checking snafu v0.8.9
25332026-06-09T15:19:13.402Z Checking anstream v0.6.21
25342026-06-09T15:19:13.420Z Checking phf v0.13.1
25352026-06-09T15:19:13.442Z Checking num-bigint-dig v0.8.6
25362026-06-09T15:19:13.487Z Checking toml_edit v0.19.15
25372026-06-09T15:19:13.565Z Checking cookie_store v0.22.1
25382026-06-09T15:19:13.598Z Checking zstd v0.13.3
25392026-06-09T15:19:13.684Z Checking postgres-types v0.2.12
25402026-06-09T15:19:13.761Z Checking dtrace-parser v0.2.0
25412026-06-09T15:19:13.786Z Checking rustls-platform-verifier v0.6.2
25422026-06-09T15:19:13.897Z Checking globset v0.4.18
25432026-06-09T15:19:13.926Z Checking crossbeam-deque v0.8.6
25442026-06-09T15:19:13.966Z Checking regex v1.12.3
25452026-06-09T15:19:13.990Z Checking ed25519 v2.2.3
25462026-06-09T15:19:13.992Z Checking phf_shared v0.11.3
25472026-06-09T15:19:14.013Z Checking olpc-cjson v0.1.4
25482026-06-09T15:19:14.098Z Checking ref-cast v1.0.25
25492026-06-09T15:19:14.140Z Checking curve25519-dalek v4.1.3
25502026-06-09T15:19:14.144Z Checking strum v0.27.2
25512026-06-09T15:19:14.144Z Checking hubpack v0.1.2
25522026-06-09T15:19:14.175Z Checking memoffset v0.9.1
25532026-06-09T15:19:14.190Z Checking rustix v0.38.44
25542026-06-09T15:19:14.244Z Checking pkcs1 v0.7.5
25552026-06-09T15:19:14.255Z Checking pem v3.0.6
25562026-06-09T15:19:14.259Z Checking float-cmp v0.10.0
25572026-06-09T15:19:14.278Z Checking erased-serde v0.3.31
25582026-06-09T15:19:14.301Z Checking serde_plain v1.0.2
25592026-06-09T15:19:14.389Z Checking serde-big-array v0.5.1
25602026-06-09T15:19:14.405Z Checking rfc6979 v0.4.0
25612026-06-09T15:19:14.442Z Checking thread-id v4.2.2
25622026-06-09T15:19:14.454Z Checking memmap2 v0.9.10
25632026-06-09T15:19:14.517Z Checking env_filter v1.0.0
25642026-06-09T15:19:14.520Z Checking typed-path v0.9.3
25652026-06-09T15:19:14.520Z Checking difflib v0.4.0
25662026-06-09T15:19:14.549Z Checking whoami v2.1.0
25672026-06-09T15:19:14.607Z Checking unicode-segmentation v1.12.0
25682026-06-09T15:19:14.657Z Checking static_assertions v1.1.0
25692026-06-09T15:19:14.667Z Checking jiff v0.2.21
25702026-06-09T15:19:14.708Z Checking fixedbitset v0.5.7
25712026-06-09T15:19:14.725Z Checking precomputed-hash v0.1.1
25722026-06-09T15:19:14.739Z Checking data-encoding v2.10.0
25732026-06-09T15:19:14.805Z Checking new_debug_unreachable v1.0.6
25742026-06-09T15:19:14.875Z Checking fixedbitset v0.4.2
25752026-06-09T15:19:14.902Z Checking toml_write v0.1.2
25762026-06-09T15:19:14.914Z Checking predicates-core v1.0.10
25772026-06-09T15:19:14.937Z Checking normalize-line-endings v0.3.0
25782026-06-09T15:19:14.980Z Checking keccak v0.1.6
25792026-06-09T15:19:15.005Z Checking hickory-proto v0.25.2
25802026-06-09T15:19:15.017Z Checking crossterm v0.28.1
25812026-06-09T15:19:15.028Z Checking petgraph v0.6.5
25822026-06-09T15:19:15.040Z Checking predicates v3.1.4
25832026-06-09T15:19:15.071Z Checking toml_edit v0.22.27
25842026-06-09T15:19:15.145Z Checking sha3 v0.10.8
25852026-06-09T15:19:15.294Z Checking tough v0.22.0
25862026-06-09T15:19:15.338Z Checking ed25519-dalek v2.2.0
25872026-06-09T15:19:15.349Z Checking similar v2.7.0
25882026-06-09T15:19:15.570Z Checking petgraph v0.8.3
25892026-06-09T15:19:15.710Z Checking string_cache v0.8.9
25902026-06-09T15:19:15.727Z Checking tokio-postgres v0.7.16
25912026-06-09T15:19:15.880Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
25922026-06-09T15:19:16.154Z Checking env_logger v0.11.9
25932026-06-09T15:19:16.279Z Checking slog v2.8.2
25942026-06-09T15:19:16.346Z Checking usdt v0.6.0
25952026-06-09T15:19:16.515Z Checking toml v0.7.8
25962026-06-09T15:19:16.551Z Checking ecdsa v0.16.9
25972026-06-09T15:19:16.827Z Checking usdt-impl v0.5.0
25982026-06-09T15:19:16.875Z Checking zip v4.6.1
25992026-06-09T15:19:16.894Z Checking rsa v0.9.10
26002026-06-09T15:19:16.962Z Checking nix v0.31.2
26012026-06-09T15:19:17.293Z Checking clap v4.6.1
26022026-06-09T15:19:17.354Z Checking reqwest v0.13.2
26032026-06-09T15:19:17.372Z Checking zip v0.6.6
26042026-06-09T15:19:17.441Z Checking toml_parser v1.0.9+spec-1.1.0
26052026-06-09T15:19:17.469Z Checking itertools v0.13.0
26062026-06-09T15:19:17.694Z Checking serde_with v3.17.0
26072026-06-09T15:19:17.756Z Checking strum v0.26.3
26082026-06-09T15:19:17.769Z Checking fs-err v3.3.0
26092026-06-09T15:19:17.867Z Checking ahash v0.8.12
26102026-06-09T15:19:17.999Z Checking object v0.37.3
26112026-06-09T15:19:18.015Z Checking tokio-stream v0.1.18
26122026-06-09T15:19:18.060Z Checking buf-list v1.1.2
26132026-06-09T15:19:18.071Z Checking camino v1.2.2
26142026-06-09T15:19:18.173Z Checking anyhow v1.0.102
26152026-06-09T15:19:18.203Z Checking x509-cert v0.2.5
26162026-06-09T15:19:18.240Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26172026-06-09T15:19:18.331Z Checking openapiv3 v2.2.0
26182026-06-09T15:19:18.382Z Checking sha1 v0.10.6
26192026-06-09T15:19:18.394Z Checking lalrpop-util v0.19.12
26202026-06-09T15:19:18.507Z Checking peg-runtime v0.8.5
26212026-06-09T15:19:18.518Z Checking rayon v1.11.0
26222026-06-09T15:19:18.543Z Checking sigpipe v0.1.3
26232026-06-09T15:19:18.554Z Checking glob v0.3.3
26242026-06-09T15:19:20.186Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26252026-06-09T15:19:20.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.19s
26262026-06-09T15:19:20.626Z
26272026-06-09T15:19:20.626Zinfo: running `cargo check --bins` on internal-dns-types (77/295)
26282026-06-09T15:19:21.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26292026-06-09T15:19:21.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26302026-06-09T15:19:21.144Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26312026-06-09T15:19:21.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26322026-06-09T15:19:21.237Z
26332026-06-09T15:19:21.237Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/295)
26342026-06-09T15:19:21.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26352026-06-09T15:19:21.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26362026-06-09T15:19:21.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26372026-06-09T15:19:21.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26382026-06-09T15:19:21.843Z
26392026-06-09T15:19:21.843Zinfo: running `cargo check --bins` on nexus-types-versions (79/295)
26402026-06-09T15:19:22.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26412026-06-09T15:19:22.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26422026-06-09T15:19:22.368Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26432026-06-09T15:19:22.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26442026-06-09T15:19:22.463Z
26452026-06-09T15:19:22.463Zinfo: running `cargo check --bins` on oxql-types (80/295)
26462026-06-09T15:19:22.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26472026-06-09T15:19:22.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26482026-06-09T15:19:22.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26492026-06-09T15:19:22.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26502026-06-09T15:19:23.071Z
26512026-06-09T15:19:23.071Zinfo: running `cargo check --bins` on oximeter-types (81/295)
26522026-06-09T15:19:23.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26532026-06-09T15:19:23.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26542026-06-09T15:19:23.584Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26552026-06-09T15:19:23.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26562026-06-09T15:19:23.673Z
26572026-06-09T15:19:23.673Zinfo: running `cargo check --bins` on oximeter-types-versions (82/295)
26582026-06-09T15:19:24.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26592026-06-09T15:19:24.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26602026-06-09T15:19:24.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26612026-06-09T15:19:24.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26622026-06-09T15:19:24.277Z
26632026-06-09T15:19:24.277Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/295)
26642026-06-09T15:19:24.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26652026-06-09T15:19:24.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26662026-06-09T15:19:24.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26672026-06-09T15:19:24.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26682026-06-09T15:19:24.869Z
26692026-06-09T15:19:24.869Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/295)
26702026-06-09T15:19:25.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26712026-06-09T15:19:25.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26722026-06-09T15:19:25.566Z Compiling structmeta-derive v0.3.0
26732026-06-09T15:19:25.683Z Compiling rustls v0.22.4
26742026-06-09T15:19:25.692Z Compiling multer v3.1.0
26752026-06-09T15:19:25.702Z Compiling async-stream-impl v0.3.6
26762026-06-09T15:19:25.705Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26772026-06-09T15:19:25.724Z Compiling dropshot v0.17.0
26782026-06-09T15:19:25.739Z Compiling dropshot_endpoint v0.17.0
26792026-06-09T15:19:25.739Z Compiling newtype-uuid-macros v0.1.0
26802026-06-09T15:19:25.858Z Checking newtype-uuid v1.3.2
26812026-06-09T15:19:25.921Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26822026-06-09T15:19:25.979Z Checking rustls-webpki v0.102.8
26832026-06-09T15:19:26.057Z Checking daft v0.1.7
26842026-06-09T15:19:26.082Z Checking thread_local v1.1.9
26852026-06-09T15:19:26.250Z Checking compression-core v0.4.31
26862026-06-09T15:19:26.272Z Checking match_cfg v0.1.0
26872026-06-09T15:19:26.298Z Checking iddqd v0.4.2
26882026-06-09T15:19:26.338Z Checking hostname v0.3.1
26892026-06-09T15:19:26.368Z Checking crossbeam-channel v0.5.15
26902026-06-09T15:19:26.382Z Checking compression-codecs v0.4.37
26912026-06-09T15:19:26.437Z Checking slog-json v2.6.1
26922026-06-09T15:19:26.493Z Checking is-terminal v0.4.17
26932026-06-09T15:19:26.547Z Checking serde_spanned v1.0.4
26942026-06-09T15:19:26.583Z Checking toml_datetime v1.0.0+spec-1.1.0
26952026-06-09T15:19:26.586Z Checking debug-ignore v1.0.5
26962026-06-09T15:19:26.679Z Checking take_mut v0.2.2
26972026-06-09T15:19:26.696Z Checking term v1.2.1
26982026-06-09T15:19:26.708Z Checking toml_writer v1.0.6+spec-1.1.0
26992026-06-09T15:19:26.749Z Compiling structmeta v0.3.0
27002026-06-09T15:19:26.781Z Checking slog-async v2.8.0
27012026-06-09T15:19:26.795Z Checking slog-bunyan v2.5.0
27022026-06-09T15:19:26.885Z Checking toml v1.0.6+spec-1.1.0
27032026-06-09T15:19:26.906Z Checking async-compression v0.4.41
27042026-06-09T15:19:26.920Z Checking slog-term v2.9.2
27052026-06-09T15:19:26.950Z Checking async-stream v0.3.6
27062026-06-09T15:19:26.963Z Compiling derive-ex v0.1.8
27072026-06-09T15:19:27.080Z Compiling parse-display-derive v0.10.0
27082026-06-09T15:19:27.155Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27092026-06-09T15:19:27.172Z Checking progenitor-client v0.14.0
27102026-06-09T15:19:27.210Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27112026-06-09T15:19:27.260Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27122026-06-09T15:19:27.398Z Checking waitgroup v0.1.2
27132026-06-09T15:19:27.411Z Checking backon v1.6.0
27142026-06-09T15:19:27.461Z Checking rustls-pemfile v2.2.0
27152026-06-09T15:19:27.497Z Checking serde_path_to_error v0.1.20
27162026-06-09T15:19:27.508Z Checking hostname v0.4.2
27172026-06-09T15:19:27.570Z Checking instant v0.1.13
27182026-06-09T15:19:27.656Z Checking backoff v0.4.0
27192026-06-09T15:19:27.775Z Checking progenitor-extras v0.2.0
27202026-06-09T15:19:27.794Z Checking tokio-rustls v0.25.0
27212026-06-09T15:19:27.812Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27222026-06-09T15:19:27.834Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27232026-06-09T15:19:28.014Z Checking itertools v0.14.0
27242026-06-09T15:19:28.027Z Checking progenitor-client v0.10.0
27252026-06-09T15:19:28.206Z Checking regress v0.10.5
27262026-06-09T15:19:28.235Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
27272026-06-09T15:19:28.480Z Checking macaddr v1.0.1
27282026-06-09T15:19:28.643Z Compiling test-strategy v0.4.5
27292026-06-09T15:19:28.786Z Checking parse-display v0.10.0
27302026-06-09T15:19:28.935Z Checking humantime v2.3.0
27312026-06-09T15:19:29.883Z Compiling prettyplease v0.2.37
27322026-06-09T15:19:30.125Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27332026-06-09T15:19:30.318Z Checking num-rational v0.4.2
27342026-06-09T15:19:30.495Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27352026-06-09T15:19:30.877Z Checking num-complex v0.4.6
27362026-06-09T15:19:31.483Z Checking num v0.4.3
27372026-06-09T15:19:31.571Z Compiling usdt-attr-macro v0.5.0
27382026-06-09T15:19:31.589Z Compiling usdt-macro v0.5.0
27392026-06-09T15:19:31.601Z Checking memmap v0.7.0
27402026-06-09T15:19:31.623Z Compiling float-ord v0.3.2
27412026-06-09T15:19:31.730Z Checking unicode-width v0.2.0
27422026-06-09T15:19:31.743Z Compiling convert_case v0.4.0
27432026-06-09T15:19:31.982Z Checking console v0.15.11
27442026-06-09T15:19:32.112Z Compiling derive_more v0.99.20
27452026-06-09T15:19:32.260Z Checking newline-converter v0.3.0
27462026-06-09T15:19:32.310Z Checking atomicwrites v0.4.4
27472026-06-09T15:19:32.337Z Checking usdt v0.5.0
27482026-06-09T15:19:32.372Z Compiling toml v0.8.23
27492026-06-09T15:19:32.438Z Checking linked-hash-map v0.5.6
27502026-06-09T15:19:32.506Z Compiling minimal-lexical v0.2.1
27512026-06-09T15:19:32.611Z Checking lru-cache v0.1.2
27522026-06-09T15:19:32.739Z Compiling nom v7.1.3
27532026-06-09T15:19:32.766Z Checking expectorate v1.2.0
27542026-06-09T15:19:33.369Z Checking camino-tempfile v1.4.1
27552026-06-09T15:19:33.466Z Checking hickory-proto v0.24.4
27562026-06-09T15:19:33.541Z Checking phf_shared v0.12.1
27572026-06-09T15:19:33.686Z Compiling slog-dtrace v0.3.0
27582026-06-09T15:19:33.710Z Compiling chrono-tz v0.10.4
27592026-06-09T15:19:33.884Z Checking heck v0.5.0
27602026-06-09T15:19:33.897Z Checking resolv-conf v0.7.6
27612026-06-09T15:19:34.018Z Compiling const_format_proc_macros v0.2.34
27622026-06-09T15:19:34.108Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27632026-06-09T15:19:34.136Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27642026-06-09T15:19:34.168Z Checking phf v0.12.1
27652026-06-09T15:19:34.317Z Checking tokio-dtrace v0.1.1
27662026-06-09T15:19:34.513Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27672026-06-09T15:19:34.590Z Compiling derive-where v1.6.0
27682026-06-09T15:19:34.680Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27692026-06-09T15:19:34.851Z Checking highway v1.3.0
27702026-06-09T15:19:35.086Z Checking const_format v0.2.35
27712026-06-09T15:19:35.309Z Checking hickory-resolver v0.24.4
27722026-06-09T15:19:35.322Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27732026-06-09T15:19:35.516Z Checking oxide-tokio-rt v0.1.4
27742026-06-09T15:19:35.671Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27752026-06-09T15:19:35.907Z Checking gethostname v0.5.0
27762026-06-09T15:19:35.928Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27772026-06-09T15:19:35.997Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27782026-06-09T15:19:36.030Z Checking qorb v0.4.1
27792026-06-09T15:19:36.044Z Checking bcs v0.1.6
27802026-06-09T15:19:36.187Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27812026-06-09T15:19:36.273Z Checking termtree v0.5.1
27822026-06-09T15:19:39.391Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27832026-06-09T15:19:42.110Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27842026-06-09T15:19:44.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.38s
27852026-06-09T15:19:44.440Z
27862026-06-09T15:19:44.440Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/295)
27872026-06-09T15:19:44.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27882026-06-09T15:19:44.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27892026-06-09T15:19:45.131Z Compiling ar_archive_writer v0.5.1
27902026-06-09T15:19:45.243Z Compiling stacker v0.1.23
27912026-06-09T15:19:45.249Z Compiling cfg_aliases v0.1.1
27922026-06-09T15:19:45.255Z Compiling convert_case v0.10.0
27932026-06-09T15:19:45.258Z Checking unicode-width v0.1.14
27942026-06-09T15:19:45.270Z Compiling proc-macro-error v1.0.4
27952026-06-09T15:19:45.282Z Checking fd-lock v4.0.4
27962026-06-09T15:19:45.282Z Checking nibble_vec v0.1.0
27972026-06-09T15:19:45.304Z Compiling nix v0.28.0
27982026-06-09T15:19:45.392Z Checking vte v0.14.1
27992026-06-09T15:19:45.409Z Compiling recursive-proc-macro-impl v0.1.1
28002026-06-09T15:19:45.496Z Checking endian-type v0.1.2
28012026-06-09T15:19:45.509Z Checking bytecount v0.6.9
28022026-06-09T15:19:45.539Z Checking strip-ansi-escapes v0.2.1
28032026-06-09T15:19:45.551Z Compiling derive_more-impl v2.1.1
28042026-06-09T15:19:45.562Z Compiling tabled_derive v0.7.0
28052026-06-09T15:19:45.604Z Checking papergrid v0.11.0
28062026-06-09T15:19:45.617Z Checking radix_trie v0.2.1
28072026-06-09T15:19:45.649Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28082026-06-09T15:19:45.809Z Compiling peg-macros v0.8.5
28092026-06-09T15:19:45.821Z Checking winnow v0.6.26
28102026-06-09T15:19:46.063Z Compiling psm v0.1.30
28112026-06-09T15:19:46.114Z Compiling sqlparser_derive v0.5.0
28122026-06-09T15:19:46.216Z Checking nu-ansi-term v0.50.3
28132026-06-09T15:19:46.348Z Checking derive_more v2.1.1
28142026-06-09T15:19:46.427Z Checking home v0.5.12
28152026-06-09T15:19:46.442Z Checking unicode_categories v0.1.1
28162026-06-09T15:19:46.508Z Checking tabled v0.15.0
28172026-06-09T15:19:46.531Z Checking reedline v0.40.0
28182026-06-09T15:19:46.586Z Checking rustyline v14.0.0
28192026-06-09T15:19:46.599Z Checking crossterm v0.29.0
28202026-06-09T15:19:46.886Z Checking recursive v0.1.1
28212026-06-09T15:19:46.901Z Checking display-error-chain v0.2.2
28222026-06-09T15:19:46.952Z Checking sqlformat v0.3.5
28232026-06-09T15:19:46.980Z Checking sqlparser v0.61.0
28242026-06-09T15:19:47.166Z Checking peg v0.8.5
28252026-06-09T15:19:58.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.78s
28262026-06-09T15:19:58.410Z
28272026-06-09T15:19:58.410Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/295)
28282026-06-09T15:19:58.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28292026-06-09T15:19:58.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28302026-06-09T15:19:59.099Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28312026-06-09T15:20:02.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.11s
28322026-06-09T15:20:02.713Z
28332026-06-09T15:20:02.713Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/295)
28342026-06-09T15:20:03.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28352026-06-09T15:20:03.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28362026-06-09T15:20:03.406Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28372026-06-09T15:20:05.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.12s
28382026-06-09T15:20:06.027Z
28392026-06-09T15:20:06.027Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/295)
28402026-06-09T15:20:06.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28412026-06-09T15:20:06.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28422026-06-09T15:20:06.712Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28432026-06-09T15:20:09.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.91s
28442026-06-09T15:20:10.148Z
28452026-06-09T15:20:10.148Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/295)
28462026-06-09T15:20:10.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28472026-06-09T15:20:10.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28482026-06-09T15:20:10.836Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28492026-06-09T15:20:14.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.94s
28502026-06-09T15:20:14.286Z
28512026-06-09T15:20:14.286Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/295)
28522026-06-09T15:20:14.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28532026-06-09T15:20:14.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28542026-06-09T15:20:14.974Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28552026-06-09T15:20:17.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.27s
28562026-06-09T15:20:17.771Z
28572026-06-09T15:20:17.771Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/295)
28582026-06-09T15:20:18.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28592026-06-09T15:20:18.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28602026-06-09T15:20:18.459Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28612026-06-09T15:20:21.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.32s
28622026-06-09T15:20:21.291Z
28632026-06-09T15:20:21.292Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/295)
28642026-06-09T15:20:21.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28652026-06-09T15:20:21.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28662026-06-09T15:20:21.977Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28672026-06-09T15:20:25.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.10s
28682026-06-09T15:20:25.589Z
28692026-06-09T15:20:25.589Zinfo: running `cargo check --bins` on oximeter (93/295)
28702026-06-09T15:20:26.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28712026-06-09T15:20:26.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28722026-06-09T15:20:26.102Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28732026-06-09T15:20:26.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28742026-06-09T15:20:26.195Z
28752026-06-09T15:20:26.195Zinfo: running `cargo check --bins` on oximeter-schema (94/295)
28762026-06-09T15:20:26.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28772026-06-09T15:20:26.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28782026-06-09T15:20:26.842Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28792026-06-09T15:20:27.008Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28802026-06-09T15:20:27.011Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28812026-06-09T15:20:27.346Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28822026-06-09T15:20:30.235Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28832026-06-09T15:20:31.435Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28842026-06-09T15:20:31.646Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28852026-06-09T15:20:32.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.12s
28862026-06-09T15:20:32.499Z
28872026-06-09T15:20:32.499Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/295)
28882026-06-09T15:20:33.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28892026-06-09T15:20:33.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28902026-06-09T15:20:33.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28912026-06-09T15:20:33.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28922026-06-09T15:20:33.105Z
28932026-06-09T15:20:33.106Zinfo: running `cargo check --bins` on oximeter-test-utils (96/295)
28942026-06-09T15:20:33.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28952026-06-09T15:20:33.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28962026-06-09T15:20:33.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28972026-06-09T15:20:33.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28982026-06-09T15:20:33.747Z
28992026-06-09T15:20:33.747Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/295)
29002026-06-09T15:20:34.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29012026-06-09T15:20:34.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29022026-06-09T15:20:34.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29032026-06-09T15:20:34.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29042026-06-09T15:20:34.364Z
29052026-06-09T15:20:34.365Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/295)
29062026-06-09T15:20:34.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29072026-06-09T15:20:34.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29082026-06-09T15:20:34.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29092026-06-09T15:20:34.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29102026-06-09T15:20:34.978Z
29112026-06-09T15:20:34.978Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/295)
29122026-06-09T15:20:35.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29132026-06-09T15:20:35.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29142026-06-09T15:20:35.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29152026-06-09T15:20:35.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29162026-06-09T15:20:35.593Z
29172026-06-09T15:20:35.593Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/295)
29182026-06-09T15:20:36.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29192026-06-09T15:20:36.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29202026-06-09T15:20:36.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29212026-06-09T15:20:36.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29222026-06-09T15:20:36.210Z
29232026-06-09T15:20:36.210Zinfo: running `cargo check --bins` on trust-quorum-types (101/295)
29242026-06-09T15:20:36.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29252026-06-09T15:20:36.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29262026-06-09T15:20:36.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29272026-06-09T15:20:36.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29282026-06-09T15:20:36.809Z
29292026-06-09T15:20:36.809Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/295)
29302026-06-09T15:20:37.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29312026-06-09T15:20:37.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29322026-06-09T15:20:37.323Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29332026-06-09T15:20:37.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29342026-06-09T15:20:37.419Z
29352026-06-09T15:20:37.419Zinfo: running `cargo check --bins` on update-engine (103/295)
29362026-06-09T15:20:37.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29372026-06-09T15:20:37.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29382026-06-09T15:20:37.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29392026-06-09T15:20:37.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29402026-06-09T15:20:37.997Z
29412026-06-09T15:20:37.998Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/295)
29422026-06-09T15:20:38.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29432026-06-09T15:20:38.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29442026-06-09T15:20:38.712Z Compiling crucible-workspace-hack v0.1.0
29452026-06-09T15:20:38.831Z Checking secrecy v0.10.3
29462026-06-09T15:20:38.838Z Compiling heapless v0.8.0
29472026-06-09T15:20:38.840Z Compiling toml_datetime v0.7.5+spec-1.1.0
29482026-06-09T15:20:38.851Z Compiling ingot-macros v0.1.1
29492026-06-09T15:20:38.859Z Checking hash32 v0.3.1
29502026-06-09T15:20:38.870Z Compiling smoltcp v0.11.0
29512026-06-09T15:20:38.873Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29522026-06-09T15:20:38.933Z Checking cobs v0.3.0
29532026-06-09T15:20:38.979Z Compiling thiserror-impl-no-std v2.0.2
29542026-06-09T15:20:39.071Z Compiling toml_edit v0.23.10+spec-1.0.0
29552026-06-09T15:20:39.084Z Checking universal-hash v0.5.1
29562026-06-09T15:20:39.088Z Checking half v2.7.1
29572026-06-09T15:20:39.123Z Checking ciborium-io v0.2.2
29582026-06-09T15:20:39.213Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29592026-06-09T15:20:39.230Z Checking opaque-debug v0.3.1
29602026-06-09T15:20:39.255Z Checking postcard v1.1.3
29612026-06-09T15:20:39.298Z Checking poly1305 v0.8.0
29622026-06-09T15:20:39.364Z Checking ciborium-ll v0.2.2
29632026-06-09T15:20:39.416Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29642026-06-09T15:20:39.542Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29652026-06-09T15:20:39.557Z Checking password-hash v0.5.0
29662026-06-09T15:20:39.568Z Checking chacha20 v0.9.1
29672026-06-09T15:20:39.699Z Compiling proc-macro-crate v3.4.0
29682026-06-09T15:20:39.781Z Compiling proc-macro-crate v1.3.1
29692026-06-09T15:20:39.810Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29702026-06-09T15:20:39.830Z Checking blake2 v0.10.6
29712026-06-09T15:20:40.046Z Checking aead v0.5.2
29722026-06-09T15:20:40.068Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29732026-06-09T15:20:40.133Z Compiling foreign-types-macros v0.2.3
29742026-06-09T15:20:40.166Z Checking thiserror-no-std v2.0.2
29752026-06-09T15:20:40.187Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29762026-06-09T15:20:40.202Z Checking cpufeatures v0.3.0
29772026-06-09T15:20:40.250Z Checking foreign-types-shared v0.3.1
29782026-06-09T15:20:40.254Z Compiling num_enum_derive v0.7.6
29792026-06-09T15:20:40.276Z Checking chacha20 v0.10.0
29802026-06-09T15:20:40.279Z Checking vsss-rs v3.3.4
29812026-06-09T15:20:40.339Z Compiling num_enum_derive v0.5.11
29822026-06-09T15:20:40.430Z Checking chacha20poly1305 v0.10.1
29832026-06-09T15:20:40.487Z Checking argon2 v0.5.3
29842026-06-09T15:20:40.558Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29852026-06-09T15:20:40.740Z Checking foreign-types v0.5.0
29862026-06-09T15:20:40.804Z Checking ciborium v0.2.2
29872026-06-09T15:20:40.946Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29882026-06-09T15:20:41.040Z Checking tabwriter v1.4.1
29892026-06-09T15:20:41.187Z Checking byte-wrapper v0.1.0
29902026-06-09T15:20:41.222Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29912026-06-09T15:20:41.236Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29922026-06-09T15:20:41.306Z Checking num_enum v0.7.6
29932026-06-09T15:20:41.363Z Checking cstr-argument v0.1.2
29942026-06-09T15:20:41.377Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29952026-06-09T15:20:41.398Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29962026-06-09T15:20:41.422Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29972026-06-09T15:20:41.487Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29982026-06-09T15:20:41.580Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29992026-06-09T15:20:41.594Z Checking num_enum v0.5.11
30002026-06-09T15:20:41.629Z Checking ingot-types v0.1.2
30012026-06-09T15:20:41.642Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30022026-06-09T15:20:41.658Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30032026-06-09T15:20:41.680Z Checking rand v0.10.0
30042026-06-09T15:20:41.698Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30052026-06-09T15:20:41.746Z Checking indent_write v2.2.0
30062026-06-09T15:20:41.856Z Checking colored v3.1.1
30072026-06-09T15:20:41.880Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30082026-06-09T15:20:41.992Z Checking ingot v0.1.1
30092026-06-09T15:20:42.013Z Compiling zone_cfg_derive v0.3.1
30102026-06-09T15:20:42.026Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30112026-06-09T15:20:42.041Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30122026-06-09T15:20:42.054Z Checking itertools v0.12.1
30132026-06-09T15:20:42.067Z Compiling num-derive v0.4.2
30142026-06-09T15:20:42.122Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30152026-06-09T15:20:42.212Z Checking swrite v0.1.0
30162026-06-09T15:20:42.304Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30172026-06-09T15:20:42.334Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30182026-06-09T15:20:42.500Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30192026-06-09T15:20:42.616Z Checking dropshot-api-manager-types v0.7.2
30202026-06-09T15:20:42.629Z Checking smf v0.2.3
30212026-06-09T15:20:42.647Z Checking nanorand v0.7.0
30222026-06-09T15:20:42.702Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30232026-06-09T15:20:42.782Z Checking whoami v1.6.1
30242026-06-09T15:20:42.840Z Checking flume v0.11.1
30252026-06-09T15:20:42.861Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30262026-06-09T15:20:42.984Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30272026-06-09T15:20:43.048Z Checking zone v0.3.1
30282026-06-09T15:20:43.579Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30292026-06-09T15:20:44.560Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30302026-06-09T15:20:45.443Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30312026-06-09T15:20:48.797Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30322026-06-09T15:20:50.845Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30332026-06-09T15:20:51.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.95s
30342026-06-09T15:20:52.148Z
30352026-06-09T15:20:52.148Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/295)
30362026-06-09T15:20:52.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30372026-06-09T15:20:52.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30382026-06-09T15:20:52.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30392026-06-09T15:20:52.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30402026-06-09T15:20:52.749Z
30412026-06-09T15:20:52.749Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/295)
30422026-06-09T15:20:53.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30432026-06-09T15:20:53.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30442026-06-09T15:20:53.262Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30452026-06-09T15:20:53.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30462026-06-09T15:20:53.354Z
30472026-06-09T15:20:53.354Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/295)
30482026-06-09T15:20:53.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30492026-06-09T15:20:53.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30502026-06-09T15:20:53.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30512026-06-09T15:20:53.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30522026-06-09T15:20:53.957Z
30532026-06-09T15:20:53.957Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/295)
30542026-06-09T15:20:54.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30552026-06-09T15:20:54.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30562026-06-09T15:20:54.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30572026-06-09T15:20:54.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30582026-06-09T15:20:54.561Z
30592026-06-09T15:20:54.561Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/295)
30602026-06-09T15:20:55.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30612026-06-09T15:20:55.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30622026-06-09T15:20:55.071Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30632026-06-09T15:20:55.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30642026-06-09T15:20:55.162Z
30652026-06-09T15:20:55.162Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/295)
30662026-06-09T15:20:55.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30672026-06-09T15:20:55.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30682026-06-09T15:20:55.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30692026-06-09T15:20:55.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30702026-06-09T15:20:55.767Z
30712026-06-09T15:20:55.767Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/295)
30722026-06-09T15:20:56.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30732026-06-09T15:20:56.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30742026-06-09T15:20:56.284Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30752026-06-09T15:20:56.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30762026-06-09T15:20:56.379Z
30772026-06-09T15:20:56.379Zinfo: running `cargo check --bins` on cockroach-admin-client (112/295)
30782026-06-09T15:20:56.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30792026-06-09T15:20:56.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30802026-06-09T15:20:56.890Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30812026-06-09T15:20:56.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30822026-06-09T15:20:56.980Z
30832026-06-09T15:20:56.980Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/295)
30842026-06-09T15:20:57.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30852026-06-09T15:20:57.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30862026-06-09T15:20:57.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30872026-06-09T15:20:57.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30882026-06-09T15:20:57.586Z
30892026-06-09T15:20:57.586Zinfo: running `cargo check --bins` on dns-service-client (114/295)
30902026-06-09T15:20:58.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30912026-06-09T15:20:58.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30922026-06-09T15:20:58.102Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30932026-06-09T15:20:58.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30942026-06-09T15:20:58.196Z
30952026-06-09T15:20:58.196Zinfo: running `cargo check --bins` on installinator-client (115/295)
30962026-06-09T15:20:58.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30972026-06-09T15:20:58.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30982026-06-09T15:20:58.713Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30992026-06-09T15:20:58.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31002026-06-09T15:20:58.807Z
31012026-06-09T15:20:58.807Zinfo: running `cargo check --bins` on nexus-client (116/295)
31022026-06-09T15:20:59.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31032026-06-09T15:20:59.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31042026-06-09T15:20:59.355Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31052026-06-09T15:20:59.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31062026-06-09T15:20:59.459Z
31072026-06-09T15:20:59.459Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/295)
31082026-06-09T15:21:00.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31092026-06-09T15:21:00.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31102026-06-09T15:21:00.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31112026-06-09T15:21:00.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31122026-06-09T15:21:00.110Z
31132026-06-09T15:21:00.110Zinfo: running `cargo check --bins` on ntp-admin-client (118/295)
31142026-06-09T15:21:00.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31152026-06-09T15:21:00.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31162026-06-09T15:21:00.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31172026-06-09T15:21:00.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31182026-06-09T15:21:00.706Z
31192026-06-09T15:21:00.706Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/295)
31202026-06-09T15:21:01.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31212026-06-09T15:21:01.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31222026-06-09T15:21:01.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31232026-06-09T15:21:01.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31242026-06-09T15:21:01.305Z
31252026-06-09T15:21:01.305Zinfo: running `cargo check --bins` on oxide-client (120/295)
31262026-06-09T15:21:01.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31272026-06-09T15:21:01.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31282026-06-09T15:21:01.821Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31292026-06-09T15:21:01.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31302026-06-09T15:21:01.909Z
31312026-06-09T15:21:01.909Zinfo: running `cargo check --bins` on oximeter-client (121/295)
31322026-06-09T15:21:02.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31332026-06-09T15:21:02.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31342026-06-09T15:21:02.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31352026-06-09T15:21:02.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31362026-06-09T15:21:02.505Z
31372026-06-09T15:21:02.505Zinfo: running `cargo check --bins` on repo-depot-client (122/295)
31382026-06-09T15:21:03.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31392026-06-09T15:21:03.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31402026-06-09T15:21:03.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31412026-06-09T15:21:03.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31422026-06-09T15:21:03.095Z
31432026-06-09T15:21:03.096Zinfo: running `cargo check --bins` on sled-agent-client (123/295)
31442026-06-09T15:21:03.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31452026-06-09T15:21:03.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31462026-06-09T15:21:03.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31472026-06-09T15:21:03.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31482026-06-09T15:21:03.704Z
31492026-06-09T15:21:03.704Zinfo: running `cargo check --bins` on wicketd-client (124/295)
31502026-06-09T15:21:04.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31512026-06-09T15:21:04.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31522026-06-09T15:21:04.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31532026-06-09T15:21:04.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31542026-06-09T15:21:04.331Z
31552026-06-09T15:21:04.331Zinfo: running `cargo check --bins` on installinator-common (125/295)
31562026-06-09T15:21:04.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31572026-06-09T15:21:04.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31582026-06-09T15:21:04.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31592026-06-09T15:21:04.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31602026-06-09T15:21:04.948Z
31612026-06-09T15:21:04.948Zinfo: running `cargo check --bins` on installinator-common-versions (126/295)
31622026-06-09T15:21:05.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31632026-06-09T15:21:05.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31642026-06-09T15:21:05.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31652026-06-09T15:21:05.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31662026-06-09T15:21:05.540Z
31672026-06-09T15:21:05.540Zinfo: running `cargo check --bins` on wicket-common (127/295)
31682026-06-09T15:21:06.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31692026-06-09T15:21:06.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31702026-06-09T15:21:06.063Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31712026-06-09T15:21:06.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31722026-06-09T15:21:06.157Z
31732026-06-09T15:21:06.157Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/295)
31742026-06-09T15:21:06.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31752026-06-09T15:21:06.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31762026-06-09T15:21:06.850Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31772026-06-09T15:21:06.967Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31782026-06-09T15:21:06.974Z Checking csv-core v0.1.13
31792026-06-09T15:21:06.981Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31802026-06-09T15:21:06.984Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31812026-06-09T15:21:06.998Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31822026-06-09T15:21:07.009Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31832026-06-09T15:21:07.020Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31842026-06-09T15:21:07.132Z Checking csv v1.4.0
31852026-06-09T15:21:07.163Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31862026-06-09T15:21:07.177Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31872026-06-09T15:21:07.217Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31882026-06-09T15:21:07.232Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31892026-06-09T15:21:07.470Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31902026-06-09T15:21:07.841Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31912026-06-09T15:21:07.841Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31922026-06-09T15:21:08.176Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31932026-06-09T15:21:14.290Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31942026-06-09T15:21:14.643Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31952026-06-09T15:21:17.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.85s
31962026-06-09T15:21:17.204Z
31972026-06-09T15:21:17.204Zinfo: running `cargo check --bins` on cockroach-admin-api (129/295)
31982026-06-09T15:21:17.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31992026-06-09T15:21:17.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32002026-06-09T15:21:17.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32012026-06-09T15:21:17.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32022026-06-09T15:21:17.800Z
32032026-06-09T15:21:17.800Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/295)
32042026-06-09T15:21:18.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32052026-06-09T15:21:18.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32062026-06-09T15:21:18.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32072026-06-09T15:21:18.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32082026-06-09T15:21:18.489Z
32092026-06-09T15:21:18.489Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/295)
32102026-06-09T15:21:19.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32112026-06-09T15:21:19.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32122026-06-09T15:21:19.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32132026-06-09T15:21:19.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32142026-06-09T15:21:19.170Z
32152026-06-09T15:21:19.170Zinfo: running `cargo check --bins` on gateway-test-utils (132/295)
32162026-06-09T15:21:19.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32172026-06-09T15:21:19.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32182026-06-09T15:21:19.713Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32192026-06-09T15:21:19.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32202026-06-09T15:21:19.814Z
32212026-06-09T15:21:19.815Zinfo: running `cargo check --bins` on omicron-gateway (133/295)
32222026-06-09T15:21:20.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32232026-06-09T15:21:20.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32242026-06-09T15:21:20.583Z Compiling regress v0.11.1
32252026-06-09T15:21:20.727Z Compiling unsafe-libyaml v0.2.11
32262026-06-09T15:21:20.736Z Compiling radium v0.7.0
32272026-06-09T15:21:20.736Z Compiling semver v0.1.20
32282026-06-09T15:21:20.759Z Checking nom v8.0.0
32292026-06-09T15:21:20.762Z Compiling maybe-uninit v2.0.0
32302026-06-09T15:21:20.762Z Checking tap v1.0.1
32312026-06-09T15:21:20.885Z Checking wyz v0.5.1
32322026-06-09T15:21:21.002Z Compiling rustc_version v0.1.7
32332026-06-09T15:21:21.064Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32342026-06-09T15:21:21.086Z Compiling zerocopy-derive v0.6.6
32352026-06-09T15:21:21.198Z Checking crc-catalog v2.4.0
32362026-06-09T15:21:21.224Z Compiling newtype_derive v0.1.6
32372026-06-09T15:21:21.297Z Compiling serde_yaml v0.9.34+deprecated
32382026-06-09T15:21:21.455Z Compiling cancel-safe-futures v0.1.5
32392026-06-09T15:21:21.468Z Compiling packed_struct v0.10.1
32402026-06-09T15:21:21.660Z Compiling owo-colors v4.3.0
32412026-06-09T15:21:21.713Z Checking funty v2.0.0
32422026-06-09T15:21:21.930Z Checking zerocopy v0.6.6
32432026-06-09T15:21:22.042Z Checking bitvec v1.0.1
32442026-06-09T15:21:22.129Z Checking crc v3.4.0
32452026-06-09T15:21:22.167Z Checking typify-impl v0.6.2
32462026-06-09T15:21:22.378Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32472026-06-09T15:21:22.570Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32482026-06-09T15:21:22.670Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
32492026-06-09T15:21:22.764Z Compiling packed_struct_codegen v0.10.1
32502026-06-09T15:21:22.909Z Checking libsw-core v0.3.2
32512026-06-09T15:21:22.928Z Compiling bitfield-macros v0.19.4
32522026-06-09T15:21:23.061Z Compiling indexmap v1.9.3
32532026-06-09T15:21:23.264Z Checking nodrop v0.1.14
32542026-06-09T15:21:23.318Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
32552026-06-09T15:21:23.369Z Checking array-init v0.0.4
32562026-06-09T15:21:23.387Z Checking libsw v3.5.0
32572026-06-09T15:21:23.409Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32582026-06-09T15:21:23.544Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32592026-06-09T15:21:23.669Z Checking bitfield v0.19.4
32602026-06-09T15:21:23.683Z Checking smallvec v0.6.14
32612026-06-09T15:21:23.733Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32622026-06-09T15:21:23.922Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32632026-06-09T15:21:23.942Z Checking linear-map v1.2.0
32642026-06-09T15:21:24.054Z Checking hashbrown v0.12.3
32652026-06-09T15:21:24.116Z Checking smawk v0.3.2
32662026-06-09T15:21:24.130Z Checking base64 v0.21.7
32672026-06-09T15:21:24.152Z Checking tagptr v0.2.0
32682026-06-09T15:21:24.246Z Checking unicode-linebreak v0.1.5
32692026-06-09T15:21:24.295Z Checking moka v0.12.13
32702026-06-09T15:21:24.364Z Checking ron v0.8.1
32712026-06-09T15:21:24.458Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32722026-06-09T15:21:24.471Z Checking textwrap v0.16.2
32732026-06-09T15:21:24.689Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32742026-06-09T15:21:24.802Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32752026-06-09T15:21:24.867Z Checking steno v0.4.1
32762026-06-09T15:21:24.892Z Checking serde-hex v0.1.0
32772026-06-09T15:21:24.917Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32782026-06-09T15:21:24.932Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32792026-06-09T15:21:25.080Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32802026-06-09T15:21:25.606Z Checking hashbrown v0.13.2
32812026-06-09T15:21:25.672Z Checking crc-any v2.5.0
32822026-06-09T15:21:25.715Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32832026-06-09T15:21:25.849Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32842026-06-09T15:21:25.852Z Checking hickory-resolver v0.25.2
32852026-06-09T15:21:25.929Z Checking path-slash v0.1.5
32862026-06-09T15:21:26.015Z Checking utf-8 v0.7.6
32872026-06-09T15:21:26.028Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
32882026-06-09T15:21:26.041Z Checking void v1.0.2
32892026-06-09T15:21:26.044Z Checking object v0.30.4
32902026-06-09T15:21:26.130Z Checking half v1.8.3
32912026-06-09T15:21:26.146Z Checking lzss v0.8.2
32922026-06-09T15:21:26.149Z Checking tungstenite v0.23.0
32932026-06-09T15:21:26.328Z Checking serde_cbor v0.11.2
32942026-06-09T15:21:26.372Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32952026-06-09T15:21:26.476Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32962026-06-09T15:21:26.534Z Checking nix v0.27.1
32972026-06-09T15:21:26.565Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32982026-06-09T15:21:26.583Z Checking kstat-rs v0.2.4
32992026-06-09T15:21:26.704Z Checking fxhash v0.2.1
33002026-06-09T15:21:26.717Z Checking serde_bytes v0.11.19
33012026-06-09T15:21:26.768Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33022026-06-09T15:21:26.782Z Compiling typify-macro v0.6.2
33032026-06-09T15:21:26.821Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33042026-06-09T15:21:26.885Z Checking tokio-tungstenite v0.23.1
33052026-06-09T15:21:26.993Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33062026-06-09T15:21:27.033Z Checking signal-hook-tokio v0.3.1
33072026-06-09T15:21:27.901Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33082026-06-09T15:21:27.993Z Compiling typify v0.6.2
33092026-06-09T15:21:28.074Z Compiling progenitor-impl v0.14.0
33102026-06-09T15:21:28.809Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33112026-06-09T15:21:29.111Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33122026-06-09T15:21:29.523Z Compiling progenitor-macro v0.14.0
33132026-06-09T15:21:31.820Z Checking progenitor v0.14.0
33142026-06-09T15:21:31.936Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
33152026-06-09T15:21:31.939Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33162026-06-09T15:21:34.596Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33172026-06-09T15:21:42.626Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33182026-06-09T15:21:48.929Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33192026-06-09T15:21:50.286Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33202026-06-09T15:21:50.789Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33212026-06-09T15:21:52.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.05s
33222026-06-09T15:21:53.075Z
33232026-06-09T15:21:53.075Zinfo: running `cargo check --bins` on gateway-api (134/295)
33242026-06-09T15:21:53.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33252026-06-09T15:21:53.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33262026-06-09T15:21:53.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33272026-06-09T15:21:53.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33282026-06-09T15:21:53.771Z
33292026-06-09T15:21:53.771Zinfo: running `cargo check --bins` on ipcc (135/295)
33302026-06-09T15:21:54.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33312026-06-09T15:21:54.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33322026-06-09T15:21:54.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33332026-06-09T15:21:54.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33342026-06-09T15:21:54.276Z
33352026-06-09T15:21:54.276Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/295)
33362026-06-09T15:21:54.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33372026-06-09T15:21:54.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33382026-06-09T15:21:54.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33392026-06-09T15:21:54.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33402026-06-09T15:21:54.973Z
33412026-06-09T15:21:54.973Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/295)
33422026-06-09T15:21:55.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33432026-06-09T15:21:55.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33442026-06-09T15:21:55.433Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33452026-06-09T15:21:55.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33462026-06-09T15:21:55.543Z
33472026-06-09T15:21:55.543Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/295)
33482026-06-09T15:21:56.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33492026-06-09T15:21:56.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33502026-06-09T15:21:56.020Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33512026-06-09T15:21:56.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33522026-06-09T15:21:56.133Z
33532026-06-09T15:21:56.133Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/295)
33542026-06-09T15:21:56.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33552026-06-09T15:21:56.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33562026-06-09T15:21:56.607Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33572026-06-09T15:21:56.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33582026-06-09T15:21:56.717Z
33592026-06-09T15:21:56.717Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/295)
33602026-06-09T15:21:57.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33612026-06-09T15:21:57.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33622026-06-09T15:21:57.207Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33632026-06-09T15:21:57.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33642026-06-09T15:21:57.326Z
33652026-06-09T15:21:57.326Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/295)
33662026-06-09T15:21:57.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33672026-06-09T15:21:57.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33682026-06-09T15:21:57.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33692026-06-09T15:21:57.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33702026-06-09T15:21:57.930Z
33712026-06-09T15:21:57.930Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/295)
33722026-06-09T15:21:58.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33732026-06-09T15:21:58.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33742026-06-09T15:21:58.449Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33752026-06-09T15:21:58.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33762026-06-09T15:21:58.566Z
33772026-06-09T15:21:58.566Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/295)
33782026-06-09T15:21:59.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33792026-06-09T15:21:59.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33802026-06-09T15:21:59.050Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33812026-06-09T15:21:59.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33822026-06-09T15:21:59.165Z
33832026-06-09T15:21:59.166Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/295)
33842026-06-09T15:21:59.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33852026-06-09T15:21:59.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33862026-06-09T15:21:59.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33872026-06-09T15:21:59.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33882026-06-09T15:21:59.768Z
33892026-06-09T15:21:59.768Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/295)
33902026-06-09T15:22:00.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33912026-06-09T15:22:00.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33922026-06-09T15:22:00.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33932026-06-09T15:22:00.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33942026-06-09T15:22:00.309Z
33952026-06-09T15:22:00.309Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/295)
33962026-06-09T15:22:00.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33972026-06-09T15:22:00.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33982026-06-09T15:22:00.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33992026-06-09T15:22:00.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34002026-06-09T15:22:00.907Z
34012026-06-09T15:22:00.907Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/295)
34022026-06-09T15:22:01.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34032026-06-09T15:22:01.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34042026-06-09T15:22:01.417Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34052026-06-09T15:22:01.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34062026-06-09T15:22:01.510Z
34072026-06-09T15:22:01.510Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/295)
34082026-06-09T15:22:02.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34092026-06-09T15:22:02.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34102026-06-09T15:22:02.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34112026-06-09T15:22:02.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34122026-06-09T15:22:02.133Z
34132026-06-09T15:22:02.133Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/295)
34142026-06-09T15:22:02.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34152026-06-09T15:22:02.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34162026-06-09T15:22:02.721Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34172026-06-09T15:22:02.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34182026-06-09T15:22:02.753Z
34192026-06-09T15:22:02.753Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/295)
34202026-06-09T15:22:03.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34212026-06-09T15:22:03.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34222026-06-09T15:22:03.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34232026-06-09T15:22:03.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34242026-06-09T15:22:03.378Z
34252026-06-09T15:22:03.378Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/295)
34262026-06-09T15:22:03.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34272026-06-09T15:22:03.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34282026-06-09T15:22:03.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34292026-06-09T15:22:03.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34302026-06-09T15:22:03.996Z
34312026-06-09T15:22:03.996Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/295)
34322026-06-09T15:22:04.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34332026-06-09T15:22:04.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34342026-06-09T15:22:04.522Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34352026-06-09T15:22:04.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34362026-06-09T15:22:04.719Z
34372026-06-09T15:22:04.720Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/295)
34382026-06-09T15:22:05.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34392026-06-09T15:22:05.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34402026-06-09T15:22:05.207Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34412026-06-09T15:22:05.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34422026-06-09T15:22:05.320Z
34432026-06-09T15:22:05.320Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/295)
34442026-06-09T15:22:05.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34452026-06-09T15:22:05.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34462026-06-09T15:22:05.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34472026-06-09T15:22:05.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34482026-06-09T15:22:05.905Z
34492026-06-09T15:22:05.905Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/295)
34502026-06-09T15:22:06.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34512026-06-09T15:22:06.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34522026-06-09T15:22:06.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34532026-06-09T15:22:06.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34542026-06-09T15:22:06.502Z
34552026-06-09T15:22:06.502Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/295)
34562026-06-09T15:22:07.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34572026-06-09T15:22:07.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34582026-06-09T15:22:07.089Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34592026-06-09T15:22:07.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34602026-06-09T15:22:07.123Z
34612026-06-09T15:22:07.123Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/295)
34622026-06-09T15:22:07.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34632026-06-09T15:22:07.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34642026-06-09T15:22:07.646Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34652026-06-09T15:22:07.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34662026-06-09T15:22:07.744Z
34672026-06-09T15:22:07.744Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/295)
34682026-06-09T15:22:08.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34692026-06-09T15:22:08.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34702026-06-09T15:22:08.257Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34712026-06-09T15:22:08.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34722026-06-09T15:22:08.348Z
34732026-06-09T15:22:08.348Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/295)
34742026-06-09T15:22:08.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34752026-06-09T15:22:08.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34762026-06-09T15:22:08.857Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34772026-06-09T15:22:08.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34782026-06-09T15:22:08.949Z
34792026-06-09T15:22:08.949Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/295)
34802026-06-09T15:22:09.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34812026-06-09T15:22:09.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34822026-06-09T15:22:09.458Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34832026-06-09T15:22:09.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34842026-06-09T15:22:09.551Z
34852026-06-09T15:22:09.551Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/295)
34862026-06-09T15:22:10.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34872026-06-09T15:22:10.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34882026-06-09T15:22:10.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34892026-06-09T15:22:10.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34902026-06-09T15:22:10.149Z
34912026-06-09T15:22:10.149Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/295)
34922026-06-09T15:22:10.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34932026-06-09T15:22:10.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34942026-06-09T15:22:10.662Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34952026-06-09T15:22:10.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34962026-06-09T15:22:10.755Z
34972026-06-09T15:22:10.755Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/295)
34982026-06-09T15:22:11.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34992026-06-09T15:22:11.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35002026-06-09T15:22:11.272Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35012026-06-09T15:22:11.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35022026-06-09T15:22:11.364Z
35032026-06-09T15:22:11.364Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/295)
35042026-06-09T15:22:11.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35052026-06-09T15:22:11.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35062026-06-09T15:22:11.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35072026-06-09T15:22:11.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35082026-06-09T15:22:11.966Z
35092026-06-09T15:22:11.966Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/295)
35102026-06-09T15:22:12.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35112026-06-09T15:22:12.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35122026-06-09T15:22:12.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35132026-06-09T15:22:12.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35142026-06-09T15:22:12.569Z
35152026-06-09T15:22:12.569Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/295)
35162026-06-09T15:22:13.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35172026-06-09T15:22:13.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35182026-06-09T15:22:13.097Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35192026-06-09T15:22:13.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35202026-06-09T15:22:13.191Z
35212026-06-09T15:22:13.191Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/295)
35222026-06-09T15:22:13.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35232026-06-09T15:22:13.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35242026-06-09T15:22:13.713Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35252026-06-09T15:22:13.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35262026-06-09T15:22:13.806Z
35272026-06-09T15:22:13.806Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/295)
35282026-06-09T15:22:14.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35292026-06-09T15:22:14.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35302026-06-09T15:22:14.331Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35312026-06-09T15:22:14.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35322026-06-09T15:22:14.428Z
35332026-06-09T15:22:14.428Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/295)
35342026-06-09T15:22:14.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35352026-06-09T15:22:14.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35362026-06-09T15:22:14.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35372026-06-09T15:22:14.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35382026-06-09T15:22:15.044Z
35392026-06-09T15:22:15.044Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/295)
35402026-06-09T15:22:15.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35412026-06-09T15:22:15.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35422026-06-09T15:22:15.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35432026-06-09T15:22:15.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35442026-06-09T15:22:15.659Z
35452026-06-09T15:22:15.659Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/295)
35462026-06-09T15:22:16.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35472026-06-09T15:22:16.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35482026-06-09T15:22:16.182Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35492026-06-09T15:22:16.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35502026-06-09T15:22:16.276Z
35512026-06-09T15:22:16.276Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/295)
35522026-06-09T15:22:16.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35532026-06-09T15:22:16.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35542026-06-09T15:22:16.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35552026-06-09T15:22:16.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35562026-06-09T15:22:16.897Z
35572026-06-09T15:22:16.897Zinfo: running `cargo check --bins` on oximeter-producer (173/295)
35582026-06-09T15:22:17.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35592026-06-09T15:22:17.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35602026-06-09T15:22:17.439Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35612026-06-09T15:22:17.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35622026-06-09T15:22:17.537Z
35632026-06-09T15:22:17.537Zinfo: running `cargo check --bins` on internal-dns-resolver (174/295)
35642026-06-09T15:22:18.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35652026-06-09T15:22:18.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35662026-06-09T15:22:18.054Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35672026-06-09T15:22:18.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35682026-06-09T15:22:18.149Z
35692026-06-09T15:22:18.149Zinfo: running `cargo check --bins` on dns-server (175/295)
35702026-06-09T15:22:18.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35712026-06-09T15:22:18.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35722026-06-09T15:22:18.806Z Compiling parking_lot_core v0.8.6
35732026-06-09T15:22:18.806Z Compiling atomicwrites v0.4.4
35742026-06-09T15:22:18.809Z Compiling git-stub v1.0.0
35752026-06-09T15:22:18.809Z Checking prefix-trie v0.7.0
35762026-06-09T15:22:18.809Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35772026-06-09T15:22:19.040Z Compiling git-stub-vcs v0.1.0
35782026-06-09T15:22:19.202Z Checking hickory-server v0.25.2
35792026-06-09T15:22:19.315Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35802026-06-09T15:22:19.337Z Checking parking_lot v0.11.2
35812026-06-09T15:22:19.409Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35822026-06-09T15:22:19.409Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35832026-06-09T15:22:19.513Z Checking sled v0.34.7
35842026-06-09T15:22:21.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s
35852026-06-09T15:22:21.586Z
35862026-06-09T15:22:21.586Zinfo: running `cargo check --bins` on dns-server-api (176/295)
35872026-06-09T15:22:22.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35882026-06-09T15:22:22.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35892026-06-09T15:22:22.102Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35902026-06-09T15:22:22.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35912026-06-09T15:22:22.199Z
35922026-06-09T15:22:22.199Zinfo: running `cargo check --bins` on oximeter-producer-api (177/295)
35932026-06-09T15:22:22.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35942026-06-09T15:22:22.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35952026-06-09T15:22:22.712Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35962026-06-09T15:22:22.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35972026-06-09T15:22:22.809Z
35982026-06-09T15:22:22.810Zinfo: running `cargo check --bins` on sp-sim (178/295)
35992026-06-09T15:22:23.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36002026-06-09T15:22:23.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36012026-06-09T15:22:23.548Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36022026-06-09T15:22:25.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.47s
36032026-06-09T15:22:25.492Z
36042026-06-09T15:22:25.492Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/295)
36052026-06-09T15:22:26.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36062026-06-09T15:22:26.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36072026-06-09T15:22:26.050Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36082026-06-09T15:22:26.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36092026-06-09T15:22:26.159Z
36102026-06-09T15:22:26.160Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/295)
36112026-06-09T15:22:26.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36122026-06-09T15:22:26.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36132026-06-09T15:22:26.718Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36142026-06-09T15:22:26.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36152026-06-09T15:22:26.827Z
36162026-06-09T15:22:26.827Zinfo: running `cargo check --bins` on db-macros (181/295)
36172026-06-09T15:22:27.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36182026-06-09T15:22:27.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36192026-06-09T15:22:27.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36202026-06-09T15:22:27.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36212026-06-09T15:22:27.425Z
36222026-06-09T15:22:27.425Zinfo: running `cargo check --bins` on nexus-macros-common (182/295)
36232026-06-09T15:22:27.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36242026-06-09T15:22:27.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36252026-06-09T15:22:27.930Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36262026-06-09T15:22:27.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36272026-06-09T15:22:28.021Z
36282026-06-09T15:22:28.021Zinfo: running `cargo check --bins` on nexus-auth (183/295)
36292026-06-09T15:22:28.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36302026-06-09T15:22:28.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36312026-06-09T15:22:28.577Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36322026-06-09T15:22:28.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36332026-06-09T15:22:28.683Z
36342026-06-09T15:22:28.683Zinfo: running `cargo check --bins` on authz-macros (184/295)
36352026-06-09T15:22:29.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36362026-06-09T15:22:29.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36372026-06-09T15:22:29.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36382026-06-09T15:22:29.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36392026-06-09T15:22:29.280Z
36402026-06-09T15:22:29.280Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/295)
36412026-06-09T15:22:29.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36422026-06-09T15:22:29.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36432026-06-09T15:22:29.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36442026-06-09T15:22:29.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36452026-06-09T15:22:29.934Z
36462026-06-09T15:22:29.934Zinfo: running `cargo check --bins` on nexus-db-model (186/295)
36472026-06-09T15:22:30.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36482026-06-09T15:22:30.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36492026-06-09T15:22:30.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36502026-06-09T15:22:30.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36512026-06-09T15:22:30.593Z
36522026-06-09T15:22:30.593Zinfo: running `cargo check --bins` on nexus-db-schema (187/295)
36532026-06-09T15:22:31.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36542026-06-09T15:22:31.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36552026-06-09T15:22:31.102Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36562026-06-09T15:22:31.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36572026-06-09T15:22:31.194Z
36582026-06-09T15:22:31.194Zinfo: running `cargo check --bins` on omicron-rpaths (188/295)
36592026-06-09T15:22:31.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36602026-06-09T15:22:31.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36612026-06-09T15:22:31.699Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36622026-06-09T15:22:31.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36632026-06-09T15:22:31.792Z
36642026-06-09T15:22:31.792Zinfo: running `cargo check --bins` on nexus-defaults (189/295)
36652026-06-09T15:22:32.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36662026-06-09T15:22:32.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36672026-06-09T15:22:32.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36682026-06-09T15:22:32.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36692026-06-09T15:22:32.395Z
36702026-06-09T15:22:32.395Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/295)
36712026-06-09T15:22:32.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36722026-06-09T15:22:32.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36732026-06-09T15:22:32.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36742026-06-09T15:22:32.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36752026-06-09T15:22:32.992Z
36762026-06-09T15:22:32.992Zinfo: running `cargo check --bins` on parallel-task-set (191/295)
36772026-06-09T15:22:33.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36782026-06-09T15:22:33.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36792026-06-09T15:22:33.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36802026-06-09T15:22:33.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36812026-06-09T15:22:33.588Z
36822026-06-09T15:22:33.588Zinfo: running `cargo check --bins` on nexus-db-errors (192/295)
36832026-06-09T15:22:34.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36842026-06-09T15:22:34.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36852026-06-09T15:22:34.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36862026-06-09T15:22:34.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36872026-06-09T15:22:34.247Z
36882026-06-09T15:22:34.247Zinfo: running `cargo check --bins` on nexus-db-lookup (193/295)
36892026-06-09T15:22:34.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36902026-06-09T15:22:34.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36912026-06-09T15:22:34.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36922026-06-09T15:22:34.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36932026-06-09T15:22:34.904Z
36942026-06-09T15:22:34.904Zinfo: running `cargo check --bins` on nexus-inventory (194/295)
36952026-06-09T15:22:35.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36962026-06-09T15:22:35.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36972026-06-09T15:22:35.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36982026-06-09T15:22:35.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36992026-06-09T15:22:35.558Z
37002026-06-09T15:22:35.558Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (195/295)
37012026-06-09T15:22:36.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37022026-06-09T15:22:36.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37032026-06-09T15:22:36.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37042026-06-09T15:22:36.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
37052026-06-09T15:22:36.188Z
37062026-06-09T15:22:36.188Zinfo: running `cargo check --bins --no-default-features` on sled-storage (196/295)
37072026-06-09T15:22:36.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37082026-06-09T15:22:36.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37092026-06-09T15:22:36.713Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37102026-06-09T15:22:36.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37112026-06-09T15:22:36.815Z
37122026-06-09T15:22:36.815Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (197/295)
37132026-06-09T15:22:37.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37142026-06-09T15:22:37.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37152026-06-09T15:22:37.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37162026-06-09T15:22:37.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
37172026-06-09T15:22:37.448Z
37182026-06-09T15:22:37.448Zinfo: running `cargo check --bins` on key-manager (198/295)
37192026-06-09T15:22:37.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37202026-06-09T15:22:37.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37212026-06-09T15:22:37.967Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37222026-06-09T15:22:37.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37232026-06-09T15:22:38.062Z
37242026-06-09T15:22:38.062Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (199/295)
37252026-06-09T15:22:38.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37262026-06-09T15:22:38.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37272026-06-09T15:22:38.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37282026-06-09T15:22:38.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
37292026-06-09T15:22:38.696Z
37302026-06-09T15:22:38.696Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (200/295)
37312026-06-09T15:22:39.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37322026-06-09T15:22:39.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37332026-06-09T15:22:39.224Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37342026-06-09T15:22:39.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37352026-06-09T15:22:39.316Z
37362026-06-09T15:22:39.316Zinfo: running `cargo check --bins` on typed-rng (201/295)
37372026-06-09T15:22:39.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37382026-06-09T15:22:39.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37392026-06-09T15:22:39.817Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37402026-06-09T15:22:39.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37412026-06-09T15:22:39.908Z
37422026-06-09T15:22:39.909Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (202/295)
37432026-06-09T15:22:40.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37442026-06-09T15:22:40.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37452026-06-09T15:22:40.775Z Compiling libefi-sys v0.1.0
37462026-06-09T15:22:40.910Z Compiling bitfield-struct v0.6.2
37472026-06-09T15:22:40.938Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37482026-06-09T15:22:40.945Z Compiling xshell-macros v0.2.7
37492026-06-09T15:22:40.948Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37502026-06-09T15:22:40.951Z Compiling typify-impl v0.4.3
37512026-06-09T15:22:40.951Z Compiling salty v0.3.0
37522026-06-09T15:22:40.951Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37532026-06-09T15:22:41.054Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
37542026-06-09T15:22:41.165Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37552026-06-09T15:22:41.261Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37562026-06-09T15:22:41.334Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37572026-06-09T15:22:41.384Z Checking xshell v0.2.7
37582026-06-09T15:22:41.494Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37592026-06-09T15:22:41.512Z Checking primeorder v0.13.6
37602026-06-09T15:22:41.527Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37612026-06-09T15:22:41.571Z Compiling proc-macro-error-attr2 v2.0.0
37622026-06-09T15:22:41.664Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37632026-06-09T15:22:41.711Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37642026-06-09T15:22:41.752Z Checking p384 v0.13.1
37652026-06-09T15:22:41.766Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37662026-06-09T15:22:41.924Z Checking tungstenite v0.21.0
37672026-06-09T15:22:41.962Z Compiling proc-macro-error2 v2.0.1
37682026-06-09T15:22:41.977Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37692026-06-09T15:22:41.997Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37702026-06-09T15:22:42.345Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
37712026-06-09T15:22:42.502Z Compiling num-derive v0.3.3
37722026-06-09T15:22:42.625Z Checking tokio-tungstenite v0.21.0
37732026-06-09T15:22:42.719Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
37742026-06-09T15:22:42.864Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37752026-06-09T15:22:42.910Z Compiling tabled_derive v0.11.0
37762026-06-09T15:22:43.019Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37772026-06-09T15:22:43.144Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37782026-06-09T15:22:43.433Z Checking libscf-sys v1.1.0
37792026-06-09T15:22:43.569Z Checking papergrid v0.17.0
37802026-06-09T15:22:43.585Z Checking testing_table v0.3.0
37812026-06-09T15:22:43.596Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
37822026-06-09T15:22:43.679Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37832026-06-09T15:22:43.694Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37842026-06-09T15:22:44.073Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
37852026-06-09T15:22:44.117Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
37862026-06-09T15:22:44.209Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37872026-06-09T15:22:44.269Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37882026-06-09T15:22:44.325Z Compiling illumos-nvpair-sys v0.2.0
37892026-06-09T15:22:44.367Z Checking corncobs v0.1.4
37902026-06-09T15:22:44.406Z Compiling unicase v2.9.0
37912026-06-09T15:22:44.484Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37922026-06-09T15:22:44.499Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37932026-06-09T15:22:44.530Z Checking tabled v0.20.0
37942026-06-09T15:22:44.570Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37952026-06-09T15:22:44.614Z Compiling mime_guess v2.0.5
37962026-06-09T15:22:44.755Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37972026-06-09T15:22:44.777Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
37982026-06-09T15:22:44.844Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37992026-06-09T15:22:44.908Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
38002026-06-09T15:22:44.962Z Checking progenitor-client v0.11.2
38012026-06-09T15:22:45.156Z Checking secrecy v0.8.0
38022026-06-09T15:22:45.202Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
38032026-06-09T15:22:45.423Z Compiling typify-macro v0.4.3
38042026-06-09T15:22:45.441Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
38052026-06-09T15:22:45.465Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38062026-06-09T15:22:45.488Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38072026-06-09T15:22:45.517Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
38082026-06-09T15:22:45.746Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
38092026-06-09T15:22:45.791Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38102026-06-09T15:22:45.852Z Checking filetime v0.2.27
38112026-06-09T15:22:45.964Z Checking http-range v0.1.5
38122026-06-09T15:22:45.994Z Checking xattr v1.6.1
38132026-06-09T15:22:46.098Z Checking crc8 v0.1.1
38142026-06-09T15:22:46.201Z Checking tar v0.4.45
38152026-06-09T15:22:46.218Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38162026-06-09T15:22:46.420Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38172026-06-09T15:22:46.570Z Checking illumos-nvpair v0.3.0
38182026-06-09T15:22:46.632Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38192026-06-09T15:22:46.729Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38202026-06-09T15:22:46.744Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
38212026-06-09T15:22:47.042Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38222026-06-09T15:22:47.095Z Checking atty v0.2.14
38232026-06-09T15:22:47.111Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38242026-06-09T15:22:47.130Z Compiling typify v0.4.3
38252026-06-09T15:22:47.194Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38262026-06-09T15:22:47.245Z Compiling progenitor-impl v0.11.2
38272026-06-09T15:22:47.443Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
38282026-06-09T15:22:47.625Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38292026-06-09T15:22:47.656Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38302026-06-09T15:22:47.882Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
38312026-06-09T15:22:47.965Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38322026-06-09T15:22:48.136Z Checking hyper-staticfile v0.10.1
38332026-06-09T15:22:48.152Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
38342026-06-09T15:22:48.164Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
38352026-06-09T15:22:49.183Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38362026-06-09T15:22:49.186Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38372026-06-09T15:22:49.186Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38382026-06-09T15:22:49.186Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38392026-06-09T15:22:49.186Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38402026-06-09T15:22:49.186Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38412026-06-09T15:22:49.186Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38422026-06-09T15:22:49.186Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38432026-06-09T15:22:49.421Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
38442026-06-09T15:22:49.437Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38452026-06-09T15:22:49.471Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38462026-06-09T15:22:49.922Z Compiling progenitor-macro v0.11.2
38472026-06-09T15:22:52.322Z Checking progenitor v0.11.2
38482026-06-09T15:22:52.461Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
38492026-06-09T15:22:52.593Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38502026-06-09T15:22:57.147Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38512026-06-09T15:23:08.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.11s
38522026-06-09T15:23:08.240Z
38532026-06-09T15:23:08.240Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (203/295)
38542026-06-09T15:23:08.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38552026-06-09T15:23:08.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38562026-06-09T15:23:09.034Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38572026-06-09T15:23:19.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.44s
38582026-06-09T15:23:19.907Z
38592026-06-09T15:23:19.907Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (204/295)
38602026-06-09T15:23:20.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38612026-06-09T15:23:20.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38622026-06-09T15:23:20.706Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38632026-06-09T15:23:31.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.39s
38642026-06-09T15:23:31.526Z
38652026-06-09T15:23:31.526Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (205/295)
38662026-06-09T15:23:32.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38672026-06-09T15:23:32.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38682026-06-09T15:23:32.326Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38692026-06-09T15:23:42.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.43s
38702026-06-09T15:23:43.179Z
38712026-06-09T15:23:43.179Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (206/295)
38722026-06-09T15:23:43.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38732026-06-09T15:23:43.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38742026-06-09T15:23:43.970Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38752026-06-09T15:23:54.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.39s
38762026-06-09T15:23:54.791Z
38772026-06-09T15:23:54.791Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (207/295)
38782026-06-09T15:23:55.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38792026-06-09T15:23:55.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38802026-06-09T15:23:55.573Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38812026-06-09T15:24:06.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.35s
38822026-06-09T15:24:06.362Z
38832026-06-09T15:24:06.363Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (208/295)
38842026-06-09T15:24:06.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38852026-06-09T15:24:06.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38862026-06-09T15:24:07.152Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38872026-06-09T15:24:17.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.44s
38882026-06-09T15:24:18.027Z
38892026-06-09T15:24:18.027Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (209/295)
38902026-06-09T15:24:18.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38912026-06-09T15:24:18.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38922026-06-09T15:24:18.823Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38932026-06-09T15:24:29.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.38s
38942026-06-09T15:24:29.628Z
38952026-06-09T15:24:29.628Zinfo: running `cargo check --bins` on bootstrap-agent-api (210/295)
38962026-06-09T15:24:30.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38972026-06-09T15:24:30.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38982026-06-09T15:24:30.149Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38992026-06-09T15:24:30.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39002026-06-09T15:24:30.244Z
39012026-06-09T15:24:30.244Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (211/295)
39022026-06-09T15:24:30.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39032026-06-09T15:24:30.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39042026-06-09T15:24:30.767Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39052026-06-09T15:24:30.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39062026-06-09T15:24:30.859Z
39072026-06-09T15:24:30.859Zinfo: running `cargo check --bins` on range-requests (212/295)
39082026-06-09T15:24:31.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39092026-06-09T15:24:31.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39102026-06-09T15:24:31.374Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39112026-06-09T15:24:31.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39122026-06-09T15:24:31.467Z
39132026-06-09T15:24:31.467Zinfo: running `cargo check --bins` on repo-depot-api (213/295)
39142026-06-09T15:24:31.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39152026-06-09T15:24:31.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39162026-06-09T15:24:31.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39172026-06-09T15:24:31.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39182026-06-09T15:24:32.070Z
39192026-06-09T15:24:32.070Zinfo: running `cargo check --bins` on sled-agent-api (214/295)
39202026-06-09T15:24:32.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39212026-06-09T15:24:32.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39222026-06-09T15:24:32.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39232026-06-09T15:24:32.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39242026-06-09T15:24:32.696Z
39252026-06-09T15:24:32.696Zinfo: running `cargo check --bins` on sled-diagnostics (215/295)
39262026-06-09T15:24:33.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39272026-06-09T15:24:33.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39282026-06-09T15:24:33.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39292026-06-09T15:24:33.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39302026-06-09T15:24:33.325Z
39312026-06-09T15:24:33.325Zinfo: running `cargo check --bins` on zfs-test-harness (216/295)
39322026-06-09T15:24:33.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39332026-06-09T15:24:33.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39342026-06-09T15:24:33.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39352026-06-09T15:24:33.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39362026-06-09T15:24:33.946Z
39372026-06-09T15:24:33.946Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (217/295)
39382026-06-09T15:24:34.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39392026-06-09T15:24:34.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39402026-06-09T15:24:34.485Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39412026-06-09T15:24:34.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39422026-06-09T15:24:34.585Z
39432026-06-09T15:24:34.585Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (218/295)
39442026-06-09T15:24:35.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39452026-06-09T15:24:35.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39462026-06-09T15:24:35.127Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39472026-06-09T15:24:35.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39482026-06-09T15:24:35.228Z
39492026-06-09T15:24:35.228Zinfo: running `cargo check --bins` on sled-agent-early-networking (219/295)
39502026-06-09T15:24:35.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39512026-06-09T15:24:35.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39522026-06-09T15:24:35.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39532026-06-09T15:24:35.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39542026-06-09T15:24:35.865Z
39552026-06-09T15:24:35.865Zinfo: running `cargo check --bins` on sled-agent-health-monitor (220/295)
39562026-06-09T15:24:36.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39572026-06-09T15:24:36.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39582026-06-09T15:24:36.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39592026-06-09T15:24:36.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39602026-06-09T15:24:36.484Z
39612026-06-09T15:24:36.484Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (221/295)
39622026-06-09T15:24:37.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39632026-06-09T15:24:37.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39642026-06-09T15:24:37.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39652026-06-09T15:24:37.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39662026-06-09T15:24:37.112Z
39672026-06-09T15:24:37.112Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (222/295)
39682026-06-09T15:24:37.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39692026-06-09T15:24:37.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39702026-06-09T15:24:37.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39712026-06-09T15:24:37.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39722026-06-09T15:24:37.739Z
39732026-06-09T15:24:37.739Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (223/295)
39742026-06-09T15:24:38.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39752026-06-09T15:24:38.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39762026-06-09T15:24:38.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39772026-06-09T15:24:38.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39782026-06-09T15:24:38.370Z
39792026-06-09T15:24:38.370Zinfo: running `cargo check --bins` on sled-agent-rack-setup (224/295)
39802026-06-09T15:24:38.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39812026-06-09T15:24:38.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39822026-06-09T15:24:38.920Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39832026-06-09T15:24:38.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39842026-06-09T15:24:39.026Z
39852026-06-09T15:24:39.026Zinfo: running `cargo check --bins` on trust-quorum (225/295)
39862026-06-09T15:24:39.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39872026-06-09T15:24:39.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39882026-06-09T15:24:39.562Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39892026-06-09T15:24:39.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39902026-06-09T15:24:39.662Z
39912026-06-09T15:24:39.662Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (226/295)
39922026-06-09T15:24:40.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39932026-06-09T15:24:40.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39942026-06-09T15:24:40.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39952026-06-09T15:24:40.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39962026-06-09T15:24:40.307Z
39972026-06-09T15:24:40.307Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (227/295)
39982026-06-09T15:24:40.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39992026-06-09T15:24:40.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40002026-06-09T15:24:40.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40012026-06-09T15:24:40.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40022026-06-09T15:24:40.966Z
40032026-06-09T15:24:40.966Zinfo: running `cargo check --bins` on update-common (228/295)
40042026-06-09T15:24:41.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40052026-06-09T15:24:41.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40062026-06-09T15:24:41.482Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40072026-06-09T15:24:41.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40082026-06-09T15:24:41.578Z
40092026-06-09T15:24:41.578Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (229/295)
40102026-06-09T15:24:42.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40112026-06-09T15:24:42.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40122026-06-09T15:24:42.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40132026-06-09T15:24:42.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
40142026-06-09T15:24:42.244Z
40152026-06-09T15:24:42.244Zinfo: running `cargo check --bins` on omicron-deployment-graph (230/295)
40162026-06-09T15:24:42.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40172026-06-09T15:24:42.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40182026-06-09T15:24:42.748Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40192026-06-09T15:24:42.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40202026-06-09T15:24:42.837Z
40212026-06-09T15:24:42.837Zinfo: running `cargo check --bins` on reconfigurator-cli (231/295)
40222026-06-09T15:24:43.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40232026-06-09T15:24:43.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40242026-06-09T15:24:43.617Z Compiling fs-err v2.11.0
40252026-06-09T15:24:43.620Z Checking ignore v0.4.25
40262026-06-09T15:24:43.620Z Checking arc-swap v1.8.2
40272026-06-09T15:24:43.754Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40282026-06-09T15:24:43.754Z Checking predicates-tree v1.0.13
40292026-06-09T15:24:43.757Z Checking parse-size v1.1.0
40302026-06-09T15:24:43.783Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40312026-06-09T15:24:43.786Z Checking rand_seeder v0.4.0
40322026-06-09T15:24:43.862Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40332026-06-09T15:24:43.884Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40342026-06-09T15:24:43.935Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40352026-06-09T15:24:43.949Z Checking slog-scope v4.4.1
40362026-06-09T15:24:43.983Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40372026-06-09T15:24:44.073Z Compiling petname v2.0.2
40382026-06-09T15:24:44.086Z Checking slog-stdlog v4.1.1
40392026-06-09T15:24:44.102Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40402026-06-09T15:24:44.118Z Checking globwalk v0.9.1
40412026-06-09T15:24:44.175Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40422026-06-09T15:24:44.201Z Checking slog-envlogger v2.2.0
40432026-06-09T15:24:44.294Z Checking camino-tempfile-ext v0.3.3
40442026-06-09T15:24:44.349Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40452026-06-09T15:24:44.393Z Checking sapling-renderdag v0.1.0
40462026-06-09T15:24:44.489Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40472026-06-09T15:24:44.538Z Checking subprocess v0.2.15
40482026-06-09T15:24:44.631Z Checking sync-ptr v0.1.4
40492026-06-09T15:24:44.711Z Checking colored v2.2.0
40502026-06-09T15:24:44.748Z Checking assert_matches v1.5.0
40512026-06-09T15:24:44.819Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40522026-06-09T15:24:44.989Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40532026-06-09T15:24:44.993Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40542026-06-09T15:24:45.638Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40552026-06-09T15:24:46.944Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40562026-06-09T15:24:49.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.28s
40572026-06-09T15:24:49.338Z
40582026-06-09T15:24:49.338Zinfo: running `cargo check --bins` on omicron-repl-utils (232/295)
40592026-06-09T15:24:49.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40602026-06-09T15:24:49.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40612026-06-09T15:24:49.839Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40622026-06-09T15:24:49.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40632026-06-09T15:24:49.930Z
40642026-06-09T15:24:49.930Zinfo: running `cargo check --bins` on transient-dns-server (233/295)
40652026-06-09T15:24:50.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40662026-06-09T15:24:50.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40672026-06-09T15:24:50.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40682026-06-09T15:24:50.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40692026-06-09T15:24:50.548Z
40702026-06-09T15:24:50.548Zinfo: running `cargo check --bins` on nexus-test-interface (234/295)
40712026-06-09T15:24:51.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40722026-06-09T15:24:51.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40732026-06-09T15:24:51.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40742026-06-09T15:24:51.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40752026-06-09T15:24:51.201Z
40762026-06-09T15:24:51.201Zinfo: running `cargo check --bins` on oximeter-collector (235/295)
40772026-06-09T15:24:51.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40782026-06-09T15:24:51.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40792026-06-09T15:24:51.928Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40802026-06-09T15:24:51.931Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40812026-06-09T15:24:52.570Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40822026-06-09T15:24:54.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.92s
40832026-06-09T15:24:54.333Z
40842026-06-09T15:24:54.333Zinfo: running `cargo check --bins` on oximeter-api (236/295)
40852026-06-09T15:24:54.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40862026-06-09T15:24:54.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40872026-06-09T15:24:54.844Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40882026-06-09T15:24:54.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40892026-06-09T15:24:54.934Z
40902026-06-09T15:24:54.934Zinfo: running `cargo check --bins` on cert-dev (237/295)
40912026-06-09T15:24:55.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40922026-06-09T15:24:55.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40932026-06-09T15:24:55.548Z Checking yasna v0.5.2
40942026-06-09T15:24:55.950Z Checking rcgen v0.12.1
40952026-06-09T15:24:56.200Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
40962026-06-09T15:24:56.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
40972026-06-09T15:24:56.563Z
40982026-06-09T15:24:56.563Zinfo: running `cargo check --bins` on clickana (238/295)
40992026-06-09T15:24:57.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41002026-06-09T15:24:57.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41012026-06-09T15:24:57.216Z Compiling darling_core v0.23.0
41022026-06-09T15:24:57.326Z Compiling instability v0.3.11
41032026-06-09T15:24:57.333Z Checking castaway v0.2.4
41042026-06-09T15:24:57.338Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
41052026-06-09T15:24:57.343Z Compiling indoc v2.0.7
41062026-06-09T15:24:57.346Z Checking unicode-truncate v1.1.0
41072026-06-09T15:24:57.364Z Checking lru v0.12.5
41082026-06-09T15:24:57.364Z Checking cassowary v0.3.0
41092026-06-09T15:24:57.421Z Checking compact_str v0.8.1
41102026-06-09T15:24:58.644Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
41112026-06-09T15:24:58.750Z Compiling darling_macro v0.23.0
41122026-06-09T15:24:58.825Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41132026-06-09T15:24:59.156Z Compiling darling v0.23.0
41142026-06-09T15:24:59.769Z Checking ratatui v0.29.0
41152026-06-09T15:25:00.814Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41162026-06-09T15:25:01.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.91s
41172026-06-09T15:25:01.668Z
41182026-06-09T15:25:01.668Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (239/295)
41192026-06-09T15:25:02.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41202026-06-09T15:25:02.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41212026-06-09T15:25:02.394Z Checking headers-core v0.3.0
41222026-06-09T15:25:02.397Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41232026-06-09T15:25:02.591Z Checking headers v0.4.1
41242026-06-09T15:25:02.960Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41252026-06-09T15:25:03.803Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41262026-06-09T15:25:04.292Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41272026-06-09T15:25:04.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.02s
41282026-06-09T15:25:04.897Z
41292026-06-09T15:25:04.897Zinfo: running `cargo check --bins` on ch-dev (240/295)
41302026-06-09T15:25:05.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41312026-06-09T15:25:05.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41322026-06-09T15:25:05.621Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41332026-06-09T15:25:06.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
41342026-06-09T15:25:06.571Z
41352026-06-09T15:25:06.571Zinfo: running `cargo check --bins` on dev-tools-common (241/295)
41362026-06-09T15:25:06.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41372026-06-09T15:25:06.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41382026-06-09T15:25:06.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41392026-06-09T15:25:06.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
41402026-06-09T15:25:07.043Z
41412026-06-09T15:25:07.043Zinfo: running `cargo check --bins` on crdb-seed (242/295)
41422026-06-09T15:25:07.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41432026-06-09T15:25:07.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41442026-06-09T15:25:07.764Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41452026-06-09T15:25:08.735Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41462026-06-09T15:25:09.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.01s
41472026-06-09T15:25:09.263Z
41482026-06-09T15:25:09.263Zinfo: running `cargo check --bins` on db-dev (243/295)
41492026-06-09T15:25:09.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41502026-06-09T15:25:09.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41512026-06-09T15:25:09.988Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41522026-06-09T15:25:10.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
41532026-06-09T15:25:10.946Z
41542026-06-09T15:25:10.946Zinfo: running `cargo check --bins` on omicron-dev-lib (244/295)
41552026-06-09T15:25:11.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41562026-06-09T15:25:11.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41572026-06-09T15:25:11.489Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41582026-06-09T15:25:11.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41592026-06-09T15:25:11.587Z
41602026-06-09T15:25:11.587Zinfo: running `cargo check --bins` on xtask-downloader (245/295)
41612026-06-09T15:25:12.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41622026-06-09T15:25:12.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41632026-06-09T15:25:12.202Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41642026-06-09T15:25:12.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
41652026-06-09T15:25:13.063Z
41662026-06-09T15:25:13.063Zinfo: running `cargo check --bins` on omicron-dropshot-apis (246/295)
41672026-06-09T15:25:13.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41682026-06-09T15:25:13.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41692026-06-09T15:25:13.817Z Compiling progenitor-impl v0.13.0
41702026-06-09T15:25:13.938Z Checking progenitor-client v0.13.0
41712026-06-09T15:25:13.941Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41722026-06-09T15:25:13.941Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41732026-06-09T15:25:13.957Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
41742026-06-09T15:25:13.979Z Checking git-stub v1.0.0
41752026-06-09T15:25:13.979Z Compiling trait-variant v0.1.2
41762026-06-09T15:25:14.140Z Checking maplit v1.0.2
41772026-06-09T15:25:14.156Z Checking is_ci v1.2.0
41782026-06-09T15:25:14.174Z Checking git-stub-vcs v0.1.0
41792026-06-09T15:25:14.224Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41802026-06-09T15:25:14.252Z Checking supports-color v3.0.2
41812026-06-09T15:25:14.382Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41822026-06-09T15:25:14.410Z Checking drift v0.2.0
41832026-06-09T15:25:14.509Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
41842026-06-09T15:25:14.600Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41852026-06-09T15:25:14.713Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41862026-06-09T15:25:14.764Z Checking dropshot-api-manager v0.7.2
41872026-06-09T15:25:14.797Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41882026-06-09T15:25:14.815Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41892026-06-09T15:25:14.921Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41902026-06-09T15:25:15.088Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41912026-06-09T15:25:15.259Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
41922026-06-09T15:25:15.283Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41932026-06-09T15:25:15.794Z Compiling progenitor-macro v0.13.0
41942026-06-09T15:25:18.160Z Checking progenitor v0.13.0
41952026-06-09T15:25:18.275Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
41962026-06-09T15:25:23.359Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
41972026-06-09T15:25:24.442Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
41982026-06-09T15:25:25.003Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
41992026-06-09T15:25:25.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.36s
42002026-06-09T15:25:25.627Z
42012026-06-09T15:25:25.627Zinfo: running `cargo check --bins` on installinator-api (247/295)
42022026-06-09T15:25:26.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42032026-06-09T15:25:26.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42042026-06-09T15:25:26.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42052026-06-09T15:25:26.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42062026-06-09T15:25:26.231Z
42072026-06-09T15:25:26.231Zinfo: running `cargo check --bins` on nexus-external-api (248/295)
42082026-06-09T15:25:26.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42092026-06-09T15:25:26.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42102026-06-09T15:25:26.767Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42112026-06-09T15:25:26.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
42122026-06-09T15:25:26.868Z
42132026-06-09T15:25:26.868Zinfo: running `cargo check --bins` on nexus-internal-api (249/295)
42142026-06-09T15:25:27.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42152026-06-09T15:25:27.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42162026-06-09T15:25:27.411Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42172026-06-09T15:25:27.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42182026-06-09T15:25:27.511Z
42192026-06-09T15:25:27.511Zinfo: running `cargo check --bins` on nexus-lockstep-api (250/295)
42202026-06-09T15:25:28.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42212026-06-09T15:25:28.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42222026-06-09T15:25:28.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42232026-06-09T15:25:28.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42242026-06-09T15:25:28.154Z
42252026-06-09T15:25:28.154Zinfo: running `cargo check --bins` on ntp-admin-api (251/295)
42262026-06-09T15:25:28.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42272026-06-09T15:25:28.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42282026-06-09T15:25:28.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42292026-06-09T15:25:28.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42302026-06-09T15:25:28.757Z
42312026-06-09T15:25:28.757Zinfo: running `cargo check --bins` on ntp-admin-types-versions (252/295)
42322026-06-09T15:25:29.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42332026-06-09T15:25:29.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42342026-06-09T15:25:29.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42352026-06-09T15:25:29.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42362026-06-09T15:25:29.345Z
42372026-06-09T15:25:29.345Zinfo: running `cargo check --bins` on wicketd-api (253/295)
42382026-06-09T15:25:29.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42392026-06-09T15:25:29.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42402026-06-09T15:25:29.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42412026-06-09T15:25:29.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42422026-06-09T15:25:29.966Z
42432026-06-09T15:25:29.966Zinfo: running `cargo check --bins` on omicron-ls-apis (254/295)
42442026-06-09T15:25:30.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42452026-06-09T15:25:30.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42462026-06-09T15:25:30.584Z Checking typeid v1.0.3
42472026-06-09T15:25:30.698Z Checking ordered-float v2.10.1
42482026-06-09T15:25:30.717Z Checking unicode-xid v0.2.6
42492026-06-09T15:25:30.731Z Checking cargo-platform v0.2.0
42502026-06-09T15:25:30.740Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42512026-06-09T15:25:30.764Z Checking erased-serde v0.4.9
42522026-06-09T15:25:30.900Z Checking serde-value v0.7.0
42532026-06-09T15:25:31.077Z Checking serde-untagged v0.1.9
42542026-06-09T15:25:31.230Z Checking cargo-util-schemas v0.8.2
42552026-06-09T15:25:31.910Z Checking cargo_metadata v0.21.0
42562026-06-09T15:25:32.510Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42572026-06-09T15:25:33.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.27s
42582026-06-09T15:25:33.418Z
42592026-06-09T15:25:33.418Zinfo: running `cargo check --bins` on mgs-dev (255/295)
42602026-06-09T15:25:33.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42612026-06-09T15:25:33.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42622026-06-09T15:25:34.153Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42632026-06-09T15:25:34.773Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42642026-06-09T15:25:35.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s
42652026-06-09T15:25:35.478Z
42662026-06-09T15:25:35.478Zinfo: running `cargo check --bins` on omicron-omdb (256/295)
42672026-06-09T15:25:36.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42682026-06-09T15:25:36.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42692026-06-09T15:25:36.440Z Compiling vergen-lib v0.1.6
42702026-06-09T15:25:36.440Z Compiling vergen-gitcl v1.0.8
42712026-06-09T15:25:36.440Z Compiling dirs-sys-next v0.1.2
42722026-06-09T15:25:36.443Z Compiling crunchy v0.2.4
42732026-06-09T15:25:36.443Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42742026-06-09T15:25:36.443Z Compiling diesel_derives v2.3.7
42752026-06-09T15:25:36.443Z Compiling glob v0.3.3
42762026-06-09T15:25:36.614Z Compiling dsl_auto_type v0.2.0
42772026-06-09T15:25:36.828Z Compiling dirs-next v2.0.0
42782026-06-09T15:25:36.873Z Checking scheduled-thread-pool v0.2.7
42792026-06-09T15:25:36.887Z Compiling diesel_table_macro_syntax v0.3.0
42802026-06-09T15:25:36.902Z Compiling tiny-keccak v2.0.2
42812026-06-09T15:25:36.947Z Compiling term v0.7.0
42822026-06-09T15:25:36.970Z Compiling clang-sys v1.8.1
42832026-06-09T15:25:37.030Z Checking r2d2 v0.8.10
42842026-06-09T15:25:37.222Z Checking downcast-rs v2.0.2
42852026-06-09T15:25:37.227Z Compiling bit-vec v0.6.3
42862026-06-09T15:25:37.237Z Compiling ascii-canvas v3.0.0
42872026-06-09T15:25:37.367Z Compiling itertools v0.10.5
42882026-06-09T15:25:37.498Z Compiling bit-set v0.5.3
42892026-06-09T15:25:37.514Z Compiling ena v0.14.4
42902026-06-09T15:25:37.528Z Compiling libloading v0.8.9
42912026-06-09T15:25:37.658Z Compiling regex-syntax v0.6.29
42922026-06-09T15:25:37.689Z Compiling bindgen v0.71.1
42932026-06-09T15:25:37.721Z Compiling diff v0.1.13
42942026-06-09T15:25:37.763Z Compiling cexpr v0.6.0
42952026-06-09T15:25:37.988Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42962026-06-09T15:25:38.136Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
42972026-06-09T15:25:38.180Z Compiling rustc-hash v2.1.1
42982026-06-09T15:25:38.317Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42992026-06-09T15:25:38.351Z Compiling libxml v0.3.3
43002026-06-09T15:25:38.430Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
43012026-06-09T15:25:38.449Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
43022026-06-09T15:25:38.604Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43032026-06-09T15:25:38.779Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
43042026-06-09T15:25:38.805Z Compiling strum_macros v0.24.3
43052026-06-09T15:25:38.932Z Compiling indoc v1.0.9
43062026-06-09T15:25:39.049Z Compiling lalrpop v0.19.12
43072026-06-09T15:25:39.797Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43082026-06-09T15:25:39.994Z Checking derive_builder v0.20.2
43092026-06-09T15:25:40.117Z Compiling oso-derive v0.27.3
43102026-06-09T15:25:40.161Z Checking quick-xml v0.37.5
43112026-06-09T15:25:40.305Z Compiling impl-trait-for-tuples v0.2.3
43122026-06-09T15:25:40.615Z Checking openssl-probe v0.1.6
43132026-06-09T15:25:40.760Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43142026-06-09T15:25:41.045Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43152026-06-09T15:25:41.245Z Checking bb8 v0.8.6
43162026-06-09T15:25:41.430Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43172026-06-09T15:25:41.487Z Compiling libz-sys v1.1.24
43182026-06-09T15:25:41.530Z Checking nonempty v0.12.0
43192026-06-09T15:25:41.649Z Compiling strsim v0.10.0
43202026-06-09T15:25:41.701Z Compiling libgit2-sys v0.18.3+1.9.2
43212026-06-09T15:25:41.847Z Compiling darling_core v0.13.4
43222026-06-09T15:25:41.986Z Compiling vergen-git2 v9.1.0
43232026-06-09T15:25:42.063Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43242026-06-09T15:25:42.208Z Compiling base64 v0.21.7
43252026-06-09T15:25:42.258Z Compiling rustls v0.21.12
43262026-06-09T15:25:42.481Z Compiling ron v0.8.1
43272026-06-09T15:25:42.571Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43282026-06-09T15:25:42.588Z Checking diesel v2.3.7
43292026-06-09T15:25:43.481Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43302026-06-09T15:25:43.579Z Checking rustls-webpki v0.101.7
43312026-06-09T15:25:43.676Z Checking sct v0.7.1
43322026-06-09T15:25:43.779Z Compiling darling_macro v0.13.4
43332026-06-09T15:25:43.846Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43342026-06-09T15:25:44.258Z Compiling darling v0.13.4
43352026-06-09T15:25:44.356Z Compiling serde_with_macros v1.5.2
43362026-06-09T15:25:44.457Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43372026-06-09T15:25:45.206Z Compiling serde_with v1.14.0
43382026-06-09T15:25:45.245Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43392026-06-09T15:25:46.158Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43402026-06-09T15:25:46.335Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43412026-06-09T15:25:47.000Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43422026-06-09T15:25:47.654Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43432026-06-09T15:25:47.742Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43442026-06-09T15:25:47.850Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43452026-06-09T15:25:47.866Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43462026-06-09T15:25:47.936Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43472026-06-09T15:25:48.040Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43482026-06-09T15:25:48.193Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43492026-06-09T15:25:48.213Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43502026-06-09T15:25:48.256Z Checking tokio-rustls v0.24.1
43512026-06-09T15:25:48.484Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43522026-06-09T15:25:49.025Z Checking rustls-pemfile v1.0.4
43532026-06-09T15:25:49.107Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43542026-06-09T15:25:49.171Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43552026-06-09T15:25:49.306Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43562026-06-09T15:25:49.363Z Checking twox-hash v2.1.2
43572026-06-09T15:25:49.668Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43582026-06-09T15:25:49.686Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43592026-06-09T15:25:49.725Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43602026-06-09T15:25:50.303Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43612026-06-09T15:25:50.441Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43622026-06-09T15:25:51.396Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43632026-06-09T15:25:51.702Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43642026-06-09T15:25:51.721Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43652026-06-09T15:25:51.939Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43662026-06-09T15:25:52.373Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43672026-06-09T15:25:52.617Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43682026-06-09T15:25:52.894Z Checking console v0.16.2
43692026-06-09T15:25:53.209Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43702026-06-09T15:25:53.374Z Checking fatfs v0.3.6
43712026-06-09T15:25:53.608Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43722026-06-09T15:25:53.840Z Checking unit-prefix v0.5.2
43732026-06-09T15:25:53.985Z Compiling seq-macro v0.3.6
43742026-06-09T15:25:54.496Z Checking indicatif v0.18.4
43752026-06-09T15:25:54.818Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43762026-06-09T15:25:54.887Z Checking support-bundle-viewer v0.1.2
43772026-06-09T15:25:54.941Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43782026-06-09T15:25:55.137Z Checking multimap v0.10.1
43792026-06-09T15:25:59.521Z Checking async-bb8-diesel v0.2.1
43802026-06-09T15:25:59.901Z Checking diesel-dtrace v0.5.0
43812026-06-09T15:26:05.548Z Compiling samael v0.0.19
43822026-06-09T15:26:08.509Z Compiling git2 v0.20.4
43832026-06-09T15:26:10.400Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43842026-06-09T15:26:10.952Z Compiling polar-core v0.27.3
43852026-06-09T15:26:11.035Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43862026-06-09T15:26:15.459Z Checking oso v0.27.3
43872026-06-09T15:26:43.027Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43882026-06-09T15:27:53.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 18s
43892026-06-09T15:27:53.856Z
43902026-06-09T15:27:53.856Zinfo: running `cargo check --bins` on nexus-networking (257/295)
43912026-06-09T15:27:54.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43922026-06-09T15:27:54.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43932026-06-09T15:27:54.457Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43942026-06-09T15:27:54.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
43952026-06-09T15:27:54.560Z
43962026-06-09T15:27:54.560Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (258/295)
43972026-06-09T15:27:55.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43982026-06-09T15:27:55.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43992026-06-09T15:27:55.114Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44002026-06-09T15:27:55.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44012026-06-09T15:27:55.217Z
44022026-06-09T15:27:55.217Zinfo: running `cargo check --bins` on nexus-saga-recovery (259/295)
44032026-06-09T15:27:55.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44042026-06-09T15:27:55.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44052026-06-09T15:27:55.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44062026-06-09T15:27:55.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44072026-06-09T15:27:55.873Z
44082026-06-09T15:27:55.873Zinfo: running `cargo check --bins` on nexus-test-utils-macros (260/295)
44092026-06-09T15:27:56.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44102026-06-09T15:27:56.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44112026-06-09T15:27:56.374Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44122026-06-09T15:27:56.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44132026-06-09T15:27:56.462Z
44142026-06-09T15:27:56.462Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (261/295)
44152026-06-09T15:27:57.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44162026-06-09T15:27:57.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44172026-06-09T15:27:57.308Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44182026-06-09T15:27:58.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.58s
44192026-06-09T15:27:58.293Z
44202026-06-09T15:27:58.293Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (262/295)
44212026-06-09T15:27:58.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44222026-06-09T15:27:58.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44232026-06-09T15:27:59.120Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44242026-06-09T15:28:35.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.60s
44252026-06-09T15:28:36.117Z
44262026-06-09T15:28:36.117Zinfo: running `cargo check --bins` on nexus-background-task-interface (263/295)
44272026-06-09T15:28:36.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44282026-06-09T15:28:36.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44292026-06-09T15:28:36.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44302026-06-09T15:28:36.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44312026-06-09T15:28:36.708Z
44322026-06-09T15:28:36.708Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (264/295)
44332026-06-09T15:28:37.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44342026-06-09T15:28:37.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44352026-06-09T15:28:37.257Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44362026-06-09T15:28:37.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
44372026-06-09T15:28:37.353Z
44382026-06-09T15:28:37.353Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (265/295)
44392026-06-09T15:28:37.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44402026-06-09T15:28:37.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44412026-06-09T15:28:37.910Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44422026-06-09T15:28:37.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44432026-06-09T15:28:38.018Z
44442026-06-09T15:28:38.018Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (266/295)
44452026-06-09T15:28:38.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44462026-06-09T15:28:38.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44472026-06-09T15:28:38.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44482026-06-09T15:28:38.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44492026-06-09T15:28:38.683Z
44502026-06-09T15:28:38.683Zinfo: running `cargo check --bins` on nexus-mgs-updates (267/295)
44512026-06-09T15:28:39.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44522026-06-09T15:28:39.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44532026-06-09T15:28:39.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44542026-06-09T15:28:39.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44552026-06-09T15:28:39.335Z
44562026-06-09T15:28:39.335Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (268/295)
44572026-06-09T15:28:39.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44582026-06-09T15:28:39.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44592026-06-09T15:28:39.894Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44602026-06-09T15:28:39.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44612026-06-09T15:28:40.010Z
44622026-06-09T15:28:40.010Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (269/295)
44632026-06-09T15:28:40.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44642026-06-09T15:28:40.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44652026-06-09T15:28:40.561Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44662026-06-09T15:28:40.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
44672026-06-09T15:28:40.662Z
44682026-06-09T15:28:40.662Zinfo: running `cargo check --bins` on support-bundle-collection (270/295)
44692026-06-09T15:28:41.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44702026-06-09T15:28:41.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44712026-06-09T15:28:41.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44722026-06-09T15:28:41.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
44732026-06-09T15:28:41.328Z
44742026-06-09T15:28:41.328Zinfo: running `cargo check --bins` on omicron-dev (271/295)
44752026-06-09T15:28:41.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44762026-06-09T15:28:41.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44772026-06-09T15:28:42.242Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44782026-06-09T15:28:42.245Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44792026-06-09T15:28:42.433Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
44802026-06-09T15:28:42.462Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
44812026-06-09T15:28:42.480Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
44822026-06-09T15:28:42.496Z Checking yansi v1.0.1
44832026-06-09T15:28:42.499Z Checking diff v0.1.13
44842026-06-09T15:28:42.525Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44852026-06-09T15:28:42.564Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
44862026-06-09T15:28:42.742Z Checking pretty_assertions v1.4.1
44872026-06-09T15:28:43.389Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44882026-06-09T15:28:43.533Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
44892026-06-09T15:29:07.381Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44902026-06-09T15:29:07.381Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
44912026-06-09T15:29:07.384Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
44922026-06-09T15:29:07.384Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
44932026-06-09T15:29:07.384Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
44942026-06-09T15:29:07.384Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
44952026-06-09T15:29:08.163Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
44962026-06-09T15:29:08.163Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44972026-06-09T15:29:09.356Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44982026-06-09T15:29:45.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s
44992026-06-09T15:29:45.901Z
45002026-06-09T15:29:45.901Zinfo: running `cargo check --bins` on omicron-pins (272/295)
45012026-06-09T15:29:46.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45022026-06-09T15:29:46.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45032026-06-09T15:29:46.411Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45042026-06-09T15:29:46.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45052026-06-09T15:29:46.502Z
45062026-06-09T15:29:46.502Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (273/295)
45072026-06-09T15:29:47.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45082026-06-09T15:29:47.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45092026-06-09T15:29:47.290Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45102026-06-09T15:29:47.414Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
45112026-06-09T15:29:47.417Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45122026-06-09T15:30:13.159Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45132026-06-09T15:30:13.535Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45142026-06-09T15:30:15.222Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45152026-06-09T15:30:15.660Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45162026-06-09T15:30:18.560Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45172026-06-09T15:30:41.396Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45182026-06-09T15:30:42.094Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45192026-06-09T15:30:43.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.19s
45202026-06-09T15:30:43.907Z
45212026-06-09T15:30:43.907Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (274/295)
45222026-06-09T15:30:44.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45232026-06-09T15:30:44.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45242026-06-09T15:30:44.640Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45252026-06-09T15:30:45.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
45262026-06-09T15:30:45.531Z
45272026-06-09T15:30:45.531Zinfo: running `cargo check --bins` on omicron-releng (275/295)
45282026-06-09T15:30:46.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45292026-06-09T15:30:46.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45302026-06-09T15:30:46.198Z Compiling blake3 v1.8.3
45312026-06-09T15:30:46.309Z Checking constant_time_eq v0.4.2
45322026-06-09T15:30:46.309Z Checking arrayvec v0.7.6
45332026-06-09T15:30:46.312Z Checking arrayref v0.3.9
45342026-06-09T15:30:46.328Z Checking topological-sort v0.2.2
45352026-06-09T15:30:46.331Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45362026-06-09T15:30:46.331Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45372026-06-09T15:30:46.331Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
45382026-06-09T15:30:46.379Z Checking shell-words v1.1.1
45392026-06-09T15:30:47.192Z Checking omicron-zone-package v0.12.2
45402026-06-09T15:30:47.905Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45412026-06-09T15:30:48.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
45422026-06-09T15:30:48.945Z
45432026-06-09T15:30:48.945Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (276/295)
45442026-06-09T15:30:49.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45452026-06-09T15:30:49.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45462026-06-09T15:30:49.612Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
45472026-06-09T15:30:49.923Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45482026-06-09T15:30:50.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
45492026-06-09T15:30:50.507Z
45502026-06-09T15:30:50.507Zinfo: running `cargo check --bins` on schema (277/295)
45512026-06-09T15:30:51.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45522026-06-09T15:30:51.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45532026-06-09T15:30:51.249Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
45542026-06-09T15:30:51.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
45552026-06-09T15:30:52.146Z
45562026-06-09T15:30:52.146Zinfo: running `cargo check --bins` on xtask (278/295)
45572026-06-09T15:30:52.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45582026-06-09T15:30:52.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45592026-06-09T15:30:52.602Z Checking libc v0.2.185
45602026-06-09T15:30:52.686Z Checking serde v1.0.228
45612026-06-09T15:30:52.690Z Checking zerofrom v0.1.6
45622026-06-09T15:30:52.694Z Checking bitflags v2.11.0
45632026-06-09T15:30:52.700Z Checking smallvec v1.15.1
45642026-06-09T15:30:52.706Z Checking indexmap v2.14.0
45652026-06-09T15:30:52.714Z Checking serde_json v1.0.149
45662026-06-09T15:30:52.717Z Checking scroll v0.12.0
45672026-06-09T15:30:52.788Z Checking yoke v0.8.1
45682026-06-09T15:30:52.837Z Checking num-traits v0.2.19
45692026-06-09T15:30:52.870Z Checking thiserror v1.0.69
45702026-06-09T15:30:52.949Z Checking percent-encoding v2.3.2
45712026-06-09T15:30:52.959Z Checking zerovec v0.11.5
45722026-06-09T15:30:52.968Z Checking zerotrie v0.2.3
45732026-06-09T15:30:52.978Z Checking errno v0.3.14
45742026-06-09T15:30:53.074Z Checking serde_spanned v0.6.9
45752026-06-09T15:30:53.086Z Checking toml_datetime v0.6.11
45762026-06-09T15:30:53.097Z Checking rustix v1.1.3
45772026-06-09T15:30:53.194Z Checking log v0.4.29
45782026-06-09T15:30:53.206Z Checking zerocopy v0.7.35
45792026-06-09T15:30:53.229Z Checking form_urlencoded v1.2.2
45802026-06-09T15:30:53.263Z Checking toml_edit v0.22.27
45812026-06-09T15:30:53.310Z Checking getrandom v0.4.1
45822026-06-09T15:30:53.341Z Checking goblin v0.8.2
45832026-06-09T15:30:53.356Z Checking ordered-float v2.10.1
45842026-06-09T15:30:53.359Z Checking thiserror v2.0.18
45852026-06-09T15:30:53.394Z Checking tinystr v0.8.2
45862026-06-09T15:30:53.440Z Checking potential_utf v0.1.4
45872026-06-09T15:30:53.462Z Checking syn v2.0.117
45882026-06-09T15:30:53.568Z Checking icu_collections v2.1.1
45892026-06-09T15:30:53.571Z Checking icu_locale_core v2.1.1
45902026-06-09T15:30:53.587Z Checking serde-value v0.7.0
45912026-06-09T15:30:53.690Z Checking dtrace-parser v0.2.0
45922026-06-09T15:30:53.787Z Checking thread-id v4.2.2
45932026-06-09T15:30:53.870Z Checking once_cell v1.21.3
45942026-06-09T15:30:53.882Z Checking cargo-platform v0.2.0
45952026-06-09T15:30:53.914Z Checking terminal_size v0.4.3
45962026-06-09T15:30:53.937Z Checking memmap v0.7.0
45972026-06-09T15:30:54.041Z Checking clap_builder v4.6.0
45982026-06-09T15:30:54.044Z Checking tempfile v3.25.0
45992026-06-09T15:30:54.064Z Checking textwrap v0.16.2
46002026-06-09T15:30:54.064Z Checking fs-err v3.3.0
46012026-06-09T15:30:54.121Z Checking icu_provider v2.1.1
46022026-06-09T15:30:54.241Z Checking camino-tempfile v1.4.1
46032026-06-09T15:30:54.251Z Checking anyhow v1.0.102
46042026-06-09T15:30:54.269Z Checking tabled v0.15.0
46052026-06-09T15:30:54.357Z Checking toml v0.8.23
46062026-06-09T15:30:54.357Z Checking icu_properties v2.1.2
46072026-06-09T15:30:54.395Z Checking icu_normalizer v2.1.1
46082026-06-09T15:30:54.441Z Checking macaddr v1.0.1
46092026-06-09T15:30:54.617Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
46102026-06-09T15:30:54.673Z Checking cargo_toml v0.21.0
46112026-06-09T15:30:55.168Z Checking idna_adapter v1.2.1
46122026-06-09T15:30:55.203Z Checking dof v0.3.0
46132026-06-09T15:30:55.241Z Checking clap v4.6.1
46142026-06-09T15:30:55.285Z Checking idna v1.1.0
46152026-06-09T15:30:55.466Z Checking usdt-impl v0.5.0
46162026-06-09T15:30:55.507Z Checking url v2.5.8
46172026-06-09T15:30:55.710Z Checking usdt v0.5.0
46182026-06-09T15:30:55.849Z Checking cargo-util-schemas v0.8.2
46192026-06-09T15:30:56.537Z Checking cargo_metadata v0.21.0
46202026-06-09T15:30:57.145Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46212026-06-09T15:30:57.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.41s
46222026-06-09T15:30:57.680Z
46232026-06-09T15:30:57.680Zinfo: running `cargo check --bins` on dnsadm (279/295)
46242026-06-09T15:30:58.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46252026-06-09T15:30:58.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46262026-06-09T15:30:58.332Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46272026-06-09T15:30:58.809Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46282026-06-09T15:30:59.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.52s
46292026-06-09T15:30:59.409Z
46302026-06-09T15:30:59.410Zinfo: running `cargo check --bins` on end-to-end-tests (280/295)
46312026-06-09T15:30:59.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46322026-06-09T15:30:59.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46332026-06-09T15:31:00.221Z Checking polyval v0.6.2
46342026-06-09T15:31:00.348Z Checking ctr v0.9.2
46352026-06-09T15:31:00.359Z Checking ssh-encoding v0.2.0
46362026-06-09T15:31:00.359Z Checking blowfish v0.9.1
46372026-06-09T15:31:00.379Z Checking password-hash v0.4.2
46382026-06-09T15:31:00.393Z Checking p256 v0.13.2
46392026-06-09T15:31:00.397Z Checking p521 v0.13.3
46402026-06-09T15:31:00.420Z Checking russh-cryptovec v0.7.3
46412026-06-09T15:31:00.488Z Checking ghash v0.5.1
46422026-06-09T15:31:00.502Z Checking md5 v0.7.0
46432026-06-09T15:31:00.502Z Checking bcrypt-pbkdf v0.10.0
46442026-06-09T15:31:00.540Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46452026-06-09T15:31:00.549Z Checking num-bigint v0.4.6
46462026-06-09T15:31:00.599Z Checking pbkdf2 v0.11.0
46472026-06-09T15:31:00.623Z Checking aes-gcm v0.10.3
46482026-06-09T15:31:00.644Z Checking des v0.8.1
46492026-06-09T15:31:00.664Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46502026-06-09T15:31:00.681Z Checking hex-literal v0.4.1
46512026-06-09T15:31:00.768Z Checking ssh-cipher v0.2.0
46522026-06-09T15:31:00.771Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
46532026-06-09T15:31:00.794Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
46542026-06-09T15:31:00.797Z Checking socket2 v0.5.10
46552026-06-09T15:31:00.797Z Checking internet-checksum v0.2.1
46562026-06-09T15:31:00.948Z Checking ssh-key v0.6.7
46572026-06-09T15:31:01.051Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46582026-06-09T15:31:01.574Z Checking russh-keys v0.45.0
46592026-06-09T15:31:02.124Z Checking russh v0.45.0
46602026-06-09T15:31:18.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.01s
46612026-06-09T15:31:18.636Z
46622026-06-09T15:31:18.636Zinfo: running `cargo check --bins` on gateway-cli (281/295)
46632026-06-09T15:31:19.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46642026-06-09T15:31:19.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46652026-06-09T15:31:19.287Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
46662026-06-09T15:31:19.398Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
46672026-06-09T15:31:19.405Z Checking termios v0.3.3
46682026-06-09T15:31:20.602Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
46692026-06-09T15:31:20.749Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
46702026-06-09T15:31:22.523Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
46712026-06-09T15:31:23.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.44s
46722026-06-09T15:31:23.273Z
46732026-06-09T15:31:23.273Zinfo: running `cargo check --bins --no-default-features` on installinator (282/295)
46742026-06-09T15:31:23.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46752026-06-09T15:31:23.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46762026-06-09T15:31:23.987Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
46772026-06-09T15:31:23.991Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46782026-06-09T15:31:24.114Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
46792026-06-09T15:31:24.117Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
46802026-06-09T15:31:24.128Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46812026-06-09T15:31:24.137Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
46822026-06-09T15:31:24.842Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46832026-06-09T15:31:25.189Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
46842026-06-09T15:31:25.189Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
46852026-06-09T15:31:25.830Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
46862026-06-09T15:31:27.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.16s
46872026-06-09T15:31:27.637Z
46882026-06-09T15:31:27.637Zinfo: running `cargo check --bins` on internal-dns-cli (283/295)
46892026-06-09T15:31:28.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46902026-06-09T15:31:28.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46912026-06-09T15:31:28.285Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
46922026-06-09T15:31:28.740Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
46932026-06-09T15:31:29.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
46942026-06-09T15:31:29.252Z
46952026-06-09T15:31:29.252Zinfo: running `cargo check --bins` on omicron-live-tests (284/295)
46962026-06-09T15:31:29.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46972026-06-09T15:31:29.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46982026-06-09T15:31:29.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46992026-06-09T15:31:29.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
47002026-06-09T15:31:29.847Z
47012026-06-09T15:31:29.847Zinfo: running `cargo check --bins` on live-tests-macros (285/295)
47022026-06-09T15:31:30.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47032026-06-09T15:31:30.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47042026-06-09T15:31:30.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47052026-06-09T15:31:30.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
47062026-06-09T15:31:30.445Z
47072026-06-09T15:31:30.445Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (286/295)
47082026-06-09T15:31:30.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47092026-06-09T15:31:31.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47102026-06-09T15:31:31.205Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
47112026-06-09T15:31:31.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
47122026-06-09T15:31:31.996Z
47132026-06-09T15:31:31.996Zinfo: running `cargo check --bins` on omicron-ntp-admin (287/295)
47142026-06-09T15:31:32.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47152026-06-09T15:31:32.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47162026-06-09T15:31:32.654Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47172026-06-09T15:31:32.657Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47182026-06-09T15:31:32.933Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47192026-06-09T15:31:32.933Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47202026-06-09T15:31:33.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.73s
47212026-06-09T15:31:33.918Z
47222026-06-09T15:31:33.918Zinfo: running `cargo check --bins` on ntp-admin-types (288/295)
47232026-06-09T15:31:34.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47242026-06-09T15:31:34.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47252026-06-09T15:31:34.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47262026-06-09T15:31:34.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
47272026-06-09T15:31:34.505Z
47282026-06-09T15:31:34.505Zinfo: running `cargo check --bins` on omicron-package (289/295)
47292026-06-09T15:31:35.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47302026-06-09T15:31:35.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47312026-06-09T15:31:35.193Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47322026-06-09T15:31:36.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
47332026-06-09T15:31:36.456Z
47342026-06-09T15:31:36.456Zinfo: running `cargo check --bins` on tqdb (290/295)
47352026-06-09T15:31:37.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47362026-06-09T15:31:37.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47372026-06-09T15:31:37.248Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47382026-06-09T15:31:37.598Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47392026-06-09T15:31:38.108Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47402026-06-09T15:31:38.108Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47412026-06-09T15:31:44.038Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
47422026-06-09T15:31:44.041Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
47432026-06-09T15:31:44.608Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
47442026-06-09T15:31:44.608Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
47452026-06-09T15:31:44.612Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47462026-06-09T15:31:44.612Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
47472026-06-09T15:31:45.395Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
47482026-06-09T15:31:46.360Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47492026-06-09T15:31:47.130Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47502026-06-09T15:31:47.740Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47512026-06-09T15:31:52.375Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47522026-06-09T15:31:58.745Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
47532026-06-09T15:31:58.745Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47542026-06-09T15:31:58.749Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
47552026-06-09T15:31:58.749Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47562026-06-09T15:32:00.203Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
47572026-06-09T15:32:01.543Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
47582026-06-09T15:32:02.216Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47592026-06-09T15:32:03.462Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
47602026-06-09T15:32:03.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.53s
47612026-06-09T15:32:04.209Z
47622026-06-09T15:32:04.209Zinfo: running `cargo check --bins` on wicket-dbg (291/295)
47632026-06-09T15:32:04.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47642026-06-09T15:32:04.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47652026-06-09T15:32:04.935Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47662026-06-09T15:32:04.941Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47672026-06-09T15:32:04.941Z Checking rtoolbox v0.0.3
47682026-06-09T15:32:05.068Z Checking tui-tree-widget v0.23.1
47692026-06-09T15:32:05.169Z Checking rpassword v7.4.0
47702026-06-09T15:32:06.208Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
47712026-06-09T15:32:09.196Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47722026-06-09T15:32:11.055Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
47732026-06-09T15:32:11.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.74s
47742026-06-09T15:32:12.162Z
47752026-06-09T15:32:12.162Zinfo: running `cargo check --bins` on wicket (292/295)
47762026-06-09T15:32:12.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47772026-06-09T15:32:12.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47782026-06-09T15:32:12.865Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47792026-06-09T15:32:13.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
47802026-06-09T15:32:13.418Z
47812026-06-09T15:32:13.418Zinfo: running `cargo check --bins` on wicketd (293/295)
47822026-06-09T15:32:13.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47832026-06-09T15:32:13.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47842026-06-09T15:32:14.142Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
47852026-06-09T15:32:14.150Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
47862026-06-09T15:32:14.150Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
47872026-06-09T15:32:14.258Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
47882026-06-09T15:32:15.166Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
47892026-06-09T15:32:15.732Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
47902026-06-09T15:32:18.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.25s
47912026-06-09T15:32:18.877Z
47922026-06-09T15:32:18.877Zinfo: running `cargo check --bins` on omicron-workspace-hack (294/295)
47932026-06-09T15:32:19.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47942026-06-09T15:32:19.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47952026-06-09T15:32:19.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47962026-06-09T15:32:19.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
47972026-06-09T15:32:19.472Z
47982026-06-09T15:32:19.472Zinfo: running `cargo check --bins` on zone-setup (295/295)
47992026-06-09T15:32:19.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48002026-06-09T15:32:20.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48012026-06-09T15:32:20.151Z Checking uzers v0.12.2
48022026-06-09T15:32:20.557Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
48032026-06-09T15:32:21.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
48042026-06-09T15:32:21.379Z
48052026-06-09T15:32:21.379Zreal 14:08.537095710
48062026-06-09T15:32:21.379Zuser 21:09.265851035
48072026-06-09T15:32:21.379Zsys 4:23.885600955
48082026-06-09T15:32:21.379Ztrap 0.339460309
48092026-06-09T15:32:21.380Ztflt 0.752280759
48102026-06-09T15:32:21.380Zdflt 1.306729623
48112026-06-09T15:32:21.380Zkflt 0.004889153
48122026-06-09T15:32:21.380Zlock 1:18:57.464337354
48132026-06-09T15:32:21.380Zslp 1:41:44.577290306
48142026-06-09T15:32:21.380Zlat 56.790286393
48152026-06-09T15:32:21.380Zstop 3:37.240699664
48162026-06-09T15:32:21.383Zprocess exited: duration 996278 ms, exit code 0
 
48172026-06-09T15:32:21.391Zfound 0 output files