01KT86HPW6XKFATGPZZEGGAMQ4: 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: 01KT86J2VJKCTETT54G1T5XP56

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-04T02:15:06.576Zjob assigned to worker 01KT86J3ZHF9434ZTMQCR4VDMD [factory aws, i-025be2159b34fbc35] (queued for 42 s)
 
22026-06-04T02:15:13.550Zstarting task 0: "setup"
32026-06-04T02:15:13.555Z++ uname -s
42026-06-04T02:15:13.558Z+ kern=SunOS
52026-06-04T02:15:13.558Z+ build_user=build
62026-06-04T02:15:13.558Z+ build_uid=12345
72026-06-04T02:15:13.558Z+ work_dir=/work
82026-06-04T02:15:13.558Z+ input_dir=/input
92026-06-04T02:15:13.558Z+ [[ 0 == 12345 ]]
102026-06-04T02:15:13.558Z+ case "$kern" in
112026-06-04T02:15:13.559Z+ groupadd -g 12345 build
122026-06-04T02:15:13.561Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-04T02:15:15.564Z+ zfs create -o mountpoint=/work rpool/work
142026-06-04T02:15:15.624Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-04T02:15:15.627Z+ home_fs=zfs
162026-06-04T02:15:15.627Z+ [[ zfs == autofs ]]
172026-06-04T02:15:15.627Z+ mkdir -p /home/build
182026-06-04T02:15:15.627Z+ chown build:build /home/build /work
192026-06-04T02:15:17.628Z+ chmod 0700 /home/build /work
202026-06-04T02:15:17.631Zprocess exited: duration 4079 ms, exit code 0
 
212026-06-04T02:15:17.636Zstarting task 1: "rust-toolchain"
222026-06-04T02:15:17.640Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-04T02:15:17.640Z * rust toolchain channel = "1.94.0"
242026-06-04T02:15:17.640Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-06-04T02:15:17.640Z * rust toolchain profile = "default"
262026-06-04T02:15:17.640Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-04T02:15:17.640Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-04T02:15:17.643Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-04T02:15:17.643Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-04T02:15:17.698Zinfo: downloading installer
312026-06-04T02:15:19.022Zwarn: It looks like you have an existing rustup settings file at:
322026-06-04T02:15:19.022Zwarn: /home/build/.rustup/settings.toml
332026-06-04T02:15:19.022Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-04T02:15:19.022Zwarn: instead of the one inferred from the default host triple.
352026-06-04T02:15:19.034Zinfo: profile set to default
362026-06-04T02:15:19.034Zinfo: default host triple is x86_64-unknown-illumos
372026-06-04T02:15:19.037Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-04T02:15:19.184Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-04T02:15:19.186Zinfo: downloading 6 components
402026-06-04T02:15:37.038Z
412026-06-04T02:15:37.038Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
422026-06-04T02:15:37.071Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-04T02:15:37.071Z
442026-06-04T02:15:37.071Z
452026-06-04T02:15:37.071ZRust is installed now. Great!
462026-06-04T02:15:37.071Z
472026-06-04T02:15:37.071ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-04T02:15:37.071Zenvironment variable. This has not been done automatically.
492026-06-04T02:15:37.071Z
502026-06-04T02:15:37.071ZTo configure your current shell, you need to source
512026-06-04T02:15:37.071Zthe corresponding env file under $HOME/.cargo.
522026-06-04T02:15:37.071Z
532026-06-04T02:15:37.071ZThis is usually done by running one of the following (note the leading DOT):
542026-06-04T02:15:37.071Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-04T02:15:37.071Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-04T02:15:37.074Zsource "~/.cargo/env.nu" # For nushell
572026-06-04T02:15:37.074Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-04T02:15:37.074Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-04T02:15:37.074Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-04T02:15:37.074Zwarn: no default linker (`cc`) was found in your PATH
612026-06-04T02:15:37.074Zwarn: many Rust crates require a system C toolchain to build
622026-06-04T02:15:37.165Z+ rustup --version
632026-06-04T02:15:37.174Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-04T02:15:37.177Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-04T02:15:37.196Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-04T02:15:37.199Z+ cargo --version
672026-06-04T02:15:37.211Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-04T02:15:37.215Z+ rustc --version
692026-06-04T02:15:37.234Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-04T02:15:37.236Zprocess exited: duration 19599 ms, exit code 0
 
712026-06-04T02:15:37.242Zstarting task 2: "authentication"
722026-06-04T02:15:37.258Zprocess exited: duration 16 ms, exit code 0
 
732026-06-04T02:15:37.264Zstarting task 3: "clone repository"
742026-06-04T02:15:37.267Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-04T02:15:37.269Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-04T02:15:37.319ZCloning into '/work/oxidecomputer/omicron'...
772026-06-04T02:15:48.193Z+ cd /work/oxidecomputer/omicron
782026-06-04T02:15:48.193Z+ git fetch origin dbf8d343d3313b9c3ee09ef091cef9b5c8812cd0
792026-06-04T02:15:48.462ZFrom https://github.com/oxidecomputer/omicron
802026-06-04T02:15:48.462Z * branch dbf8d343d3313b9c3ee09ef091cef9b5c8812cd0 -> FETCH_HEAD
812026-06-04T02:15:48.472Z+ [[ -n jmcarp/block-size-docs ]]
822026-06-04T02:15:48.475Z++ git branch --show-current
832026-06-04T02:15:48.476Z+ current=main
842026-06-04T02:15:48.476Z+ [[ main != jmcarp/block-size-docs ]]
852026-06-04T02:15:48.476Z+ git branch -f jmcarp/block-size-docs dbf8d343d3313b9c3ee09ef091cef9b5c8812cd0
862026-06-04T02:15:48.479Z+ git checkout -f jmcarp/block-size-docs
872026-06-04T02:15:48.713ZSwitched to branch 'jmcarp/block-size-docs'
882026-06-04T02:15:48.716Z+ git reset --hard dbf8d343d3313b9c3ee09ef091cef9b5c8812cd0
892026-06-04T02:15:48.953ZHEAD is now at dbf8d343d Fix generated block size docs.
902026-06-04T02:15:48.956Zprocess exited: duration 11691 ms, exit code 0
 
