01KT2Y3RQ5D5M8KXPED79TADJH: 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: 01KT2Y4B3MBBBS4NFRP58EKA1E

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-02T01:11:39.838Zjob assigned to worker 01KT2Y4FRQY970Z490013AHEHR [factory aws, i-03c2fb01e3b99dd02] (queued for 47 s)
 
22026-06-02T01:11:46.616Zstarting task 0: "setup"
32026-06-02T01:11:46.621Z++ uname -s
42026-06-02T01:11:46.624Z+ kern=SunOS
52026-06-02T01:11:46.624Z+ build_user=build
62026-06-02T01:11:46.624Z+ build_uid=12345
72026-06-02T01:11:46.624Z+ work_dir=/work
82026-06-02T01:11:46.624Z+ input_dir=/input
92026-06-02T01:11:46.624Z+ [[ 0 == 12345 ]]
102026-06-02T01:11:46.624Z+ case "$kern" in
112026-06-02T01:11:46.624Z+ groupadd -g 12345 build
122026-06-02T01:11:46.627Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-02T01:11:48.632Z+ zfs create -o mountpoint=/work rpool/work
142026-06-02T01:11:48.724Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-02T01:11:48.727Z+ home_fs=zfs
162026-06-02T01:11:48.727Z+ [[ zfs == autofs ]]
172026-06-02T01:11:48.728Z+ mkdir -p /home/build
182026-06-02T01:11:48.728Z+ chown build:build /home/build /work
192026-06-02T01:11:50.729Z+ chmod 0700 /home/build /work
202026-06-02T01:11:50.732Zprocess exited: duration 4116 ms, exit code 0
 
212026-06-02T01:11:50.738Zstarting task 1: "rust-toolchain"
222026-06-02T01:11:50.742Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-02T01:11:50.742Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-02T01:11:50.742Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-06-02T01:11:50.742Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-06-02T01:11:50.743Z * rust toolchain channel = "1.94.0"
272026-06-02T01:11:50.743Z * rust toolchain profile = "default"
282026-06-02T01:11:50.746Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-02T01:11:50.746Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-02T01:11:50.837Zinfo: downloading installer
312026-06-02T01:11:52.390Zwarn: It looks like you have an existing rustup settings file at:
322026-06-02T01:11:52.391Zwarn: /home/build/.rustup/settings.toml
332026-06-02T01:11:52.391Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-02T01:11:52.391Zwarn: instead of the one inferred from the default host triple.
352026-06-02T01:11:52.400Zinfo: profile set to default
362026-06-02T01:11:52.400Zinfo: default host triple is x86_64-unknown-illumos
372026-06-02T01:11:52.414Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-02T01:11:52.537Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-02T01:11:52.540Zinfo: downloading 6 components
402026-06-02T01:12:06.989Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-06-02T01:12:06.989Z
422026-06-02T01:12:07.017Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-02T01:12:07.017Z
442026-06-02T01:12:07.017Z
452026-06-02T01:12:07.017ZRust is installed now. Great!
462026-06-02T01:12:07.017Z
472026-06-02T01:12:07.020ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-02T01:12:07.020Zenvironment variable. This has not been done automatically.
492026-06-02T01:12:07.021Z
502026-06-02T01:12:07.021ZTo configure your current shell, you need to source
512026-06-02T01:12:07.021Zthe corresponding env file under $HOME/.cargo.
522026-06-02T01:12:07.021Z
532026-06-02T01:12:07.021ZThis is usually done by running one of the following (note the leading DOT):
542026-06-02T01:12:07.021Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-02T01:12:07.021Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-02T01:12:07.021Zsource "~/.cargo/env.nu" # For nushell
572026-06-02T01:12:07.021Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-02T01:12:07.021Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-02T01:12:07.021Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-02T01:12:07.021Zwarn: no default linker (`cc`) was found in your PATH
612026-06-02T01:12:07.021Zwarn: many Rust crates require a system C toolchain to build
622026-06-02T01:12:07.108Z+ rustup --version
632026-06-02T01:12:07.117Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-02T01:12:07.119Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-02T01:12:07.138Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-02T01:12:07.141Z+ cargo --version
672026-06-02T01:12:07.153Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-02T01:12:07.157Z+ rustc --version
692026-06-02T01:12:07.177Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-02T01:12:07.180Zprocess exited: duration 16439 ms, exit code 0
 
712026-06-02T01:12:07.186Zstarting task 2: "authentication"
722026-06-02T01:12:07.203Zprocess exited: duration 16 ms, exit code 0
 
732026-06-02T01:12:07.210Zstarting task 3: "clone repository"
742026-06-02T01:12:07.214Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-02T01:12:07.217Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-02T01:12:07.252ZCloning into '/work/oxidecomputer/omicron'...
772026-06-02T01:12:17.814Z+ cd /work/oxidecomputer/omicron
782026-06-02T01:12:17.814Z+ git fetch origin f87f2481b229130919f0c685ac77bf7fc3cd9bc5
792026-06-02T01:12:18.109ZFrom https://github.com/oxidecomputer/omicron
802026-06-02T01:12:18.109Z * branch f87f2481b229130919f0c685ac77bf7fc3cd9bc5 -> FETCH_HEAD
812026-06-02T01:12:18.118Z+ [[ -n fm-fact-guardrails ]]
822026-06-02T01:12:18.121Z++ git branch --show-current
832026-06-02T01:12:18.121Z+ current=main
842026-06-02T01:12:18.121Z+ [[ main != fm-fact-guardrails ]]
852026-06-02T01:12:18.122Z+ git branch -f fm-fact-guardrails f87f2481b229130919f0c685ac77bf7fc3cd9bc5
862026-06-02T01:12:18.126Z+ git checkout -f fm-fact-guardrails
872026-06-02T01:12:18.361ZSwitched to branch 'fm-fact-guardrails'
882026-06-02T01:12:18.367Z+ git reset --hard f87f2481b229130919f0c685ac77bf7fc3cd9bc5
892026-06-02T01:12:18.599ZHEAD is now at f87f2481b Fix false positives, better error messages
902026-06-02T01:12:18.603Zprocess exited: duration 11391 ms, exit code 0
 