912026-06-04T02:15:48.962Zstarting task 4: "build"
922026-06-04T02:15:48.966Z+ source .github/buildomat/ci-env.sh
932026-06-04T02:15:48.969Z++ export CARGO_TERM_COLOR=always
942026-06-04T02:15:48.969Z++ CARGO_TERM_COLOR=always
952026-06-04T02:15:48.969Z+ cargo --version
962026-06-04T02:15:48.976Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-06-04T02:15:48.979Z+ rustc --version
982026-06-04T02:15:48.998Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-06-04T02:15:49.002Z+ source ./env.sh
1002026-06-04T02:15:49.002Z++ OLD_SHELL_OPTS=ehxB
1012026-06-04T02:15:49.002Z++ set -o xtrace
1022026-06-04T02:15:49.004Z++++ dirname ./env.sh
1032026-06-04T02:15:49.004Z+++ readlink -f .
1042026-06-04T02:15:49.007Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-06-04T02:15:49.007Z++ 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-04T02:15:49.007Z++ 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-04T02:15:49.007Z++ 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-04T02:15:49.007Z++ 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-04T02:15:49.007Z++ 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-04T02:15:49.007Z++ 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-04T02:15:49.007Z++ 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-04T02:15:49.007Z++ 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-04T02:15:49.007Z++ case $OLD_SHELL_OPTS in
1142026-06-04T02:15:49.007Z++ unset OLD_SHELL_OPTS OMICRON_WS
1152026-06-04T02:15:49.007Z+ 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-04T02:15:49.008Z+ 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-04T02:15:49.008Z+ banner prerequisites
1182026-06-04T02:15:49.010Z
1192026-06-04T02:15:49.010Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-06-04T02:15:49.011Z # # # # # # # # # # # # # # #
1212026-06-04T02:15:49.011Z # # # # ##### # # ##### # # # # # #### #
1222026-06-04T02:15:49.011Z ##### ##### # ##### # # # # # # # # #
1232026-06-04T02:15:49.011Z # # # # # # # # # # # # # # #
1242026-06-04T02:15:49.011Z # # # ###### # # ###### ### # #### # #### #
1252026-06-04T02:15:49.011Z
1262026-06-04T02:15:49.011Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-06-04T02:15:50.561Z Startup: Refreshing catalog 'helios' ... Done
1282026-06-04T02:15:50.645Z Startup: Caching catalogs ... Done
1292026-06-04T02:15:50.938ZPlanning: Solver setup ... Done (0.254s)
1302026-06-04T02:15:50.958ZPlanning: Running solver ... Done (0.019s)
1312026-06-04T02:15:50.963ZPlanning: Finding local manifests ... Done (0.002s)
1322026-06-04T02:15:50.974ZPlanning: Fetching manifests: 0/2 0% complete
1332026-06-04T02:15:50.990ZPlanning: Fetching manifests: 2/2 100% complete
1342026-06-04T02:15:51.003ZPlanning: Package planning ... Done (0.013s)
1352026-06-04T02:15:51.006ZPlanning: Merging actions ... Done (0.002s)
1362026-06-04T02:15:51.196ZPlanning: Checking for conflicting actions ... Done (0.191s)
1372026-06-04T02:15:51.200ZPlanning: Consolidating action changes ... Done (0.001s)
1382026-06-04T02:15:52.236ZPlanning: Evaluating mediators ... Done (1.039s)
1392026-06-04T02:15:52.239ZPlanning: Planning completed in 1.57 seconds
1402026-06-04T02:15:52.244Z Packages to install: 2
1412026-06-04T02:15:52.247Z Estimated space available: 156.07 GB
1422026-06-04T02:15:52.247ZEstimated space to be consumed: 23.93 MB
1432026-06-04T02:15:52.247Z Create boot environment: No
1442026-06-04T02:15:52.247ZCreate backup boot environment: No
1452026-06-04T02:15:52.247Z Rebuild boot archive: No
1462026-06-04T02:15:52.247Z
1472026-06-04T02:15:52.247ZChanged packages:
1482026-06-04T02:15:52.247Zhelios
1492026-06-04T02:15:52.247Z developer/build-essential
1502026-06-04T02:15:52.247Z None -> 11-3.0
1512026-06-04T02:15:52.247Z library/libxmlsec1
1522026-06-04T02:15:52.247Z None -> 1.2.35-3.0
1532026-06-04T02:15:52.266Z
1542026-06-04T02:15:52.266ZDownload: 0/214 items 0.0/1.3MB 0% complete
1552026-06-04T02:15:52.973ZDownload: Completed 1.28 MB in 0.71 seconds (1.8M/s)
1562026-06-04T02:15:53.023Z Actions: 1/268 actions (Installing new actions)
1572026-06-04T02:15:53.060Z Actions: Completed 268 actions in 0.04 seconds.
1582026-06-04T02:15:53.067ZFinalize: Updating package state database ... Done (0.007s)
1592026-06-04T02:15:53.067ZFinalize: Updating package cache ... Done (0.000s)
1602026-06-04T02:15:53.088ZFinalize: Updating image state ... Done (0.021s)
1612026-06-04T02:15:55.428ZFinalize: Creating fast lookup database ... Done (2.318s)
1622026-06-04T02:15:55.514ZFinalize: Reading search index ... Done (0.032s)
1632026-06-04T02:15:55.517ZFinalize: Updating search index ... Done (0.000s)
1642026-06-04T02:15:55.598ZFinalize: Updating package cache ... Done (0.000s)
1652026-06-04T02:15:55.897ZPlanning: Evaluating mediator changes ... Done
1662026-06-04T02:15:56.001ZPlanning: Checking for conflicting actions ... Done
1672026-06-04T02:15:56.005ZPlanning: Consolidating action changes ... Done
1682026-06-04T02:15:56.159ZPlanning: Evaluating mediators ... Done
1692026-06-04T02:15:56.162ZPlanning: Planning completed in 0.26 seconds
1702026-06-04T02:15:56.182Z Mediators to change: 2
1712026-06-04T02:15:56.182Z Create boot environment: No
1722026-06-04T02:15:56.185ZCreate backup boot environment: No
1732026-06-04T02:15:56.232ZFinalize: Updating package state database ... Done
1742026-06-04T02:15:56.235ZFinalize: Updating package cache ... Done
1752026-06-04T02:15:56.243ZFinalize: Updating image state ... Done
1762026-06-04T02:15:58.216ZFinalize: Creating fast lookup database ... Done
1772026-06-04T02:15:58.279ZFinalize: Reading search index ... Done
1782026-06-04T02:15:58.282ZFinalize: Updating search index ... Done
1792026-06-04T02:15:58.357ZFinalize: Updating package cache ... Done
1802026-06-04T02:15:58.646ZPlanning: Evaluating mediator changes ... Done
1812026-06-04T02:15:58.753ZPlanning: Checking for conflicting actions ... Done
1822026-06-04T02:15:58.756ZPlanning: Consolidating action changes ... Done
1832026-06-04T02:15:58.913ZPlanning: Evaluating mediators ... Done
1842026-06-04T02:15:58.916ZPlanning: Planning completed in 0.27 seconds
1852026-06-04T02:15:58.936Z Mediators to change: 1
1862026-06-04T02:15:58.936Z Create boot environment: No
1872026-06-04T02:15:58.936ZCreate backup boot environment: No
1882026-06-04T02:15:58.999ZFinalize: Updating package state database ... Done
1892026-06-04T02:15:58.999ZFinalize: Updating package cache ... Done
1902026-06-04T02:15:59.011ZFinalize: Updating image state ... Done
1912026-06-04T02:16:00.970ZFinalize: Creating fast lookup database ... Done
1922026-06-04T02:16:01.031ZFinalize: Reading search index ... Done
1932026-06-04T02:16:01.034ZFinalize: Updating search index ... Done
1942026-06-04T02:16:01.104ZFinalize: Updating package cache ... Done
1952026-06-04T02:16:01.416ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962026-06-04T02:16:01.416Zapache system 2.4 system
1972026-06-04T02:16:01.416Zclang system 15 system
1982026-06-04T02:16:01.416Zcsh system system illumos
1992026-06-04T02:16:01.416Zctags system system illumos
2002026-06-04T02:16:01.416Zfile vendor vendor darwinsys
2012026-06-04T02:16:01.416Zfile system system illumos
2022026-06-04T02:16:01.416Zgcc vendor 14 vendor
2032026-06-04T02:16:01.416Zgcc system 13 system
2042026-06-04T02:16:01.416Zgcc system 10 system
2052026-06-04T02:16:01.416Zgo system 1.25 system
2062026-06-04T02:16:01.416Zllvm system 15 system
2072026-06-04T02:16:01.416Zmariadb system 11.4 system
2082026-06-04T02:16:01.416Zmta vendor vendor dma
2092026-06-04T02:16:01.417Zopenjdk system 17 system
2102026-06-04T02:16:01.417Zopenjdk system 11 system
2112026-06-04T02:16:01.417Zopenssl vendor 3 vendor
2122026-06-04T02:16:01.417Zperl system 5.40 system
2132026-06-04T02:16:01.417Zpostgresql system 18 system
2142026-06-04T02:16:01.417Zpostgresql system 17 system
2152026-06-04T02:16:01.417Zpython vendor 3 vendor
2162026-06-04T02:16:01.417Zpython system 2 system
2172026-06-04T02:16:01.417Zpython3 vendor 3.13 vendor
2182026-06-04T02:16:01.417Zruby system 3.4 system
2192026-06-04T02:16:01.417Zruby system 3.0 system
2202026-06-04T02:16:01.417Zwords vendor vendor american-english
2212026-06-04T02:16:01.417Zwords system system australian-english
2222026-06-04T02:16:01.417Zwords system system british-english
2232026-06-04T02:16:01.417Zwords system system canadian-english
2242026-06-04T02:16:01.417Zwords system system french
2252026-06-04T02:16:01.417Zwords system system italian
2262026-06-04T02:16:01.417Zwords system system ngerman
2272026-06-04T02:16:01.417Zwords system system ogerman
2282026-06-04T02:16:01.417Zwords system system spanish
2292026-06-04T02:16:01.675ZPUBLISHER TYPE STATUS P LOCATION
2302026-06-04T02:16:01.675Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2312026-06-04T02:16:01.961ZFMRI IFO
2322026-06-04T02:16:01.961Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2332026-06-04T02:16:01.961Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2342026-06-04T02:16:01.961Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2352026-06-04T02:16:01.961Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2362026-06-04T02:16:01.961Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2372026-06-04T02:16:01.961Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2382026-06-04T02:16:01.961Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2392026-06-04T02:16:01.961Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2402026-06-04T02:16:01.961Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2412026-06-04T02:16:02.220Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2422026-06-04T02:16:02.509Z Updating crates.io index
2432026-06-04T02:16:02.562Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2442026-06-04T02:16:02.814Z Updating git repository `https://github.com/oxidecomputer/lldp`
2452026-06-04T02:16:03.690Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2462026-06-04T02:16:04.096Z Updating git repository `https://github.com/oxidecomputer/propolis`
2472026-06-04T02:16:05.215Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2482026-06-04T02:16:05.771Z Updating git repository `https://github.com/oxidecomputer/crucible`
2492026-06-04T02:16:07.366Z Updating git repository `https://github.com/oxidecomputer/opte`
2502026-06-04T02:16:08.210Z Updating git repository `https://github.com/oxidecomputer/tofino`
2512026-06-04T02:16:08.461Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522026-06-04T02:16:09.369Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-06-04T02:16:09.621Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2542026-06-04T02:16:10.087Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2552026-06-04T02:16:10.474Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2562026-06-04T02:16:11.467Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2572026-06-04T02:16:11.965Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2582026-06-04T02:16:12.399Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2592026-06-04T02:16:12.794Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2602026-06-04T02:16:13.308Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2612026-06-04T02:16:13.595Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2622026-06-04T02:16:13.961Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2632026-06-04T02:16:14.210Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2642026-06-04T02:16:14.487Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2652026-06-04T02:16:14.929Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2662026-06-04T02:16:15.310Z Updating git repository `https://github.com/oxidecomputer/erebor`
2672026-06-04T02:16:15.779Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2682026-06-04T02:16:16.333Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2692026-06-04T02:16:16.614Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2702026-06-04T02:16:17.159Z Updating git repository `https://github.com/oxidecomputer/ispf`
2712026-06-04T02:16:18.392Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2722026-06-04T02:16:18.620Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2732026-06-04T02:16:19.380Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2742026-06-04T02:16:19.637Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2752026-06-04T02:16:20.025Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2762026-06-04T02:16:20.432Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2772026-06-04T02:16:20.813Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2782026-06-04T02:16:21.293Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2792026-06-04T02:16:21.823Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2802026-06-04T02:16:22.091Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2812026-06-04T02:16:22.346Z Updating git repository `https://github.com/illumos/smf-rs`
2822026-06-04T02:16:22.727Z Updating git repository `https://github.com/oxidecomputer/omicron`
2832026-06-04T02:16:34.289Z Downloading crates ...
2842026-06-04T02:16:34.351Z Downloaded idna_adapter v1.2.1
2852026-06-04T02:16:34.355Z Downloaded thiserror v2.0.18
2862026-06-04T02:16:34.358Z Downloaded litemap v0.8.1
2872026-06-04T02:16:34.361Z Downloaded smallvec v1.15.1
2882026-06-04T02:16:34.364Z Downloaded crypto-common v0.1.7
2892026-06-04T02:16:34.364Z Downloaded thiserror-impl v1.0.69
2902026-06-04T02:16:34.367Z Downloaded anstyle v1.0.13
2912026-06-04T02:16:34.367Z Downloaded textwrap v0.16.2
2922026-06-04T02:16:34.369Z Downloaded proc-macro-error-attr v1.0.4
2932026-06-04T02:16:34.372Z Downloaded errno v0.3.14
2942026-06-04T02:16:34.372Z Downloaded equivalent v1.0.2
2952026-06-04T02:16:34.375Z Downloaded yoke-derive v0.8.1
2962026-06-04T02:16:34.375Z Downloaded usdt-attr-macro v0.5.0
2972026-06-04T02:16:34.375Z Downloaded plain v0.2.3
2982026-06-04T02:16:34.375Z Downloaded thiserror v1.0.69
2992026-06-04T02:16:34.378Z Downloaded zmij v1.0.21
3002026-06-04T02:16:34.381Z Downloaded zerofrom v0.1.6
3012026-06-04T02:16:34.381Z Downloaded is_terminal_polyfill v1.70.2
3022026-06-04T02:16:34.381Z Downloaded zerofrom-derive v0.1.6
3032026-06-04T02:16:34.381Z Downloaded macaddr v1.0.1
3042026-06-04T02:16:34.381Z Downloaded ucd-trie v0.1.7
3052026-06-04T02:16:34.384Z Downloaded cfg-if v1.0.4
3062026-06-04T02:16:34.386Z Downloaded thread-id v4.2.2
3072026-06-04T02:16:34.389Z Downloaded tabled_derive v0.7.0
3082026-06-04T02:16:34.389Z Downloaded zerotrie v0.2.3
3092026-06-04T02:16:34.392Z Downloaded usdt-macro v0.5.0
3102026-06-04T02:16:34.394Z Downloaded toml_datetime v0.6.11
3112026-06-04T02:16:34.394Z Downloaded form_urlencoded v1.2.2
3122026-06-04T02:16:34.394Z Downloaded clap_lex v1.0.0
3132026-06-04T02:16:34.395Z Downloaded autocfg v1.5.0
3142026-06-04T02:16:34.398Z Downloaded utf8_iter v1.0.4
3152026-06-04T02:16:34.401Z Downloaded usdt-impl v0.5.0
3162026-06-04T02:16:34.404Z Downloaded quote v1.0.45
3172026-06-04T02:16:34.404Z Downloaded tinystr v0.8.2
3182026-06-04T02:16:34.407Z Downloaded serde_tokenstream v0.2.3
3192026-06-04T02:16:34.413Z Downloaded usdt v0.5.0
3202026-06-04T02:16:34.415Z Downloaded unicode-xid v0.2.6
3212026-06-04T02:16:34.415Z Downloaded anyhow v1.0.102
3222026-06-04T02:16:34.418Z Downloaded zerocopy-derive v0.7.35
3232026-06-04T02:16:34.421Z Downloaded writeable v0.6.2
3242026-06-04T02:16:34.423Z Downloaded thiserror-impl v2.0.18
3252026-06-04T02:16:34.423Z Downloaded camino v1.2.2
3262026-06-04T02:16:34.426Z Downloaded utf8parse v0.2.2
3272026-06-04T02:16:34.429Z Downloaded anstyle-query v1.1.5
3282026-06-04T02:16:34.429Z Downloaded toml_write v0.1.2
3292026-06-04T02:16:34.429Z Downloaded block-buffer v0.10.4
3302026-06-04T02:16:34.429Z Downloaded unicode-linebreak v0.1.5
3312026-06-04T02:16:34.431Z Downloaded typeid v1.0.3
3322026-06-04T02:16:34.434Z Downloaded zerovec-derive v0.11.2
3332026-06-04T02:16:34.434Z Downloaded yoke v0.8.1
3342026-06-04T02:16:34.437Z Downloaded getrandom v0.4.1
3352026-06-04T02:16:34.437Z Downloaded memchr v2.8.0
3362026-06-04T02:16:34.439Z Downloaded icu_locale_core v2.1.1
3372026-06-04T02:16:34.442Z Downloaded strsim v0.11.1
3382026-06-04T02:16:34.445Z Downloaded typenum v1.19.0
3392026-06-04T02:16:34.445Z Downloaded terminal_size v0.4.3
3402026-06-04T02:16:34.448Z Downloaded smawk v0.3.2
3412026-06-04T02:16:34.448Z Downloaded stable_deref_trait v1.2.1
3422026-06-04T02:16:34.451Z Downloaded heck v0.5.0
3432026-06-04T02:16:34.453Z Downloaded serde_derive v1.0.228
3442026-06-04T02:16:34.456Z Downloaded ordered-float v2.10.1
3452026-06-04T02:16:34.456Z Downloaded cargo_toml v0.21.0
3462026-06-04T02:16:34.459Z Downloaded toml v0.8.23
3472026-06-04T02:16:34.459Z Downloaded generic-array v0.14.7
3482026-06-04T02:16:34.461Z Downloaded unicode-ident v1.0.24
3492026-06-04T02:16:34.461Z Downloaded url v2.5.8
3502026-06-04T02:16:34.464Z Downloaded anstyle-parse v0.2.7
3512026-06-04T02:16:34.466Z Downloaded serde v1.0.228
3522026-06-04T02:16:34.466Z Downloaded anstream v0.6.21
3532026-06-04T02:16:34.469Z Downloaded scroll_derive v0.12.1
3542026-06-04T02:16:34.472Z Downloaded cargo-platform v0.2.0
3552026-06-04T02:16:34.472Z Downloaded swrite v0.1.0
3562026-06-04T02:16:34.474Z Downloaded dof v0.3.0
3572026-06-04T02:16:34.478Z Downloaded icu_normalizer_data v2.1.1
3582026-06-04T02:16:34.480Z Downloaded camino-tempfile v1.4.1
3592026-06-04T02:16:34.483Z Downloaded toml_edit v0.22.27
3602026-06-04T02:16:34.486Z Downloaded serde-untagged v0.1.9
3612026-06-04T02:16:34.489Z Downloaded memmap v0.7.0
3622026-06-04T02:16:34.489Z Downloaded fastrand v2.3.0
3632026-06-04T02:16:34.491Z Downloaded serde_core v1.0.228
3642026-06-04T02:16:34.494Z Downloaded zerocopy v0.7.35
3652026-06-04T02:16:34.500Z Downloaded pretty-hex v0.4.1
3662026-06-04T02:16:34.502Z Downloaded pest_derive v2.8.6
3672026-06-04T02:16:34.502Z Downloaded zerovec v0.11.5
3682026-06-04T02:16:34.505Z Downloaded sha2 v0.10.9
3692026-06-04T02:16:34.508Z Downloaded fs-err v3.3.0
3702026-06-04T02:16:34.508Z Downloaded erased-serde v0.4.9
3712026-06-04T02:16:34.508Z Downloaded papergrid v0.11.0
3722026-06-04T02:16:34.510Z Downloaded potential_utf v0.1.4
3732026-06-04T02:16:34.513Z Downloaded itoa v1.0.17
3742026-06-04T02:16:34.513Z Downloaded cargo_metadata v0.21.0
3752026-06-04T02:16:34.513Z Downloaded winnow v0.7.14
3762026-06-04T02:16:34.517Z Downloaded unicode-width v0.2.0
3772026-06-04T02:16:34.520Z Downloaded unicode-width v0.1.14
3782026-06-04T02:16:34.523Z Downloaded fnv v1.0.7
3792026-06-04T02:16:34.526Z Downloaded dtrace-parser v0.2.0
3802026-06-04T02:16:34.526Z Downloaded semver v1.0.28
3812026-06-04T02:16:34.528Z Downloaded proc-macro-error v1.0.4
3822026-06-04T02:16:34.531Z Downloaded serde_spanned v0.6.9
3832026-06-04T02:16:34.535Z Downloaded log v0.4.29
3842026-06-04T02:16:34.538Z Downloaded icu_provider v2.1.1
3852026-06-04T02:16:34.538Z Downloaded digest v0.10.7
3862026-06-04T02:16:34.540Z Downloaded pest_meta v2.8.6
3872026-06-04T02:16:34.543Z Downloaded scroll v0.12.0
3882026-06-04T02:16:34.543Z Downloaded bytecount v0.6.9
3892026-06-04T02:16:34.545Z Downloaded cpufeatures v0.2.17
3902026-06-04T02:16:34.545Z Downloaded clap_derive v4.5.55
3912026-06-04T02:16:34.545Z Downloaded proc-macro2 v1.0.106
3922026-06-04T02:16:34.548Z Downloaded percent-encoding v2.3.2
3932026-06-04T02:16:34.549Z Downloaded icu_collections v2.1.1
3942026-06-04T02:16:34.551Z Downloaded tempfile v3.25.0
3952026-06-04T02:16:34.554Z Downloaded synstructure v0.13.2
3962026-06-04T02:16:34.565Z Downloaded displaydoc v0.2.5
3972026-06-04T02:16:34.569Z Downloaded icu_properties v2.1.2
3982026-06-04T02:16:34.575Z Downloaded cargo-util-schemas v0.8.2
3992026-06-04T02:16:34.578Z Downloaded pest_generator v2.8.6
4002026-06-04T02:16:34.578Z Downloaded bitflags v2.11.0
4012026-06-04T02:16:34.589Z Downloaded icu_normalizer v2.1.1
4022026-06-04T02:16:34.615Z Downloaded indexmap v2.14.0
4032026-06-04T02:16:34.628Z Downloaded clap_builder v4.5.60
4042026-06-04T02:16:34.632Z Downloaded pest v2.8.6
4052026-06-04T02:16:34.635Z Downloaded hashbrown v0.17.0
4062026-06-04T02:16:34.638Z Downloaded idna v1.1.0
4072026-06-04T02:16:34.640Z Downloaded goblin v0.8.2
4082026-06-04T02:16:34.645Z Downloaded serde_json v1.0.149
4092026-06-04T02:16:34.649Z Downloaded icu_properties_data v2.1.2
4102026-06-04T02:16:34.654Z Downloaded byteorder v1.5.0
4112026-06-04T02:16:34.656Z Downloaded once_cell v1.21.3
4122026-06-04T02:16:34.660Z Downloaded heck v0.4.1
4132026-06-04T02:16:34.663Z Downloaded colorchoice v1.0.4
4142026-06-04T02:16:34.669Z Downloaded syn v1.0.109
4152026-06-04T02:16:34.674Z Downloaded tabled v0.15.0
4162026-06-04T02:16:34.682Z Downloaded serde-value v0.7.0
4172026-06-04T02:16:34.685Z Downloaded clap v4.5.60
4182026-06-04T02:16:34.688Z Downloaded num-traits v0.2.19
4192026-06-04T02:16:34.691Z Downloaded syn v2.0.117
4202026-06-04T02:16:34.704Z Downloaded rustix v1.1.3
4212026-06-04T02:16:34.730Z Downloaded libc v0.2.185
4222026-06-04T02:16:34.761Z Downloaded version_check v0.9.5
4232026-06-04T02:16:34.811Z Compiling proc-macro2 v1.0.106
4242026-06-04T02:16:34.811Z Compiling quote v1.0.45
4252026-06-04T02:16:34.814Z Compiling unicode-ident v1.0.24
4262026-06-04T02:16:34.814Z Compiling serde_core v1.0.228
4272026-06-04T02:16:34.814Z Compiling libc v0.2.185
4282026-06-04T02:16:34.814Z Compiling version_check v0.9.5
4292026-06-04T02:16:34.814Z Compiling stable_deref_trait v1.2.1
4302026-06-04T02:16:34.814Z Compiling memchr v2.8.0
4312026-06-04T02:16:35.123Z Compiling serde v1.0.228
4322026-06-04T02:16:35.153Z Compiling zmij v1.0.21
4332026-06-04T02:16:35.389Z Compiling thiserror v1.0.69
4342026-06-04T02:16:35.419Z Compiling itoa v1.0.17
4352026-06-04T02:16:35.513Z Compiling ucd-trie v0.1.7
4362026-06-04T02:16:35.597Z Compiling autocfg v1.5.0
4372026-06-04T02:16:35.766Z Compiling pest v2.8.6
4382026-06-04T02:16:35.782Z Compiling litemap v0.8.1
4392026-06-04T02:16:35.798Z Compiling writeable v0.6.2
4402026-06-04T02:16:35.885Z Compiling rustix v1.1.3
4412026-06-04T02:16:35.974Z Compiling icu_normalizer_data v2.1.1
4422026-06-04T02:16:36.005Z Compiling icu_properties_data v2.1.2
4432026-06-04T02:16:36.222Z Compiling byteorder v1.5.0
4442026-06-04T02:16:36.274Z Compiling syn v2.0.117
4452026-06-04T02:16:36.421Z Compiling errno v0.3.14
4462026-06-04T02:16:36.470Z Compiling bitflags v2.11.0
4472026-06-04T02:16:36.566Z Compiling serde_json v1.0.149
4482026-06-04T02:16:36.696Z Compiling num-traits v0.2.19
4492026-06-04T02:16:36.740Z Compiling hashbrown v0.17.0
4502026-06-04T02:16:36.787Z Compiling equivalent v1.0.2
4512026-06-04T02:16:36.882Z Compiling pest_meta v2.8.6
4522026-06-04T02:16:36.899Z Compiling smallvec v1.15.1
4532026-06-04T02:16:37.116Z Compiling typeid v1.0.3
4542026-06-04T02:16:37.273Z Compiling indexmap v2.14.0
4552026-06-04T02:16:37.401Z Compiling thread-id v4.2.2
4562026-06-04T02:16:37.451Z Compiling proc-macro-error-attr v1.0.4
4572026-06-04T02:16:37.490Z Compiling usdt-impl v0.5.0
4582026-06-04T02:16:37.506Z Compiling winnow v0.7.14
4592026-06-04T02:16:37.643Z Compiling syn v1.0.109
4602026-06-04T02:16:37.710Z Compiling toml_write v0.1.2
4612026-06-04T02:16:37.910Z Compiling erased-serde v0.4.9
4622026-06-04T02:16:38.146Z Compiling proc-macro-error v1.0.4
4632026-06-04T02:16:38.230Z Compiling utf8parse v0.2.2
4642026-06-04T02:16:38.336Z Compiling utf8_iter v1.0.4
4652026-06-04T02:16:38.352Z Compiling getrandom v0.4.1
4662026-06-04T02:16:38.489Z Compiling camino v1.2.2
4672026-06-04T02:16:38.548Z Compiling log v0.4.29
4682026-06-04T02:16:38.631Z Compiling thiserror v2.0.18
4692026-06-04T02:16:38.695Z Compiling percent-encoding v2.3.2
4702026-06-04T02:16:38.753Z Compiling plain v0.2.3
4712026-06-04T02:16:38.842Z Compiling form_urlencoded v1.2.2
4722026-06-04T02:16:38.877Z Compiling ordered-float v2.10.1
4732026-06-04T02:16:38.910Z Compiling anstyle-parse v0.2.7
4742026-06-04T02:16:38.967Z Compiling synstructure v0.13.2
4752026-06-04T02:16:38.991Z Compiling pest_generator v2.8.6
4762026-06-04T02:16:39.144Z Compiling terminal_size v0.4.3
4772026-06-04T02:16:39.290Z Compiling cfg-if v1.0.4
4782026-06-04T02:16:39.367Z Compiling colorchoice v1.0.4
4792026-06-04T02:16:39.453Z Compiling anstyle-query v1.1.5
4802026-06-04T02:16:39.472Z Compiling is_terminal_polyfill v1.70.2
4812026-06-04T02:16:39.490Z Compiling pretty-hex v0.4.1
4822026-06-04T02:16:39.507Z Compiling anstyle v1.0.13
4832026-06-04T02:16:39.567Z Compiling serde-untagged v0.1.9
4842026-06-04T02:16:39.674Z Compiling anstream v0.6.21
4852026-06-04T02:16:39.713Z Compiling semver v1.0.28
4862026-06-04T02:16:39.773Z Compiling fs-err v3.3.0
4872026-06-04T02:16:39.829Z Compiling strsim v0.11.1
4882026-06-04T02:16:39.968Z Compiling heck v0.5.0
4892026-06-04T02:16:39.990Z Compiling unicode-width v0.1.14
4902026-06-04T02:16:40.008Z Compiling heck v0.4.1
4912026-06-04T02:16:40.039Z Compiling bytecount v0.6.9
4922026-06-04T02:16:40.182Z Compiling anyhow v1.0.102
4932026-06-04T02:16:40.198Z Compiling unicode-xid v0.2.6
4942026-06-04T02:16:40.238Z Compiling clap_lex v1.0.0
4952026-06-04T02:16:40.269Z Compiling fastrand v2.3.0
4962026-06-04T02:16:40.322Z Compiling once_cell v1.21.3
4972026-06-04T02:16:40.469Z Compiling fnv v1.0.7
4982026-06-04T02:16:40.518Z Compiling tempfile v3.25.0
4992026-06-04T02:16:40.538Z Compiling clap_builder v4.5.60
5002026-06-04T02:16:40.573Z Compiling papergrid v0.11.0
5012026-06-04T02:16:40.614Z Compiling serde_derive v1.0.228
5022026-06-04T02:16:40.642Z Compiling zerofrom-derive v0.1.6
5032026-06-04T02:16:40.711Z Compiling yoke-derive v0.8.1
5042026-06-04T02:16:40.894Z Compiling zerovec-derive v0.11.2
5052026-06-04T02:16:41.188Z Compiling displaydoc v0.2.5
5062026-06-04T02:16:41.927Z Compiling thiserror-impl v1.0.69
5072026-06-04T02:16:41.948Z Compiling zerocopy-derive v0.7.35
5082026-06-04T02:16:42.028Z Compiling pest_derive v2.8.6
5092026-06-04T02:16:42.056Z Compiling scroll_derive v0.12.1
5102026-06-04T02:16:42.094Z Compiling zerofrom v0.1.6
5112026-06-04T02:16:42.232Z Compiling yoke v0.8.1
5122026-06-04T02:16:42.438Z Compiling zerovec v0.11.5
5132026-06-04T02:16:42.467Z Compiling zerotrie v0.2.3
5142026-06-04T02:16:42.720Z Compiling scroll v0.12.0
5152026-06-04T02:16:42.785Z Compiling thiserror-impl v2.0.18
5162026-06-04T02:16:42.833Z Compiling zerocopy v0.7.35
5172026-06-04T02:16:42.955Z Compiling tinystr v0.8.2
5182026-06-04T02:16:42.999Z Compiling potential_utf v0.1.4
5192026-06-04T02:16:43.171Z Compiling icu_locale_core v2.1.1
5202026-06-04T02:16:43.174Z Compiling icu_collections v2.1.1
5212026-06-04T02:16:43.302Z Compiling dtrace-parser v0.2.0
5222026-06-04T02:16:43.405Z Compiling goblin v0.8.2
5232026-06-04T02:16:43.662Z Compiling tabled_derive v0.7.0
5242026-06-04T02:16:43.752Z Compiling clap_derive v4.5.55
5252026-06-04T02:16:44.106Z Compiling icu_provider v2.1.1
5262026-06-04T02:16:44.173Z Compiling serde_spanned v0.6.9
5272026-06-04T02:16:44.173Z Compiling toml_datetime v0.6.11
5282026-06-04T02:16:44.222Z Compiling dof v0.3.0
5292026-06-04T02:16:44.264Z Compiling serde_tokenstream v0.2.3
5302026-06-04T02:16:44.353Z Compiling icu_properties v2.1.2
5312026-06-04T02:16:44.405Z Compiling icu_normalizer v2.1.1
5322026-06-04T02:16:44.428Z Compiling toml_edit v0.22.27
5332026-06-04T02:16:44.568Z Compiling serde-value v0.7.0
5342026-06-04T02:16:44.600Z Compiling cargo-platform v0.2.0
5352026-06-04T02:16:44.854Z Compiling memmap v0.7.0
5362026-06-04T02:16:44.916Z Compiling unicode-linebreak v0.1.5
5372026-06-04T02:16:44.935Z Compiling unicode-width v0.2.0
5382026-06-04T02:16:45.043Z Compiling smawk v0.3.2
5392026-06-04T02:16:45.151Z Compiling usdt-macro v0.5.0
5402026-06-04T02:16:45.168Z Compiling usdt-attr-macro v0.5.0
5412026-06-04T02:16:45.187Z Compiling textwrap v0.16.2
5422026-06-04T02:16:45.212Z Compiling idna_adapter v1.2.1
5432026-06-04T02:16:45.362Z Compiling idna v1.1.0
5442026-06-04T02:16:45.449Z Compiling tabled v0.15.0
5452026-06-04T02:16:45.490Z Compiling clap v4.5.60
5462026-06-04T02:16:45.583Z Compiling macaddr v1.0.1
5472026-06-04T02:16:45.777Z Compiling toml v0.8.23
5482026-06-04T02:16:45.822Z Compiling url v2.5.8
5492026-06-04T02:16:45.863Z Compiling camino-tempfile v1.4.1
5502026-06-04T02:16:46.180Z Compiling cargo_toml v0.21.0
5512026-06-04T02:16:46.419Z Compiling cargo-util-schemas v0.8.2
5522026-06-04T02:16:46.438Z Compiling usdt v0.5.0
5532026-06-04T02:16:46.714Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5542026-06-04T02:16:46.983Z Compiling swrite v0.1.0
5552026-06-04T02:16:47.379Z Compiling cargo_metadata v0.21.0
5562026-06-04T02:16:48.297Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5572026-06-04T02:16:50.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.32s
5582026-06-04T02:16:50.607Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5592026-06-04T02:16:51.194Z Downloading crates ...
5602026-06-04T02:16:51.295Z Downloaded adler2 v2.0.1
5612026-06-04T02:16:51.299Z Downloaded aead v0.5.2
5622026-06-04T02:16:51.307Z Downloaded corncobs v0.1.4
5632026-06-04T02:16:51.309Z Downloaded async-recursion v1.1.1
5642026-06-04T02:16:51.312Z Downloaded bcrypt-pbkdf v0.10.0
5652026-06-04T02:16:51.315Z Downloaded convert_case v0.10.0
5662026-06-04T02:16:51.317Z Downloaded dunce v1.0.5
5672026-06-04T02:16:51.317Z Downloaded display-error-chain v0.2.2
5682026-06-04T02:16:51.320Z Downloaded difflib v0.4.0
5692026-06-04T02:16:51.320Z Downloaded atomicwrites v0.4.4
5702026-06-04T02:16:51.320Z Downloaded atomic-waker v1.1.2
5712026-06-04T02:16:51.323Z Downloaded async-stream-impl v0.3.6
5722026-06-04T02:16:51.323Z Downloaded atty v0.2.14
5732026-06-04T02:16:51.323Z Downloaded embedded-io v0.4.0
5742026-06-04T02:16:51.325Z Downloaded arrayref v0.3.9
5752026-06-04T02:16:51.328Z Downloaded derive-where v1.6.0
5762026-06-04T02:16:51.331Z Downloaded assert_matches v1.5.0
5772026-06-04T02:16:51.331Z Downloaded bit-set v0.5.3
5782026-06-04T02:16:51.331Z Downloaded diesel_table_macro_syntax v0.3.0
5792026-06-04T02:16:51.335Z Downloaded bit-vec v0.6.3
5802026-06-04T02:16:51.337Z Downloaded argon2 v0.5.3
5812026-06-04T02:16:51.338Z Downloaded allocator-api2 v0.2.21
5822026-06-04T02:16:51.340Z Downloaded array-init v0.0.4
5832026-06-04T02:16:51.343Z Downloaded curve25519-dalek-derive v0.1.1
5842026-06-04T02:16:51.347Z Downloaded ascii-canvas v3.0.0
5852026-06-04T02:16:51.350Z Downloaded arrayvec v0.7.6
5862026-06-04T02:16:51.352Z Downloaded base64ct v1.8.3
5872026-06-04T02:16:51.353Z Downloaded defmt v0.3.100
5882026-06-04T02:16:51.353Z Downloaded darling_macro v0.13.4
5892026-06-04T02:16:51.355Z Downloaded cstr-argument v0.1.2
5902026-06-04T02:16:51.358Z Downloaded cobs v0.3.0
5912026-06-04T02:16:51.361Z Downloaded darling_macro v0.21.3
5922026-06-04T02:16:51.361Z Downloaded async-stream v0.3.6
5932026-06-04T02:16:51.364Z Downloaded darling_macro v0.20.11
5942026-06-04T02:16:51.364Z Downloaded darling v0.13.4
5952026-06-04T02:16:51.364Z Downloaded daft-derive v0.1.7
5962026-06-04T02:16:51.366Z Downloaded ctr v0.9.2
5972026-06-04T02:16:51.369Z Downloaded derive_more v0.99.20
5982026-06-04T02:16:51.372Z Downloaded darling v0.21.3
5992026-06-04T02:16:51.374Z Downloaded fs_extra v1.3.0
6002026-06-04T02:16:51.377Z Downloaded async-trait v0.1.89
6012026-06-04T02:16:51.377Z Downloaded backoff v0.4.0
6022026-06-04T02:16:51.380Z Downloaded block-padding v0.3.3
6032026-06-04T02:16:51.380Z Downloaded crunchy v0.2.4
6042026-06-04T02:16:51.382Z Downloaded cipher v0.4.4
6052026-06-04T02:16:51.382Z Downloaded derive_builder_macro v0.20.2
6062026-06-04T02:16:51.382Z Downloaded crossbeam-deque v0.8.6
6072026-06-04T02:16:51.385Z Downloaded crucible-workspace-hack v0.1.0
6082026-06-04T02:16:51.385Z Downloaded crc8 v0.1.1
6092026-06-04T02:16:51.385Z Downloaded ciborium-io v0.2.2
6102026-06-04T02:16:51.385Z Downloaded base16ct v0.2.0
6112026-06-04T02:16:51.389Z Downloaded data-encoding v2.10.0
6122026-06-04T02:16:51.392Z Downloaded bitflags v1.3.2
6132026-06-04T02:16:51.395Z Downloaded backon v1.6.0
6142026-06-04T02:16:51.398Z Downloaded dirs-sys-next v0.1.2
6152026-06-04T02:16:51.398Z Downloaded dirs-next v2.0.0
6162026-06-04T02:16:51.400Z Downloaded float-ord v0.3.2
6172026-06-04T02:16:51.400Z Downloaded defmt-parser v1.0.0
6182026-06-04T02:16:51.400Z Downloaded console v0.16.2
6192026-06-04T02:16:51.401Z Downloaded blowfish v0.9.1
6202026-06-04T02:16:51.404Z Downloaded bitfield-macros v0.19.4
6212026-06-04T02:16:51.406Z Downloaded dropshot-api-manager-types v0.7.2
6222026-06-04T02:16:51.409Z Downloaded cfg_aliases v0.1.1
6232026-06-04T02:16:51.412Z Downloaded daft v0.1.7
6242026-06-04T02:16:51.415Z Downloaded foreign-types-shared v0.3.1
6252026-06-04T02:16:51.417Z Downloaded cpufeatures v0.3.0
6262026-06-04T02:16:51.417Z Downloaded bit-set v0.8.0
6272026-06-04T02:16:51.428Z Downloaded fixedbitset v0.4.2
6282026-06-04T02:16:51.431Z Downloaded crc-catalog v2.4.0
6292026-06-04T02:16:51.434Z Downloaded dof v0.4.0
6302026-06-04T02:16:51.434Z Downloaded crc v3.4.0
6312026-06-04T02:16:51.434Z Downloaded cargo-platform v0.3.2
6322026-06-04T02:16:51.437Z Downloaded ciborium-ll v0.2.2
6332026-06-04T02:16:51.437Z Downloaded futures-io v0.3.32
6342026-06-04T02:16:51.439Z Downloaded env_filter v1.0.0
6352026-06-04T02:16:51.439Z Downloaded endian-type v0.1.2
6362026-06-04T02:16:51.442Z Downloaded convert_case v0.4.0
6372026-06-04T02:16:51.442Z Downloaded futures-sink v0.3.32
6382026-06-04T02:16:51.442Z Downloaded bb8 v0.8.6
6392026-06-04T02:16:51.445Z Downloaded futures-macro v0.3.32
6402026-06-04T02:16:51.445Z Downloaded foreign-types-macros v0.2.3
6412026-06-04T02:16:51.445Z Downloaded dsl_auto_type v0.2.0
6422026-06-04T02:16:51.445Z Downloaded enum-as-inner v0.6.1
6432026-06-04T02:16:51.448Z Downloaded downcast-rs v2.0.2
6442026-06-04T02:16:51.448Z Downloaded deranged v0.5.8
6452026-06-04T02:16:51.450Z Downloaded bitfield-struct v0.6.2
6462026-06-04T02:16:51.453Z Downloaded cargo_metadata v0.23.1
6472026-06-04T02:16:51.456Z Downloaded defmt-macros v1.0.1
6482026-06-04T02:16:51.458Z Downloaded fxhash v0.2.1
6492026-06-04T02:16:51.458Z Downloaded float-cmp v0.10.0
6502026-06-04T02:16:51.458Z Downloaded dtrace-parser v0.3.0
6512026-06-04T02:16:51.461Z Downloaded fd-lock v4.0.4
6522026-06-04T02:16:51.461Z Downloaded document-features v0.2.12
6532026-06-04T02:16:51.464Z Downloaded futures-task v0.3.32
6542026-06-04T02:16:51.466Z Downloaded foreign-types-shared v0.1.1
6552026-06-04T02:16:51.466Z Downloaded funty v2.0.0
6562026-06-04T02:16:51.466Z Downloaded embedded-io v0.6.1
6572026-06-04T02:16:51.469Z Downloaded compression-core v0.4.31
6582026-06-04T02:16:51.469Z Downloaded ar_archive_writer v0.5.1
6592026-06-04T02:16:51.471Z Downloaded fallible-iterator v0.2.0
6602026-06-04T02:16:51.471Z Downloaded ena v0.14.4
6612026-06-04T02:16:51.471Z Downloaded dyn-clone v1.0.20
6622026-06-04T02:16:51.474Z Downloaded derive_builder_core v0.20.2
6632026-06-04T02:16:51.474Z Downloaded critical-section v1.2.0
6642026-06-04T02:16:51.477Z Downloaded futures-core v0.3.32
6652026-06-04T02:16:51.477Z Downloaded der_derive v0.7.3
6662026-06-04T02:16:51.480Z Downloaded headers-core v0.3.0
6672026-06-04T02:16:51.480Z Downloaded gethostname v0.5.0
6682026-06-04T02:16:51.480Z Downloaded hash32 v0.3.1
6692026-06-04T02:16:51.483Z Downloaded globwalk v0.9.1
6702026-06-04T02:16:51.483Z Downloaded cfg_aliases v0.2.1
6712026-06-04T02:16:51.483Z Downloaded git-stub v1.0.0
6722026-06-04T02:16:51.485Z Downloaded foreign-types v0.3.2
6732026-06-04T02:16:51.485Z Downloaded buf-list v1.1.2
6742026-06-04T02:16:51.486Z Downloaded darling_macro v0.23.0
6752026-06-04T02:16:51.490Z Downloaded hex-literal v0.4.1
6762026-06-04T02:16:51.490Z Downloaded ghash v0.5.1
6772026-06-04T02:16:51.490Z Downloaded hash32 v0.2.1
6782026-06-04T02:16:51.493Z Downloaded hex v0.4.3
6792026-06-04T02:16:51.493Z Downloaded debug-ignore v1.0.5
6802026-06-04T02:16:51.493Z Downloaded foreign-types v0.5.0
6812026-06-04T02:16:51.493Z Downloaded bzip2 v0.6.1
6822026-06-04T02:16:51.495Z Downloaded csv-core v0.1.13
6832026-06-04T02:16:51.496Z Downloaded defmt v1.0.1
6842026-06-04T02:16:51.498Z Downloaded fixedbitset v0.5.7
6852026-06-04T02:16:51.501Z Downloaded erased-serde v0.3.31
6862026-06-04T02:16:51.501Z Downloaded ecdsa v0.16.9
6872026-06-04T02:16:51.504Z Downloaded foldhash v0.1.5
6882026-06-04T02:16:51.507Z Downloaded filetime v0.2.27
6892026-06-04T02:16:51.507Z Downloaded ff v0.13.1
6902026-06-04T02:16:51.507Z Downloaded foldhash v0.2.0
6912026-06-04T02:16:51.509Z Downloaded cassowary v0.3.0
6922026-06-04T02:16:51.509Z Downloaded byte-wrapper v0.1.0
6932026-06-04T02:16:51.512Z Downloaded find-msvc-tools v0.1.9
6942026-06-04T02:16:51.512Z Downloaded hostname v0.4.2
6952026-06-04T02:16:51.512Z Downloaded const_format_proc_macros v0.2.34
6962026-06-04T02:16:51.515Z Downloaded chacha20 v0.9.1
6972026-06-04T02:16:51.515Z Downloaded cexpr v0.6.0
6982026-06-04T02:16:51.518Z Downloaded bitfield v0.19.4
6992026-06-04T02:16:51.518Z Downloaded derive_builder v0.20.2
7002026-06-04T02:16:51.520Z Downloaded hostname v0.3.1
7012026-06-04T02:16:51.523Z Downloaded home v0.5.12
7022026-06-04T02:16:51.523Z Downloaded crossbeam-utils v0.8.21
7032026-06-04T02:16:51.526Z Downloaded flagset v0.4.7
7042026-06-04T02:16:51.526Z Downloaded derive-ex v0.1.8
7052026-06-04T02:16:51.528Z Downloaded bcs v0.1.6
7062026-06-04T02:16:51.528Z Downloaded hubpack v0.1.2
7072026-06-04T02:16:51.528Z Downloaded compression-codecs v0.4.37
7082026-06-04T02:16:51.531Z Downloaded hyper-tls v0.6.0
7092026-06-04T02:16:51.534Z Downloaded globset v0.4.18
7102026-06-04T02:16:51.534Z Downloaded http-body v1.0.1
7112026-06-04T02:16:51.534Z Downloaded darling v0.20.11
7122026-06-04T02:16:51.538Z Downloaded http-range v0.1.5
7132026-06-04T02:16:51.540Z Downloaded console v0.15.11
7142026-06-04T02:16:51.540Z Downloaded cbc v0.1.2
7152026-06-04T02:16:51.543Z Downloaded hubpack_derive v0.1.1
7162026-06-04T02:16:51.543Z Downloaded httpdate v1.0.3
7172026-06-04T02:16:51.543Z Downloaded bzip2 v0.4.4
7182026-06-04T02:16:51.546Z Downloaded colored v2.2.0
7192026-06-04T02:16:51.546Z Downloaded instant v0.1.13
7202026-06-04T02:16:51.548Z Downloaded indoc v1.0.9
7212026-06-04T02:16:51.551Z Downloaded castaway v0.2.4
7222026-06-04T02:16:51.551Z Downloaded futures-executor v0.3.32
7232026-06-04T02:16:51.551Z Downloaded darling_core v0.13.4
7242026-06-04T02:16:51.554Z Downloaded crossbeam-epoch v0.9.18
7252026-06-04T02:16:51.556Z Downloaded diff v0.1.13
7262026-06-04T02:16:51.559Z Downloaded glob v0.3.3
7272026-06-04T02:16:51.559Z Downloaded git-stub-vcs v0.1.0
7282026-06-04T02:16:51.562Z Downloaded crc32fast v1.5.0
7292026-06-04T02:16:51.562Z Downloaded fs-err v2.11.0
7302026-06-04T02:16:51.564Z Downloaded camino-tempfile-ext v0.3.3
7312026-06-04T02:16:51.565Z Downloaded base64 v0.22.1
7322026-06-04T02:16:51.567Z Downloaded indent_write v2.2.0
7332026-06-04T02:16:51.570Z Downloaded inout v0.1.4
7342026-06-04T02:16:51.570Z Downloaded dropshot v0.17.0
7352026-06-04T02:16:51.583Z Downloaded lalrpop-util v0.19.12
7362026-06-04T02:16:51.586Z Downloaded cookie v0.18.1
7372026-06-04T02:16:51.586Z Downloaded kstat-rs v0.2.4
7382026-06-04T02:16:51.589Z Downloaded is-terminal v0.4.17
7392026-06-04T02:16:51.589Z Downloaded internet-checksum v0.2.1
7402026-06-04T02:16:51.589Z Downloaded instability v0.3.11
7412026-06-04T02:16:51.591Z Downloaded http-body-util v0.1.3
7422026-06-04T02:16:51.592Z Downloaded lru-slab v0.1.2
7432026-06-04T02:16:51.595Z Downloaded is_ci v1.2.0
7442026-06-04T02:16:51.595Z Downloaded lru-cache v0.1.2
7452026-06-04T02:16:51.595Z Downloaded lru v0.12.5
7462026-06-04T02:16:51.596Z Downloaded libscf-sys v1.1.0
7472026-06-04T02:16:51.598Z Downloaded blake2 v0.10.6
7482026-06-04T02:16:51.598Z Downloaded md5 v0.7.0
7492026-06-04T02:16:51.601Z Downloaded match_cfg v0.1.0
7502026-06-04T02:16:51.601Z Downloaded ed25519 v2.2.3
7512026-06-04T02:16:51.601Z Downloaded const-oid v0.9.6
7522026-06-04T02:16:51.604Z Downloaded managed v0.8.0
7532026-06-04T02:16:51.604Z Downloaded cookie_store v0.22.1
7542026-06-04T02:16:51.606Z Downloaded lzss v0.8.2
7552026-06-04T02:16:51.609Z Downloaded half v1.8.3
7562026-06-04T02:16:51.609Z Downloaded bit-vec v0.8.0
7572026-06-04T02:16:51.609Z Downloaded linked-hash-map v0.5.6
7582026-06-04T02:16:51.612Z Downloaded lazy_static v1.5.0
7592026-06-04T02:16:51.612Z Downloaded keccak v0.1.6
7602026-06-04T02:16:51.612Z Downloaded memoffset v0.9.1
7612026-06-04T02:16:51.615Z Downloaded ipnet v2.11.0
7622026-06-04T02:16:51.615Z Downloaded multimap v0.10.1
7632026-06-04T02:16:51.615Z Downloaded md-5 v0.10.6
7642026-06-04T02:16:51.618Z Downloaded mime v0.3.17
7652026-06-04T02:16:51.618Z Downloaded maybe-uninit v2.0.0
7662026-06-04T02:16:51.620Z Downloaded chacha20 v0.10.0
7672026-06-04T02:16:51.620Z Downloaded humantime v2.3.0
7682026-06-04T02:16:51.623Z Downloaded highway v1.3.0
7692026-06-04T02:16:51.623Z Downloaded elliptic-curve v0.13.8
7702026-06-04T02:16:51.626Z Downloaded getrandom v0.2.17
7712026-06-04T02:16:51.629Z Downloaded darling v0.23.0
7722026-06-04T02:16:51.631Z Downloaded drift v0.2.0
7732026-06-04T02:16:51.635Z Downloaded maplit v1.0.2
7742026-06-04T02:16:51.638Z Downloaded ingot-types v0.1.2
7752026-06-04T02:16:51.638Z Downloaded indoc v2.0.7
7762026-06-04T02:16:51.641Z Downloaded newtype-uuid-macros v0.1.0
7772026-06-04T02:16:51.641Z Downloaded dropshot_endpoint v0.17.0
7782026-06-04T02:16:51.643Z Downloaded hyper-staticfile v0.10.1
7792026-06-04T02:16:51.643Z Downloaded ipnetwork v0.21.1
7802026-06-04T02:16:51.646Z Downloaded colored v3.1.1
7812026-06-04T02:16:51.650Z Downloaded libsw v3.5.0
7822026-06-04T02:16:51.650Z Downloaded libsw-core v0.3.2
7832026-06-04T02:16:51.650Z Downloaded libefi-sys v0.1.0
7842026-06-04T02:16:51.650Z Downloaded async-bb8-diesel v0.2.1
7852026-06-04T02:16:51.653Z Downloaded num v0.4.3
7862026-06-04T02:16:51.653Z Downloaded newtype_derive v0.1.6
7872026-06-04T02:16:51.655Z Downloaded normalize-line-endings v0.3.0
7882026-06-04T02:16:51.655Z Downloaded constant_time_eq v0.4.2
7892026-06-04T02:16:51.655Z Downloaded num-iter v0.1.45
7902026-06-04T02:16:51.658Z Downloaded httparse v1.10.1
7912026-06-04T02:16:51.658Z Downloaded num_threads v0.1.7
7922026-06-04T02:16:51.661Z Downloaded num-conv v0.2.0
7932026-06-04T02:16:51.661Z Downloaded nonempty v0.12.0
7942026-06-04T02:16:51.661Z Downloaded nodrop v0.1.14
7952026-06-04T02:16:51.661Z Downloaded hyper-rustls v0.27.7
7962026-06-04T02:16:51.664Z Downloaded nibble_vec v0.1.0
7972026-06-04T02:16:51.664Z Downloaded num-derive v0.3.3
7982026-06-04T02:16:51.666Z Downloaded newline-converter v0.3.0
7992026-06-04T02:16:51.667Z Downloaded darling_core v0.20.11
8002026-06-04T02:16:51.669Z Downloaded libloading v0.8.9
8012026-06-04T02:16:51.672Z Downloaded base64 v0.21.7
8022026-06-04T02:16:51.672Z Downloaded ingot-macros v0.1.1
8032026-06-04T02:16:51.674Z Downloaded ingot v0.1.1
8042026-06-04T02:16:51.674Z Downloaded mime_guess v2.0.5
8052026-06-04T02:16:51.691Z Downloaded openssl-probe v0.1.6
8062026-06-04T02:16:51.694Z Downloaded derive_more v2.1.1
8072026-06-04T02:16:51.699Z Downloaded parse-size v1.1.0
8082026-06-04T02:16:51.703Z Downloaded packed_struct_codegen v0.10.1
8092026-06-04T02:16:51.703Z Downloaded getrandom v0.3.4
8102026-06-04T02:16:51.705Z Downloaded darling_core v0.21.3
8112026-06-04T02:16:51.708Z Downloaded crypto-bigint v0.5.5
8122026-06-04T02:16:51.711Z Downloaded iana-time-zone v0.1.65
8132026-06-04T02:16:51.713Z Downloaded half v2.7.1
8142026-06-04T02:16:51.714Z Downloaded num-derive v0.4.2
8152026-06-04T02:16:51.716Z Downloaded nu-ansi-term v0.50.3
8162026-06-04T02:16:51.716Z Downloaded openssl-probe v0.2.1
8172026-06-04T02:16:51.719Z Downloaded oso-derive v0.27.3
8182026-06-04T02:16:51.719Z Downloaded newtype-uuid v1.3.2
8192026-06-04T02:16:51.719Z Downloaded new_debug_unreachable v1.0.6
8202026-06-04T02:16:51.722Z Downloaded parse-display v0.10.0
8212026-06-04T02:16:51.722Z Downloaded phf_shared v0.13.1
8222026-06-04T02:16:51.722Z Downloaded phf_shared v0.12.1
8232026-06-04T02:16:51.724Z Downloaded pbkdf2 v0.12.2
8242026-06-04T02:16:51.724Z Downloaded peg-runtime v0.8.5
8252026-06-04T02:16:51.724Z Downloaded pbkdf2 v0.11.0
8262026-06-04T02:16:51.727Z Downloaded path-slash v0.1.5
8272026-06-04T02:16:51.727Z Downloaded phf_shared v0.11.3
8282026-06-04T02:16:51.727Z Downloaded num-integer v0.1.46
8292026-06-04T02:16:51.730Z Downloaded flume v0.11.1
8302026-06-04T02:16:51.733Z Downloaded compact_str v0.8.1
8312026-06-04T02:16:51.733Z Downloaded fatfs v0.3.6
8322026-06-04T02:16:51.735Z Downloaded heapless v0.7.17
8332026-06-04T02:16:51.738Z Downloaded chacha20poly1305 v0.10.1
8342026-06-04T02:16:51.740Z Downloaded arc-swap v1.8.2
8352026-06-04T02:16:51.743Z Downloaded der v0.7.10
8362026-06-04T02:16:51.746Z Downloaded num_enum_derive v0.5.11
8372026-06-04T02:16:51.746Z Downloaded darling_core v0.23.0
8382026-06-04T02:16:51.749Z Downloaded native-tls v0.2.18
8392026-06-04T02:16:51.749Z Downloaded multer v3.1.0
8402026-06-04T02:16:51.751Z Downloaded pin-utils v0.1.0
8412026-06-04T02:16:51.751Z Downloaded num-complex v0.4.6
8422026-06-04T02:16:51.754Z Downloaded async-compression v0.4.41
8432026-06-04T02:16:51.757Z Downloaded predicates-tree v1.0.13
8442026-06-04T02:16:51.757Z Downloaded predicates-core v1.0.10
8452026-06-04T02:16:51.760Z Downloaded powerfmt v0.2.0
8462026-06-04T02:16:51.760Z Downloaded paste v1.0.15
8472026-06-04T02:16:51.762Z Downloaded parking_lot_core v0.8.6
8482026-06-04T02:16:51.762Z Downloaded pem v3.0.6
8492026-06-04T02:16:51.765Z Downloaded num_enum_derive v0.7.5
8502026-06-04T02:16:51.765Z Downloaded num_enum v0.7.5
8512026-06-04T02:16:51.768Z Downloaded num_enum v0.5.11
8522026-06-04T02:16:51.771Z Downloaded proc-macro-crate v3.4.0
8532026-06-04T02:16:51.774Z Downloaded proc-macro-crate v1.3.1
8542026-06-04T02:16:51.774Z Downloaded precomputed-hash v0.1.1
8552026-06-04T02:16:51.774Z Downloaded hmac v0.12.1
8562026-06-04T02:16:51.777Z Downloaded password-hash v0.5.0
8572026-06-04T02:16:51.777Z Downloaded pem-rfc7468 v0.7.0
8582026-06-04T02:16:51.779Z Downloaded peg v0.8.5
8592026-06-04T02:16:51.782Z Downloaded parse-display-derive v0.10.0
8602026-06-04T02:16:51.782Z Downloaded progenitor-client v0.11.2
8612026-06-04T02:16:51.782Z Downloaded proc-macro-error-attr2 v2.0.0
8622026-06-04T02:16:51.785Z Downloaded crc-any v2.5.0
8632026-06-04T02:16:51.785Z Downloaded pin-project-lite v0.2.17
8642026-06-04T02:16:51.788Z Downloaded memmap2 v0.9.10
8652026-06-04T02:16:51.791Z Downloaded password-hash v0.4.2
8662026-06-04T02:16:51.791Z Downloaded packed_struct v0.10.1
8672026-06-04T02:16:51.794Z Downloaded indicatif v0.18.4
8682026-06-04T02:16:51.794Z Downloaded indexmap v1.9.3
8692026-06-04T02:16:51.796Z Downloaded ignore v0.4.25
8702026-06-04T02:16:51.799Z Downloaded psl-types v2.0.11
8712026-06-04T02:16:51.799Z Downloaded radium v0.7.0
8722026-06-04T02:16:51.799Z Downloaded quick-error v1.2.3
8732026-06-04T02:16:51.802Z Downloaded oxide-tokio-rt v0.1.4
8742026-06-04T02:16:51.802Z Downloaded owo-colors v4.3.0
8752026-06-04T02:16:51.802Z Downloaded cc v1.2.56
8762026-06-04T02:16:51.805Z Downloaded postgres-protocol v0.6.10
8772026-06-04T02:16:51.808Z Downloaded pkcs8 v0.10.2
8782026-06-04T02:16:51.810Z Downloaded progenitor-client v0.14.0
8792026-06-04T02:16:51.810Z Downloaded hickory-resolver v0.24.4
8802026-06-04T02:16:51.813Z Downloaded flate2 v1.1.9
8812026-06-04T02:16:51.816Z Downloaded litrs v1.0.0
8822026-06-04T02:16:51.819Z Downloaded heapless v0.8.0
8832026-06-04T02:16:51.822Z Downloaded ref-cast v1.0.25
8842026-06-04T02:16:51.822Z Downloaded recursive-proc-macro-impl v0.1.1
8852026-06-04T02:16:51.824Z Downloaded rand_xorshift v0.4.0
8862026-06-04T02:16:51.824Z Downloaded impl-trait-for-tuples v0.2.3
8872026-06-04T02:16:51.824Z Downloaded progenitor-macro v0.13.0
8882026-06-04T02:16:51.827Z Downloaded pkg-config v0.3.32
8892026-06-04T02:16:51.827Z Downloaded parking_lot v0.12.5
8902026-06-04T02:16:51.830Z Downloaded parking_lot v0.11.2
8912026-06-04T02:16:51.830Z Downloaded bytes v1.11.1
8922026-06-04T02:16:51.832Z Downloaded predicates v3.1.4
8932026-06-04T02:16:51.835Z Downloaded progenitor-macro v0.14.0
8942026-06-04T02:16:51.835Z Downloaded pin-project-internal v1.1.11
8952026-06-04T02:16:51.838Z Downloaded oxnet v0.1.4
8962026-06-04T02:16:51.838Z Downloaded rand_chacha v0.3.1
8972026-06-04T02:16:51.838Z Downloaded primeorder v0.13.6
8982026-06-04T02:16:51.841Z Downloaded progenitor v0.11.2
8992026-06-04T02:16:51.841Z Downloaded phf v0.12.1
9002026-06-04T02:16:51.844Z Downloaded crossterm v0.28.1
9012026-06-04T02:16:51.846Z Downloaded bumpalo v3.20.2
9022026-06-04T02:16:51.849Z Downloaded progenitor-client v0.13.0
9032026-06-04T02:16:51.849Z Downloaded proc-macro-error2 v2.0.1
9042026-06-04T02:16:51.852Z Downloaded omicron-zone-package v0.12.2
9052026-06-04T02:16:51.852Z Downloaded peg-macros v0.8.5
9062026-06-04T02:16:51.854Z Downloaded libbz2-rs-sys v0.2.2
9072026-06-04T02:16:51.857Z Downloaded crossbeam-channel v0.5.15
9082026-06-04T02:16:51.861Z Downloaded ppv-lite86 v0.2.21
9092026-06-04T02:16:51.861Z Downloaded recursive v0.1.1
9102026-06-04T02:16:51.861Z Downloaded progenitor-client v0.10.0
9112026-06-04T02:16:51.863Z Downloaded hashbrown v0.12.3
9122026-06-04T02:16:51.863Z Downloaded ref-cast-impl v1.0.25
9132026-06-04T02:16:51.864Z Downloaded progenitor v0.14.0
9142026-06-04T02:16:51.866Z Downloaded progenitor v0.13.0
9152026-06-04T02:16:51.866Z Downloaded poly1305 v0.8.0
9162026-06-04T02:16:51.869Z Downloaded rustc_version v0.4.1
9172026-06-04T02:16:51.869Z Downloaded rustc_version v0.1.7
9182026-06-04T02:16:51.869Z Downloaded rustc-hash v2.1.1
9192026-06-04T02:16:51.872Z Downloaded russh-cryptovec v0.7.3
9202026-06-04T02:16:51.872Z Downloaded r2d2 v0.8.10
9212026-06-04T02:16:51.872Z Downloaded psm v0.1.30
9222026-06-04T02:16:51.874Z Downloaded num-rational v0.4.2
9232026-06-04T02:16:51.874Z Downloaded openssl-macros v0.1.1
9242026-06-04T02:16:51.874Z Downloaded expectorate v1.2.0
9252026-06-04T02:16:51.877Z Downloaded rand_core v0.10.0
9262026-06-04T02:16:51.877Z Downloaded headers v0.4.1
9272026-06-04T02:16:51.880Z Downloaded hickory-resolver v0.25.2
9282026-06-04T02:16:51.883Z Downloaded rand_core v0.9.5
9292026-06-04T02:16:51.886Z Downloaded rand_core v0.6.4
9302026-06-04T02:16:51.886Z Downloaded parking_lot_core v0.9.12
9312026-06-04T02:16:51.889Z Downloaded postgres-types v0.2.12
9322026-06-04T02:16:51.892Z Downloaded rfc6979 v0.4.0
9332026-06-04T02:16:51.892Z Downloaded progenitor-extras v0.2.0
9342026-06-04T02:16:51.892Z Downloaded rtoolbox v0.0.3
9352026-06-04T02:16:51.894Z Downloaded papergrid v0.17.0
9362026-06-04T02:16:51.897Z Downloaded postcard v1.1.3
9372026-06-04T02:16:51.897Z Downloaded pkcs1 v0.7.5
9382026-06-04T02:16:51.900Z Downloaded phf v0.13.1
9392026-06-04T02:16:51.900Z Downloaded ed25519-dalek v2.2.0
9402026-06-04T02:16:51.902Z Downloaded opaque-debug v0.3.1
9412026-06-04T02:16:51.902Z Downloaded olpc-cjson v0.1.4
9422026-06-04T02:16:51.905Z Downloaded diesel_derives v2.3.7
9432026-06-04T02:16:51.908Z Downloaded nanorand v0.7.0
9442026-06-04T02:16:51.908Z Downloaded resolv-conf v0.7.6
9452026-06-04T02:16:51.911Z Downloaded scheduled-thread-pool v0.2.7
9462026-06-04T02:16:51.911Z Downloaded scopeguard v1.2.0
9472026-06-04T02:16:51.913Z Downloaded lock_api v0.4.14
9482026-06-04T02:16:51.913Z Downloaded linear-map v1.2.0
9492026-06-04T02:16:51.913Z Downloaded scrypt v0.11.0
9502026-06-04T02:16:51.916Z Downloaded jobserver v0.1.34
9512026-06-04T02:16:51.916Z Downloaded semver v0.1.20
9522026-06-04T02:16:51.916Z Downloaded secrecy v0.10.3
9532026-06-04T02:16:51.919Z Downloaded serde_bytes v0.11.19
9542026-06-04T02:16:51.919Z Downloaded secrecy v0.8.0
9552026-06-04T02:16:51.919Z Downloaded progenitor-macro v0.11.2
9562026-06-04T02:16:51.922Z Downloaded futures v0.3.32
9572026-06-04T02:16:51.924Z Downloaded salsa20 v0.10.2
9582026-06-04T02:16:51.924Z Downloaded hashbrown v0.13.2
9592026-06-04T02:16:51.927Z Downloaded group v0.13.0
9602026-06-04T02:16:51.927Z Downloaded futures-channel v0.3.32
9612026-06-04T02:16:51.930Z Downloaded either v1.15.0
9622026-06-04T02:16:51.930Z Downloaded derive_more-impl v2.1.1
9632026-06-04T02:16:51.933Z Downloaded cmake v0.1.57
9642026-06-04T02:16:51.933Z Downloaded ciborium v0.2.2
9652026-06-04T02:16:51.936Z Downloaded cancel-safe-futures v0.1.5
9662026-06-04T02:16:51.937Z Downloaded rand_chacha v0.9.0
9672026-06-04T02:16:51.939Z Downloaded quinn-udp v0.5.14
9682026-06-04T02:16:51.940Z Downloaded sapling-renderdag v0.1.0
9692026-06-04T02:16:51.940Z Downloaded illumos-nvpair-sys v0.2.0
9702026-06-04T02:16:51.940Z Downloaded serde_repr v0.1.20
9712026-06-04T02:16:51.942Z Downloaded env_logger v0.11.9
9722026-06-04T02:16:51.942Z Downloaded des v0.8.1
9732026-06-04T02:16:51.945Z Downloaded illumos-nvpair v0.3.0
9742026-06-04T02:16:51.945Z Downloaded ident_case v1.0.1
9752026-06-04T02:16:51.945Z Downloaded clang-sys v1.8.1
9762026-06-04T02:16:51.948Z Downloaded ahash v0.8.12
9772026-06-04T02:16:51.948Z Downloaded diesel-dtrace v0.5.0
9782026-06-04T02:16:51.951Z Downloaded rand_seeder v0.4.0
9792026-06-04T02:16:51.951Z Downloaded polyval v0.6.2
9802026-06-04T02:16:51.953Z Downloaded serde_plain v1.0.2
9812026-06-04T02:16:51.953Z Downloaded hickory-server v0.25.2
9822026-06-04T02:16:51.956Z Downloaded serde-big-array v0.5.1
9832026-06-04T02:16:51.956Z Downloaded scroll_derive v0.13.1
9842026-06-04T02:16:51.959Z Downloaded rustversion v1.0.22
9852026-06-04T02:16:51.959Z Downloaded p256 v0.13.2
9862026-06-04T02:16:51.961Z Downloaded prefix-trie v0.7.0
9872026-06-04T02:16:51.964Z Downloaded miniz_oxide v0.8.9
9882026-06-04T02:16:51.967Z Downloaded same-file v1.0.6
9892026-06-04T02:16:51.967Z Downloaded sha1 v0.10.6
9902026-06-04T02:16:51.969Z Downloaded oso v0.27.3
9912026-06-04T02:16:51.973Z Downloaded http v1.4.0
9922026-06-04T02:16:51.975Z Downloaded rustls-pemfile v1.0.4
9932026-06-04T02:16:51.978Z Downloaded rustls-pemfile v2.2.0
9942026-06-04T02:16:51.981Z Downloaded seq-macro v0.3.6
9952026-06-04T02:16:51.981Z Downloaded progenitor-impl v0.11.2
9962026-06-04T02:16:51.981Z Downloaded progenitor-impl v0.14.0
9972026-06-04T02:16:51.985Z Downloaded serde_urlencoded v0.7.1
9982026-06-04T02:16:51.985Z Downloaded shell-words v1.1.1
9992026-06-04T02:16:51.988Z Downloaded serde_spanned v1.0.4
10002026-06-04T02:16:51.988Z Downloaded sct v0.7.1
10012026-06-04T02:16:51.991Z Downloaded slog-bunyan v2.5.0
10022026-06-04T02:16:51.993Z Downloaded slog-envlogger v2.2.0
10032026-06-04T02:16:51.998Z Downloaded serde_derive_internals v0.29.1
10042026-06-04T02:16:52.001Z Downloaded progenitor-impl v0.13.0
10052026-06-04T02:16:52.007Z Downloaded sigpipe v0.1.3
10062026-06-04T02:16:52.010Z Downloaded signal-hook-tokio v0.3.1
10072026-06-04T02:16:52.010Z Downloaded openssl-sys v0.9.115
10082026-06-04T02:16:52.012Z Downloaded siphasher v1.0.2
10092026-06-04T02:16:52.012Z Downloaded signature v2.2.0
10102026-06-04T02:16:52.017Z Downloaded russh-keys v0.45.0
10112026-06-04T02:16:52.019Z Downloaded rusty-fork v0.3.1
10122026-06-04T02:16:52.019Z Downloaded pin-project v1.1.11
10132026-06-04T02:16:52.026Z Downloaded signal-hook-mio v0.2.5
10142026-06-04T02:16:52.028Z Downloaded rustls-pki-types v1.14.0
10152026-06-04T02:16:52.028Z Downloaded dropshot-api-manager v0.7.2
10162026-06-04T02:16:52.031Z Downloaded crossterm v0.29.0
10172026-06-04T02:16:52.035Z Downloaded schemars_derive v0.8.22
10182026-06-04T02:16:52.038Z Downloaded ssh-encoding v0.2.0
10192026-06-04T02:16:52.038Z Downloaded ssh-cipher v0.2.0
10202026-06-04T02:16:52.040Z Downloaded sec1 v0.7.3
10212026-06-04T02:16:52.040Z Downloaded sqlparser_derive v0.5.0
10222026-06-04T02:16:52.040Z Downloaded pkcs5 v0.7.1
10232026-06-04T02:16:52.043Z Downloaded aho-corasick v1.1.4
10242026-06-04T02:16:52.046Z Downloaded prettyplease v0.2.37
10252026-06-04T02:16:52.048Z Downloaded jiff-static v0.2.21
10262026-06-04T02:16:52.075Z Downloaded slab v0.4.12
10272026-06-04T02:16:52.075Z Downloaded minimal-lexical v0.2.1
10282026-06-04T02:16:52.075Z Downloaded strsim v0.10.0
10292026-06-04T02:16:52.075Z Downloaded strum v0.27.2
10302026-06-04T02:16:52.075Z Downloaded num-bigint v0.4.6
10312026-06-04T02:16:52.075Z Downloaded slog-async v2.8.0
10322026-06-04T02:16:52.075Z Downloaded strum v0.26.3
10332026-06-04T02:16:52.075Z Downloaded structmeta v0.3.0
10342026-06-04T02:16:52.076Z Downloaded strip-ansi-escapes v0.2.1
10352026-06-04T02:16:52.076Z Downloaded serde_path_to_error v0.1.20
10362026-06-04T02:16:52.076Z Downloaded serde-hex v0.1.0
10372026-06-04T02:16:52.076Z Downloaded scroll v0.13.0
10382026-06-04T02:16:52.076Z Downloaded signal-hook-registry v1.4.8
10392026-06-04T02:16:52.076Z Downloaded serde_with_macros v1.5.2
10402026-06-04T02:16:52.076Z Downloaded structmeta-derive v0.3.0
10412026-06-04T02:16:52.076Z Downloaded aes v0.8.4
10422026-06-04T02:16:52.076Z Downloaded sync-ptr v0.1.4
10432026-06-04T02:16:52.076Z Downloaded supports-color v3.0.2
10442026-06-04T02:16:52.080Z Downloaded take_mut v0.2.2
10452026-06-04T02:16:52.080Z Downloaded tabwriter v1.4.1
10462026-06-04T02:16:52.080Z Downloaded slog-json v2.6.1
10472026-06-04T02:16:52.082Z Downloaded smf v0.2.3
10482026-06-04T02:16:52.083Z Downloaded smallvec v0.6.14
10492026-06-04T02:16:52.083Z Downloaded slog-stdlog v4.1.1
10502026-06-04T02:16:52.083Z Downloaded hashbrown v0.15.5
10512026-06-04T02:16:52.086Z Downloaded slog-scope v4.4.1
10522026-06-04T02:16:52.089Z Downloaded serde_cbor v0.11.2
10532026-06-04T02:16:52.089Z Downloaded hashbrown v0.16.1
10542026-06-04T02:16:52.091Z Downloaded subtle v2.6.1
10552026-06-04T02:16:52.095Z Downloaded sync_wrapper v1.0.2
10562026-06-04T02:16:52.098Z Downloaded tagptr v0.2.0
10572026-06-04T02:16:52.101Z Downloaded simd-adler32 v0.3.8
10582026-06-04T02:16:52.104Z Downloaded shlex v1.3.0
10592026-06-04T02:16:52.114Z Downloaded tap v1.0.1
10602026-06-04T02:16:52.118Z Downloaded thread-id v5.1.0
10612026-06-04T02:16:52.118Z Downloaded thiserror-impl-no-std v2.0.2
10622026-06-04T02:16:52.118Z Downloaded static_assertions v1.1.0
10632026-06-04T02:16:52.121Z Downloaded rayon-core v1.13.0
10642026-06-04T02:16:52.124Z Downloaded slog-term v2.9.2
10652026-06-04T02:16:52.124Z Downloaded pretty_assertions v1.4.1
10662026-06-04T02:16:52.127Z Downloaded stringprep v0.1.5
10672026-06-04T02:16:52.130Z Downloaded spki v0.7.3
10682026-06-04T02:16:52.130Z Downloaded snafu-derive v0.8.9
10692026-06-04T02:16:52.130Z Downloaded string_cache v0.8.9
10702026-06-04T02:16:52.133Z Downloaded testing_table v0.3.0
10712026-06-04T02:16:52.133Z Downloaded termtree v0.5.1
10722026-06-04T02:16:52.136Z Downloaded time-core v0.1.8
10732026-06-04T02:16:52.136Z Downloaded slog-dtrace v0.3.0
10742026-06-04T02:16:52.139Z Downloaded const_format v0.2.35
10752026-06-04T02:16:52.144Z Downloaded schemars v0.8.22
10762026-06-04T02:16:52.151Z Downloaded tabled_derive v0.11.0
10772026-06-04T02:16:52.154Z Downloaded strum_macros v0.27.2
10782026-06-04T02:16:52.154Z Downloaded stacker v0.1.23
10792026-06-04T02:16:52.158Z Downloaded rustls-native-certs v0.8.3
10802026-06-04T02:16:52.158Z Downloaded tinyvec_macros v0.1.1
10812026-06-04T02:16:52.158Z Downloaded hyper-util v0.1.20
10822026-06-04T02:16:52.161Z Downloaded tokio-macros v2.7.0
10832026-06-04T02:16:52.164Z Downloaded quinn v0.11.9
10842026-06-04T02:16:52.167Z Downloaded qorb v0.4.1
10852026-06-04T02:16:52.170Z Downloaded publicsuffix v2.3.0
10862026-06-04T02:16:52.170Z Downloaded aes-gcm v0.10.3
10872026-06-04T02:16:52.177Z Downloaded termios v0.3.3
10882026-06-04T02:16:52.180Z Downloaded support-bundle-viewer v0.1.2
10892026-06-04T02:16:52.180Z Downloaded strum_macros v0.26.4
10902026-06-04T02:16:52.183Z Downloaded serde_with_macros v3.17.0
10912026-06-04T02:16:52.183Z Downloaded rustls-platform-verifier v0.6.2
10922026-06-04T02:16:52.186Z Downloaded serde_yaml v0.9.34+deprecated
10932026-06-04T02:16:52.189Z Downloaded ryu v1.0.23
10942026-06-04T02:16:52.189Z Downloaded itertools v0.10.5
10952026-06-04T02:16:52.192Z Downloaded thiserror-no-std v2.0.2
10962026-06-04T02:16:52.196Z Downloaded rcgen v0.12.1
10972026-06-04T02:16:52.199Z Downloaded similar v2.7.0
10982026-06-04T02:16:52.202Z Downloaded tower-layer v0.3.3
10992026-06-04T02:16:52.205Z Downloaded tls_codec v0.4.2
11002026-06-04T02:16:52.205Z Downloaded topological-sort v0.2.2
11012026-06-04T02:16:52.205Z Downloaded thread_local v1.1.9
11022026-06-04T02:16:52.208Z Downloaded signal-hook v0.3.18
11032026-06-04T02:16:52.208Z Downloaded typify-macro v0.4.3
11042026-06-04T02:16:52.212Z Downloaded try-lock v0.2.5
11052026-06-04T02:16:52.215Z Downloaded typify-macro v0.6.2
11062026-06-04T02:16:52.220Z Downloaded tiny-keccak v2.0.2
11072026-06-04T02:16:52.223Z Downloaded trait-variant v0.1.2
11082026-06-04T02:16:52.223Z Downloaded unarray v0.1.4
11092026-06-04T02:16:52.226Z Downloaded sqlformat v0.3.5
11102026-06-04T02:16:52.229Z Downloaded slog v2.8.2
11112026-06-04T02:16:52.232Z Downloaded strum_macros v0.24.3
11122026-06-04T02:16:52.232Z Downloaded schemars v0.9.0
11132026-06-04T02:16:52.237Z Downloaded tokio-tungstenite v0.23.1
11142026-06-04T02:16:52.240Z Downloaded tokio-tungstenite v0.21.0
11152026-06-04T02:16:52.240Z Downloaded usdt v0.6.0
11162026-06-04T02:16:52.243Z Downloaded untrusted v0.9.0
11172026-06-04T02:16:52.243Z Downloaded universal-hash v0.5.1
11182026-06-04T02:16:52.243Z Downloaded unit-prefix v0.5.2
11192026-06-04T02:16:52.243Z Downloaded time-macros v0.2.27
11202026-06-04T02:16:52.246Z Downloaded tokio-native-tls v0.3.1
11212026-06-04T02:16:52.246Z Downloaded tls_codec_derive v0.4.2
11222026-06-04T02:16:52.249Z Downloaded tokio-dtrace v0.1.1
11232026-06-04T02:16:52.256Z Downloaded unicode-truncate v1.1.0
11242026-06-04T02:16:52.261Z Downloaded toml_writer v1.0.6+spec-1.1.0
11252026-06-04T02:16:52.264Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11262026-06-04T02:16:52.264Z Downloaded spin v0.9.8
11272026-06-04T02:16:52.268Z Downloaded rustls-webpki v0.103.9
11282026-06-04T02:16:52.268Z Downloaded term v1.2.1
11292026-06-04T02:16:52.271Z Downloaded nom v7.1.3
11302026-06-04T02:16:52.274Z Downloaded tower-service v0.3.3
11312026-06-04T02:16:52.274Z Downloaded tokio-rustls v0.25.0
11322026-06-04T02:16:52.274Z Downloaded usdt-attr-macro v0.6.0
11332026-06-04T02:16:52.277Z Downloaded untrusted v0.7.1
11342026-06-04T02:16:52.277Z Downloaded usdt-macro v0.6.0
11352026-06-04T02:16:52.281Z Downloaded utf-8 v0.7.6
11362026-06-04T02:16:52.281Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11372026-06-04T02:16:52.285Z Downloaded rand v0.8.6
11382026-06-04T02:16:52.290Z Downloaded waitgroup v0.1.2
11392026-06-04T02:16:52.293Z Downloaded wait-timeout v0.2.1
11402026-06-04T02:16:52.300Z Downloaded libm v0.2.16
11412026-06-04T02:16:52.305Z Downloaded socket2 v0.6.3
11422026-06-04T02:16:52.308Z Downloaded libxml v0.3.3
11432026-06-04T02:16:52.311Z Downloaded tokio-rustls v0.24.1
11442026-06-04T02:16:52.312Z Downloaded subprocess v0.2.15
11452026-06-04T02:16:52.315Z Downloaded socket2 v0.5.10
11462026-06-04T02:16:52.315Z Downloaded void v1.0.2
11472026-06-04T02:16:52.315Z Downloaded itertools v0.14.0
11482026-06-04T02:16:52.318Z Downloaded iri-string v0.7.10
11492026-06-04T02:16:52.325Z Downloaded want v0.3.1
11502026-06-04T02:16:52.328Z Downloaded ron v0.8.1
11512026-06-04T02:16:52.328Z Downloaded snafu v0.8.9
11522026-06-04T02:16:52.331Z Downloaded rsa v0.9.10
11532026-06-04T02:16:52.345Z Downloaded toml_parser v1.0.9+spec-1.1.0
11542026-06-04T02:16:52.349Z Downloaded xattr v1.6.1
11552026-06-04T02:16:52.351Z Downloaded xshell-macros v0.2.7
11562026-06-04T02:16:52.355Z Downloaded unicase v2.9.0
11572026-06-04T02:16:52.360Z Downloaded vergen-lib v0.1.6
11582026-06-04T02:16:52.360Z Downloaded vergen-gitcl v1.0.8
11592026-06-04T02:16:52.363Z Downloaded mio v1.2.0
11602026-06-04T02:16:52.366Z Downloaded itertools v0.13.0
11612026-06-04T02:16:52.370Z Downloaded twox-hash v2.1.2
11622026-06-04T02:16:52.373Z Downloaded tui-tree-widget v0.23.1
11632026-06-04T02:16:52.373Z Downloaded tokio-stream v0.1.18
11642026-06-04T02:16:52.376Z Downloaded tokio-rustls v0.26.4
11652026-06-04T02:16:52.376Z Downloaded walkdir v2.5.0
11662026-06-04T02:16:52.379Z Downloaded samael v0.0.19
11672026-06-04T02:16:52.382Z Downloaded usdt-impl v0.6.0
11682026-06-04T02:16:52.386Z Downloaded rand v0.10.0
11692026-06-04T02:16:52.389Z Downloaded uzers v0.12.2
11702026-06-04T02:16:52.389Z Downloaded rand v0.9.2
11712026-06-04T02:16:52.392Z Downloaded zone_cfg_derive v0.3.1
11722026-06-04T02:16:52.392Z Downloaded wyz v0.5.1
11732026-06-04T02:16:52.392Z Downloaded schemars v1.2.1
11742026-06-04T02:16:52.399Z Downloaded vergen-git2 v9.1.0
11752026-06-04T02:16:52.402Z Downloaded term v0.7.0
11762026-06-04T02:16:52.402Z Downloaded tracing-attributes v0.1.31
11772026-06-04T02:16:52.405Z Downloaded zeroize_derive v1.4.3
11782026-06-04T02:16:52.405Z Downloaded xshell v0.2.7
11792026-06-04T02:16:52.405Z Downloaded vergen-lib v9.1.0
11802026-06-04T02:16:52.409Z Downloaded zeroize v1.8.2
11812026-06-04T02:16:52.409Z Downloaded whoami v2.1.0
11822026-06-04T02:16:52.409Z Downloaded vsss-rs v3.3.4
11832026-06-04T02:16:52.412Z Downloaded whoami v1.6.1
11842026-06-04T02:16:52.412Z Downloaded tinyvec v1.10.0
11852026-06-04T02:16:52.412Z Downloaded test-strategy v0.4.5
11862026-06-04T02:16:52.415Z Downloaded russh v0.45.0
11872026-06-04T02:16:52.418Z Downloaded toml v1.0.6+spec-1.1.0
11882026-06-04T02:16:52.421Z Downloaded hyper v1.8.1
11892026-06-04T02:16:52.424Z Downloaded zstd-safe v7.2.4
11902026-06-04T02:16:52.427Z Downloaded zstd v0.13.3
11912026-06-04T02:16:52.427Z Downloaded vergen v9.1.0
11922026-06-04T02:16:52.430Z Downloaded unicode-properties v0.1.4
11932026-06-04T02:16:52.431Z Downloaded p521 v0.13.3
11942026-06-04T02:16:52.433Z Downloaded steno v0.4.1
11952026-06-04T02:16:52.437Z Downloaded tungstenite v0.21.0
11962026-06-04T02:16:52.437Z Downloaded tracing-core v0.1.36
11972026-06-04T02:16:52.440Z Downloaded typify v0.6.2
11982026-06-04T02:16:52.440Z Downloaded typify v0.4.3
11992026-06-04T02:16:52.449Z Downloaded toml v0.7.8
12002026-06-04T02:16:52.453Z Downloaded zone v0.3.1
12012026-06-04T02:16:52.453Z Downloaded itertools v0.12.1
12022026-06-04T02:16:52.456Z Downloaded hkdf v0.12.4
12032026-06-04T02:16:52.459Z Downloaded futures-util v0.3.32
12042026-06-04T02:16:52.465Z Downloaded tar v0.4.45
12052026-06-04T02:16:52.470Z Downloaded yasna v0.5.2
12062026-06-04T02:16:52.473Z Downloaded blake3 v1.8.3
12072026-06-04T02:16:52.477Z Downloaded h2 v0.4.13
12082026-06-04T02:16:52.480Z Downloaded toml_edit v0.23.10+spec-1.0.0
12092026-06-04T02:16:52.483Z Downloaded serde_with v1.14.0
12102026-06-04T02:16:52.488Z Downloaded tungstenite v0.23.0
12112026-06-04T02:16:52.491Z Downloaded reedline v0.40.0
12122026-06-04T02:16:52.495Z Downloaded unsafe-libyaml v0.2.11
12132026-06-04T02:16:52.506Z Downloaded rustyline v14.0.0
12142026-06-04T02:16:52.509Z Downloaded num-bigint-dig v0.8.6
12152026-06-04T02:16:52.513Z Downloaded uuid v1.23.0
12162026-06-04T02:16:52.516Z Downloaded bindgen v0.71.1
12172026-06-04T02:16:52.519Z Downloaded vte v0.14.1
12182026-06-04T02:16:52.530Z Downloaded ssh-key v0.6.7
12192026-06-04T02:16:52.533Z Downloaded zopfli v0.8.3
12202026-06-04T02:16:52.537Z Downloaded regex v1.12.3
12212026-06-04T02:16:52.540Z Downloaded unicode-bidi v0.3.18
12222026-06-04T02:16:52.550Z Downloaded unicode_categories v0.1.1
12232026-06-04T02:16:52.557Z Downloaded yansi v1.0.1
12242026-06-04T02:16:52.560Z Downloaded zerocopy v0.6.6
12252026-06-04T02:16:52.565Z Downloaded toml_edit v0.19.15
12262026-06-04T02:16:52.573Z Downloaded portable-atomic v1.13.1
12272026-06-04T02:16:52.577Z Downloaded zip v0.6.6
12282026-06-04T02:16:52.580Z Downloaded p384 v0.13.1
12292026-06-04T02:16:52.583Z Downloaded iddqd v0.4.2
12302026-06-04T02:16:52.587Z Downloaded typed-path v0.9.3
12312026-06-04T02:16:52.590Z Downloaded tokio-postgres v0.7.16
12322026-06-04T02:16:52.593Z Downloaded rpassword v7.4.0
12332026-06-04T02:16:52.596Z Downloaded aws-lc-rs v1.16.3
12342026-06-04T02:16:52.600Z Downloaded lalrpop v0.19.12
12352026-06-04T02:16:52.615Z Downloaded salty v0.3.0
12362026-06-04T02:16:52.619Z Downloaded reqwest v0.13.2
12372026-06-04T02:16:52.622Z Downloaded reqwest v0.12.28
12382026-06-04T02:16:52.627Z Downloaded goblin v0.10.5
12392026-06-04T02:16:52.632Z Downloaded quick-xml v0.37.5
12402026-06-04T02:16:52.638Z Downloaded chrono v0.4.44
12412026-06-04T02:16:52.642Z Downloaded zerocopy-derive v0.8.40
12422026-06-04T02:16:52.647Z Downloaded unicode-segmentation v1.12.0
12432026-06-04T02:16:52.650Z Downloaded curve25519-dalek v4.1.3
12442026-06-04T02:16:52.653Z Downloaded rayon v1.11.0
12452026-06-04T02:16:52.659Z Downloaded tower v0.5.3
12462026-06-04T02:16:52.665Z Downloaded git2 v0.20.4
12472026-06-04T02:16:52.668Z Downloaded petname v2.0.2
12482026-06-04T02:16:52.675Z Downloaded serde_with v3.17.0
12492026-06-04T02:16:52.681Z Downloaded zip v4.6.1
12502026-06-04T02:16:52.688Z Downloaded x509-cert v0.2.5
12512026-06-04T02:16:52.692Z Downloaded tokio-util v0.7.18
12522026-06-04T02:16:52.700Z Downloaded object v0.30.4
12532026-06-04T02:16:52.704Z Downloaded rustls-webpki v0.102.8
12542026-06-04T02:16:52.713Z Downloaded rustls-webpki v0.101.7
12552026-06-04T02:16:52.721Z Downloaded moka v0.12.13
12562026-06-04T02:16:52.726Z Downloaded tough v0.22.0
12572026-06-04T02:16:52.743Z Downloaded quinn-proto v0.11.13
12582026-06-04T02:16:52.747Z Downloaded bitvec v1.0.1
12592026-06-04T02:16:52.767Z Downloaded unicode-normalization v0.1.25
12602026-06-04T02:16:52.786Z Downloaded proptest v1.10.0
12612026-06-04T02:16:52.794Z Downloaded tower-http v0.6.8
12622026-06-04T02:16:52.805Z Downloaded nix v0.27.1
12632026-06-04T02:16:52.811Z Downloaded tabled v0.20.0
12642026-06-04T02:16:52.821Z Downloaded time v0.3.47
12652026-06-04T02:16:52.828Z Downloaded rustls v0.21.12
12662026-06-04T02:16:52.834Z Downloaded regex-syntax v0.6.29
12672026-06-04T02:16:52.838Z Downloaded winnow v0.6.26
12682026-06-04T02:16:52.842Z Downloaded radix_trie v0.2.1
12692026-06-04T02:16:52.847Z Downloaded winnow v0.5.40
12702026-06-04T02:16:52.854Z Downloaded vcpkg v0.2.15
12712026-06-04T02:16:52.877Z Downloaded smoltcp v0.9.1
12722026-06-04T02:16:52.882Z Downloaded bstr v1.12.1
12732026-06-04T02:16:52.887Z Downloaded smoltcp v0.11.0
12742026-06-04T02:16:52.894Z Downloaded webpki-roots v1.0.6
12752026-06-04T02:16:52.897Z Downloaded rustls v0.22.4
12762026-06-04T02:16:52.903Z Downloaded regress v0.10.5
12772026-06-04T02:16:52.908Z Downloaded polar-core v0.27.3
12782026-06-04T02:16:52.913Z Downloaded openssl v0.10.79
12792026-06-04T02:16:52.918Z Downloaded nix v0.28.0
12802026-06-04T02:16:52.925Z Downloaded zlib-rs v0.6.2
12812026-06-04T02:16:52.928Z Downloaded regex-syntax v0.8.10
12822026-06-04T02:16:52.932Z Downloaded hickory-proto v0.24.4
12832026-06-04T02:16:52.941Z Downloaded nix v0.31.2
12842026-06-04T02:16:52.948Z Downloaded rustix v0.38.44
12852026-06-04T02:16:52.960Z Downloaded zerocopy v0.8.40
12862026-06-04T02:16:52.965Z Downloaded hickory-proto v0.25.2
12872026-06-04T02:16:52.974Z Downloaded openapiv3 v2.2.0
12882026-06-04T02:16:52.981Z Downloaded object v0.37.3
12892026-06-04T02:16:52.987Z Downloaded rustls v0.23.37
12902026-06-04T02:16:52.994Z Downloaded diesel v2.3.7
12912026-06-04T02:16:53.006Z Downloaded sqlparser v0.61.0
12922026-06-04T02:16:53.011Z Downloaded regress v0.11.1
12932026-06-04T02:16:53.049Z Downloaded typify-impl v0.6.2
12942026-06-04T02:16:53.058Z Downloaded typify-impl v0.4.3
12952026-06-04T02:16:53.067Z Downloaded sled v0.34.7
12962026-06-04T02:16:53.085Z Downloaded zerocopy-derive v0.6.6
12972026-06-04T02:16:53.091Z Downloaded tracing v0.1.44
12982026-06-04T02:16:53.103Z Downloaded ratatui v0.29.0
12992026-06-04T02:16:53.114Z Downloaded regex-automata v0.4.14
13002026-06-04T02:16:53.122Z Downloaded bzip2-sys v0.1.13+1.0.8
13012026-06-04T02:16:53.139Z Downloaded jiff v0.2.21
13022026-06-04T02:16:53.153Z Downloaded petgraph v0.6.5
13032026-06-04T02:16:53.164Z Downloaded chrono-tz v0.10.4
13042026-06-04T02:16:53.221Z Downloaded petgraph v0.8.3
13052026-06-04T02:16:53.224Z Downloaded csv v1.4.0
13062026-06-04T02:16:53.225Z Downloaded libz-sys v1.1.24
13072026-06-04T02:16:53.228Z Downloaded sha3 v0.10.8
13082026-06-04T02:16:53.228Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13092026-06-04T02:16:53.262Z Downloaded tokio v1.52.1
13102026-06-04T02:16:53.301Z Downloaded encoding_rs v0.8.35
13112026-06-04T02:16:53.315Z Downloaded ring v0.17.14
13122026-06-04T02:16:53.414Z Downloaded libgit2-sys v0.18.3+1.9.2
13132026-06-04T02:16:53.999Z Downloaded aws-lc-sys v0.40.0
13142026-06-04T02:16:54.247Z Compiling libc v0.2.185
13152026-06-04T02:16:54.247Z Compiling serde v1.0.228
13162026-06-04T02:16:54.250Z Compiling log v0.4.29
13172026-06-04T02:16:54.250Z Compiling shlex v1.3.0
13182026-06-04T02:16:54.399Z Compiling find-msvc-tools v0.1.9
13192026-06-04T02:16:54.405Z Compiling smallvec v1.15.1
13202026-06-04T02:16:54.416Z Compiling syn v2.0.117
13212026-06-04T02:16:54.427Z Compiling typenum v1.19.0
13222026-06-04T02:16:54.573Z Compiling generic-array v0.14.7
13232026-06-04T02:16:54.584Z Compiling subtle v2.6.1
13242026-06-04T02:16:54.610Z Compiling scopeguard v1.2.0
13252026-06-04T02:16:54.673Z Compiling const-oid v0.9.6
13262026-06-04T02:16:54.706Z Compiling lock_api v0.4.14
13272026-06-04T02:16:54.719Z Compiling serde_json v1.0.149
13282026-06-04T02:16:54.752Z Compiling zerocopy v0.8.40
13292026-06-04T02:16:54.819Z Compiling pin-project-lite v0.2.17
13302026-06-04T02:16:54.912Z Compiling portable-atomic v1.13.1
13312026-06-04T02:16:54.928Z Compiling parking_lot_core v0.9.12
13322026-06-04T02:16:55.193Z Compiling pkg-config v0.3.32
13332026-06-04T02:16:55.202Z Compiling getrandom v0.2.17
13342026-06-04T02:16:55.271Z Compiling jobserver v0.1.34
13352026-06-04T02:16:55.366Z Compiling rand_core v0.6.4
13362026-06-04T02:16:55.380Z Compiling errno v0.3.14
13372026-06-04T02:16:55.527Z Compiling cc v1.2.56
13382026-06-04T02:16:55.638Z Compiling signal-hook-registry v1.4.8
13392026-06-04T02:16:55.651Z Compiling bitflags v2.11.0
13402026-06-04T02:16:55.701Z Compiling libm v0.2.16
13412026-06-04T02:16:55.734Z Compiling futures-core v0.3.32
13422026-06-04T02:16:55.874Z Compiling critical-section v1.2.0
13432026-06-04T02:16:55.889Z Compiling parking_lot v0.12.5
13442026-06-04T02:16:55.901Z Compiling mio v1.2.0
13452026-06-04T02:16:55.938Z Compiling num-traits v0.2.19
13462026-06-04T02:16:55.982Z Compiling once_cell v1.21.3
13472026-06-04T02:16:56.037Z Compiling percent-encoding v2.3.2
13482026-06-04T02:16:56.313Z Compiling socket2 v0.6.3
13492026-06-04T02:16:56.341Z Compiling futures-sink v0.3.32
13502026-06-04T02:16:56.354Z Compiling getrandom v0.4.1
13512026-06-04T02:16:56.367Z Compiling slab v0.4.12
13522026-06-04T02:16:56.446Z Compiling futures-channel v0.3.32
13532026-06-04T02:16:56.460Z Compiling cpufeatures v0.2.17
13542026-06-04T02:16:56.536Z Compiling futures-task v0.3.32
13552026-06-04T02:16:56.550Z Compiling futures-io v0.3.32
13562026-06-04T02:16:56.696Z Compiling rand_core v0.10.0
13572026-06-04T02:16:56.723Z Compiling indexmap v2.14.0
13582026-06-04T02:16:56.726Z Compiling getrandom v0.3.4
13592026-06-04T02:16:56.751Z Compiling rustversion v1.0.22
13602026-06-04T02:16:56.754Z Compiling cmake v0.1.57
13612026-06-04T02:16:57.160Z Compiling form_urlencoded v1.2.2
13622026-06-04T02:16:57.180Z Compiling fs_extra v1.3.0
13632026-06-04T02:16:57.253Z Compiling synstructure v0.13.2
13642026-06-04T02:16:57.300Z Compiling dunce v1.0.5
13652026-06-04T02:16:57.397Z Compiling ident_case v1.0.1
13662026-06-04T02:16:57.401Z Compiling base64ct v1.8.3
13672026-06-04T02:16:57.480Z Compiling aws-lc-sys v0.40.0
13682026-06-04T02:16:57.555Z Compiling iana-time-zone v0.1.65
13692026-06-04T02:16:57.746Z Compiling pem-rfc7468 v0.7.0
13702026-06-04T02:16:57.766Z Compiling flagset v0.4.7
13712026-06-04T02:16:57.782Z Compiling regex-syntax v0.8.10
13722026-06-04T02:16:57.827Z Compiling rustix v1.1.3
13732026-06-04T02:16:57.906Z Compiling rand_core v0.9.5
13742026-06-04T02:16:57.910Z Compiling ring v0.17.14
13752026-06-04T02:16:57.957Z Compiling aws-lc-rs v1.16.3
13762026-06-04T02:16:58.061Z Compiling vcpkg v0.2.15
13772026-06-04T02:16:58.200Z Compiling uuid v1.23.0
13782026-06-04T02:16:58.246Z Compiling rustc_version v0.4.1
13792026-06-04T02:16:58.585Z Compiling tracing-core v0.1.36
13802026-06-04T02:16:58.815Z Compiling openssl-sys v0.9.115
13812026-06-04T02:16:58.917Z Compiling base64 v0.22.1
13822026-06-04T02:16:59.058Z Compiling serde_derive v1.0.228
13832026-06-04T02:16:59.158Z Compiling zeroize_derive v1.4.3
13842026-06-04T02:16:59.247Z Compiling zerofrom-derive v0.1.6
13852026-06-04T02:16:59.353Z Compiling yoke-derive v0.8.1
13862026-06-04T02:16:59.615Z Compiling zerovec-derive v0.11.2
13872026-06-04T02:16:59.818Z Compiling zeroize v1.8.2
13882026-06-04T02:17:00.190Z Compiling zerocopy-derive v0.8.40
13892026-06-04T02:17:00.545Z Compiling crypto-common v0.1.7
13902026-06-04T02:17:00.597Z Compiling block-buffer v0.10.4
13912026-06-04T02:17:00.682Z Compiling zerofrom v0.1.6
13922026-06-04T02:17:00.697Z Compiling displaydoc v0.2.5
13932026-06-04T02:17:00.761Z Compiling digest v0.10.7
13942026-06-04T02:17:00.764Z Compiling tokio-macros v2.7.0
13952026-06-04T02:17:00.805Z Compiling yoke v0.8.1
13962026-06-04T02:17:00.986Z Compiling zerovec v0.11.5
13972026-06-04T02:17:01.010Z Compiling futures-macro v0.3.32
13982026-06-04T02:17:01.496Z Compiling tinystr v0.8.2
13992026-06-04T02:17:01.537Z Compiling zerotrie v0.2.3
14002026-06-04T02:17:01.552Z Compiling potential_utf v0.1.4
14012026-06-04T02:17:01.696Z Compiling icu_locale_core v2.1.1
14022026-06-04T02:17:01.713Z Compiling icu_collections v2.1.1
14032026-06-04T02:17:01.837Z Compiling hmac v0.12.1
14042026-06-04T02:17:01.841Z Compiling futures-util v0.3.32
14052026-06-04T02:17:01.992Z Compiling block-padding v0.3.3
14062026-06-04T02:17:02.153Z Compiling inout v0.1.4
14072026-06-04T02:17:02.187Z Compiling sha2 v0.10.9
14082026-06-04T02:17:02.319Z Compiling icu_provider v2.1.1
14092026-06-04T02:17:02.581Z Compiling bytes v1.11.1
14102026-06-04T02:17:02.596Z Compiling icu_properties v2.1.2
14112026-06-04T02:17:02.596Z Compiling icu_normalizer v2.1.1
14122026-06-04T02:17:02.622Z Compiling cipher v0.4.4
14132026-06-04T02:17:02.895Z Compiling der_derive v0.7.3
14142026-06-04T02:17:03.139Z Compiling tokio v1.52.1
14152026-06-04T02:17:03.194Z Compiling http v1.4.0
14162026-06-04T02:17:03.509Z Compiling idna_adapter v1.2.1
14172026-06-04T02:17:03.652Z Compiling idna v1.1.0
14182026-06-04T02:17:03.703Z Compiling chrono v0.4.44
14192026-06-04T02:17:03.838Z Compiling der v0.7.10
14202026-06-04T02:17:04.108Z Compiling url v2.5.8
14212026-06-04T02:17:04.123Z Compiling salsa20 v0.10.2
14222026-06-04T02:17:04.261Z Compiling pbkdf2 v0.12.2
14232026-06-04T02:17:04.298Z Compiling rustls-pki-types v1.14.0
14242026-06-04T02:17:04.378Z Compiling tracing-attributes v0.1.31
14252026-06-04T02:17:04.620Z Compiling ppv-lite86 v0.2.21
14262026-06-04T02:17:04.731Z Compiling spki v0.7.3
14272026-06-04T02:17:04.884Z Compiling thiserror-impl v2.0.18
14282026-06-04T02:17:04.936Z Compiling rand_chacha v0.9.0
14292026-06-04T02:17:04.951Z Compiling scrypt v0.11.0
14302026-06-04T02:17:05.004Z Compiling http-body v1.0.1
14312026-06-04T02:17:05.057Z Compiling cbc v0.1.2
14322026-06-04T02:17:05.153Z Compiling aes v0.8.4
14332026-06-04T02:17:05.214Z Compiling httparse v1.10.1
14342026-06-04T02:17:05.264Z Compiling untrusted v0.9.0
14352026-06-04T02:17:05.386Z Compiling openssl-probe v0.2.1
14362026-06-04T02:17:05.547Z Compiling tinyvec_macros v0.1.1
14372026-06-04T02:17:05.561Z Compiling untrusted v0.7.1
14382026-06-04T02:17:05.624Z Compiling tinyvec v1.10.0
14392026-06-04T02:17:05.674Z Compiling pkcs5 v0.7.1
14402026-06-04T02:17:05.690Z Compiling tracing v0.1.44
14412026-06-04T02:17:05.953Z Compiling pest_generator v2.8.6
14422026-06-04T02:17:05.967Z Compiling rand v0.9.2
14432026-06-04T02:17:06.198Z Compiling serde_derive_internals v0.29.1
14442026-06-04T02:17:06.211Z Compiling thiserror v2.0.18
14452026-06-04T02:17:06.225Z Compiling aho-corasick v1.1.4
14462026-06-04T02:17:06.316Z Compiling try-lock v0.2.5
14472026-06-04T02:17:06.427Z Compiling rustls v0.23.37
14482026-06-04T02:17:06.601Z Compiling tower-layer v0.3.3
14492026-06-04T02:17:06.692Z Compiling dyn-clone v1.0.20
14502026-06-04T02:17:06.771Z Compiling atomic-waker v1.1.2
14512026-06-04T02:17:06.800Z Compiling tower-service v0.3.3
14522026-06-04T02:17:06.829Z Compiling schemars v0.8.22
14532026-06-04T02:17:06.890Z Compiling tokio-util v0.7.18
14542026-06-04T02:17:06.905Z Compiling pest_derive v2.8.6
14552026-06-04T02:17:07.045Z Compiling regex-automata v0.4.14
14562026-06-04T02:17:07.104Z Compiling schemars_derive v0.8.22
14572026-06-04T02:17:07.325Z Compiling want v0.3.1
14582026-06-04T02:17:07.493Z Compiling pkcs8 v0.10.2
14592026-06-04T02:17:07.797Z Compiling h2 v0.4.13
14602026-06-04T02:17:07.827Z Compiling ipnet v2.11.0
14612026-06-04T02:17:07.922Z Compiling scroll_derive v0.13.1
14622026-06-04T02:17:07.937Z Compiling darling_core v0.20.11
14632026-06-04T02:17:08.316Z Compiling pin-utils v0.1.0
14642026-06-04T02:17:08.344Z Compiling httpdate v1.0.3
14652026-06-04T02:17:08.389Z Compiling foreign-types-shared v0.1.1
14662026-06-04T02:17:08.476Z Compiling openssl v0.10.79
14672026-06-04T02:17:08.565Z Compiling tempfile v3.25.0
14682026-06-04T02:17:08.716Z Compiling scroll v0.13.0
14692026-06-04T02:17:08.733Z Compiling foreign-types v0.3.2
14702026-06-04T02:17:08.847Z Compiling unicode-normalization v0.1.25
14712026-06-04T02:17:08.981Z Compiling openssl-macros v0.1.1
14722026-06-04T02:17:09.310Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14732026-06-04T02:17:09.357Z Compiling spin v0.9.8
14742026-06-04T02:17:09.370Z Compiling crc32fast v1.5.0
14752026-06-04T02:17:09.562Z Compiling powerfmt v0.2.0
14762026-06-04T02:17:09.634Z Compiling num-conv v0.2.0
14772026-06-04T02:17:09.693Z Compiling time-core v0.1.8
14782026-06-04T02:17:09.766Z Compiling native-tls v0.2.18
14792026-06-04T02:17:09.769Z Compiling deranged v0.5.8
14802026-06-04T02:17:09.839Z Compiling time-macros v0.2.27
14812026-06-04T02:17:10.190Z Compiling darling_macro v0.20.11
14822026-06-04T02:17:10.657Z Compiling darling v0.20.11
14832026-06-04T02:17:10.733Z Compiling hyper v1.8.1
14842026-06-04T02:17:10.747Z Compiling goblin v0.10.5
14852026-06-04T02:17:10.893Z Compiling rustls-native-certs v0.8.3
14862026-06-04T02:17:11.100Z Compiling sync_wrapper v1.0.2
14872026-06-04T02:17:11.229Z Compiling wait-timeout v0.2.1
14882026-06-04T02:17:11.245Z Compiling num_threads v0.1.7
14892026-06-04T02:17:11.340Z Compiling quick-error v1.2.3
14902026-06-04T02:17:11.449Z Compiling crossbeam-utils v0.8.21
14912026-06-04T02:17:11.491Z Compiling simd-adler32 v0.3.8
14922026-06-04T02:17:11.736Z Compiling siphasher v1.0.2
14932026-06-04T02:17:11.749Z Compiling usdt-impl v0.6.0
14942026-06-04T02:17:11.803Z Compiling syn v1.0.109
14952026-06-04T02:17:11.921Z Compiling hyper-util v0.1.20
14962026-06-04T02:17:11.945Z Compiling bit-vec v0.8.0
14972026-06-04T02:17:12.155Z Compiling bit-set v0.8.0
14982026-06-04T02:17:12.218Z Compiling rusty-fork v0.3.1
14992026-06-04T02:17:12.320Z Compiling time v0.3.47
15002026-06-04T02:17:12.358Z Compiling tower v0.5.3
15012026-06-04T02:17:12.835Z Compiling derive_builder_core v0.20.2
15022026-06-04T02:17:13.043Z Compiling dtrace-parser v0.3.0
15032026-06-04T02:17:13.200Z Compiling http-body-util v0.1.3
15042026-06-04T02:17:13.448Z Compiling webpki-roots v1.0.6
15052026-06-04T02:17:13.571Z Compiling dof v0.4.0
15062026-06-04T02:17:13.660Z Compiling signature v2.2.0
15072026-06-04T02:17:13.704Z Compiling thiserror-impl v1.0.69
15082026-06-04T02:17:13.785Z Compiling scroll_derive v0.12.1
15092026-06-04T02:17:13.841Z Compiling heapless v0.7.17
15102026-06-04T02:17:13.867Z Compiling rand_xorshift v0.4.0
15112026-06-04T02:17:14.030Z Compiling slog v2.8.2
15122026-06-04T02:17:14.074Z Compiling darling_core v0.21.3
15132026-06-04T02:17:14.211Z Compiling bzip2-sys v0.1.13+1.0.8
15142026-06-04T02:17:14.427Z Compiling thread-id v5.1.0
15152026-06-04T02:17:14.480Z Compiling cookie v0.18.1
15162026-06-04T02:17:14.512Z Compiling unarray v0.1.4
15172026-06-04T02:17:14.623Z Compiling anyhow v1.0.102
15182026-06-04T02:17:14.660Z Compiling zstd-safe v7.2.4
15192026-06-04T02:17:14.735Z Compiling unicode-properties v0.1.4
15202026-06-04T02:17:14.855Z Compiling iri-string v0.7.10
15212026-06-04T02:17:14.925Z Compiling signal-hook v0.3.18
15222026-06-04T02:17:14.939Z Compiling paste v1.0.15
15232026-06-04T02:17:14.951Z Compiling unicode-bidi v0.3.18
15242026-06-04T02:17:15.006Z Compiling allocator-api2 v0.2.21
15252026-06-04T02:17:15.094Z Compiling adler2 v2.0.1
15262026-06-04T02:17:15.202Z Compiling ryu v1.0.23
15272026-06-04T02:17:15.271Z Compiling stringprep v0.1.5
15282026-06-04T02:17:15.328Z Compiling serde_urlencoded v0.7.1
15292026-06-04T02:17:15.377Z Compiling miniz_oxide v0.8.9
15302026-06-04T02:17:15.498Z Compiling thiserror v1.0.69
15312026-06-04T02:17:15.648Z Compiling proptest v1.10.0
15322026-06-04T02:17:15.977Z Compiling tower-http v0.6.8
15332026-06-04T02:17:16.341Z Compiling scroll v0.12.0
15342026-06-04T02:17:16.429Z Compiling derive_builder_macro v0.20.2
15352026-06-04T02:17:16.459Z Compiling tokio-native-tls v0.3.1
15362026-06-04T02:17:16.584Z Compiling darling_macro v0.21.3
15372026-06-04T02:17:16.612Z Compiling ipnetwork v0.21.1
15382026-06-04T02:17:16.625Z Compiling bstr v1.12.1
15392026-06-04T02:17:16.884Z Compiling rand_chacha v0.3.1
15402026-06-04T02:17:17.005Z Compiling toml_datetime v0.6.11
15412026-06-04T02:17:17.040Z Compiling serde_spanned v0.6.9
15422026-06-04T02:17:17.060Z Compiling serde_tokenstream v0.2.3
15432026-06-04T02:17:17.191Z Compiling erased-serde v0.3.31
15442026-06-04T02:17:17.271Z Compiling md-5 v0.10.6
15452026-06-04T02:17:17.285Z Compiling zerocopy-derive v0.7.35
15462026-06-04T02:17:17.376Z Compiling async-trait v0.1.89
15472026-06-04T02:17:17.437Z Compiling pin-project-internal v1.1.11
15482026-06-04T02:17:17.680Z Compiling curve25519-dalek v4.1.3
15492026-06-04T02:17:17.702Z Compiling vergen-lib v9.1.0
15502026-06-04T02:17:17.883Z Compiling num-integer v0.1.46
15512026-06-04T02:17:18.014Z Compiling hash32 v0.2.1
15522026-06-04T02:17:18.155Z Compiling ff v0.13.1
15532026-06-04T02:17:18.210Z Compiling memoffset v0.9.1
15542026-06-04T02:17:18.210Z Compiling encoding_rs v0.8.35
15552026-06-04T02:17:18.290Z Compiling zlib-rs v0.6.2
15562026-06-04T02:17:18.402Z Compiling fallible-iterator v0.2.0
15572026-06-04T02:17:18.416Z Compiling rustix v0.38.44
15582026-06-04T02:17:18.551Z Compiling cfg_aliases v0.2.1
15592026-06-04T02:17:18.630Z Compiling ref-cast v1.0.25
15602026-06-04T02:17:18.717Z Compiling num-bigint-dig v0.8.6
15612026-06-04T02:17:18.760Z Compiling smoltcp v0.9.1
15622026-06-04T02:17:18.908Z Compiling mime v0.3.17
15632026-06-04T02:17:18.937Z Compiling base16ct v0.2.0
15642026-06-04T02:17:19.095Z Compiling psl-types v2.0.11
15652026-06-04T02:17:19.114Z Compiling litrs v1.0.0
15662026-06-04T02:17:19.184Z Compiling sec1 v0.7.3
15672026-06-04T02:17:19.220Z Compiling publicsuffix v2.3.0
15682026-06-04T02:17:19.457Z Compiling postgres-protocol v0.6.10
15692026-06-04T02:17:19.551Z Compiling nix v0.31.2
15702026-06-04T02:17:19.632Z Compiling document-features v0.2.12
15712026-06-04T02:17:19.722Z Compiling pin-project v1.1.11
15722026-06-04T02:17:19.916Z Compiling group v0.13.0
15732026-06-04T02:17:20.011Z Compiling zerocopy v0.7.35
15742026-06-04T02:17:20.094Z Compiling num-iter v0.1.45
15752026-06-04T02:17:20.215Z Compiling newtype-uuid v1.3.2
15762026-06-04T02:17:20.397Z Compiling rand v0.8.6
15772026-06-04T02:17:20.466Z Compiling hubpack_derive v0.1.1
15782026-06-04T02:17:20.543Z Compiling darling v0.21.3
15792026-06-04T02:17:20.558Z Compiling derive_builder v0.20.2
15802026-06-04T02:17:20.628Z Compiling oxnet v0.1.4
15812026-06-04T02:17:20.664Z Compiling hyper-tls v0.6.0
15822026-06-04T02:17:20.681Z Compiling goblin v0.8.2
15832026-06-04T02:17:21.281Z Compiling flate2 v1.1.9
15842026-06-04T02:17:21.482Z Compiling phf_shared v0.13.1
15852026-06-04T02:17:21.576Z Compiling lazy_static v1.5.0
15862026-06-04T02:17:21.580Z Compiling regex v1.12.3
15872026-06-04T02:17:21.679Z Compiling futures-executor v0.3.32
15882026-06-04T02:17:21.697Z Compiling hex v0.4.3
15892026-06-04T02:17:21.725Z Compiling hkdf v0.12.4
15902026-06-04T02:17:21.894Z Compiling crypto-bigint v0.5.5
15912026-06-04T02:17:21.945Z Compiling terminal_size v0.4.3
15922026-06-04T02:17:21.967Z Compiling ref-cast-impl v1.0.25
15932026-06-04T02:17:21.980Z Compiling curve25519-dalek-derive v0.1.1
15942026-06-04T02:17:22.033Z Compiling strum_macros v0.27.2
15952026-06-04T02:17:22.083Z Compiling snafu-derive v0.8.9
15962026-06-04T02:17:22.507Z Compiling daft-derive v0.1.7
15972026-06-04T02:17:22.621Z Compiling vergen v9.1.0
15982026-06-04T02:17:22.804Z Compiling fs-err v3.3.0
15992026-06-04T02:17:22.993Z Compiling cargo-platform v0.3.2
16002026-06-04T02:17:23.231Z Compiling ahash v0.8.12
16012026-06-04T02:17:23.269Z Compiling unicode-segmentation v1.12.0
16022026-06-04T02:17:23.434Z Compiling managed v0.8.0
16032026-06-04T02:17:23.653Z Compiling bumpalo v3.20.2
16042026-06-04T02:17:23.666Z Compiling winnow v0.5.40
16052026-06-04T02:17:23.908Z Compiling foldhash v0.2.0
16062026-06-04T02:17:23.981Z Compiling object v0.37.3
16072026-06-04T02:17:23.998Z Compiling libbz2-rs-sys v0.2.2
16082026-06-04T02:17:24.020Z Compiling same-file v1.0.6
16092026-06-04T02:17:24.132Z Compiling bitflags v1.3.2
16102026-06-04T02:17:24.187Z Compiling foldhash v0.1.5
16112026-06-04T02:17:24.223Z Compiling walkdir v2.5.0
16122026-06-04T02:17:24.287Z Compiling hashbrown v0.16.1
16132026-06-04T02:17:24.353Z Compiling hashbrown v0.15.5
16142026-06-04T02:17:24.530Z Compiling bzip2 v0.6.1
16152026-06-04T02:17:24.686Z Compiling strum v0.27.2
16162026-06-04T02:17:24.740Z Compiling snafu v0.8.9
16172026-06-04T02:17:24.817Z Compiling clap_builder v4.5.60
16182026-06-04T02:17:24.876Z Compiling zopfli v0.8.3
16192026-06-04T02:17:24.953Z Compiling toml_edit v0.19.15
16202026-06-04T02:17:25.005Z Compiling daft v0.1.7
16212026-06-04T02:17:25.075Z Compiling cargo_metadata v0.23.1
16222026-06-04T02:17:25.197Z Compiling dof v0.3.0
16232026-06-04T02:17:25.284Z Compiling elliptic-curve v0.13.8
16242026-06-04T02:17:25.789Z Compiling futures v0.3.32
16252026-06-04T02:17:25.873Z Compiling phf v0.13.1
16262026-06-04T02:17:26.034Z Compiling signal-hook-mio v0.2.5
16272026-06-04T02:17:26.187Z Compiling cookie_store v0.22.1
16282026-06-04T02:17:26.701Z Compiling zstd v0.13.3
16292026-06-04T02:17:26.852Z Compiling bzip2 v0.4.4
16302026-06-04T02:17:26.855Z Compiling hubpack v0.1.2
16312026-06-04T02:17:26.970Z Compiling serde_with_macros v3.17.0
16322026-06-04T02:17:27.108Z Compiling postgres-types v0.2.12
16332026-06-04T02:17:27.598Z Compiling usdt-attr-macro v0.6.0
16342026-06-04T02:17:27.661Z Compiling usdt-macro v0.6.0
16352026-06-04T02:17:27.851Z Compiling globset v0.4.18
16362026-06-04T02:17:28.094Z Compiling dtrace-parser v0.2.0
16372026-06-04T02:17:28.274Z Compiling ed25519 v2.2.3
16382026-06-04T02:17:28.394Z Compiling phf_shared v0.11.3
16392026-06-04T02:17:28.394Z Compiling olpc-cjson v0.1.4
16402026-06-04T02:17:28.536Z Compiling pkcs1 v0.7.5
16412026-06-04T02:17:28.555Z Compiling serde_plain v1.0.2
16422026-06-04T02:17:28.588Z Compiling serde-big-array v0.5.1
16432026-06-04T02:17:28.603Z Compiling rfc6979 v0.4.0
16442026-06-04T02:17:28.727Z Compiling pem v3.0.6
16452026-06-04T02:17:28.742Z Compiling clap_derive v4.5.55
16462026-06-04T02:17:28.762Z Compiling strum_macros v0.26.4
16472026-06-04T02:17:28.844Z Compiling enum-as-inner v0.6.1
16482026-06-04T02:17:28.942Z Compiling serde_repr v0.1.20
16492026-06-04T02:17:29.051Z Compiling async-recursion v1.1.1
16502026-06-04T02:17:29.178Z Compiling float-cmp v0.10.0
16512026-06-04T02:17:29.328Z Compiling memmap2 v0.9.10
16522026-06-04T02:17:29.345Z Compiling thread-id v4.2.2
16532026-06-04T02:17:29.434Z Compiling env_filter v1.0.0
16542026-06-04T02:17:29.469Z Compiling precomputed-hash v0.1.1
16552026-06-04T02:17:29.539Z Compiling jiff v0.2.21
16562026-06-04T02:17:29.560Z Compiling static_assertions v1.1.0
16572026-06-04T02:17:29.638Z Compiling either v1.15.0
16582026-06-04T02:17:29.700Z Compiling whoami v2.1.0
16592026-06-04T02:17:29.731Z Compiling new_debug_unreachable v1.0.6
16602026-06-04T02:17:29.806Z Compiling keccak v0.1.6
16612026-06-04T02:17:29.850Z Compiling typed-path v0.9.3
16622026-06-04T02:17:30.082Z Compiling difflib v0.4.0
16632026-06-04T02:17:30.501Z Compiling predicates-core v1.0.10
16642026-06-04T02:17:30.516Z Compiling data-encoding v2.10.0
16652026-06-04T02:17:30.622Z Compiling fixedbitset v0.4.2
16662026-06-04T02:17:30.640Z Compiling normalize-line-endings v0.3.0
16672026-06-04T02:17:30.681Z Compiling fixedbitset v0.5.7
16682026-06-04T02:17:30.737Z Compiling predicates v3.1.4
16692026-06-04T02:17:30.839Z Compiling hickory-proto v0.25.2
16702026-06-04T02:17:30.986Z Compiling petgraph v0.8.3
16712026-06-04T02:17:31.073Z Compiling petgraph v0.6.5
16722026-06-04T02:17:31.251Z Compiling toml_edit v0.22.27
16732026-06-04T02:17:31.447Z Compiling clap v4.5.60
16742026-06-04T02:17:31.532Z Compiling strum v0.26.3
16752026-06-04T02:17:31.619Z Compiling sha3 v0.10.8
16762026-06-04T02:17:31.665Z Compiling tokio-postgres v0.7.16
16772026-06-04T02:17:32.089Z Compiling itertools v0.13.0
16782026-06-04T02:17:32.615Z Compiling zip v4.6.1
16792026-06-04T02:17:32.989Z Compiling string_cache v0.8.9
16802026-06-04T02:17:33.218Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16812026-06-04T02:17:33.332Z Compiling env_logger v0.11.9
16822026-06-04T02:17:33.570Z Compiling usdt v0.6.0
16832026-06-04T02:17:33.689Z Compiling usdt-impl v0.5.0
16842026-06-04T02:17:33.837Z Compiling rsa v0.9.10
16852026-06-04T02:17:33.852Z Compiling ecdsa v0.16.9
16862026-06-04T02:17:33.868Z Compiling ed25519-dalek v2.2.0
16872026-06-04T02:17:33.997Z Compiling serde_with v3.17.0
16882026-06-04T02:17:34.248Z Compiling crossterm v0.28.1
16892026-06-04T02:17:34.527Z Compiling zip v0.6.6
16902026-06-04T02:17:35.519Z Compiling toml v0.7.8
16912026-06-04T02:17:35.556Z Compiling iddqd v0.4.2
16922026-06-04T02:17:35.931Z Compiling toml_parser v1.0.9+spec-1.1.0
16932026-06-04T02:17:35.978Z Compiling heck v0.4.1
16942026-06-04T02:17:36.069Z Compiling similar v2.7.0
16952026-06-04T02:17:36.163Z Compiling crossbeam-epoch v0.9.18
16962026-06-04T02:17:36.242Z Compiling tokio-stream v0.1.18
16972026-06-04T02:17:36.498Z Compiling buf-list v1.1.2
16982026-06-04T02:17:36.568Z Compiling x509-cert v0.2.5
16992026-06-04T02:17:36.716Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17002026-06-04T02:17:36.782Z Compiling openapiv3 v2.2.0
17012026-06-04T02:17:36.886Z Compiling sha1 v0.10.6
17022026-06-04T02:17:36.982Z Compiling peg-runtime v0.8.5
17032026-06-04T02:17:37.027Z Compiling lalrpop-util v0.19.12
17042026-06-04T02:17:37.113Z Compiling thread_local v1.1.9
17052026-06-04T02:17:37.205Z Compiling slog-async v2.8.0
17062026-06-04T02:17:37.222Z Compiling crossbeam-channel v0.5.15
17072026-06-04T02:17:37.262Z Compiling is-terminal v0.4.17
17082026-06-04T02:17:37.357Z Compiling filetime v0.2.27
17092026-06-04T02:17:37.371Z Compiling term v1.2.1
17102026-06-04T02:17:37.522Z Compiling xattr v1.6.1
17112026-06-04T02:17:37.535Z Compiling take_mut v0.2.2
17122026-06-04T02:17:37.645Z Compiling tar v0.4.45
17132026-06-04T02:17:37.662Z Compiling slog-term v2.9.2
17142026-06-04T02:17:47.805Z Compiling rustls-webpki v0.103.9
17152026-06-04T02:17:50.562Z Compiling tokio-rustls v0.26.4
17162026-06-04T02:17:50.562Z Compiling rustls-platform-verifier v0.6.2
17172026-06-04T02:17:50.769Z Compiling hyper-rustls v0.27.7
17182026-06-04T02:17:50.970Z Compiling reqwest v0.12.28
17192026-06-04T02:17:50.970Z Compiling reqwest v0.13.2
17202026-06-04T02:17:52.255Z Compiling tough v0.22.0
17212026-06-04T02:17:54.819Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17222026-06-04T02:17:55.030Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17232026-06-04T02:17:57.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
17242026-06-04T02:17:58.073Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17252026-06-04T02:17:58.129ZJun 04 02:17:56.409 INFO Starting download, target: Cockroach
17262026-06-04T02:17:58.129ZJun 04 02:17:56.410 INFO Starting download, target: Clickhouse
17272026-06-04T02:17:58.129ZJun 04 02:17:56.410 INFO Starting download, target: Console
17282026-06-04T02:17:58.129ZJun 04 02:17:56.410 INFO Starting download, target: DendriteStub
17292026-06-04T02:17:58.129ZJun 04 02:17:56.410 INFO Starting download, target: MaghemiteMgd
17302026-06-04T02:17:58.129ZJun 04 02:17:56.410 INFO Starting download, target: TransceiverControl
17312026-06-04T02:17:58.129ZJun 04 02:17:56.410 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17322026-06-04T02:17:58.132ZJun 04 02:17:56.410 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17332026-06-04T02:17:58.132ZJun 04 02:17:56.410 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17342026-06-04T02:17:58.133ZJun 04 02:17:56.410 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17352026-06-04T02:17:58.133ZJun 04 02:17:56.410 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17362026-06-04T02:17:58.133ZJun 04 02:17:56.410 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17372026-06-04T02:17:58.644ZJun 04 02:17:56.923 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17382026-06-04T02:17:58.876ZJun 04 02:17:57.135 INFO Download complete, target: TransceiverControl
17392026-06-04T02:17:59.049ZJun 04 02:17:57.296 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17402026-06-04T02:17:59.267ZJun 04 02:17:57.535 INFO Download complete, target: Console
17412026-06-04T02:18:00.216ZJun 04 02:17:58.458 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17422026-06-04T02:18:00.313ZJun 04 02:17:58.594 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17432026-06-04T02:18:00.839ZJun 04 02:17:59.037 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17442026-06-04T02:18:01.422ZJun 04 02:17:59.689 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17452026-06-04T02:18:01.422ZJun 04 02:17:59.689 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17462026-06-04T02:18:02.810ZJun 04 02:18:01.061 INFO Download complete, target: DendriteStub
17472026-06-04T02:18:03.196ZJun 04 02:18:01.467 INFO Download complete, target: MaghemiteMgd
17482026-06-04T02:18:06.112ZJun 04 02:18:04.393 INFO Checking that binary works, target: Cockroach
17492026-06-04T02:18:06.229ZJun 04 02:18:04.511 INFO Download complete, target: Cockroach
17502026-06-04T02:18:06.979ZJun 04 02:18:05.257 INFO Checking that binary works, target: Clickhouse
17512026-06-04T02:18:07.080ZJun 04 02:18:05.361 INFO Download complete, target: Clickhouse
17522026-06-04T02:18:07.099ZAll builder prerequisites installed successfully, and PATH looks valid
17532026-06-04T02:18:07.103Z
17542026-06-04T02:18:07.103Zreal 2:18.085669392
17552026-06-04T02:18:07.103Zuser 6:59.825741672
17562026-06-04T02:18:07.103Zsys 1:23.578475550
17572026-06-04T02:18:07.103Ztrap 0.231003942
17582026-06-04T02:18:07.103Ztflt 0.679783751
17592026-06-04T02:18:07.103Zdflt 0.539803954
17602026-06-04T02:18:07.103Zkflt 0.037868355
17612026-06-04T02:18:07.103Zlock 21:58.865566700
17622026-06-04T02:18:07.103Zslp 21:31.127198402
17632026-06-04T02:18:07.103Zlat 43.838574381
17642026-06-04T02:18:07.103Zstop 1:57.380591460
17652026-06-04T02:18:07.103Z+ banner hack-check
17662026-06-04T02:18:07.103Z
17672026-06-04T02:18:07.103Z # # ## #### # # #### # # ###### #### # #
17682026-06-04T02:18:07.103Z # # # # # # # # # # # # # # # # #
17692026-06-04T02:18:07.103Z ###### # # # #### ##### # ###### ##### # ####
17702026-06-04T02:18:07.103Z # # ###### # # # # # # # # # #
17712026-06-04T02:18:07.103Z # # # # # # # # # # # # # # # # #
17722026-06-04T02:18:07.103Z # # # # #### # # #### # # ###### #### # #
17732026-06-04T02:18:07.103Z
17742026-06-04T02:18:07.103Z+ export CARGO_INCREMENTAL=0
17752026-06-04T02:18:07.103Z+ CARGO_INCREMENTAL=0
17762026-06-04T02:18:07.104Z+ ptime -m timeout 2h cargo xtask check-features --ci
17772026-06-04T02:18:07.629Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17782026-06-04T02:18:07.850Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17792026-06-04T02:18:09.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.62s
17802026-06-04T02:18:09.817Z Running `target/debug/xtask check-features --ci`
17812026-06-04T02:18:09.843Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17822026-06-04T02:18:09.847Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17832026-06-04T02:18:10.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
17842026-06-04T02:18:10.359Z Running `target/debug/xtask download cargo-hack`
17852026-06-04T02:18:11.147Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17862026-06-04T02:18:11.465Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17872026-06-04T02:18:13.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.59s
17882026-06-04T02:18:14.145Z Running `target/debug/xtask-downloader cargo-hack`
17892026-06-04T02:18:14.185ZJun 04 02:18:12.466 INFO Starting download, target: CargoHack
17902026-06-04T02:18:14.188ZJun 04 02:18:12.467 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17912026-06-04T02:18:14.643ZJun 04 02:18:12.924 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17922026-06-04T02:18:14.693ZJun 04 02:18:12.975 INFO Download complete, target: CargoHack
17932026-06-04T02:18:14.699Zrunning: "/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"
17942026-06-04T02:18:14.709Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17952026-06-04T02:18:14.864Zinfo: running `cargo check --bins` on api_identity (1/295)
17962026-06-04T02:18:15.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17972026-06-04T02:18:15.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17982026-06-04T02:18:15.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17992026-06-04T02:18:15.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18002026-06-04T02:18:15.444Z
18012026-06-04T02:18:15.444Zinfo: running `cargo check --bins` on bootstore (2/295)
18022026-06-04T02:18:15.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18032026-06-04T02:18:15.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18042026-06-04T02:18:15.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18052026-06-04T02:18:15.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18062026-06-04T02:18:16.022Z
18072026-06-04T02:18:16.022Zinfo: running `cargo check --bins` on omicron-ledger (3/295)
18082026-06-04T02:18:16.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18092026-06-04T02:18:16.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18102026-06-04T02:18:16.522Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18112026-06-04T02:18:16.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18122026-06-04T02:18:16.599Z
18132026-06-04T02:18:16.599Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/295)
18142026-06-04T02:18:17.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18152026-06-04T02:18:17.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18162026-06-04T02:18:17.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18172026-06-04T02:18:17.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18182026-06-04T02:18:17.180Z
18192026-06-04T02:18:17.180Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/295)
18202026-06-04T02:18:17.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18212026-06-04T02:18:17.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18222026-06-04T02:18:17.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18232026-06-04T02:18:17.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18242026-06-04T02:18:17.764Z
18252026-06-04T02:18:17.764Zinfo: running `cargo check --bins` on omicron-certificates (6/295)
18262026-06-04T02:18:18.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18272026-06-04T02:18:18.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18282026-06-04T02:18:18.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18292026-06-04T02:18:18.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18302026-06-04T02:18:18.356Z
18312026-06-04T02:18:18.356Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/295)
18322026-06-04T02:18:18.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18332026-06-04T02:18:18.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18342026-06-04T02:18:18.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18352026-06-04T02:18:18.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18362026-06-04T02:18:18.957Z
18372026-06-04T02:18:18.957Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/295)
18382026-06-04T02:18:19.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18392026-06-04T02:18:19.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18402026-06-04T02:18:19.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18412026-06-04T02:18:19.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18422026-06-04T02:18:19.548Z
18432026-06-04T02:18:19.548Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/295)
18442026-06-04T02:18:19.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18452026-06-04T02:18:19.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18462026-06-04T02:18:19.958Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18472026-06-04T02:18:19.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18482026-06-04T02:18:20.012Z
18492026-06-04T02:18:20.012Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/295)
18502026-06-04T02:18:20.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18512026-06-04T02:18:20.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18522026-06-04T02:18:20.431Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18532026-06-04T02:18:20.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18542026-06-04T02:18:20.479Z
18552026-06-04T02:18:20.480Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/295)
18562026-06-04T02:18:20.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18572026-06-04T02:18:20.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18582026-06-04T02:18:20.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18592026-06-04T02:18:20.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18602026-06-04T02:18:20.950Z
18612026-06-04T02:18:20.950Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/295)
18622026-06-04T02:18:21.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18632026-06-04T02:18:21.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18642026-06-04T02:18:21.373Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18652026-06-04T02:18:21.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18662026-06-04T02:18:21.412Z
18672026-06-04T02:18:21.412Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/295)
18682026-06-04T02:18:21.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18692026-06-04T02:18:21.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18702026-06-04T02:18:21.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18712026-06-04T02:18:21.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18722026-06-04T02:18:21.888Z
18732026-06-04T02:18:21.888Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/295)
18742026-06-04T02:18:22.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18752026-06-04T02:18:22.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18762026-06-04T02:18:22.283Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18772026-06-04T02:18:22.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18782026-06-04T02:18:22.343Z
18792026-06-04T02:18:22.343Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/295)
18802026-06-04T02:18:22.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18812026-06-04T02:18:22.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18822026-06-04T02:18:22.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18832026-06-04T02:18:22.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18842026-06-04T02:18:22.806Z
18852026-06-04T02:18:22.806Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/295)
18862026-06-04T02:18:23.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18872026-06-04T02:18:23.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18882026-06-04T02:18:23.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18892026-06-04T02:18:23.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18902026-06-04T02:18:23.271Z
18912026-06-04T02:18:23.271Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/295)
18922026-06-04T02:18:23.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18932026-06-04T02:18:23.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18942026-06-04T02:18:23.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18952026-06-04T02:18:23.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18962026-06-04T02:18:23.735Z
18972026-06-04T02:18:23.735Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/295)
18982026-06-04T02:18:24.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18992026-06-04T02:18:24.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19002026-06-04T02:18:24.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19012026-06-04T02:18:24.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19022026-06-04T02:18:24.203Z
19032026-06-04T02:18:24.203Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/295)
19042026-06-04T02:18:24.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19052026-06-04T02:18:24.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19062026-06-04T02:18:24.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19072026-06-04T02:18:24.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19082026-06-04T02:18:24.677Z
19092026-06-04T02:18:24.677Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/295)
19102026-06-04T02:18:25.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19112026-06-04T02:18:25.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19122026-06-04T02:18:25.087Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19132026-06-04T02:18:25.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19142026-06-04T02:18:25.136Z
19152026-06-04T02:18:25.136Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/295)
19162026-06-04T02:18:25.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19172026-06-04T02:18:25.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19182026-06-04T02:18:25.546Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19192026-06-04T02:18:25.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19202026-06-04T02:18:25.606Z
19212026-06-04T02:18:25.606Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/295)
19222026-06-04T02:18:26.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19232026-06-04T02:18:26.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19242026-06-04T02:18:26.016Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19252026-06-04T02:18:26.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19262026-06-04T02:18:26.066Z
19272026-06-04T02:18:26.066Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/295)
19282026-06-04T02:18:26.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19292026-06-04T02:18:26.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19302026-06-04T02:18:26.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19312026-06-04T02:18:26.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19322026-06-04T02:18:26.528Z
19332026-06-04T02:18:26.528Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/295)
19342026-06-04T02:18:26.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19352026-06-04T02:18:26.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19362026-06-04T02:18:26.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19372026-06-04T02:18:26.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19382026-06-04T02:18:26.988Z
19392026-06-04T02:18:26.989Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/295)
19402026-06-04T02:18:27.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19412026-06-04T02:18:27.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19422026-06-04T02:18:27.396Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19432026-06-04T02:18:27.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19442026-06-04T02:18:27.450Z
19452026-06-04T02:18:27.450Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/295)
19462026-06-04T02:18:27.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19472026-06-04T02:18:27.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19482026-06-04T02:18:27.857Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19492026-06-04T02:18:27.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19502026-06-04T02:18:27.912Z
19512026-06-04T02:18:27.912Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/295)
19522026-06-04T02:18:28.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19532026-06-04T02:18:28.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19542026-06-04T02:18:28.318Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19552026-06-04T02:18:28.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19562026-06-04T02:18:28.373Z
19572026-06-04T02:18:28.373Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/295)
19582026-06-04T02:18:28.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19592026-06-04T02:18:28.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19602026-06-04T02:18:28.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19612026-06-04T02:18:28.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19622026-06-04T02:18:28.833Z
19632026-06-04T02:18:28.833Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/295)
19642026-06-04T02:18:29.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19652026-06-04T02:18:29.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19662026-06-04T02:18:29.238Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19672026-06-04T02:18:29.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19682026-06-04T02:18:29.293Z
19692026-06-04T02:18:29.293Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/295)
19702026-06-04T02:18:29.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19712026-06-04T02:18:29.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19722026-06-04T02:18:29.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19732026-06-04T02:18:29.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19742026-06-04T02:18:29.761Z
19752026-06-04T02:18:29.761Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/295)
19762026-06-04T02:18:30.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19772026-06-04T02:18:30.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19782026-06-04T02:18:30.173Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19792026-06-04T02:18:30.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19802026-06-04T02:18:30.231Z
19812026-06-04T02:18:30.231Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/295)
19822026-06-04T02:18:30.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19832026-06-04T02:18:30.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19842026-06-04T02:18:30.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19852026-06-04T02:18:30.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19862026-06-04T02:18:30.697Z
19872026-06-04T02:18:30.697Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/295)
19882026-06-04T02:18:31.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19892026-06-04T02:18:31.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19902026-06-04T02:18:31.112Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19912026-06-04T02:18:31.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19922026-06-04T02:18:31.170Z
19932026-06-04T02:18:31.170Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/295)
19942026-06-04T02:18:31.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19952026-06-04T02:18:31.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19962026-06-04T02:18:31.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19972026-06-04T02:18:31.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19982026-06-04T02:18:31.645Z
19992026-06-04T02:18:31.645Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/295)
20002026-06-04T02:18:32.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20012026-06-04T02:18:32.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20022026-06-04T02:18:32.058Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20032026-06-04T02:18:32.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20042026-06-04T02:18:32.113Z
20052026-06-04T02:18:32.113Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/295)
20062026-06-04T02:18:32.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20072026-06-04T02:18:32.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20082026-06-04T02:18:32.525Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20092026-06-04T02:18:32.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20102026-06-04T02:18:32.583Z
20112026-06-04T02:18:32.583Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/295)
20122026-06-04T02:18:32.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20132026-06-04T02:18:32.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20142026-06-04T02:18:32.995Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20152026-06-04T02:18:32.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20162026-06-04T02:18:33.049Z
20172026-06-04T02:18:33.049Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/295)
20182026-06-04T02:18:33.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20192026-06-04T02:18:33.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20202026-06-04T02:18:33.458Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20212026-06-04T02:18:33.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20222026-06-04T02:18:33.515Z
20232026-06-04T02:18:33.515Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/295)
20242026-06-04T02:18:33.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20252026-06-04T02:18:33.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20262026-06-04T02:18:33.929Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20272026-06-04T02:18:33.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20282026-06-04T02:18:33.986Z
20292026-06-04T02:18:33.986Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/295)
20302026-06-04T02:18:34.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20312026-06-04T02:18:34.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20322026-06-04T02:18:34.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20332026-06-04T02:18:34.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20342026-06-04T02:18:34.452Z
20352026-06-04T02:18:34.452Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/295)
20362026-06-04T02:18:34.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20372026-06-04T02:18:34.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20382026-06-04T02:18:34.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20392026-06-04T02:18:34.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20402026-06-04T02:18:34.915Z
20412026-06-04T02:18:34.915Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/295)
20422026-06-04T02:18:35.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20432026-06-04T02:18:35.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20442026-06-04T02:18:35.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20452026-06-04T02:18:35.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20462026-06-04T02:18:35.377Z
20472026-06-04T02:18:35.377Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/295)
20482026-06-04T02:18:35.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20492026-06-04T02:18:35.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20502026-06-04T02:18:35.783Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20512026-06-04T02:18:35.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20522026-06-04T02:18:35.837Z
20532026-06-04T02:18:35.838Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/295)
20542026-06-04T02:18:36.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20552026-06-04T02:18:36.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20562026-06-04T02:18:36.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20572026-06-04T02:18:36.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20582026-06-04T02:18:36.296Z
20592026-06-04T02:18:36.296Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/295)
20602026-06-04T02:18:36.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20612026-06-04T02:18:36.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20622026-06-04T02:18:36.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20632026-06-04T02:18:36.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20642026-06-04T02:18:36.754Z
20652026-06-04T02:18:36.754Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/295)
20662026-06-04T02:18:37.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20672026-06-04T02:18:37.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20682026-06-04T02:18:37.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20692026-06-04T02:18:37.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20702026-06-04T02:18:37.218Z
20712026-06-04T02:18:37.218Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/295)
20722026-06-04T02:18:37.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20732026-06-04T02:18:37.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20742026-06-04T02:18:37.624Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20752026-06-04T02:18:37.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20762026-06-04T02:18:37.679Z
20772026-06-04T02:18:37.679Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/295)
20782026-06-04T02:18:38.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20792026-06-04T02:18:38.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20802026-06-04T02:18:38.084Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20812026-06-04T02:18:38.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20822026-06-04T02:18:38.136Z
20832026-06-04T02:18:38.136Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/295)
20842026-06-04T02:18:38.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20852026-06-04T02:18:38.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20862026-06-04T02:18:38.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20872026-06-04T02:18:38.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20882026-06-04T02:18:38.754Z
20892026-06-04T02:18:38.754Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/295)
20902026-06-04T02:18:39.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20912026-06-04T02:18:39.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20922026-06-04T02:18:39.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20932026-06-04T02:18:39.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20942026-06-04T02:18:39.379Z
20952026-06-04T02:18:39.379Zinfo: running `cargo check --bins` on nexus-config (51/295)
20962026-06-04T02:18:39.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20972026-06-04T02:18:39.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20982026-06-04T02:18:39.924Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20992026-06-04T02:18:39.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21002026-06-04T02:18:40.019Z
21012026-06-04T02:18:40.019Zinfo: running `cargo check --bins` on nexus-types (52/295)
21022026-06-04T02:18:40.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21032026-06-04T02:18:40.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21042026-06-04T02:18:40.554Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21052026-06-04T02:18:40.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21062026-06-04T02:18:40.651Z
21072026-06-04T02:18:40.651Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/295)
21082026-06-04T02:18:41.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21092026-06-04T02:18:41.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21102026-06-04T02:18:41.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21112026-06-04T02:18:41.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21122026-06-04T02:18:41.260Z
21132026-06-04T02:18:41.260Zinfo: running `cargo check --bins` on omicron-passwords (54/295)
21142026-06-04T02:18:41.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21152026-06-04T02:18:41.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21162026-06-04T02:18:41.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21172026-06-04T02:18:41.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21182026-06-04T02:18:41.843Z
21192026-06-04T02:18:41.843Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/295)
21202026-06-04T02:18:42.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21212026-06-04T02:18:42.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21222026-06-04T02:18:42.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21232026-06-04T02:18:42.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21242026-06-04T02:18:42.445Z
21252026-06-04T02:18:42.445Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/295)
21262026-06-04T02:18:42.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21272026-06-04T02:18:42.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21282026-06-04T02:18:42.960Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21292026-06-04T02:18:42.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21302026-06-04T02:18:43.048Z
21312026-06-04T02:18:43.048Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/295)
21322026-06-04T02:18:43.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21332026-06-04T02:18:43.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21342026-06-04T02:18:43.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21352026-06-04T02:18:43.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21362026-06-04T02:18:43.646Z
21372026-06-04T02:18:43.646Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/295)
21382026-06-04T02:18:44.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21392026-06-04T02:18:44.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21402026-06-04T02:18:44.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21412026-06-04T02:18:44.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21422026-06-04T02:18:44.253Z
21432026-06-04T02:18:44.253Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/295)
21442026-06-04T02:18:44.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21452026-06-04T02:18:44.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21462026-06-04T02:18:44.759Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21472026-06-04T02:18:44.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21482026-06-04T02:18:44.846Z
21492026-06-04T02:18:44.846Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/295)
21502026-06-04T02:18:45.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21512026-06-04T02:18:45.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21522026-06-04T02:18:45.341Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21532026-06-04T02:18:45.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21542026-06-04T02:18:45.428Z
21552026-06-04T02:18:45.429Zinfo: running `cargo check --bins --no-default-features` on gfss (61/295)
21562026-06-04T02:18:45.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21572026-06-04T02:18:45.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21582026-06-04T02:18:45.928Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21592026-06-04T02:18:45.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21602026-06-04T02:18:46.009Z
21612026-06-04T02:18:46.009Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/295)
21622026-06-04T02:18:46.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21632026-06-04T02:18:46.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21642026-06-04T02:18:46.507Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21652026-06-04T02:18:46.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21662026-06-04T02:18:46.592Z
21672026-06-04T02:18:46.592Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/295)
21682026-06-04T02:18:47.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21692026-06-04T02:18:47.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21702026-06-04T02:18:47.103Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21712026-06-04T02:18:47.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21722026-06-04T02:18:47.192Z
21732026-06-04T02:18:47.192Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/295)
21742026-06-04T02:18:47.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21752026-06-04T02:18:47.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21762026-06-04T02:18:47.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21772026-06-04T02:18:47.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21782026-06-04T02:18:47.797Z
21792026-06-04T02:18:47.797Zinfo: running `cargo check --bins` on cockroach-admin-types (65/295)
21802026-06-04T02:18:48.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21812026-06-04T02:18:48.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21822026-06-04T02:18:48.295Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21832026-06-04T02:18:48.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21842026-06-04T02:18:48.381Z
21852026-06-04T02:18:48.382Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/295)
21862026-06-04T02:18:48.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21872026-06-04T02:18:48.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21882026-06-04T02:18:48.883Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21892026-06-04T02:18:48.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21902026-06-04T02:18:48.968Z
21912026-06-04T02:18:48.968Zinfo: running `cargo check --bins` on ereport-types (67/295)
21922026-06-04T02:18:49.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21932026-06-04T02:18:49.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21942026-06-04T02:18:49.472Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21952026-06-04T02:18:49.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21962026-06-04T02:18:49.559Z
21972026-06-04T02:18:49.559Zinfo: running `cargo check --bins` on gateway-client (68/295)
21982026-06-04T02:18:50.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21992026-06-04T02:18:50.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22002026-06-04T02:18:50.063Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22012026-06-04T02:18:50.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22022026-06-04T02:18:50.149Z
22032026-06-04T02:18:50.150Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/295)
22042026-06-04T02:18:50.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22052026-06-04T02:18:50.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22062026-06-04T02:18:50.650Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22072026-06-04T02:18:50.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22082026-06-04T02:18:50.737Z
22092026-06-04T02:18:50.737Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/295)
22102026-06-04T02:18:51.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22112026-06-04T02:18:51.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22122026-06-04T02:18:51.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22132026-06-04T02:18:51.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22142026-06-04T02:18:51.329Z
22152026-06-04T02:18:51.329Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/295)
22162026-06-04T02:18:51.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22172026-06-04T02:18:51.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22182026-06-04T02:18:51.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22192026-06-04T02:18:51.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22202026-06-04T02:18:51.924Z
22212026-06-04T02:18:51.924Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/295)
22222026-06-04T02:18:52.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22232026-06-04T02:18:52.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22242026-06-04T02:18:52.423Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22252026-06-04T02:18:52.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22262026-06-04T02:18:52.514Z
22272026-06-04T02:18:52.514Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/295)
22282026-06-04T02:18:53.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22292026-06-04T02:18:53.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22302026-06-04T02:18:53.032Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22312026-06-04T02:18:53.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22322026-06-04T02:18:53.127Z
22332026-06-04T02:18:53.127Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/295)
22342026-06-04T02:18:53.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22352026-06-04T02:18:53.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22362026-06-04T02:18:53.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22372026-06-04T02:18:53.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22382026-06-04T02:18:53.740Z
22392026-06-04T02:18:53.740Zinfo: running `cargo check --bins` on key-manager-types (75/295)
22402026-06-04T02:18:54.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22412026-06-04T02:18:54.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22422026-06-04T02:18:54.241Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22432026-06-04T02:18:54.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22442026-06-04T02:18:54.327Z
22452026-06-04T02:18:54.327Zinfo: running `cargo check --bins` on oxlog (76/295)
22462026-06-04T02:18:54.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22472026-06-04T02:18:54.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22482026-06-04T02:18:54.935Z Checking cfg-if v1.0.4
22492026-06-04T02:18:55.000Z Checking libc v0.2.185
22502026-06-04T02:18:55.000Z Checking serde_core v1.0.228
22512026-06-04T02:18:55.054Z Checking zeroize v1.8.2
22522026-06-04T02:18:55.062Z Checking memchr v2.8.0
22532026-06-04T02:18:55.071Z Checking log v0.4.29
22542026-06-04T02:18:55.074Z Checking smallvec v1.15.1
22552026-06-04T02:18:55.092Z Checking typenum v1.19.0
22562026-06-04T02:18:55.095Z Checking subtle v2.6.1
22572026-06-04T02:18:55.197Z Checking itoa v1.0.17
22582026-06-04T02:18:55.228Z Checking scopeguard v1.2.0
22592026-06-04T02:18:55.247Z Checking stable_deref_trait v1.2.1
22602026-06-04T02:18:55.259Z Checking const-oid v0.9.6
22612026-06-04T02:18:55.320Z Checking zerofrom v0.1.6
22622026-06-04T02:18:55.337Z Checking lock_api v0.4.14
22632026-06-04T02:18:55.345Z Checking pin-project-lite v0.2.17
22642026-06-04T02:18:55.429Z Checking yoke v0.8.1
22652026-06-04T02:18:55.442Z Checking getrandom v0.2.17
22662026-06-04T02:18:55.445Z Checking errno v0.3.14
22672026-06-04T02:18:55.462Z Checking parking_lot_core v0.9.12
22682026-06-04T02:18:55.524Z Checking portable-atomic v1.13.1
22692026-06-04T02:18:55.554Z Checking signal-hook-registry v1.4.8
22702026-06-04T02:18:55.588Z Checking zerovec v0.11.5
22712026-06-04T02:18:55.592Z Checking rand_core v0.6.4
22722026-06-04T02:18:55.614Z Checking generic-array v0.14.7
22732026-06-04T02:18:55.641Z Checking futures-core v0.3.32
22742026-06-04T02:18:55.710Z Checking critical-section v1.2.0
22752026-06-04T02:18:55.760Z Checking parking_lot v0.12.5
22762026-06-04T02:18:55.772Z Checking mio v1.2.0
22772026-06-04T02:18:56.809Z Checking zerocopy v0.8.40
22782026-06-04T02:18:56.813Z Checking once_cell v1.21.3
22792026-06-04T02:18:56.813Z Checking zmij v1.0.21
22802026-06-04T02:18:56.813Z Checking socket2 v0.6.3
22812026-06-04T02:18:56.813Z Checking tinystr v0.8.2
22822026-06-04T02:18:56.813Z Checking libm v0.2.16
22832026-06-04T02:18:56.813Z Checking crypto-common v0.1.7
22842026-06-04T02:18:56.813Z Checking block-buffer v0.10.4
22852026-06-04T02:18:56.813Z Checking equivalent v1.0.2
22862026-06-04T02:18:56.813Z Checking writeable v0.6.2
22872026-06-04T02:18:56.813Z Checking percent-encoding v2.3.2
22882026-06-04T02:18:56.813Z Checking litemap v0.8.1
22892026-06-04T02:18:56.813Z Checking potential_utf v0.1.4
22902026-06-04T02:18:56.813Z Checking digest v0.10.7
22912026-06-04T02:18:56.813Z Checking zerotrie v0.2.3
22922026-06-04T02:18:56.814Z Checking futures-sink v0.3.32
22932026-06-04T02:18:56.814Z Checking icu_collections v2.1.1
22942026-06-04T02:18:56.814Z Checking icu_locale_core v2.1.1
22952026-06-04T02:18:56.814Z Checking futures-channel v0.3.32
22962026-06-04T02:18:56.814Z Checking cpufeatures v0.2.17
22972026-06-04T02:18:56.814Z Checking futures-io v0.3.32
22982026-06-04T02:18:56.814Z Checking serde v1.0.228
22992026-06-04T02:18:56.814Z Checking bitflags v2.11.0
23002026-06-04T02:18:56.814Z Checking serde_json v1.0.149
23012026-06-04T02:18:56.814Z Checking slab v0.4.12
23022026-06-04T02:18:56.814Z Checking futures-task v0.3.32
23032026-06-04T02:18:56.814Z Checking hmac v0.12.1
23042026-06-04T02:18:56.814Z Checking num-traits v0.2.19
23052026-06-04T02:18:56.814Z Checking icu_properties_data v2.1.2
23062026-06-04T02:18:56.814Z Checking futures-util v0.3.32
23072026-06-04T02:18:56.886Z Checking icu_normalizer_data v2.1.1
23082026-06-04T02:18:56.901Z Checking bytes v1.11.1
23092026-06-04T02:18:56.914Z Checking icu_provider v2.1.1
23102026-06-04T02:18:56.914Z Checking hashbrown v0.17.0
23112026-06-04T02:18:56.958Z Checking rand_core v0.10.0
23122026-06-04T02:18:57.097Z Checking getrandom v0.4.1
23132026-06-04T02:18:57.144Z Checking icu_normalizer v2.1.1
23142026-06-04T02:18:57.241Z Checking icu_properties v2.1.2
23152026-06-04T02:18:57.272Z Checking block-padding v0.3.3
23162026-06-04T02:18:57.287Z Checking utf8_iter v1.0.4
23172026-06-04T02:18:57.328Z Checking tokio v1.52.1
23182026-06-04T02:18:57.381Z Checking indexmap v2.14.0
23192026-06-04T02:18:57.401Z Checking inout v0.1.4
23202026-06-04T02:18:57.414Z Checking sha2 v0.10.9
23212026-06-04T02:18:57.445Z Checking form_urlencoded v1.2.2
23222026-06-04T02:18:57.538Z Checking cipher v0.4.4
23232026-06-04T02:18:57.570Z Checking getrandom v0.3.4
23242026-06-04T02:18:57.678Z Checking base64ct v1.8.3
23252026-06-04T02:18:57.716Z Checking fnv v1.0.7
23262026-06-04T02:18:57.744Z Checking byteorder v1.5.0
23272026-06-04T02:18:57.810Z Checking flagset v0.4.7
23282026-06-04T02:18:57.913Z Checking pem-rfc7468 v0.7.0
23292026-06-04T02:18:57.926Z Checking rand_core v0.9.5
23302026-06-04T02:18:57.939Z Checking http v1.4.0
23312026-06-04T02:18:57.950Z Checking regex-syntax v0.8.10
23322026-06-04T02:18:58.057Z Checking idna_adapter v1.2.1
23332026-06-04T02:18:58.068Z Checking der v0.7.10
23342026-06-04T02:18:58.096Z Checking salsa20 v0.10.2
23352026-06-04T02:18:58.175Z Checking idna v1.1.0
23362026-06-04T02:18:58.239Z Checking uuid v1.23.0
23372026-06-04T02:18:58.426Z Checking url v2.5.8
23382026-06-04T02:18:58.502Z Checking pbkdf2 v0.12.2
23392026-06-04T02:18:58.556Z Checking rustix v1.1.3
23402026-06-04T02:18:58.566Z Checking ppv-lite86 v0.2.21
23412026-06-04T02:18:58.611Z Checking tracing-core v0.1.36
23422026-06-04T02:18:58.708Z Checking rustls-pki-types v1.14.0
23432026-06-04T02:18:58.821Z Checking spki v0.7.3
23442026-06-04T02:18:58.856Z Checking iana-time-zone v0.1.65
23452026-06-04T02:18:58.869Z Checking base64 v0.22.1
23462026-06-04T02:18:58.915Z Checking tracing v0.1.44
23472026-06-04T02:18:58.961Z Checking chrono v0.4.44
23482026-06-04T02:18:58.981Z Checking rand_chacha v0.9.0
23492026-06-04T02:18:58.994Z Checking scrypt v0.11.0
23502026-06-04T02:18:59.099Z Checking http-body v1.0.1
23512026-06-04T02:18:59.119Z Checking aes v0.8.4
23522026-06-04T02:18:59.132Z Checking cbc v0.1.2
23532026-06-04T02:18:59.178Z Checking aws-lc-sys v0.40.0
23542026-06-04T02:18:59.231Z Checking untrusted v0.9.0
23552026-06-04T02:18:59.254Z Checking tinyvec_macros v0.1.1
23562026-06-04T02:18:59.266Z Checking openssl-probe v0.2.1
23572026-06-04T02:18:59.322Z Checking untrusted v0.7.1
23582026-06-04T02:18:59.337Z Checking ring v0.17.14
23592026-06-04T02:18:59.369Z Checking tinyvec v1.10.0
23602026-06-04T02:18:59.385Z Checking rand v0.9.2
23612026-06-04T02:18:59.431Z Checking tower-service v0.3.3
23622026-06-04T02:18:59.500Z Checking pkcs5 v0.7.1
23632026-06-04T02:18:59.519Z Checking atomic-waker v1.1.2
23642026-06-04T02:18:59.616Z Checking tower-layer v0.3.3
23652026-06-04T02:18:59.678Z Checking try-lock v0.2.5
23662026-06-04T02:18:59.691Z Checking aws-lc-rs v1.16.3
23672026-06-04T02:18:59.752Z Checking pkcs8 v0.10.2
23682026-06-04T02:18:59.766Z Checking ipnet v2.11.0
23692026-06-04T02:18:59.778Z Checking want v0.3.1
23702026-06-04T02:18:59.811Z Checking httparse v1.10.1
23712026-06-04T02:18:59.851Z Checking aho-corasick v1.1.4
23722026-06-04T02:18:59.895Z Checking pin-utils v0.1.0
23732026-06-04T02:18:59.927Z Checking dyn-clone v1.0.20
23742026-06-04T02:18:59.965Z Checking foreign-types-shared v0.1.1
23752026-06-04T02:19:00.016Z Checking plain v0.2.3
23762026-06-04T02:19:00.019Z Checking httpdate v1.0.3
23772026-06-04T02:19:00.040Z Checking fastrand v2.3.0
23782026-06-04T02:19:00.053Z Checking foreign-types v0.3.2
23792026-06-04T02:19:00.118Z Checking unicode-normalization v0.1.25
23802026-06-04T02:19:00.132Z Checking semver v1.0.28
23812026-06-04T02:19:00.169Z Checking openssl-sys v0.9.115
23822026-06-04T02:19:00.216Z Checking tempfile v3.25.0
23832026-06-04T02:19:00.338Z Checking spin v0.9.8
23842026-06-04T02:19:00.353Z Checking unicode-ident v1.0.24
23852026-06-04T02:19:00.414Z Checking ucd-trie v0.1.7
23862026-06-04T02:19:00.465Z Checking proc-macro2 v1.0.106
23872026-06-04T02:19:00.524Z Checking rustls-webpki v0.103.9
23882026-06-04T02:19:00.537Z Checking regex-automata v0.4.14
23892026-06-04T02:19:00.540Z Checking schemars v0.8.22
23902026-06-04T02:19:00.559Z Checking pest v2.8.6
23912026-06-04T02:19:00.570Z Checking rustls-native-certs v0.8.3
23922026-06-04T02:19:00.573Z Checking openssl v0.10.79
23932026-06-04T02:19:00.596Z Checking tokio-util v0.7.18
23942026-06-04T02:19:00.699Z Checking thiserror v2.0.18
23952026-06-04T02:19:00.780Z Checking sync_wrapper v1.0.2
23962026-06-04T02:19:00.800Z Checking wait-timeout v0.2.1
23972026-06-04T02:19:00.883Z Checking pretty-hex v0.4.1
23982026-06-04T02:19:00.921Z Checking anstyle v1.0.13
23992026-06-04T02:19:00.958Z Checking rustls v0.23.37
24002026-06-04T02:19:00.997Z Checking quick-error v1.2.3
24012026-06-04T02:19:01.098Z Checking utf8parse v0.2.2
24022026-06-04T02:19:01.112Z Checking bit-vec v0.8.0
24032026-06-04T02:19:01.189Z Checking powerfmt v0.2.0
24042026-06-04T02:19:01.201Z Checking simd-adler32 v0.3.8
24052026-06-04T02:19:01.213Z Checking h2 v0.4.13
24062026-06-04T02:19:01.304Z Checking siphasher v1.0.2
24072026-06-04T02:19:01.337Z Checking deranged v0.5.8
24082026-06-04T02:19:01.368Z Checking bit-set v0.8.0
24092026-06-04T02:19:01.456Z Checking anstyle-parse v0.2.7
24102026-06-04T02:19:01.511Z Checking rusty-fork v0.3.1
24112026-06-04T02:19:01.609Z Checking tower v0.5.3
24122026-06-04T02:19:01.624Z Checking quote v1.0.45
24132026-06-04T02:19:01.681Z Compiling newtype-uuid v1.3.2
24142026-06-04T02:19:01.792Z Checking http-body-util v0.1.3
24152026-06-04T02:19:01.862Z Checking webpki-roots v1.0.6
24162026-06-04T02:19:01.981Z Checking crossbeam-utils v0.8.21
24172026-06-04T02:19:01.993Z Checking rand_xorshift v0.4.0
24182026-06-04T02:19:02.009Z Checking crc32fast v1.5.0
24192026-06-04T02:19:02.109Z Checking scroll v0.13.0
24202026-06-04T02:19:02.149Z Checking signature v2.2.0
24212026-06-04T02:19:02.255Z Checking adler2 v2.0.1
24222026-06-04T02:19:02.278Z Checking colorchoice v1.0.4
24232026-06-04T02:19:02.313Z Checking num_threads v0.1.7
24242026-06-04T02:19:02.340Z Checking unicode-properties v0.1.4
24252026-06-04T02:19:02.353Z Checking iri-string v0.7.10
24262026-06-04T02:19:02.364Z Checking is_terminal_polyfill v1.70.2
24272026-06-04T02:19:02.375Z Checking allocator-api2 v0.2.21
24282026-06-04T02:19:02.397Z Checking anstyle-query v1.1.5
24292026-06-04T02:19:02.447Z Checking unarray v0.1.4
24302026-06-04T02:19:02.489Z Checking num-conv v0.2.0
24312026-06-04T02:19:02.524Z Checking ryu v1.0.23
24322026-06-04T02:19:02.552Z Checking unicode-bidi v0.3.18
24332026-06-04T02:19:02.605Z Checking time-core v0.1.8
24342026-06-04T02:19:02.617Z Checking native-tls v0.2.18
24352026-06-04T02:19:02.657Z Checking serde_urlencoded v0.7.1
24362026-06-04T02:19:02.670Z Checking proptest v1.10.0
24372026-06-04T02:19:02.743Z Checking time v0.3.47
24382026-06-04T02:19:02.796Z Checking tokio-native-tls v0.3.1
24392026-06-04T02:19:02.847Z Checking stringprep v0.1.5
24402026-06-04T02:19:02.860Z Checking anstream v0.6.21
24412026-06-04T02:19:02.951Z Checking miniz_oxide v0.8.9
24422026-06-04T02:19:03.000Z Checking bstr v1.12.1
24432026-06-04T02:19:03.057Z Checking goblin v0.10.5
24442026-06-04T02:19:03.311Z Checking crossbeam-epoch v0.9.18
24452026-06-04T02:19:03.355Z Checking tokio-rustls v0.26.4
24462026-06-04T02:19:03.395Z Checking tower-http v0.6.8
24472026-06-04T02:19:03.417Z Compiling daft v0.1.7
24482026-06-04T02:19:03.538Z Checking syn v2.0.117
24492026-06-04T02:19:03.590Z Checking ipnetwork v0.21.1
24502026-06-04T02:19:03.680Z Checking scroll v0.12.0
24512026-06-04T02:19:03.704Z Checking thiserror v1.0.69
24522026-06-04T02:19:03.803Z Checking rand_chacha v0.3.1
24532026-06-04T02:19:03.819Z Checking hash32 v0.2.1
24542026-06-04T02:19:03.909Z Checking zstd-sys v2.0.16+zstd.1.5.7
24552026-06-04T02:19:03.922Z Checking num-integer v0.1.46
24562026-06-04T02:19:03.950Z Checking hyper v1.8.1
24572026-06-04T02:19:03.975Z Checking serde_spanned v0.6.9
24582026-06-04T02:19:04.013Z Checking toml_datetime v0.6.11
24592026-06-04T02:19:04.025Z Checking md-5 v0.10.6
24602026-06-04T02:19:04.099Z Checking ff v0.13.1
24612026-06-04T02:19:04.145Z Checking encoding_rs v0.8.35
24622026-06-04T02:19:04.160Z Checking base16ct v0.2.0
24632026-06-04T02:19:04.196Z Checking zlib-rs v0.6.2
24642026-06-04T02:19:04.228Z Checking fallible-iterator v0.2.0
24652026-06-04T02:19:04.287Z Checking mime v0.3.17
24662026-06-04T02:19:04.463Z Checking psl-types v2.0.11
24672026-06-04T02:19:04.500Z Checking postgres-protocol v0.6.10
24682026-06-04T02:19:04.578Z Checking publicsuffix v2.3.0
24692026-06-04T02:19:04.666Z Checking sec1 v0.7.3
24702026-06-04T02:19:04.736Z Checking group v0.13.0
24712026-06-04T02:19:04.814Z Checking num-iter v0.1.45
24722026-06-04T02:19:04.857Z Checking hyper-util v0.1.20
24732026-06-04T02:19:04.874Z Checking zstd-safe v7.2.4
24742026-06-04T02:19:04.886Z Checking rand v0.8.6
24752026-06-04T02:19:04.922Z Checking heapless v0.7.17
24762026-06-04T02:19:05.040Z Checking cookie v0.18.1
24772026-06-04T02:19:05.084Z Checking flate2 v1.1.9
24782026-06-04T02:19:05.097Z Checking goblin v0.8.2
24792026-06-04T02:19:05.269Z Checking oxnet v0.1.4
24802026-06-04T02:19:05.331Z Compiling iddqd v0.4.2
24812026-06-04T02:19:05.384Z Checking dtrace-parser v0.3.0
24822026-06-04T02:19:05.398Z Checking phf_shared v0.13.1
24832026-06-04T02:19:05.451Z Checking dof v0.4.0
24842026-06-04T02:19:05.506Z Checking lazy_static v1.5.0
24852026-06-04T02:19:05.591Z Checking pin-project v1.1.11
24862026-06-04T02:19:05.604Z Checking zerocopy v0.7.35
24872026-06-04T02:19:05.617Z Checking bzip2-sys v0.1.13+1.0.8
24882026-06-04T02:19:05.687Z Checking signal-hook v0.3.18
24892026-06-04T02:19:05.701Z Checking terminal_size v0.4.3
24902026-06-04T02:19:05.813Z Checking futures-executor v0.3.32
24912026-06-04T02:19:05.828Z Checking hex v0.4.3
24922026-06-04T02:19:05.874Z Checking hkdf v0.12.4
24932026-06-04T02:19:05.963Z Checking crypto-bigint v0.5.5
24942026-06-04T02:19:06.010Z Checking thread-id v5.1.0
24952026-06-04T02:19:06.047Z Checking libbz2-rs-sys v0.2.2
24962026-06-04T02:19:06.083Z Checking foldhash v0.2.0
24972026-06-04T02:19:06.086Z Checking winnow v0.5.40
24982026-06-04T02:19:06.086Z Checking same-file v1.0.6
24992026-06-04T02:19:06.118Z Checking hyper-rustls v0.27.7
25002026-06-04T02:19:06.219Z Checking hyper-tls v0.6.0
25012026-06-04T02:19:06.237Z Checking bumpalo v3.20.2
25022026-06-04T02:19:06.324Z Checking winnow v0.7.14
25032026-06-04T02:19:06.395Z Checking strsim v0.11.1
25042026-06-04T02:19:06.437Z Compiling rayon-core v1.13.0
25052026-06-04T02:19:06.440Z Checking managed v0.8.0
25062026-06-04T02:19:06.557Z Checking foldhash v0.1.5
25072026-06-04T02:19:06.605Z Checking clap_lex v1.0.0
25082026-06-04T02:19:06.624Z Checking bitflags v1.3.2
25092026-06-04T02:19:06.627Z Checking either v1.15.0
25102026-06-04T02:19:06.690Z Checking hashbrown v0.15.5
25112026-06-04T02:19:06.706Z Checking smoltcp v0.9.1
25122026-06-04T02:19:06.756Z Checking clap_builder v4.5.60
25132026-06-04T02:19:06.832Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25142026-06-04T02:19:06.862Z Checking elliptic-curve v0.13.8
25152026-06-04T02:19:07.005Z Checking dof v0.3.0
25162026-06-04T02:19:07.020Z Checking zopfli v0.8.3
25172026-06-04T02:19:07.163Z Checking bzip2 v0.6.1
25182026-06-04T02:19:07.174Z Checking reqwest v0.12.28
25192026-06-04T02:19:07.239Z Checking toml_edit v0.19.15
25202026-06-04T02:19:07.287Z Checking hashbrown v0.16.1
25212026-06-04T02:19:07.300Z Checking walkdir v2.5.0
25222026-06-04T02:19:07.324Z Checking usdt-impl v0.6.0
25232026-06-04T02:19:07.349Z Checking futures v0.3.32
25242026-06-04T02:19:07.429Z Checking signal-hook-mio v0.2.5
25252026-06-04T02:19:07.460Z Checking bzip2 v0.4.4
25262026-06-04T02:19:07.517Z Checking snafu v0.8.9
25272026-06-04T02:19:07.530Z Checking num-bigint-dig v0.8.6
25282026-06-04T02:19:07.603Z Checking phf v0.13.1
25292026-06-04T02:19:07.754Z Checking cookie_store v0.22.1
25302026-06-04T02:19:07.758Z Checking zstd v0.13.3
25312026-06-04T02:19:07.788Z Checking postgres-types v0.2.12
25322026-06-04T02:19:07.866Z Checking dtrace-parser v0.2.0
25332026-06-04T02:19:07.952Z Checking crossbeam-deque v0.8.6
25342026-06-04T02:19:07.976Z Checking globset v0.4.18
25352026-06-04T02:19:08.020Z Checking rustls-platform-verifier v0.6.2
25362026-06-04T02:19:08.086Z Checking regex v1.12.3
25372026-06-04T02:19:08.101Z Checking ed25519 v2.2.3
25382026-06-04T02:19:08.104Z Checking phf_shared v0.11.3
25392026-06-04T02:19:08.125Z Checking olpc-cjson v0.1.4
25402026-06-04T02:19:08.158Z Checking ref-cast v1.0.25
25412026-06-04T02:19:08.236Z Checking curve25519-dalek v4.1.3
25422026-06-04T02:19:08.255Z Checking strum v0.27.2
25432026-06-04T02:19:08.258Z Checking hubpack v0.1.2
25442026-06-04T02:19:08.279Z Checking memoffset v0.9.1
25452026-06-04T02:19:08.293Z Checking rustix v0.38.44
25462026-06-04T02:19:08.308Z Checking pkcs1 v0.7.5
25472026-06-04T02:19:08.354Z Checking pem v3.0.6
25482026-06-04T02:19:08.366Z Checking float-cmp v0.10.0
25492026-06-04T02:19:08.370Z Checking serde-big-array v0.5.1
25502026-06-04T02:19:08.390Z Checking erased-serde v0.3.31
25512026-06-04T02:19:08.430Z Checking serde_plain v1.0.2
25522026-06-04T02:19:08.498Z Checking rfc6979 v0.4.0
25532026-06-04T02:19:08.510Z Checking memmap2 v0.9.10
25542026-06-04T02:19:08.513Z Checking thread-id v4.2.2
25552026-06-04T02:19:08.532Z Checking env_filter v1.0.0
25562026-06-04T02:19:08.572Z Checking unicode-segmentation v1.12.0
25572026-06-04T02:19:08.584Z Checking toml_write v0.1.2
25582026-06-04T02:19:08.608Z Checking precomputed-hash v0.1.1
25592026-06-04T02:19:08.670Z Checking jiff v0.2.21
25602026-06-04T02:19:08.682Z Checking new_debug_unreachable v1.0.6
25612026-06-04T02:19:08.693Z Checking static_assertions v1.1.0
25622026-06-04T02:19:08.749Z Checking whoami v2.1.0
25632026-06-04T02:19:08.761Z Checking fixedbitset v0.4.2
25642026-06-04T02:19:08.771Z Checking data-encoding v2.10.0
25652026-06-04T02:19:08.784Z Checking normalize-line-endings v0.3.0
25662026-06-04T02:19:08.874Z Checking difflib v0.4.0
25672026-06-04T02:19:08.894Z Checking keccak v0.1.6
25682026-06-04T02:19:08.906Z Checking typed-path v0.9.3
25692026-06-04T02:19:08.940Z Checking predicates-core v1.0.10
25702026-06-04T02:19:09.044Z Checking fixedbitset v0.5.7
25712026-06-04T02:19:09.056Z Checking hickory-proto v0.25.2
25722026-06-04T02:19:09.060Z Checking sha3 v0.10.8
25732026-06-04T02:19:09.060Z Checking ed25519-dalek v2.2.0
25742026-06-04T02:19:09.091Z Checking predicates v3.1.4
25752026-06-04T02:19:09.115Z Checking crossterm v0.28.1
25762026-06-04T02:19:09.237Z Checking petgraph v0.8.3
25772026-06-04T02:19:09.258Z Checking tokio-postgres v0.7.16
25782026-06-04T02:19:09.307Z Checking petgraph v0.6.5
25792026-06-04T02:19:09.380Z Checking similar v2.7.0
25802026-06-04T02:19:09.681Z Checking tough v0.22.0
25812026-06-04T02:19:09.767Z Checking slog v2.8.2
25822026-06-04T02:19:09.813Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
25832026-06-04T02:19:10.034Z Checking toml_edit v0.22.27
25842026-06-04T02:19:10.502Z Checking string_cache v0.8.9
25852026-06-04T02:19:10.572Z Checking usdt v0.6.0
25862026-06-04T02:19:10.670Z Checking env_logger v0.11.9
25872026-06-04T02:19:10.743Z Checking ecdsa v0.16.9
25882026-06-04T02:19:10.822Z Checking usdt-impl v0.5.0
25892026-06-04T02:19:10.859Z Checking rsa v0.9.10
25902026-06-04T02:19:10.898Z Checking zip v4.6.1
25912026-06-04T02:19:11.080Z Checking nix v0.31.2
25922026-06-04T02:19:11.107Z Checking toml v0.7.8
25932026-06-04T02:19:11.325Z Checking reqwest v0.13.2
25942026-06-04T02:19:11.468Z Checking clap v4.5.60
25952026-06-04T02:19:11.548Z Checking zip v0.6.6
25962026-06-04T02:19:11.708Z Checking toml_parser v1.0.9+spec-1.1.0
25972026-06-04T02:19:11.764Z Checking itertools v0.13.0
25982026-06-04T02:19:11.856Z Checking serde_with v3.17.0
25992026-06-04T02:19:11.873Z Checking strum v0.26.3
26002026-06-04T02:19:11.987Z Checking fs-err v3.3.0
26012026-06-04T02:19:12.032Z Checking ahash v0.8.12
26022026-06-04T02:19:12.035Z Checking object v0.37.3
26032026-06-04T02:19:12.074Z Checking tokio-stream v0.1.18
26042026-06-04T02:19:12.127Z Checking buf-list v1.1.2
26052026-06-04T02:19:12.189Z Checking anyhow v1.0.102
26062026-06-04T02:19:12.234Z Checking camino v1.2.2
26072026-06-04T02:19:12.300Z Checking x509-cert v0.2.5
26082026-06-04T02:19:12.325Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26092026-06-04T02:19:12.402Z Checking openapiv3 v2.2.0
26102026-06-04T02:19:12.487Z Checking sha1 v0.10.6
26112026-06-04T02:19:12.502Z Checking peg-runtime v0.8.5
26122026-06-04T02:19:12.599Z Checking lalrpop-util v0.19.12
26132026-06-04T02:19:12.641Z Checking rayon v1.11.0
26142026-06-04T02:19:12.653Z Checking sigpipe v0.1.3
26152026-06-04T02:19:12.730Z Checking glob v0.3.3
26162026-06-04T02:19:14.278Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26172026-06-04T02:19:14.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.22s
26182026-06-04T02:19:14.715Z
26192026-06-04T02:19:14.715Zinfo: running `cargo check --bins` on internal-dns-types (77/295)
26202026-06-04T02:19:15.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26212026-06-04T02:19:15.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26222026-06-04T02:19:15.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26232026-06-04T02:19:15.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26242026-06-04T02:19:15.304Z
26252026-06-04T02:19:15.304Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/295)
26262026-06-04T02:19:15.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26272026-06-04T02:19:15.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26282026-06-04T02:19:15.811Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26292026-06-04T02:19:15.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26302026-06-04T02:19:15.898Z
26312026-06-04T02:19:15.898Zinfo: running `cargo check --bins` on nexus-types-versions (79/295)
26322026-06-04T02:19:16.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26332026-06-04T02:19:16.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26342026-06-04T02:19:16.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26352026-06-04T02:19:16.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26362026-06-04T02:19:16.502Z
26372026-06-04T02:19:16.502Zinfo: running `cargo check --bins` on oxql-types (80/295)
26382026-06-04T02:19:17.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26392026-06-04T02:19:17.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26402026-06-04T02:19:17.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26412026-06-04T02:19:17.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26422026-06-04T02:19:17.089Z
26432026-06-04T02:19:17.089Zinfo: running `cargo check --bins` on oximeter-types (81/295)
26442026-06-04T02:19:17.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26452026-06-04T02:19:17.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26462026-06-04T02:19:17.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26472026-06-04T02:19:17.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26482026-06-04T02:19:17.683Z
26492026-06-04T02:19:17.684Zinfo: running `cargo check --bins` on oximeter-types-versions (82/295)
26502026-06-04T02:19:18.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26512026-06-04T02:19:18.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26522026-06-04T02:19:18.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26532026-06-04T02:19:18.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26542026-06-04T02:19:18.282Z
26552026-06-04T02:19:18.282Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/295)
26562026-06-04T02:19:18.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26572026-06-04T02:19:18.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26582026-06-04T02:19:18.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26592026-06-04T02:19:18.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26602026-06-04T02:19:18.865Z
26612026-06-04T02:19:18.866Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/295)
26622026-06-04T02:19:19.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26632026-06-04T02:19:19.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26642026-06-04T02:19:19.556Z Compiling structmeta-derive v0.3.0
26652026-06-04T02:19:19.673Z Compiling rustls v0.22.4
26662026-06-04T02:19:19.682Z Compiling multer v3.1.0
26672026-06-04T02:19:19.691Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26682026-06-04T02:19:19.691Z Compiling async-stream-impl v0.3.6
26692026-06-04T02:19:19.713Z Compiling dropshot v0.17.0
26702026-06-04T02:19:19.728Z Compiling newtype-uuid-macros v0.1.0
26712026-06-04T02:19:19.728Z Compiling dropshot_endpoint v0.17.0
26722026-06-04T02:19:19.850Z Checking newtype-uuid v1.3.2
26732026-06-04T02:19:19.912Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26742026-06-04T02:19:19.974Z Checking rustls-webpki v0.102.8
26752026-06-04T02:19:20.051Z Checking daft v0.1.7
26762026-06-04T02:19:20.070Z Checking thread_local v1.1.9
26772026-06-04T02:19:20.239Z Checking match_cfg v0.1.0
26782026-06-04T02:19:20.294Z Checking compression-core v0.4.31
26792026-06-04T02:19:20.308Z Checking hostname v0.3.1
26802026-06-04T02:19:20.324Z Checking iddqd v0.4.2
26812026-06-04T02:19:20.340Z Checking crossbeam-channel v0.5.15
26822026-06-04T02:19:20.406Z Checking slog-json v2.6.1
26832026-06-04T02:19:20.419Z Checking compression-codecs v0.4.37
26842026-06-04T02:19:20.491Z Checking toml_datetime v1.0.0+spec-1.1.0
26852026-06-04T02:19:20.559Z Checking serde_spanned v1.0.4
26862026-06-04T02:19:20.583Z Checking is-terminal v0.4.17
26872026-06-04T02:19:20.672Z Checking debug-ignore v1.0.5
26882026-06-04T02:19:20.685Z Checking take_mut v0.2.2
26892026-06-04T02:19:20.699Z Checking toml_writer v1.0.6+spec-1.1.0
26902026-06-04T02:19:20.699Z Checking term v1.2.1
26912026-06-04T02:19:20.746Z Compiling structmeta v0.3.0
26922026-06-04T02:19:20.775Z Checking async-compression v0.4.41
26932026-06-04T02:19:20.787Z Checking slog-async v2.8.0
26942026-06-04T02:19:20.876Z Checking toml v1.0.6+spec-1.1.0
26952026-06-04T02:19:20.929Z Checking slog-term v2.9.2
26962026-06-04T02:19:20.955Z Checking slog-bunyan v2.5.0
26972026-06-04T02:19:20.969Z Compiling derive-ex v0.1.8
26982026-06-04T02:19:21.020Z Compiling parse-display-derive v0.10.0
26992026-06-04T02:19:21.069Z Checking async-stream v0.3.6
27002026-06-04T02:19:21.189Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27012026-06-04T02:19:21.202Z Checking progenitor-client v0.14.0
27022026-06-04T02:19:21.236Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27032026-06-04T02:19:21.298Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27042026-06-04T02:19:21.432Z Checking waitgroup v0.1.2
27052026-06-04T02:19:21.446Z Checking backon v1.6.0
27062026-06-04T02:19:21.458Z Checking rustls-pemfile v2.2.0
27072026-06-04T02:19:21.532Z Checking serde_path_to_error v0.1.20
27082026-06-04T02:19:21.546Z Checking hostname v0.4.2
27092026-06-04T02:19:21.594Z Checking instant v0.1.13
27102026-06-04T02:19:21.679Z Checking backoff v0.4.0
27112026-06-04T02:19:21.791Z Checking tokio-rustls v0.25.0
27122026-06-04T02:19:21.816Z Checking progenitor-extras v0.2.0
27132026-06-04T02:19:21.829Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27142026-06-04T02:19:21.869Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27152026-06-04T02:19:22.048Z Checking itertools v0.14.0
27162026-06-04T02:19:22.062Z Checking progenitor-client v0.10.0
27172026-06-04T02:19:22.234Z Checking regress v0.10.5
27182026-06-04T02:19:22.247Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27192026-06-04T02:19:22.499Z Checking macaddr v1.0.1
27202026-06-04T02:19:22.656Z Compiling test-strategy v0.4.5
27212026-06-04T02:19:22.699Z Checking parse-display v0.10.0
27222026-06-04T02:19:22.834Z Checking humantime v2.3.0
27232026-06-04T02:19:23.904Z Compiling prettyplease v0.2.37
27242026-06-04T02:19:24.168Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27252026-06-04T02:19:24.376Z Checking num-rational v0.4.2
27262026-06-04T02:19:24.545Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27272026-06-04T02:19:24.893Z Checking num-complex v0.4.6
27282026-06-04T02:19:25.559Z Checking num v0.4.3
27292026-06-04T02:19:25.625Z Compiling usdt-macro v0.5.0
27302026-06-04T02:19:25.639Z Compiling usdt-attr-macro v0.5.0
27312026-06-04T02:19:25.652Z Checking memmap v0.7.0
27322026-06-04T02:19:25.677Z Compiling float-ord v0.3.2
27332026-06-04T02:19:25.784Z Compiling convert_case v0.4.0
27342026-06-04T02:19:25.796Z Checking unicode-width v0.2.0
27352026-06-04T02:19:26.048Z Checking console v0.15.11
27362026-06-04T02:19:26.158Z Compiling derive_more v0.99.20
27372026-06-04T02:19:26.334Z Checking newline-converter v0.3.0
27382026-06-04T02:19:26.351Z Checking atomicwrites v0.4.4
27392026-06-04T02:19:26.412Z Checking usdt v0.5.0
27402026-06-04T02:19:26.447Z Compiling toml v0.8.23
27412026-06-04T02:19:26.479Z Checking linked-hash-map v0.5.6
27422026-06-04T02:19:26.585Z Compiling minimal-lexical v0.2.1
27432026-06-04T02:19:26.651Z Checking lru-cache v0.1.2
27442026-06-04T02:19:26.776Z Compiling nom v7.1.3
27452026-06-04T02:19:26.843Z Checking expectorate v1.2.0
27462026-06-04T02:19:27.408Z Checking camino-tempfile v1.4.1
27472026-06-04T02:19:27.491Z Checking hickory-proto v0.24.4
27482026-06-04T02:19:27.575Z Checking phf_shared v0.12.1
27492026-06-04T02:19:27.721Z Compiling slog-dtrace v0.3.0
27502026-06-04T02:19:27.783Z Checking heck v0.5.0
27512026-06-04T02:19:27.913Z Checking resolv-conf v0.7.6
27522026-06-04T02:19:27.916Z Compiling chrono-tz v0.10.4
27532026-06-04T02:19:28.100Z Compiling const_format_proc_macros v0.2.34
27542026-06-04T02:19:28.130Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27552026-06-04T02:19:28.178Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27562026-06-04T02:19:28.191Z Checking phf v0.12.1
27572026-06-04T02:19:28.391Z Checking tokio-dtrace v0.1.1
27582026-06-04T02:19:28.588Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27592026-06-04T02:19:28.649Z Compiling derive-where v1.6.0
27602026-06-04T02:19:28.759Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27612026-06-04T02:19:29.128Z Checking highway v1.3.0
27622026-06-04T02:19:29.357Z Checking hickory-resolver v0.24.4
27632026-06-04T02:19:29.373Z Checking const_format v0.2.35
27642026-06-04T02:19:29.550Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27652026-06-04T02:19:29.633Z Checking oxide-tokio-rt v0.1.4
27662026-06-04T02:19:29.788Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27672026-06-04T02:19:30.036Z Checking gethostname v0.5.0
27682026-06-04T02:19:30.059Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27692026-06-04T02:19:30.106Z Checking qorb v0.4.1
27702026-06-04T02:19:30.134Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27712026-06-04T02:19:30.212Z Checking bcs v0.1.6
27722026-06-04T02:19:30.228Z Checking termtree v0.5.1
27732026-06-04T02:19:30.273Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27742026-06-04T02:19:33.521Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27752026-06-04T02:19:36.237Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27762026-06-04T02:19:38.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.50s
27772026-06-04T02:19:38.559Z
27782026-06-04T02:19:38.559Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/295)
27792026-06-04T02:19:39.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27802026-06-04T02:19:39.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27812026-06-04T02:19:39.254Z Compiling ar_archive_writer v0.5.1
27822026-06-04T02:19:39.366Z Compiling stacker v0.1.23
27832026-06-04T02:19:39.372Z Compiling cfg_aliases v0.1.1
27842026-06-04T02:19:39.393Z Compiling convert_case v0.10.0
27852026-06-04T02:19:39.395Z Checking unicode-width v0.1.14
27862026-06-04T02:19:39.395Z Compiling proc-macro-error v1.0.4
27872026-06-04T02:19:39.404Z Checking fd-lock v4.0.4
27882026-06-04T02:19:39.404Z Checking nibble_vec v0.1.0
27892026-06-04T02:19:39.428Z Compiling nix v0.28.0
27902026-06-04T02:19:39.522Z Checking vte v0.14.1
27912026-06-04T02:19:39.537Z Compiling recursive-proc-macro-impl v0.1.1
27922026-06-04T02:19:39.618Z Checking endian-type v0.1.2
27932026-06-04T02:19:39.634Z Checking bytecount v0.6.9
27942026-06-04T02:19:39.682Z Compiling derive_more-impl v2.1.1
27952026-06-04T02:19:39.695Z Checking strip-ansi-escapes v0.2.1
27962026-06-04T02:19:39.698Z Compiling tabled_derive v0.7.0
27972026-06-04T02:19:39.774Z Checking radix_trie v0.2.1
27982026-06-04T02:19:39.777Z Checking papergrid v0.11.0
27992026-06-04T02:19:39.811Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28002026-06-04T02:19:39.925Z Compiling peg-macros v0.8.5
28012026-06-04T02:19:39.984Z Checking winnow v0.6.26
28022026-06-04T02:19:40.195Z Compiling psm v0.1.30
28032026-06-04T02:19:40.267Z Compiling sqlparser_derive v0.5.0
28042026-06-04T02:19:40.411Z Checking home v0.5.12
28052026-06-04T02:19:40.493Z Checking derive_more v2.1.1
28062026-06-04T02:19:40.518Z Checking nu-ansi-term v0.50.3
28072026-06-04T02:19:40.572Z Checking unicode_categories v0.1.1
28082026-06-04T02:19:40.679Z Checking tabled v0.15.0
28092026-06-04T02:19:40.724Z Checking rustyline v14.0.0
28102026-06-04T02:19:40.736Z Checking crossterm v0.29.0
28112026-06-04T02:19:40.741Z Checking reedline v0.40.0
28122026-06-04T02:19:40.987Z Checking recursive v0.1.1
28132026-06-04T02:19:41.057Z Checking display-error-chain v0.2.2
28142026-06-04T02:19:41.081Z Checking sqlparser v0.61.0
28152026-06-04T02:19:41.132Z Checking sqlformat v0.3.5
28162026-06-04T02:19:41.276Z Checking peg v0.8.5
28172026-06-04T02:19:52.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.81s
28182026-06-04T02:19:52.549Z
28192026-06-04T02:19:52.549Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/295)
28202026-06-04T02:19:53.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28212026-06-04T02:19:53.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28222026-06-04T02:19:53.230Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28232026-06-04T02:19:56.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.10s
28242026-06-04T02:19:56.837Z
28252026-06-04T02:19:56.838Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/295)
28262026-06-04T02:19:57.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28272026-06-04T02:19:57.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28282026-06-04T02:19:57.503Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28292026-06-04T02:19:59.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.09s
28302026-06-04T02:20:00.125Z
28312026-06-04T02:20:00.125Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/295)
28322026-06-04T02:20:00.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28332026-06-04T02:20:00.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28342026-06-04T02:20:00.792Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28352026-06-04T02:20:04.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.91s
28362026-06-04T02:20:04.230Z
28372026-06-04T02:20:04.230Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/295)
28382026-06-04T02:20:04.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28392026-06-04T02:20:04.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28402026-06-04T02:20:04.910Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28412026-06-04T02:20:08.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.95s
28422026-06-04T02:20:08.376Z
28432026-06-04T02:20:08.376Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/295)
28442026-06-04T02:20:08.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28452026-06-04T02:20:08.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28462026-06-04T02:20:09.062Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28472026-06-04T02:20:11.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.30s
28482026-06-04T02:20:11.865Z
28492026-06-04T02:20:11.865Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/295)
28502026-06-04T02:20:12.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28512026-06-04T02:20:12.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28522026-06-04T02:20:12.542Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28532026-06-04T02:20:15.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.32s
28542026-06-04T02:20:15.364Z
28552026-06-04T02:20:15.364Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/295)
28562026-06-04T02:20:15.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28572026-06-04T02:20:15.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28582026-06-04T02:20:16.035Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28592026-06-04T02:20:19.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.09s
28602026-06-04T02:20:19.657Z
28612026-06-04T02:20:19.657Zinfo: running `cargo check --bins` on oximeter (93/295)
28622026-06-04T02:20:20.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28632026-06-04T02:20:20.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28642026-06-04T02:20:20.165Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28652026-06-04T02:20:20.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28662026-06-04T02:20:20.256Z
28672026-06-04T02:20:20.257Zinfo: running `cargo check --bins` on oximeter-schema (94/295)
28682026-06-04T02:20:20.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28692026-06-04T02:20:20.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28702026-06-04T02:20:20.897Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28712026-06-04T02:20:21.062Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28722026-06-04T02:20:21.066Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28732026-06-04T02:20:21.401Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28742026-06-04T02:20:24.308Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28752026-06-04T02:20:25.530Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28762026-06-04T02:20:25.743Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28772026-06-04T02:20:26.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.15s
28782026-06-04T02:20:26.592Z
28792026-06-04T02:20:26.592Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/295)
28802026-06-04T02:20:27.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28812026-06-04T02:20:27.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28822026-06-04T02:20:27.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28832026-06-04T02:20:27.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28842026-06-04T02:20:27.193Z
28852026-06-04T02:20:27.193Zinfo: running `cargo check --bins` on oximeter-test-utils (96/295)
28862026-06-04T02:20:27.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28872026-06-04T02:20:27.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28882026-06-04T02:20:27.732Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28892026-06-04T02:20:27.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28902026-06-04T02:20:27.837Z
28912026-06-04T02:20:27.837Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/295)
28922026-06-04T02:20:28.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28932026-06-04T02:20:28.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28942026-06-04T02:20:28.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28952026-06-04T02:20:28.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28962026-06-04T02:20:28.438Z
28972026-06-04T02:20:28.438Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/295)
28982026-06-04T02:20:28.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28992026-06-04T02:20:28.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29002026-06-04T02:20:28.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29012026-06-04T02:20:28.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29022026-06-04T02:20:29.041Z
29032026-06-04T02:20:29.041Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/295)
29042026-06-04T02:20:29.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29052026-06-04T02:20:29.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29062026-06-04T02:20:29.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29072026-06-04T02:20:29.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29082026-06-04T02:20:29.644Z
29092026-06-04T02:20:29.644Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/295)
29102026-06-04T02:20:30.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29112026-06-04T02:20:30.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29122026-06-04T02:20:30.160Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29132026-06-04T02:20:30.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29142026-06-04T02:20:30.255Z
29152026-06-04T02:20:30.255Zinfo: running `cargo check --bins` on trust-quorum-types (101/295)
29162026-06-04T02:20:30.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29172026-06-04T02:20:30.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29182026-06-04T02:20:30.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29192026-06-04T02:20:30.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29202026-06-04T02:20:30.844Z
29212026-06-04T02:20:30.844Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/295)
29222026-06-04T02:20:31.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29232026-06-04T02:20:31.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29242026-06-04T02:20:31.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29252026-06-04T02:20:31.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29262026-06-04T02:20:31.452Z
29272026-06-04T02:20:31.452Zinfo: running `cargo check --bins` on update-engine (103/295)
29282026-06-04T02:20:31.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29292026-06-04T02:20:31.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29302026-06-04T02:20:31.958Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29312026-06-04T02:20:31.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29322026-06-04T02:20:32.050Z
29332026-06-04T02:20:32.050Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/295)
29342026-06-04T02:20:32.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29352026-06-04T02:20:32.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29362026-06-04T02:20:32.784Z Compiling crucible-workspace-hack v0.1.0
29372026-06-04T02:20:32.903Z Checking secrecy v0.10.3
29382026-06-04T02:20:32.910Z Compiling heapless v0.8.0
29392026-06-04T02:20:32.916Z Compiling toml_datetime v0.7.5+spec-1.1.0
29402026-06-04T02:20:32.923Z Compiling ingot-macros v0.1.1
29412026-06-04T02:20:32.933Z Checking hash32 v0.3.1
29422026-06-04T02:20:32.943Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29432026-06-04T02:20:32.946Z Compiling smoltcp v0.11.0
29442026-06-04T02:20:33.007Z Checking cobs v0.3.0
29452026-06-04T02:20:33.052Z Compiling thiserror-impl-no-std v2.0.2
29462026-06-04T02:20:33.143Z Compiling toml_edit v0.23.10+spec-1.0.0
29472026-06-04T02:20:33.167Z Checking universal-hash v0.5.1
29482026-06-04T02:20:33.170Z Checking half v2.7.1
29492026-06-04T02:20:33.193Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29502026-06-04T02:20:33.299Z Checking ciborium-io v0.2.2
29512026-06-04T02:20:33.314Z Checking opaque-debug v0.3.1
29522026-06-04T02:20:33.384Z Checking poly1305 v0.8.0
29532026-06-04T02:20:33.399Z Checking postcard v1.1.3
29542026-06-04T02:20:33.426Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29552026-06-04T02:20:33.449Z Checking ciborium-ll v0.2.2
29562026-06-04T02:20:33.626Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29572026-06-04T02:20:33.658Z Checking password-hash v0.5.0
29582026-06-04T02:20:33.699Z Compiling proc-macro-crate v3.4.0
29592026-06-04T02:20:33.836Z Checking chacha20 v0.9.1
29602026-06-04T02:20:33.900Z Compiling proc-macro-crate v1.3.1
29612026-06-04T02:20:33.912Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29622026-06-04T02:20:34.037Z Checking blake2 v0.10.6
29632026-06-04T02:20:34.148Z Checking aead v0.5.2
29642026-06-04T02:20:34.222Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29652026-06-04T02:20:34.244Z Checking thiserror-no-std v2.0.2
29662026-06-04T02:20:34.265Z Compiling num_enum_derive v0.7.5
29672026-06-04T02:20:34.283Z Compiling foreign-types-macros v0.2.3
29682026-06-04T02:20:34.296Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29692026-06-04T02:20:34.316Z Checking cpufeatures v0.3.0
29702026-06-04T02:20:34.329Z Checking foreign-types-shared v0.3.1
29712026-06-04T02:20:34.391Z Checking chacha20 v0.10.0
29722026-06-04T02:20:34.417Z Checking vsss-rs v3.3.4
29732026-06-04T02:20:34.431Z Compiling num_enum_derive v0.5.11
29742026-06-04T02:20:34.534Z Checking chacha20poly1305 v0.10.1
29752026-06-04T02:20:34.606Z Checking argon2 v0.5.3
29762026-06-04T02:20:34.665Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29772026-06-04T02:20:34.870Z Checking foreign-types v0.5.0
29782026-06-04T02:20:34.948Z Checking ciborium v0.2.2
29792026-06-04T02:20:35.065Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29802026-06-04T02:20:35.085Z Checking tabwriter v1.4.1
29812026-06-04T02:20:35.233Z Checking byte-wrapper v0.1.0
29822026-06-04T02:20:35.303Z Checking num_enum v0.7.5
29832026-06-04T02:20:35.357Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29842026-06-04T02:20:35.371Z Checking cstr-argument v0.1.2
29852026-06-04T02:20:35.419Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29862026-06-04T02:20:35.448Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29872026-06-04T02:20:35.463Z Checking num_enum v0.5.11
29882026-06-04T02:20:35.493Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29892026-06-04T02:20:35.537Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29902026-06-04T02:20:35.572Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29912026-06-04T02:20:35.651Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29922026-06-04T02:20:35.664Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29932026-06-04T02:20:35.750Z Checking ingot-types v0.1.2
29942026-06-04T02:20:35.780Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29952026-06-04T02:20:35.819Z Checking rand v0.10.0
29962026-06-04T02:20:35.862Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
29972026-06-04T02:20:35.877Z Checking indent_write v2.2.0
29982026-06-04T02:20:35.891Z Checking colored v3.1.1
29992026-06-04T02:20:36.012Z Compiling zone_cfg_derive v0.3.1
30002026-06-04T02:20:36.089Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30012026-06-04T02:20:36.120Z Checking ingot v0.1.1
30022026-06-04T02:20:36.147Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30032026-06-04T02:20:36.176Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30042026-06-04T02:20:36.197Z Checking itertools v0.12.1
30052026-06-04T02:20:36.245Z Compiling num-derive v0.4.2
30062026-06-04T02:20:36.260Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30072026-06-04T02:20:36.350Z Checking swrite v0.1.0
30082026-06-04T02:20:36.444Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30092026-06-04T02:20:36.475Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30102026-06-04T02:20:36.641Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30112026-06-04T02:20:36.642Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30122026-06-04T02:20:36.668Z Checking dropshot-api-manager-types v0.7.2
30132026-06-04T02:20:36.753Z Checking smf v0.2.3
30142026-06-04T02:20:36.778Z Checking nanorand v0.7.0
30152026-06-04T02:20:36.838Z Checking whoami v1.6.1
30162026-06-04T02:20:36.976Z Checking flume v0.11.1
30172026-06-04T02:20:36.989Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30182026-06-04T02:20:37.170Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30192026-06-04T02:20:37.199Z Checking zone v0.3.1
30202026-06-04T02:20:37.701Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30212026-06-04T02:20:38.674Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30222026-06-04T02:20:39.565Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30232026-06-04T02:20:42.711Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30242026-06-04T02:20:44.772Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30252026-06-04T02:20:45.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.84s
30262026-06-04T02:20:46.086Z
30272026-06-04T02:20:46.086Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/295)
30282026-06-04T02:20:46.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30292026-06-04T02:20:46.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30302026-06-04T02:20:46.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30312026-06-04T02:20:46.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30322026-06-04T02:20:46.691Z
30332026-06-04T02:20:46.691Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/295)
30342026-06-04T02:20:47.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30352026-06-04T02:20:47.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30362026-06-04T02:20:47.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30372026-06-04T02:20:47.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30382026-06-04T02:20:47.302Z
30392026-06-04T02:20:47.302Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/295)
30402026-06-04T02:20:47.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30412026-06-04T02:20:47.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30422026-06-04T02:20:47.829Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30432026-06-04T02:20:47.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30442026-06-04T02:20:47.921Z
30452026-06-04T02:20:47.921Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/295)
30462026-06-04T02:20:48.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30472026-06-04T02:20:48.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30482026-06-04T02:20:48.439Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30492026-06-04T02:20:48.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30502026-06-04T02:20:48.534Z
30512026-06-04T02:20:48.534Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/295)
30522026-06-04T02:20:49.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30532026-06-04T02:20:49.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30542026-06-04T02:20:49.054Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30552026-06-04T02:20:49.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30562026-06-04T02:20:49.141Z
30572026-06-04T02:20:49.141Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/295)
30582026-06-04T02:20:49.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592026-06-04T02:20:49.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602026-06-04T02:20:49.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30612026-06-04T02:20:49.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30622026-06-04T02:20:49.750Z
30632026-06-04T02:20:49.750Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/295)
30642026-06-04T02:20:50.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652026-06-04T02:20:50.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662026-06-04T02:20:50.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30672026-06-04T02:20:50.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30682026-06-04T02:20:50.362Z
30692026-06-04T02:20:50.362Zinfo: running `cargo check --bins` on cockroach-admin-client (112/295)
30702026-06-04T02:20:50.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712026-06-04T02:20:50.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722026-06-04T02:20:50.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30732026-06-04T02:20:50.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30742026-06-04T02:20:50.957Z
30752026-06-04T02:20:50.957Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/295)
30762026-06-04T02:20:51.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30772026-06-04T02:20:51.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30782026-06-04T02:20:51.475Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30792026-06-04T02:20:51.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30802026-06-04T02:20:51.568Z
30812026-06-04T02:20:51.568Zinfo: running `cargo check --bins` on dns-service-client (114/295)
30822026-06-04T02:20:52.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30832026-06-04T02:20:52.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30842026-06-04T02:20:52.091Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30852026-06-04T02:20:52.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30862026-06-04T02:20:52.182Z
30872026-06-04T02:20:52.182Zinfo: running `cargo check --bins` on installinator-client (115/295)
30882026-06-04T02:20:52.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30892026-06-04T02:20:52.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30902026-06-04T02:20:52.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30912026-06-04T02:20:52.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30922026-06-04T02:20:52.796Z
30932026-06-04T02:20:52.796Zinfo: running `cargo check --bins` on nexus-client (116/295)
30942026-06-04T02:20:53.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30952026-06-04T02:20:53.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30962026-06-04T02:20:53.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30972026-06-04T02:20:53.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30982026-06-04T02:20:53.447Z
30992026-06-04T02:20:53.447Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/295)
31002026-06-04T02:20:53.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31012026-06-04T02:20:54.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31022026-06-04T02:20:54.080Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31032026-06-04T02:20:54.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31042026-06-04T02:20:54.094Z
31052026-06-04T02:20:54.094Zinfo: running `cargo check --bins` on ntp-admin-client (118/295)
31062026-06-04T02:20:54.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31072026-06-04T02:20:54.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31082026-06-04T02:20:54.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31092026-06-04T02:20:54.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31102026-06-04T02:20:54.681Z
31112026-06-04T02:20:54.681Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/295)
31122026-06-04T02:20:55.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31132026-06-04T02:20:55.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31142026-06-04T02:20:55.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31152026-06-04T02:20:55.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31162026-06-04T02:20:55.270Z
31172026-06-04T02:20:55.270Zinfo: running `cargo check --bins` on oxide-client (120/295)
31182026-06-04T02:20:55.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31192026-06-04T02:20:55.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31202026-06-04T02:20:55.781Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31212026-06-04T02:20:55.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31222026-06-04T02:20:55.872Z
31232026-06-04T02:20:55.872Zinfo: running `cargo check --bins` on oximeter-client (121/295)
31242026-06-04T02:20:56.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31252026-06-04T02:20:56.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31262026-06-04T02:20:56.390Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31272026-06-04T02:20:56.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31282026-06-04T02:20:56.483Z
31292026-06-04T02:20:56.483Zinfo: running `cargo check --bins` on repo-depot-client (122/295)
31302026-06-04T02:20:56.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31312026-06-04T02:20:56.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31322026-06-04T02:20:56.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31332026-06-04T02:20:56.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31342026-06-04T02:20:57.082Z
31352026-06-04T02:20:57.082Zinfo: running `cargo check --bins` on sled-agent-client (123/295)
31362026-06-04T02:20:57.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31372026-06-04T02:20:57.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31382026-06-04T02:20:57.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31392026-06-04T02:20:57.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31402026-06-04T02:20:57.697Z
31412026-06-04T02:20:57.697Zinfo: running `cargo check --bins` on wicketd-client (124/295)
31422026-06-04T02:20:58.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31432026-06-04T02:20:58.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31442026-06-04T02:20:58.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31452026-06-04T02:20:58.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31462026-06-04T02:20:58.325Z
31472026-06-04T02:20:58.325Zinfo: running `cargo check --bins` on installinator-common (125/295)
31482026-06-04T02:20:58.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31492026-06-04T02:20:58.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31502026-06-04T02:20:58.845Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31512026-06-04T02:20:58.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31522026-06-04T02:20:58.939Z
31532026-06-04T02:20:58.940Zinfo: running `cargo check --bins` on installinator-common-versions (126/295)
31542026-06-04T02:20:59.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31552026-06-04T02:20:59.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31562026-06-04T02:20:59.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31572026-06-04T02:20:59.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31582026-06-04T02:20:59.526Z
31592026-06-04T02:20:59.527Zinfo: running `cargo check --bins` on wicket-common (127/295)
31602026-06-04T02:21:00.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31612026-06-04T02:21:00.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31622026-06-04T02:21:00.052Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31632026-06-04T02:21:00.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31642026-06-04T02:21:00.148Z
31652026-06-04T02:21:00.148Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/295)
31662026-06-04T02:21:00.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31672026-06-04T02:21:00.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31682026-06-04T02:21:00.847Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31692026-06-04T02:21:00.965Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31702026-06-04T02:21:00.973Z Checking csv-core v0.1.13
31712026-06-04T02:21:00.980Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31722026-06-04T02:21:00.988Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31732026-06-04T02:21:00.996Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31742026-06-04T02:21:01.008Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31752026-06-04T02:21:01.019Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31762026-06-04T02:21:01.133Z Checking csv v1.4.0
31772026-06-04T02:21:01.162Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31782026-06-04T02:21:01.175Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31792026-06-04T02:21:01.202Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31802026-06-04T02:21:01.231Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31812026-06-04T02:21:01.469Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31822026-06-04T02:21:01.839Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31832026-06-04T02:21:01.842Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31842026-06-04T02:21:02.177Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31852026-06-04T02:21:08.150Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31862026-06-04T02:21:08.676Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31872026-06-04T02:21:11.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.87s
31882026-06-04T02:21:11.277Z
31892026-06-04T02:21:11.277Zinfo: running `cargo check --bins` on cockroach-admin-api (129/295)
31902026-06-04T02:21:11.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31912026-06-04T02:21:11.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31922026-06-04T02:21:11.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31932026-06-04T02:21:11.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31942026-06-04T02:21:11.810Z
31952026-06-04T02:21:11.810Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/295)
31962026-06-04T02:21:12.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31972026-06-04T02:21:12.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31982026-06-04T02:21:12.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31992026-06-04T02:21:12.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32002026-06-04T02:21:12.490Z
32012026-06-04T02:21:12.490Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/295)
32022026-06-04T02:21:13.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32032026-06-04T02:21:13.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32042026-06-04T02:21:13.069Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32052026-06-04T02:21:13.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32062026-06-04T02:21:13.174Z
32072026-06-04T02:21:13.174Zinfo: running `cargo check --bins` on gateway-test-utils (132/295)
32082026-06-04T02:21:13.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32092026-06-04T02:21:13.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32102026-06-04T02:21:13.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32112026-06-04T02:21:13.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32122026-06-04T02:21:13.813Z
32132026-06-04T02:21:13.814Zinfo: running `cargo check --bins` on omicron-gateway (133/295)
32142026-06-04T02:21:14.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32152026-06-04T02:21:14.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32162026-06-04T02:21:14.570Z Compiling regress v0.11.1
32172026-06-04T02:21:14.712Z Compiling unsafe-libyaml v0.2.11
32182026-06-04T02:21:14.728Z Compiling semver v0.1.20
32192026-06-04T02:21:14.728Z Compiling radium v0.7.0
32202026-06-04T02:21:14.754Z Checking tap v1.0.1
32212026-06-04T02:21:14.757Z Compiling maybe-uninit v2.0.0
32222026-06-04T02:21:14.779Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32232026-06-04T02:21:14.852Z Checking wyz v0.5.1
32242026-06-04T02:21:15.003Z Compiling rustc_version v0.1.7
32252026-06-04T02:21:15.042Z Checking progenitor-client v0.13.0
32262026-06-04T02:21:15.076Z Compiling zerocopy-derive v0.6.6
32272026-06-04T02:21:15.186Z Compiling owo-colors v4.3.0
32282026-06-04T02:21:15.221Z Compiling serde_yaml v0.9.34+deprecated
32292026-06-04T02:21:15.271Z Compiling newtype_derive v0.1.6
32302026-06-04T02:21:15.447Z Compiling packed_struct v0.10.1
32312026-06-04T02:21:15.461Z Checking funty v2.0.0
32322026-06-04T02:21:15.498Z Compiling cancel-safe-futures v0.1.5
32332026-06-04T02:21:15.696Z Checking crc-catalog v2.4.0
32342026-06-04T02:21:15.789Z Checking bitvec v1.0.1
32352026-06-04T02:21:15.806Z Checking crc v3.4.0
32362026-06-04T02:21:15.907Z Checking zerocopy v0.6.6
32372026-06-04T02:21:15.983Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32382026-06-04T02:21:15.998Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32392026-06-04T02:21:16.139Z Checking typify-impl v0.6.2
32402026-06-04T02:21:16.258Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32412026-06-04T02:21:16.332Z Compiling packed_struct_codegen v0.10.1
32422026-06-04T02:21:16.513Z Checking libsw-core v0.3.2
32432026-06-04T02:21:16.527Z Compiling bitfield-macros v0.19.4
32442026-06-04T02:21:16.661Z Compiling indexmap v1.9.3
32452026-06-04T02:21:16.676Z Checking nodrop v0.1.14
32462026-06-04T02:21:16.768Z Checking array-init v0.0.4
32472026-06-04T02:21:16.878Z Checking libsw v3.5.0
32482026-06-04T02:21:17.029Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32492026-06-04T02:21:17.070Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32502026-06-04T02:21:17.085Z Checking smallvec v0.6.14
32512026-06-04T02:21:17.224Z Checking bitfield v0.19.4
32522026-06-04T02:21:17.244Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32532026-06-04T02:21:17.435Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32542026-06-04T02:21:17.489Z Checking tagptr v0.2.0
32552026-06-04T02:21:17.562Z Checking linear-map v1.2.0
32562026-06-04T02:21:17.594Z Checking hashbrown v0.12.3
32572026-06-04T02:21:17.627Z Checking smawk v0.3.2
32582026-06-04T02:21:17.662Z Checking unicode-linebreak v0.1.5
32592026-06-04T02:21:17.733Z Checking base64 v0.21.7
32602026-06-04T02:21:17.757Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32612026-06-04T02:21:17.853Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32622026-06-04T02:21:17.876Z Checking textwrap v0.16.2
32632026-06-04T02:21:17.879Z Checking moka v0.12.13
32642026-06-04T02:21:17.926Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32652026-06-04T02:21:17.967Z Checking ron v0.8.1
32662026-06-04T02:21:18.095Z Checking steno v0.4.1
32672026-06-04T02:21:18.327Z Checking serde-hex v0.1.0
32682026-06-04T02:21:18.507Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32692026-06-04T02:21:18.521Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32702026-06-04T02:21:18.546Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32712026-06-04T02:21:18.673Z Checking hashbrown v0.13.2
32722026-06-04T02:21:18.759Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32732026-06-04T02:21:18.958Z Checking crc-any v2.5.0
32742026-06-04T02:21:19.111Z Checking object v0.30.4
32752026-06-04T02:21:19.137Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32762026-06-04T02:21:19.164Z Checking hickory-resolver v0.25.2
32772026-06-04T02:21:19.167Z Checking half v1.8.3
32782026-06-04T02:21:19.191Z Checking void v1.0.2
32792026-06-04T02:21:19.294Z Checking path-slash v0.1.5
32802026-06-04T02:21:19.315Z Checking utf-8 v0.7.6
32812026-06-04T02:21:19.373Z Checking serde_cbor v0.11.2
32822026-06-04T02:21:19.399Z Checking lzss v0.8.2
32832026-06-04T02:21:19.452Z Checking tungstenite v0.23.0
32842026-06-04T02:21:19.727Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32852026-06-04T02:21:19.759Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32862026-06-04T02:21:19.834Z Checking nix v0.27.1
32872026-06-04T02:21:19.864Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32882026-06-04T02:21:19.878Z Checking kstat-rs v0.2.4
32892026-06-04T02:21:19.891Z Checking fxhash v0.2.1
32902026-06-04T02:21:19.997Z Checking serde_bytes v0.11.19
32912026-06-04T02:21:20.011Z Checking tokio-tungstenite v0.23.1
32922026-06-04T02:21:20.064Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32932026-06-04T02:21:20.174Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32942026-06-04T02:21:20.271Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32952026-06-04T02:21:20.286Z Checking signal-hook-tokio v0.3.1
32962026-06-04T02:21:20.606Z Compiling typify-macro v0.6.2
32972026-06-04T02:21:21.492Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32982026-06-04T02:21:21.771Z Compiling typify v0.6.2
32992026-06-04T02:21:21.853Z Compiling progenitor-impl v0.13.0
33002026-06-04T02:21:21.853Z Compiling progenitor-impl v0.14.0
33012026-06-04T02:21:22.391Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33022026-06-04T02:21:22.719Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33032026-06-04T02:21:23.465Z Compiling progenitor-macro v0.13.0
33042026-06-04T02:21:23.504Z Compiling progenitor-macro v0.14.0
33052026-06-04T02:21:25.887Z Checking progenitor v0.13.0
33062026-06-04T02:21:26.023Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33072026-06-04T02:21:26.201Z Checking progenitor v0.14.0
33082026-06-04T02:21:26.317Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33092026-06-04T02:21:29.086Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33102026-06-04T02:21:36.758Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33112026-06-04T02:21:43.110Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33122026-06-04T02:21:44.479Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33132026-06-04T02:21:44.987Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33142026-06-04T02:21:47.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.26s
33152026-06-04T02:21:47.276Z
33162026-06-04T02:21:47.277Zinfo: running `cargo check --bins` on gateway-api (134/295)
33172026-06-04T02:21:47.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33182026-06-04T02:21:47.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33192026-06-04T02:21:47.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33202026-06-04T02:21:47.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33212026-06-04T02:21:47.879Z
33222026-06-04T02:21:47.879Zinfo: running `cargo check --bins` on ipcc (135/295)
33232026-06-04T02:21:48.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33242026-06-04T02:21:48.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33252026-06-04T02:21:48.396Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33262026-06-04T02:21:48.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33272026-06-04T02:21:48.491Z
33282026-06-04T02:21:48.491Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/295)
33292026-06-04T02:21:48.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33302026-06-04T02:21:48.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33312026-06-04T02:21:48.988Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33322026-06-04T02:21:48.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33332026-06-04T02:21:49.078Z
33342026-06-04T02:21:49.078Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/295)
33352026-06-04T02:21:49.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33362026-06-04T02:21:49.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33372026-06-04T02:21:49.610Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33382026-06-04T02:21:49.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
33392026-06-04T02:21:49.706Z
33402026-06-04T02:21:49.706Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/295)
33412026-06-04T02:21:50.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33422026-06-04T02:21:50.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33432026-06-04T02:21:50.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33442026-06-04T02:21:50.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33452026-06-04T02:21:50.311Z
33462026-06-04T02:21:50.311Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/295)
33472026-06-04T02:21:50.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33482026-06-04T02:21:50.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33492026-06-04T02:21:50.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33502026-06-04T02:21:50.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33512026-06-04T02:21:50.919Z
33522026-06-04T02:21:50.919Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/295)
33532026-06-04T02:21:51.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33542026-06-04T02:21:51.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33552026-06-04T02:21:51.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33562026-06-04T02:21:51.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33572026-06-04T02:21:51.525Z
33582026-06-04T02:21:51.525Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/295)
33592026-06-04T02:21:52.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33602026-06-04T02:21:52.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33612026-06-04T02:21:52.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33622026-06-04T02:21:52.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33632026-06-04T02:21:52.140Z
33642026-06-04T02:21:52.141Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/295)
33652026-06-04T02:21:52.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33662026-06-04T02:21:52.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33672026-06-04T02:21:52.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33682026-06-04T02:21:52.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33692026-06-04T02:21:52.740Z
33702026-06-04T02:21:52.740Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/295)
33712026-06-04T02:21:53.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33722026-06-04T02:21:53.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33732026-06-04T02:21:53.254Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33742026-06-04T02:21:53.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33752026-06-04T02:21:53.346Z
33762026-06-04T02:21:53.346Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/295)
33772026-06-04T02:21:53.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782026-06-04T02:21:53.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792026-06-04T02:21:53.992Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33802026-06-04T02:21:53.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33812026-06-04T02:21:53.992Z
33822026-06-04T02:21:53.992Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/295)
33832026-06-04T02:21:54.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842026-06-04T02:21:54.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852026-06-04T02:21:54.460Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33862026-06-04T02:21:54.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33872026-06-04T02:21:54.550Z
33882026-06-04T02:21:54.550Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/295)
33892026-06-04T02:21:55.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902026-06-04T02:21:55.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912026-06-04T02:21:55.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33922026-06-04T02:21:55.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33932026-06-04T02:21:55.151Z
33942026-06-04T02:21:55.151Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/295)
33952026-06-04T02:21:55.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33962026-06-04T02:21:55.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33972026-06-04T02:21:55.661Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33982026-06-04T02:21:55.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33992026-06-04T02:21:55.752Z
34002026-06-04T02:21:55.752Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/295)
34012026-06-04T02:21:56.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022026-06-04T02:21:56.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032026-06-04T02:21:56.272Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34042026-06-04T02:21:56.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34052026-06-04T02:21:56.368Z
34062026-06-04T02:21:56.368Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/295)
34072026-06-04T02:21:56.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082026-06-04T02:21:56.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092026-06-04T02:21:56.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34102026-06-04T02:21:56.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34112026-06-04T02:21:56.990Z
34122026-06-04T02:21:56.990Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/295)
34132026-06-04T02:21:57.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142026-06-04T02:21:57.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152026-06-04T02:21:57.519Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34162026-06-04T02:21:57.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34172026-06-04T02:21:57.616Z
34182026-06-04T02:21:57.616Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/295)
34192026-06-04T02:21:58.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202026-06-04T02:21:58.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212026-06-04T02:21:58.150Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34222026-06-04T02:21:58.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34232026-06-04T02:21:58.248Z
34242026-06-04T02:21:58.248Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/295)
34252026-06-04T02:21:58.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262026-06-04T02:21:58.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272026-06-04T02:21:58.781Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34282026-06-04T02:21:58.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34292026-06-04T02:21:58.873Z
34302026-06-04T02:21:58.873Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/295)
34312026-06-04T02:21:59.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34322026-06-04T02:21:59.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34332026-06-04T02:21:59.399Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34342026-06-04T02:21:59.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34352026-06-04T02:21:59.497Z
34362026-06-04T02:21:59.497Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/295)
34372026-06-04T02:22:00.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34382026-06-04T02:22:00.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34392026-06-04T02:22:00.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34402026-06-04T02:22:00.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34412026-06-04T02:22:00.121Z
34422026-06-04T02:22:00.122Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/295)
34432026-06-04T02:22:00.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34442026-06-04T02:22:00.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34452026-06-04T02:22:00.650Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34462026-06-04T02:22:00.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34472026-06-04T02:22:00.747Z
34482026-06-04T02:22:00.747Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/295)
34492026-06-04T02:22:01.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34502026-06-04T02:22:01.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34512026-06-04T02:22:01.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34522026-06-04T02:22:01.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34532026-06-04T02:22:01.375Z
34542026-06-04T02:22:01.375Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/295)
34552026-06-04T02:22:01.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34562026-06-04T02:22:01.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34572026-06-04T02:22:01.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34582026-06-04T02:22:01.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34592026-06-04T02:22:01.995Z
34602026-06-04T02:22:01.996Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/295)
34612026-06-04T02:22:02.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34622026-06-04T02:22:02.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34632026-06-04T02:22:02.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34642026-06-04T02:22:02.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34652026-06-04T02:22:02.598Z
34662026-06-04T02:22:02.598Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/295)
34672026-06-04T02:22:03.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34682026-06-04T02:22:03.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34692026-06-04T02:22:03.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34702026-06-04T02:22:03.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34712026-06-04T02:22:03.204Z
34722026-06-04T02:22:03.204Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/295)
34732026-06-04T02:22:03.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34742026-06-04T02:22:03.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34752026-06-04T02:22:03.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34762026-06-04T02:22:03.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34772026-06-04T02:22:03.811Z
34782026-06-04T02:22:03.811Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/295)
34792026-06-04T02:22:04.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34802026-06-04T02:22:04.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34812026-06-04T02:22:04.323Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34822026-06-04T02:22:04.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34832026-06-04T02:22:04.416Z
34842026-06-04T02:22:04.416Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/295)
34852026-06-04T02:22:04.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34862026-06-04T02:22:04.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34872026-06-04T02:22:04.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34882026-06-04T02:22:04.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34892026-06-04T02:22:05.026Z
34902026-06-04T02:22:05.026Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/295)
34912026-06-04T02:22:05.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34922026-06-04T02:22:05.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34932026-06-04T02:22:05.540Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34942026-06-04T02:22:05.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34952026-06-04T02:22:05.634Z
34962026-06-04T02:22:05.634Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/295)
34972026-06-04T02:22:06.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34982026-06-04T02:22:06.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34992026-06-04T02:22:06.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35002026-06-04T02:22:06.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35012026-06-04T02:22:06.242Z
35022026-06-04T02:22:06.242Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/295)
35032026-06-04T02:22:06.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35042026-06-04T02:22:06.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35052026-06-04T02:22:06.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35062026-06-04T02:22:06.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35072026-06-04T02:22:06.850Z
35082026-06-04T02:22:06.850Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/295)
35092026-06-04T02:22:07.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35102026-06-04T02:22:07.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35112026-06-04T02:22:07.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35122026-06-04T02:22:07.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35132026-06-04T02:22:07.474Z
35142026-06-04T02:22:07.474Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/295)
35152026-06-04T02:22:07.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35162026-06-04T02:22:08.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35172026-06-04T02:22:08.001Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35182026-06-04T02:22:08.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35192026-06-04T02:22:08.118Z
35202026-06-04T02:22:08.119Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/295)
35212026-06-04T02:22:08.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35222026-06-04T02:22:08.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35232026-06-04T02:22:08.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35242026-06-04T02:22:08.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35252026-06-04T02:22:08.724Z
35262026-06-04T02:22:08.724Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/295)
35272026-06-04T02:22:09.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35282026-06-04T02:22:09.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35292026-06-04T02:22:09.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35302026-06-04T02:22:09.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35312026-06-04T02:22:09.347Z
35322026-06-04T02:22:09.347Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/295)
35332026-06-04T02:22:09.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35342026-06-04T02:22:09.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35352026-06-04T02:22:09.878Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35362026-06-04T02:22:09.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35372026-06-04T02:22:09.976Z
35382026-06-04T02:22:09.976Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/295)
35392026-06-04T02:22:10.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35402026-06-04T02:22:10.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35412026-06-04T02:22:10.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35422026-06-04T02:22:10.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35432026-06-04T02:22:10.601Z
35442026-06-04T02:22:10.601Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/295)
35452026-06-04T02:22:11.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35462026-06-04T02:22:11.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35472026-06-04T02:22:11.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35482026-06-04T02:22:11.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35492026-06-04T02:22:11.231Z
35502026-06-04T02:22:11.231Zinfo: running `cargo check --bins` on oximeter-producer (173/295)
35512026-06-04T02:22:11.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35522026-06-04T02:22:11.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35532026-06-04T02:22:11.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35542026-06-04T02:22:11.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35552026-06-04T02:22:11.884Z
35562026-06-04T02:22:11.884Zinfo: running `cargo check --bins` on internal-dns-resolver (174/295)
35572026-06-04T02:22:12.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35582026-06-04T02:22:12.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35592026-06-04T02:22:12.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35602026-06-04T02:22:12.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35612026-06-04T02:22:12.496Z
35622026-06-04T02:22:12.496Zinfo: running `cargo check --bins` on dns-server (175/295)
35632026-06-04T02:22:13.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35642026-06-04T02:22:13.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35652026-06-04T02:22:13.158Z Compiling parking_lot_core v0.8.6
35662026-06-04T02:22:13.158Z Compiling atomicwrites v0.4.4
35672026-06-04T02:22:13.162Z Compiling git-stub v1.0.0
35682026-06-04T02:22:13.162Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35692026-06-04T02:22:13.162Z Checking prefix-trie v0.7.0
35702026-06-04T02:22:13.398Z Compiling git-stub-vcs v0.1.0
35712026-06-04T02:22:13.568Z Checking hickory-server v0.25.2
35722026-06-04T02:22:13.679Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35732026-06-04T02:22:13.695Z Checking parking_lot v0.11.2
35742026-06-04T02:22:13.749Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35752026-06-04T02:22:13.749Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35762026-06-04T02:22:13.869Z Checking sled v0.34.7
35772026-06-04T02:22:15.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s
35782026-06-04T02:22:15.941Z
35792026-06-04T02:22:15.941Zinfo: running `cargo check --bins` on dns-server-api (176/295)
35802026-06-04T02:22:16.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35812026-06-04T02:22:16.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35822026-06-04T02:22:16.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35832026-06-04T02:22:16.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35842026-06-04T02:22:16.536Z
35852026-06-04T02:22:16.536Zinfo: running `cargo check --bins` on oximeter-producer-api (177/295)
35862026-06-04T02:22:17.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35872026-06-04T02:22:17.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35882026-06-04T02:22:17.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35892026-06-04T02:22:17.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35902026-06-04T02:22:17.138Z
35912026-06-04T02:22:17.138Zinfo: running `cargo check --bins` on sp-sim (178/295)
35922026-06-04T02:22:17.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35932026-06-04T02:22:17.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35942026-06-04T02:22:17.857Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35952026-06-04T02:22:19.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.47s
35962026-06-04T02:22:19.819Z
35972026-06-04T02:22:19.820Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/295)
35982026-06-04T02:22:20.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35992026-06-04T02:22:20.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36002026-06-04T02:22:20.371Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36012026-06-04T02:22:20.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36022026-06-04T02:22:20.475Z
36032026-06-04T02:22:20.475Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/295)
36042026-06-04T02:22:21.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36052026-06-04T02:22:21.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36062026-06-04T02:22:21.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36072026-06-04T02:22:21.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36082026-06-04T02:22:21.133Z
36092026-06-04T02:22:21.133Zinfo: running `cargo check --bins` on db-macros (181/295)
36102026-06-04T02:22:21.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36112026-06-04T02:22:21.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36122026-06-04T02:22:21.629Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36132026-06-04T02:22:21.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36142026-06-04T02:22:21.719Z
36152026-06-04T02:22:21.719Zinfo: running `cargo check --bins` on nexus-macros-common (182/295)
36162026-06-04T02:22:22.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36172026-06-04T02:22:22.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36182026-06-04T02:22:22.224Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36192026-06-04T02:22:22.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36202026-06-04T02:22:22.313Z
36212026-06-04T02:22:22.313Zinfo: running `cargo check --bins` on nexus-auth (183/295)
36222026-06-04T02:22:22.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36232026-06-04T02:22:22.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36242026-06-04T02:22:22.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36252026-06-04T02:22:22.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36262026-06-04T02:22:22.972Z
36272026-06-04T02:22:22.972Zinfo: running `cargo check --bins` on authz-macros (184/295)
36282026-06-04T02:22:23.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36292026-06-04T02:22:23.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36302026-06-04T02:22:23.472Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36312026-06-04T02:22:23.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36322026-06-04T02:22:23.561Z
36332026-06-04T02:22:23.561Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/295)
36342026-06-04T02:22:24.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36352026-06-04T02:22:24.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36362026-06-04T02:22:24.105Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36372026-06-04T02:22:24.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36382026-06-04T02:22:24.207Z
36392026-06-04T02:22:24.207Zinfo: running `cargo check --bins` on nexus-db-model (186/295)
36402026-06-04T02:22:24.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36412026-06-04T02:22:24.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36422026-06-04T02:22:24.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36432026-06-04T02:22:24.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36442026-06-04T02:22:24.860Z
36452026-06-04T02:22:24.861Zinfo: running `cargo check --bins` on nexus-db-schema (187/295)
36462026-06-04T02:22:25.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36472026-06-04T02:22:25.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36482026-06-04T02:22:25.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36492026-06-04T02:22:25.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36502026-06-04T02:22:25.452Z
36512026-06-04T02:22:25.452Zinfo: running `cargo check --bins` on omicron-rpaths (188/295)
36522026-06-04T02:22:25.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36532026-06-04T02:22:25.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36542026-06-04T02:22:25.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36552026-06-04T02:22:25.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36562026-06-04T02:22:26.035Z
36572026-06-04T02:22:26.035Zinfo: running `cargo check --bins` on nexus-defaults (189/295)
36582026-06-04T02:22:26.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36592026-06-04T02:22:26.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36602026-06-04T02:22:26.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36612026-06-04T02:22:26.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36622026-06-04T02:22:26.637Z
36632026-06-04T02:22:26.638Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/295)
36642026-06-04T02:22:27.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36652026-06-04T02:22:27.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36662026-06-04T02:22:27.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36672026-06-04T02:22:27.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36682026-06-04T02:22:27.232Z
36692026-06-04T02:22:27.233Zinfo: running `cargo check --bins` on parallel-task-set (191/295)
36702026-06-04T02:22:27.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36712026-06-04T02:22:27.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36722026-06-04T02:22:27.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36732026-06-04T02:22:27.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36742026-06-04T02:22:27.822Z
36752026-06-04T02:22:27.822Zinfo: running `cargo check --bins` on nexus-db-errors (192/295)
36762026-06-04T02:22:28.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36772026-06-04T02:22:28.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36782026-06-04T02:22:28.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36792026-06-04T02:22:28.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36802026-06-04T02:22:28.483Z
36812026-06-04T02:22:28.483Zinfo: running `cargo check --bins` on nexus-db-lookup (193/295)
36822026-06-04T02:22:29.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36832026-06-04T02:22:29.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36842026-06-04T02:22:29.043Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36852026-06-04T02:22:29.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36862026-06-04T02:22:29.147Z
36872026-06-04T02:22:29.147Zinfo: running `cargo check --bins` on nexus-inventory (194/295)
36882026-06-04T02:22:29.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36892026-06-04T02:22:29.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36902026-06-04T02:22:29.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36912026-06-04T02:22:29.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36922026-06-04T02:22:29.800Z
36932026-06-04T02:22:29.800Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (195/295)
36942026-06-04T02:22:30.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36952026-06-04T02:22:30.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36962026-06-04T02:22:30.332Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36972026-06-04T02:22:30.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36982026-06-04T02:22:30.428Z
36992026-06-04T02:22:30.428Zinfo: running `cargo check --bins --no-default-features` on sled-storage (196/295)
37002026-06-04T02:22:30.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37012026-06-04T02:22:30.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37022026-06-04T02:22:30.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37032026-06-04T02:22:30.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37042026-06-04T02:22:31.053Z
37052026-06-04T02:22:31.053Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (197/295)
37062026-06-04T02:22:31.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37072026-06-04T02:22:31.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37082026-06-04T02:22:31.585Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37092026-06-04T02:22:31.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
37102026-06-04T02:22:31.681Z
37112026-06-04T02:22:31.681Zinfo: running `cargo check --bins` on key-manager (198/295)
37122026-06-04T02:22:32.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37132026-06-04T02:22:32.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37142026-06-04T02:22:32.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37152026-06-04T02:22:32.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37162026-06-04T02:22:32.289Z
37172026-06-04T02:22:32.289Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (199/295)
37182026-06-04T02:22:32.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37192026-06-04T02:22:32.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37202026-06-04T02:22:32.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37212026-06-04T02:22:32.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37222026-06-04T02:22:32.915Z
37232026-06-04T02:22:32.915Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (200/295)
37242026-06-04T02:22:33.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37252026-06-04T02:22:33.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37262026-06-04T02:22:33.442Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37272026-06-04T02:22:33.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37282026-06-04T02:22:33.539Z
37292026-06-04T02:22:33.539Zinfo: running `cargo check --bins` on typed-rng (201/295)
37302026-06-04T02:22:34.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37312026-06-04T02:22:34.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37322026-06-04T02:22:34.043Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37332026-06-04T02:22:34.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37342026-06-04T02:22:34.131Z
37352026-06-04T02:22:34.131Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (202/295)
37362026-06-04T02:22:34.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37372026-06-04T02:22:34.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37382026-06-04T02:22:35.003Z Compiling libefi-sys v0.1.0
37392026-06-04T02:22:35.141Z Compiling bitfield-struct v0.6.2
37402026-06-04T02:22:35.152Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37412026-06-04T02:22:35.160Z Compiling xshell-macros v0.2.7
37422026-06-04T02:22:35.171Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37432026-06-04T02:22:35.186Z Compiling typify-impl v0.4.3
37442026-06-04T02:22:35.189Z Compiling salty v0.3.0
37452026-06-04T02:22:35.211Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37462026-06-04T02:22:35.217Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
37472026-06-04T02:22:35.383Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37482026-06-04T02:22:35.496Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37492026-06-04T02:22:35.524Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37502026-06-04T02:22:35.539Z Checking xshell v0.2.7
37512026-06-04T02:22:35.705Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37522026-06-04T02:22:35.739Z Checking primeorder v0.13.6
37532026-06-04T02:22:35.758Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37542026-06-04T02:22:35.800Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37552026-06-04T02:22:35.874Z Compiling proc-macro-error-attr2 v2.0.0
37562026-06-04T02:22:35.912Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37572026-06-04T02:22:35.977Z Checking p384 v0.13.1
37582026-06-04T02:22:35.994Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37592026-06-04T02:22:36.125Z Checking tungstenite v0.21.0
37602026-06-04T02:22:36.140Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37612026-06-04T02:22:36.232Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37622026-06-04T02:22:36.266Z Compiling proc-macro-error2 v2.0.1
37632026-06-04T02:22:36.589Z Compiling num-derive v0.3.3
37642026-06-04T02:22:36.739Z Compiling tabled_derive v0.11.0
37652026-06-04T02:22:36.799Z Checking tokio-tungstenite v0.21.0
37662026-06-04T02:22:37.087Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37672026-06-04T02:22:37.103Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37682026-06-04T02:22:37.448Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37692026-06-04T02:22:37.502Z Checking libscf-sys v1.1.0
37702026-06-04T02:22:37.715Z Checking papergrid v0.17.0
37712026-06-04T02:22:37.782Z Checking testing_table v0.3.0
37722026-06-04T02:22:37.819Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
37732026-06-04T02:22:37.882Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37742026-06-04T02:22:37.902Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37752026-06-04T02:22:37.966Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
37762026-06-04T02:22:38.179Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37772026-06-04T02:22:38.306Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
37782026-06-04T02:22:38.388Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37792026-06-04T02:22:38.403Z Checking corncobs v0.1.4
37802026-06-04T02:22:38.431Z Compiling illumos-nvpair-sys v0.2.0
37812026-06-04T02:22:38.530Z Compiling unicase v2.9.0
37822026-06-04T02:22:38.533Z Checking tabled v0.20.0
37832026-06-04T02:22:38.635Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37842026-06-04T02:22:38.678Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37852026-06-04T02:22:38.712Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37862026-06-04T02:22:38.741Z Compiling mime_guess v2.0.5
37872026-06-04T02:22:38.904Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37882026-06-04T02:22:38.939Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37892026-06-04T02:22:39.027Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
37902026-06-04T02:22:39.044Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
37912026-06-04T02:22:39.116Z Checking progenitor-client v0.11.2
37922026-06-04T02:22:39.280Z Checking secrecy v0.8.0
37932026-06-04T02:22:39.357Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37942026-06-04T02:22:39.606Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
37952026-06-04T02:22:39.650Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37962026-06-04T02:22:39.678Z Compiling typify-macro v0.4.3
37972026-06-04T02:22:39.711Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37982026-06-04T02:22:39.761Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37992026-06-04T02:22:39.917Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
38002026-06-04T02:22:39.973Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38012026-06-04T02:22:39.989Z Checking filetime v0.2.27
38022026-06-04T02:22:40.130Z Checking xattr v1.6.1
38032026-06-04T02:22:40.145Z Checking http-range v0.1.5
38042026-06-04T02:22:40.272Z Checking crc8 v0.1.1
38052026-06-04T02:22:40.372Z Checking tar v0.4.45
38062026-06-04T02:22:40.387Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38072026-06-04T02:22:40.575Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38082026-06-04T02:22:40.590Z Checking illumos-nvpair v0.3.0
38092026-06-04T02:22:40.767Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38102026-06-04T02:22:40.781Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38112026-06-04T02:22:40.894Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38122026-06-04T02:22:41.153Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
38132026-06-04T02:22:41.263Z Checking atty v0.2.14
38142026-06-04T02:22:41.312Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38152026-06-04T02:22:41.363Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
38162026-06-04T02:22:41.379Z Compiling typify v0.4.3
38172026-06-04T02:22:41.489Z Compiling progenitor-impl v0.11.2
38182026-06-04T02:22:41.520Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38192026-06-04T02:22:41.857Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38202026-06-04T02:22:41.890Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38212026-06-04T02:22:41.975Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
38222026-06-04T02:22:42.191Z Checking hyper-staticfile v0.10.1
38232026-06-04T02:22:42.224Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
38242026-06-04T02:22:42.425Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38252026-06-04T02:22:42.483Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38262026-06-04T02:22:42.504Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
38272026-06-04T02:22:42.678Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38282026-06-04T02:22:42.727Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38292026-06-04T02:22:42.866Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38302026-06-04T02:22:42.935Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38312026-06-04T02:22:43.086Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38322026-06-04T02:22:43.117Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38332026-06-04T02:22:43.382Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38342026-06-04T02:22:43.419Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38352026-06-04T02:22:43.435Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
38362026-06-04T02:22:43.679Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38372026-06-04T02:22:44.030Z Compiling progenitor-macro v0.11.2
38382026-06-04T02:22:46.470Z Checking progenitor v0.11.2
38392026-06-04T02:22:46.606Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
38402026-06-04T02:22:46.776Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38412026-06-04T02:22:51.302Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38422026-06-04T02:23:02.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.16s
38432026-06-04T02:23:02.514Z
38442026-06-04T02:23:02.514Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (203/295)
38452026-06-04T02:23:03.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38462026-06-04T02:23:03.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38472026-06-04T02:23:03.324Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38482026-06-04T02:23:14.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.53s
38492026-06-04T02:23:14.259Z
38502026-06-04T02:23:14.259Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (204/295)
38512026-06-04T02:23:14.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38522026-06-04T02:23:14.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38532026-06-04T02:23:15.058Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38542026-06-04T02:23:25.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.50s
38552026-06-04T02:23:25.985Z
38562026-06-04T02:23:25.985Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (205/295)
38572026-06-04T02:23:26.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38582026-06-04T02:23:26.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38592026-06-04T02:23:26.787Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38602026-06-04T02:23:37.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.52s
38612026-06-04T02:23:37.723Z
38622026-06-04T02:23:37.723Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (206/295)
38632026-06-04T02:23:38.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38642026-06-04T02:23:38.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38652026-06-04T02:23:38.524Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38662026-06-04T02:23:49.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.49s
38672026-06-04T02:23:49.444Z
38682026-06-04T02:23:49.444Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (207/295)
38692026-06-04T02:23:50.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38702026-06-04T02:23:50.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38712026-06-04T02:23:50.234Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38722026-06-04T02:24:01.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.57s
38732026-06-04T02:24:01.235Z
38742026-06-04T02:24:01.235Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (208/295)
38752026-06-04T02:24:01.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38762026-06-04T02:24:01.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38772026-06-04T02:24:02.025Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38782026-06-04T02:24:12.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.52s
38792026-06-04T02:24:12.981Z
38802026-06-04T02:24:12.981Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (209/295)
38812026-06-04T02:24:13.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38822026-06-04T02:24:13.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38832026-06-04T02:24:13.780Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38842026-06-04T02:24:24.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.58s
38852026-06-04T02:24:24.791Z
38862026-06-04T02:24:24.791Zinfo: running `cargo check --bins` on bootstrap-agent-api (210/295)
38872026-06-04T02:24:25.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38882026-06-04T02:24:25.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38892026-06-04T02:24:25.316Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38902026-06-04T02:24:25.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38912026-06-04T02:24:25.406Z
38922026-06-04T02:24:25.406Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (211/295)
38932026-06-04T02:24:25.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38942026-06-04T02:24:25.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38952026-06-04T02:24:25.922Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38962026-06-04T02:24:25.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38972026-06-04T02:24:26.012Z
38982026-06-04T02:24:26.012Zinfo: running `cargo check --bins` on range-requests (212/295)
38992026-06-04T02:24:26.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39002026-06-04T02:24:26.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39012026-06-04T02:24:26.516Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39022026-06-04T02:24:26.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39032026-06-04T02:24:26.606Z
39042026-06-04T02:24:26.606Zinfo: running `cargo check --bins` on repo-depot-api (213/295)
39052026-06-04T02:24:27.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39062026-06-04T02:24:27.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39072026-06-04T02:24:27.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39082026-06-04T02:24:27.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39092026-06-04T02:24:27.208Z
39102026-06-04T02:24:27.208Zinfo: running `cargo check --bins` on sled-agent-api (214/295)
39112026-06-04T02:24:27.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39122026-06-04T02:24:27.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39132026-06-04T02:24:27.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39142026-06-04T02:24:27.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39152026-06-04T02:24:27.831Z
39162026-06-04T02:24:27.831Zinfo: running `cargo check --bins` on sled-diagnostics (215/295)
39172026-06-04T02:24:28.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39182026-06-04T02:24:28.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39192026-06-04T02:24:28.364Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39202026-06-04T02:24:28.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39212026-06-04T02:24:28.460Z
39222026-06-04T02:24:28.461Zinfo: running `cargo check --bins` on zfs-test-harness (216/295)
39232026-06-04T02:24:28.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39242026-06-04T02:24:28.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39252026-06-04T02:24:28.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39262026-06-04T02:24:28.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39272026-06-04T02:24:29.082Z
39282026-06-04T02:24:29.082Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (217/295)
39292026-06-04T02:24:29.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39302026-06-04T02:24:29.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39312026-06-04T02:24:29.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39322026-06-04T02:24:29.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39332026-06-04T02:24:29.709Z
39342026-06-04T02:24:29.709Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (218/295)
39352026-06-04T02:24:30.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39362026-06-04T02:24:30.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39372026-06-04T02:24:30.240Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39382026-06-04T02:24:30.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39392026-06-04T02:24:30.337Z
39402026-06-04T02:24:30.337Zinfo: running `cargo check --bins` on sled-agent-early-networking (219/295)
39412026-06-04T02:24:30.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39422026-06-04T02:24:30.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39432026-06-04T02:24:30.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39442026-06-04T02:24:30.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39452026-06-04T02:24:30.967Z
39462026-06-04T02:24:30.967Zinfo: running `cargo check --bins` on sled-agent-health-monitor (220/295)
39472026-06-04T02:24:31.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39482026-06-04T02:24:31.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39492026-06-04T02:24:31.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39502026-06-04T02:24:31.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39512026-06-04T02:24:31.596Z
39522026-06-04T02:24:31.596Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (221/295)
39532026-06-04T02:24:32.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39542026-06-04T02:24:32.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39552026-06-04T02:24:32.129Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39562026-06-04T02:24:32.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39572026-06-04T02:24:32.227Z
39582026-06-04T02:24:32.227Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (222/295)
39592026-06-04T02:24:32.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39602026-06-04T02:24:32.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39612026-06-04T02:24:32.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39622026-06-04T02:24:32.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39632026-06-04T02:24:32.861Z
39642026-06-04T02:24:32.861Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (223/295)
39652026-06-04T02:24:33.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39662026-06-04T02:24:33.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39672026-06-04T02:24:33.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39682026-06-04T02:24:33.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39692026-06-04T02:24:33.491Z
39702026-06-04T02:24:33.491Zinfo: running `cargo check --bins` on sled-agent-rack-setup (224/295)
39712026-06-04T02:24:34.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39722026-06-04T02:24:34.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39732026-06-04T02:24:34.043Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39742026-06-04T02:24:34.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39752026-06-04T02:24:34.146Z
39762026-06-04T02:24:34.146Zinfo: running `cargo check --bins` on trust-quorum (225/295)
39772026-06-04T02:24:34.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39782026-06-04T02:24:34.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39792026-06-04T02:24:34.683Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39802026-06-04T02:24:34.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39812026-06-04T02:24:34.784Z
39822026-06-04T02:24:34.785Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (226/295)
39832026-06-04T02:24:35.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39842026-06-04T02:24:35.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39852026-06-04T02:24:35.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39862026-06-04T02:24:35.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39872026-06-04T02:24:35.436Z
39882026-06-04T02:24:35.436Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (227/295)
39892026-06-04T02:24:35.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39902026-06-04T02:24:35.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39912026-06-04T02:24:35.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39922026-06-04T02:24:36.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
39932026-06-04T02:24:36.104Z
39942026-06-04T02:24:36.104Zinfo: running `cargo check --bins` on update-common (228/295)
39952026-06-04T02:24:36.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39962026-06-04T02:24:36.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39972026-06-04T02:24:36.624Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39982026-06-04T02:24:36.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39992026-06-04T02:24:36.719Z
40002026-06-04T02:24:36.719Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (229/295)
40012026-06-04T02:24:37.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40022026-06-04T02:24:37.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40032026-06-04T02:24:37.281Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40042026-06-04T02:24:37.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
40052026-06-04T02:24:37.384Z
40062026-06-04T02:24:37.384Zinfo: running `cargo check --bins` on omicron-deployment-graph (230/295)
40072026-06-04T02:24:37.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40082026-06-04T02:24:37.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40092026-06-04T02:24:37.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40102026-06-04T02:24:37.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40112026-06-04T02:24:37.978Z
40122026-06-04T02:24:37.978Zinfo: running `cargo check --bins` on reconfigurator-cli (231/295)
40132026-06-04T02:24:38.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40142026-06-04T02:24:38.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40152026-06-04T02:24:38.770Z Compiling fs-err v2.11.0
40162026-06-04T02:24:38.773Z Checking ignore v0.4.25
40172026-06-04T02:24:38.773Z Checking arc-swap v1.8.2
40182026-06-04T02:24:38.908Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40192026-06-04T02:24:38.908Z Checking predicates-tree v1.0.13
40202026-06-04T02:24:38.914Z Checking parse-size v1.1.0
40212026-06-04T02:24:38.938Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40222026-06-04T02:24:38.941Z Checking rand_seeder v0.4.0
40232026-06-04T02:24:39.017Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40242026-06-04T02:24:39.040Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40252026-06-04T02:24:39.093Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40262026-06-04T02:24:39.110Z Checking slog-scope v4.4.1
40272026-06-04T02:24:39.148Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40282026-06-04T02:24:39.233Z Compiling petname v2.0.2
40292026-06-04T02:24:39.247Z Checking slog-stdlog v4.1.1
40302026-06-04T02:24:39.263Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40312026-06-04T02:24:39.282Z Checking globwalk v0.9.1
40322026-06-04T02:24:39.340Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40332026-06-04T02:24:39.368Z Checking slog-envlogger v2.2.0
40342026-06-04T02:24:39.461Z Checking camino-tempfile-ext v0.3.3
40352026-06-04T02:24:39.520Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40362026-06-04T02:24:39.583Z Checking sapling-renderdag v0.1.0
40372026-06-04T02:24:39.655Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40382026-06-04T02:24:39.720Z Checking subprocess v0.2.15
40392026-06-04T02:24:39.826Z Checking sync-ptr v0.1.4
40402026-06-04T02:24:39.891Z Checking colored v2.2.0
40412026-06-04T02:24:39.945Z Checking assert_matches v1.5.0
40422026-06-04T02:24:40.006Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40432026-06-04T02:24:40.163Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40442026-06-04T02:24:40.167Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40452026-06-04T02:24:40.899Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40462026-06-04T02:24:42.227Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40472026-06-04T02:24:44.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.48s
40482026-06-04T02:24:44.665Z
40492026-06-04T02:24:44.665Zinfo: running `cargo check --bins` on omicron-repl-utils (232/295)
40502026-06-04T02:24:45.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40512026-06-04T02:24:45.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40522026-06-04T02:24:45.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40532026-06-04T02:24:45.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40542026-06-04T02:24:45.262Z
40552026-06-04T02:24:45.262Zinfo: running `cargo check --bins` on transient-dns-server (233/295)
40562026-06-04T02:24:45.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40572026-06-04T02:24:45.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40582026-06-04T02:24:45.784Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40592026-06-04T02:24:45.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40602026-06-04T02:24:45.881Z
40612026-06-04T02:24:45.881Zinfo: running `cargo check --bins` on nexus-test-interface (234/295)
40622026-06-04T02:24:46.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40632026-06-04T02:24:46.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40642026-06-04T02:24:46.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40652026-06-04T02:24:46.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40662026-06-04T02:24:46.548Z
40672026-06-04T02:24:46.548Zinfo: running `cargo check --bins` on oximeter-collector (235/295)
40682026-06-04T02:24:47.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40692026-06-04T02:24:47.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40702026-06-04T02:24:47.285Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40712026-06-04T02:24:47.288Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40722026-06-04T02:24:47.936Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40732026-06-04T02:24:49.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.99s
40742026-06-04T02:24:49.746Z
40752026-06-04T02:24:49.746Zinfo: running `cargo check --bins` on oximeter-api (236/295)
40762026-06-04T02:24:50.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40772026-06-04T02:24:50.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40782026-06-04T02:24:50.257Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40792026-06-04T02:24:50.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40802026-06-04T02:24:50.346Z
40812026-06-04T02:24:50.346Zinfo: running `cargo check --bins` on cert-dev (237/295)
40822026-06-04T02:24:50.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40832026-06-04T02:24:50.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40842026-06-04T02:24:50.960Z Checking yasna v0.5.2
40852026-06-04T02:24:51.365Z Checking rcgen v0.12.1
40862026-06-04T02:24:51.617Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
40872026-06-04T02:24:51.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
40882026-06-04T02:24:51.984Z
40892026-06-04T02:24:51.985Zinfo: running `cargo check --bins` on clickana (238/295)
40902026-06-04T02:24:52.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40912026-06-04T02:24:52.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40922026-06-04T02:24:52.641Z Compiling darling_core v0.23.0
40932026-06-04T02:24:52.751Z Compiling instability v0.3.11
40942026-06-04T02:24:52.762Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
40952026-06-04T02:24:52.765Z Checking castaway v0.2.4
40962026-06-04T02:24:52.765Z Compiling indoc v2.0.7
40972026-06-04T02:24:52.782Z Checking unicode-truncate v1.1.0
40982026-06-04T02:24:52.785Z Checking lru v0.12.5
40992026-06-04T02:24:52.785Z Checking cassowary v0.3.0
41002026-06-04T02:24:52.850Z Checking compact_str v0.8.1
41012026-06-04T02:24:54.091Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
41022026-06-04T02:24:54.185Z Compiling darling_macro v0.23.0
41032026-06-04T02:24:54.274Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41042026-06-04T02:24:54.596Z Compiling darling v0.23.0
41052026-06-04T02:24:55.219Z Checking ratatui v0.29.0
41062026-06-04T02:24:56.299Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41072026-06-04T02:24:56.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.98s
41082026-06-04T02:24:57.159Z
41092026-06-04T02:24:57.160Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (239/295)
41102026-06-04T02:24:57.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41112026-06-04T02:24:57.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41122026-06-04T02:24:57.889Z Checking headers-core v0.3.0
41132026-06-04T02:24:57.892Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41142026-06-04T02:24:58.089Z Checking headers v0.4.1
41152026-06-04T02:24:58.475Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41162026-06-04T02:24:59.330Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41172026-06-04T02:24:59.833Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41182026-06-04T02:25:00.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.09s
41192026-06-04T02:25:00.451Z
41202026-06-04T02:25:00.451Zinfo: running `cargo check --bins` on ch-dev (240/295)
41212026-06-04T02:25:00.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41222026-06-04T02:25:00.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41232026-06-04T02:25:01.163Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41242026-06-04T02:25:01.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
41252026-06-04T02:25:02.119Z
41262026-06-04T02:25:02.119Zinfo: running `cargo check --bins` on dev-tools-common (241/295)
41272026-06-04T02:25:02.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41282026-06-04T02:25:02.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41292026-06-04T02:25:02.527Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41302026-06-04T02:25:02.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
41312026-06-04T02:25:02.586Z
41322026-06-04T02:25:02.586Zinfo: running `cargo check --bins` on crdb-seed (242/295)
41332026-06-04T02:25:03.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41342026-06-04T02:25:03.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41352026-06-04T02:25:03.303Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41362026-06-04T02:25:04.283Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41372026-06-04T02:25:04.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.02s
41382026-06-04T02:25:04.818Z
41392026-06-04T02:25:04.818Zinfo: running `cargo check --bins` on db-dev (243/295)
41402026-06-04T02:25:05.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41412026-06-04T02:25:05.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41422026-06-04T02:25:05.540Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41432026-06-04T02:25:06.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
41442026-06-04T02:25:06.497Z
41452026-06-04T02:25:06.497Zinfo: running `cargo check --bins` on omicron-dev-lib (244/295)
41462026-06-04T02:25:07.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41472026-06-04T02:25:07.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41482026-06-04T02:25:07.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41492026-06-04T02:25:07.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41502026-06-04T02:25:07.134Z
41512026-06-04T02:25:07.134Zinfo: running `cargo check --bins` on xtask-downloader (245/295)
41522026-06-04T02:25:07.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41532026-06-04T02:25:07.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41542026-06-04T02:25:07.745Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41552026-06-04T02:25:08.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
41562026-06-04T02:25:08.597Z
41572026-06-04T02:25:08.597Zinfo: running `cargo check --bins` on omicron-dropshot-apis (246/295)
41582026-06-04T02:25:09.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41592026-06-04T02:25:09.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41602026-06-04T02:25:09.345Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41612026-06-04T02:25:09.345Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41622026-06-04T02:25:09.345Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
41632026-06-04T02:25:09.388Z Checking git-stub v1.0.0
41642026-06-04T02:25:09.388Z Compiling trait-variant v0.1.2
41652026-06-04T02:25:09.388Z Checking maplit v1.0.2
41662026-06-04T02:25:09.475Z Checking is_ci v1.2.0
41672026-06-04T02:25:09.491Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41682026-06-04T02:25:09.557Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41692026-06-04T02:25:09.582Z Checking supports-color v3.0.2
41702026-06-04T02:25:09.610Z Checking git-stub-vcs v0.1.0
41712026-06-04T02:25:09.712Z Checking drift v0.2.0
41722026-06-04T02:25:09.748Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41732026-06-04T02:25:09.765Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41742026-06-04T02:25:09.811Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41752026-06-04T02:25:09.977Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41762026-06-04T02:25:09.991Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
41772026-06-04T02:25:10.040Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41782026-06-04T02:25:10.054Z Checking dropshot-api-manager v0.7.2
41792026-06-04T02:25:10.210Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41802026-06-04T02:25:10.256Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
41812026-06-04T02:25:10.468Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
41822026-06-04T02:25:10.736Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41832026-06-04T02:25:15.731Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
41842026-06-04T02:25:16.822Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
41852026-06-04T02:25:17.385Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
41862026-06-04T02:25:17.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.22s
41872026-06-04T02:25:18.022Z
41882026-06-04T02:25:18.022Zinfo: running `cargo check --bins` on installinator-api (247/295)
41892026-06-04T02:25:18.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41902026-06-04T02:25:18.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41912026-06-04T02:25:18.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41922026-06-04T02:25:18.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41932026-06-04T02:25:18.622Z
41942026-06-04T02:25:18.623Zinfo: running `cargo check --bins` on nexus-external-api (248/295)
41952026-06-04T02:25:19.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41962026-06-04T02:25:19.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41972026-06-04T02:25:19.165Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41982026-06-04T02:25:19.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41992026-06-04T02:25:19.267Z
42002026-06-04T02:25:19.268Zinfo: running `cargo check --bins` on nexus-internal-api (249/295)
42012026-06-04T02:25:19.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42022026-06-04T02:25:19.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42032026-06-04T02:25:19.817Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42042026-06-04T02:25:19.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42052026-06-04T02:25:19.919Z
42062026-06-04T02:25:19.919Zinfo: running `cargo check --bins` on nexus-lockstep-api (250/295)
42072026-06-04T02:25:20.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42082026-06-04T02:25:20.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42092026-06-04T02:25:20.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42102026-06-04T02:25:20.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42112026-06-04T02:25:20.565Z
42122026-06-04T02:25:20.568Zinfo: running `cargo check --bins` on ntp-admin-api (251/295)
42132026-06-04T02:25:21.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42142026-06-04T02:25:21.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42152026-06-04T02:25:21.080Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42162026-06-04T02:25:21.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42172026-06-04T02:25:21.172Z
42182026-06-04T02:25:21.173Zinfo: running `cargo check --bins` on ntp-admin-types-versions (252/295)
42192026-06-04T02:25:21.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42202026-06-04T02:25:21.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42212026-06-04T02:25:21.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42222026-06-04T02:25:21.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42232026-06-04T02:25:21.765Z
42242026-06-04T02:25:21.765Zinfo: running `cargo check --bins` on wicketd-api (253/295)
42252026-06-04T02:25:22.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42262026-06-04T02:25:22.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42272026-06-04T02:25:22.290Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42282026-06-04T02:25:22.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42292026-06-04T02:25:22.386Z
42302026-06-04T02:25:22.386Zinfo: running `cargo check --bins` on omicron-ls-apis (254/295)
42312026-06-04T02:25:22.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42322026-06-04T02:25:22.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42332026-06-04T02:25:23.003Z Checking typeid v1.0.3
42342026-06-04T02:25:23.115Z Checking ordered-float v2.10.1
42352026-06-04T02:25:23.134Z Checking unicode-xid v0.2.6
42362026-06-04T02:25:23.145Z Checking cargo-platform v0.2.0
42372026-06-04T02:25:23.156Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42382026-06-04T02:25:23.182Z Checking erased-serde v0.4.9
42392026-06-04T02:25:23.322Z Checking serde-value v0.7.0
42402026-06-04T02:25:23.497Z Checking serde-untagged v0.1.9
42412026-06-04T02:25:23.651Z Checking cargo-util-schemas v0.8.2
42422026-06-04T02:25:24.328Z Checking cargo_metadata v0.21.0
42432026-06-04T02:25:24.925Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42442026-06-04T02:25:25.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s
42452026-06-04T02:25:25.845Z
42462026-06-04T02:25:25.845Zinfo: running `cargo check --bins` on mgs-dev (255/295)
42472026-06-04T02:25:26.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42482026-06-04T02:25:26.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42492026-06-04T02:25:26.576Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42502026-06-04T02:25:27.199Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42512026-06-04T02:25:27.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s
42522026-06-04T02:25:27.902Z
42532026-06-04T02:25:27.902Zinfo: running `cargo check --bins` on omicron-omdb (256/295)
42542026-06-04T02:25:28.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42552026-06-04T02:25:28.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42562026-06-04T02:25:28.857Z Compiling vergen-lib v0.1.6
42572026-06-04T02:25:28.857Z Compiling vergen-gitcl v1.0.8
42582026-06-04T02:25:28.857Z Compiling dirs-sys-next v0.1.2
42592026-06-04T02:25:28.860Z Compiling glob v0.3.3
42602026-06-04T02:25:28.860Z Compiling diesel_derives v2.3.7
42612026-06-04T02:25:28.860Z Compiling crunchy v0.2.4
42622026-06-04T02:25:28.860Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42632026-06-04T02:25:29.017Z Compiling dsl_auto_type v0.2.0
42642026-06-04T02:25:29.190Z Checking scheduled-thread-pool v0.2.7
42652026-06-04T02:25:29.240Z Compiling dirs-next v2.0.0
42662026-06-04T02:25:29.289Z Compiling diesel_table_macro_syntax v0.3.0
42672026-06-04T02:25:29.356Z Compiling tiny-keccak v2.0.2
42682026-06-04T02:25:29.360Z Checking r2d2 v0.8.10
42692026-06-04T02:25:29.389Z Compiling clang-sys v1.8.1
42702026-06-04T02:25:29.426Z Compiling term v0.7.0
42712026-06-04T02:25:29.598Z Checking downcast-rs v2.0.2
42722026-06-04T02:25:29.631Z Compiling bit-vec v0.6.3
42732026-06-04T02:25:29.700Z Compiling ascii-canvas v3.0.0
42742026-06-04T02:25:29.793Z Compiling bit-set v0.5.3
42752026-06-04T02:25:29.850Z Compiling itertools v0.10.5
42762026-06-04T02:25:29.944Z Compiling ena v0.14.4
42772026-06-04T02:25:29.960Z Compiling libloading v0.8.9
42782026-06-04T02:25:29.992Z Compiling bindgen v0.71.1
42792026-06-04T02:25:30.153Z Compiling diff v0.1.13
42802026-06-04T02:25:30.168Z Compiling regex-syntax v0.6.29
42812026-06-04T02:25:30.199Z Compiling cexpr v0.6.0
42822026-06-04T02:25:30.432Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42832026-06-04T02:25:30.452Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
42842026-06-04T02:25:30.610Z Compiling rustc-hash v2.1.1
42852026-06-04T02:25:30.651Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42862026-06-04T02:25:30.748Z Compiling libxml v0.3.3
42872026-06-04T02:25:30.869Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
42882026-06-04T02:25:30.918Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
42892026-06-04T02:25:31.005Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
42902026-06-04T02:25:31.240Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42912026-06-04T02:25:31.257Z Compiling strum_macros v0.24.3
42922026-06-04T02:25:31.276Z Compiling indoc v1.0.9
42932026-06-04T02:25:31.718Z Compiling lalrpop v0.19.12
42942026-06-04T02:25:32.152Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42952026-06-04T02:25:32.279Z Checking derive_builder v0.20.2
42962026-06-04T02:25:32.345Z Compiling oso-derive v0.27.3
42972026-06-04T02:25:32.400Z Checking quick-xml v0.37.5
42982026-06-04T02:25:32.606Z Compiling impl-trait-for-tuples v0.2.3
42992026-06-04T02:25:32.847Z Checking openssl-probe v0.1.6
43002026-06-04T02:25:32.992Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43012026-06-04T02:25:33.313Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43022026-06-04T02:25:33.512Z Checking bb8 v0.8.6
43032026-06-04T02:25:33.796Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43042026-06-04T02:25:33.813Z Compiling libz-sys v1.1.24
43052026-06-04T02:25:33.866Z Checking nonempty v0.12.0
43062026-06-04T02:25:34.016Z Compiling strsim v0.10.0
43072026-06-04T02:25:34.037Z Compiling libgit2-sys v0.18.3+1.9.2
43082026-06-04T02:25:34.191Z Compiling darling_core v0.13.4
43092026-06-04T02:25:34.357Z Compiling vergen-git2 v9.1.0
43102026-06-04T02:25:34.407Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43112026-06-04T02:25:34.576Z Compiling base64 v0.21.7
43122026-06-04T02:25:34.599Z Compiling rustls v0.21.12
43132026-06-04T02:25:34.836Z Compiling ron v0.8.1
43142026-06-04T02:25:34.914Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
43152026-06-04T02:25:34.988Z Checking diesel v2.3.7
43162026-06-04T02:25:35.795Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43172026-06-04T02:25:35.861Z Checking rustls-webpki v0.101.7
43182026-06-04T02:25:35.985Z Checking sct v0.7.1
43192026-06-04T02:25:36.101Z Compiling darling_macro v0.13.4
43202026-06-04T02:25:36.149Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
43212026-06-04T02:25:36.578Z Compiling darling v0.13.4
43222026-06-04T02:25:36.673Z Compiling serde_with_macros v1.5.2
43232026-06-04T02:25:36.944Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43242026-06-04T02:25:37.531Z Compiling serde_with v1.14.0
43252026-06-04T02:25:37.548Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43262026-06-04T02:25:38.671Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43272026-06-04T02:25:38.718Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43282026-06-04T02:25:39.394Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43292026-06-04T02:25:40.073Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43302026-06-04T02:25:40.268Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43312026-06-04T02:25:40.285Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43322026-06-04T02:25:40.302Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43332026-06-04T02:25:40.458Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43342026-06-04T02:25:40.476Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43352026-06-04T02:25:40.686Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43362026-06-04T02:25:40.702Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43372026-06-04T02:25:40.718Z Checking tokio-rustls v0.24.1
43382026-06-04T02:25:40.923Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43392026-06-04T02:25:41.491Z Checking rustls-pemfile v1.0.4
43402026-06-04T02:25:41.553Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43412026-06-04T02:25:41.635Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43422026-06-04T02:25:41.794Z Checking twox-hash v2.1.2
43432026-06-04T02:25:41.826Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43442026-06-04T02:25:42.129Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43452026-06-04T02:25:42.148Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43462026-06-04T02:25:42.355Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
43472026-06-04T02:25:42.513Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
43482026-06-04T02:25:43.802Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43492026-06-04T02:25:43.854Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43502026-06-04T02:25:44.191Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43512026-06-04T02:25:44.523Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43522026-06-04T02:25:44.763Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43532026-06-04T02:25:45.236Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43542026-06-04T02:25:45.271Z Checking console v0.16.2
43552026-06-04T02:25:45.589Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43562026-06-04T02:25:45.740Z Checking fatfs v0.3.6
43572026-06-04T02:25:46.202Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43582026-06-04T02:25:46.228Z Compiling seq-macro v0.3.6
43592026-06-04T02:25:46.666Z Checking unit-prefix v0.5.2
43602026-06-04T02:25:46.800Z Checking indicatif v0.18.4
43612026-06-04T02:25:46.817Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43622026-06-04T02:25:47.205Z Checking support-bundle-viewer v0.1.2
43632026-06-04T02:25:47.451Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43642026-06-04T02:25:47.470Z Checking multimap v0.10.1
43652026-06-04T02:25:53.537Z Checking async-bb8-diesel v0.2.1
43662026-06-04T02:25:53.895Z Checking diesel-dtrace v0.5.0
43672026-06-04T02:25:56.537Z Compiling samael v0.0.19
43682026-06-04T02:26:02.197Z Compiling git2 v0.20.4
43692026-06-04T02:26:02.633Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43702026-06-04T02:26:03.559Z Compiling polar-core v0.27.3
43712026-06-04T02:26:04.595Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43722026-06-04T02:26:08.046Z Checking oso v0.27.3
43732026-06-04T02:26:35.566Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43742026-06-04T02:27:46.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 18s
43752026-06-04T02:27:46.730Z
43762026-06-04T02:27:46.730Zinfo: running `cargo check --bins` on nexus-networking (257/295)
43772026-06-04T02:27:47.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43782026-06-04T02:27:47.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43792026-06-04T02:27:47.332Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43802026-06-04T02:27:47.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
43812026-06-04T02:27:47.436Z
43822026-06-04T02:27:47.436Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (258/295)
43832026-06-04T02:27:47.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43842026-06-04T02:27:47.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43852026-06-04T02:27:47.999Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43862026-06-04T02:27:48.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43872026-06-04T02:27:48.102Z
43882026-06-04T02:27:48.102Zinfo: running `cargo check --bins` on nexus-saga-recovery (259/295)
43892026-06-04T02:27:48.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43902026-06-04T02:27:48.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43912026-06-04T02:27:48.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43922026-06-04T02:27:48.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43932026-06-04T02:27:48.763Z
43942026-06-04T02:27:48.763Zinfo: running `cargo check --bins` on nexus-test-utils-macros (260/295)
43952026-06-04T02:27:49.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43962026-06-04T02:27:49.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43972026-06-04T02:27:49.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43982026-06-04T02:27:49.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43992026-06-04T02:27:49.355Z
44002026-06-04T02:27:49.355Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (261/295)
44012026-06-04T02:27:49.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44022026-06-04T02:27:49.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44032026-06-04T02:27:50.194Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44042026-06-04T02:27:50.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.61s
44052026-06-04T02:27:51.203Z
44062026-06-04T02:27:51.203Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (262/295)
44072026-06-04T02:27:51.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44082026-06-04T02:27:51.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44092026-06-04T02:27:52.032Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44102026-06-04T02:28:28.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.27s
44112026-06-04T02:28:28.704Z
44122026-06-04T02:28:28.704Zinfo: running `cargo check --bins` on nexus-background-task-interface (263/295)
44132026-06-04T02:28:29.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44142026-06-04T02:28:29.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44152026-06-04T02:28:29.208Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44162026-06-04T02:28:29.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44172026-06-04T02:28:29.300Z
44182026-06-04T02:28:29.300Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (264/295)
44192026-06-04T02:28:29.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44202026-06-04T02:28:29.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44212026-06-04T02:28:29.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44222026-06-04T02:28:29.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44232026-06-04T02:28:29.958Z
44242026-06-04T02:28:29.959Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (265/295)
44252026-06-04T02:28:30.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44262026-06-04T02:28:30.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44272026-06-04T02:28:30.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44282026-06-04T02:28:30.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44292026-06-04T02:28:30.622Z
44302026-06-04T02:28:30.622Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (266/295)
44312026-06-04T02:28:31.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44322026-06-04T02:28:31.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44332026-06-04T02:28:31.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44342026-06-04T02:28:31.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44352026-06-04T02:28:31.283Z
44362026-06-04T02:28:31.283Zinfo: running `cargo check --bins` on nexus-mgs-updates (267/295)
44372026-06-04T02:28:31.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44382026-06-04T02:28:31.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44392026-06-04T02:28:31.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44402026-06-04T02:28:31.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
44412026-06-04T02:28:31.929Z
44422026-06-04T02:28:31.929Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (268/295)
44432026-06-04T02:28:32.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44442026-06-04T02:28:32.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44452026-06-04T02:28:32.485Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44462026-06-04T02:28:32.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44472026-06-04T02:28:32.584Z
44482026-06-04T02:28:32.584Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (269/295)
44492026-06-04T02:28:33.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44502026-06-04T02:28:33.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44512026-06-04T02:28:33.141Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44522026-06-04T02:28:33.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44532026-06-04T02:28:33.241Z
44542026-06-04T02:28:33.241Zinfo: running `cargo check --bins` on support-bundle-collection (270/295)
44552026-06-04T02:28:33.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44562026-06-04T02:28:33.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44572026-06-04T02:28:33.800Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44582026-06-04T02:28:33.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44592026-06-04T02:28:33.904Z
44602026-06-04T02:28:33.904Zinfo: running `cargo check --bins` on omicron-dev (271/295)
44612026-06-04T02:28:34.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44622026-06-04T02:28:34.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44632026-06-04T02:28:34.815Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44642026-06-04T02:28:34.818Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44652026-06-04T02:28:35.006Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
44662026-06-04T02:28:35.035Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
44672026-06-04T02:28:35.053Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
44682026-06-04T02:28:35.070Z Checking yansi v1.0.1
44692026-06-04T02:28:35.073Z Checking diff v0.1.13
44702026-06-04T02:28:35.073Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44712026-06-04T02:28:35.144Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
44722026-06-04T02:28:35.317Z Checking pretty_assertions v1.4.1
44732026-06-04T02:28:35.978Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44742026-06-04T02:28:36.134Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
44752026-06-04T02:28:59.895Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44762026-06-04T02:28:59.899Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
44772026-06-04T02:28:59.899Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
44782026-06-04T02:28:59.899Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
44792026-06-04T02:28:59.899Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
44802026-06-04T02:28:59.899Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
44812026-06-04T02:29:00.707Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
44822026-06-04T02:29:00.707Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44832026-06-04T02:29:01.927Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44842026-06-04T02:29:38.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s
44852026-06-04T02:29:38.487Z
44862026-06-04T02:29:38.487Zinfo: running `cargo check --bins` on omicron-pins (272/295)
44872026-06-04T02:29:38.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44882026-06-04T02:29:39.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44892026-06-04T02:29:39.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44902026-06-04T02:29:39.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44912026-06-04T02:29:39.089Z
44922026-06-04T02:29:39.089Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (273/295)
44932026-06-04T02:29:39.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44942026-06-04T02:29:39.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44952026-06-04T02:29:39.876Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
44962026-06-04T02:29:40.000Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
44972026-06-04T02:29:40.007Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
44982026-06-04T02:30:05.864Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
44992026-06-04T02:30:06.252Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45002026-06-04T02:30:07.965Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45012026-06-04T02:30:08.423Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45022026-06-04T02:30:11.366Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45032026-06-04T02:30:34.553Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45042026-06-04T02:30:35.263Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45052026-06-04T02:30:36.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.82s
45062026-06-04T02:30:37.130Z
45072026-06-04T02:30:37.130Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (274/295)
45082026-06-04T02:30:37.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45092026-06-04T02:30:37.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45102026-06-04T02:30:37.864Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45112026-06-04T02:30:38.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
45122026-06-04T02:30:38.755Z
45132026-06-04T02:30:38.755Zinfo: running `cargo check --bins` on omicron-releng (275/295)
45142026-06-04T02:30:39.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45152026-06-04T02:30:39.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45162026-06-04T02:30:39.418Z Compiling blake3 v1.8.3
45172026-06-04T02:30:39.530Z Checking constant_time_eq v0.4.2
45182026-06-04T02:30:39.530Z Checking arrayvec v0.7.6
45192026-06-04T02:30:39.533Z Checking arrayref v0.3.9
45202026-06-04T02:30:39.550Z Checking topological-sort v0.2.2
45212026-06-04T02:30:39.552Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
45222026-06-04T02:30:39.552Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45232026-06-04T02:30:39.552Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45242026-06-04T02:30:39.601Z Checking shell-words v1.1.1
45252026-06-04T02:30:40.330Z Checking omicron-zone-package v0.12.2
45262026-06-04T02:30:41.052Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45272026-06-04T02:30:41.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.16s
45282026-06-04T02:30:42.111Z
45292026-06-04T02:30:42.111Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (276/295)
45302026-06-04T02:30:42.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45312026-06-04T02:30:42.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45322026-06-04T02:30:42.764Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
45332026-06-04T02:30:43.085Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45342026-06-04T02:30:43.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
45352026-06-04T02:30:43.677Z
45362026-06-04T02:30:43.677Zinfo: running `cargo check --bins` on schema (277/295)
45372026-06-04T02:30:44.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45382026-06-04T02:30:44.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45392026-06-04T02:30:44.414Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
45402026-06-04T02:30:45.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
45412026-06-04T02:30:45.324Z
45422026-06-04T02:30:45.324Zinfo: running `cargo check --bins` on xtask (278/295)
45432026-06-04T02:30:45.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45442026-06-04T02:30:45.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45452026-06-04T02:30:45.789Z Checking libc v0.2.185
45462026-06-04T02:30:45.870Z Checking serde v1.0.228
45472026-06-04T02:30:45.875Z Checking zerofrom v0.1.6
45482026-06-04T02:30:45.880Z Checking bitflags v2.11.0
45492026-06-04T02:30:45.885Z Checking smallvec v1.15.1
45502026-06-04T02:30:45.891Z Checking indexmap v2.14.0
45512026-06-04T02:30:45.900Z Checking serde_json v1.0.149
45522026-06-04T02:30:45.903Z Checking scroll v0.12.0
45532026-06-04T02:30:45.974Z Checking yoke v0.8.1
45542026-06-04T02:30:46.026Z Checking num-traits v0.2.19
45552026-06-04T02:30:46.063Z Checking thiserror v1.0.69
45562026-06-04T02:30:46.132Z Checking percent-encoding v2.3.2
45572026-06-04T02:30:46.142Z Checking zerovec v0.11.5
45582026-06-04T02:30:46.159Z Checking zerotrie v0.2.3
45592026-06-04T02:30:46.170Z Checking errno v0.3.14
45602026-06-04T02:30:46.254Z Checking toml_datetime v0.6.11
45612026-06-04T02:30:46.273Z Checking serde_spanned v0.6.9
45622026-06-04T02:30:46.287Z Checking rustix v1.1.3
45632026-06-04T02:30:46.398Z Checking log v0.4.29
45642026-06-04T02:30:46.409Z Checking zerocopy v0.7.35
45652026-06-04T02:30:46.422Z Checking form_urlencoded v1.2.2
45662026-06-04T02:30:46.434Z Checking toml_edit v0.22.27
45672026-06-04T02:30:46.501Z Checking getrandom v0.4.1
45682026-06-04T02:30:46.549Z Checking thiserror v2.0.18
45692026-06-04T02:30:46.552Z Checking goblin v0.8.2
45702026-06-04T02:30:46.569Z Checking ordered-float v2.10.1
45712026-06-04T02:30:46.583Z Checking tinystr v0.8.2
45722026-06-04T02:30:46.629Z Checking potential_utf v0.1.4
45732026-06-04T02:30:46.651Z Checking syn v2.0.117
45742026-06-04T02:30:46.757Z Checking icu_locale_core v2.1.1
45752026-06-04T02:30:46.767Z Checking icu_collections v2.1.1
45762026-06-04T02:30:46.794Z Checking serde-value v0.7.0
45772026-06-04T02:30:46.901Z Checking dtrace-parser v0.2.0
45782026-06-04T02:30:46.999Z Checking thread-id v4.2.2
45792026-06-04T02:30:47.080Z Checking once_cell v1.21.3
45802026-06-04T02:30:47.091Z Checking cargo-platform v0.2.0
45812026-06-04T02:30:47.113Z Checking terminal_size v0.4.3
45822026-06-04T02:30:47.138Z Checking memmap v0.7.0
45832026-06-04T02:30:47.242Z Checking clap_builder v4.5.60
45842026-06-04T02:30:47.253Z Checking tempfile v3.25.0
45852026-06-04T02:30:47.264Z Checking textwrap v0.16.2
45862026-06-04T02:30:47.267Z Checking fs-err v3.3.0
45872026-06-04T02:30:47.316Z Checking icu_provider v2.1.1
45882026-06-04T02:30:47.439Z Checking camino-tempfile v1.4.1
45892026-06-04T02:30:47.450Z Checking tabled v0.15.0
45902026-06-04T02:30:47.479Z Checking anyhow v1.0.102
45912026-06-04T02:30:47.529Z Checking toml v0.8.23
45922026-06-04T02:30:47.556Z Checking icu_properties v2.1.2
45932026-06-04T02:30:47.593Z Checking icu_normalizer v2.1.1
45942026-06-04T02:30:47.677Z Checking macaddr v1.0.1
45952026-06-04T02:30:47.849Z Checking cargo_toml v0.21.0
45962026-06-04T02:30:47.861Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
45972026-06-04T02:30:48.375Z Checking idna_adapter v1.2.1
45982026-06-04T02:30:48.444Z Checking clap v4.5.60
45992026-06-04T02:30:48.455Z Checking dof v0.3.0
46002026-06-04T02:30:48.491Z Checking idna v1.1.0
46012026-06-04T02:30:48.708Z Checking url v2.5.8
46022026-06-04T02:30:48.711Z Checking usdt-impl v0.5.0
46032026-06-04T02:30:48.954Z Checking usdt v0.5.0
46042026-06-04T02:30:49.052Z Checking cargo-util-schemas v0.8.2
46052026-06-04T02:30:49.738Z Checking cargo_metadata v0.21.0
46062026-06-04T02:30:50.337Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46072026-06-04T02:30:50.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.43s
46082026-06-04T02:30:50.878Z
46092026-06-04T02:30:50.879Zinfo: running `cargo check --bins` on dnsadm (279/295)
46102026-06-04T02:30:51.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46112026-06-04T02:30:51.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46122026-06-04T02:30:51.528Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46132026-06-04T02:30:52.006Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46142026-06-04T02:30:52.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.52s
46152026-06-04T02:30:52.584Z
46162026-06-04T02:30:52.584Zinfo: running `cargo check --bins` on end-to-end-tests (280/295)
46172026-06-04T02:30:53.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46182026-06-04T02:30:53.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46192026-06-04T02:30:53.394Z Checking polyval v0.6.2
46202026-06-04T02:30:53.520Z Checking ctr v0.9.2
46212026-06-04T02:30:53.534Z Checking ssh-encoding v0.2.0
46222026-06-04T02:30:53.534Z Checking blowfish v0.9.1
46232026-06-04T02:30:53.556Z Checking password-hash v0.4.2
46242026-06-04T02:30:53.570Z Checking p521 v0.13.3
46252026-06-04T02:30:53.573Z Checking p256 v0.13.2
46262026-06-04T02:30:53.597Z Checking russh-cryptovec v0.7.3
46272026-06-04T02:30:53.663Z Checking ghash v0.5.1
46282026-06-04T02:30:53.677Z Checking md5 v0.7.0
46292026-06-04T02:30:53.690Z Checking bcrypt-pbkdf v0.10.0
46302026-06-04T02:30:53.733Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46312026-06-04T02:30:53.735Z Checking num-bigint v0.4.6
46322026-06-04T02:30:53.775Z Checking pbkdf2 v0.11.0
46332026-06-04T02:30:53.795Z Checking aes-gcm v0.10.3
46342026-06-04T02:30:53.833Z Checking des v0.8.1
46352026-06-04T02:30:53.849Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46362026-06-04T02:30:53.849Z Checking hex-literal v0.4.1
46372026-06-04T02:30:53.952Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
46382026-06-04T02:30:53.954Z Checking ssh-cipher v0.2.0
46392026-06-04T02:30:53.979Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
46402026-06-04T02:30:53.979Z Checking socket2 v0.5.10
46412026-06-04T02:30:54.006Z Checking internet-checksum v0.2.1
46422026-06-04T02:30:54.134Z Checking ssh-key v0.6.7
46432026-06-04T02:30:54.243Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46442026-06-04T02:30:54.770Z Checking russh-keys v0.45.0
46452026-06-04T02:30:55.312Z Checking russh v0.45.0
46462026-06-04T02:31:12.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.45s
46472026-06-04T02:31:12.248Z
46482026-06-04T02:31:12.248Zinfo: running `cargo check --bins` on gateway-cli (281/295)
46492026-06-04T02:31:12.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46502026-06-04T02:31:12.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46512026-06-04T02:31:12.899Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
46522026-06-04T02:31:13.010Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
46532026-06-04T02:31:13.019Z Checking termios v0.3.3
46542026-06-04T02:31:14.218Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
46552026-06-04T02:31:14.365Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
46562026-06-04T02:31:16.172Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
46572026-06-04T02:31:16.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.48s
46582026-06-04T02:31:16.916Z
46592026-06-04T02:31:16.917Zinfo: running `cargo check --bins --no-default-features` on installinator (282/295)
46602026-06-04T02:31:17.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46612026-06-04T02:31:17.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46622026-06-04T02:31:17.624Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
46632026-06-04T02:31:17.741Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46642026-06-04T02:31:17.749Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
46652026-06-04T02:31:17.752Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
46662026-06-04T02:31:17.763Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
46672026-06-04T02:31:17.766Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46682026-06-04T02:31:18.485Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46692026-06-04T02:31:18.819Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
46702026-06-04T02:31:18.822Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
46712026-06-04T02:31:19.455Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
46722026-06-04T02:31:21.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.18s
46732026-06-04T02:31:21.302Z
46742026-06-04T02:31:21.302Zinfo: running `cargo check --bins` on internal-dns-cli (283/295)
46752026-06-04T02:31:21.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46762026-06-04T02:31:21.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46772026-06-04T02:31:21.949Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
46782026-06-04T02:31:22.408Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
46792026-06-04T02:31:22.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
46802026-06-04T02:31:22.925Z
46812026-06-04T02:31:22.925Zinfo: running `cargo check --bins` on omicron-live-tests (284/295)
46822026-06-04T02:31:23.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46832026-06-04T02:31:23.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46842026-06-04T02:31:23.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46852026-06-04T02:31:23.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
46862026-06-04T02:31:23.525Z
46872026-06-04T02:31:23.525Zinfo: running `cargo check --bins` on live-tests-macros (285/295)
46882026-06-04T02:31:24.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46892026-06-04T02:31:24.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46902026-06-04T02:31:24.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46912026-06-04T02:31:24.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
46922026-06-04T02:31:24.118Z
46932026-06-04T02:31:24.119Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (286/295)
46942026-06-04T02:31:24.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46952026-06-04T02:31:24.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46962026-06-04T02:31:24.879Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
46972026-06-04T02:31:25.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
46982026-06-04T02:31:25.696Z
46992026-06-04T02:31:25.696Zinfo: running `cargo check --bins` on omicron-ntp-admin (287/295)
47002026-06-04T02:31:26.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47012026-06-04T02:31:26.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47022026-06-04T02:31:26.353Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47032026-06-04T02:31:26.356Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47042026-06-04T02:31:26.636Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47052026-06-04T02:31:26.636Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47062026-06-04T02:31:27.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s
47072026-06-04T02:31:27.627Z
47082026-06-04T02:31:27.627Zinfo: running `cargo check --bins` on ntp-admin-types (288/295)
47092026-06-04T02:31:28.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47102026-06-04T02:31:28.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47112026-06-04T02:31:28.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47122026-06-04T02:31:28.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
47132026-06-04T02:31:28.213Z
47142026-06-04T02:31:28.213Zinfo: running `cargo check --bins` on omicron-package (289/295)
47152026-06-04T02:31:28.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47162026-06-04T02:31:28.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47172026-06-04T02:31:28.896Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47182026-06-04T02:31:29.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
47192026-06-04T02:31:30.160Z
47202026-06-04T02:31:30.160Zinfo: running `cargo check --bins` on tqdb (290/295)
47212026-06-04T02:31:30.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47222026-06-04T02:31:30.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47232026-06-04T02:31:30.941Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47242026-06-04T02:31:31.290Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47252026-06-04T02:31:31.803Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47262026-06-04T02:31:31.803Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47272026-06-04T02:31:37.764Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
47282026-06-04T02:31:37.764Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
47292026-06-04T02:31:38.341Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
47302026-06-04T02:31:38.343Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
47312026-06-04T02:31:38.343Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47322026-06-04T02:31:38.343Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
47332026-06-04T02:31:39.149Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
47342026-06-04T02:31:40.098Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47352026-06-04T02:31:40.861Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47362026-06-04T02:31:41.475Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47372026-06-04T02:31:45.682Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47382026-06-04T02:31:52.069Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
47392026-06-04T02:31:52.072Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47402026-06-04T02:31:52.072Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47412026-06-04T02:31:52.072Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
47422026-06-04T02:31:53.556Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
47432026-06-04T02:31:54.896Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
47442026-06-04T02:31:55.561Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47452026-06-04T02:31:56.797Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
47462026-06-04T02:31:57.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.17s
47472026-06-04T02:31:57.541Z
47482026-06-04T02:31:57.541Zinfo: running `cargo check --bins` on wicket-dbg (291/295)
47492026-06-04T02:31:58.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47502026-06-04T02:31:58.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47512026-06-04T02:31:58.251Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47522026-06-04T02:31:58.254Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47532026-06-04T02:31:58.254Z Checking rtoolbox v0.0.3
47542026-06-04T02:31:58.384Z Checking tui-tree-widget v0.23.1
47552026-06-04T02:31:58.481Z Checking rpassword v7.4.0
47562026-06-04T02:31:59.508Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
47572026-06-04T02:32:02.514Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47582026-06-04T02:32:04.386Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
47592026-06-04T02:32:05.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.75s
47602026-06-04T02:32:05.499Z
47612026-06-04T02:32:05.499Zinfo: running `cargo check --bins` on wicket (292/295)
47622026-06-04T02:32:06.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47632026-06-04T02:32:06.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47642026-06-04T02:32:06.204Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47652026-06-04T02:32:06.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
47662026-06-04T02:32:06.767Z
47672026-06-04T02:32:06.767Zinfo: running `cargo check --bins` on wicketd (293/295)
47682026-06-04T02:32:07.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47692026-06-04T02:32:07.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47702026-06-04T02:32:07.482Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
47712026-06-04T02:32:07.483Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
47722026-06-04T02:32:07.487Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
47732026-06-04T02:32:07.487Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
47742026-06-04T02:32:08.521Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
47752026-06-04T02:32:09.063Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
47762026-06-04T02:32:12.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.25s
47772026-06-04T02:32:12.218Z
47782026-06-04T02:32:12.219Zinfo: running `cargo check --bins` on omicron-workspace-hack (294/295)
47792026-06-04T02:32:12.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47802026-06-04T02:32:12.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47812026-06-04T02:32:12.723Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47822026-06-04T02:32:12.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
47832026-06-04T02:32:12.812Z
47842026-06-04T02:32:12.812Zinfo: running `cargo check --bins` on zone-setup (295/295)
47852026-06-04T02:32:13.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47862026-06-04T02:32:13.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47872026-06-04T02:32:13.492Z Checking uzers v0.12.2
47882026-06-04T02:32:13.773Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
47892026-06-04T02:32:14.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s
47902026-06-04T02:32:14.742Z
47912026-06-04T02:32:14.742Zreal 14:07.637355452
47922026-06-04T02:32:14.742Zuser 21:08.806368952
47932026-06-04T02:32:14.742Zsys 4:24.155698081
47942026-06-04T02:32:14.743Ztrap 0.327973265
47952026-06-04T02:32:14.743Ztflt 0.780452641
47962026-06-04T02:32:14.743Zdflt 1.349053857
47972026-06-04T02:32:14.743Zkflt 0.005520422
47982026-06-04T02:32:14.743Zlock 1:18:44.199904414
47992026-06-04T02:32:14.743Zslp 1:41:31.217641168
48002026-06-04T02:32:14.743Zlat 1:00.916688021
48012026-06-04T02:32:14.749Zstop 3:43.862832454
48022026-06-04T02:32:14.749Zprocess exited: duration 985777 ms, exit code 0
 
48032026-06-04T02:32:14.762Zfound 0 output files