912026-06-02T01:12:18.610Zstarting task 4: "build"
922026-06-02T01:12:18.615Z+ source .github/buildomat/ci-env.sh
932026-06-02T01:12:18.615Z++ export CARGO_TERM_COLOR=always
942026-06-02T01:12:18.615Z++ CARGO_TERM_COLOR=always
952026-06-02T01:12:18.615Z+ cargo --version
962026-06-02T01:12:18.625Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-06-02T01:12:18.628Z+ rustc --version
982026-06-02T01:12:18.648Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-06-02T01:12:18.651Z+ source ./env.sh
1002026-06-02T01:12:18.651Z++ OLD_SHELL_OPTS=ehxB
1012026-06-02T01:12:18.651Z++ set -o xtrace
1022026-06-02T01:12:18.654Z++++ dirname ./env.sh
1032026-06-02T01:12:18.657Z+++ readlink -f .
1042026-06-02T01:12:18.660Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-06-02T01:12:18.661Z++ 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-02T01:12:18.661Z++ 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-02T01:12:18.661Z++ 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-02T01:12:18.661Z++ 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-02T01:12:18.661Z++ 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-02T01:12:18.661Z++ 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-02T01:12:18.661Z++ 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-02T01:12:18.661Z++ 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-02T01:12:18.661Z++ case $OLD_SHELL_OPTS in
1142026-06-02T01:12:18.662Z++ unset OLD_SHELL_OPTS OMICRON_WS
1152026-06-02T01:12:18.662Z+ 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-02T01:12:18.662Z+ 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-02T01:12:18.662Z+ banner prerequisites
1182026-06-02T01:12:18.662Z
1192026-06-02T01:12:18.662Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-06-02T01:12:18.662Z # # # # # # # # # # # # # # #
1212026-06-02T01:12:18.662Z # # # # ##### # # ##### # # # # # #### #
1222026-06-02T01:12:18.662Z ##### ##### # ##### # # # # # # # # #
1232026-06-02T01:12:18.662Z # # # # # # # # # # # # # # #
1242026-06-02T01:12:18.662Z # # # ###### # # ###### ### # #### # #### #
1252026-06-02T01:12:18.662Z
1262026-06-02T01:12:18.665Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-06-02T01:12:20.716Z Startup: Refreshing catalog 'helios' ... Done
1282026-06-02T01:12:20.791Z Startup: Caching catalogs ... Done
1292026-06-02T01:12:21.080ZPlanning: Solver setup ... Done (0.251s)
1302026-06-02T01:12:21.100ZPlanning: Running solver ... Done (0.020s)
1312026-06-02T01:12:21.107ZPlanning: Finding local manifests ... Done (0.003s)
1322026-06-02T01:12:21.126ZPlanning: Fetching manifests: 0/2 0% complete
1332026-06-02T01:12:21.154ZPlanning: Fetching manifests: 2/2 100% complete
1342026-06-02T01:12:21.168ZPlanning: Package planning ... Done (0.013s)
1352026-06-02T01:12:21.171ZPlanning: Merging actions ... Done (0.002s)
1362026-06-02T01:12:21.361ZPlanning: Checking for conflicting actions ... Done (0.191s)
1372026-06-02T01:12:21.364ZPlanning: Consolidating action changes ... Done (0.001s)
1382026-06-02T01:12:22.220ZPlanning: Evaluating mediators ... Done (0.858s)
1392026-06-02T01:12:22.223ZPlanning: Planning completed in 1.41 seconds
1402026-06-02T01:12:22.228Z Packages to install: 2
1412026-06-02T01:12:22.229Z Estimated space available: 156.07 GB
1422026-06-02T01:12:22.229ZEstimated space to be consumed: 23.93 MB
1432026-06-02T01:12:22.229Z Create boot environment: No
1442026-06-02T01:12:22.232ZCreate backup boot environment: No
1452026-06-02T01:12:22.232Z Rebuild boot archive: No
1462026-06-02T01:12:22.232Z
1472026-06-02T01:12:22.232ZChanged packages:
1482026-06-02T01:12:22.232Zhelios
1492026-06-02T01:12:22.232Z developer/build-essential
1502026-06-02T01:12:22.232Z None -> 11-3.0
1512026-06-02T01:12:22.232Z library/libxmlsec1
1522026-06-02T01:12:22.232Z None -> 1.2.35-3.0
1532026-06-02T01:12:22.253Z
1542026-06-02T01:12:22.253ZDownload: 0/214 items 0.0/1.3MB 0% complete
1552026-06-02T01:12:24.090ZDownload: Completed 1.28 MB in 1.84 seconds (713k/s)
1562026-06-02T01:12:24.158Z Actions: 1/268 actions (Installing new actions)
1572026-06-02T01:12:24.196Z Actions: Completed 268 actions in 0.04 seconds.
1582026-06-02T01:12:24.203ZFinalize: Updating package state database ... Done (0.007s)
1592026-06-02T01:12:24.207ZFinalize: Updating package cache ... Done (0.000s)
1602026-06-02T01:12:24.224ZFinalize: Updating image state ... Done (0.020s)
1612026-06-02T01:12:26.554ZFinalize: Creating fast lookup database ... Done (2.309s)
1622026-06-02T01:12:26.640ZFinalize: Reading search index ... Done (0.029s)
1632026-06-02T01:12:26.643ZFinalize: Updating search index ... Done (0.000s)
1642026-06-02T01:12:26.800ZFinalize: Updating package cache ... Done (0.000s)
1652026-06-02T01:12:27.098ZPlanning: Evaluating mediator changes ... Done
1662026-06-02T01:12:27.202ZPlanning: Checking for conflicting actions ... Done
1672026-06-02T01:12:27.205ZPlanning: Consolidating action changes ... Done
1682026-06-02T01:12:27.361ZPlanning: Evaluating mediators ... Done
1692026-06-02T01:12:27.364ZPlanning: Planning completed in 0.26 seconds
1702026-06-02T01:12:27.385Z Mediators to change: 2
1712026-06-02T01:12:27.385Z Create boot environment: No
1722026-06-02T01:12:27.385ZCreate backup boot environment: No
1732026-06-02T01:12:27.505ZFinalize: Updating package state database ... Done
1742026-06-02T01:12:27.505ZFinalize: Updating package cache ... Done
1752026-06-02T01:12:27.516ZFinalize: Updating image state ... Done
1762026-06-02T01:12:29.461ZFinalize: Creating fast lookup database ... Done
1772026-06-02T01:12:29.525ZFinalize: Reading search index ... Done
1782026-06-02T01:12:29.528ZFinalize: Updating search index ... Done
1792026-06-02T01:12:29.603ZFinalize: Updating package cache ... Done
1802026-06-02T01:12:29.891ZPlanning: Evaluating mediator changes ... Done
1812026-06-02T01:12:29.997ZPlanning: Checking for conflicting actions ... Done
1822026-06-02T01:12:30.000ZPlanning: Consolidating action changes ... Done
1832026-06-02T01:12:30.156ZPlanning: Evaluating mediators ... Done
1842026-06-02T01:12:30.159ZPlanning: Planning completed in 0.27 seconds
1852026-06-02T01:12:30.179Z Mediators to change: 1
1862026-06-02T01:12:30.179Z Create boot environment: No
1872026-06-02T01:12:30.179ZCreate backup boot environment: No
1882026-06-02T01:12:30.249ZFinalize: Updating package state database ... Done
1892026-06-02T01:12:30.250ZFinalize: Updating package cache ... Done
1902026-06-02T01:12:30.261ZFinalize: Updating image state ... Done
1912026-06-02T01:12:32.202ZFinalize: Creating fast lookup database ... Done
1922026-06-02T01:12:32.267ZFinalize: Reading search index ... Done
1932026-06-02T01:12:32.270ZFinalize: Updating search index ... Done
1942026-06-02T01:12:32.401ZFinalize: Updating package cache ... Done
1952026-06-02T01:12:32.714ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962026-06-02T01:12:32.714Zapache system 2.4 system
1972026-06-02T01:12:32.714Zclang system 15 system
1982026-06-02T01:12:32.714Zcsh system system illumos
1992026-06-02T01:12:32.714Zctags system system illumos
2002026-06-02T01:12:32.714Zfile vendor vendor darwinsys
2012026-06-02T01:12:32.716Zfile system system illumos
2022026-06-02T01:12:32.716Zgcc vendor 14 vendor
2032026-06-02T01:12:32.719Zgcc system 13 system
2042026-06-02T01:12:32.719Zgcc system 10 system
2052026-06-02T01:12:32.719Zgo system 1.25 system
2062026-06-02T01:12:32.719Zllvm system 15 system
2072026-06-02T01:12:32.719Zmariadb system 11.4 system
2082026-06-02T01:12:32.719Zmta vendor vendor dma
2092026-06-02T01:12:32.719Zopenjdk system 17 system
2102026-06-02T01:12:32.720Zopenjdk system 11 system
2112026-06-02T01:12:32.720Zopenssl vendor 3 vendor
2122026-06-02T01:12:32.720Zperl system 5.40 system
2132026-06-02T01:12:32.720Zpostgresql system 18 system
2142026-06-02T01:12:32.720Zpostgresql system 17 system
2152026-06-02T01:12:32.720Zpython vendor 3 vendor
2162026-06-02T01:12:32.720Zpython system 2 system
2172026-06-02T01:12:32.720Zpython3 vendor 3.13 vendor
2182026-06-02T01:12:32.720Zruby system 3.4 system
2192026-06-02T01:12:32.720Zruby system 3.0 system
2202026-06-02T01:12:32.720Zwords vendor vendor american-english
2212026-06-02T01:12:32.720Zwords system system australian-english
2222026-06-02T01:12:32.720Zwords system system british-english
2232026-06-02T01:12:32.720Zwords system system canadian-english
2242026-06-02T01:12:32.720Zwords system system french
2252026-06-02T01:12:32.720Zwords system system italian
2262026-06-02T01:12:32.720Zwords system system ngerman
2272026-06-02T01:12:32.720Zwords system system ogerman
2282026-06-02T01:12:32.720Zwords system system spanish
2292026-06-02T01:12:32.979ZPUBLISHER TYPE STATUS P LOCATION
2302026-06-02T01:12:32.980Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2312026-06-02T01:12:33.258ZFMRI IFO
2322026-06-02T01:12:33.258Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2332026-06-02T01:12:33.258Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2342026-06-02T01:12:33.258Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2352026-06-02T01:12:33.258Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2362026-06-02T01:12:33.258Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2372026-06-02T01:12:33.258Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2382026-06-02T01:12:33.259Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2392026-06-02T01:12:33.259Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2402026-06-02T01:12:33.259Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2412026-06-02T01:12:33.549Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2422026-06-02T01:12:33.779Z Updating crates.io index
2432026-06-02T01:12:33.814Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2442026-06-02T01:12:34.553Z Updating git repository `https://github.com/oxidecomputer/lldp`
2452026-06-02T01:12:35.023Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2462026-06-02T01:12:35.664Z Updating git repository `https://github.com/oxidecomputer/propolis`
2472026-06-02T01:12:36.464Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2482026-06-02T01:12:37.250Z Updating git repository `https://github.com/oxidecomputer/crucible`
2492026-06-02T01:12:38.940Z Updating git repository `https://github.com/oxidecomputer/opte`
2502026-06-02T01:12:39.929Z Updating git repository `https://github.com/oxidecomputer/tofino`
2512026-06-02T01:12:40.211Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522026-06-02T01:12:41.219Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-06-02T01:12:41.623Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2542026-06-02T01:12:41.995Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2552026-06-02T01:12:42.381Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2562026-06-02T01:12:43.331Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2572026-06-02T01:12:43.794Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2582026-06-02T01:12:44.197Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2592026-06-02T01:12:44.543Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2602026-06-02T01:12:44.941Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2612026-06-02T01:12:45.404Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2622026-06-02T01:12:45.775Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2632026-06-02T01:12:46.041Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2642026-06-02T01:12:46.360Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2652026-06-02T01:12:46.810Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2662026-06-02T01:12:47.166Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2672026-06-02T01:12:48.021Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2682026-06-02T01:12:48.135Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2692026-06-02T01:12:48.498Z Updating git repository `https://github.com/oxidecomputer/ispf`
2702026-06-02T01:12:49.479Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2712026-06-02T01:12:50.034Z Updating git repository `https://github.com/oxidecomputer/crucible`
2722026-06-02T01:12:50.910Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2732026-06-02T01:12:51.310Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2742026-06-02T01:12:51.690Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2752026-06-02T01:12:52.507Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2762026-06-02T01:12:52.517Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2772026-06-02T01:12:52.885Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2782026-06-02T01:12:53.124Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2792026-06-02T01:12:53.382Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2802026-06-02T01:12:53.825Z Updating git repository `https://github.com/illumos/smf-rs`
2812026-06-02T01:12:54.135Z Updating git repository `https://github.com/oxidecomputer/omicron`
2822026-06-02T01:13:06.267Z Downloading crates ...
2832026-06-02T01:13:06.322Z Downloaded dtrace-parser v0.2.0
2842026-06-02T01:13:06.329Z Downloaded heck v0.4.1
2852026-06-02T01:13:06.332Z Downloaded autocfg v1.5.0
2862026-06-02T01:13:06.332Z Downloaded anstyle v1.0.13
2872026-06-02T01:13:06.335Z Downloaded heck v0.5.0
2882026-06-02T01:13:06.338Z Downloaded tempfile v3.25.0
2892026-06-02T01:13:06.338Z Downloaded icu_normalizer v2.1.1
2902026-06-02T01:13:06.341Z Downloaded textwrap v0.16.2
2912026-06-02T01:13:06.346Z Downloaded macaddr v1.0.1
2922026-06-02T01:13:06.346Z Downloaded usdt-impl v0.5.0
2932026-06-02T01:13:06.346Z Downloaded log v0.4.29
2942026-06-02T01:13:06.346Z Downloaded zerofrom v0.1.6
2952026-06-02T01:13:06.349Z Downloaded yoke v0.8.1
2962026-06-02T01:13:06.349Z Downloaded toml_edit v0.22.27
2972026-06-02T01:13:06.349Z Downloaded proc-macro-error v1.0.4
2982026-06-02T01:13:06.354Z Downloaded thread-id v4.2.2
2992026-06-02T01:13:06.354Z Downloaded camino-tempfile v1.4.1
3002026-06-02T01:13:06.354Z Downloaded yoke-derive v0.8.1
3012026-06-02T01:13:06.357Z Downloaded writeable v0.6.2
3022026-06-02T01:13:06.357Z Downloaded utf8parse v0.2.2
3032026-06-02T01:13:06.357Z Downloaded percent-encoding v2.3.2
3042026-06-02T01:13:06.357Z Downloaded icu_collections v2.1.1
3052026-06-02T01:13:06.360Z Downloaded serde_core v1.0.228
3062026-06-02T01:13:06.360Z Downloaded anstream v0.6.21
3072026-06-02T01:13:06.363Z Downloaded unicode-xid v0.2.6
3082026-06-02T01:13:06.363Z Downloaded thiserror v2.0.18
3092026-06-02T01:13:06.366Z Downloaded ordered-float v2.10.1
3102026-06-02T01:13:06.366Z Downloaded usdt-macro v0.5.0
3112026-06-02T01:13:06.369Z Downloaded zmij v1.0.21
3122026-06-02T01:13:06.369Z Downloaded icu_provider v2.1.1
3132026-06-02T01:13:06.372Z Downloaded toml v0.8.23
3142026-06-02T01:13:06.372Z Downloaded terminal_size v0.4.3
3152026-06-02T01:13:06.372Z Downloaded icu_locale_core v2.1.1
3162026-06-02T01:13:06.375Z Downloaded digest v0.10.7
3172026-06-02T01:13:06.377Z Downloaded usdt-attr-macro v0.5.0
3182026-06-02T01:13:06.377Z Downloaded smawk v0.3.2
3192026-06-02T01:13:06.377Z Downloaded ucd-trie v0.1.7
3202026-06-02T01:13:06.380Z Downloaded zerotrie v0.2.3
3212026-06-02T01:13:06.380Z Downloaded potential_utf v0.1.4
3222026-06-02T01:13:06.381Z Downloaded form_urlencoded v1.2.2
3232026-06-02T01:13:06.384Z Downloaded idna_adapter v1.2.1
3242026-06-02T01:13:06.384Z Downloaded usdt v0.5.0
3252026-06-02T01:13:06.384Z Downloaded zerocopy-derive v0.7.35
3262026-06-02T01:13:06.387Z Downloaded tinystr v0.8.2
3272026-06-02T01:13:06.387Z Downloaded thiserror v1.0.69
3282026-06-02T01:13:06.390Z Downloaded typeid v1.0.3
3292026-06-02T01:13:06.390Z Downloaded thiserror-impl v1.0.69
3302026-06-02T01:13:06.393Z Downloaded pest_derive v2.8.6
3312026-06-02T01:13:06.393Z Downloaded zerofrom-derive v0.1.6
3322026-06-02T01:13:06.393Z Downloaded toml_datetime v0.6.11
3332026-06-02T01:13:06.396Z Downloaded clap_derive v4.5.55
3342026-06-02T01:13:06.399Z Downloaded version_check v0.9.5
3352026-06-02T01:13:06.399Z Downloaded block-buffer v0.10.4
3362026-06-02T01:13:06.402Z Downloaded serde_tokenstream v0.2.3
3372026-06-02T01:13:06.402Z Downloaded utf8_iter v1.0.4
3382026-06-02T01:13:06.402Z Downloaded unicode-linebreak v0.1.5
3392026-06-02T01:13:06.402Z Downloaded toml_write v0.1.2
3402026-06-02T01:13:06.405Z Downloaded proc-macro2 v1.0.106
3412026-06-02T01:13:06.405Z Downloaded zerovec-derive v0.11.2
3422026-06-02T01:13:06.408Z Downloaded swrite v0.1.0
3432026-06-02T01:13:06.408Z Downloaded clap_lex v1.0.0
3442026-06-02T01:13:06.410Z Downloaded unicode-ident v1.0.24
3452026-06-02T01:13:06.413Z Downloaded scroll v0.12.0
3462026-06-02T01:13:06.413Z Downloaded erased-serde v0.4.9
3472026-06-02T01:13:06.416Z Downloaded thiserror-impl v2.0.18
3482026-06-02T01:13:06.419Z Downloaded colorchoice v1.0.4
3492026-06-02T01:13:06.419Z Downloaded typenum v1.19.0
3502026-06-02T01:13:06.422Z Downloaded pretty-hex v0.4.1
3512026-06-02T01:13:06.422Z Downloaded cfg-if v1.0.4
3522026-06-02T01:13:06.425Z Downloaded cpufeatures v0.2.17
3532026-06-02T01:13:06.428Z Downloaded strsim v0.11.1
3542026-06-02T01:13:06.431Z Downloaded zerovec v0.11.5
3552026-06-02T01:13:06.433Z Downloaded semver v1.0.28
3562026-06-02T01:13:06.436Z Downloaded winnow v0.7.14
3572026-06-02T01:13:06.441Z Downloaded serde-untagged v0.1.9
3582026-06-02T01:13:06.441Z Downloaded getrandom v0.4.1
3592026-06-02T01:13:06.445Z Downloaded fs-err v3.3.0
3602026-06-02T01:13:06.445Z Downloaded serde_spanned v0.6.9
3612026-06-02T01:13:06.445Z Downloaded url v2.5.8
3622026-06-02T01:13:06.448Z Downloaded proc-macro-error-attr v1.0.4
3632026-06-02T01:13:06.448Z Downloaded errno v0.3.14
3642026-06-02T01:13:06.448Z Downloaded byteorder v1.5.0
3652026-06-02T01:13:06.451Z Downloaded equivalent v1.0.2
3662026-06-02T01:13:06.451Z Downloaded litemap v0.8.1
3672026-06-02T01:13:06.451Z Downloaded pest_generator v2.8.6
3682026-06-02T01:13:06.451Z Downloaded camino v1.2.2
3692026-06-02T01:13:06.454Z Downloaded indexmap v2.14.0
3702026-06-02T01:13:06.456Z Downloaded cargo-util-schemas v0.8.2
3712026-06-02T01:13:06.456Z Downloaded cargo-platform v0.2.0
3722026-06-02T01:13:06.459Z Downloaded sha2 v0.10.9
3732026-06-02T01:13:06.462Z Downloaded zerocopy v0.7.35
3742026-06-02T01:13:06.467Z Downloaded unicode-width v0.1.14
3752026-06-02T01:13:06.471Z Downloaded clap v4.5.60
3762026-06-02T01:13:06.475Z Downloaded serde_derive v1.0.228
3772026-06-02T01:13:06.478Z Downloaded pest v2.8.6
3782026-06-02T01:13:06.481Z Downloaded memchr v2.8.0
3792026-06-02T01:13:06.484Z Downloaded bitflags v2.11.0
3802026-06-02T01:13:06.486Z Downloaded idna v1.1.0
3812026-06-02T01:13:06.489Z Downloaded unicode-width v0.2.0
3822026-06-02T01:13:06.492Z Downloaded num-traits v0.2.19
3832026-06-02T01:13:06.492Z Downloaded cargo_metadata v0.21.0
3842026-06-02T01:13:06.504Z Downloaded serde_json v1.0.149
3852026-06-02T01:13:06.513Z Downloaded fastrand v2.3.0
3862026-06-02T01:13:06.524Z Downloaded goblin v0.8.2
3872026-06-02T01:13:06.536Z Downloaded syn v1.0.109
3882026-06-02T01:13:06.542Z Downloaded syn v2.0.117
3892026-06-02T01:13:06.548Z Downloaded is_terminal_polyfill v1.70.2
3902026-06-02T01:13:06.555Z Downloaded pest_meta v2.8.6
3912026-06-02T01:13:06.555Z Downloaded fnv v1.0.7
3922026-06-02T01:13:06.559Z Downloaded smallvec v1.15.1
3932026-06-02T01:13:06.559Z Downloaded anstyle-parse v0.2.7
3942026-06-02T01:13:06.562Z Downloaded crypto-common v0.1.7
3952026-06-02T01:13:06.564Z Downloaded tabled_derive v0.7.0
3962026-06-02T01:13:06.564Z Downloaded dof v0.3.0
3972026-06-02T01:13:06.567Z Downloaded once_cell v1.21.3
3982026-06-02T01:13:06.567Z Downloaded icu_properties v2.1.2
3992026-06-02T01:13:06.570Z Downloaded plain v0.2.3
4002026-06-02T01:13:06.575Z Downloaded serde-value v0.7.0
4012026-06-02T01:13:06.578Z Downloaded stable_deref_trait v1.2.1
4022026-06-02T01:13:06.582Z Downloaded anstyle-query v1.1.5
4032026-06-02T01:13:06.585Z Downloaded displaydoc v0.2.5
4042026-06-02T01:13:06.588Z Downloaded memmap v0.7.0
4052026-06-02T01:13:06.591Z Downloaded synstructure v0.13.2
4062026-06-02T01:13:06.594Z Downloaded itoa v1.0.17
4072026-06-02T01:13:06.598Z Downloaded cargo_toml v0.21.0
4082026-06-02T01:13:06.598Z Downloaded quote v1.0.45
4092026-06-02T01:13:06.598Z Downloaded bytecount v0.6.9
4102026-06-02T01:13:06.602Z Downloaded anyhow v1.0.102
4112026-06-02T01:13:06.605Z Downloaded scroll_derive v0.12.1
4122026-06-02T01:13:06.607Z Downloaded serde v1.0.228
4132026-06-02T01:13:06.619Z Downloaded icu_normalizer_data v2.1.1
4142026-06-02T01:13:06.619Z Downloaded generic-array v0.14.7
4152026-06-02T01:13:06.619Z Downloaded papergrid v0.11.0
4162026-06-02T01:13:06.630Z Downloaded hashbrown v0.17.0
4172026-06-02T01:13:06.638Z Downloaded icu_properties_data v2.1.2
4182026-06-02T01:13:06.654Z Downloaded clap_builder v4.5.60
4192026-06-02T01:13:06.657Z Downloaded tabled v0.15.0
4202026-06-02T01:13:06.679Z Downloaded rustix v1.1.3
4212026-06-02T01:13:06.691Z Downloaded libc v0.2.185
4222026-06-02T01:13:06.761Z Compiling proc-macro2 v1.0.106
4232026-06-02T01:13:06.761Z Compiling unicode-ident v1.0.24
4242026-06-02T01:13:06.761Z Compiling quote v1.0.45
4252026-06-02T01:13:06.765Z Compiling serde_core v1.0.228
4262026-06-02T01:13:06.765Z Compiling libc v0.2.185
4272026-06-02T01:13:06.765Z Compiling version_check v0.9.5
4282026-06-02T01:13:06.765Z Compiling memchr v2.8.0
4292026-06-02T01:13:06.765Z Compiling stable_deref_trait v1.2.1
4302026-06-02T01:13:07.079Z Compiling serde v1.0.228
4312026-06-02T01:13:07.110Z Compiling zmij v1.0.21
4322026-06-02T01:13:07.281Z Compiling autocfg v1.5.0
4332026-06-02T01:13:07.468Z Compiling itoa v1.0.17
4342026-06-02T01:13:07.610Z Compiling thiserror v1.0.69
4352026-06-02T01:13:07.678Z Compiling ucd-trie v0.1.7
4362026-06-02T01:13:07.738Z Compiling writeable v0.6.2
4372026-06-02T01:13:07.752Z Compiling litemap v0.8.1
4382026-06-02T01:13:07.790Z Compiling byteorder v1.5.0
4392026-06-02T01:13:07.939Z Compiling pest v2.8.6
4402026-06-02T01:13:07.955Z Compiling icu_properties_data v2.1.2
4412026-06-02T01:13:08.024Z Compiling icu_normalizer_data v2.1.1
4422026-06-02T01:13:08.152Z Compiling rustix v1.1.3
4432026-06-02T01:13:08.254Z Compiling errno v0.3.14
4442026-06-02T01:13:08.317Z Compiling syn v2.0.117
4452026-06-02T01:13:08.333Z Compiling serde_json v1.0.149
4462026-06-02T01:13:08.383Z Compiling bitflags v2.11.0
4472026-06-02T01:13:08.564Z Compiling num-traits v0.2.19
4482026-06-02T01:13:08.616Z Compiling hashbrown v0.17.0
4492026-06-02T01:13:08.632Z Compiling typeid v1.0.3
4502026-06-02T01:13:08.746Z Compiling equivalent v1.0.2
4512026-06-02T01:13:08.831Z Compiling smallvec v1.15.1
4522026-06-02T01:13:09.043Z Compiling pest_meta v2.8.6
4532026-06-02T01:13:09.146Z Compiling indexmap v2.14.0
4542026-06-02T01:13:09.195Z Compiling thread-id v4.2.2
4552026-06-02T01:13:09.228Z Compiling usdt-impl v0.5.0
4562026-06-02T01:13:09.275Z Compiling proc-macro-error-attr v1.0.4
4572026-06-02T01:13:09.326Z Compiling winnow v0.7.14
4582026-06-02T01:13:09.433Z Compiling erased-serde v0.4.9
4592026-06-02T01:13:09.461Z Compiling syn v1.0.109
4602026-06-02T01:13:09.698Z Compiling toml_write v0.1.2
4612026-06-02T01:13:09.914Z Compiling proc-macro-error v1.0.4
4622026-06-02T01:13:09.959Z Compiling getrandom v0.4.1
4632026-06-02T01:13:10.098Z Compiling utf8parse v0.2.2
4642026-06-02T01:13:10.217Z Compiling camino v1.2.2
4652026-06-02T01:13:10.303Z Compiling log v0.4.29
4662026-06-02T01:13:10.446Z Compiling plain v0.2.3
4672026-06-02T01:13:10.491Z Compiling percent-encoding v2.3.2
4682026-06-02T01:13:10.535Z Compiling utf8_iter v1.0.4
4692026-06-02T01:13:10.560Z Compiling thiserror v2.0.18
4702026-06-02T01:13:10.634Z Compiling form_urlencoded v1.2.2
4712026-06-02T01:13:10.693Z Compiling ordered-float v2.10.1
4722026-06-02T01:13:10.722Z Compiling anstyle-parse v0.2.7
4732026-06-02T01:13:10.905Z Compiling synstructure v0.13.2
4742026-06-02T01:13:10.920Z Compiling pest_generator v2.8.6
4752026-06-02T01:13:10.952Z Compiling terminal_size v0.4.3
4762026-06-02T01:13:11.139Z Compiling pretty-hex v0.4.1
4772026-06-02T01:13:11.217Z Compiling anstyle-query v1.1.5
4782026-06-02T01:13:11.258Z Compiling colorchoice v1.0.4
4792026-06-02T01:13:11.277Z Compiling anstyle v1.0.13
4802026-06-02T01:13:11.305Z Compiling cfg-if v1.0.4
4812026-06-02T01:13:11.329Z Compiling is_terminal_polyfill v1.70.2
4822026-06-02T01:13:11.424Z Compiling serde-untagged v0.1.9
4832026-06-02T01:13:11.491Z Compiling anstream v0.6.21
4842026-06-02T01:13:11.508Z Compiling semver v1.0.28
4852026-06-02T01:13:11.621Z Compiling fs-err v3.3.0
4862026-06-02T01:13:11.664Z Compiling strsim v0.11.1
4872026-06-02T01:13:11.797Z Compiling unicode-xid v0.2.6
4882026-06-02T01:13:11.819Z Compiling heck v0.4.1
4892026-06-02T01:13:11.838Z Compiling fnv v1.0.7
4902026-06-02T01:13:11.887Z Compiling heck v0.5.0
4912026-06-02T01:13:11.922Z Compiling fastrand v2.3.0
4922026-06-02T01:13:12.012Z Compiling once_cell v1.21.3
4932026-06-02T01:13:12.037Z Compiling clap_lex v1.0.0
4942026-06-02T01:13:12.126Z Compiling unicode-width v0.1.14
4952026-06-02T01:13:12.183Z Compiling anyhow v1.0.102
4962026-06-02T01:13:12.228Z Compiling bytecount v0.6.9
4972026-06-02T01:13:12.244Z Compiling clap_builder v4.5.60
4982026-06-02T01:13:12.268Z Compiling tempfile v3.25.0
4992026-06-02T01:13:12.411Z Compiling papergrid v0.11.0
5002026-06-02T01:13:12.531Z Compiling memmap v0.7.0
5012026-06-02T01:13:12.658Z Compiling serde_derive v1.0.228
5022026-06-02T01:13:12.704Z Compiling zerofrom-derive v0.1.6
5032026-06-02T01:13:12.721Z Compiling yoke-derive v0.8.1
5042026-06-02T01:13:12.766Z Compiling zerovec-derive v0.11.2
5052026-06-02T01:13:12.946Z Compiling displaydoc v0.2.5
5062026-06-02T01:13:13.688Z Compiling thiserror-impl v1.0.69
5072026-06-02T01:13:13.838Z Compiling zerocopy-derive v0.7.35
5082026-06-02T01:13:13.890Z Compiling pest_derive v2.8.6
5092026-06-02T01:13:13.893Z Compiling scroll_derive v0.12.1
5102026-06-02T01:13:14.091Z Compiling zerofrom v0.1.6
5112026-06-02T01:13:14.226Z Compiling yoke v0.8.1
5122026-06-02T01:13:14.321Z Compiling thiserror-impl v2.0.18
5132026-06-02T01:13:14.417Z Compiling zerovec v0.11.5
5142026-06-02T01:13:14.541Z Compiling zerotrie v0.2.3
5152026-06-02T01:13:14.693Z Compiling zerocopy v0.7.35
5162026-06-02T01:13:14.842Z Compiling scroll v0.12.0
5172026-06-02T01:13:14.921Z Compiling tinystr v0.8.2
5182026-06-02T01:13:15.045Z Compiling potential_utf v0.1.4
5192026-06-02T01:13:15.111Z Compiling icu_locale_core v2.1.1
5202026-06-02T01:13:15.127Z Compiling dtrace-parser v0.2.0
5212026-06-02T01:13:15.213Z Compiling icu_collections v2.1.1
5222026-06-02T01:13:15.245Z Compiling goblin v0.8.2
5232026-06-02T01:13:15.279Z Compiling tabled_derive v0.7.0
5242026-06-02T01:13:15.481Z Compiling clap_derive v4.5.55
5252026-06-02T01:13:15.799Z Compiling icu_provider v2.1.1
5262026-06-02T01:13:15.865Z Compiling smawk v0.3.2
5272026-06-02T01:13:15.980Z Compiling unicode-width v0.2.0
5282026-06-02T01:13:16.005Z Compiling unicode-linebreak v0.1.5
5292026-06-02T01:13:16.095Z Compiling icu_properties v2.1.2
5302026-06-02T01:13:16.099Z Compiling icu_normalizer v2.1.1
5312026-06-02T01:13:16.171Z Compiling serde_spanned v0.6.9
5322026-06-02T01:13:16.194Z Compiling toml_datetime v0.6.11
5332026-06-02T01:13:16.248Z Compiling dof v0.3.0
5342026-06-02T01:13:16.251Z Compiling serde_tokenstream v0.2.3
5352026-06-02T01:13:16.316Z Compiling serde-value v0.7.0
5362026-06-02T01:13:16.453Z Compiling toml_edit v0.22.27
5372026-06-02T01:13:16.636Z Compiling cargo-platform v0.2.0
5382026-06-02T01:13:16.640Z Compiling textwrap v0.16.2
5392026-06-02T01:13:16.674Z Compiling tabled v0.15.0
5402026-06-02T01:13:16.932Z Compiling macaddr v1.0.1
5412026-06-02T01:13:17.126Z Compiling idna_adapter v1.2.1
5422026-06-02T01:13:17.217Z Compiling usdt-macro v0.5.0
5432026-06-02T01:13:17.220Z Compiling usdt-attr-macro v0.5.0
5442026-06-02T01:13:17.260Z Compiling idna v1.1.0
5452026-06-02T01:13:17.556Z Compiling clap v4.5.60
5462026-06-02T01:13:17.643Z Compiling url v2.5.8
5472026-06-02T01:13:17.864Z Compiling camino-tempfile v1.4.1
5482026-06-02T01:13:17.935Z Compiling toml v0.8.23
5492026-06-02T01:13:18.099Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5502026-06-02T01:13:18.254Z Compiling swrite v0.1.0
5512026-06-02T01:13:18.354Z Compiling cargo-util-schemas v0.8.2
5522026-06-02T01:13:18.357Z Compiling cargo_toml v0.21.0
5532026-06-02T01:13:18.417Z Compiling usdt v0.5.0
5542026-06-02T01:13:19.247Z Compiling cargo_metadata v0.21.0
5552026-06-02T01:13:20.171Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5562026-06-02T01:13:22.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.89s
5572026-06-02T01:13:22.477Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5582026-06-02T01:13:23.049Z Downloading crates ...
5592026-06-02T01:13:23.143Z Downloaded adler2 v2.0.1
5602026-06-02T01:13:23.151Z Downloaded bzip2 v0.6.1
5612026-06-02T01:13:23.157Z Downloaded bcs v0.1.6
5622026-06-02T01:13:23.164Z Downloaded chacha20poly1305 v0.10.1
5632026-06-02T01:13:23.167Z Downloaded cfg_aliases v0.2.1
5642026-06-02T01:13:23.168Z Downloaded cstr-argument v0.1.2
5652026-06-02T01:13:23.168Z Downloaded fixedbitset v0.4.2
5662026-06-02T01:13:23.171Z Downloaded bitfield-struct v0.6.2
5672026-06-02T01:13:23.175Z Downloaded either v1.15.0
5682026-06-02T01:13:23.175Z Downloaded embedded-io v0.4.0
5692026-06-02T01:13:23.179Z Downloaded cfg_aliases v0.1.1
5702026-06-02T01:13:23.182Z Downloaded blake3 v1.8.3
5712026-06-02T01:13:23.185Z Downloaded bitfield-macros v0.19.4
5722026-06-02T01:13:23.185Z Downloaded cancel-safe-futures v0.1.5
5732026-06-02T01:13:23.189Z Downloaded env_filter v1.0.0
5742026-06-02T01:13:23.202Z Downloaded bstr v1.12.1
5752026-06-02T01:13:23.209Z Downloaded convert_case v0.4.0
5762026-06-02T01:13:23.213Z Downloaded bitflags v1.3.2
5772026-06-02T01:13:23.213Z Downloaded base16ct v0.2.0
5782026-06-02T01:13:23.213Z Downloaded arrayvec v0.7.6
5792026-06-02T01:13:23.217Z Downloaded bit-set v0.8.0
5802026-06-02T01:13:23.217Z Downloaded async-stream v0.3.6
5812026-06-02T01:13:23.224Z Downloaded cpufeatures v0.3.0
5822026-06-02T01:13:23.228Z Downloaded bit-set v0.5.3
5832026-06-02T01:13:23.231Z Downloaded cargo_metadata v0.19.2
5842026-06-02T01:13:23.231Z Downloaded csv v1.4.0
5852026-06-02T01:13:23.242Z Downloaded dirs-sys-next v0.1.2
5862026-06-02T01:13:23.246Z Downloaded cargo-platform v0.1.9
5872026-06-02T01:13:23.246Z Downloaded aead v0.5.2
5882026-06-02T01:13:23.246Z Downloaded dsl_auto_type v0.2.0
5892026-06-02T01:13:23.249Z Downloaded atomicwrites v0.4.4
5902026-06-02T01:13:23.249Z Downloaded assert_matches v1.5.0
5912026-06-02T01:13:23.249Z Downloaded arrayref v0.3.9
5922026-06-02T01:13:23.249Z Downloaded downcast-rs v2.0.2
5932026-06-02T01:13:23.253Z Downloaded ff v0.13.1
5942026-06-02T01:13:23.253Z Downloaded crc-catalog v2.4.0
5952026-06-02T01:13:23.253Z Downloaded der_derive v0.7.3
5962026-06-02T01:13:23.257Z Downloaded darling_macro v0.20.11
5972026-06-02T01:13:23.257Z Downloaded dirs-next v2.0.0
5982026-06-02T01:13:23.257Z Downloaded difflib v0.4.0
5992026-06-02T01:13:23.257Z Downloaded defmt-parser v1.0.0
6002026-06-02T01:13:23.257Z Downloaded embedded-io v0.6.1
6012026-06-02T01:13:23.260Z Downloaded diesel_table_macro_syntax v0.3.0
6022026-06-02T01:13:23.261Z Downloaded defmt v0.3.100
6032026-06-02T01:13:23.261Z Downloaded fd-lock v4.0.4
6042026-06-02T01:13:23.261Z Downloaded debug-ignore v1.0.5
6052026-06-02T01:13:23.264Z Downloaded compression-core v0.4.31
6062026-06-02T01:13:23.265Z Downloaded bit-vec v0.8.0
6072026-06-02T01:13:23.265Z Downloaded buf-list v1.1.2
6082026-06-02T01:13:23.269Z Downloaded foreign-types v0.3.2
6092026-06-02T01:13:23.269Z Downloaded bb8 v0.8.6
6102026-06-02T01:13:23.269Z Downloaded enum-as-inner v0.6.1
6112026-06-02T01:13:23.269Z Downloaded base64ct v1.8.3
6122026-06-02T01:13:23.270Z Downloaded foreign-types-shared v0.1.1
6132026-06-02T01:13:23.273Z Downloaded ciborium-io v0.2.2
6142026-06-02T01:13:23.273Z Downloaded derive_builder_macro v0.20.2
6152026-06-02T01:13:23.273Z Downloaded castaway v0.2.4
6162026-06-02T01:13:23.273Z Downloaded atomic-waker v1.1.2
6172026-06-02T01:13:23.277Z Downloaded argon2 v0.5.3
6182026-06-02T01:13:23.277Z Downloaded darling v0.20.11
6192026-06-02T01:13:23.281Z Downloaded cobs v0.3.0
6202026-06-02T01:13:23.282Z Downloaded block-padding v0.3.3
6212026-06-02T01:13:23.282Z Downloaded daft v0.1.7
6222026-06-02T01:13:23.285Z Downloaded curve25519-dalek-derive v0.1.1
6232026-06-02T01:13:23.285Z Downloaded atty v0.2.14
6242026-06-02T01:13:23.286Z Downloaded async-stream-impl v0.3.6
6252026-06-02T01:13:23.286Z Downloaded async-recursion v1.1.1
6262026-06-02T01:13:23.286Z Downloaded futures-io v0.3.32
6272026-06-02T01:13:23.289Z Downloaded crc v3.4.0
6282026-06-02T01:13:23.289Z Downloaded display-error-chain v0.2.2
6292026-06-02T01:13:23.289Z Downloaded darling_macro v0.23.0
6302026-06-02T01:13:23.289Z Downloaded crucible-workspace-hack v0.1.0
6312026-06-02T01:13:23.289Z Downloaded array-init v0.0.4
6322026-06-02T01:13:23.293Z Downloaded crunchy v0.2.4
6332026-06-02T01:13:23.293Z Downloaded funty v2.0.0
6342026-06-02T01:13:23.293Z Downloaded dropshot-api-manager-types v0.7.1
6352026-06-02T01:13:23.293Z Downloaded document-features v0.2.12
6362026-06-02T01:13:23.293Z Downloaded ascii-canvas v3.0.0
6372026-06-02T01:13:23.297Z Downloaded cmake v0.1.57
6382026-06-02T01:13:23.297Z Downloaded backoff v0.4.0
6392026-06-02T01:13:23.300Z Downloaded daft-derive v0.1.7
6402026-06-02T01:13:23.303Z Downloaded ctr v0.9.2
6412026-06-02T01:13:23.303Z Downloaded ciborium-ll v0.2.2
6422026-06-02T01:13:23.303Z Downloaded cbc v0.1.2
6432026-06-02T01:13:23.307Z Downloaded bcrypt-pbkdf v0.10.0
6442026-06-02T01:13:23.307Z Downloaded ed25519 v2.2.3
6452026-06-02T01:13:23.307Z Downloaded convert_case v0.10.0
6462026-06-02T01:13:23.310Z Downloaded drift v0.1.4
6472026-06-02T01:13:23.314Z Downloaded foreign-types-macros v0.2.3
6482026-06-02T01:13:23.314Z Downloaded cookie v0.18.1
6492026-06-02T01:13:23.318Z Downloaded float-ord v0.3.2
6502026-06-02T01:13:23.318Z Downloaded dtrace-parser v0.3.0
6512026-06-02T01:13:23.318Z Downloaded cexpr v0.6.0
6522026-06-02T01:13:23.322Z Downloaded endian-type v0.1.2
6532026-06-02T01:13:23.322Z Downloaded crc8 v0.1.1
6542026-06-02T01:13:23.322Z Downloaded clang-sys v1.8.1
6552026-06-02T01:13:23.322Z Downloaded const-oid v0.9.6
6562026-06-02T01:13:23.326Z Downloaded gethostname v0.5.0
6572026-06-02T01:13:23.326Z Downloaded futures-task v0.3.32
6582026-06-02T01:13:23.326Z Downloaded flagset v0.4.7
6592026-06-02T01:13:23.330Z Downloaded ghash v0.5.1
6602026-06-02T01:13:23.330Z Downloaded fxhash v0.2.1
6612026-06-02T01:13:23.330Z Downloaded hash32 v0.3.1
6622026-06-02T01:13:23.330Z Downloaded git-stub v1.0.0
6632026-06-02T01:13:23.330Z Downloaded derive_builder_core v0.20.2
6642026-06-02T01:13:23.334Z Downloaded cassowary v0.3.0
6652026-06-02T01:13:23.334Z Downloaded cipher v0.4.4
6662026-06-02T01:13:23.334Z Downloaded foldhash v0.1.5
6672026-06-02T01:13:23.334Z Downloaded defmt v1.0.1
6682026-06-02T01:13:23.338Z Downloaded constant_time_eq v0.4.2
6692026-06-02T01:13:23.338Z Downloaded corncobs v0.1.4
6702026-06-02T01:13:23.343Z Downloaded blowfish v0.9.1
6712026-06-02T01:13:23.344Z Downloaded futures-executor v0.3.32
6722026-06-02T01:13:23.344Z Downloaded derive-ex v0.1.8
6732026-06-02T01:13:23.344Z Downloaded ecdsa v0.16.9
6742026-06-02T01:13:23.348Z Downloaded chacha20 v0.9.1
6752026-06-02T01:13:23.348Z Downloaded data-encoding v2.10.0
6762026-06-02T01:13:23.348Z Downloaded futures-core v0.3.32
6772026-06-02T01:13:23.348Z Downloaded erased-serde v0.3.31
6782026-06-02T01:13:23.349Z Downloaded dunce v1.0.5
6792026-06-02T01:13:23.353Z Downloaded hex v0.4.3
6802026-06-02T01:13:23.353Z Downloaded hash32 v0.2.1
6812026-06-02T01:13:23.353Z Downloaded globwalk v0.9.1
6822026-06-02T01:13:23.353Z Downloaded colored v3.1.1
6832026-06-02T01:13:23.358Z Downloaded colored v2.2.0
6842026-06-02T01:13:23.358Z Downloaded hex-literal v0.4.1
6852026-06-02T01:13:23.358Z Downloaded headers-core v0.3.0
6862026-06-02T01:13:23.358Z Downloaded defmt-macros v1.0.1
6872026-06-02T01:13:23.362Z Downloaded fs-err v2.11.0
6882026-06-02T01:13:23.362Z Downloaded diesel-dtrace v0.5.0
6892026-06-02T01:13:23.362Z Downloaded derive_builder v0.20.2
6902026-06-02T01:13:23.367Z Downloaded crossbeam-utils v0.8.21
6912026-06-02T01:13:23.367Z Downloaded futures-macro v0.3.32
6922026-06-02T01:13:23.371Z Downloaded chacha20 v0.10.0
6932026-06-02T01:13:23.372Z Downloaded const_format_proc_macros v0.2.34
6942026-06-02T01:13:23.372Z Downloaded home v0.5.12
6952026-06-02T01:13:23.372Z Downloaded critical-section v1.2.0
6962026-06-02T01:13:23.376Z Downloaded async-trait v0.1.89
6972026-06-02T01:13:23.376Z Downloaded ciborium v0.2.2
6982026-06-02T01:13:23.376Z Downloaded hostname v0.4.2
6992026-06-02T01:13:23.380Z Downloaded foldhash v0.2.0
7002026-06-02T01:13:23.380Z Downloaded fallible-iterator v0.2.0
7012026-06-02T01:13:23.381Z Downloaded camino-tempfile-ext v0.3.3
7022026-06-02T01:13:23.381Z Downloaded http-range v0.1.5
7032026-06-02T01:13:23.381Z Downloaded hubpack v0.1.2
7042026-06-02T01:13:23.386Z Downloaded httpdate v1.0.3
7052026-06-02T01:13:23.387Z Downloaded http-body v1.0.1
7062026-06-02T01:13:23.387Z Downloaded ena v0.14.4
7072026-06-02T01:13:23.387Z Downloaded hubpack_derive v0.1.1
7082026-06-02T01:13:23.387Z Downloaded fs_extra v1.3.0
7092026-06-02T01:13:23.387Z Downloaded fixedbitset v0.5.7
7102026-06-02T01:13:23.387Z Downloaded byte-wrapper v0.1.0
7112026-06-02T01:13:23.390Z Downloaded env_logger v0.11.9
7122026-06-02T01:13:23.390Z Downloaded indent_write v2.2.0
7132026-06-02T01:13:23.390Z Downloaded filetime v0.2.27
7142026-06-02T01:13:23.394Z Downloaded csv-core v0.1.13
7152026-06-02T01:13:23.394Z Downloaded console v0.15.11
7162026-06-02T01:13:23.394Z Downloaded cookie_store v0.22.1
7172026-06-02T01:13:23.397Z Downloaded git-stub-vcs v0.1.0
7182026-06-02T01:13:23.397Z Downloaded ident_case v1.0.1
7192026-06-02T01:13:23.397Z Downloaded hyper-tls v0.6.0
7202026-06-02T01:13:23.401Z Downloaded group v0.13.0
7212026-06-02T01:13:23.401Z Downloaded diff v0.1.13
7222026-06-02T01:13:23.401Z Downloaded illumos-nvpair v0.3.0
7232026-06-02T01:13:23.404Z Downloaded darling v0.21.3
7242026-06-02T01:13:23.404Z Downloaded indoc v1.0.9
7252026-06-02T01:13:23.408Z Downloaded allocator-api2 v0.2.21
7262026-06-02T01:13:23.408Z Downloaded darling v0.23.0
7272026-06-02T01:13:23.412Z Downloaded instant v0.1.13
7282026-06-02T01:13:23.412Z Downloaded crc32fast v1.5.0
7292026-06-02T01:13:23.415Z Downloaded crc-any v2.5.0
7302026-06-02T01:13:23.415Z Downloaded illumos-nvpair-sys v0.2.0
7312026-06-02T01:13:23.415Z Downloaded glob v0.3.3
7322026-06-02T01:13:23.416Z Downloaded instability v0.3.11
7332026-06-02T01:13:23.419Z Downloaded is_ci v1.2.0
7342026-06-02T01:13:23.419Z Downloaded console v0.16.2
7352026-06-02T01:13:23.419Z Downloaded lalrpop-util v0.19.12
7362026-06-02T01:13:23.422Z Downloaded highway v1.3.0
7372026-06-02T01:13:23.422Z Downloaded darling_core v0.20.11
7382026-06-02T01:13:23.426Z Downloaded bytes v1.11.1
7392026-06-02T01:13:23.426Z Downloaded lazy_static v1.5.0
7402026-06-02T01:13:23.429Z Downloaded keccak v0.1.6
7412026-06-02T01:13:23.429Z Downloaded getrandom v0.2.17
7422026-06-02T01:13:23.433Z Downloaded hostname v0.3.1
7432026-06-02T01:13:23.433Z Downloaded is-terminal v0.4.17
7442026-06-02T01:13:23.433Z Downloaded derive_more v0.99.20
7452026-06-02T01:13:23.436Z Downloaded humantime v2.3.0
7462026-06-02T01:13:23.436Z Downloaded deranged v0.5.8
7472026-06-02T01:13:23.440Z Downloaded crossbeam-epoch v0.9.18
7482026-06-02T01:13:23.440Z Downloaded lru-slab v0.1.2
7492026-06-02T01:13:23.440Z Downloaded linked-hash-map v0.5.6
7502026-06-02T01:13:23.440Z Downloaded libscf-sys v1.1.0
7512026-06-02T01:13:23.444Z Downloaded kstat-rs v0.2.4
7522026-06-02T01:13:23.444Z Downloaded md-5 v0.10.6
7532026-06-02T01:13:23.444Z Downloaded bzip2 v0.4.4
7542026-06-02T01:13:23.444Z Downloaded crossbeam-deque v0.8.6
7552026-06-02T01:13:23.448Z Downloaded maplit v1.0.2
7562026-06-02T01:13:23.448Z Downloaded futures-channel v0.3.32
7572026-06-02T01:13:23.448Z Downloaded backon v1.6.0
7582026-06-02T01:13:23.452Z Downloaded lru v0.12.5
7592026-06-02T01:13:23.452Z Downloaded ahash v0.8.12
7602026-06-02T01:13:23.452Z Downloaded compression-codecs v0.4.37
7612026-06-02T01:13:23.456Z Downloaded maybe-uninit v2.0.0
7622026-06-02T01:13:23.456Z Downloaded hyper-staticfile v0.10.1
7632026-06-02T01:13:23.456Z Downloaded mime v0.3.17
7642026-06-02T01:13:23.460Z Downloaded md5 v0.7.0
7652026-06-02T01:13:23.460Z Downloaded lzss v0.8.2
7662026-06-02T01:13:23.460Z Downloaded new_debug_unreachable v1.0.6
7672026-06-02T01:13:23.460Z Downloaded find-msvc-tools v0.1.9
7682026-06-02T01:13:23.465Z Downloaded memoffset v0.9.1
7692026-06-02T01:13:23.465Z Downloaded match_cfg v0.1.0
7702026-06-02T01:13:23.465Z Downloaded impl-trait-for-tuples v0.2.3
7712026-06-02T01:13:23.470Z Downloaded derive-where v1.6.0
7722026-06-02T01:13:23.470Z Downloaded aes v0.8.4
7732026-06-02T01:13:23.470Z Downloaded lru-cache v0.1.2
7742026-06-02T01:13:23.470Z Downloaded dropshot_endpoint v0.16.7
7752026-06-02T01:13:23.474Z Downloaded fatfs v0.3.6
7762026-06-02T01:13:23.474Z Downloaded newtype-uuid-macros v0.1.0
7772026-06-02T01:13:23.474Z Downloaded newline-converter v0.3.0
7782026-06-02T01:13:23.477Z Downloaded multimap v0.10.1
7792026-06-02T01:13:23.477Z Downloaded ingot-types v0.1.2
7802026-06-02T01:13:23.478Z Downloaded internet-checksum v0.2.1
7812026-06-02T01:13:23.478Z Downloaded ipnetwork v0.21.1
7822026-06-02T01:13:23.482Z Downloaded ipnet v2.11.0
7832026-06-02T01:13:23.482Z Downloaded ingot v0.1.1
7842026-06-02T01:13:23.482Z Downloaded darling_core v0.23.0
7852026-06-02T01:13:23.487Z Downloaded normalize-line-endings v0.3.0
7862026-06-02T01:13:23.487Z Downloaded nibble_vec v0.1.0
7872026-06-02T01:13:23.487Z Downloaded nodrop v0.1.14
7882026-06-02T01:13:23.487Z Downloaded inout v0.1.4
7892026-06-02T01:13:23.492Z Downloaded num-conv v0.2.0
7902026-06-02T01:13:23.492Z Downloaded nonempty v0.12.0
7912026-06-02T01:13:23.492Z Downloaded const_format v0.2.35
7922026-06-02T01:13:23.492Z Downloaded half v1.8.3
7932026-06-02T01:13:23.495Z Downloaded num-derive v0.3.3
7942026-06-02T01:13:23.495Z Downloaded indoc v2.0.7
7952026-06-02T01:13:23.495Z Downloaded globset v0.4.18
7962026-06-02T01:13:23.500Z Downloaded jobserver v0.1.34
7972026-06-02T01:13:23.500Z Downloaded hmac v0.12.1
7982026-06-02T01:13:23.500Z Downloaded bit-vec v0.6.3
7992026-06-02T01:13:23.504Z Downloaded futures-sink v0.3.32
8002026-06-02T01:13:23.504Z Downloaded libefi-sys v0.1.0
8012026-06-02T01:13:23.504Z Downloaded httparse v1.10.1
8022026-06-02T01:13:23.504Z Downloaded num v0.4.3
8032026-06-02T01:13:23.504Z Downloaded libloading v0.8.9
8042026-06-02T01:13:23.507Z Downloaded libsw-core v0.3.2
8052026-06-02T01:13:23.507Z Downloaded opaque-debug v0.3.1
8062026-06-02T01:13:23.507Z Downloaded newtype_derive v0.1.6
8072026-06-02T01:13:23.508Z Downloaded linear-map v1.2.0
8082026-06-02T01:13:23.511Z Downloaded openssl-probe v0.2.1
8092026-06-02T01:13:23.511Z Downloaded openssl-probe v0.1.6
8102026-06-02T01:13:23.511Z Downloaded olpc-cjson v0.1.4
8112026-06-02T01:13:23.516Z Downloaded num_threads v0.1.7
8122026-06-02T01:13:23.516Z Downloaded hyper-rustls v0.27.7
8132026-06-02T01:13:23.516Z Downloaded compact_str v0.8.1
8142026-06-02T01:13:23.519Z Downloaded dropshot_endpoint v0.17.0
8152026-06-02T01:13:23.519Z Downloaded openssl-macros v0.1.1
8162026-06-02T01:13:23.520Z Downloaded iana-time-zone v0.1.65
8172026-06-02T01:13:23.523Z Downloaded arc-swap v1.8.2
8182026-06-02T01:13:23.523Z Downloaded num_enum_derive v0.5.11
8192026-06-02T01:13:23.531Z Downloaded oso-derive v0.27.3
8202026-06-02T01:13:23.531Z Downloaded num-derive v0.4.2
8212026-06-02T01:13:23.531Z Downloaded getrandom v0.3.4
8222026-06-02T01:13:23.531Z Downloaded ar_archive_writer v0.5.1
8232026-06-02T01:13:23.535Z Downloaded bumpalo v3.20.2
8242026-06-02T01:13:23.535Z Downloaded nanorand v0.7.0
8252026-06-02T01:13:23.535Z Downloaded newtype-uuid v1.3.2
8262026-06-02T01:13:23.535Z Downloaded mime_guess v2.0.5
8272026-06-02T01:13:23.539Z Downloaded elliptic-curve v0.13.8
8282026-06-02T01:13:23.539Z Downloaded parse-size v1.1.0
8292026-06-02T01:13:23.540Z Downloaded foreign-types-shared v0.3.1
8302026-06-02T01:13:23.540Z Downloaded bitfield v0.19.4
8312026-06-02T01:13:23.544Z Downloaded blake2 v0.10.6
8322026-06-02T01:13:23.544Z Downloaded async-bb8-diesel v0.2.1
8332026-06-02T01:13:23.544Z Downloaded foreign-types v0.5.0
8342026-06-02T01:13:23.544Z Downloaded packed_struct_codegen v0.10.1
8352026-06-02T01:13:23.560Z Downloaded pin-utils v0.1.0
8362026-06-02T01:13:23.565Z Downloaded peg-runtime v0.8.5
8372026-06-02T01:13:23.565Z Downloaded pbkdf2 v0.12.2
8382026-06-02T01:13:23.565Z Downloaded pbkdf2 v0.11.0
8392026-06-02T01:13:23.565Z Downloaded path-slash v0.1.5
8402026-06-02T01:13:23.565Z Downloaded parse-display v0.10.0
8412026-06-02T01:13:23.569Z Downloaded num-iter v0.1.45
8422026-06-02T01:13:23.569Z Downloaded num-complex v0.4.6
8432026-06-02T01:13:23.569Z Downloaded num-integer v0.1.46
8442026-06-02T01:13:23.569Z Downloaded http-body-util v0.1.3
8452026-06-02T01:13:23.569Z Downloaded half v2.7.1
8462026-06-02T01:13:23.573Z Downloaded multer v3.1.0
8472026-06-02T01:13:23.574Z Downloaded ingot-macros v0.1.1
8482026-06-02T01:13:23.574Z Downloaded num_enum v0.7.5
8492026-06-02T01:13:23.578Z Downloaded phf_shared v0.12.1
8502026-06-02T01:13:23.578Z Downloaded phf_shared v0.11.3
8512026-06-02T01:13:23.578Z Downloaded num_enum_derive v0.7.5
8522026-06-02T01:13:23.582Z Downloaded num_enum v0.5.11
8532026-06-02T01:13:23.582Z Downloaded phf_shared v0.13.1
8542026-06-02T01:13:23.586Z Downloaded num-rational v0.4.2
8552026-06-02T01:13:23.586Z Downloaded base64 v0.22.1
8562026-06-02T01:13:23.586Z Downloaded lock_api v0.4.14
8572026-06-02T01:13:23.591Z Downloaded managed v0.8.0
8582026-06-02T01:13:23.591Z Downloaded oxnet v0.1.4
8592026-06-02T01:13:23.591Z Downloaded predicates-tree v1.0.13
8602026-06-02T01:13:23.591Z Downloaded predicates-core v1.0.10
8612026-06-02T01:13:23.595Z Downloaded powerfmt v0.2.0
8622026-06-02T01:13:23.595Z Downloaded indexmap v1.9.3
8632026-06-02T01:13:23.595Z Downloaded proc-macro-crate v1.3.1
8642026-06-02T01:13:23.595Z Downloaded proc-macro-crate v3.4.0
8652026-06-02T01:13:23.599Z Downloaded proc-macro-error-attr2 v2.0.0
8662026-06-02T01:13:23.599Z Downloaded futures v0.3.32
8672026-06-02T01:13:23.599Z Downloaded packed_struct v0.10.1
8682026-06-02T01:13:23.603Z Downloaded parking_lot_core v0.8.6
8692026-06-02T01:13:23.603Z Downloaded cc v1.2.56
8702026-06-02T01:13:23.603Z Downloaded memmap2 v0.9.10
8712026-06-02T01:13:23.607Z Downloaded der v0.7.10
8722026-06-02T01:13:23.607Z Downloaded progenitor-client v0.10.0
8732026-06-02T01:13:23.611Z Downloaded progenitor-macro v0.10.0
8742026-06-02T01:13:23.611Z Downloaded oxide-tokio-rt v0.1.4
8752026-06-02T01:13:23.611Z Downloaded owo-colors v4.3.0
8762026-06-02T01:13:23.611Z Downloaded headers v0.4.1
8772026-06-02T01:13:23.615Z Downloaded heapless v0.8.0
8782026-06-02T01:13:23.619Z Downloaded parse-display-derive v0.10.0
8792026-06-02T01:13:23.619Z Downloaded paste v1.0.15
8802026-06-02T01:13:23.619Z Downloaded derive_more-impl v2.1.1
8812026-06-02T01:13:23.625Z Downloaded progenitor-macro v0.14.0
8822026-06-02T01:13:23.628Z Downloaded progenitor-macro v0.13.0
8832026-06-02T01:13:23.628Z Downloaded progenitor-macro v0.11.2
8842026-06-02T01:13:23.629Z Downloaded phf v0.13.1
8852026-06-02T01:13:23.629Z Downloaded pem-rfc7468 v0.7.0
8862026-06-02T01:13:23.629Z Downloaded progenitor-client v0.14.0
8872026-06-02T01:13:23.629Z Downloaded pem v3.0.6
8882026-06-02T01:13:23.635Z Downloaded phf v0.12.1
8892026-06-02T01:13:23.636Z Downloaded base64 v0.21.7
8902026-06-02T01:13:23.636Z Downloaded diesel_derives v2.3.7
8912026-06-02T01:13:23.642Z Downloaded progenitor-client v0.11.2
8922026-06-02T01:13:23.642Z Downloaded peg v0.8.5
8932026-06-02T01:13:23.642Z Downloaded nu-ansi-term v0.50.3
8942026-06-02T01:13:23.647Z Downloaded password-hash v0.5.0
8952026-06-02T01:13:23.648Z Downloaded derive_more v2.1.1
8962026-06-02T01:13:23.654Z Downloaded radium v0.7.0
8972026-06-02T01:13:23.654Z Downloaded psl-types v2.0.11
8982026-06-02T01:13:23.654Z Downloaded polyval v0.6.2
8992026-06-02T01:13:23.654Z Downloaded pkg-config v0.3.32
9002026-06-02T01:13:23.662Z Downloaded pkcs8 v0.10.2
9012026-06-02T01:13:23.662Z Downloaded poly1305 v0.8.0
9022026-06-02T01:13:23.663Z Downloaded pin-project-lite v0.2.17
9032026-06-02T01:13:23.663Z Downloaded indicatif v0.18.4
9042026-06-02T01:13:23.668Z Downloaded rand_xorshift v0.4.0
9052026-06-02T01:13:23.668Z Downloaded ppv-lite86 v0.2.21
9062026-06-02T01:13:23.668Z Downloaded postgres-protocol v0.6.10
9072026-06-02T01:13:23.668Z Downloaded pin-project-internal v1.1.11
9082026-06-02T01:13:23.668Z Downloaded flume v0.11.1
9092026-06-02T01:13:23.674Z Downloaded proc-macro-error2 v2.0.1
9102026-06-02T01:13:23.674Z Downloaded predicates v3.1.4
9112026-06-02T01:13:23.674Z Downloaded password-hash v0.4.2
9122026-06-02T01:13:23.674Z Downloaded rand_chacha v0.3.1
9132026-06-02T01:13:23.679Z Downloaded recursive v0.1.1
9142026-06-02T01:13:23.679Z Downloaded ref-cast v1.0.25
9152026-06-02T01:13:23.679Z Downloaded parking_lot_core v0.9.12
9162026-06-02T01:13:23.680Z Downloaded parking_lot v0.11.2
9172026-06-02T01:13:23.680Z Downloaded crypto-bigint v0.5.5
9182026-06-02T01:13:23.684Z Downloaded progenitor v0.13.0
9192026-06-02T01:13:23.684Z Downloaded progenitor v0.11.2
9202026-06-02T01:13:23.688Z Downloaded progenitor v0.10.0
9212026-06-02T01:13:23.688Z Downloaded quick-error v1.2.3
9222026-06-02T01:13:23.688Z Downloaded progenitor v0.14.0
9232026-06-02T01:13:23.688Z Downloaded ref-cast-impl v1.0.25
9242026-06-02T01:13:23.688Z Downloaded psm v0.1.30
9252026-06-02T01:13:23.692Z Downloaded peg-macros v0.8.5
9262026-06-02T01:13:23.692Z Downloaded libbz2-rs-sys v0.2.2
9272026-06-02T01:13:23.692Z Downloaded recursive-proc-macro-impl v0.1.1
9282026-06-02T01:13:23.695Z Downloaded crossbeam-channel v0.5.15
9292026-06-02T01:13:23.695Z Downloaded rfc6979 v0.4.0
9302026-06-02T01:13:23.696Z Downloaded async-compression v0.4.41
9312026-06-02T01:13:23.747Z Downloaded progenitor-client v0.13.0
9322026-06-02T01:13:23.747Z Downloaded hickory-resolver v0.25.2
9332026-06-02T01:13:23.758Z Downloaded progenitor-extras v0.2.0
9342026-06-02T01:13:23.758Z Downloaded flate2 v1.1.9
9352026-06-02T01:13:23.758Z Downloaded ed25519-dalek v2.2.0
9362026-06-02T01:13:23.758Z Downloaded rustc_version v0.4.1
9372026-06-02T01:13:23.758Z Downloaded rtoolbox v0.0.3
9382026-06-02T01:13:23.758Z Downloaded russh-cryptovec v0.7.3
9392026-06-02T01:13:23.759Z Downloaded heapless v0.7.17
9402026-06-02T01:13:23.759Z Downloaded rustc-hash v2.1.1
9412026-06-02T01:13:23.759Z Downloaded r2d2 v0.8.10
9422026-06-02T01:13:23.760Z Downloaded precomputed-hash v0.1.1
9432026-06-02T01:13:23.760Z Downloaded ignore v0.4.25
9442026-06-02T01:13:23.760Z Downloaded expectorate v1.2.0
9452026-06-02T01:13:23.760Z Downloaded omicron-zone-package v0.12.2
9462026-06-02T01:13:23.760Z Downloaded postgres-types v0.2.12
9472026-06-02T01:13:23.760Z Downloaded oso v0.27.3
9482026-06-02T01:13:23.760Z Downloaded salsa20 v0.10.2
9492026-06-02T01:13:23.760Z Downloaded dropshot-api-manager v0.7.1
9502026-06-02T01:13:23.760Z Downloaded parking_lot v0.12.5
9512026-06-02T01:13:23.760Z Downloaded darling_core v0.21.3
9522026-06-02T01:13:23.760Z Downloaded litrs v1.0.0
9532026-06-02T01:13:23.760Z Downloaded rand_core v0.10.0
9542026-06-02T01:13:23.760Z Downloaded scheduled-thread-pool v0.2.7
9552026-06-02T01:13:23.760Z Downloaded rand_core v0.9.5
9562026-06-02T01:13:23.760Z Downloaded rand_core v0.6.4
9572026-06-02T01:13:23.761Z Downloaded rand_chacha v0.9.0
9582026-06-02T01:13:23.761Z Downloaded primeorder v0.13.6
9592026-06-02T01:13:23.761Z Downloaded libsw v3.5.0
9602026-06-02T01:13:23.761Z Downloaded native-tls v0.2.18
9612026-06-02T01:13:23.761Z Downloaded secrecy v0.8.0
9622026-06-02T01:13:23.761Z Downloaded float-cmp v0.10.0
9632026-06-02T01:13:23.761Z Downloaded dyn-clone v1.0.20
9642026-06-02T01:13:23.761Z Downloaded rand_seeder v0.4.0
9652026-06-02T01:13:23.762Z Downloaded papergrid v0.17.0
9662026-06-02T01:13:23.762Z Downloaded same-file v1.0.6
9672026-06-02T01:13:23.762Z Downloaded p256 v0.13.2
9682026-06-02T01:13:23.762Z Downloaded dof v0.4.0
9692026-06-02T01:13:23.762Z Downloaded scroll_derive v0.13.1
9702026-06-02T01:13:23.768Z Downloaded miniz_oxide v0.8.9
9712026-06-02T01:13:23.768Z Downloaded scopeguard v1.2.0
9722026-06-02T01:13:23.768Z Downloaded darling_macro v0.21.3
9732026-06-02T01:13:23.768Z Downloaded des v0.8.1
9742026-06-02T01:13:23.768Z Downloaded pkcs1 v0.7.5
9752026-06-02T01:13:23.768Z Downloaded resolv-conf v0.7.6
9762026-06-02T01:13:23.768Z Downloaded serde_bytes v0.11.19
9772026-06-02T01:13:23.768Z Downloaded secrecy v0.10.3
9782026-06-02T01:13:23.768Z Downloaded http v1.4.0
9792026-06-02T01:13:23.774Z Downloaded seq-macro v0.3.6
9802026-06-02T01:13:23.774Z Downloaded serde-big-array v0.5.1
9812026-06-02T01:13:23.775Z Downloaded scrypt v0.11.0
9822026-06-02T01:13:23.775Z Downloaded hashbrown v0.13.2
9832026-06-02T01:13:23.780Z Downloaded jiff-static v0.2.21
9842026-06-02T01:13:23.780Z Downloaded quinn-udp v0.5.14
9852026-06-02T01:13:23.780Z Downloaded pkcs5 v0.7.1
9862026-06-02T01:13:23.784Z Downloaded semver v0.1.20
9872026-06-02T01:13:23.784Z Downloaded serde_urlencoded v0.7.1
9882026-06-02T01:13:23.789Z Downloaded serde_plain v1.0.2
9892026-06-02T01:13:23.789Z Downloaded serde_repr v0.1.20
9902026-06-02T01:13:23.789Z Downloaded rustls-pemfile v1.0.4
9912026-06-02T01:13:23.793Z Downloaded rustls-native-certs v0.8.3
9922026-06-02T01:13:23.793Z Downloaded pin-project v1.1.11
9932026-06-02T01:13:23.797Z Downloaded signal-hook-mio v0.2.5
9942026-06-02T01:13:23.800Z Downloaded serde_spanned v1.0.4
9952026-06-02T01:13:23.800Z Downloaded prefix-trie v0.7.0
9962026-06-02T01:13:23.800Z Downloaded sha1 v0.10.6
9972026-06-02T01:13:23.804Z Downloaded signature v2.2.0
9982026-06-02T01:13:23.804Z Downloaded openssl-sys v0.9.115
9992026-06-02T01:13:23.808Z Downloaded postcard v1.1.3
10002026-06-02T01:13:23.809Z Downloaded sigpipe v0.1.3
10012026-06-02T01:13:23.809Z Downloaded rusty-fork v0.3.1
10022026-06-02T01:13:23.813Z Downloaded signal-hook-tokio v0.3.1
10032026-06-02T01:13:23.813Z Downloaded scroll v0.13.0
10042026-06-02T01:13:23.814Z Downloaded schemars_derive v0.8.22
10052026-06-02T01:13:23.814Z Downloaded slog-bunyan v2.5.0
10062026-06-02T01:13:23.821Z Downloaded sct v0.7.1
10072026-06-02T01:13:23.825Z Downloaded siphasher v1.0.2
10082026-06-02T01:13:23.825Z Downloaded slog-envlogger v2.2.0
10092026-06-02T01:13:23.829Z Downloaded progenitor-impl v0.11.2
10102026-06-02T01:13:23.833Z Downloaded progenitor-impl v0.10.0
10112026-06-02T01:13:23.837Z Downloaded sapling-renderdag v0.1.0
10122026-06-02T01:13:23.837Z Downloaded rustversion v1.0.22
10132026-06-02T01:13:23.847Z Downloaded hashbrown v0.12.3
10142026-06-02T01:13:23.850Z Downloaded rustc_version v0.1.7
10152026-06-02T01:13:23.855Z Downloaded serde_path_to_error v0.1.20
10162026-06-02T01:13:23.860Z Downloaded serde-hex v0.1.0
10172026-06-02T01:13:23.860Z Downloaded serde_derive_internals v0.29.1
10182026-06-02T01:13:23.863Z Downloaded rustls-pemfile v2.2.0
10192026-06-02T01:13:23.863Z Downloaded sqlparser_derive v0.5.0
10202026-06-02T01:13:23.870Z Downloaded rustls-pki-types v1.14.0
10212026-06-02T01:13:23.870Z Downloaded prettyplease v0.2.37
10222026-06-02T01:13:23.876Z Downloaded ssh-cipher v0.2.0
10232026-06-02T01:13:23.876Z Downloaded shlex v1.3.0
10242026-06-02T01:13:23.876Z Downloaded shell-words v1.1.1
10252026-06-02T01:13:23.882Z Downloaded strum v0.26.3
10262026-06-02T01:13:23.882Z Downloaded structmeta v0.3.0
10272026-06-02T01:13:23.882Z Downloaded ssh-encoding v0.2.0
10282026-06-02T01:13:23.882Z Downloaded strip-ansi-escapes v0.2.1
10292026-06-02T01:13:23.882Z Downloaded hyper-util v0.1.20
10302026-06-02T01:13:23.887Z Downloaded slab v0.4.12
10312026-06-02T01:13:23.887Z Downloaded minimal-lexical v0.2.1
10322026-06-02T01:13:23.887Z Downloaded simd-adler32 v0.3.8
10332026-06-02T01:13:23.892Z Downloaded aes-gcm v0.10.3
10342026-06-02T01:13:23.892Z Downloaded structmeta-derive v0.3.0
10352026-06-02T01:13:23.892Z Downloaded slog-async v2.8.0
10362026-06-02T01:13:23.892Z Downloaded signal-hook-registry v1.4.8
10372026-06-02T01:13:23.892Z Downloaded tabled_derive v0.11.0
10382026-06-02T01:13:23.896Z Downloaded sync_wrapper v1.0.2
10392026-06-02T01:13:23.896Z Downloaded strum v0.27.2
10402026-06-02T01:13:23.896Z Downloaded slog-scope v4.4.1
10412026-06-02T01:13:23.896Z Downloaded slog-json v2.6.1
10422026-06-02T01:13:23.896Z Downloaded hickory-resolver v0.24.4
10432026-06-02T01:13:23.900Z Downloaded supports-color v3.0.2
10442026-06-02T01:13:23.900Z Downloaded itertools v0.10.5
10452026-06-02T01:13:23.904Z Downloaded progenitor-impl v0.13.0
10462026-06-02T01:13:23.904Z Downloaded slog-dtrace v0.3.0
10472026-06-02T01:13:23.909Z Downloaded serde_cbor v0.11.2
10482026-06-02T01:13:23.909Z Downloaded sec1 v0.7.3
10492026-06-02T01:13:23.909Z Downloaded subtle v2.6.1
10502026-06-02T01:13:23.913Z Downloaded tap v1.0.1
10512026-06-02T01:13:23.913Z Downloaded take_mut v0.2.2
10522026-06-02T01:13:23.913Z Downloaded smf v0.2.3
10532026-06-02T01:13:23.913Z Downloaded smallvec v0.6.14
10542026-06-02T01:13:23.914Z Downloaded slog-stdlog v4.1.1
10552026-06-02T01:13:23.914Z Downloaded rcgen v0.12.1
10562026-06-02T01:13:23.917Z Downloaded tagptr v0.2.0
10572026-06-02T01:13:23.917Z Downloaded sync-ptr v0.1.4
10582026-06-02T01:13:23.917Z Downloaded hickory-server v0.25.2
10592026-06-02T01:13:23.921Z Downloaded progenitor-impl v0.14.0
10602026-06-02T01:13:23.921Z Downloaded crossterm v0.29.0
10612026-06-02T01:13:23.927Z Downloaded thiserror-impl-no-std v2.0.2
10622026-06-02T01:13:23.928Z Downloaded spki v0.7.3
10632026-06-02T01:13:23.928Z Downloaded sqlformat v0.3.5
10642026-06-02T01:13:23.934Z Downloaded serde_with_macros v3.17.0
10652026-06-02T01:13:23.934Z Downloaded stacker v0.1.23
10662026-06-02T01:13:23.934Z Downloaded snafu-derive v0.8.9
10672026-06-02T01:13:23.934Z Downloaded rustls-platform-verifier v0.6.2
10682026-06-02T01:13:23.942Z Downloaded russh-keys v0.45.0
10692026-06-02T01:13:23.942Z Downloaded pretty_assertions v1.4.1
10702026-06-02T01:13:23.942Z Downloaded crossterm v0.28.1
10712026-06-02T01:13:23.949Z Downloaded ron v0.8.1
10722026-06-02T01:13:23.949Z Downloaded termtree v0.5.1
10732026-06-02T01:13:23.949Z Downloaded hashbrown v0.15.5
10742026-06-02T01:13:23.954Z Downloaded stringprep v0.1.5
10752026-06-02T01:13:23.954Z Downloaded string_cache v0.8.9
10762026-06-02T01:13:23.954Z Downloaded static_assertions v1.1.0
10772026-06-02T01:13:23.954Z Downloaded schemars v0.8.22
10782026-06-02T01:13:23.963Z Downloaded thread-id v5.1.0
10792026-06-02T01:13:23.963Z Downloaded strum_macros v0.27.2
10802026-06-02T01:13:23.968Z Downloaded iri-string v0.7.10
10812026-06-02T01:13:23.968Z Downloaded num-bigint v0.4.6
10822026-06-02T01:13:23.969Z Downloaded strum_macros v0.26.4
10832026-06-02T01:13:23.974Z Downloaded slog-term v2.9.2
10842026-06-02T01:13:23.974Z Downloaded testing_table v0.3.0
10852026-06-02T01:13:23.974Z Downloaded tabwriter v1.4.1
10862026-06-02T01:13:23.974Z Downloaded publicsuffix v2.3.0
10872026-06-02T01:13:23.974Z Downloaded strum_macros v0.24.3
10882026-06-02T01:13:23.981Z Downloaded mio v1.2.0
10892026-06-02T01:13:23.981Z Downloaded libxml v0.3.3
10902026-06-02T01:13:23.987Z Downloaded time-core v0.1.8
10912026-06-02T01:13:23.987Z Downloaded spin v0.9.8
10922026-06-02T01:13:23.987Z Downloaded tokio-macros v2.7.0
10932026-06-02T01:13:23.987Z Downloaded tinyvec_macros v0.1.1
10942026-06-02T01:13:23.987Z Downloaded quinn v0.11.9
10952026-06-02T01:13:23.994Z Downloaded tower-service v0.3.3
10962026-06-02T01:13:23.994Z Downloaded tower-layer v0.3.3
10972026-06-02T01:13:23.994Z Downloaded topological-sort v0.2.2
10982026-06-02T01:13:23.999Z Downloaded time-macros v0.2.27
10992026-06-02T01:13:23.999Z Downloaded hashbrown v0.16.1
11002026-06-02T01:13:24.005Z Downloaded bindgen v0.71.1
11012026-06-02T01:13:24.005Z Downloaded tls_codec v0.4.2
11022026-06-02T01:13:24.011Z Downloaded tiny-keccak v2.0.2
11032026-06-02T01:13:24.011Z Downloaded signal-hook v0.3.18
11042026-06-02T01:13:24.011Z Downloaded aho-corasick v1.1.4
11052026-06-02T01:13:24.017Z Downloaded ryu v1.0.23
11062026-06-02T01:13:24.017Z Downloaded tokio-dtrace v0.1.1
11072026-06-02T01:13:24.017Z Downloaded serde_yaml v0.9.34+deprecated
11082026-06-02T01:13:24.028Z Downloaded slog v2.8.2
11092026-06-02T01:13:24.028Z Downloaded termios v0.3.3
11102026-06-02T01:13:24.028Z Downloaded similar v2.7.0
11112026-06-02T01:13:24.035Z Downloaded itertools v0.13.0
11122026-06-02T01:13:24.035Z Downloaded rayon-core v1.13.0
11132026-06-02T01:13:24.035Z Downloaded num-bigint-dig v0.8.6
11142026-06-02T01:13:24.035Z Downloaded typify-macro v0.6.2
11152026-06-02T01:13:24.041Z Downloaded trait-variant v0.1.2
11162026-06-02T01:13:24.041Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11172026-06-02T01:13:24.041Z Downloaded unarray v0.1.4
11182026-06-02T01:13:24.047Z Downloaded support-bundle-viewer v0.1.2
11192026-06-02T01:13:24.047Z Downloaded qorb v0.4.1
11202026-06-02T01:13:24.048Z Downloaded untrusted v0.9.0
11212026-06-02T01:13:24.048Z Downloaded universal-hash v0.5.1
11222026-06-02T01:13:24.048Z Downloaded unit-prefix v0.5.2
11232026-06-02T01:13:24.048Z Downloaded thread_local v1.1.9
11242026-06-02T01:13:24.053Z Downloaded hyper v1.8.1
11252026-06-02T01:13:24.053Z Downloaded socket2 v0.6.3
11262026-06-02T01:13:24.053Z Downloaded futures-util v0.3.32
11272026-06-02T01:13:24.063Z Downloaded void v1.0.2
11282026-06-02T01:13:24.068Z Downloaded toml_writer v1.0.6+spec-1.1.0
11292026-06-02T01:13:24.069Z Downloaded utf-8 v0.7.6
11302026-06-02T01:13:24.069Z Downloaded unicode-truncate v1.1.0
11312026-06-02T01:13:24.069Z Downloaded typify-macro v0.4.3
11322026-06-02T01:13:24.069Z Downloaded rand v0.9.2
11332026-06-02T01:13:24.069Z Downloaded iddqd v0.4.1
11342026-06-02T01:13:24.075Z Downloaded tokio-tungstenite v0.23.1
11352026-06-02T01:13:24.075Z Downloaded tokio-rustls v0.25.0
11362026-06-02T01:13:24.075Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11372026-06-02T01:13:24.075Z Downloaded usdt-attr-macro v0.6.0
11382026-06-02T01:13:24.075Z Downloaded try-lock v0.2.5
11392026-06-02T01:13:24.075Z Downloaded usdt v0.6.0
11402026-06-02T01:13:24.083Z Downloaded untrusted v0.7.1
11412026-06-02T01:13:24.083Z Downloaded tokio-native-tls v0.3.1
11422026-06-02T01:13:24.083Z Downloaded rand v0.8.6
11432026-06-02T01:13:24.083Z Downloaded rustls-webpki v0.103.9
11442026-06-02T01:13:24.083Z Downloaded schemars v1.2.1
11452026-06-02T01:13:24.091Z Downloaded want v0.3.1
11462026-06-02T01:13:24.097Z Downloaded waitgroup v0.1.2
11472026-06-02T01:13:24.097Z Downloaded usdt-macro v0.6.0
11482026-06-02T01:13:24.097Z Downloaded subprocess v0.2.15
11492026-06-02T01:13:24.097Z Downloaded nom v7.1.3
11502026-06-02T01:13:24.097Z Downloaded tokio-rustls v0.24.1
11512026-06-02T01:13:24.103Z Downloaded rsa v0.9.10
11522026-06-02T01:13:24.103Z Downloaded itertools v0.14.0
11532026-06-02T01:13:24.109Z Downloaded term v0.7.0
11542026-06-02T01:13:24.109Z Downloaded wait-timeout v0.2.1
11552026-06-02T01:13:24.109Z Downloaded xshell-macros v0.2.7
11562026-06-02T01:13:24.109Z Downloaded xattr v1.6.1
11572026-06-02T01:13:24.109Z Downloaded snafu v0.8.9
11582026-06-02T01:13:24.115Z Downloaded tui-tree-widget v0.23.1
11592026-06-02T01:13:24.115Z Downloaded socket2 v0.5.10
11602026-06-02T01:13:24.115Z Downloaded russh v0.45.0
11612026-06-02T01:13:24.121Z Downloaded hkdf v0.12.4
11622026-06-02T01:13:24.121Z Downloaded itertools v0.12.1
11632026-06-02T01:13:24.128Z Downloaded tokio-tungstenite v0.21.0
11642026-06-02T01:13:24.128Z Downloaded vergen-git2 v1.0.7
11652026-06-02T01:13:24.128Z Downloaded usdt-impl v0.6.0
11662026-06-02T01:13:24.129Z Downloaded zeroize_derive v1.4.3
11672026-06-02T01:13:24.129Z Downloaded unicase v2.9.0
11682026-06-02T01:13:24.134Z Downloaded thiserror-no-std v2.0.2
11692026-06-02T01:13:24.134Z Downloaded tokio-rustls v0.26.4
11702026-06-02T01:13:24.135Z Downloaded samael v0.0.19
11712026-06-02T01:13:24.135Z Downloaded term v1.2.1
11722026-06-02T01:13:24.144Z Downloaded zone_cfg_derive v0.3.1
11732026-06-02T01:13:24.150Z Downloaded zone v0.3.1
11742026-06-02T01:13:24.150Z Downloaded vergen-gitcl v1.0.8
11752026-06-02T01:13:24.150Z Downloaded uzers v0.12.2
11762026-06-02T01:13:24.150Z Downloaded walkdir v2.5.0
11772026-06-02T01:13:24.155Z Downloaded tracing-attributes v0.1.31
11782026-06-02T01:13:24.155Z Downloaded schemars v0.9.0
11792026-06-02T01:13:24.161Z Downloaded whoami v1.6.1
11802026-06-02T01:13:24.161Z Downloaded twox-hash v2.1.2
11812026-06-02T01:13:24.161Z Downloaded vergen-lib v0.1.6
11822026-06-02T01:13:24.166Z Downloaded tar v0.4.45
11832026-06-02T01:13:24.177Z Downloaded xshell v0.2.7
11842026-06-02T01:13:24.183Z Downloaded tokio-stream v0.1.18
11852026-06-02T01:13:24.183Z Downloaded h2 v0.4.13
11862026-06-02T01:13:24.186Z Downloaded toml v0.9.12+spec-1.1.0
11872026-06-02T01:13:24.186Z Downloaded tls_codec_derive v0.4.2
11882026-06-02T01:13:24.186Z Downloaded unicode-properties v0.1.4
11892026-06-02T01:13:24.187Z Downloaded toml v1.0.6+spec-1.1.0
11902026-06-02T01:13:24.191Z Downloaded rand v0.10.0
11912026-06-02T01:13:24.191Z Downloaded toml v0.7.8
11922026-06-02T01:13:24.195Z Downloaded toml_parser v1.0.9+spec-1.1.0
11932026-06-02T01:13:24.195Z Downloaded rustyline v14.0.0
11942026-06-02T01:13:24.199Z Downloaded tinyvec v1.10.0
11952026-06-02T01:13:24.199Z Downloaded test-strategy v0.4.5
11962026-06-02T01:13:24.203Z Downloaded vergen v9.0.6
11972026-06-02T01:13:24.203Z Downloaded vsss-rs v3.3.4
11982026-06-02T01:13:24.203Z Downloaded libm v0.2.16
11992026-06-02T01:13:24.208Z Downloaded whoami v2.1.0
12002026-06-02T01:13:24.213Z Downloaded zstd-safe v7.2.4
12012026-06-02T01:13:24.213Z Downloaded wyz v0.5.1
12022026-06-02T01:13:24.213Z Downloaded zstd v0.13.3
12032026-06-02T01:13:24.219Z Downloaded tracing-core v0.1.36
12042026-06-02T01:13:24.223Z Downloaded tungstenite v0.21.0
12052026-06-02T01:13:24.223Z Downloaded typify v0.4.3
12062026-06-02T01:13:24.226Z Downloaded zerocopy v0.6.6
12072026-06-02T01:13:24.232Z Downloaded unsafe-libyaml v0.2.11
12082026-06-02T01:13:24.232Z Downloaded yasna v0.5.2
12092026-06-02T01:13:24.232Z Downloaded rpassword v7.4.0
12102026-06-02T01:13:24.235Z Downloaded git2 v0.20.4
12112026-06-02T01:13:24.239Z Downloaded zeroize v1.8.2
12122026-06-02T01:13:24.243Z Downloaded p521 v0.13.3
12132026-06-02T01:13:24.247Z Downloaded uuid v1.23.0
12142026-06-02T01:13:24.250Z Downloaded bitvec v1.0.1
12152026-06-02T01:13:24.257Z Downloaded vte v0.14.1
12162026-06-02T01:13:24.261Z Downloaded unicode-bidi v0.3.18
12172026-06-02T01:13:24.261Z Downloaded toml_edit v0.23.10+spec-1.0.0
12182026-06-02T01:13:24.266Z Downloaded tungstenite v0.23.0
12192026-06-02T01:13:24.272Z Downloaded steno v0.4.1
12202026-06-02T01:13:24.290Z Downloaded typify v0.6.2
12212026-06-02T01:13:24.294Z Downloaded zopfli v0.8.3
12222026-06-02T01:13:24.294Z Downloaded regex v1.12.3
12232026-06-02T01:13:24.298Z Downloaded ssh-key v0.6.7
12242026-06-02T01:13:24.303Z Downloaded reedline v0.40.0
12252026-06-02T01:13:24.307Z Downloaded toml_edit v0.19.15
12262026-06-02T01:13:24.314Z Downloaded reqwest v0.13.2
12272026-06-02T01:13:24.318Z Downloaded reqwest v0.12.28
12282026-06-02T01:13:24.323Z Downloaded unicode_categories v0.1.1
12292026-06-02T01:13:24.327Z Downloaded tokio-postgres v0.7.16
12302026-06-02T01:13:24.327Z Downloaded p384 v0.13.1
12312026-06-02T01:13:24.331Z Downloaded goblin v0.10.5
12322026-06-02T01:13:24.335Z Downloaded aws-lc-rs v1.16.3
12332026-06-02T01:13:24.340Z Downloaded zip v0.6.6
12342026-06-02T01:13:24.344Z Downloaded rayon v1.11.0
12352026-06-02T01:13:24.347Z Downloaded yansi v1.0.1
12362026-06-02T01:13:24.352Z Downloaded tower v0.5.3
12372026-06-02T01:13:24.357Z Downloaded quick-xml v0.37.5
12382026-06-02T01:13:24.361Z Downloaded portable-atomic v1.13.1
12392026-06-02T01:13:24.415Z Downloaded rustls-webpki v0.101.7
12402026-06-02T01:13:24.426Z Downloaded x509-cert v0.2.5
12412026-06-02T01:13:24.426Z Downloaded typed-path v0.9.3
12422026-06-02T01:13:24.426Z Downloaded salty v0.3.0
12432026-06-02T01:13:24.426Z Downloaded lalrpop v0.19.12
12442026-06-02T01:13:24.426Z Downloaded chrono v0.4.44
12452026-06-02T01:13:24.426Z Downloaded unicode-segmentation v1.12.0
12462026-06-02T01:13:24.426Z Downloaded zerocopy-derive v0.8.40
12472026-06-02T01:13:24.432Z Downloaded zip v4.6.1
12482026-06-02T01:13:24.432Z Downloaded tokio-util v0.7.18
12492026-06-02T01:13:24.432Z Downloaded rustls-webpki v0.102.8
12502026-06-02T01:13:24.440Z Downloaded tough v0.22.0
12512026-06-02T01:13:24.445Z Downloaded object v0.30.4
12522026-06-02T01:13:24.452Z Downloaded tower-http v0.6.8
12532026-06-02T01:13:24.456Z Downloaded curve25519-dalek v4.1.3
12542026-06-02T01:13:24.465Z Downloaded serde_with v3.17.0
12552026-06-02T01:13:24.471Z Downloaded proptest v1.10.0
12562026-06-02T01:13:24.475Z Downloaded winnow v0.5.40
12572026-06-02T01:13:24.483Z Downloaded quinn-proto v0.11.13
12582026-06-02T01:13:24.489Z Downloaded moka v0.12.13
12592026-06-02T01:13:24.493Z Downloaded petname v2.0.2
12602026-06-02T01:13:24.497Z Downloaded unicode-normalization v0.1.25
12612026-06-02T01:13:24.501Z Downloaded radix_trie v0.2.1
12622026-06-02T01:13:24.501Z Downloaded winnow v0.6.26
12632026-06-02T01:13:24.507Z Downloaded nix v0.29.0
12642026-06-02T01:13:24.513Z Downloaded nix v0.27.1
12652026-06-02T01:13:24.520Z Downloaded polar-core v0.27.3
12662026-06-02T01:13:24.525Z Downloaded time v0.3.47
12672026-06-02T01:13:24.540Z Downloaded nix v0.31.2
12682026-06-02T01:13:24.547Z Downloaded tabled v0.20.0
12692026-06-02T01:13:24.558Z Downloaded object v0.37.3
12702026-06-02T01:13:24.566Z Downloaded nix v0.28.0
12712026-06-02T01:13:24.573Z Downloaded zlib-rs v0.6.2
12722026-06-02T01:13:24.579Z Downloaded regex-syntax v0.6.29
12732026-06-02T01:13:24.582Z Downloaded smoltcp v0.9.1
12742026-06-02T01:13:24.589Z Downloaded hickory-proto v0.24.4
12752026-06-02T01:13:24.598Z Downloaded dropshot v0.17.0
12762026-06-02T01:13:24.610Z Downloaded zerocopy v0.8.40
12772026-06-02T01:13:24.615Z Downloaded openapiv3 v2.2.0
12782026-06-02T01:13:24.623Z Downloaded rustls v0.22.4
12792026-06-02T01:13:24.632Z Downloaded vcpkg v0.2.15
12802026-06-02T01:13:24.654Z Downloaded webpki-roots v1.0.6
12812026-06-02T01:13:24.658Z Downloaded regex-syntax v0.8.10
12822026-06-02T01:13:24.662Z Downloaded hickory-proto v0.25.2
12832026-06-02T01:13:24.677Z Downloaded smoltcp v0.11.0
12842026-06-02T01:13:24.680Z Downloaded rustls v0.23.37
12852026-06-02T01:13:24.686Z Downloaded diesel v2.3.7
12862026-06-02T01:13:24.698Z Downloaded rustix v0.38.44
12872026-06-02T01:13:24.714Z Downloaded regress v0.10.5
12882026-06-02T01:13:24.723Z Downloaded sqlparser v0.61.0
12892026-06-02T01:13:24.733Z Downloaded regress v0.11.1
12902026-06-02T01:13:24.741Z Downloaded dropshot v0.16.7
12912026-06-02T01:13:24.750Z Downloaded sled v0.34.7
12922026-06-02T01:13:24.756Z Downloaded rustls v0.21.12
12932026-06-02T01:13:24.761Z Downloaded openssl v0.10.79
12942026-06-02T01:13:24.769Z Downloaded ratatui v0.29.0
12952026-06-02T01:13:24.774Z Downloaded typify-impl v0.6.2
12962026-06-02T01:13:24.788Z Downloaded typify-impl v0.4.3
12972026-06-02T01:13:24.798Z Downloaded tracing v0.1.44
12982026-06-02T01:13:24.805Z Downloaded regex-automata v0.4.14
12992026-06-02T01:13:24.816Z Downloaded bzip2-sys v0.1.13+1.0.8
13002026-06-02T01:13:24.822Z Downloaded zerocopy-derive v0.6.6
13012026-06-02T01:13:24.848Z Downloaded petgraph v0.8.3
13022026-06-02T01:13:24.860Z Downloaded petgraph v0.6.5
13032026-06-02T01:13:24.873Z Downloaded chrono-tz v0.10.4
13042026-06-02T01:13:24.885Z Downloaded jiff v0.2.21
13052026-06-02T01:13:24.908Z Downloaded tokio v1.52.1
13062026-06-02T01:13:24.933Z Downloaded libz-sys v1.1.24
13072026-06-02T01:13:24.951Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13082026-06-02T01:13:24.963Z Downloaded sha3 v0.10.8
13092026-06-02T01:13:24.980Z Downloaded encoding_rs v0.8.35
13102026-06-02T01:13:24.989Z Downloaded ring v0.17.14
13112026-06-02T01:13:25.080Z Downloaded libgit2-sys v0.18.3+1.9.2
13122026-06-02T01:13:25.568Z Downloaded aws-lc-sys v0.40.0
13132026-06-02T01:13:25.814Z Compiling libc v0.2.185
13142026-06-02T01:13:25.814Z Compiling serde v1.0.228
13152026-06-02T01:13:25.817Z Compiling log v0.4.29
13162026-06-02T01:13:25.817Z Compiling find-msvc-tools v0.1.9
13172026-06-02T01:13:25.817Z Compiling shlex v1.3.0
13182026-06-02T01:13:25.817Z Compiling syn v2.0.117
13192026-06-02T01:13:25.817Z Compiling smallvec v1.15.1
13202026-06-02T01:13:25.953Z Compiling typenum v1.19.0
13212026-06-02T01:13:26.135Z Compiling generic-array v0.14.7
13222026-06-02T01:13:26.148Z Compiling subtle v2.6.1
13232026-06-02T01:13:26.188Z Compiling scopeguard v1.2.0
13242026-06-02T01:13:26.225Z Compiling const-oid v0.9.6
13252026-06-02T01:13:26.280Z Compiling lock_api v0.4.14
13262026-06-02T01:13:26.293Z Compiling serde_json v1.0.149
13272026-06-02T01:13:26.319Z Compiling zerocopy v0.8.40
13282026-06-02T01:13:26.380Z Compiling parking_lot_core v0.9.12
13292026-06-02T01:13:26.500Z Compiling pin-project-lite v0.2.17
13302026-06-02T01:13:26.614Z Compiling portable-atomic v1.13.1
13312026-06-02T01:13:26.628Z Compiling pkg-config v0.3.32
13322026-06-02T01:13:26.757Z Compiling bitflags v2.11.0
13332026-06-02T01:13:26.835Z Compiling getrandom v0.2.17
13342026-06-02T01:13:26.917Z Compiling jobserver v0.1.34
13352026-06-02T01:13:26.949Z Compiling errno v0.3.14
13362026-06-02T01:13:26.978Z Compiling rand_core v0.6.4
13372026-06-02T01:13:27.099Z Compiling signal-hook-registry v1.4.8
13382026-06-02T01:13:27.169Z Compiling cc v1.2.56
13392026-06-02T01:13:27.246Z Compiling futures-core v0.3.32
13402026-06-02T01:13:27.280Z Compiling critical-section v1.2.0
13412026-06-02T01:13:27.417Z Compiling libm v0.2.16
13422026-06-02T01:13:27.458Z Compiling parking_lot v0.12.5
13432026-06-02T01:13:27.491Z Compiling mio v1.2.0
13442026-06-02T01:13:27.504Z Compiling num-traits v0.2.19
13452026-06-02T01:13:27.664Z Compiling once_cell v1.21.3
13462026-06-02T01:13:27.708Z Compiling percent-encoding v2.3.2
13472026-06-02T01:13:27.853Z Compiling socket2 v0.6.3
13482026-06-02T01:13:27.865Z Compiling futures-sink v0.3.32
13492026-06-02T01:13:27.880Z Compiling getrandom v0.4.1
13502026-06-02T01:13:27.895Z Compiling slab v0.4.12
13512026-06-02T01:13:27.966Z Compiling futures-channel v0.3.32
13522026-06-02T01:13:27.980Z Compiling cpufeatures v0.2.17
13532026-06-02T01:13:28.053Z Compiling futures-io v0.3.32
13542026-06-02T01:13:28.071Z Compiling futures-task v0.3.32
13552026-06-02T01:13:28.198Z Compiling rand_core v0.10.0
13562026-06-02T01:13:28.212Z Compiling indexmap v2.14.0
13572026-06-02T01:13:28.240Z Compiling rustversion v1.0.22
13582026-06-02T01:13:28.253Z Compiling getrandom v0.3.4
13592026-06-02T01:13:28.267Z Compiling cmake v0.1.57
13602026-06-02T01:13:28.642Z Compiling form_urlencoded v1.2.2
13612026-06-02T01:13:28.681Z Compiling dunce v1.0.5
13622026-06-02T01:13:28.813Z Compiling fs_extra v1.3.0
13632026-06-02T01:13:28.880Z Compiling ident_case v1.0.1
13642026-06-02T01:13:28.904Z Compiling synstructure v0.13.2
13652026-06-02T01:13:28.925Z Compiling base64ct v1.8.3
13662026-06-02T01:13:29.006Z Compiling flagset v0.4.7
13672026-06-02T01:13:29.088Z Compiling aws-lc-sys v0.40.0
13682026-06-02T01:13:29.136Z Compiling regex-syntax v0.8.10
13692026-06-02T01:13:29.223Z Compiling pem-rfc7468 v0.7.0
13702026-06-02T01:13:29.236Z Compiling rustix v1.1.3
13712026-06-02T01:13:29.241Z Compiling iana-time-zone v0.1.65
13722026-06-02T01:13:29.420Z Compiling rand_core v0.9.5
13732026-06-02T01:13:29.451Z Compiling ring v0.17.14
13742026-06-02T01:13:29.519Z Compiling aws-lc-rs v1.16.3
13752026-06-02T01:13:29.535Z Compiling vcpkg v0.2.15
13762026-06-02T01:13:29.700Z Compiling uuid v1.23.0
13772026-06-02T01:13:29.806Z Compiling rustc_version v0.4.1
13782026-06-02T01:13:30.136Z Compiling tracing-core v0.1.36
13792026-06-02T01:13:30.284Z Compiling openssl-sys v0.9.115
13802026-06-02T01:13:30.422Z Compiling base64 v0.22.1
13812026-06-02T01:13:30.690Z Compiling serde_derive v1.0.228
13822026-06-02T01:13:30.708Z Compiling zeroize_derive v1.4.3
13832026-06-02T01:13:30.744Z Compiling zerofrom-derive v0.1.6
13842026-06-02T01:13:30.816Z Compiling yoke-derive v0.8.1
13852026-06-02T01:13:31.008Z Compiling zerocopy-derive v0.8.40
13862026-06-02T01:13:31.353Z Compiling zeroize v1.8.2
13872026-06-02T01:13:31.557Z Compiling zerovec-derive v0.11.2
13882026-06-02T01:13:31.985Z Compiling displaydoc v0.2.5
13892026-06-02T01:13:32.077Z Compiling crypto-common v0.1.7
13902026-06-02T01:13:32.154Z Compiling zerofrom v0.1.6
13912026-06-02T01:13:32.221Z Compiling block-buffer v0.10.4
13922026-06-02T01:13:32.275Z Compiling yoke v0.8.1
13932026-06-02T01:13:32.393Z Compiling digest v0.10.7
13942026-06-02T01:13:32.494Z Compiling tokio-macros v2.7.0
13952026-06-02T01:13:32.648Z Compiling futures-macro v0.3.32
13962026-06-02T01:13:32.715Z Compiling zerovec v0.11.5
13972026-06-02T01:13:32.751Z Compiling zerotrie v0.2.3
13982026-06-02T01:13:33.049Z Compiling hmac v0.12.1
13992026-06-02T01:13:33.207Z Compiling tinystr v0.8.2
14002026-06-02T01:13:33.220Z Compiling potential_utf v0.1.4
14012026-06-02T01:13:33.224Z Compiling block-padding v0.3.3
14022026-06-02T01:13:33.380Z Compiling icu_locale_core v2.1.1
14032026-06-02T01:13:33.393Z Compiling icu_collections v2.1.1
14042026-06-02T01:13:33.406Z Compiling inout v0.1.4
14052026-06-02T01:13:33.439Z Compiling futures-util v0.3.32
14062026-06-02T01:13:33.564Z Compiling cipher v0.4.4
14072026-06-02T01:13:33.822Z Compiling sha2 v0.10.9
14082026-06-02T01:13:33.853Z Compiling der_derive v0.7.3
14092026-06-02T01:13:34.103Z Compiling bytes v1.11.1
14102026-06-02T01:13:34.181Z Compiling icu_provider v2.1.1
14112026-06-02T01:13:34.263Z Compiling chrono v0.4.44
14122026-06-02T01:13:34.478Z Compiling icu_properties v2.1.2
14132026-06-02T01:13:34.713Z Compiling tokio v1.52.1
14142026-06-02T01:13:34.789Z Compiling icu_normalizer v2.1.1
14152026-06-02T01:13:35.250Z Compiling der v0.7.10
14162026-06-02T01:13:35.323Z Compiling ppv-lite86 v0.2.21
14172026-06-02T01:13:35.461Z Compiling idna_adapter v1.2.1
14182026-06-02T01:13:35.587Z Compiling idna v1.1.0
14192026-06-02T01:13:35.654Z Compiling http v1.4.0
14202026-06-02T01:13:35.720Z Compiling salsa20 v0.10.2
14212026-06-02T01:13:35.720Z Compiling pbkdf2 v0.12.2
14222026-06-02T01:13:35.720Z Compiling rustls-pki-types v1.14.0
14232026-06-02T01:13:35.752Z Compiling tracing-attributes v0.1.31
14242026-06-02T01:13:35.811Z Compiling thiserror-impl v2.0.18
14252026-06-02T01:13:36.138Z Compiling url v2.5.8
14262026-06-02T01:13:36.207Z Compiling spki v0.7.3
14272026-06-02T01:13:36.391Z Compiling http-body v1.0.1
14282026-06-02T01:13:36.439Z Compiling scrypt v0.11.0
14292026-06-02T01:13:36.476Z Compiling rand_chacha v0.9.0
14302026-06-02T01:13:36.515Z Compiling cbc v0.1.2
14312026-06-02T01:13:36.637Z Compiling aes v0.8.4
14322026-06-02T01:13:36.721Z Compiling untrusted v0.9.0
14332026-06-02T01:13:36.844Z Compiling untrusted v0.7.1
14342026-06-02T01:13:36.877Z Compiling tinyvec_macros v0.1.1
14352026-06-02T01:13:36.941Z Compiling openssl-probe v0.2.1
14362026-06-02T01:13:36.976Z Compiling httparse v1.10.1
14372026-06-02T01:13:37.015Z Compiling tracing v0.1.44
14382026-06-02T01:13:37.067Z Compiling thiserror v2.0.18
14392026-06-02T01:13:37.110Z Compiling pkcs5 v0.7.1
14402026-06-02T01:13:37.139Z Compiling tinyvec v1.10.0
14412026-06-02T01:13:37.311Z Compiling pest_generator v2.8.6
14422026-06-02T01:13:37.337Z Compiling rand v0.9.2
14432026-06-02T01:13:37.568Z Compiling serde_derive_internals v0.29.1
14442026-06-02T01:13:37.617Z Compiling aho-corasick v1.1.4
14452026-06-02T01:13:37.725Z Compiling tower-service v0.3.3
14462026-06-02T01:13:37.820Z Compiling dyn-clone v1.0.20
14472026-06-02T01:13:37.959Z Compiling tower-layer v0.3.3
14482026-06-02T01:13:37.994Z Compiling rustls v0.23.37
14492026-06-02T01:13:38.155Z Compiling schemars v0.8.22
14502026-06-02T01:13:38.198Z Compiling atomic-waker v1.1.2
14512026-06-02T01:13:38.198Z Compiling try-lock v0.2.5
14522026-06-02T01:13:38.288Z Compiling want v0.3.1
14532026-06-02T01:13:38.303Z Compiling pest_derive v2.8.6
14542026-06-02T01:13:38.329Z Compiling pkcs8 v0.10.2
14552026-06-02T01:13:38.443Z Compiling tokio-util v0.7.18
14562026-06-02T01:13:38.454Z Compiling schemars_derive v0.8.22
14572026-06-02T01:13:38.692Z Compiling regex-automata v0.4.14
14582026-06-02T01:13:38.961Z Compiling ipnet v2.11.0
14592026-06-02T01:13:38.974Z Compiling scroll_derive v0.13.1
14602026-06-02T01:13:39.290Z Compiling h2 v0.4.13
14612026-06-02T01:13:39.441Z Compiling darling_core v0.20.11
14622026-06-02T01:13:39.455Z Compiling foreign-types-shared v0.1.1
14632026-06-02T01:13:39.537Z Compiling openssl v0.10.79
14642026-06-02T01:13:39.657Z Compiling pin-utils v0.1.0
14652026-06-02T01:13:39.730Z Compiling httpdate v1.0.3
14662026-06-02T01:13:39.750Z Compiling scroll v0.13.0
14672026-06-02T01:13:39.942Z Compiling foreign-types v0.3.2
14682026-06-02T01:13:40.010Z Compiling tempfile v3.25.0
14692026-06-02T01:13:40.025Z Compiling unicode-normalization v0.1.25
14702026-06-02T01:13:40.372Z Compiling openssl-macros v0.1.1
14712026-06-02T01:13:40.471Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14722026-06-02T01:13:40.731Z Compiling spin v0.9.8
14732026-06-02T01:13:40.749Z Compiling time-core v0.1.8
14742026-06-02T01:13:40.848Z Compiling num-conv v0.2.0
14752026-06-02T01:13:40.892Z Compiling crc32fast v1.5.0
14762026-06-02T01:13:40.931Z Compiling native-tls v0.2.18
14772026-06-02T01:13:40.976Z Compiling powerfmt v0.2.0
14782026-06-02T01:13:41.042Z Compiling time-macros v0.2.27
14792026-06-02T01:13:41.146Z Compiling deranged v0.5.8
14802026-06-02T01:13:41.673Z Compiling darling_macro v0.20.11
14812026-06-02T01:13:42.084Z Compiling goblin v0.10.5
14822026-06-02T01:13:42.106Z Compiling rustls-native-certs v0.8.3
14832026-06-02T01:13:42.129Z Compiling darling v0.20.11
14842026-06-02T01:13:42.208Z Compiling hyper v1.8.1
14852026-06-02T01:13:42.447Z Compiling sync_wrapper v1.0.2
14862026-06-02T01:13:42.576Z Compiling wait-timeout v0.2.1
14872026-06-02T01:13:42.709Z Compiling crossbeam-utils v0.8.21
14882026-06-02T01:13:42.827Z Compiling num_threads v0.1.7
14892026-06-02T01:13:42.924Z Compiling usdt-impl v0.6.0
14902026-06-02T01:13:42.993Z Compiling siphasher v1.0.2
14912026-06-02T01:13:43.125Z Compiling simd-adler32 v0.3.8
14922026-06-02T01:13:43.178Z Compiling syn v1.0.109
14932026-06-02T01:13:43.192Z Compiling quick-error v1.2.3
14942026-06-02T01:13:43.299Z Compiling bit-vec v0.8.0
14952026-06-02T01:13:43.371Z Compiling hyper-util v0.1.20
14962026-06-02T01:13:43.534Z Compiling bit-set v0.8.0
14972026-06-02T01:13:43.697Z Compiling rusty-fork v0.3.1
14982026-06-02T01:13:43.866Z Compiling time v0.3.47
14992026-06-02T01:13:43.883Z Compiling tower v0.5.3
15002026-06-02T01:13:44.003Z Compiling derive_builder_core v0.20.2
15012026-06-02T01:13:44.351Z Compiling dtrace-parser v0.3.0
15022026-06-02T01:13:44.403Z Compiling http-body-util v0.1.3
15032026-06-02T01:13:44.641Z Compiling webpki-roots v1.0.6
15042026-06-02T01:13:44.760Z Compiling signature v2.2.0
15052026-06-02T01:13:44.859Z Compiling dof v0.4.0
15062026-06-02T01:13:44.940Z Compiling scroll_derive v0.12.1
15072026-06-02T01:13:45.091Z Compiling thiserror-impl v1.0.69
15082026-06-02T01:13:45.106Z Compiling heapless v0.7.17
15092026-06-02T01:13:45.341Z Compiling rand_xorshift v0.4.0
15102026-06-02T01:13:45.440Z Compiling slog v2.8.2
15112026-06-02T01:13:45.496Z Compiling darling_core v0.21.3
15122026-06-02T01:13:45.590Z Compiling bzip2-sys v0.1.13+1.0.8
15132026-06-02T01:13:45.619Z Compiling thread-id v5.1.0
15142026-06-02T01:13:45.702Z Compiling cookie v0.18.1
15152026-06-02T01:13:45.856Z Compiling unicode-bidi v0.3.18
15162026-06-02T01:13:45.880Z Compiling ryu v1.0.23
15172026-06-02T01:13:46.003Z Compiling unicode-properties v0.1.4
15182026-06-02T01:13:46.051Z Compiling paste v1.0.15
15192026-06-02T01:13:46.208Z Compiling allocator-api2 v0.2.21
15202026-06-02T01:13:46.314Z Compiling zstd-safe v7.2.4
15212026-06-02T01:13:46.314Z Compiling iri-string v0.7.10
15222026-06-02T01:13:46.339Z Compiling adler2 v2.0.1
15232026-06-02T01:13:46.376Z Compiling anyhow v1.0.102
15242026-06-02T01:13:46.463Z Compiling unarray v0.1.4
15252026-06-02T01:13:46.498Z Compiling signal-hook v0.3.18
15262026-06-02T01:13:46.527Z Compiling miniz_oxide v0.8.9
15272026-06-02T01:13:46.570Z Compiling proptest v1.10.0
15282026-06-02T01:13:46.695Z Compiling thiserror v1.0.69
15292026-06-02T01:13:46.848Z Compiling stringprep v0.1.5
15302026-06-02T01:13:46.885Z Compiling serde_urlencoded v0.7.1
15312026-06-02T01:13:47.303Z Compiling scroll v0.12.0
15322026-06-02T01:13:47.582Z Compiling tower-http v0.6.8
15332026-06-02T01:13:47.778Z Compiling derive_builder_macro v0.20.2
15342026-06-02T01:13:47.898Z Compiling tokio-native-tls v0.3.1
15352026-06-02T01:13:47.979Z Compiling darling_macro v0.21.3
15362026-06-02T01:13:47.979Z Compiling bstr v1.12.1
15372026-06-02T01:13:48.066Z Compiling ipnetwork v0.21.1
15382026-06-02T01:13:48.230Z Compiling rand_chacha v0.3.1
15392026-06-02T01:13:48.326Z Compiling serde_tokenstream v0.2.3
15402026-06-02T01:13:48.451Z Compiling serde_spanned v0.6.9
15412026-06-02T01:13:48.465Z Compiling toml_datetime v0.6.11
15422026-06-02T01:13:48.593Z Compiling erased-serde v0.3.31
15432026-06-02T01:13:48.636Z Compiling md-5 v0.10.6
15442026-06-02T01:13:48.660Z Compiling async-trait v0.1.89
15452026-06-02T01:13:48.727Z Compiling pin-project-internal v1.1.11
15462026-06-02T01:13:48.798Z Compiling zerocopy-derive v0.7.35
15472026-06-02T01:13:49.036Z Compiling curve25519-dalek v4.1.3
15482026-06-02T01:13:49.059Z Compiling vergen-lib v0.1.6
15492026-06-02T01:13:49.237Z Compiling num-integer v0.1.46
15502026-06-02T01:13:49.366Z Compiling hash32 v0.2.1
15512026-06-02T01:13:49.553Z Compiling ff v0.13.1
15522026-06-02T01:13:49.553Z Compiling memoffset v0.9.1
15532026-06-02T01:13:49.638Z Compiling smoltcp v0.9.1
15542026-06-02T01:13:49.660Z Compiling rustix v0.38.44
15552026-06-02T01:13:49.689Z Compiling litrs v1.0.0
15562026-06-02T01:13:49.754Z Compiling ref-cast v1.0.25
15572026-06-02T01:13:49.809Z Compiling num-bigint-dig v0.8.6
15582026-06-02T01:13:49.973Z Compiling base16ct v0.2.0
15592026-06-02T01:13:49.993Z Compiling fallible-iterator v0.2.0
15602026-06-02T01:13:50.007Z Compiling zlib-rs v0.6.2
15612026-06-02T01:13:50.047Z Compiling cfg_aliases v0.2.1
15622026-06-02T01:13:50.124Z Compiling psl-types v2.0.11
15632026-06-02T01:13:50.147Z Compiling nix v0.31.2
15642026-06-02T01:13:50.191Z Compiling document-features v0.2.12
15652026-06-02T01:13:50.245Z Compiling publicsuffix v2.3.0
15662026-06-02T01:13:50.306Z Compiling postgres-protocol v0.6.10
15672026-06-02T01:13:50.412Z Compiling sec1 v0.7.3
15682026-06-02T01:13:50.679Z Compiling pin-project v1.1.11
15692026-06-02T01:13:50.766Z Compiling group v0.13.0
15702026-06-02T01:13:50.778Z Compiling zerocopy v0.7.35
15712026-06-02T01:13:50.850Z Compiling num-iter v0.1.45
15722026-06-02T01:13:51.013Z Compiling newtype-uuid v1.3.2
15732026-06-02T01:13:51.245Z Compiling darling v0.21.3
15742026-06-02T01:13:51.317Z Compiling rand v0.8.6
15752026-06-02T01:13:51.330Z Compiling oxnet v0.1.4
15762026-06-02T01:13:51.333Z Compiling derive_builder v0.20.2
15772026-06-02T01:13:51.358Z Compiling hyper-tls v0.6.0
15782026-06-02T01:13:51.657Z Compiling goblin v0.8.2
15792026-06-02T01:13:51.797Z Compiling hubpack_derive v0.1.1
15802026-06-02T01:13:52.187Z Compiling phf_shared v0.13.1
15812026-06-02T01:13:52.229Z Compiling lazy_static v1.5.0
15822026-06-02T01:13:52.373Z Compiling regex v1.12.3
15832026-06-02T01:13:52.445Z Compiling futures-executor v0.3.32
15842026-06-02T01:13:52.466Z Compiling cargo-platform v0.1.9
15852026-06-02T01:13:52.626Z Compiling hex v0.4.3
15862026-06-02T01:13:52.700Z Compiling hkdf v0.12.4
15872026-06-02T01:13:52.721Z Compiling crypto-bigint v0.5.5
15882026-06-02T01:13:52.802Z Compiling terminal_size v0.4.3
15892026-06-02T01:13:52.865Z Compiling flate2 v1.1.9
15902026-06-02T01:13:52.895Z Compiling snafu-derive v0.8.9
15912026-06-02T01:13:52.942Z Compiling daft-derive v0.1.7
15922026-06-02T01:13:53.237Z Compiling curve25519-dalek-derive v0.1.1
15932026-06-02T01:13:53.290Z Compiling ref-cast-impl v1.0.25
15942026-06-02T01:13:53.668Z Compiling strum_macros v0.27.2
15952026-06-02T01:13:53.827Z Compiling vergen v9.0.6
15962026-06-02T01:13:53.878Z Compiling fs-err v3.3.0
15972026-06-02T01:13:54.005Z Compiling ahash v0.8.12
15982026-06-02T01:13:54.065Z Compiling encoding_rs v0.8.35
15992026-06-02T01:13:54.201Z Compiling object v0.37.3
16002026-06-02T01:13:54.468Z Compiling foldhash v0.1.5
16012026-06-02T01:13:54.641Z Compiling winnow v0.5.40
16022026-06-02T01:13:54.788Z Compiling bitflags v1.3.2
16032026-06-02T01:13:54.861Z Compiling managed v0.8.0
16042026-06-02T01:13:54.876Z Compiling same-file v1.0.6
16052026-06-02T01:13:55.034Z Compiling unicode-segmentation v1.12.0
16062026-06-02T01:13:55.078Z Compiling bumpalo v3.20.2
16072026-06-02T01:13:55.152Z Compiling mime v0.3.17
16082026-06-02T01:13:55.327Z Compiling foldhash v0.2.0
16092026-06-02T01:13:55.407Z Compiling libbz2-rs-sys v0.2.2
16102026-06-02T01:13:55.420Z Compiling zopfli v0.8.3
16112026-06-02T01:13:55.544Z Compiling hashbrown v0.16.1
16122026-06-02T01:13:55.558Z Compiling clap_builder v4.5.60
16132026-06-02T01:13:55.632Z Compiling strum v0.27.2
16142026-06-02T01:13:56.050Z Compiling toml_edit v0.19.15
16152026-06-02T01:13:56.071Z Compiling bzip2 v0.6.1
16162026-06-02T01:13:56.085Z Compiling walkdir v2.5.0
16172026-06-02T01:13:56.124Z Compiling snafu v0.8.9
16182026-06-02T01:13:56.272Z Compiling hashbrown v0.15.5
16192026-06-02T01:13:56.532Z Compiling dof v0.3.0
16202026-06-02T01:13:56.666Z Compiling elliptic-curve v0.13.8
16212026-06-02T01:13:56.829Z Compiling daft v0.1.7
16222026-06-02T01:13:57.064Z Compiling cargo_metadata v0.19.2
16232026-06-02T01:13:57.107Z Compiling futures v0.3.32
16242026-06-02T01:13:57.188Z Compiling phf v0.13.1
16252026-06-02T01:13:57.200Z Compiling signal-hook-mio v0.2.5
16262026-06-02T01:13:57.381Z Compiling hubpack v0.1.2
16272026-06-02T01:13:57.563Z Compiling cookie_store v0.22.1
16282026-06-02T01:13:57.966Z Compiling bzip2 v0.4.4
16292026-06-02T01:13:58.235Z Compiling zstd v0.13.3
16302026-06-02T01:13:58.243Z Compiling serde_with_macros v3.17.0
16312026-06-02T01:13:58.449Z Compiling postgres-types v0.2.12
16322026-06-02T01:13:58.575Z Compiling usdt-macro v0.6.0
16332026-06-02T01:13:58.682Z Compiling usdt-attr-macro v0.6.0
16342026-06-02T01:13:59.001Z Compiling globset v0.4.18
16352026-06-02T01:13:59.301Z Compiling dtrace-parser v0.2.0
16362026-06-02T01:13:59.339Z Compiling ed25519 v2.2.3
16372026-06-02T01:13:59.463Z Compiling phf_shared v0.11.3
16382026-06-02T01:13:59.595Z Compiling olpc-cjson v0.1.4
16392026-06-02T01:13:59.610Z Compiling pkcs1 v0.7.5
16402026-06-02T01:13:59.641Z Compiling serde-big-array v0.5.1
16412026-06-02T01:13:59.664Z Compiling serde_plain v1.0.2
16422026-06-02T01:13:59.748Z Compiling rfc6979 v0.4.0
16432026-06-02T01:13:59.782Z Compiling serde_repr v0.1.20
16442026-06-02T01:13:59.851Z Compiling async-recursion v1.1.1
16452026-06-02T01:13:59.870Z Compiling strum_macros v0.26.4
16462026-06-02T01:13:59.996Z Compiling enum-as-inner v0.6.1
16472026-06-02T01:14:00.044Z Compiling clap_derive v4.5.55
16482026-06-02T01:14:00.233Z Compiling pem v3.0.6
16492026-06-02T01:14:00.314Z Compiling float-cmp v0.10.0
16502026-06-02T01:14:00.462Z Compiling thread-id v4.2.2
16512026-06-02T01:14:00.495Z Compiling memmap2 v0.9.10
16522026-06-02T01:14:00.498Z Compiling env_filter v1.0.0
16532026-06-02T01:14:00.544Z Compiling new_debug_unreachable v1.0.6
16542026-06-02T01:14:00.558Z Compiling either v1.15.0
16552026-06-02T01:14:00.616Z Compiling data-encoding v2.10.0
16562026-06-02T01:14:00.704Z Compiling typed-path v0.9.3
16572026-06-02T01:14:00.765Z Compiling normalize-line-endings v0.3.0
16582026-06-02T01:14:00.799Z Compiling difflib v0.4.0
16592026-06-02T01:14:00.860Z Compiling fixedbitset v0.4.2
16602026-06-02T01:14:01.077Z Compiling static_assertions v1.1.0
16612026-06-02T01:14:01.152Z Compiling jiff v0.2.21
16622026-06-02T01:14:01.304Z Compiling predicates-core v1.0.10
16632026-06-02T01:14:01.354Z Compiling keccak v0.1.6
16642026-06-02T01:14:01.477Z Compiling fixedbitset v0.5.7
16652026-06-02T01:14:01.590Z Compiling whoami v2.1.0
16662026-06-02T01:14:01.775Z Compiling precomputed-hash v0.1.1
16672026-06-02T01:14:01.789Z Compiling clap v4.5.60
16682026-06-02T01:14:01.901Z Compiling string_cache v0.8.9
16692026-06-02T01:14:01.908Z Compiling tokio-postgres v0.7.16
16702026-06-02T01:14:01.912Z Compiling petgraph v0.8.3
16712026-06-02T01:14:01.961Z Compiling strum v0.26.3
16722026-06-02T01:14:02.079Z Compiling sha3 v0.10.8
16732026-06-02T01:14:02.092Z Compiling predicates v3.1.4
16742026-06-02T01:14:02.160Z Compiling toml_edit v0.22.27
16752026-06-02T01:14:02.586Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16762026-06-02T01:14:02.743Z Compiling petgraph v0.6.5
16772026-06-02T01:14:02.996Z Compiling hickory-proto v0.25.2
16782026-06-02T01:14:03.893Z Compiling zip v4.6.1
16792026-06-02T01:14:04.160Z Compiling itertools v0.13.0
16802026-06-02T01:14:04.232Z Compiling env_logger v0.11.9
16812026-06-02T01:14:04.587Z Compiling usdt v0.6.0
16822026-06-02T01:14:04.845Z Compiling usdt-impl v0.5.0
16832026-06-02T01:14:04.849Z Compiling ecdsa v0.16.9
16842026-06-02T01:14:04.880Z Compiling rsa v0.9.10
16852026-06-02T01:14:05.240Z Compiling ed25519-dalek v2.2.0
16862026-06-02T01:14:05.344Z Compiling crossterm v0.28.1
16872026-06-02T01:14:05.370Z Compiling serde_with v3.17.0
16882026-06-02T01:14:05.415Z Compiling zip v0.6.6
16892026-06-02T01:14:05.987Z Compiling toml v0.7.8
16902026-06-02T01:14:06.300Z Compiling iddqd v0.4.1
16912026-06-02T01:14:06.842Z Compiling similar v2.7.0
16922026-06-02T01:14:06.993Z Compiling heck v0.4.1
16932026-06-02T01:14:07.046Z Compiling toml_parser v1.0.9+spec-1.1.0
16942026-06-02T01:14:07.222Z Compiling crossbeam-epoch v0.9.18
16952026-06-02T01:14:07.547Z Compiling tokio-stream v0.1.18
16962026-06-02T01:14:07.584Z Compiling buf-list v1.1.2
16972026-06-02T01:14:07.666Z Compiling x509-cert v0.2.5
16982026-06-02T01:14:07.703Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16992026-06-02T01:14:07.726Z Compiling openapiv3 v2.2.0
17002026-06-02T01:14:07.859Z Compiling sha1 v0.10.6
17012026-06-02T01:14:08.002Z Compiling toml_datetime v0.7.5+spec-1.1.0
17022026-06-02T01:14:08.023Z Compiling lalrpop-util v0.19.12
17032026-06-02T01:14:08.085Z Compiling peg-runtime v0.8.5
17042026-06-02T01:14:08.216Z Compiling thread_local v1.1.9
17052026-06-02T01:14:08.231Z Compiling slog-async v2.8.0
17062026-06-02T01:14:08.290Z Compiling crossbeam-channel v0.5.15
17072026-06-02T01:14:08.364Z Compiling is-terminal v0.4.17
17082026-06-02T01:14:08.462Z Compiling filetime v0.2.27
17092026-06-02T01:14:08.476Z Compiling take_mut v0.2.2
17102026-06-02T01:14:08.540Z Compiling xattr v1.6.1
17112026-06-02T01:14:08.584Z Compiling term v1.2.1
17122026-06-02T01:14:08.708Z Compiling tar v0.4.45
17132026-06-02T01:14:09.091Z Compiling slog-term v2.9.2
17142026-06-02T01:14:18.850Z Compiling rustls-webpki v0.103.9
17152026-06-02T01:14:21.616Z Compiling tokio-rustls v0.26.4
17162026-06-02T01:14:21.616Z Compiling rustls-platform-verifier v0.6.2
17172026-06-02T01:14:21.825Z Compiling hyper-rustls v0.27.7
17182026-06-02T01:14:22.023Z Compiling reqwest v0.12.28
17192026-06-02T01:14:22.036Z Compiling reqwest v0.13.2
17202026-06-02T01:14:23.299Z Compiling tough v0.22.0
17212026-06-02T01:14:25.854Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17222026-06-02T01:14:26.066Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17232026-06-02T01:14:28.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17242026-06-02T01:14:29.132Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17252026-06-02T01:14:29.137ZJun 02 01:14:27.605 INFO Starting download, target: Cockroach
17262026-06-02T01:14:29.137ZJun 02 01:14:27.606 INFO Starting download, target: Clickhouse
17272026-06-02T01:14:29.137ZJun 02 01:14:27.606 INFO Starting download, target: Console
17282026-06-02T01:14:29.137ZJun 02 01:14:27.606 INFO Starting download, target: DendriteStub
17292026-06-02T01:14:29.138ZJun 02 01:14:27.606 INFO Starting download, target: MaghemiteMgd
17302026-06-02T01:14:29.138ZJun 02 01:14:27.606 INFO Starting download, target: TransceiverControl
17312026-06-02T01:14:29.138ZJun 02 01:14:27.606 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17322026-06-02T01:14:29.138ZJun 02 01:14:27.606 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17332026-06-02T01:14:29.138ZJun 02 01:14:27.606 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17342026-06-02T01:14:29.138ZJun 02 01:14:27.606 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17352026-06-02T01:14:29.138ZJun 02 01:14:27.606 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17362026-06-02T01:14:29.138ZJun 02 01:14:27.606 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17372026-06-02T01:14:30.129ZJun 02 01:14:28.619 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17382026-06-02T01:14:30.362ZJun 02 01:14:28.845 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17392026-06-02T01:14:30.376ZJun 02 01:14:28.846 INFO Download complete, target: Console
17402026-06-02T01:14:30.560ZJun 02 01:14:29.050 INFO Download complete, target: TransceiverControl
17412026-06-02T01:14:31.298ZJun 02 01:14:29.754 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17422026-06-02T01:14:32.327ZJun 02 01:14:30.786 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17432026-06-02T01:14:32.575ZJun 02 01:14:30.981 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17442026-06-02T01:14:33.280ZJun 02 01:14:31.772 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17452026-06-02T01:14:33.280ZJun 02 01:14:31.772 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17462026-06-02T01:14:34.616ZJun 02 01:14:33.110 INFO Download complete, target: DendriteStub
17472026-06-02T01:14:34.829ZJun 02 01:14:33.325 INFO Download complete, target: MaghemiteMgd
17482026-06-02T01:14:37.818ZJun 02 01:14:36.314 INFO Checking that binary works, target: Cockroach
17492026-06-02T01:14:37.898ZJun 02 01:14:36.394 INFO Checking that binary works, target: Clickhouse
17502026-06-02T01:14:37.937ZJun 02 01:14:36.433 INFO Download complete, target: Cockroach
17512026-06-02T01:14:38.001ZJun 02 01:14:36.497 INFO Download complete, target: Clickhouse
17522026-06-02T01:14:38.018ZAll builder prerequisites installed successfully, and PATH looks valid
17532026-06-02T01:14:38.022Z
17542026-06-02T01:14:38.022Zreal 2:19.353929004
17552026-06-02T01:14:38.022Zuser 6:55.549515048
17562026-06-02T01:14:38.022Zsys 1:21.636287606
17572026-06-02T01:14:38.022Ztrap 0.236023097
17582026-06-02T01:14:38.022Ztflt 0.641955100
17592026-06-02T01:14:38.023Zdflt 0.561860463
17602026-06-02T01:14:38.023Zkflt 0.025574875
17612026-06-02T01:14:38.023Zlock 21:20.867820757
17622026-06-02T01:14:38.023Zslp 21:31.719228629
17632026-06-02T01:14:38.023Zlat 42.882785120
17642026-06-02T01:14:38.023Zstop 1:52.270740979
17652026-06-02T01:14:38.023Z+ banner hack-check
17662026-06-02T01:14:38.023Z
17672026-06-02T01:14:38.023Z # # ## #### # # #### # # ###### #### # #
17682026-06-02T01:14:38.023Z # # # # # # # # # # # # # # # # #
17692026-06-02T01:14:38.023Z ###### # # # #### ##### # ###### ##### # ####
17702026-06-02T01:14:38.023Z # # ###### # # # # # # # # # #
17712026-06-02T01:14:38.023Z # # # # # # # # # # # # # # # # #
17722026-06-02T01:14:38.023Z # # # # #### # # #### # # ###### #### # #
17732026-06-02T01:14:38.023Z
17742026-06-02T01:14:38.023Z+ export CARGO_INCREMENTAL=0
17752026-06-02T01:14:38.023Z+ CARGO_INCREMENTAL=0
17762026-06-02T01:14:38.023Z+ ptime -m timeout 2h cargo xtask check-features --ci
17772026-06-02T01:14:38.553Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17782026-06-02T01:14:38.773Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17792026-06-02T01:14:40.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.60s
17802026-06-02T01:14:40.724Z Running `target/debug/xtask check-features --ci`
17812026-06-02T01:14:40.751Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17822026-06-02T01:14:40.812Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17832026-06-02T01:14:41.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
17842026-06-02T01:14:41.264Z Running `target/debug/xtask download cargo-hack`
17852026-06-02T01:14:42.058Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17862026-06-02T01:14:42.373Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17872026-06-02T01:14:44.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.54s
17882026-06-02T01:14:45.016Z Running `target/debug/xtask-downloader cargo-hack`
17892026-06-02T01:14:45.060ZJun 02 01:14:43.556 INFO Starting download, target: CargoHack
17902026-06-02T01:14:45.063ZJun 02 01:14:43.556 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17912026-06-02T01:14:45.442ZJun 02 01:14:43.937 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17922026-06-02T01:14:45.491ZJun 02 01:14:43.986 INFO Download complete, target: CargoHack
17932026-06-02T01:14:45.494Zrunning: "/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-02T01:14:45.507Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17952026-06-02T01:14:45.662Zinfo: running `cargo check --bins` on api_identity (1/276)
17962026-06-02T01:14:46.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17972026-06-02T01:14:46.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17982026-06-02T01:14:46.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17992026-06-02T01:14:46.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18002026-06-02T01:14:46.250Z
18012026-06-02T01:14:46.250Zinfo: running `cargo check --bins` on bootstore (2/276)
18022026-06-02T01:14:46.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18032026-06-02T01:14:46.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18042026-06-02T01:14:46.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18052026-06-02T01:14:46.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18062026-06-02T01:14:46.838Z
18072026-06-02T01:14:46.838Zinfo: running `cargo check --bins` on omicron-ledger (3/276)
18082026-06-02T01:14:47.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18092026-06-02T01:14:47.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18102026-06-02T01:14:47.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18112026-06-02T01:14:47.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18122026-06-02T01:14:47.418Z
18132026-06-02T01:14:47.418Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/276)
18142026-06-02T01:14:47.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18152026-06-02T01:14:47.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18162026-06-02T01:14:47.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18172026-06-02T01:14:47.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18182026-06-02T01:14:48.003Z
18192026-06-02T01:14:48.003Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/276)
18202026-06-02T01:14:48.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18212026-06-02T01:14:48.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18222026-06-02T01:14:48.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18232026-06-02T01:14:48.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18242026-06-02T01:14:48.593Z
18252026-06-02T01:14:48.593Zinfo: running `cargo check --bins` on omicron-certificates (6/276)
18262026-06-02T01:14:49.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18272026-06-02T01:14:49.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18282026-06-02T01:14:49.096Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18292026-06-02T01:14:49.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18302026-06-02T01:14:49.182Z
18312026-06-02T01:14:49.182Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/276)
18322026-06-02T01:14:49.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18332026-06-02T01:14:49.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18342026-06-02T01:14:49.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18352026-06-02T01:14:49.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18362026-06-02T01:14:49.813Z
18372026-06-02T01:14:49.813Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/276)
18382026-06-02T01:14:50.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18392026-06-02T01:14:50.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18402026-06-02T01:14:50.281Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18412026-06-02T01:14:50.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18422026-06-02T01:14:50.371Z
18432026-06-02T01:14:50.371Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/276)
18442026-06-02T01:14:50.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18452026-06-02T01:14:50.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18462026-06-02T01:14:50.784Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18472026-06-02T01:14:50.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18482026-06-02T01:14:50.844Z
18492026-06-02T01:14:50.844Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/276)
18502026-06-02T01:14:51.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18512026-06-02T01:14:51.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18522026-06-02T01:14:51.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18532026-06-02T01:14:51.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18542026-06-02T01:14:51.319Z
18552026-06-02T01:14:51.319Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/276)
18562026-06-02T01:14:51.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18572026-06-02T01:14:51.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18582026-06-02T01:14:51.730Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18592026-06-02T01:14:51.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18602026-06-02T01:14:51.787Z
18612026-06-02T01:14:51.787Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/276)
18622026-06-02T01:14:52.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18632026-06-02T01:14:52.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18642026-06-02T01:14:52.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18652026-06-02T01:14:52.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18662026-06-02T01:14:52.254Z
18672026-06-02T01:14:52.254Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/276)
18682026-06-02T01:14:52.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18692026-06-02T01:14:52.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18702026-06-02T01:14:52.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18712026-06-02T01:14:52.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18722026-06-02T01:14:52.726Z
18732026-06-02T01:14:52.726Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/276)
18742026-06-02T01:14:53.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18752026-06-02T01:14:53.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18762026-06-02T01:14:53.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18772026-06-02T01:14:53.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18782026-06-02T01:14:53.197Z
18792026-06-02T01:14:53.197Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/276)
18802026-06-02T01:14:53.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18812026-06-02T01:14:53.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18822026-06-02T01:14:53.610Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18832026-06-02T01:14:53.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18842026-06-02T01:14:53.669Z
18852026-06-02T01:14:53.669Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/276)
18862026-06-02T01:14:54.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18872026-06-02T01:14:54.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18882026-06-02T01:14:54.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18892026-06-02T01:14:54.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18902026-06-02T01:14:54.139Z
18912026-06-02T01:14:54.139Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/276)
18922026-06-02T01:14:54.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18932026-06-02T01:14:54.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18942026-06-02T01:14:54.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18952026-06-02T01:14:54.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18962026-06-02T01:14:54.609Z
18972026-06-02T01:14:54.609Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/276)
18982026-06-02T01:14:55.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18992026-06-02T01:14:55.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19002026-06-02T01:14:55.020Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19012026-06-02T01:14:55.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19022026-06-02T01:14:55.079Z
19032026-06-02T01:14:55.079Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/276)
19042026-06-02T01:14:55.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19052026-06-02T01:14:55.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19062026-06-02T01:14:55.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19072026-06-02T01:14:55.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19082026-06-02T01:14:55.547Z
19092026-06-02T01:14:55.547Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/276)
19102026-06-02T01:14:55.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19112026-06-02T01:14:55.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19122026-06-02T01:14:55.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19132026-06-02T01:14:55.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19142026-06-02T01:14:56.016Z
19152026-06-02T01:14:56.016Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/276)
19162026-06-02T01:14:56.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19172026-06-02T01:14:56.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19182026-06-02T01:14:56.431Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19192026-06-02T01:14:56.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19202026-06-02T01:14:56.492Z
19212026-06-02T01:14:56.492Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/276)
19222026-06-02T01:14:56.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19232026-06-02T01:14:56.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19242026-06-02T01:14:56.906Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19252026-06-02T01:14:56.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19262026-06-02T01:14:56.967Z
19272026-06-02T01:14:56.967Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/276)
19282026-06-02T01:14:57.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19292026-06-02T01:14:57.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19302026-06-02T01:14:57.381Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19312026-06-02T01:14:57.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19322026-06-02T01:14:57.439Z
19332026-06-02T01:14:57.439Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/276)
19342026-06-02T01:14:57.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19352026-06-02T01:14:57.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19362026-06-02T01:14:57.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19372026-06-02T01:14:57.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19382026-06-02T01:14:57.908Z
19392026-06-02T01:14:57.908Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/276)
19402026-06-02T01:14:58.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19412026-06-02T01:14:58.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19422026-06-02T01:14:58.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19432026-06-02T01:14:58.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19442026-06-02T01:14:58.382Z
19452026-06-02T01:14:58.382Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/276)
19462026-06-02T01:14:58.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19472026-06-02T01:14:58.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19482026-06-02T01:14:58.796Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19492026-06-02T01:14:58.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19502026-06-02T01:14:58.857Z
19512026-06-02T01:14:58.857Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/276)
19522026-06-02T01:14:59.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19532026-06-02T01:14:59.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19542026-06-02T01:14:59.272Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19552026-06-02T01:14:59.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19562026-06-02T01:14:59.373Z
19572026-06-02T01:14:59.373Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/276)
19582026-06-02T01:14:59.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19592026-06-02T01:14:59.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19602026-06-02T01:14:59.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19612026-06-02T01:14:59.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19622026-06-02T01:14:59.799Z
19632026-06-02T01:14:59.800Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/276)
19642026-06-02T01:15:00.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19652026-06-02T01:15:00.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19662026-06-02T01:15:00.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19672026-06-02T01:15:00.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19682026-06-02T01:15:00.271Z
19692026-06-02T01:15:00.271Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/276)
19702026-06-02T01:15:00.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19712026-06-02T01:15:00.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19722026-06-02T01:15:00.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19732026-06-02T01:15:00.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19742026-06-02T01:15:00.736Z
19752026-06-02T01:15:00.736Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/276)
19762026-06-02T01:15:01.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19772026-06-02T01:15:01.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19782026-06-02T01:15:01.144Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19792026-06-02T01:15:01.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19802026-06-02T01:15:01.204Z
19812026-06-02T01:15:01.204Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/276)
19822026-06-02T01:15:01.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19832026-06-02T01:15:01.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19842026-06-02T01:15:01.714Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19852026-06-02T01:15:01.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19862026-06-02T01:15:01.724Z
19872026-06-02T01:15:01.725Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/276)
19882026-06-02T01:15:02.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19892026-06-02T01:15:02.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19902026-06-02T01:15:02.092Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19912026-06-02T01:15:02.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19922026-06-02T01:15:02.154Z
19932026-06-02T01:15:02.154Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/276)
19942026-06-02T01:15:02.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19952026-06-02T01:15:02.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19962026-06-02T01:15:02.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19972026-06-02T01:15:02.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19982026-06-02T01:15:02.629Z
19992026-06-02T01:15:02.629Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/276)
20002026-06-02T01:15:03.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20012026-06-02T01:15:03.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20022026-06-02T01:15:03.039Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20032026-06-02T01:15:03.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20042026-06-02T01:15:03.097Z
20052026-06-02T01:15:03.097Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/276)
20062026-06-02T01:15:03.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20072026-06-02T01:15:03.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20082026-06-02T01:15:03.508Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20092026-06-02T01:15:03.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20102026-06-02T01:15:03.568Z
20112026-06-02T01:15:03.568Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/276)
20122026-06-02T01:15:03.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20132026-06-02T01:15:03.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20142026-06-02T01:15:03.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20152026-06-02T01:15:03.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20162026-06-02T01:15:04.036Z
20172026-06-02T01:15:04.037Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/276)
20182026-06-02T01:15:04.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20192026-06-02T01:15:04.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20202026-06-02T01:15:04.444Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20212026-06-02T01:15:04.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20222026-06-02T01:15:04.503Z
20232026-06-02T01:15:04.503Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/276)
20242026-06-02T01:15:04.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20252026-06-02T01:15:04.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20262026-06-02T01:15:04.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20272026-06-02T01:15:04.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20282026-06-02T01:15:04.970Z
20292026-06-02T01:15:04.970Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/276)
20302026-06-02T01:15:05.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20312026-06-02T01:15:05.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20322026-06-02T01:15:05.381Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20332026-06-02T01:15:05.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20342026-06-02T01:15:05.439Z
20352026-06-02T01:15:05.439Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/276)
20362026-06-02T01:15:05.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20372026-06-02T01:15:05.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20382026-06-02T01:15:05.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20392026-06-02T01:15:05.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20402026-06-02T01:15:05.908Z
20412026-06-02T01:15:05.908Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/276)
20422026-06-02T01:15:06.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20432026-06-02T01:15:06.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20442026-06-02T01:15:06.318Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20452026-06-02T01:15:06.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20462026-06-02T01:15:06.380Z
20472026-06-02T01:15:06.380Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/276)
20482026-06-02T01:15:06.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20492026-06-02T01:15:06.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20502026-06-02T01:15:06.800Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20512026-06-02T01:15:06.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20522026-06-02T01:15:06.861Z
20532026-06-02T01:15:06.861Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/276)
20542026-06-02T01:15:07.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20552026-06-02T01:15:07.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20562026-06-02T01:15:07.273Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20572026-06-02T01:15:07.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20582026-06-02T01:15:07.333Z
20592026-06-02T01:15:07.333Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/276)
20602026-06-02T01:15:07.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20612026-06-02T01:15:07.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20622026-06-02T01:15:07.742Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20632026-06-02T01:15:07.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20642026-06-02T01:15:07.801Z
20652026-06-02T01:15:07.801Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/276)
20662026-06-02T01:15:08.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20672026-06-02T01:15:08.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20682026-06-02T01:15:08.220Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20692026-06-02T01:15:08.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20702026-06-02T01:15:08.273Z
20712026-06-02T01:15:08.273Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/276)
20722026-06-02T01:15:08.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20732026-06-02T01:15:08.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20742026-06-02T01:15:08.688Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20752026-06-02T01:15:08.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20762026-06-02T01:15:08.750Z
20772026-06-02T01:15:08.750Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/276)
20782026-06-02T01:15:09.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20792026-06-02T01:15:09.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20802026-06-02T01:15:09.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20812026-06-02T01:15:09.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20822026-06-02T01:15:09.227Z
20832026-06-02T01:15:09.227Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/276)
20842026-06-02T01:15:09.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20852026-06-02T01:15:09.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20862026-06-02T01:15:09.763Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20872026-06-02T01:15:09.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20882026-06-02T01:15:09.864Z
20892026-06-02T01:15:09.864Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/276)
20902026-06-02T01:15:10.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20912026-06-02T01:15:10.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20922026-06-02T01:15:10.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20932026-06-02T01:15:10.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20942026-06-02T01:15:10.502Z
20952026-06-02T01:15:10.502Zinfo: running `cargo check --bins` on nexus-config (51/276)
20962026-06-02T01:15:11.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20972026-06-02T01:15:11.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20982026-06-02T01:15:11.041Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20992026-06-02T01:15:11.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21002026-06-02T01:15:11.138Z
21012026-06-02T01:15:11.138Zinfo: running `cargo check --bins` on nexus-types (52/276)
21022026-06-02T01:15:11.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21032026-06-02T01:15:11.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21042026-06-02T01:15:11.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21052026-06-02T01:15:11.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21062026-06-02T01:15:11.776Z
21072026-06-02T01:15:11.776Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/276)
21082026-06-02T01:15:12.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21092026-06-02T01:15:12.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21102026-06-02T01:15:12.284Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21112026-06-02T01:15:12.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21122026-06-02T01:15:12.378Z
21132026-06-02T01:15:12.378Zinfo: running `cargo check --bins` on omicron-passwords (54/276)
21142026-06-02T01:15:12.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21152026-06-02T01:15:12.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21162026-06-02T01:15:12.877Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21172026-06-02T01:15:12.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21182026-06-02T01:15:12.965Z
21192026-06-02T01:15:12.965Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/276)
21202026-06-02T01:15:13.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21212026-06-02T01:15:13.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21222026-06-02T01:15:13.476Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21232026-06-02T01:15:13.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21242026-06-02T01:15:13.569Z
21252026-06-02T01:15:13.569Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/276)
21262026-06-02T01:15:14.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21272026-06-02T01:15:14.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21282026-06-02T01:15:14.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21292026-06-02T01:15:14.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21302026-06-02T01:15:14.174Z
21312026-06-02T01:15:14.174Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/276)
21322026-06-02T01:15:14.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21332026-06-02T01:15:14.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21342026-06-02T01:15:14.690Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21352026-06-02T01:15:14.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21362026-06-02T01:15:14.782Z
21372026-06-02T01:15:14.782Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/276)
21382026-06-02T01:15:15.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21392026-06-02T01:15:15.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21402026-06-02T01:15:15.295Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21412026-06-02T01:15:15.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21422026-06-02T01:15:15.382Z
21432026-06-02T01:15:15.382Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/276)
21442026-06-02T01:15:15.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21452026-06-02T01:15:15.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21462026-06-02T01:15:15.883Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21472026-06-02T01:15:15.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21482026-06-02T01:15:15.965Z
21492026-06-02T01:15:15.965Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/276)
21502026-06-02T01:15:16.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21512026-06-02T01:15:16.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21522026-06-02T01:15:16.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21532026-06-02T01:15:16.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21542026-06-02T01:15:16.574Z
21552026-06-02T01:15:16.574Zinfo: running `cargo check --bins --no-default-features` on gfss (61/276)
21562026-06-02T01:15:17.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21572026-06-02T01:15:17.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21582026-06-02T01:15:17.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21592026-06-02T01:15:17.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21602026-06-02T01:15:17.130Z
21612026-06-02T01:15:17.130Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/276)
21622026-06-02T01:15:17.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21632026-06-02T01:15:17.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21642026-06-02T01:15:17.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21652026-06-02T01:15:17.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21662026-06-02T01:15:17.715Z
21672026-06-02T01:15:17.716Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/276)
21682026-06-02T01:15:18.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21692026-06-02T01:15:18.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21702026-06-02T01:15:18.223Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21712026-06-02T01:15:18.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21722026-06-02T01:15:18.313Z
21732026-06-02T01:15:18.313Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/276)
21742026-06-02T01:15:18.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21752026-06-02T01:15:18.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21762026-06-02T01:15:18.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21772026-06-02T01:15:18.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21782026-06-02T01:15:18.919Z
21792026-06-02T01:15:18.919Zinfo: running `cargo check --bins` on cockroach-admin-types (65/276)
21802026-06-02T01:15:19.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21812026-06-02T01:15:19.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21822026-06-02T01:15:19.417Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21832026-06-02T01:15:19.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21842026-06-02T01:15:19.507Z
21852026-06-02T01:15:19.507Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/276)
21862026-06-02T01:15:20.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21872026-06-02T01:15:20.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21882026-06-02T01:15:20.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21892026-06-02T01:15:20.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21902026-06-02T01:15:20.093Z
21912026-06-02T01:15:20.094Zinfo: running `cargo check --bins` on ereport-types (67/276)
21922026-06-02T01:15:20.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21932026-06-02T01:15:20.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21942026-06-02T01:15:20.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21952026-06-02T01:15:20.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21962026-06-02T01:15:20.680Z
21972026-06-02T01:15:20.680Zinfo: running `cargo check --bins` on gateway-client (68/276)
21982026-06-02T01:15:21.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21992026-06-02T01:15:21.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22002026-06-02T01:15:21.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22012026-06-02T01:15:21.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22022026-06-02T01:15:21.270Z
22032026-06-02T01:15:21.270Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/276)
22042026-06-02T01:15:21.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22052026-06-02T01:15:21.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22062026-06-02T01:15:21.775Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22072026-06-02T01:15:21.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22082026-06-02T01:15:21.865Z
22092026-06-02T01:15:21.865Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/276)
22102026-06-02T01:15:22.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22112026-06-02T01:15:22.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22122026-06-02T01:15:22.371Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22132026-06-02T01:15:22.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22142026-06-02T01:15:22.460Z
22152026-06-02T01:15:22.460Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/276)
22162026-06-02T01:15:22.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22172026-06-02T01:15:22.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22182026-06-02T01:15:22.970Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22192026-06-02T01:15:22.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22202026-06-02T01:15:23.059Z
22212026-06-02T01:15:23.059Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/276)
22222026-06-02T01:15:23.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22232026-06-02T01:15:23.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22242026-06-02T01:15:23.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22252026-06-02T01:15:23.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22262026-06-02T01:15:23.658Z
22272026-06-02T01:15:23.658Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/276)
22282026-06-02T01:15:24.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22292026-06-02T01:15:24.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22302026-06-02T01:15:24.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22312026-06-02T01:15:24.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22322026-06-02T01:15:24.269Z
22332026-06-02T01:15:24.269Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/276)
22342026-06-02T01:15:24.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22352026-06-02T01:15:24.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22362026-06-02T01:15:24.785Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22372026-06-02T01:15:24.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22382026-06-02T01:15:24.878Z
22392026-06-02T01:15:24.878Zinfo: running `cargo check --bins` on key-manager-types (75/276)
22402026-06-02T01:15:25.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22412026-06-02T01:15:25.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22422026-06-02T01:15:25.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22432026-06-02T01:15:25.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22442026-06-02T01:15:25.459Z
22452026-06-02T01:15:25.459Zinfo: running `cargo check --bins` on oxlog (76/276)
22462026-06-02T01:15:25.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22472026-06-02T01:15:25.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22482026-06-02T01:15:26.066Z Checking cfg-if v1.0.4
22492026-06-02T01:15:26.069Z Checking libc v0.2.185
22502026-06-02T01:15:26.069Z Checking serde_core v1.0.228
22512026-06-02T01:15:26.188Z Checking zeroize v1.8.2
22522026-06-02T01:15:26.194Z Checking memchr v2.8.0
22532026-06-02T01:15:26.203Z Checking log v0.4.29
22542026-06-02T01:15:26.212Z Checking smallvec v1.15.1
22552026-06-02T01:15:26.224Z Checking typenum v1.19.0
22562026-06-02T01:15:26.224Z Checking subtle v2.6.1
22572026-06-02T01:15:26.325Z Checking itoa v1.0.17
22582026-06-02T01:15:26.358Z Checking scopeguard v1.2.0
22592026-06-02T01:15:26.377Z Checking stable_deref_trait v1.2.1
22602026-06-02T01:15:26.389Z Checking const-oid v0.9.6
22612026-06-02T01:15:26.449Z Checking zerofrom v0.1.6
22622026-06-02T01:15:26.461Z Checking lock_api v0.4.14
22632026-06-02T01:15:26.473Z Checking pin-project-lite v0.2.17
22642026-06-02T01:15:26.561Z Checking yoke v0.8.1
22652026-06-02T01:15:26.575Z Checking getrandom v0.2.17
22662026-06-02T01:15:26.575Z Checking errno v0.3.14
22672026-06-02T01:15:26.586Z Checking parking_lot_core v0.9.12
22682026-06-02T01:15:26.648Z Checking portable-atomic v1.13.1
22692026-06-02T01:15:26.694Z Checking signal-hook-registry v1.4.8
22702026-06-02T01:15:26.713Z Checking rand_core v0.6.4
22712026-06-02T01:15:26.724Z Checking zerovec v0.11.5
22722026-06-02T01:15:26.737Z Checking generic-array v0.14.7
22732026-06-02T01:15:26.773Z Checking futures-core v0.3.32
22742026-06-02T01:15:26.849Z Checking critical-section v1.2.0
22752026-06-02T01:15:26.881Z Checking parking_lot v0.12.5
22762026-06-02T01:15:26.893Z Checking mio v1.2.0
22772026-06-02T01:15:26.943Z Checking zerocopy v0.8.40
22782026-06-02T01:15:27.043Z Checking once_cell v1.21.3
22792026-06-02T01:15:27.063Z Checking zmij v1.0.21
22802026-06-02T01:15:27.078Z Checking socket2 v0.6.3
22812026-06-02T01:15:27.147Z Checking tinystr v0.8.2
22822026-06-02T01:15:27.160Z Checking libm v0.2.16
22832026-06-02T01:15:27.171Z Checking crypto-common v0.1.7
22842026-06-02T01:15:27.213Z Checking block-buffer v0.10.4
22852026-06-02T01:15:27.269Z Checking equivalent v1.0.2
22862026-06-02T01:15:27.286Z Checking percent-encoding v2.3.2
22872026-06-02T01:15:27.306Z Checking litemap v0.8.1
22882026-06-02T01:15:27.319Z Checking writeable v0.6.2
22892026-06-02T01:15:27.347Z Checking digest v0.10.7
22902026-06-02T01:15:27.359Z Checking potential_utf v0.1.4
22912026-06-02T01:15:27.423Z Checking zerotrie v0.2.3
22922026-06-02T01:15:27.474Z Checking icu_locale_core v2.1.1
22932026-06-02T01:15:27.486Z Checking futures-sink v0.3.32
22942026-06-02T01:15:27.499Z Checking icu_collections v2.1.1
22952026-06-02T01:15:27.542Z Checking slab v0.4.12
22962026-06-02T01:15:27.580Z Checking futures-channel v0.3.32
22972026-06-02T01:15:27.646Z Checking serde v1.0.228
22982026-06-02T01:15:27.663Z Checking bitflags v2.11.0
22992026-06-02T01:15:27.692Z Checking serde_json v1.0.149
23002026-06-02T01:15:27.764Z Checking futures-task v0.3.32
23012026-06-02T01:15:27.803Z Checking futures-io v0.3.32
23022026-06-02T01:15:27.822Z Checking cpufeatures v0.2.17
23032026-06-02T01:15:27.858Z Checking num-traits v0.2.19
23042026-06-02T01:15:27.899Z Checking hmac v0.12.1
23052026-06-02T01:15:27.914Z Checking icu_properties_data v2.1.2
23062026-06-02T01:15:27.928Z Checking futures-util v0.3.32
23072026-06-02T01:15:28.023Z Checking icu_provider v2.1.1
23082026-06-02T01:15:28.035Z Checking icu_normalizer_data v2.1.1
23092026-06-02T01:15:28.046Z Checking hashbrown v0.17.0
23102026-06-02T01:15:28.059Z Checking bytes v1.11.1
23112026-06-02T01:15:28.102Z Checking rand_core v0.10.0
23122026-06-02T01:15:28.240Z Checking getrandom v0.4.1
23132026-06-02T01:15:28.254Z Checking icu_normalizer v2.1.1
23142026-06-02T01:15:28.346Z Checking icu_properties v2.1.2
23152026-06-02T01:15:28.386Z Checking block-padding v0.3.3
23162026-06-02T01:15:28.410Z Checking utf8_iter v1.0.4
23172026-06-02T01:15:28.487Z Checking tokio v1.52.1
23182026-06-02T01:15:28.500Z Checking indexmap v2.14.0
23192026-06-02T01:15:28.513Z Checking inout v0.1.4
23202026-06-02T01:15:28.530Z Checking sha2 v0.10.9
23212026-06-02T01:15:28.553Z Checking form_urlencoded v1.2.2
23222026-06-02T01:15:28.729Z Checking cipher v0.4.4
23232026-06-02T01:15:28.733Z Checking getrandom v0.3.4
23242026-06-02T01:15:28.794Z Checking byteorder v1.5.0
23252026-06-02T01:15:28.820Z Checking base64ct v1.8.3
23262026-06-02T01:15:28.849Z Checking fnv v1.0.7
23272026-06-02T01:15:28.943Z Checking flagset v0.4.7
23282026-06-02T01:15:28.997Z Checking rand_core v0.9.5
23292026-06-02T01:15:29.044Z Checking pem-rfc7468 v0.7.0
23302026-06-02T01:15:29.057Z Checking http v1.4.0
23312026-06-02T01:15:29.070Z Checking regex-syntax v0.8.10
23322026-06-02T01:15:29.168Z Checking idna_adapter v1.2.1
23332026-06-02T01:15:29.182Z Checking salsa20 v0.10.2
23342026-06-02T01:15:29.203Z Checking der v0.7.10
23352026-06-02T01:15:29.289Z Checking idna v1.1.0
23362026-06-02T01:15:29.309Z Checking uuid v1.23.0
23372026-06-02T01:15:29.530Z Checking url v2.5.8
23382026-06-02T01:15:29.614Z Checking pbkdf2 v0.12.2
23392026-06-02T01:15:29.618Z Checking rustix v1.1.3
23402026-06-02T01:15:29.666Z Checking ppv-lite86 v0.2.21
23412026-06-02T01:15:29.734Z Checking tracing-core v0.1.36
23422026-06-02T01:15:29.811Z Checking rustls-pki-types v1.14.0
23432026-06-02T01:15:29.954Z Checking spki v0.7.3
23442026-06-02T01:15:29.968Z Checking base64 v0.22.1
23452026-06-02T01:15:29.981Z Checking iana-time-zone v0.1.65
23462026-06-02T01:15:30.051Z Checking tracing v0.1.44
23472026-06-02T01:15:30.087Z Checking chrono v0.4.44
23482026-06-02T01:15:30.100Z Checking rand_chacha v0.9.0
23492026-06-02T01:15:30.117Z Checking scrypt v0.11.0
23502026-06-02T01:15:30.207Z Checking http-body v1.0.1
23512026-06-02T01:15:30.251Z Checking cbc v0.1.2
23522026-06-02T01:15:30.262Z Checking aes v0.8.4
23532026-06-02T01:15:30.295Z Checking aws-lc-sys v0.40.0
23542026-06-02T01:15:30.336Z Checking tinyvec_macros v0.1.1
23552026-06-02T01:15:30.377Z Checking openssl-probe v0.2.1
23562026-06-02T01:15:30.395Z Checking untrusted v0.7.1
23572026-06-02T01:15:30.407Z Checking untrusted v0.9.0
23582026-06-02T01:15:30.465Z Checking tinyvec v1.10.0
23592026-06-02T01:15:30.482Z Checking rand v0.9.2
23602026-06-02T01:15:30.507Z Checking ring v0.17.14
23612026-06-02T01:15:30.520Z Checking try-lock v0.2.5
23622026-06-02T01:15:30.614Z Checking tower-layer v0.3.3
23632026-06-02T01:15:30.642Z Checking pkcs5 v0.7.1
23642026-06-02T01:15:30.762Z Checking tower-service v0.3.3
23652026-06-02T01:15:30.762Z Checking atomic-waker v1.1.2
23662026-06-02T01:15:30.788Z Checking aws-lc-rs v1.16.3
23672026-06-02T01:15:30.849Z Checking want v0.3.1
23682026-06-02T01:15:30.868Z Checking ipnet v2.11.0
23692026-06-02T01:15:30.896Z Checking pkcs8 v0.10.2
23702026-06-02T01:15:30.930Z Checking httparse v1.10.1
23712026-06-02T01:15:30.944Z Checking aho-corasick v1.1.4
23722026-06-02T01:15:30.968Z Checking pin-utils v0.1.0
23732026-06-02T01:15:31.037Z Checking fastrand v2.3.0
23742026-06-02T01:15:31.066Z Checking httpdate v1.0.3
23752026-06-02T01:15:31.124Z Checking plain v0.2.3
23762026-06-02T01:15:31.137Z Checking foreign-types-shared v0.1.1
23772026-06-02T01:15:31.207Z Checking dyn-clone v1.0.20
23782026-06-02T01:15:31.220Z Checking foreign-types v0.3.2
23792026-06-02T01:15:31.222Z Checking tempfile v3.25.0
23802026-06-02T01:15:31.243Z Checking unicode-normalization v0.1.25
23812026-06-02T01:15:31.284Z Checking semver v1.0.28
23822026-06-02T01:15:31.305Z Checking openssl-sys v0.9.115
23832026-06-02T01:15:31.415Z Checking spin v0.9.8
23842026-06-02T01:15:31.495Z Checking ucd-trie v0.1.7
23852026-06-02T01:15:31.509Z Checking unicode-ident v1.0.24
23862026-06-02T01:15:31.608Z Checking schemars v0.8.22
23872026-06-02T01:15:31.616Z Checking proc-macro2 v1.0.106
23882026-06-02T01:15:31.616Z Checking regex-automata v0.4.14
23892026-06-02T01:15:31.621Z Checking rustls-webpki v0.103.9
23902026-06-02T01:15:31.645Z Checking pest v2.8.6
23912026-06-02T01:15:31.657Z Checking rustls-native-certs v0.8.3
23922026-06-02T01:15:31.683Z Checking openssl v0.10.79
23932026-06-02T01:15:31.697Z Checking tokio-util v0.7.18
23942026-06-02T01:15:31.775Z Checking thiserror v2.0.18
23952026-06-02T01:15:31.875Z Checking sync_wrapper v1.0.2
23962026-06-02T01:15:31.911Z Checking wait-timeout v0.2.1
23972026-06-02T01:15:31.976Z Checking bit-vec v0.8.0
23982026-06-02T01:15:32.030Z Checking anstyle v1.0.13
23992026-06-02T01:15:32.047Z Checking rustls v0.23.37
24002026-06-02T01:15:32.167Z Checking siphasher v1.0.2
24012026-06-02T01:15:32.204Z Checking pretty-hex v0.4.1
24022026-06-02T01:15:32.231Z Checking powerfmt v0.2.0
24032026-06-02T01:15:32.294Z Checking h2 v0.4.13
24042026-06-02T01:15:32.315Z Checking quick-error v1.2.3
24052026-06-02T01:15:32.318Z Checking utf8parse v0.2.2
24062026-06-02T01:15:32.379Z Checking simd-adler32 v0.3.8
24072026-06-02T01:15:32.415Z Checking rusty-fork v0.3.1
24082026-06-02T01:15:32.426Z Checking anstyle-parse v0.2.7
24092026-06-02T01:15:32.547Z Checking deranged v0.5.8
24102026-06-02T01:15:32.570Z Checking bit-set v0.8.0
24112026-06-02T01:15:32.582Z Checking tower v0.5.3
24122026-06-02T01:15:32.691Z Checking quote v1.0.45
24132026-06-02T01:15:32.713Z Compiling newtype-uuid v1.3.2
24142026-06-02T01:15:32.860Z Checking http-body-util v0.1.3
24152026-06-02T01:15:32.894Z Checking crossbeam-utils v0.8.21
24162026-06-02T01:15:32.962Z Checking webpki-roots v1.0.6
24172026-06-02T01:15:33.072Z Checking rand_xorshift v0.4.0
24182026-06-02T01:15:33.085Z Checking crc32fast v1.5.0
24192026-06-02T01:15:33.192Z Checking scroll v0.13.0
24202026-06-02T01:15:33.218Z Checking signature v2.2.0
24212026-06-02T01:15:33.232Z Checking is_terminal_polyfill v1.70.2
24222026-06-02T01:15:33.318Z Checking iri-string v0.7.10
24232026-06-02T01:15:33.345Z Checking num-conv v0.2.0
24242026-06-02T01:15:33.415Z Checking ryu v1.0.23
24252026-06-02T01:15:33.415Z Checking adler2 v2.0.1
24262026-06-02T01:15:33.450Z Checking time-core v0.1.8
24272026-06-02T01:15:33.463Z Checking unicode-bidi v0.3.18
24282026-06-02T01:15:33.524Z Checking colorchoice v1.0.4
24292026-06-02T01:15:33.556Z Checking num_threads v0.1.7
24302026-06-02T01:15:33.592Z Checking anstyle-query v1.1.5
24312026-06-02T01:15:33.618Z Checking unarray v0.1.4
24322026-06-02T01:15:33.639Z Checking allocator-api2 v0.2.21
24332026-06-02T01:15:33.680Z Checking unicode-properties v0.1.4
24342026-06-02T01:15:33.692Z Checking native-tls v0.2.18
24352026-06-02T01:15:33.720Z Checking proptest v1.10.0
24362026-06-02T01:15:33.751Z Checking anstream v0.6.21
24372026-06-02T01:15:33.866Z Checking stringprep v0.1.5
24382026-06-02T01:15:33.869Z Checking tokio-native-tls v0.3.1
24392026-06-02T01:15:33.912Z Checking time v0.3.47
24402026-06-02T01:15:33.949Z Checking serde_urlencoded v0.7.1
24412026-06-02T01:15:34.013Z Checking miniz_oxide v0.8.9
24422026-06-02T01:15:34.039Z Checking bstr v1.12.1
24432026-06-02T01:15:34.149Z Checking goblin v0.10.5
24442026-06-02T01:15:34.335Z Checking tower-http v0.6.8
24452026-06-02T01:15:34.438Z Checking crossbeam-epoch v0.9.18
24462026-06-02T01:15:34.442Z Checking tokio-rustls v0.26.4
24472026-06-02T01:15:34.442Z Checking syn v2.0.117
24482026-06-02T01:15:34.585Z Compiling daft v0.1.7
24492026-06-02T01:15:34.600Z Checking ipnetwork v0.21.1
24502026-06-02T01:15:34.621Z Checking scroll v0.12.0
24512026-06-02T01:15:34.813Z Checking thiserror v1.0.69
24522026-06-02T01:15:34.844Z Checking rand_chacha v0.3.1
24532026-06-02T01:15:34.869Z Checking zstd-sys v2.0.16+zstd.1.5.7
24542026-06-02T01:15:34.910Z Checking hash32 v0.2.1
24552026-06-02T01:15:34.957Z Checking hyper v1.8.1
24562026-06-02T01:15:34.977Z Checking num-integer v0.1.46
24572026-06-02T01:15:35.050Z Checking serde_spanned v0.6.9
24582026-06-02T01:15:35.065Z Checking toml_datetime v0.6.11
24592026-06-02T01:15:35.078Z Checking md-5 v0.10.6
24602026-06-02T01:15:35.176Z Checking ff v0.13.1
24612026-06-02T01:15:35.208Z Checking base16ct v0.2.0
24622026-06-02T01:15:35.211Z Checking fallible-iterator v0.2.0
24632026-06-02T01:15:35.241Z Checking zlib-rs v0.6.2
24642026-06-02T01:15:35.301Z Checking psl-types v2.0.11
24652026-06-02T01:15:35.333Z Checking sec1 v0.7.3
24662026-06-02T01:15:35.421Z Checking publicsuffix v2.3.0
24672026-06-02T01:15:35.491Z Checking postgres-protocol v0.6.10
24682026-06-02T01:15:35.548Z Checking group v0.13.0
24692026-06-02T01:15:35.570Z Checking num-iter v0.1.45
24702026-06-02T01:15:35.678Z Checking cookie v0.18.1
24712026-06-02T01:15:35.690Z Checking heapless v0.7.17
24722026-06-02T01:15:35.693Z Checking rand v0.8.6
24732026-06-02T01:15:35.795Z Checking zstd-safe v7.2.4
24742026-06-02T01:15:35.860Z Checking hyper-util v0.1.20
24752026-06-02T01:15:35.907Z Checking goblin v0.8.2
24762026-06-02T01:15:35.963Z Checking oxnet v0.1.4
24772026-06-02T01:15:36.088Z Compiling iddqd v0.4.1
24782026-06-02T01:15:36.119Z Checking flate2 v1.1.9
24792026-06-02T01:15:36.193Z Checking dtrace-parser v0.3.0
24802026-06-02T01:15:36.207Z Checking phf_shared v0.13.1
24812026-06-02T01:15:36.402Z Checking lazy_static v1.5.0
24822026-06-02T01:15:36.414Z Checking zerocopy v0.7.35
24832026-06-02T01:15:36.424Z Checking pin-project v1.1.11
24842026-06-02T01:15:36.473Z Checking dof v0.4.0
24852026-06-02T01:15:36.487Z Checking bzip2-sys v0.1.13+1.0.8
24862026-06-02T01:15:36.512Z Checking signal-hook v0.3.18
24872026-06-02T01:15:36.571Z Checking terminal_size v0.4.3
24882026-06-02T01:15:36.687Z Checking futures-executor v0.3.32
24892026-06-02T01:15:36.700Z Checking hex v0.4.3
24902026-06-02T01:15:36.711Z Checking hkdf v0.12.4
24912026-06-02T01:15:36.832Z Checking crypto-bigint v0.5.5
24922026-06-02T01:15:36.844Z Checking thread-id v5.1.0
24932026-06-02T01:15:36.893Z Checking encoding_rs v0.8.35
24942026-06-02T01:15:36.914Z Checking winnow v0.7.14
24952026-06-02T01:15:36.925Z Checking bumpalo v3.20.2
24962026-06-02T01:15:37.100Z Checking managed v0.8.0
24972026-06-02T01:15:37.104Z Checking hyper-rustls v0.27.7
24982026-06-02T01:15:37.123Z Checking hyper-tls v0.6.0
24992026-06-02T01:15:37.281Z Checking same-file v1.0.6
25002026-06-02T01:15:37.292Z Checking libbz2-rs-sys v0.2.2
25012026-06-02T01:15:37.308Z Checking foldhash v0.2.0
25022026-06-02T01:15:37.316Z Checking strsim v0.11.1
25032026-06-02T01:15:37.392Z Checking foldhash v0.1.5
25042026-06-02T01:15:37.453Z Checking clap_lex v1.0.0
25052026-06-02T01:15:37.475Z Compiling rayon-core v1.13.0
25062026-06-02T01:15:37.526Z Checking bitflags v1.3.2
25072026-06-02T01:15:37.598Z Checking winnow v0.5.40
25082026-06-02T01:15:37.611Z Checking mime v0.3.17
25092026-06-02T01:15:37.652Z Checking either v1.15.0
25102026-06-02T01:15:37.675Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25112026-06-02T01:15:37.734Z Checking elliptic-curve v0.13.8
25122026-06-02T01:15:37.777Z Checking bzip2 v0.6.1
25132026-06-02T01:15:37.795Z Checking dof v0.3.0
25142026-06-02T01:15:37.828Z Checking reqwest v0.12.28
25152026-06-02T01:15:37.856Z Checking clap_builder v4.5.60
25162026-06-02T01:15:37.869Z Checking smoltcp v0.9.1
25172026-06-02T01:15:37.942Z Checking hashbrown v0.15.5
25182026-06-02T01:15:38.039Z Checking hashbrown v0.16.1
25192026-06-02T01:15:38.074Z Checking walkdir v2.5.0
25202026-06-02T01:15:38.092Z Checking zopfli v0.8.3
25212026-06-02T01:15:38.232Z Checking usdt-impl v0.6.0
25222026-06-02T01:15:38.398Z Checking futures v0.3.32
25232026-06-02T01:15:38.412Z Checking signal-hook-mio v0.2.5
25242026-06-02T01:15:38.461Z Checking bzip2 v0.4.4
25252026-06-02T01:15:38.474Z Checking snafu v0.8.9
25262026-06-02T01:15:38.512Z Checking num-bigint-dig v0.8.6
25272026-06-02T01:15:38.521Z Checking phf v0.13.1
25282026-06-02T01:15:38.620Z Checking zstd v0.13.3
25292026-06-02T01:15:38.656Z Checking cookie_store v0.22.1
25302026-06-02T01:15:38.668Z Checking postgres-types v0.2.12
25312026-06-02T01:15:38.707Z Checking dtrace-parser v0.2.0
25322026-06-02T01:15:38.728Z Checking toml_edit v0.19.15
25332026-06-02T01:15:38.805Z Checking crossbeam-deque v0.8.6
25342026-06-02T01:15:38.808Z Checking globset v0.4.18
25352026-06-02T01:15:38.938Z Checking rustls-platform-verifier v0.6.2
25362026-06-02T01:15:38.950Z Checking regex v1.12.3
25372026-06-02T01:15:38.966Z Checking ed25519 v2.2.3
25382026-06-02T01:15:38.977Z Checking phf_shared v0.11.3
25392026-06-02T01:15:39.056Z Checking olpc-cjson v0.1.4
25402026-06-02T01:15:39.072Z Checking curve25519-dalek v4.1.3
25412026-06-02T01:15:39.085Z Checking ref-cast v1.0.25
25422026-06-02T01:15:39.114Z Checking strum v0.27.2
25432026-06-02T01:15:39.149Z Checking hubpack v0.1.2
25442026-06-02T01:15:39.178Z Checking memoffset v0.9.1
25452026-06-02T01:15:39.189Z Checking rustix v0.38.44
25462026-06-02T01:15:39.216Z Checking pkcs1 v0.7.5
25472026-06-02T01:15:39.228Z Checking pem v3.0.6
25482026-06-02T01:15:39.253Z Checking float-cmp v0.10.0
25492026-06-02T01:15:39.309Z Checking erased-serde v0.3.31
25502026-06-02T01:15:39.321Z Checking serde-big-array v0.5.1
25512026-06-02T01:15:39.375Z Checking serde_plain v1.0.2
25522026-06-02T01:15:39.380Z Checking rfc6979 v0.4.0
25532026-06-02T01:15:39.422Z Checking thread-id v4.2.2
25542026-06-02T01:15:39.451Z Checking memmap2 v0.9.10
25552026-06-02T01:15:39.488Z Checking env_filter v1.0.0
25562026-06-02T01:15:39.500Z Checking jiff v0.2.21
25572026-06-02T01:15:39.527Z Checking fixedbitset v0.5.7
25582026-06-02T01:15:39.608Z Checking static_assertions v1.1.0
25592026-06-02T01:15:39.630Z Checking new_debug_unreachable v1.0.6
25602026-06-02T01:15:39.678Z Checking typed-path v0.9.3
25612026-06-02T01:15:39.702Z Checking data-encoding v2.10.0
25622026-06-02T01:15:39.713Z Checking normalize-line-endings v0.3.0
25632026-06-02T01:15:39.724Z Checking predicates-core v1.0.10
25642026-06-02T01:15:39.751Z Checking toml_write v0.1.2
25652026-06-02T01:15:39.800Z Checking difflib v0.4.0
25662026-06-02T01:15:39.845Z Checking fixedbitset v0.4.2
25672026-06-02T01:15:39.865Z Checking unicode-segmentation v1.12.0
25682026-06-02T01:15:39.919Z Checking whoami v2.1.0
25692026-06-02T01:15:39.967Z Checking precomputed-hash v0.1.1
25702026-06-02T01:15:39.980Z Checking keccak v0.1.6
25712026-06-02T01:15:39.991Z Checking petgraph v0.6.5
25722026-06-02T01:15:40.002Z Checking crossterm v0.28.1
25732026-06-02T01:15:40.048Z Checking string_cache v0.8.9
25742026-06-02T01:15:40.116Z Checking tokio-postgres v0.7.16
25752026-06-02T01:15:40.148Z Checking sha3 v0.10.8
25762026-06-02T01:15:40.184Z Checking similar v2.7.0
25772026-06-02T01:15:40.218Z Checking predicates v3.1.4
25782026-06-02T01:15:40.352Z Checking hickory-proto v0.25.2
25792026-06-02T01:15:40.479Z Checking tough v0.22.0
25802026-06-02T01:15:40.515Z Checking toml_edit v0.22.27
25812026-06-02T01:15:40.559Z Checking ed25519-dalek v2.2.0
25822026-06-02T01:15:40.713Z Checking toml v0.7.8
25832026-06-02T01:15:40.786Z Checking petgraph v0.8.3
25842026-06-02T01:15:41.020Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
25852026-06-02T01:15:41.227Z Checking slog v2.8.2
25862026-06-02T01:15:41.346Z Checking env_logger v0.11.9
25872026-06-02T01:15:41.494Z Checking usdt v0.6.0
25882026-06-02T01:15:41.535Z Checking usdt-impl v0.5.0
25892026-06-02T01:15:41.593Z Checking ecdsa v0.16.9
25902026-06-02T01:15:41.662Z Checking rsa v0.9.10
25912026-06-02T01:15:41.731Z Checking zip v4.6.1
25922026-06-02T01:15:41.814Z Checking nix v0.31.2
25932026-06-02T01:15:42.133Z Checking clap v4.5.60
25942026-06-02T01:15:42.214Z Checking reqwest v0.13.2
25952026-06-02T01:15:42.346Z Checking zip v0.6.6
25962026-06-02T01:15:42.475Z Checking toml_parser v1.0.9+spec-1.1.0
25972026-06-02T01:15:42.642Z Checking itertools v0.13.0
25982026-06-02T01:15:42.665Z Checking serde_with v3.17.0
25992026-06-02T01:15:42.794Z Checking strum v0.26.3
26002026-06-02T01:15:42.807Z Checking fs-err v3.3.0
26012026-06-02T01:15:42.830Z Checking ahash v0.8.12
26022026-06-02T01:15:42.907Z Checking object v0.37.3
26032026-06-02T01:15:43.027Z Checking tokio-stream v0.1.18
26042026-06-02T01:15:43.053Z Checking buf-list v1.1.2
26052026-06-02T01:15:43.097Z Checking anyhow v1.0.102
26062026-06-02T01:15:43.200Z Checking camino v1.2.2
26072026-06-02T01:15:43.231Z Checking x509-cert v0.2.5
26082026-06-02T01:15:43.244Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
26092026-06-02T01:15:43.292Z Checking openapiv3 v2.2.0
26102026-06-02T01:15:43.361Z Checking sha1 v0.10.6
26112026-06-02T01:15:43.399Z Checking toml_datetime v0.7.5+spec-1.1.0
26122026-06-02T01:15:43.497Z Checking peg-runtime v0.8.5
26132026-06-02T01:15:43.524Z Checking lalrpop-util v0.19.12
26142026-06-02T01:15:43.590Z Checking rayon v1.11.0
26152026-06-02T01:15:43.637Z Checking sigpipe v0.1.3
26162026-06-02T01:15:43.659Z Checking glob v0.3.3
26172026-06-02T01:15:45.091Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26182026-06-02T01:15:45.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.90s
26192026-06-02T01:15:45.533Z
26202026-06-02T01:15:45.533Zinfo: running `cargo check --bins` on internal-dns-types (77/276)
26212026-06-02T01:15:46.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26222026-06-02T01:15:46.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26232026-06-02T01:15:46.039Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26242026-06-02T01:15:46.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26252026-06-02T01:15:46.129Z
26262026-06-02T01:15:46.129Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/276)
26272026-06-02T01:15:46.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26282026-06-02T01:15:46.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26292026-06-02T01:15:46.635Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26302026-06-02T01:15:46.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26312026-06-02T01:15:46.725Z
26322026-06-02T01:15:46.725Zinfo: running `cargo check --bins` on nexus-types-versions (79/276)
26332026-06-02T01:15:47.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26342026-06-02T01:15:47.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26352026-06-02T01:15:47.244Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26362026-06-02T01:15:47.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26372026-06-02T01:15:47.340Z
26382026-06-02T01:15:47.340Zinfo: running `cargo check --bins` on oxql-types (80/276)
26392026-06-02T01:15:47.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26402026-06-02T01:15:47.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26412026-06-02T01:15:47.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26422026-06-02T01:15:47.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26432026-06-02T01:15:47.936Z
26442026-06-02T01:15:47.936Zinfo: running `cargo check --bins` on oximeter-types (81/276)
26452026-06-02T01:15:48.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26462026-06-02T01:15:48.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26472026-06-02T01:15:48.443Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26482026-06-02T01:15:48.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26492026-06-02T01:15:48.530Z
26502026-06-02T01:15:48.530Zinfo: running `cargo check --bins` on oximeter-types-versions (82/276)
26512026-06-02T01:15:49.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26522026-06-02T01:15:49.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26532026-06-02T01:15:49.100Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26542026-06-02T01:15:49.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26552026-06-02T01:15:49.134Z
26562026-06-02T01:15:49.134Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/276)
26572026-06-02T01:15:49.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26582026-06-02T01:15:49.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26592026-06-02T01:15:49.629Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26602026-06-02T01:15:49.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26612026-06-02T01:15:49.716Z
26622026-06-02T01:15:49.716Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/276)
26632026-06-02T01:15:50.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26642026-06-02T01:15:50.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26652026-06-02T01:15:50.401Z Compiling structmeta-derive v0.3.0
26662026-06-02T01:15:50.518Z Compiling rustls v0.22.4
26672026-06-02T01:15:50.528Z Compiling multer v3.1.0
26682026-06-02T01:15:50.538Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26692026-06-02T01:15:50.538Z Compiling async-stream-impl v0.3.6
26702026-06-02T01:15:50.560Z Compiling dropshot v0.17.0
26712026-06-02T01:15:50.574Z Compiling dropshot_endpoint v0.17.0
26722026-06-02T01:15:50.574Z Compiling newtype-uuid-macros v0.1.0
26732026-06-02T01:15:50.694Z Checking newtype-uuid v1.3.2
26742026-06-02T01:15:50.757Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26752026-06-02T01:15:50.818Z Checking rustls-webpki v0.102.8
26762026-06-02T01:15:50.889Z Checking daft v0.1.7
26772026-06-02T01:15:50.906Z Checking thread_local v1.1.9
26782026-06-02T01:15:51.076Z Checking match_cfg v0.1.0
26792026-06-02T01:15:51.123Z Checking compression-core v0.4.31
26802026-06-02T01:15:51.136Z Checking iddqd v0.4.1
26812026-06-02T01:15:51.149Z Checking hostname v0.3.1
26822026-06-02T01:15:51.187Z Checking crossbeam-channel v0.5.15
26832026-06-02T01:15:51.239Z Checking slog-json v2.6.1
26842026-06-02T01:15:51.252Z Checking compression-codecs v0.4.37
26852026-06-02T01:15:51.332Z Checking is-terminal v0.4.17
26862026-06-02T01:15:51.391Z Checking toml_datetime v1.0.0+spec-1.1.0
26872026-06-02T01:15:51.410Z Checking serde_spanned v1.0.4
26882026-06-02T01:15:51.422Z Checking take_mut v0.2.2
26892026-06-02T01:15:51.518Z Checking toml_writer v1.0.6+spec-1.1.0
26902026-06-02T01:15:51.531Z Checking term v1.2.1
26912026-06-02T01:15:51.542Z Checking debug-ignore v1.0.5
26922026-06-02T01:15:51.556Z Compiling structmeta v0.3.0
26932026-06-02T01:15:51.586Z Checking slog-async v2.8.0
26942026-06-02T01:15:51.638Z Checking async-compression v0.4.41
26952026-06-02T01:15:51.696Z Checking toml v1.0.6+spec-1.1.0
26962026-06-02T01:15:51.744Z Checking slog-term v2.9.2
26972026-06-02T01:15:51.756Z Checking slog-bunyan v2.5.0
26982026-06-02T01:15:51.766Z Compiling derive-ex v0.1.8
26992026-06-02T01:15:51.863Z Compiling parse-display-derive v0.10.0
27002026-06-02T01:15:51.882Z Checking async-stream v0.3.6
27012026-06-02T01:15:51.996Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27022026-06-02T01:15:52.013Z Checking progenitor-client v0.14.0
27032026-06-02T01:15:52.045Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27042026-06-02T01:15:52.102Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27052026-06-02T01:15:52.236Z Checking waitgroup v0.1.2
27062026-06-02T01:15:52.249Z Checking backon v1.6.0
27072026-06-02T01:15:52.263Z Checking rustls-pemfile v2.2.0
27082026-06-02T01:15:52.332Z Checking serde_path_to_error v0.1.20
27092026-06-02T01:15:52.344Z Checking hostname v0.4.2
27102026-06-02T01:15:52.397Z Checking instant v0.1.13
27112026-06-02T01:15:52.493Z Checking backoff v0.4.0
27122026-06-02T01:15:52.605Z Checking progenitor-extras v0.2.0
27132026-06-02T01:15:52.615Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27142026-06-02T01:15:52.619Z Checking tokio-rustls v0.25.0
27152026-06-02T01:15:52.661Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27162026-06-02T01:15:52.841Z Checking itertools v0.14.0
27172026-06-02T01:15:52.852Z Checking progenitor-client v0.10.0
27182026-06-02T01:15:53.027Z Checking regress v0.10.5
27192026-06-02T01:15:53.030Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27202026-06-02T01:15:53.277Z Checking macaddr v1.0.1
27212026-06-02T01:15:53.450Z Compiling test-strategy v0.4.5
27222026-06-02T01:15:53.524Z Checking parse-display v0.10.0
27232026-06-02T01:15:54.593Z Compiling prettyplease v0.2.37
27242026-06-02T01:15:54.952Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27252026-06-02T01:15:55.069Z Checking num-rational v0.4.2
27262026-06-02T01:15:55.331Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27272026-06-02T01:15:55.585Z Checking num-complex v0.4.6
27282026-06-02T01:15:56.211Z Checking num v0.4.3
27292026-06-02T01:15:56.300Z Compiling usdt-attr-macro v0.5.0
27302026-06-02T01:15:56.313Z Compiling usdt-macro v0.5.0
27312026-06-02T01:15:56.360Z Checking memmap v0.7.0
27322026-06-02T01:15:56.374Z Checking float-ord v0.3.2
27332026-06-02T01:15:56.478Z Checking unicode-width v0.2.0
27342026-06-02T01:15:56.493Z Compiling convert_case v0.4.0
27352026-06-02T01:15:56.728Z Checking console v0.15.11
27362026-06-02T01:15:56.866Z Compiling derive_more v0.99.20
27372026-06-02T01:15:57.011Z Checking newline-converter v0.3.0
27382026-06-02T01:15:57.032Z Checking atomicwrites v0.4.4
27392026-06-02T01:15:57.062Z Checking usdt v0.5.0
27402026-06-02T01:15:57.118Z Compiling toml v0.8.23
27412026-06-02T01:15:57.159Z Checking linked-hash-map v0.5.6
27422026-06-02T01:15:57.228Z Compiling minimal-lexical v0.2.1
27432026-06-02T01:15:57.330Z Checking lru-cache v0.1.2
27442026-06-02T01:15:57.453Z Compiling nom v7.1.3
27452026-06-02T01:15:57.483Z Checking expectorate v1.2.0
27462026-06-02T01:15:58.056Z Checking camino-tempfile v1.4.1
27472026-06-02T01:15:58.126Z Checking hickory-proto v0.24.4
27482026-06-02T01:15:58.220Z Checking phf_shared v0.12.1
27492026-06-02T01:15:58.364Z Compiling slog-dtrace v0.3.0
27502026-06-02T01:15:58.472Z Checking resolv-conf v0.7.6
27512026-06-02T01:15:58.559Z Compiling chrono-tz v0.10.4
27522026-06-02T01:15:58.664Z Checking heck v0.5.0
27532026-06-02T01:15:58.761Z Compiling const_format_proc_macros v0.2.34
27542026-06-02T01:15:58.804Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27552026-06-02T01:15:58.839Z Checking phf v0.12.1
27562026-06-02T01:15:58.903Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27572026-06-02T01:15:58.981Z Checking tokio-dtrace v0.1.1
27582026-06-02T01:15:59.168Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27592026-06-02T01:15:59.318Z Compiling derive-where v1.6.0
27602026-06-02T01:15:59.402Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27612026-06-02T01:15:59.577Z Checking highway v1.3.0
27622026-06-02T01:15:59.835Z Checking const_format v0.2.35
27632026-06-02T01:15:59.951Z Checking hickory-resolver v0.24.4
27642026-06-02T01:16:00.072Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27652026-06-02T01:16:00.323Z Checking oxide-tokio-rt v0.1.4
27662026-06-02T01:16:00.485Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27672026-06-02T01:16:00.653Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27682026-06-02T01:16:00.665Z Checking gethostname v0.5.0
27692026-06-02T01:16:00.685Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27702026-06-02T01:16:00.697Z Checking qorb v0.4.1
27712026-06-02T01:16:00.752Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27722026-06-02T01:16:00.788Z Checking bcs v0.1.6
27732026-06-02T01:16:00.849Z Checking termtree v0.5.1
27742026-06-02T01:16:04.134Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27752026-06-02T01:16:06.845Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27762026-06-02T01:16:08.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.25s
27772026-06-02T01:16:09.151Z
27782026-06-02T01:16:09.151Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/276)
27792026-06-02T01:16:09.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27802026-06-02T01:16:09.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27812026-06-02T01:16:09.839Z Compiling ar_archive_writer v0.5.1
27822026-06-02T01:16:09.954Z Compiling stacker v0.1.23
27832026-06-02T01:16:09.957Z Compiling cfg_aliases v0.1.1
27842026-06-02T01:16:09.971Z Compiling convert_case v0.10.0
27852026-06-02T01:16:09.978Z Checking unicode-width v0.1.14
27862026-06-02T01:16:09.989Z Compiling proc-macro-error v1.0.4
27872026-06-02T01:16:10.001Z Checking fd-lock v4.0.4
27882026-06-02T01:16:10.001Z Checking nibble_vec v0.1.0
27892026-06-02T01:16:10.022Z Compiling nix v0.28.0
27902026-06-02T01:16:10.111Z Checking vte v0.14.1
27912026-06-02T01:16:10.126Z Compiling recursive-proc-macro-impl v0.1.1
27922026-06-02T01:16:10.208Z Checking endian-type v0.1.2
27932026-06-02T01:16:10.222Z Checking bytecount v0.6.9
27942026-06-02T01:16:10.258Z Checking strip-ansi-escapes v0.2.1
27952026-06-02T01:16:10.275Z Compiling derive_more-impl v2.1.1
27962026-06-02T01:16:10.279Z Compiling tabled_derive v0.7.0
27972026-06-02T01:16:10.327Z Checking papergrid v0.11.0
27982026-06-02T01:16:10.342Z Checking radix_trie v0.2.1
27992026-06-02T01:16:10.355Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28002026-06-02T01:16:10.518Z Compiling peg-macros v0.8.5
28012026-06-02T01:16:10.546Z Checking winnow v0.6.26
28022026-06-02T01:16:10.790Z Compiling psm v0.1.30
28032026-06-02T01:16:10.823Z Compiling sqlparser_derive v0.5.0
28042026-06-02T01:16:10.939Z Checking unicode_categories v0.1.1
28052026-06-02T01:16:11.094Z Checking nu-ansi-term v0.50.3
28062026-06-02T01:16:11.110Z Checking derive_more v2.1.1
28072026-06-02T01:16:11.188Z Checking home v0.5.12
28082026-06-02T01:16:11.278Z Checking tabled v0.15.0
28092026-06-02T01:16:11.291Z Checking crossterm v0.29.0
28102026-06-02T01:16:11.314Z Checking reedline v0.40.0
28112026-06-02T01:16:11.314Z Checking rustyline v14.0.0
28122026-06-02T01:16:11.559Z Checking recursive v0.1.1
28132026-06-02T01:16:11.601Z Checking display-error-chain v0.2.2
28142026-06-02T01:16:11.649Z Checking sqlparser v0.61.0
28152026-06-02T01:16:11.677Z Checking sqlformat v0.3.5
28162026-06-02T01:16:11.878Z Checking peg v0.8.5
28172026-06-02T01:16:22.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.58s
28182026-06-02T01:16:22.926Z
28192026-06-02T01:16:22.926Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/276)
28202026-06-02T01:16:23.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28212026-06-02T01:16:23.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28222026-06-02T01:16:23.605Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28232026-06-02T01:16:27.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.14s
28242026-06-02T01:16:27.265Z
28252026-06-02T01:16:27.266Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/276)
28262026-06-02T01:16:27.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28272026-06-02T01:16:27.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28282026-06-02T01:16:27.941Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28292026-06-02T01:16:30.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.10s
28302026-06-02T01:16:30.579Z
28312026-06-02T01:16:30.579Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/276)
28322026-06-02T01:16:31.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28332026-06-02T01:16:31.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28342026-06-02T01:16:31.305Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28352026-06-02T01:16:34.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.91s
28362026-06-02T01:16:34.672Z
28372026-06-02T01:16:34.672Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/276)
28382026-06-02T01:16:35.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28392026-06-02T01:16:35.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28402026-06-02T01:16:35.349Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28412026-06-02T01:16:38.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.91s
28422026-06-02T01:16:38.782Z
28432026-06-02T01:16:38.782Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/276)
28442026-06-02T01:16:39.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28452026-06-02T01:16:39.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28462026-06-02T01:16:39.455Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28472026-06-02T01:16:42.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s
28482026-06-02T01:16:42.219Z
28492026-06-02T01:16:42.219Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/276)
28502026-06-02T01:16:42.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28512026-06-02T01:16:42.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28522026-06-02T01:16:42.891Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28532026-06-02T01:16:45.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.28s
28542026-06-02T01:16:45.701Z
28552026-06-02T01:16:45.701Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/276)
28562026-06-02T01:16:46.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28572026-06-02T01:16:46.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28582026-06-02T01:16:46.381Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28592026-06-02T01:16:49.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.14s
28602026-06-02T01:16:50.033Z
28612026-06-02T01:16:50.033Zinfo: running `cargo check --bins` on oximeter (93/276)
28622026-06-02T01:16:50.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28632026-06-02T01:16:50.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28642026-06-02T01:16:50.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28652026-06-02T01:16:50.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28662026-06-02T01:16:50.647Z
28672026-06-02T01:16:50.647Zinfo: running `cargo check --bins` on oximeter-schema (94/276)
28682026-06-02T01:16:51.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28692026-06-02T01:16:51.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28702026-06-02T01:16:51.296Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28712026-06-02T01:16:51.463Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28722026-06-02T01:16:51.463Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28732026-06-02T01:16:51.803Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28742026-06-02T01:16:54.708Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28752026-06-02T01:16:55.916Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28762026-06-02T01:16:56.081Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28772026-06-02T01:16:56.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.11s
28782026-06-02T01:16:56.949Z
28792026-06-02T01:16:56.949Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/276)
28802026-06-02T01:16:57.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28812026-06-02T01:16:57.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28822026-06-02T01:16:57.460Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28832026-06-02T01:16:57.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28842026-06-02T01:16:57.551Z
28852026-06-02T01:16:57.551Zinfo: running `cargo check --bins` on oximeter-test-utils (96/276)
28862026-06-02T01:16:58.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28872026-06-02T01:16:58.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28882026-06-02T01:16:58.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28892026-06-02T01:16:58.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28902026-06-02T01:16:58.200Z
28912026-06-02T01:16:58.200Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/276)
28922026-06-02T01:16:58.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28932026-06-02T01:16:58.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28942026-06-02T01:16:58.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28952026-06-02T01:16:58.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28962026-06-02T01:16:58.819Z
28972026-06-02T01:16:58.819Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/276)
28982026-06-02T01:16:59.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28992026-06-02T01:16:59.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29002026-06-02T01:16:59.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29012026-06-02T01:16:59.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29022026-06-02T01:16:59.436Z
29032026-06-02T01:16:59.436Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/276)
29042026-06-02T01:16:59.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29052026-06-02T01:16:59.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29062026-06-02T01:16:59.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29072026-06-02T01:16:59.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29082026-06-02T01:17:00.060Z
29092026-06-02T01:17:00.060Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/276)
29102026-06-02T01:17:00.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29112026-06-02T01:17:00.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29122026-06-02T01:17:00.581Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29132026-06-02T01:17:00.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29142026-06-02T01:17:00.678Z
29152026-06-02T01:17:00.678Zinfo: running `cargo check --bins` on trust-quorum-types (101/276)
29162026-06-02T01:17:01.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29172026-06-02T01:17:01.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29182026-06-02T01:17:01.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29192026-06-02T01:17:01.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29202026-06-02T01:17:01.279Z
29212026-06-02T01:17:01.279Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/276)
29222026-06-02T01:17:01.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29232026-06-02T01:17:01.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29242026-06-02T01:17:01.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29252026-06-02T01:17:01.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29262026-06-02T01:17:01.896Z
29272026-06-02T01:17:01.896Zinfo: running `cargo check --bins` on update-engine (103/276)
29282026-06-02T01:17:02.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29292026-06-02T01:17:02.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29302026-06-02T01:17:02.399Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29312026-06-02T01:17:02.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29322026-06-02T01:17:02.487Z
29332026-06-02T01:17:02.487Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/276)
29342026-06-02T01:17:03.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29352026-06-02T01:17:03.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29362026-06-02T01:17:03.211Z Compiling crucible-workspace-hack v0.1.0
29372026-06-02T01:17:03.329Z Checking secrecy v0.10.3
29382026-06-02T01:17:03.337Z Compiling heapless v0.8.0
29392026-06-02T01:17:03.344Z Compiling ingot-macros v0.1.1
29402026-06-02T01:17:03.352Z Compiling toml_edit v0.23.10+spec-1.0.0
29412026-06-02T01:17:03.355Z Checking hash32 v0.3.1
29422026-06-02T01:17:03.372Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29432026-06-02T01:17:03.376Z Compiling smoltcp v0.11.0
29442026-06-02T01:17:03.430Z Checking cobs v0.3.0
29452026-06-02T01:17:03.482Z Compiling thiserror-impl-no-std v2.0.2
29462026-06-02T01:17:03.568Z Checking universal-hash v0.5.1
29472026-06-02T01:17:03.594Z Checking half v2.7.1
29482026-06-02T01:17:03.608Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29492026-06-02T01:17:03.706Z Checking opaque-debug v0.3.1
29502026-06-02T01:17:03.741Z Checking ciborium-io v0.2.2
29512026-06-02T01:17:03.777Z Checking poly1305 v0.8.0
29522026-06-02T01:17:03.831Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29532026-06-02T01:17:03.857Z Checking ciborium-ll v0.2.2
29542026-06-02T01:17:03.873Z Compiling proc-macro-crate v3.4.0
29552026-06-02T01:17:04.031Z Checking postcard v1.1.3
29562026-06-02T01:17:04.045Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29572026-06-02T01:17:04.118Z Checking password-hash v0.5.0
29582026-06-02T01:17:04.306Z Checking chacha20 v0.9.1
29592026-06-02T01:17:04.323Z Compiling proc-macro-crate v1.3.1
29602026-06-02T01:17:04.347Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29612026-06-02T01:17:04.391Z Checking blake2 v0.10.6
29622026-06-02T01:17:04.425Z Compiling num_enum_derive v0.7.5
29632026-06-02T01:17:04.499Z Checking aead v0.5.2
29642026-06-02T01:17:04.577Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29652026-06-02T01:17:04.627Z Compiling foreign-types-macros v0.2.3
29662026-06-02T01:17:04.644Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29672026-06-02T01:17:04.675Z Checking thiserror-no-std v2.0.2
29682026-06-02T01:17:04.744Z Checking cpufeatures v0.3.0
29692026-06-02T01:17:04.789Z Checking foreign-types-shared v0.3.1
29702026-06-02T01:17:04.802Z Checking vsss-rs v3.3.4
29712026-06-02T01:17:04.818Z Checking chacha20 v0.10.0
29722026-06-02T01:17:04.881Z Compiling num_enum_derive v0.5.11
29732026-06-02T01:17:04.895Z Checking chacha20poly1305 v0.10.1
29742026-06-02T01:17:05.024Z Checking argon2 v0.5.3
29752026-06-02T01:17:05.039Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29762026-06-02T01:17:05.227Z Checking foreign-types v0.5.0
29772026-06-02T01:17:05.335Z Checking ciborium v0.2.2
29782026-06-02T01:17:05.474Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29792026-06-02T01:17:05.489Z Checking num_enum v0.7.5
29802026-06-02T01:17:05.506Z Checking tabwriter v1.4.1
29812026-06-02T01:17:05.599Z Checking byte-wrapper v0.1.0
29822026-06-02T01:17:05.647Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29832026-06-02T01:17:05.728Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29842026-06-02T01:17:05.757Z Checking cstr-argument v0.1.2
29852026-06-02T01:17:05.807Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29862026-06-02T01:17:05.883Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29872026-06-02T01:17:05.911Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29882026-06-02T01:17:05.924Z Checking num_enum v0.5.11
29892026-06-02T01:17:06.010Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29902026-06-02T01:17:06.037Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29912026-06-02T01:17:06.055Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29922026-06-02T01:17:06.071Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29932026-06-02T01:17:06.172Z Checking ingot-types v0.1.2
29942026-06-02T01:17:06.175Z Checking rand v0.10.0
29952026-06-02T01:17:06.199Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
29962026-06-02T01:17:06.202Z Checking colored v3.1.1
29972026-06-02T01:17:06.251Z Checking indent_write v2.2.0
29982026-06-02T01:17:06.383Z Compiling zone_cfg_derive v0.3.1
29992026-06-02T01:17:06.409Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30002026-06-02T01:17:06.511Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30012026-06-02T01:17:06.524Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30022026-06-02T01:17:06.536Z Checking ingot v0.1.1
30032026-06-02T01:17:06.577Z Checking itertools v0.12.1
30042026-06-02T01:17:06.618Z Compiling num-derive v0.4.2
30052026-06-02T01:17:06.633Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30062026-06-02T01:17:06.683Z Checking swrite v0.1.0
30072026-06-02T01:17:06.775Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30082026-06-02T01:17:06.837Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30092026-06-02T01:17:06.995Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30102026-06-02T01:17:07.022Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30112026-06-02T01:17:07.037Z Checking dropshot-api-manager-types v0.7.1
30122026-06-02T01:17:07.089Z Checking smf v0.2.3
30132026-06-02T01:17:07.104Z Checking nanorand v0.7.0
30142026-06-02T01:17:07.200Z Checking whoami v1.6.1
30152026-06-02T01:17:07.297Z Checking flume v0.11.1
30162026-06-02T01:17:07.321Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30172026-06-02T01:17:07.539Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
30182026-06-02T01:17:07.579Z Checking zone v0.3.1
30192026-06-02T01:17:08.092Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30202026-06-02T01:17:09.056Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30212026-06-02T01:17:09.948Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30222026-06-02T01:17:13.116Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30232026-06-02T01:17:15.174Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30242026-06-02T01:17:16.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.79s
30252026-06-02T01:17:16.476Z
30262026-06-02T01:17:16.476Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/276)
30272026-06-02T01:17:16.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30282026-06-02T01:17:17.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30292026-06-02T01:17:17.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30302026-06-02T01:17:17.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30312026-06-02T01:17:17.093Z
30322026-06-02T01:17:17.093Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/276)
30332026-06-02T01:17:17.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30342026-06-02T01:17:17.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30352026-06-02T01:17:17.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30362026-06-02T01:17:17.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30372026-06-02T01:17:17.712Z
30382026-06-02T01:17:17.712Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/276)
30392026-06-02T01:17:18.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30402026-06-02T01:17:18.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30412026-06-02T01:17:18.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30422026-06-02T01:17:18.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30432026-06-02T01:17:18.324Z
30442026-06-02T01:17:18.325Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/276)
30452026-06-02T01:17:18.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30462026-06-02T01:17:18.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30472026-06-02T01:17:18.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30482026-06-02T01:17:18.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30492026-06-02T01:17:18.947Z
30502026-06-02T01:17:18.947Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/276)
30512026-06-02T01:17:19.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30522026-06-02T01:17:19.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30532026-06-02T01:17:19.468Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30542026-06-02T01:17:19.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30552026-06-02T01:17:19.568Z
30562026-06-02T01:17:19.568Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/276)
30572026-06-02T01:17:20.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30582026-06-02T01:17:20.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30592026-06-02T01:17:20.085Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30602026-06-02T01:17:20.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30612026-06-02T01:17:20.181Z
30622026-06-02T01:17:20.181Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/276)
30632026-06-02T01:17:20.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30642026-06-02T01:17:20.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30652026-06-02T01:17:20.692Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30662026-06-02T01:17:20.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30672026-06-02T01:17:20.784Z
30682026-06-02T01:17:20.784Zinfo: running `cargo check --bins` on cockroach-admin-client (112/276)
30692026-06-02T01:17:21.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30702026-06-02T01:17:21.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30712026-06-02T01:17:21.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30722026-06-02T01:17:21.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30732026-06-02T01:17:21.375Z
30742026-06-02T01:17:21.375Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/276)
30752026-06-02T01:17:21.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30762026-06-02T01:17:21.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30772026-06-02T01:17:21.890Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30782026-06-02T01:17:21.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30792026-06-02T01:17:21.983Z
30802026-06-02T01:17:21.983Zinfo: running `cargo check --bins` on dns-service-client (114/276)
30812026-06-02T01:17:22.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30822026-06-02T01:17:22.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30832026-06-02T01:17:22.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30842026-06-02T01:17:22.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30852026-06-02T01:17:22.595Z
30862026-06-02T01:17:22.595Zinfo: running `cargo check --bins` on installinator-client (115/276)
30872026-06-02T01:17:23.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30882026-06-02T01:17:23.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30892026-06-02T01:17:23.114Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30902026-06-02T01:17:23.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30912026-06-02T01:17:23.207Z
30922026-06-02T01:17:23.207Zinfo: running `cargo check --bins` on nexus-client (116/276)
30932026-06-02T01:17:23.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30942026-06-02T01:17:23.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30952026-06-02T01:17:23.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30962026-06-02T01:17:23.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30972026-06-02T01:17:23.859Z
30982026-06-02T01:17:23.859Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/276)
30992026-06-02T01:17:24.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31002026-06-02T01:17:24.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31012026-06-02T01:17:24.408Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31022026-06-02T01:17:24.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31032026-06-02T01:17:24.514Z
31042026-06-02T01:17:24.514Zinfo: running `cargo check --bins` on ntp-admin-client (118/276)
31052026-06-02T01:17:25.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31062026-06-02T01:17:25.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31072026-06-02T01:17:25.021Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31082026-06-02T01:17:25.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31092026-06-02T01:17:25.116Z
31102026-06-02T01:17:25.116Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/276)
31112026-06-02T01:17:25.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31122026-06-02T01:17:25.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31132026-06-02T01:17:25.623Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31142026-06-02T01:17:25.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31152026-06-02T01:17:25.719Z
31162026-06-02T01:17:25.719Zinfo: running `cargo check --bins` on oxide-client (120/276)
31172026-06-02T01:17:26.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31182026-06-02T01:17:26.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31192026-06-02T01:17:26.231Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31202026-06-02T01:17:26.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31212026-06-02T01:17:26.324Z
31222026-06-02T01:17:26.324Zinfo: running `cargo check --bins` on oximeter-client (121/276)
31232026-06-02T01:17:26.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31242026-06-02T01:17:26.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31252026-06-02T01:17:26.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31262026-06-02T01:17:26.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31272026-06-02T01:17:26.937Z
31282026-06-02T01:17:26.937Zinfo: running `cargo check --bins` on repo-depot-client (122/276)
31292026-06-02T01:17:27.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31302026-06-02T01:17:27.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31312026-06-02T01:17:27.437Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31322026-06-02T01:17:27.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31332026-06-02T01:17:27.526Z
31342026-06-02T01:17:27.526Zinfo: running `cargo check --bins` on sled-agent-client (123/276)
31352026-06-02T01:17:28.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31362026-06-02T01:17:28.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31372026-06-02T01:17:28.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31382026-06-02T01:17:28.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31392026-06-02T01:17:28.140Z
31402026-06-02T01:17:28.140Zinfo: running `cargo check --bins` on wicketd-client (124/276)
31412026-06-02T01:17:28.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31422026-06-02T01:17:28.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31432026-06-02T01:17:28.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31442026-06-02T01:17:28.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31452026-06-02T01:17:28.779Z
31462026-06-02T01:17:28.779Zinfo: running `cargo check --bins` on installinator-common (125/276)
31472026-06-02T01:17:29.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31482026-06-02T01:17:29.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31492026-06-02T01:17:29.309Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31502026-06-02T01:17:29.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31512026-06-02T01:17:29.407Z
31522026-06-02T01:17:29.407Zinfo: running `cargo check --bins` on installinator-common-versions (126/276)
31532026-06-02T01:17:29.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31542026-06-02T01:17:29.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31552026-06-02T01:17:29.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31562026-06-02T01:17:29.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31572026-06-02T01:17:30.002Z
31582026-06-02T01:17:30.003Zinfo: running `cargo check --bins` on wicket-common (127/276)
31592026-06-02T01:17:30.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31602026-06-02T01:17:30.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31612026-06-02T01:17:30.533Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31622026-06-02T01:17:30.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31632026-06-02T01:17:30.628Z
31642026-06-02T01:17:30.628Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/276)
31652026-06-02T01:17:31.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31662026-06-02T01:17:31.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31672026-06-02T01:17:31.326Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31682026-06-02T01:17:31.443Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31692026-06-02T01:17:31.454Z Checking csv-core v0.1.13
31702026-06-02T01:17:31.463Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31712026-06-02T01:17:31.472Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31722026-06-02T01:17:31.476Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31732026-06-02T01:17:31.492Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31742026-06-02T01:17:31.503Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31752026-06-02T01:17:31.616Z Checking csv v1.4.0
31762026-06-02T01:17:31.643Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31772026-06-02T01:17:31.673Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31782026-06-02T01:17:31.700Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31792026-06-02T01:17:31.717Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31802026-06-02T01:17:31.956Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31812026-06-02T01:17:32.320Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31822026-06-02T01:17:32.323Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31832026-06-02T01:17:32.650Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31842026-06-02T01:17:38.530Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31852026-06-02T01:17:39.063Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31862026-06-02T01:17:41.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.76s
31872026-06-02T01:17:41.596Z
31882026-06-02T01:17:41.597Zinfo: running `cargo check --bins` on cockroach-admin-api (129/276)
31892026-06-02T01:17:42.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31902026-06-02T01:17:42.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31912026-06-02T01:17:42.111Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31922026-06-02T01:17:42.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31932026-06-02T01:17:42.204Z
31942026-06-02T01:17:42.204Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/276)
31952026-06-02T01:17:42.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31962026-06-02T01:17:42.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31972026-06-02T01:17:42.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31982026-06-02T01:17:42.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
31992026-06-02T01:17:42.900Z
32002026-06-02T01:17:42.900Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/276)
32012026-06-02T01:17:43.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32022026-06-02T01:17:43.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32032026-06-02T01:17:43.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32042026-06-02T01:17:43.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32052026-06-02T01:17:43.594Z
32062026-06-02T01:17:43.594Zinfo: running `cargo check --bins` on gateway-test-utils (132/276)
32072026-06-02T01:17:44.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32082026-06-02T01:17:44.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32092026-06-02T01:17:44.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32102026-06-02T01:17:44.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32112026-06-02T01:17:44.248Z
32122026-06-02T01:17:44.248Zinfo: running `cargo check --bins` on omicron-gateway (133/276)
32132026-06-02T01:17:44.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32142026-06-02T01:17:44.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32152026-06-02T01:17:45.016Z Compiling regress v0.11.1
32162026-06-02T01:17:45.155Z Compiling unsafe-libyaml v0.2.11
32172026-06-02T01:17:45.167Z Compiling semver v0.1.20
32182026-06-02T01:17:45.179Z Compiling radium v0.7.0
32192026-06-02T01:17:45.193Z Compiling maybe-uninit v2.0.0
32202026-06-02T01:17:45.196Z Checking tap v1.0.1
32212026-06-02T01:17:45.219Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32222026-06-02T01:17:45.305Z Checking wyz v0.5.1
32232026-06-02T01:17:45.440Z Compiling rustc_version v0.1.7
32242026-06-02T01:17:45.481Z Checking progenitor-client v0.13.0
32252026-06-02T01:17:45.515Z Compiling zerocopy-derive v0.6.6
32262026-06-02T01:17:45.630Z Compiling cancel-safe-futures v0.1.5
32272026-06-02T01:17:45.663Z Compiling serde_yaml v0.9.34+deprecated
32282026-06-02T01:17:45.715Z Compiling newtype_derive v0.1.6
32292026-06-02T01:17:45.839Z Checking funty v2.0.0
32302026-06-02T01:17:45.889Z Compiling owo-colors v4.3.0
32312026-06-02T01:17:45.911Z Compiling packed_struct v0.10.1
32322026-06-02T01:17:46.157Z Checking crc-catalog v2.4.0
32332026-06-02T01:17:46.176Z Checking bitvec v1.0.1
32342026-06-02T01:17:46.252Z Checking crc v3.4.0
32352026-06-02T01:17:46.345Z Checking zerocopy v0.6.6
32362026-06-02T01:17:46.429Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32372026-06-02T01:17:46.471Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32382026-06-02T01:17:46.600Z Checking typify-impl v0.6.2
32392026-06-02T01:17:46.638Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32402026-06-02T01:17:46.802Z Compiling packed_struct_codegen v0.10.1
32412026-06-02T01:17:46.889Z Checking libsw-core v0.3.2
32422026-06-02T01:17:46.963Z Compiling bitfield-macros v0.19.4
32432026-06-02T01:17:47.035Z Compiling indexmap v1.9.3
32442026-06-02T01:17:47.132Z Checking nodrop v0.1.14
32452026-06-02T01:17:47.228Z Checking array-init v0.0.4
32462026-06-02T01:17:47.264Z Checking libsw v3.5.0
32472026-06-02T01:17:47.419Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32482026-06-02T01:17:47.488Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32492026-06-02T01:17:47.528Z Checking smallvec v0.6.14
32502026-06-02T01:17:47.664Z Checking bitfield v0.19.4
32512026-06-02T01:17:47.680Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32522026-06-02T01:17:47.826Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32532026-06-02T01:17:47.939Z Checking hashbrown v0.12.3
32542026-06-02T01:17:47.952Z Checking smawk v0.3.2
32552026-06-02T01:17:47.966Z Checking linear-map v1.2.0
32562026-06-02T01:17:48.082Z Checking unicode-linebreak v0.1.5
32572026-06-02T01:17:48.101Z Checking tagptr v0.2.0
32582026-06-02T01:17:48.135Z Checking base64 v0.21.7
32592026-06-02T01:17:48.241Z Checking moka v0.12.13
32602026-06-02T01:17:48.292Z Checking textwrap v0.16.2
32612026-06-02T01:17:48.347Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32622026-06-02T01:17:48.374Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32632026-06-02T01:17:48.377Z Checking ron v0.8.1
32642026-06-02T01:17:48.505Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32652026-06-02T01:17:48.520Z Checking steno v0.4.1
32662026-06-02T01:17:48.675Z Checking serde-hex v0.1.0
32672026-06-02T01:17:48.867Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32682026-06-02T01:17:48.893Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32692026-06-02T01:17:48.932Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32702026-06-02T01:17:49.024Z Checking hashbrown v0.13.2
32712026-06-02T01:17:49.319Z Checking humantime v2.3.0
32722026-06-02T01:17:49.446Z Checking crc-any v2.5.0
32732026-06-02T01:17:49.463Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32742026-06-02T01:17:49.486Z Checking object v0.30.4
32752026-06-02T01:17:49.507Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32762026-06-02T01:17:49.622Z Checking hickory-resolver v0.25.2
32772026-06-02T01:17:49.645Z Checking path-slash v0.1.5
32782026-06-02T01:17:49.672Z Checking void v1.0.2
32792026-06-02T01:17:49.695Z Checking utf-8 v0.7.6
32802026-06-02T01:17:49.762Z Checking half v1.8.3
32812026-06-02T01:17:49.781Z Checking lzss v0.8.2
32822026-06-02T01:17:49.856Z Checking tungstenite v0.23.0
32832026-06-02T01:17:49.961Z Checking serde_cbor v0.11.2
32842026-06-02T01:17:50.111Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32852026-06-02T01:17:50.211Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32862026-06-02T01:17:50.270Z Checking nix v0.27.1
32872026-06-02T01:17:50.284Z Checking kstat-rs v0.2.4
32882026-06-02T01:17:50.352Z Checking fxhash v0.2.1
32892026-06-02T01:17:50.378Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32902026-06-02T01:17:50.448Z Checking serde_bytes v0.11.19
32912026-06-02T01:17:50.470Z Checking tokio-tungstenite v0.23.1
32922026-06-02T01:17:50.474Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32932026-06-02T01:17:50.622Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32942026-06-02T01:17:50.733Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32952026-06-02T01:17:50.782Z Checking signal-hook-tokio v0.3.1
32962026-06-02T01:17:51.086Z Compiling typify-macro v0.6.2
32972026-06-02T01:17:51.881Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32982026-06-02T01:17:52.216Z Compiling typify v0.6.2
32992026-06-02T01:17:52.298Z Compiling progenitor-impl v0.13.0
33002026-06-02T01:17:52.298Z Compiling progenitor-impl v0.14.0
33012026-06-02T01:17:52.777Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33022026-06-02T01:17:53.105Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
33032026-06-02T01:17:53.884Z Compiling progenitor-macro v0.14.0
33042026-06-02T01:17:53.910Z Compiling progenitor-macro v0.13.0
33052026-06-02T01:17:56.498Z Checking progenitor v0.13.0
33062026-06-02T01:17:56.501Z Checking progenitor v0.14.0
33072026-06-02T01:17:56.627Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33082026-06-02T01:17:56.631Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33092026-06-02T01:17:59.621Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33102026-06-02T01:18:07.216Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33112026-06-02T01:18:13.629Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33122026-06-02T01:18:15.020Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33132026-06-02T01:18:15.531Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33142026-06-02T01:18:17.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.37s
33152026-06-02T01:18:17.869Z
33162026-06-02T01:18:17.869Zinfo: running `cargo check --bins` on gateway-api (134/276)
33172026-06-02T01:18:18.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33182026-06-02T01:18:18.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33192026-06-02T01:18:18.345Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33202026-06-02T01:18:18.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33212026-06-02T01:18:18.436Z
33222026-06-02T01:18:18.437Zinfo: running `cargo check --bins` on ipcc (135/276)
33232026-06-02T01:18:18.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33242026-06-02T01:18:18.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33252026-06-02T01:18:18.958Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33262026-06-02T01:18:18.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33272026-06-02T01:18:19.045Z
33282026-06-02T01:18:19.045Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/276)
33292026-06-02T01:18:19.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33302026-06-02T01:18:19.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33312026-06-02T01:18:19.544Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33322026-06-02T01:18:19.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33332026-06-02T01:18:19.642Z
33342026-06-02T01:18:19.658Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (137/276)
33352026-06-02T01:18:20.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33362026-06-02T01:18:20.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33372026-06-02T01:18:20.150Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33382026-06-02T01:18:20.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33392026-06-02T01:18:20.241Z
33402026-06-02T01:18:20.241Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/276)
33412026-06-02T01:18:20.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33422026-06-02T01:18:20.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33432026-06-02T01:18:20.756Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33442026-06-02T01:18:20.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33452026-06-02T01:18:20.843Z
33462026-06-02T01:18:20.845Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/276)
33472026-06-02T01:18:21.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33482026-06-02T01:18:21.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33492026-06-02T01:18:21.371Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33502026-06-02T01:18:21.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33512026-06-02T01:18:21.451Z
33522026-06-02T01:18:21.451Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/276)
33532026-06-02T01:18:21.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33542026-06-02T01:18:21.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33552026-06-02T01:18:21.971Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33562026-06-02T01:18:21.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33572026-06-02T01:18:22.057Z
33582026-06-02T01:18:22.057Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/276)
33592026-06-02T01:18:22.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33602026-06-02T01:18:22.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33612026-06-02T01:18:22.574Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33622026-06-02T01:18:22.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33632026-06-02T01:18:22.663Z
33642026-06-02T01:18:22.663Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/276)
33652026-06-02T01:18:23.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33662026-06-02T01:18:23.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33672026-06-02T01:18:23.182Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33682026-06-02T01:18:23.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33692026-06-02T01:18:23.272Z
33702026-06-02T01:18:23.272Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/276)
33712026-06-02T01:18:23.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33722026-06-02T01:18:23.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33732026-06-02T01:18:23.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33742026-06-02T01:18:23.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33752026-06-02T01:18:23.882Z
33762026-06-02T01:18:23.883Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/276)
33772026-06-02T01:18:24.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782026-06-02T01:18:24.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792026-06-02T01:18:24.413Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33802026-06-02T01:18:24.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33812026-06-02T01:18:24.496Z
33822026-06-02T01:18:24.496Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/276)
33832026-06-02T01:18:25.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842026-06-02T01:18:25.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852026-06-02T01:18:25.020Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33862026-06-02T01:18:25.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33872026-06-02T01:18:25.112Z
33882026-06-02T01:18:25.112Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/276)
33892026-06-02T01:18:25.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902026-06-02T01:18:25.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912026-06-02T01:18:25.634Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33922026-06-02T01:18:25.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33932026-06-02T01:18:25.724Z
33942026-06-02T01:18:25.724Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/276)
33952026-06-02T01:18:26.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33962026-06-02T01:18:26.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33972026-06-02T01:18:26.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33982026-06-02T01:18:26.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33992026-06-02T01:18:26.375Z
34002026-06-02T01:18:26.375Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (148/276)
34012026-06-02T01:18:26.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022026-06-02T01:18:26.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032026-06-02T01:18:26.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34042026-06-02T01:18:26.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34052026-06-02T01:18:26.940Z
34062026-06-02T01:18:26.940Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (149/276)
34072026-06-02T01:18:27.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082026-06-02T01:18:27.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092026-06-02T01:18:27.457Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34102026-06-02T01:18:27.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34112026-06-02T01:18:27.547Z
34122026-06-02T01:18:27.548Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (150/276)
34132026-06-02T01:18:28.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142026-06-02T01:18:28.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152026-06-02T01:18:28.066Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34162026-06-02T01:18:28.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34172026-06-02T01:18:28.147Z
34182026-06-02T01:18:28.147Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (151/276)
34192026-06-02T01:18:28.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202026-06-02T01:18:28.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212026-06-02T01:18:28.670Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34222026-06-02T01:18:28.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34232026-06-02T01:18:28.752Z
34242026-06-02T01:18:28.752Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (152/276)
34252026-06-02T01:18:31.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262026-06-02T01:18:31.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272026-06-02T01:18:31.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34282026-06-02T01:18:31.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34292026-06-02T01:18:31.916Z
34302026-06-02T01:18:31.916Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (153/276)
34312026-06-02T01:18:31.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34322026-06-02T01:18:31.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34332026-06-02T01:18:31.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34342026-06-02T01:18:31.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34352026-06-02T01:18:31.917Z
34362026-06-02T01:18:31.917Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (154/276)
34372026-06-02T01:18:31.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34382026-06-02T01:18:31.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34392026-06-02T01:18:31.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34402026-06-02T01:18:31.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34412026-06-02T01:18:31.917Z
34422026-06-02T01:18:31.917Zinfo: running `cargo check --bins` on oximeter-producer (155/276)
34432026-06-02T01:18:31.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34442026-06-02T01:18:31.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34452026-06-02T01:18:31.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34462026-06-02T01:18:31.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34472026-06-02T01:18:31.917Z
34482026-06-02T01:18:31.917Zinfo: running `cargo check --bins` on internal-dns-resolver (156/276)
34492026-06-02T01:18:31.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34502026-06-02T01:18:31.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34512026-06-02T01:18:31.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34522026-06-02T01:18:31.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34532026-06-02T01:18:31.973Z
34542026-06-02T01:18:31.973Zinfo: running `cargo check --bins` on dns-server (157/276)
34552026-06-02T01:18:32.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34562026-06-02T01:18:32.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34572026-06-02T01:18:32.498Z Compiling parking_lot_core v0.8.6
34582026-06-02T01:18:32.498Z Compiling atomicwrites v0.4.4
34592026-06-02T01:18:32.502Z Compiling git-stub v1.0.0
34602026-06-02T01:18:32.502Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34612026-06-02T01:18:32.619Z Checking prefix-trie v0.7.0
34622026-06-02T01:18:32.733Z Compiling git-stub-vcs v0.1.0
34632026-06-02T01:18:32.912Z Checking hickory-server v0.25.2
34642026-06-02T01:18:33.007Z Checking parking_lot v0.11.2
34652026-06-02T01:18:33.010Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34662026-06-02T01:18:33.081Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34672026-06-02T01:18:33.081Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34682026-06-02T01:18:33.179Z Checking sled v0.34.7
34692026-06-02T01:18:35.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
34702026-06-02T01:18:35.247Z
34712026-06-02T01:18:35.247Zinfo: running `cargo check --bins` on dns-server-api (158/276)
34722026-06-02T01:18:35.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34732026-06-02T01:18:35.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34742026-06-02T01:18:35.759Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34752026-06-02T01:18:35.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34762026-06-02T01:18:35.852Z
34772026-06-02T01:18:35.852Zinfo: running `cargo check --bins` on oximeter-producer-api (159/276)
34782026-06-02T01:18:36.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34792026-06-02T01:18:36.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34802026-06-02T01:18:36.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34812026-06-02T01:18:36.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34822026-06-02T01:18:36.456Z
34832026-06-02T01:18:36.456Zinfo: running `cargo check --bins` on sp-sim (160/276)
34842026-06-02T01:18:36.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34852026-06-02T01:18:37.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34862026-06-02T01:18:37.180Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34872026-06-02T01:18:38.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.48s
34882026-06-02T01:18:39.145Z
34892026-06-02T01:18:39.145Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (161/276)
34902026-06-02T01:18:39.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34912026-06-02T01:18:39.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34922026-06-02T01:18:39.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34932026-06-02T01:18:39.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34942026-06-02T01:18:39.806Z
34952026-06-02T01:18:39.806Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (162/276)
34962026-06-02T01:18:40.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34972026-06-02T01:18:40.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34982026-06-02T01:18:40.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34992026-06-02T01:18:40.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35002026-06-02T01:18:40.466Z
35012026-06-02T01:18:40.466Zinfo: running `cargo check --bins` on db-macros (163/276)
35022026-06-02T01:18:40.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35032026-06-02T01:18:40.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35042026-06-02T01:18:40.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35052026-06-02T01:18:40.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35062026-06-02T01:18:41.063Z
35072026-06-02T01:18:41.063Zinfo: running `cargo check --bins` on nexus-macros-common (164/276)
35082026-06-02T01:18:41.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35092026-06-02T01:18:41.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35102026-06-02T01:18:41.562Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35112026-06-02T01:18:41.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35122026-06-02T01:18:41.651Z
35132026-06-02T01:18:41.651Zinfo: running `cargo check --bins` on nexus-auth (165/276)
35142026-06-02T01:18:42.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35152026-06-02T01:18:42.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35162026-06-02T01:18:42.202Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35172026-06-02T01:18:42.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35182026-06-02T01:18:42.309Z
35192026-06-02T01:18:42.309Zinfo: running `cargo check --bins` on authz-macros (166/276)
35202026-06-02T01:18:42.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35212026-06-02T01:18:42.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35222026-06-02T01:18:42.813Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35232026-06-02T01:18:42.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35242026-06-02T01:18:42.903Z
35252026-06-02T01:18:42.903Zinfo: running `cargo check --bins` on nexus-db-fixed-data (167/276)
35262026-06-02T01:18:43.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35272026-06-02T01:18:43.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35282026-06-02T01:18:43.448Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35292026-06-02T01:18:43.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35302026-06-02T01:18:43.551Z
35312026-06-02T01:18:43.551Zinfo: running `cargo check --bins` on nexus-db-model (168/276)
35322026-06-02T01:18:44.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35332026-06-02T01:18:44.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35342026-06-02T01:18:44.095Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35352026-06-02T01:18:44.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35362026-06-02T01:18:44.200Z
35372026-06-02T01:18:44.200Zinfo: running `cargo check --bins` on nexus-db-schema (169/276)
35382026-06-02T01:18:44.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35392026-06-02T01:18:44.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35402026-06-02T01:18:44.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35412026-06-02T01:18:44.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35422026-06-02T01:18:44.787Z
35432026-06-02T01:18:44.787Zinfo: running `cargo check --bins` on omicron-rpaths (170/276)
35442026-06-02T01:18:45.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35452026-06-02T01:18:45.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35462026-06-02T01:18:45.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35472026-06-02T01:18:45.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35482026-06-02T01:18:45.379Z
35492026-06-02T01:18:45.379Zinfo: running `cargo check --bins` on nexus-defaults (171/276)
35502026-06-02T01:18:45.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35512026-06-02T01:18:45.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35522026-06-02T01:18:45.896Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35532026-06-02T01:18:45.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35542026-06-02T01:18:45.991Z
35552026-06-02T01:18:45.991Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (172/276)
35562026-06-02T01:18:46.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35572026-06-02T01:18:46.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35582026-06-02T01:18:46.499Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35592026-06-02T01:18:46.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35602026-06-02T01:18:46.592Z
35612026-06-02T01:18:46.592Zinfo: running `cargo check --bins` on parallel-task-set (173/276)
35622026-06-02T01:18:47.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35632026-06-02T01:18:47.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35642026-06-02T01:18:47.095Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35652026-06-02T01:18:47.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35662026-06-02T01:18:47.183Z
35672026-06-02T01:18:47.183Zinfo: running `cargo check --bins` on nexus-db-errors (174/276)
35682026-06-02T01:18:47.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35692026-06-02T01:18:47.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35702026-06-02T01:18:47.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35712026-06-02T01:18:47.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35722026-06-02T01:18:47.832Z
35732026-06-02T01:18:47.832Zinfo: running `cargo check --bins` on nexus-db-lookup (175/276)
35742026-06-02T01:18:48.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35752026-06-02T01:18:48.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35762026-06-02T01:18:48.383Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35772026-06-02T01:18:48.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35782026-06-02T01:18:48.493Z
35792026-06-02T01:18:48.493Zinfo: running `cargo check --bins` on nexus-inventory (176/276)
35802026-06-02T01:18:49.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35812026-06-02T01:18:49.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35822026-06-02T01:18:49.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35832026-06-02T01:18:49.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35842026-06-02T01:18:49.124Z
35852026-06-02T01:18:49.124Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (177/276)
35862026-06-02T01:18:49.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35872026-06-02T01:18:49.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35882026-06-02T01:18:49.659Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35892026-06-02T01:18:49.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35902026-06-02T01:18:49.758Z
35912026-06-02T01:18:49.758Zinfo: running `cargo check --bins --no-default-features` on sled-storage (178/276)
35922026-06-02T01:18:50.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35932026-06-02T01:18:50.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35942026-06-02T01:18:50.286Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35952026-06-02T01:18:50.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35962026-06-02T01:18:50.381Z
35972026-06-02T01:18:50.381Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (179/276)
35982026-06-02T01:18:50.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35992026-06-02T01:18:50.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36002026-06-02T01:18:50.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36012026-06-02T01:18:50.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36022026-06-02T01:18:51.007Z
36032026-06-02T01:18:51.007Zinfo: running `cargo check --bins` on key-manager (180/276)
36042026-06-02T01:18:51.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36052026-06-02T01:18:51.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36062026-06-02T01:18:51.520Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36072026-06-02T01:18:51.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36082026-06-02T01:18:51.616Z
36092026-06-02T01:18:51.616Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (181/276)
36102026-06-02T01:18:52.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36112026-06-02T01:18:52.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36122026-06-02T01:18:52.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36132026-06-02T01:18:52.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36142026-06-02T01:18:52.246Z
36152026-06-02T01:18:52.246Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (182/276)
36162026-06-02T01:18:52.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36172026-06-02T01:18:52.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36182026-06-02T01:18:52.772Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36192026-06-02T01:18:52.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36202026-06-02T01:18:52.869Z
36212026-06-02T01:18:52.869Zinfo: running `cargo check --bins` on typed-rng (183/276)
36222026-06-02T01:18:53.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36232026-06-02T01:18:53.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36242026-06-02T01:18:53.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36252026-06-02T01:18:53.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36262026-06-02T01:18:53.463Z
36272026-06-02T01:18:53.463Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (184/276)
36282026-06-02T01:18:54.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36292026-06-02T01:18:54.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36302026-06-02T01:18:54.332Z Compiling typify-impl v0.4.3
36312026-06-02T01:18:54.332Z Compiling libefi-sys v0.1.0
36322026-06-02T01:18:54.335Z Compiling bitfield-struct v0.6.2
36332026-06-02T01:18:54.506Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36342026-06-02T01:18:54.514Z Compiling xshell-macros v0.2.7
36352026-06-02T01:18:54.517Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36362026-06-02T01:18:54.520Z Compiling salty v0.3.0
36372026-06-02T01:18:54.611Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36382026-06-02T01:18:54.743Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
36392026-06-02T01:18:54.834Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36402026-06-02T01:18:54.873Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36412026-06-02T01:18:54.931Z Checking xshell v0.2.7
36422026-06-02T01:18:54.981Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36432026-06-02T01:18:55.098Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36442026-06-02T01:18:55.139Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36452026-06-02T01:18:55.205Z Checking primeorder v0.13.6
36462026-06-02T01:18:55.303Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36472026-06-02T01:18:55.338Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36482026-06-02T01:18:55.400Z Compiling proc-macro-error-attr2 v2.0.0
36492026-06-02T01:18:55.444Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36502026-06-02T01:18:55.572Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36512026-06-02T01:18:55.606Z Checking tungstenite v0.21.0
36522026-06-02T01:18:55.657Z Checking p384 v0.13.1
36532026-06-02T01:18:55.720Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36542026-06-02T01:18:55.785Z Compiling proc-macro-error2 v2.0.1
36552026-06-02T01:18:56.069Z Compiling num-derive v0.3.3
36562026-06-02T01:18:56.100Z Compiling tabled_derive v0.11.0
36572026-06-02T01:18:56.359Z Checking tokio-tungstenite v0.21.0
36582026-06-02T01:18:56.415Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36592026-06-02T01:18:56.523Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36602026-06-02T01:18:56.637Z Checking papergrid v0.17.0
36612026-06-02T01:18:56.869Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36622026-06-02T01:18:56.953Z Checking libscf-sys v1.1.0
36632026-06-02T01:18:57.086Z Checking testing_table v0.3.0
36642026-06-02T01:18:57.103Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36652026-06-02T01:18:57.186Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36662026-06-02T01:18:57.251Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36672026-06-02T01:18:57.400Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36682026-06-02T01:18:57.417Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36692026-06-02T01:18:57.562Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36702026-06-02T01:18:57.615Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36712026-06-02T01:18:57.621Z Compiling unicase v2.9.0
36722026-06-02T01:18:57.706Z Checking corncobs v0.1.4
36732026-06-02T01:18:57.809Z Compiling illumos-nvpair-sys v0.2.0
36742026-06-02T01:18:57.878Z Compiling mime_guess v2.0.5
36752026-06-02T01:18:57.884Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36762026-06-02T01:18:57.945Z Checking tabled v0.20.0
36772026-06-02T01:18:58.019Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36782026-06-02T01:18:58.035Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36792026-06-02T01:18:58.106Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36802026-06-02T01:18:58.226Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
36812026-06-02T01:18:58.266Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36822026-06-02T01:18:58.296Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36832026-06-02T01:18:58.375Z Checking progenitor-client v0.11.2
36842026-06-02T01:18:58.438Z Checking secrecy v0.8.0
36852026-06-02T01:18:58.566Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36862026-06-02T01:18:58.846Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36872026-06-02T01:18:58.887Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
36882026-06-02T01:18:58.902Z Compiling typify-macro v0.4.3
36892026-06-02T01:18:58.934Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36902026-06-02T01:18:58.982Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36912026-06-02T01:18:59.113Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36922026-06-02T01:18:59.180Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
36932026-06-02T01:18:59.204Z Checking filetime v0.2.27
36942026-06-02T01:18:59.343Z Checking crc8 v0.1.1
36952026-06-02T01:18:59.448Z Checking http-range v0.1.5
36962026-06-02T01:18:59.531Z Checking xattr v1.6.1
36972026-06-02T01:18:59.589Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36982026-06-02T01:18:59.699Z Checking tar v0.4.45
36992026-06-02T01:18:59.782Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37002026-06-02T01:18:59.928Z Checking illumos-nvpair v0.3.0
37012026-06-02T01:19:00.088Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37022026-06-02T01:19:00.105Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37032026-06-02T01:19:00.144Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
37042026-06-02T01:19:00.465Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37052026-06-02T01:19:00.483Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37062026-06-02T01:19:00.489Z Checking atty v0.2.14
37072026-06-02T01:19:00.516Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37082026-06-02T01:19:00.601Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37092026-06-02T01:19:00.645Z Compiling typify v0.4.3
37102026-06-02T01:19:00.855Z Compiling progenitor-impl v0.11.2
37112026-06-02T01:19:01.046Z Compiling progenitor-impl v0.10.0
37122026-06-02T01:19:01.160Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37132026-06-02T01:19:01.332Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37142026-06-02T01:19:01.589Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37152026-06-02T01:19:01.679Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37162026-06-02T01:19:02.125Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37172026-06-02T01:19:02.422Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37182026-06-02T01:19:02.472Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
37192026-06-02T01:19:02.631Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
37202026-06-02T01:19:02.707Z Checking hyper-staticfile v0.10.1
37212026-06-02T01:19:02.785Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37222026-06-02T01:19:02.807Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37232026-06-02T01:19:02.993Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37242026-06-02T01:19:03.045Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37252026-06-02T01:19:03.177Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37262026-06-02T01:19:03.259Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37272026-06-02T01:19:03.315Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37282026-06-02T01:19:03.457Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37292026-06-02T01:19:03.467Z Compiling progenitor-macro v0.11.2
37302026-06-02T01:19:03.675Z Compiling progenitor-macro v0.10.0
37312026-06-02T01:19:06.150Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
37322026-06-02T01:19:06.226Z Checking progenitor v0.11.2
37332026-06-02T01:19:06.359Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37342026-06-02T01:19:06.523Z Checking progenitor v0.10.0
37352026-06-02T01:19:06.652Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37362026-06-02T01:19:10.982Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
37372026-06-02T01:19:21.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.49s
37382026-06-02T01:19:22.180Z
37392026-06-02T01:19:22.181Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (185/276)
37402026-06-02T01:19:22.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37412026-06-02T01:19:22.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37422026-06-02T01:19:22.973Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37432026-06-02T01:19:33.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.45s
37442026-06-02T01:19:33.858Z
37452026-06-02T01:19:33.858Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (186/276)
37462026-06-02T01:19:34.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37472026-06-02T01:19:34.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37482026-06-02T01:19:34.650Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37492026-06-02T01:19:45.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.46s
37502026-06-02T01:19:45.543Z
37512026-06-02T01:19:45.543Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (187/276)
37522026-06-02T01:19:46.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37532026-06-02T01:19:46.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37542026-06-02T01:19:46.332Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37552026-06-02T01:19:57.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.62s
37562026-06-02T01:19:57.383Z
37572026-06-02T01:19:57.383Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (188/276)
37582026-06-02T01:19:57.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37592026-06-02T01:19:57.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37602026-06-02T01:19:58.180Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37612026-06-02T01:20:08.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.55s
37622026-06-02T01:20:09.152Z
37632026-06-02T01:20:09.152Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (189/276)
37642026-06-02T01:20:09.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37652026-06-02T01:20:09.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37662026-06-02T01:20:09.953Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37672026-06-02T01:20:20.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.49s
37682026-06-02T01:20:20.873Z
37692026-06-02T01:20:20.873Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (190/276)
37702026-06-02T01:20:21.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37712026-06-02T01:20:21.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37722026-06-02T01:20:21.672Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37732026-06-02T01:20:32.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.54s
37742026-06-02T01:20:32.636Z
37752026-06-02T01:20:32.637Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (191/276)
37762026-06-02T01:20:33.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37772026-06-02T01:20:33.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37782026-06-02T01:20:33.433Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37792026-06-02T01:20:44.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.46s
37802026-06-02T01:20:44.321Z
37812026-06-02T01:20:44.321Zinfo: running `cargo check --bins` on bootstrap-agent-api (192/276)
37822026-06-02T01:20:44.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37832026-06-02T01:20:44.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37842026-06-02T01:20:44.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37852026-06-02T01:20:44.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37862026-06-02T01:20:44.938Z
37872026-06-02T01:20:44.941Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (193/276)
37882026-06-02T01:20:45.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37892026-06-02T01:20:45.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37902026-06-02T01:20:45.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37912026-06-02T01:20:45.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37922026-06-02T01:20:45.552Z
37932026-06-02T01:20:45.552Zinfo: running `cargo check --bins` on range-requests (194/276)
37942026-06-02T01:20:46.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37952026-06-02T01:20:46.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37962026-06-02T01:20:46.063Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37972026-06-02T01:20:46.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37982026-06-02T01:20:46.159Z
37992026-06-02T01:20:46.159Zinfo: running `cargo check --bins` on repo-depot-api (195/276)
38002026-06-02T01:20:46.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38012026-06-02T01:20:46.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38022026-06-02T01:20:46.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38032026-06-02T01:20:46.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38042026-06-02T01:20:47.178Z
38052026-06-02T01:20:47.179Zinfo: running `cargo check --bins` on sled-agent-api (196/276)
38062026-06-02T01:20:47.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38072026-06-02T01:20:47.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38082026-06-02T01:20:47.307Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38092026-06-02T01:20:47.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38102026-06-02T01:20:47.402Z
38112026-06-02T01:20:47.402Zinfo: running `cargo check --bins` on sled-diagnostics (197/276)
38122026-06-02T01:20:47.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38132026-06-02T01:20:47.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38142026-06-02T01:20:47.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38152026-06-02T01:20:47.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38162026-06-02T01:20:48.037Z
38172026-06-02T01:20:48.037Zinfo: running `cargo check --bins` on zfs-test-harness (198/276)
38182026-06-02T01:20:48.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38192026-06-02T01:20:48.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38202026-06-02T01:20:48.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38212026-06-02T01:20:48.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38222026-06-02T01:20:48.668Z
38232026-06-02T01:20:48.668Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (199/276)
38242026-06-02T01:20:49.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38252026-06-02T01:20:49.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38262026-06-02T01:20:49.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38272026-06-02T01:20:49.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38282026-06-02T01:20:49.301Z
38292026-06-02T01:20:49.301Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (200/276)
38302026-06-02T01:20:49.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38312026-06-02T01:20:49.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38322026-06-02T01:20:49.834Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38332026-06-02T01:20:49.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38342026-06-02T01:20:49.935Z
38352026-06-02T01:20:49.935Zinfo: running `cargo check --bins` on sled-agent-early-networking (201/276)
38362026-06-02T01:20:50.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38372026-06-02T01:20:50.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38382026-06-02T01:20:50.468Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38392026-06-02T01:20:50.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38402026-06-02T01:20:50.569Z
38412026-06-02T01:20:50.569Zinfo: running `cargo check --bins` on sled-agent-health-monitor (202/276)
38422026-06-02T01:20:51.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38432026-06-02T01:20:51.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38442026-06-02T01:20:51.105Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38452026-06-02T01:20:51.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38462026-06-02T01:20:51.206Z
38472026-06-02T01:20:51.206Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (203/276)
38482026-06-02T01:20:51.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38492026-06-02T01:20:51.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38502026-06-02T01:20:51.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38512026-06-02T01:20:51.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38522026-06-02T01:20:51.843Z
38532026-06-02T01:20:51.843Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (204/276)
38542026-06-02T01:20:52.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38552026-06-02T01:20:52.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38562026-06-02T01:20:52.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38572026-06-02T01:20:52.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38582026-06-02T01:20:52.486Z
38592026-06-02T01:20:52.486Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (205/276)
38602026-06-02T01:20:53.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38612026-06-02T01:20:53.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38622026-06-02T01:20:53.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38632026-06-02T01:20:53.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38642026-06-02T01:20:53.127Z
38652026-06-02T01:20:53.127Zinfo: running `cargo check --bins` on sled-agent-rack-setup (206/276)
38662026-06-02T01:20:53.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38672026-06-02T01:20:53.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38682026-06-02T01:20:53.685Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38692026-06-02T01:20:53.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38702026-06-02T01:20:53.790Z
38712026-06-02T01:20:53.790Zinfo: running `cargo check --bins` on trust-quorum (207/276)
38722026-06-02T01:20:54.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38732026-06-02T01:20:54.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38742026-06-02T01:20:54.329Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38752026-06-02T01:20:54.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38762026-06-02T01:20:54.432Z
38772026-06-02T01:20:54.432Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (208/276)
38782026-06-02T01:20:54.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38792026-06-02T01:20:54.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38802026-06-02T01:20:54.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38812026-06-02T01:20:54.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38822026-06-02T01:20:55.087Z
38832026-06-02T01:20:55.087Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (209/276)
38842026-06-02T01:20:55.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38852026-06-02T01:20:55.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38862026-06-02T01:20:55.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38872026-06-02T01:20:55.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
38882026-06-02T01:20:55.753Z
38892026-06-02T01:20:55.753Zinfo: running `cargo check --bins` on update-common (210/276)
38902026-06-02T01:20:56.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38912026-06-02T01:20:56.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38922026-06-02T01:20:56.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38932026-06-02T01:20:56.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38942026-06-02T01:20:56.373Z
38952026-06-02T01:20:56.373Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (211/276)
38962026-06-02T01:20:56.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38972026-06-02T01:20:56.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38982026-06-02T01:20:56.936Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38992026-06-02T01:20:56.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
39002026-06-02T01:20:57.045Z
39012026-06-02T01:20:57.045Zinfo: running `cargo check --bins` on omicron-deployment-graph (212/276)
39022026-06-02T01:20:57.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39032026-06-02T01:20:57.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39042026-06-02T01:20:57.553Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39052026-06-02T01:20:57.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39062026-06-02T01:20:57.648Z
39072026-06-02T01:20:57.648Zinfo: running `cargo check --bins` on reconfigurator-cli (213/276)
39082026-06-02T01:20:58.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39092026-06-02T01:20:58.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39102026-06-02T01:20:58.437Z Compiling fs-err v2.11.0
39112026-06-02T01:20:58.437Z Checking ignore v0.4.25
39122026-06-02T01:20:58.437Z Checking arc-swap v1.8.2
39132026-06-02T01:20:58.440Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
39142026-06-02T01:20:58.440Z Checking predicates-tree v1.0.13
39152026-06-02T01:20:58.561Z Checking parse-size v1.1.0
39162026-06-02T01:20:58.610Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39172026-06-02T01:20:58.613Z Checking rand_seeder v0.4.0
39182026-06-02T01:20:58.675Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39192026-06-02T01:20:58.696Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39202026-06-02T01:20:58.760Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39212026-06-02T01:20:58.773Z Checking slog-scope v4.4.1
39222026-06-02T01:20:58.807Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39232026-06-02T01:20:58.900Z Checking slog-stdlog v4.1.1
39242026-06-02T01:20:58.916Z Compiling petname v2.0.2
39252026-06-02T01:20:58.931Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39262026-06-02T01:20:58.948Z Checking globwalk v0.9.1
39272026-06-02T01:20:58.991Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
39282026-06-02T01:20:59.020Z Checking slog-envlogger v2.2.0
39292026-06-02T01:20:59.124Z Checking camino-tempfile-ext v0.3.3
39302026-06-02T01:20:59.168Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39312026-06-02T01:20:59.202Z Checking sapling-renderdag v0.1.0
39322026-06-02T01:20:59.317Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39332026-06-02T01:20:59.354Z Checking subprocess v0.2.15
39342026-06-02T01:20:59.440Z Checking sync-ptr v0.1.4
39352026-06-02T01:20:59.557Z Checking colored v2.2.0
39362026-06-02T01:20:59.571Z Checking assert_matches v1.5.0
39372026-06-02T01:20:59.632Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39382026-06-02T01:20:59.792Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
39392026-06-02T01:20:59.795Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39402026-06-02T01:21:00.495Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39412026-06-02T01:21:01.842Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39422026-06-02T01:21:04.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.40s
39432026-06-02T01:21:04.274Z
39442026-06-02T01:21:04.274Zinfo: running `cargo check --bins` on omicron-repl-utils (214/276)
39452026-06-02T01:21:04.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39462026-06-02T01:21:04.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39472026-06-02T01:21:04.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39482026-06-02T01:21:04.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39492026-06-02T01:21:04.880Z
39502026-06-02T01:21:04.880Zinfo: running `cargo check --bins` on transient-dns-server (215/276)
39512026-06-02T01:21:05.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39522026-06-02T01:21:05.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39532026-06-02T01:21:05.405Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39542026-06-02T01:21:05.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39552026-06-02T01:21:05.498Z
39562026-06-02T01:21:05.498Zinfo: running `cargo check --bins` on nexus-test-interface (216/276)
39572026-06-02T01:21:06.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39582026-06-02T01:21:06.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39592026-06-02T01:21:06.059Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39602026-06-02T01:21:06.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
39612026-06-02T01:21:06.165Z
39622026-06-02T01:21:06.165Zinfo: running `cargo check --bins` on oximeter-collector (217/276)
39632026-06-02T01:21:06.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39642026-06-02T01:21:06.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39652026-06-02T01:21:06.903Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39662026-06-02T01:21:06.906Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39672026-06-02T01:21:07.554Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39682026-06-02T01:21:09.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.99s
39692026-06-02T01:21:09.375Z
39702026-06-02T01:21:09.375Zinfo: running `cargo check --bins` on oximeter-api (218/276)
39712026-06-02T01:21:09.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39722026-06-02T01:21:09.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39732026-06-02T01:21:09.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39742026-06-02T01:21:09.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39752026-06-02T01:21:09.986Z
39762026-06-02T01:21:09.986Zinfo: running `cargo check --bins` on cert-dev (219/276)
39772026-06-02T01:21:10.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39782026-06-02T01:21:10.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39792026-06-02T01:21:10.604Z Checking yasna v0.5.2
39802026-06-02T01:21:11.006Z Checking rcgen v0.12.1
39812026-06-02T01:21:11.253Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39822026-06-02T01:21:11.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
39832026-06-02T01:21:11.618Z
39842026-06-02T01:21:11.618Zinfo: running `cargo check --bins` on clickana (220/276)
39852026-06-02T01:21:12.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39862026-06-02T01:21:12.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39872026-06-02T01:21:12.269Z Compiling darling_core v0.23.0
39882026-06-02T01:21:12.272Z Compiling instability v0.3.11
39892026-06-02T01:21:12.379Z Checking castaway v0.2.4
39902026-06-02T01:21:12.387Z Compiling indoc v2.0.7
39912026-06-02T01:21:12.393Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39922026-06-02T01:21:12.409Z Checking unicode-truncate v1.1.0
39932026-06-02T01:21:12.413Z Checking lru v0.12.5
39942026-06-02T01:21:12.413Z Checking cassowary v0.3.0
39952026-06-02T01:21:12.475Z Checking compact_str v0.8.1
39962026-06-02T01:21:13.444Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39972026-06-02T01:21:13.630Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39982026-06-02T01:21:13.799Z Compiling darling_macro v0.23.0
39992026-06-02T01:21:14.209Z Compiling darling v0.23.0
40002026-06-02T01:21:14.903Z Checking ratatui v0.29.0
40012026-06-02T01:21:15.868Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
40022026-06-02T01:21:16.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.92s
40032026-06-02T01:21:16.736Z
40042026-06-02T01:21:16.736Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (221/276)
40052026-06-02T01:21:17.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40062026-06-02T01:21:17.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40072026-06-02T01:21:17.477Z Checking headers-core v0.3.0
40082026-06-02T01:21:17.478Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
40092026-06-02T01:21:17.674Z Checking headers v0.4.1
40102026-06-02T01:21:18.039Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40112026-06-02T01:21:18.885Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
40122026-06-02T01:21:19.383Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
40132026-06-02T01:21:19.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.06s
40142026-06-02T01:21:20.015Z
40152026-06-02T01:21:20.015Zinfo: running `cargo check --bins` on ch-dev (222/276)
40162026-06-02T01:21:20.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40172026-06-02T01:21:20.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40182026-06-02T01:21:20.745Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
40192026-06-02T01:21:21.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
40202026-06-02T01:21:21.702Z
40212026-06-02T01:21:21.702Zinfo: running `cargo check --bins` on dev-tools-common (223/276)
40222026-06-02T01:21:22.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40232026-06-02T01:21:22.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40242026-06-02T01:21:22.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40252026-06-02T01:21:22.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
40262026-06-02T01:21:22.177Z
40272026-06-02T01:21:22.177Zinfo: running `cargo check --bins` on crdb-seed (224/276)
40282026-06-02T01:21:22.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40292026-06-02T01:21:22.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40302026-06-02T01:21:22.904Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40312026-06-02T01:21:23.893Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40322026-06-02T01:21:24.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.05s
40332026-06-02T01:21:24.444Z
40342026-06-02T01:21:24.444Zinfo: running `cargo check --bins` on db-dev (225/276)
40352026-06-02T01:21:24.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40362026-06-02T01:21:24.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40372026-06-02T01:21:25.180Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40382026-06-02T01:21:25.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s
40392026-06-02T01:21:26.161Z
40402026-06-02T01:21:26.161Zinfo: running `cargo check --bins` on omicron-dev-lib (226/276)
40412026-06-02T01:21:26.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40422026-06-02T01:21:26.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40432026-06-02T01:21:26.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40442026-06-02T01:21:26.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40452026-06-02T01:21:26.805Z
40462026-06-02T01:21:26.805Zinfo: running `cargo check --bins` on xtask-downloader (227/276)
40472026-06-02T01:21:27.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40482026-06-02T01:21:27.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40492026-06-02T01:21:27.415Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40502026-06-02T01:21:28.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
40512026-06-02T01:21:28.278Z
40522026-06-02T01:21:28.278Zinfo: running `cargo check --bins` on omicron-dropshot-apis (228/276)
40532026-06-02T01:21:28.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40542026-06-02T01:21:28.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40552026-06-02T01:21:29.029Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40562026-06-02T01:21:29.029Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40572026-06-02T01:21:29.029Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
40582026-06-02T01:21:29.032Z Checking git-stub v1.0.0
40592026-06-02T01:21:29.032Z Compiling trait-variant v0.1.2
40602026-06-02T01:21:29.032Z Checking maplit v1.0.2
40612026-06-02T01:21:29.032Z Checking is_ci v1.2.0
40622026-06-02T01:21:29.235Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40632026-06-02T01:21:29.239Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40642026-06-02T01:21:29.248Z Checking supports-color v3.0.2
40652026-06-02T01:21:29.287Z Checking git-stub-vcs v0.1.0
40662026-06-02T01:21:29.377Z Checking drift v0.1.4
40672026-06-02T01:21:29.414Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40682026-06-02T01:21:29.430Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40692026-06-02T01:21:29.484Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40702026-06-02T01:21:29.644Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40712026-06-02T01:21:29.677Z Checking dropshot-api-manager v0.7.1
40722026-06-02T01:21:29.715Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
40732026-06-02T01:21:29.729Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40742026-06-02T01:21:29.890Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40752026-06-02T01:21:29.947Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40762026-06-02T01:21:30.160Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
40772026-06-02T01:21:30.455Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40782026-06-02T01:21:35.370Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40792026-06-02T01:21:36.484Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40802026-06-02T01:21:37.047Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40812026-06-02T01:21:37.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.19s
40822026-06-02T01:21:37.695Z
40832026-06-02T01:21:37.696Zinfo: running `cargo check --bins` on installinator-api (229/276)
40842026-06-02T01:21:38.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40852026-06-02T01:21:38.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40862026-06-02T01:21:38.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40872026-06-02T01:21:38.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40882026-06-02T01:21:38.297Z
40892026-06-02T01:21:38.297Zinfo: running `cargo check --bins` on nexus-external-api (230/276)
40902026-06-02T01:21:38.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40912026-06-02T01:21:38.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40922026-06-02T01:21:38.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40932026-06-02T01:21:38.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40942026-06-02T01:21:38.936Z
40952026-06-02T01:21:38.936Zinfo: running `cargo check --bins` on nexus-internal-api (231/276)
40962026-06-02T01:21:39.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40972026-06-02T01:21:39.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40982026-06-02T01:21:39.479Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40992026-06-02T01:21:39.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41002026-06-02T01:21:39.578Z
41012026-06-02T01:21:39.578Zinfo: running `cargo check --bins` on nexus-lockstep-api (232/276)
41022026-06-02T01:21:40.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41032026-06-02T01:21:40.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41042026-06-02T01:21:40.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41052026-06-02T01:21:40.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41062026-06-02T01:21:40.233Z
41072026-06-02T01:21:40.233Zinfo: running `cargo check --bins` on ntp-admin-api (233/276)
41082026-06-02T01:21:40.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41092026-06-02T01:21:40.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41102026-06-02T01:21:40.743Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41112026-06-02T01:21:40.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41122026-06-02T01:21:40.835Z
41132026-06-02T01:21:40.835Zinfo: running `cargo check --bins` on ntp-admin-types-versions (234/276)
41142026-06-02T01:21:41.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41152026-06-02T01:21:41.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41162026-06-02T01:21:41.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41172026-06-02T01:21:41.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41182026-06-02T01:21:41.424Z
41192026-06-02T01:21:41.424Zinfo: running `cargo check --bins` on wicketd-api (235/276)
41202026-06-02T01:21:41.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41212026-06-02T01:21:41.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41222026-06-02T01:21:41.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41232026-06-02T01:21:41.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41242026-06-02T01:21:42.040Z
41252026-06-02T01:21:42.040Zinfo: running `cargo check --bins` on omicron-ls-apis (236/276)
41262026-06-02T01:21:42.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41272026-06-02T01:21:42.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41282026-06-02T01:21:42.662Z Checking typeid v1.0.3
41292026-06-02T01:21:42.775Z Checking ordered-float v2.10.1
41302026-06-02T01:21:42.794Z Checking unicode-xid v0.2.6
41312026-06-02T01:21:42.807Z Checking cargo-platform v0.2.0
41322026-06-02T01:21:42.816Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
41332026-06-02T01:21:42.842Z Checking erased-serde v0.4.9
41342026-06-02T01:21:42.979Z Checking serde-value v0.7.0
41352026-06-02T01:21:43.154Z Checking serde-untagged v0.1.9
41362026-06-02T01:21:43.312Z Checking cargo-util-schemas v0.8.2
41372026-06-02T01:21:43.996Z Checking cargo_metadata v0.21.0
41382026-06-02T01:21:44.594Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41392026-06-02T01:21:45.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s
41402026-06-02T01:21:45.464Z
41412026-06-02T01:21:45.464Zinfo: running `cargo check --bins` on mgs-dev (237/276)
41422026-06-02T01:21:46.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41432026-06-02T01:21:46.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41442026-06-02T01:21:47.205Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41452026-06-02T01:21:47.208Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41462026-06-02T01:21:47.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.87s
41472026-06-02T01:21:47.547Z
41482026-06-02T01:21:47.547Zinfo: running `cargo check --bins` on omicron-omdb (238/276)
41492026-06-02T01:21:48.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41502026-06-02T01:21:48.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41512026-06-02T01:21:48.402Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41522026-06-02T01:21:48.402Z Compiling vergen-gitcl v1.0.8
41532026-06-02T01:21:48.402Z Compiling dirs-sys-next v0.1.2
41542026-06-02T01:21:48.402Z Compiling diesel_derives v2.3.7
41552026-06-02T01:21:48.406Z Compiling glob v0.3.3
41562026-06-02T01:21:48.406Z Compiling crunchy v0.2.4
41572026-06-02T01:21:48.406Z Compiling dsl_auto_type v0.2.0
41582026-06-02T01:21:48.406Z Checking scheduled-thread-pool v0.2.7
41592026-06-02T01:21:48.689Z Compiling diesel_table_macro_syntax v0.3.0
41602026-06-02T01:21:48.730Z Compiling dirs-next v2.0.0
41612026-06-02T01:21:48.764Z Compiling tiny-keccak v2.0.2
41622026-06-02T01:21:48.849Z Compiling term v0.7.0
41632026-06-02T01:21:48.891Z Checking r2d2 v0.8.10
41642026-06-02T01:21:48.966Z Compiling clang-sys v1.8.1
41652026-06-02T01:21:48.984Z Checking downcast-rs v2.0.2
41662026-06-02T01:21:48.984Z Compiling bit-vec v0.6.3
41672026-06-02T01:21:49.081Z Compiling itertools v0.10.5
41682026-06-02T01:21:49.213Z Compiling bit-set v0.5.3
41692026-06-02T01:21:49.334Z Compiling ascii-canvas v3.0.0
41702026-06-02T01:21:49.370Z Compiling ena v0.14.4
41712026-06-02T01:21:49.398Z Compiling libloading v0.8.9
41722026-06-02T01:21:49.436Z Compiling regex-syntax v0.6.29
41732026-06-02T01:21:49.493Z Compiling diff v0.1.13
41742026-06-02T01:21:49.568Z Compiling bindgen v0.71.1
41752026-06-02T01:21:49.605Z Compiling cexpr v0.6.0
41762026-06-02T01:21:49.763Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41772026-06-02T01:21:49.956Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41782026-06-02T01:21:50.031Z Compiling rustc-hash v2.1.1
41792026-06-02T01:21:50.140Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41802026-06-02T01:21:50.155Z Compiling libxml v0.3.3
41812026-06-02T01:21:50.169Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41822026-06-02T01:21:50.311Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41832026-06-02T01:21:50.400Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41842026-06-02T01:21:50.481Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41852026-06-02T01:21:50.609Z Compiling strum_macros v0.24.3
41862026-06-02T01:21:50.749Z Compiling indoc v1.0.9
41872026-06-02T01:21:50.809Z Compiling lalrpop v0.19.12
41882026-06-02T01:21:51.605Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41892026-06-02T01:21:51.798Z Checking derive_builder v0.20.2
41902026-06-02T01:21:51.916Z Compiling oso-derive v0.27.3
41912026-06-02T01:21:51.948Z Checking quick-xml v0.37.5
41922026-06-02T01:21:52.166Z Compiling impl-trait-for-tuples v0.2.3
41932026-06-02T01:21:52.418Z Checking openssl-probe v0.1.6
41942026-06-02T01:21:52.561Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41952026-06-02T01:21:52.831Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41962026-06-02T01:21:53.027Z Checking bb8 v0.8.6
41972026-06-02T01:21:53.252Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41982026-06-02T01:21:53.304Z Checking nonempty v0.12.0
41992026-06-02T01:21:53.323Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42002026-06-02T01:21:53.463Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42012026-06-02T01:21:53.480Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
42022026-06-02T01:21:53.536Z Checking console v0.16.2
42032026-06-02T01:21:53.679Z Checking unit-prefix v0.5.2
42042026-06-02T01:21:53.714Z Checking support-bundle-viewer v0.1.2
42052026-06-02T01:21:53.817Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42062026-06-02T01:21:53.847Z Checking indicatif v0.18.4
42072026-06-02T01:21:53.965Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
42082026-06-02T01:21:54.051Z Checking multimap v0.10.1
42092026-06-02T01:21:54.471Z Checking diesel v2.3.7
42102026-06-02T01:21:56.332Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
42112026-06-02T01:21:56.655Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
42122026-06-02T01:21:56.738Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
42132026-06-02T01:21:57.238Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
42142026-06-02T01:21:58.025Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42152026-06-02T01:21:58.042Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
42162026-06-02T01:21:58.408Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
42172026-06-02T01:21:59.077Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
42182026-06-02T01:22:01.141Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42192026-06-02T01:22:06.119Z Compiling samael v0.0.19
42202026-06-02T01:22:09.940Z Checking async-bb8-diesel v0.2.1
42212026-06-02T01:22:10.292Z Checking diesel-dtrace v0.5.0
42222026-06-02T01:22:11.269Z Compiling polar-core v0.27.3
42232026-06-02T01:22:15.697Z Checking oso v0.27.3
42242026-06-02T01:22:52.742Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42252026-06-02T01:23:26.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 38s
42262026-06-02T01:23:26.411Z
42272026-06-02T01:23:26.412Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (239/276)
42282026-06-02T01:23:26.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42292026-06-02T01:23:26.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42302026-06-02T01:23:26.972Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42312026-06-02T01:23:26.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42322026-06-02T01:23:27.075Z
42332026-06-02T01:23:27.076Zinfo: running `cargo check --bins` on nexus-saga-recovery (240/276)
42342026-06-02T01:23:27.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42352026-06-02T01:23:27.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42362026-06-02T01:23:27.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42372026-06-02T01:23:27.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42382026-06-02T01:23:27.730Z
42392026-06-02T01:23:27.730Zinfo: running `cargo check --bins` on nexus-test-utils-macros (241/276)
42402026-06-02T01:23:28.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42412026-06-02T01:23:28.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42422026-06-02T01:23:28.231Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42432026-06-02T01:23:28.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42442026-06-02T01:23:28.320Z
42452026-06-02T01:23:28.320Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (242/276)
42462026-06-02T01:23:28.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42472026-06-02T01:23:28.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42482026-06-02T01:23:29.188Z Compiling libz-sys v1.1.24
42492026-06-02T01:23:29.322Z Compiling libgit2-sys v0.18.3+1.9.2
42502026-06-02T01:23:29.333Z Compiling vergen-git2 v1.0.7
42512026-06-02T01:23:29.342Z Compiling rustls v0.21.12
42522026-06-02T01:23:29.352Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42532026-06-02T01:23:29.364Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42542026-06-02T01:23:29.367Z Checking sct v0.7.1
42552026-06-02T01:23:29.367Z Checking rustls-webpki v0.101.7
42562026-06-02T01:23:29.517Z Compiling nix v0.29.0
42572026-06-02T01:23:29.544Z Compiling dropshot v0.16.7
42582026-06-02T01:23:29.571Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42592026-06-02T01:23:29.633Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42602026-06-02T01:23:29.708Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42612026-06-02T01:23:29.824Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42622026-06-02T01:23:29.858Z Checking toml v0.9.12+spec-1.1.0
42632026-06-02T01:23:29.873Z Compiling dropshot_endpoint v0.16.7
42642026-06-02T01:23:30.028Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42652026-06-02T01:23:30.162Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42662026-06-02T01:23:30.272Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42672026-06-02T01:23:30.433Z Checking rustls-pemfile v1.0.4
42682026-06-02T01:23:30.571Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42692026-06-02T01:23:30.760Z Checking twox-hash v2.1.2
42702026-06-02T01:23:30.796Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42712026-06-02T01:23:31.012Z Checking tokio-rustls v0.24.1
42722026-06-02T01:23:31.491Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42732026-06-02T01:23:31.663Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42742026-06-02T01:23:31.682Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
42752026-06-02T01:23:32.172Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42762026-06-02T01:23:32.341Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42772026-06-02T01:23:32.344Z Checking fatfs v0.3.6
42782026-06-02T01:23:32.424Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42792026-06-02T01:23:32.495Z Compiling seq-macro v0.3.6
42802026-06-02T01:23:36.149Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42812026-06-02T01:23:36.275Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42822026-06-02T01:23:36.755Z Compiling git2 v0.20.4
42832026-06-02T01:23:38.961Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42842026-06-02T01:24:25.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.11s
42852026-06-02T01:24:25.664Z
42862026-06-02T01:24:25.665Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (243/276)
42872026-06-02T01:24:26.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42882026-06-02T01:24:26.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42892026-06-02T01:24:26.553Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42902026-06-02T01:25:05.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.96s
42912026-06-02T01:25:05.847Z
42922026-06-02T01:25:05.847Zinfo: running `cargo check --bins` on nexus-background-task-interface (244/276)
42932026-06-02T01:25:06.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42942026-06-02T01:25:06.358Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42952026-06-02T01:25:06.358Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42962026-06-02T01:25:06.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42972026-06-02T01:25:06.446Z
42982026-06-02T01:25:06.446Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (245/276)
42992026-06-02T01:25:06.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43002026-06-02T01:25:07.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43012026-06-02T01:25:07.057Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43022026-06-02T01:25:07.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43032026-06-02T01:25:07.095Z
43042026-06-02T01:25:07.095Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (246/276)
43052026-06-02T01:25:07.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43062026-06-02T01:25:07.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43072026-06-02T01:25:07.668Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43082026-06-02T01:25:07.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
43092026-06-02T01:25:07.776Z
43102026-06-02T01:25:07.776Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (247/276)
43112026-06-02T01:25:08.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43122026-06-02T01:25:08.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43132026-06-02T01:25:08.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43142026-06-02T01:25:08.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43152026-06-02T01:25:08.441Z
43162026-06-02T01:25:08.441Zinfo: running `cargo check --bins` on nexus-mgs-updates (248/276)
43172026-06-02T01:25:08.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43182026-06-02T01:25:08.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43192026-06-02T01:25:08.993Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43202026-06-02T01:25:08.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43212026-06-02T01:25:09.099Z
43222026-06-02T01:25:09.099Zinfo: running `cargo check --bins` on nexus-networking (249/276)
43232026-06-02T01:25:09.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43242026-06-02T01:25:09.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43252026-06-02T01:25:09.661Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43262026-06-02T01:25:09.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43272026-06-02T01:25:09.765Z
43282026-06-02T01:25:09.765Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (250/276)
43292026-06-02T01:25:10.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43302026-06-02T01:25:10.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43312026-06-02T01:25:10.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43322026-06-02T01:25:10.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43332026-06-02T01:25:10.434Z
43342026-06-02T01:25:10.435Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (251/276)
43352026-06-02T01:25:10.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43362026-06-02T01:25:11.000Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43372026-06-02T01:25:11.000Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43382026-06-02T01:25:11.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43392026-06-02T01:25:11.104Z
43402026-06-02T01:25:11.105Zinfo: running `cargo check --bins` on omicron-dev (252/276)
43412026-06-02T01:25:11.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43422026-06-02T01:25:11.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43432026-06-02T01:25:12.023Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43442026-06-02T01:25:12.023Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43452026-06-02T01:25:12.220Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43462026-06-02T01:25:12.250Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
43472026-06-02T01:25:12.270Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43482026-06-02T01:25:12.277Z Checking diff v0.1.13
43492026-06-02T01:25:12.277Z Checking yansi v1.0.1
43502026-06-02T01:25:12.287Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43512026-06-02T01:25:12.355Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43522026-06-02T01:25:12.535Z Checking pretty_assertions v1.4.1
43532026-06-02T01:25:13.188Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43542026-06-02T01:25:13.352Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43552026-06-02T01:25:37.061Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43562026-06-02T01:25:37.064Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43572026-06-02T01:25:37.065Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43582026-06-02T01:25:37.065Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43592026-06-02T01:25:37.065Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43602026-06-02T01:25:37.065Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43612026-06-02T01:25:37.898Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43622026-06-02T01:25:38.993Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43632026-06-02T01:26:18.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
43642026-06-02T01:26:18.257Z
43652026-06-02T01:26:18.257Zinfo: running `cargo check --bins` on omicron-pins (253/276)
43662026-06-02T01:26:18.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43672026-06-02T01:26:18.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43682026-06-02T01:26:18.770Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43692026-06-02T01:26:18.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43702026-06-02T01:26:18.864Z
43712026-06-02T01:26:18.864Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (254/276)
43722026-06-02T01:26:19.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43732026-06-02T01:26:19.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43742026-06-02T01:26:19.660Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43752026-06-02T01:26:19.784Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43762026-06-02T01:26:19.787Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43772026-06-02T01:26:45.720Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43782026-06-02T01:26:46.111Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43792026-06-02T01:26:47.841Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43802026-06-02T01:26:48.298Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43812026-06-02T01:26:51.259Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43822026-06-02T01:27:13.906Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43832026-06-02T01:27:14.613Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43842026-06-02T01:27:16.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.39s
43852026-06-02T01:27:16.473Z
43862026-06-02T01:27:16.473Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (255/276)
43872026-06-02T01:27:17.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43882026-06-02T01:27:17.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43892026-06-02T01:27:17.202Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43902026-06-02T01:27:17.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
43912026-06-02T01:27:18.087Z
43922026-06-02T01:27:18.087Zinfo: running `cargo check --bins` on omicron-releng (256/276)
43932026-06-02T01:27:18.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43942026-06-02T01:27:18.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43952026-06-02T01:27:18.750Z Compiling blake3 v1.8.3
43962026-06-02T01:27:18.861Z Checking arrayref v0.3.9
43972026-06-02T01:27:18.864Z Checking arrayvec v0.7.6
43982026-06-02T01:27:18.864Z Checking constant_time_eq v0.4.2
43992026-06-02T01:27:18.882Z Checking topological-sort v0.2.2
44002026-06-02T01:27:18.885Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
44012026-06-02T01:27:18.885Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
44022026-06-02T01:27:18.885Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
44032026-06-02T01:27:18.923Z Checking shell-words v1.1.1
44042026-06-02T01:27:19.751Z Checking omicron-zone-package v0.12.2
44052026-06-02T01:27:20.461Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
44062026-06-02T01:27:21.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
44072026-06-02T01:27:21.510Z
44082026-06-02T01:27:21.510Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (257/276)
44092026-06-02T01:27:22.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44102026-06-02T01:27:22.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44112026-06-02T01:27:22.164Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
44122026-06-02T01:27:22.487Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
44132026-06-02T01:27:22.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
44142026-06-02T01:27:23.071Z
44152026-06-02T01:27:23.071Zinfo: running `cargo check --bins` on schema (258/276)
44162026-06-02T01:27:23.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44172026-06-02T01:27:23.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44182026-06-02T01:27:23.804Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
44192026-06-02T01:27:24.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
44202026-06-02T01:27:24.728Z
44212026-06-02T01:27:24.728Zinfo: running `cargo check --bins` on xtask (259/276)
44222026-06-02T01:27:25.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44232026-06-02T01:27:25.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44242026-06-02T01:27:25.191Z Checking libc v0.2.185
44252026-06-02T01:27:25.194Z Checking serde v1.0.228
44262026-06-02T01:27:25.279Z Checking zerofrom v0.1.6
44272026-06-02T01:27:25.283Z Checking bitflags v2.11.0
44282026-06-02T01:27:25.289Z Checking smallvec v1.15.1
44292026-06-02T01:27:25.294Z Checking indexmap v2.14.0
44302026-06-02T01:27:25.304Z Checking serde_json v1.0.149
44312026-06-02T01:27:25.327Z Checking num-traits v0.2.19
44322026-06-02T01:27:25.376Z Checking yoke v0.8.1
44332026-06-02T01:27:25.426Z Checking scroll v0.12.0
44342026-06-02T01:27:25.461Z Checking thiserror v1.0.69
44352026-06-02T01:27:25.543Z Checking zerovec v0.11.5
44362026-06-02T01:27:25.558Z Checking zerotrie v0.2.3
44372026-06-02T01:27:25.568Z Checking errno v0.3.14
44382026-06-02T01:27:25.653Z Checking log v0.4.29
44392026-06-02T01:27:25.664Z Checking toml_datetime v0.6.11
44402026-06-02T01:27:25.681Z Checking rustix v1.1.3
44412026-06-02T01:27:25.794Z Checking serde_spanned v0.6.9
44422026-06-02T01:27:25.804Z Checking percent-encoding v2.3.2
44432026-06-02T01:27:25.822Z Checking goblin v0.8.2
44442026-06-02T01:27:25.837Z Checking ordered-float v2.10.1
44452026-06-02T01:27:25.863Z Checking zerocopy v0.7.35
44462026-06-02T01:27:25.903Z Checking getrandom v0.4.1
44472026-06-02T01:27:25.917Z Checking toml_edit v0.22.27
44482026-06-02T01:27:25.939Z Checking form_urlencoded v1.2.2
44492026-06-02T01:27:25.978Z Checking tinystr v0.8.2
44502026-06-02T01:27:26.034Z Checking potential_utf v0.1.4
44512026-06-02T01:27:26.068Z Checking thiserror v2.0.18
44522026-06-02T01:27:26.079Z Checking serde-value v0.7.0
44532026-06-02T01:27:26.157Z Checking icu_locale_core v2.1.1
44542026-06-02T01:27:26.168Z Checking icu_collections v2.1.1
44552026-06-02T01:27:26.171Z Checking syn v2.0.117
44562026-06-02T01:27:26.281Z Checking dtrace-parser v0.2.0
44572026-06-02T01:27:26.345Z Checking thread-id v4.2.2
44582026-06-02T01:27:26.427Z Checking once_cell v1.21.3
44592026-06-02T01:27:26.473Z Checking cargo-platform v0.2.0
44602026-06-02T01:27:26.484Z Checking terminal_size v0.4.3
44612026-06-02T01:27:26.519Z Checking memmap v0.7.0
44622026-06-02T01:27:26.594Z Checking clap_builder v4.5.60
44632026-06-02T01:27:26.605Z Checking tempfile v3.25.0
44642026-06-02T01:27:26.647Z Checking fs-err v3.3.0
44652026-06-02T01:27:26.651Z Checking textwrap v0.16.2
44662026-06-02T01:27:26.714Z Checking icu_provider v2.1.1
44672026-06-02T01:27:26.792Z Checking camino-tempfile v1.4.1
44682026-06-02T01:27:26.827Z Checking anyhow v1.0.102
44692026-06-02T01:27:26.864Z Checking tabled v0.15.0
44702026-06-02T01:27:26.944Z Checking macaddr v1.0.1
44712026-06-02T01:27:26.955Z Checking icu_normalizer v2.1.1
44722026-06-02T01:27:27.016Z Checking icu_properties v2.1.2
44732026-06-02T01:27:27.028Z Checking toml v0.8.23
44742026-06-02T01:27:27.123Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44752026-06-02T01:27:27.345Z Checking cargo_toml v0.21.0
44762026-06-02T01:27:27.736Z Checking dof v0.3.0
44772026-06-02T01:27:27.797Z Checking clap v4.5.60
44782026-06-02T01:27:27.828Z Checking idna_adapter v1.2.1
44792026-06-02T01:27:27.945Z Checking idna v1.1.0
44802026-06-02T01:27:28.006Z Checking usdt-impl v0.5.0
44812026-06-02T01:27:28.164Z Checking url v2.5.8
44822026-06-02T01:27:28.255Z Checking usdt v0.5.0
44832026-06-02T01:27:28.499Z Checking cargo-util-schemas v0.8.2
44842026-06-02T01:27:29.179Z Checking cargo_metadata v0.21.0
44852026-06-02T01:27:29.775Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44862026-06-02T01:27:30.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.46s
44872026-06-02T01:27:30.316Z
44882026-06-02T01:27:30.316Zinfo: running `cargo check --bins` on dnsadm (260/276)
44892026-06-02T01:27:30.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44902026-06-02T01:27:30.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44912026-06-02T01:27:30.970Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
44922026-06-02T01:27:31.449Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
44932026-06-02T01:27:31.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.52s
44942026-06-02T01:27:32.045Z
44952026-06-02T01:27:32.045Zinfo: running `cargo check --bins` on end-to-end-tests (261/276)
44962026-06-02T01:27:32.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44972026-06-02T01:27:32.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44982026-06-02T01:27:32.854Z Checking polyval v0.6.2
44992026-06-02T01:27:32.981Z Checking ctr v0.9.2
45002026-06-02T01:27:32.992Z Checking ssh-encoding v0.2.0
45012026-06-02T01:27:32.992Z Checking blowfish v0.9.1
45022026-06-02T01:27:33.014Z Checking password-hash v0.4.2
45032026-06-02T01:27:33.028Z Checking p521 v0.13.3
45042026-06-02T01:27:33.028Z Checking p256 v0.13.2
45052026-06-02T01:27:33.054Z Checking russh-cryptovec v0.7.3
45062026-06-02T01:27:33.123Z Checking ghash v0.5.1
45072026-06-02T01:27:33.138Z Checking md5 v0.7.0
45082026-06-02T01:27:33.141Z Checking bcrypt-pbkdf v0.10.0
45092026-06-02T01:27:33.165Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
45102026-06-02T01:27:33.219Z Checking num-bigint v0.4.6
45112026-06-02T01:27:33.239Z Checking aes-gcm v0.10.3
45122026-06-02T01:27:33.240Z Checking pbkdf2 v0.11.0
45132026-06-02T01:27:33.267Z Checking des v0.8.1
45142026-06-02T01:27:33.332Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45152026-06-02T01:27:33.368Z Checking hex-literal v0.4.1
45162026-06-02T01:27:33.399Z Checking ssh-cipher v0.2.0
45172026-06-02T01:27:33.411Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
45182026-06-02T01:27:33.425Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
45192026-06-02T01:27:33.425Z Checking socket2 v0.5.10
45202026-06-02T01:27:33.464Z Checking internet-checksum v0.2.1
45212026-06-02T01:27:33.565Z Checking ssh-key v0.6.7
45222026-06-02T01:27:33.724Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45232026-06-02T01:27:34.191Z Checking russh-keys v0.45.0
45242026-06-02T01:27:34.738Z Checking russh v0.45.0
45252026-06-02T01:27:51.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.97s
45262026-06-02T01:27:51.233Z
45272026-06-02T01:27:51.233Zinfo: running `cargo check --bins` on gateway-cli (262/276)
45282026-06-02T01:27:51.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45292026-06-02T01:27:51.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45302026-06-02T01:27:51.879Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
45312026-06-02T01:27:51.989Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
45322026-06-02T01:27:51.996Z Checking termios v0.3.3
45332026-06-02T01:27:53.198Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45342026-06-02T01:27:53.349Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45352026-06-02T01:27:55.127Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
45362026-06-02T01:27:55.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.46s
45372026-06-02T01:27:55.885Z
45382026-06-02T01:27:55.885Zinfo: running `cargo check --bins --no-default-features` on installinator (263/276)
45392026-06-02T01:27:56.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45402026-06-02T01:27:56.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45412026-06-02T01:27:56.598Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45422026-06-02T01:27:56.601Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45432026-06-02T01:27:56.601Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45442026-06-02T01:27:56.601Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45452026-06-02T01:27:56.736Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45462026-06-02T01:27:56.747Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45472026-06-02T01:27:57.462Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45482026-06-02T01:27:57.796Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45492026-06-02T01:27:57.800Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45502026-06-02T01:27:58.445Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45512026-06-02T01:28:00.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.18s
45522026-06-02T01:28:00.275Z
45532026-06-02T01:28:00.275Zinfo: running `cargo check --bins` on internal-dns-cli (264/276)
45542026-06-02T01:28:00.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45552026-06-02T01:28:00.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45562026-06-02T01:28:00.916Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45572026-06-02T01:28:01.370Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45582026-06-02T01:28:01.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
45592026-06-02T01:28:01.887Z
45602026-06-02T01:28:01.888Zinfo: running `cargo check --bins` on omicron-live-tests (265/276)
45612026-06-02T01:28:02.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45622026-06-02T01:28:02.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45632026-06-02T01:28:02.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45642026-06-02T01:28:02.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45652026-06-02T01:28:02.485Z
45662026-06-02T01:28:02.485Zinfo: running `cargo check --bins` on live-tests-macros (266/276)
45672026-06-02T01:28:02.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45682026-06-02T01:28:02.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45692026-06-02T01:28:02.994Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45702026-06-02T01:28:02.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45712026-06-02T01:28:03.086Z
45722026-06-02T01:28:03.087Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (267/276)
45732026-06-02T01:28:03.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45742026-06-02T01:28:03.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45752026-06-02T01:28:03.855Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45762026-06-02T01:28:04.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
45772026-06-02T01:28:04.665Z
45782026-06-02T01:28:04.665Zinfo: running `cargo check --bins` on omicron-ntp-admin (268/276)
45792026-06-02T01:28:05.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45802026-06-02T01:28:05.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45812026-06-02T01:28:05.324Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45822026-06-02T01:28:05.327Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45832026-06-02T01:28:05.607Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45842026-06-02T01:28:05.611Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45852026-06-02T01:28:06.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s
45862026-06-02T01:28:06.599Z
45872026-06-02T01:28:06.600Zinfo: running `cargo check --bins` on ntp-admin-types (269/276)
45882026-06-02T01:28:07.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45892026-06-02T01:28:07.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45902026-06-02T01:28:07.099Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45912026-06-02T01:28:07.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45922026-06-02T01:28:07.190Z
45932026-06-02T01:28:07.190Zinfo: running `cargo check --bins` on omicron-package (270/276)
45942026-06-02T01:28:07.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45952026-06-02T01:28:07.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45962026-06-02T01:28:07.879Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
45972026-06-02T01:28:08.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s
45982026-06-02T01:28:09.158Z
45992026-06-02T01:28:09.158Zinfo: running `cargo check --bins` on tqdb (271/276)
46002026-06-02T01:28:09.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46012026-06-02T01:28:09.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46022026-06-02T01:28:09.949Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
46032026-06-02T01:28:10.304Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
46042026-06-02T01:28:10.814Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
46052026-06-02T01:28:10.817Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
46062026-06-02T01:28:16.697Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
46072026-06-02T01:28:16.701Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
46082026-06-02T01:28:17.273Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
46092026-06-02T01:28:17.273Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
46102026-06-02T01:28:17.276Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46112026-06-02T01:28:17.276Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
46122026-06-02T01:28:18.033Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
46132026-06-02T01:28:19.030Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46142026-06-02T01:28:19.800Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46152026-06-02T01:28:20.414Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
46162026-06-02T01:28:24.600Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
46172026-06-02T01:28:31.067Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
46182026-06-02T01:28:31.070Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46192026-06-02T01:28:31.070Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
46202026-06-02T01:28:31.070Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
46212026-06-02T01:28:32.547Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
46222026-06-02T01:28:33.882Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
46232026-06-02T01:28:34.564Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
46242026-06-02T01:28:35.790Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
46252026-06-02T01:28:36.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.17s
46262026-06-02T01:28:36.554Z
46272026-06-02T01:28:36.554Zinfo: running `cargo check --bins` on wicket-dbg (272/276)
46282026-06-02T01:28:37.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46292026-06-02T01:28:37.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46302026-06-02T01:28:37.275Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46312026-06-02T01:28:37.278Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46322026-06-02T01:28:37.278Z Checking rtoolbox v0.0.3
46332026-06-02T01:28:37.407Z Checking tui-tree-widget v0.23.1
46342026-06-02T01:28:37.505Z Checking rpassword v7.4.0
46352026-06-02T01:28:38.532Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46362026-06-02T01:28:41.474Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46372026-06-02T01:28:43.308Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46382026-06-02T01:28:44.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.66s
46392026-06-02T01:28:44.424Z
46402026-06-02T01:28:44.424Zinfo: running `cargo check --bins` on wicket (273/276)
46412026-06-02T01:28:44.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46422026-06-02T01:28:44.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46432026-06-02T01:28:45.137Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46442026-06-02T01:28:45.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
46452026-06-02T01:28:45.718Z
46462026-06-02T01:28:45.718Zinfo: running `cargo check --bins` on wicketd (274/276)
46472026-06-02T01:28:46.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46482026-06-02T01:28:46.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46492026-06-02T01:28:46.445Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46502026-06-02T01:28:46.448Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46512026-06-02T01:28:46.448Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46522026-06-02T01:28:46.448Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46532026-06-02T01:28:47.439Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46542026-06-02T01:28:48.011Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46552026-06-02T01:28:50.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.25s
46562026-06-02T01:28:51.185Z
46572026-06-02T01:28:51.185Zinfo: running `cargo check --bins` on omicron-workspace-hack (275/276)
46582026-06-02T01:28:51.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46592026-06-02T01:28:51.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46602026-06-02T01:28:51.692Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46612026-06-02T01:28:51.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
46622026-06-02T01:28:51.785Z
46632026-06-02T01:28:51.785Zinfo: running `cargo check --bins` on zone-setup (276/276)
46642026-06-02T01:28:52.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46652026-06-02T01:28:52.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46662026-06-02T01:28:52.468Z Checking uzers v0.12.2
46672026-06-02T01:28:52.741Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46682026-06-02T01:28:53.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
46692026-06-02T01:28:53.711Z
46702026-06-02T01:28:53.711Zreal 14:15.677761023
46712026-06-02T01:28:53.711Zuser 20:41.036666580
46722026-06-02T01:28:53.711Zsys 4:17.186019976
46732026-06-02T01:28:53.711Ztrap 0.331802654
46742026-06-02T01:28:53.711Ztflt 0.715841383
46752026-06-02T01:28:53.711Zdflt 1.176491151
46762026-06-02T01:28:53.711Zkflt 0.004737032
46772026-06-02T01:28:53.712Zlock 1:17:50.429955189
46782026-06-02T01:28:53.712Zslp 1:38:59.660278607
46792026-06-02T01:28:53.712Zlat 1:00.037116949
46802026-06-02T01:28:53.712Zstop 3:32.863359500
46812026-06-02T01:28:53.716Zprocess exited: duration 995089 ms, exit code 0
 
46822026-06-02T01:28:53.722Zfound 0 output files