01KV9938ECY6G3DRFZW38RF6DH: 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: 01KV993T4NXGTZX8BHCGPXDYVD

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-16T22:34:48.526Zjob assigned to worker 01KV9941E15NE242FWH52C5SAP [factory aws, i-0703f648c1d37cb2b] (queued for 50 s)
 
22026-06-16T22:34:55.087Zstarting task 0: "setup"
32026-06-16T22:34:55.091Z++ uname -s
42026-06-16T22:34:55.094Z+ kern=SunOS
52026-06-16T22:34:55.095Z+ build_user=build
62026-06-16T22:34:55.095Z+ build_uid=12345
72026-06-16T22:34:55.095Z+ work_dir=/work
82026-06-16T22:34:55.095Z+ input_dir=/input
92026-06-16T22:34:55.095Z+ [[ 0 == 12345 ]]
102026-06-16T22:34:55.095Z+ case "$kern" in
112026-06-16T22:34:55.095Z+ groupadd -g 12345 build
122026-06-16T22:34:55.097Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-16T22:34:57.100Z+ zfs create -o mountpoint=/work rpool/work
142026-06-16T22:34:57.191Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-16T22:34:57.194Z+ home_fs=zfs
162026-06-16T22:34:57.194Z+ [[ zfs == autofs ]]
172026-06-16T22:34:57.194Z+ mkdir -p /home/build
182026-06-16T22:34:57.194Z+ chown build:build /home/build /work
192026-06-16T22:34:59.195Z+ chmod 0700 /home/build /work
202026-06-16T22:34:59.198Zprocess exited: duration 4111 ms, exit code 0
 
212026-06-16T22:34:59.204Zstarting task 1: "rust-toolchain"
222026-06-16T22:34:59.207Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-16T22:34:59.207Z * rust toolchain channel = "1.94.0"
242026-06-16T22:34:59.207Z * rust toolchain profile = "default"
252026-06-16T22:34:59.207Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-16T22:34:59.207Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-16T22:34:59.207Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-16T22:34:59.210Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-16T22:34:59.210Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-16T22:34:59.290Zinfo: downloading installer
312026-06-16T22:35:00.631Zwarn: It looks like you have an existing rustup settings file at:
322026-06-16T22:35:00.631Zwarn: /home/build/.rustup/settings.toml
332026-06-16T22:35:00.631Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-16T22:35:00.631Zwarn: instead of the one inferred from the default host triple.
352026-06-16T22:35:00.643Zinfo: profile set to default
362026-06-16T22:35:00.643Zinfo: default host triple is x86_64-unknown-illumos
372026-06-16T22:35:00.645Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-16T22:35:00.784Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-16T22:35:00.787Zinfo: downloading 6 components
402026-06-16T22:35:15.722Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-06-16T22:35:15.722Z
422026-06-16T22:35:15.757Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-16T22:35:15.757Z
442026-06-16T22:35:15.757Z
452026-06-16T22:35:15.757ZRust is installed now. Great!
462026-06-16T22:35:15.757Z
472026-06-16T22:35:15.757ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-16T22:35:15.757Zenvironment variable. This has not been done automatically.
492026-06-16T22:35:15.757Z
502026-06-16T22:35:15.757ZTo configure your current shell, you need to source
512026-06-16T22:35:15.757Zthe corresponding env file under $HOME/.cargo.
522026-06-16T22:35:15.760Z
532026-06-16T22:35:15.760ZThis is usually done by running one of the following (note the leading DOT):
542026-06-16T22:35:15.760Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-16T22:35:15.760Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-16T22:35:15.760Zsource "~/.cargo/env.nu" # For nushell
572026-06-16T22:35:15.760Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-16T22:35:15.760Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-16T22:35:15.760Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-16T22:35:15.760Zwarn: no default linker (`cc`) was found in your PATH
612026-06-16T22:35:15.760Zwarn: many Rust crates require a system C toolchain to build
622026-06-16T22:35:15.847Z+ rustup --version
632026-06-16T22:35:15.856Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-16T22:35:15.858Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-16T22:35:15.878Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-16T22:35:15.880Z+ cargo --version
672026-06-16T22:35:15.893Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-16T22:35:15.896Z+ rustc --version
692026-06-16T22:35:15.915Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-16T22:35:15.918Zprocess exited: duration 16713 ms, exit code 0
 
712026-06-16T22:35:15.923Zstarting task 2: "authentication"
722026-06-16T22:35:15.939Zprocess exited: duration 15 ms, exit code 0
 
732026-06-16T22:35:15.944Zstarting task 3: "clone repository"
742026-06-16T22:35:15.947Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-16T22:35:15.950Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-16T22:35:15.980ZCloning into '/work/oxidecomputer/omicron'...
772026-06-16T22:35:36.143Z+ cd /work/oxidecomputer/omicron
782026-06-16T22:35:36.143Z+ git fetch origin 1aa34b5f75dec5a80c570bd0b9010b598cec0bf3
792026-06-16T22:35:36.784ZFrom https://github.com/oxidecomputer/omicron
802026-06-16T22:35:36.784Z * branch 1aa34b5f75dec5a80c570bd0b9010b598cec0bf3 -> FETCH_HEAD
812026-06-16T22:35:36.794Z+ [[ -n iliana/dering ]]
822026-06-16T22:35:36.797Z++ git branch --show-current
832026-06-16T22:35:36.798Z+ current=main
842026-06-16T22:35:36.798Z+ [[ main != iliana/dering ]]
852026-06-16T22:35:36.798Z+ git branch -f iliana/dering 1aa34b5f75dec5a80c570bd0b9010b598cec0bf3
862026-06-16T22:35:36.802Z+ git checkout -f iliana/dering
872026-06-16T22:35:37.037ZSwitched to branch 'iliana/dering'
882026-06-16T22:35:37.041Z+ git reset --hard 1aa34b5f75dec5a80c570bd0b9010b598cec0bf3
892026-06-16T22:35:37.055ZHEAD is now at 1aa34b5f7 [DO NOT MERGE] remove ring
902026-06-16T22:35:37.058Zprocess exited: duration 21111 ms, exit code 0
 
912026-06-16T22:35:37.065Zstarting task 4: "build"
922026-06-16T22:35:37.069Z+ source .github/buildomat/ci-env.sh
932026-06-16T22:35:37.069Z++ export CARGO_TERM_COLOR=always
942026-06-16T22:35:37.069Z++ CARGO_TERM_COLOR=always
952026-06-16T22:35:37.069Z+ cargo --version
962026-06-16T22:35:37.078Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-06-16T22:35:37.081Z+ rustc --version
982026-06-16T22:35:37.100Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-06-16T22:35:37.103Z+ source ./env.sh
1002026-06-16T22:35:37.103Z++ OLD_SHELL_OPTS=ehxB
1012026-06-16T22:35:37.103Z++ set -o xtrace
1022026-06-16T22:35:37.106Z++++ dirname ./env.sh
1032026-06-16T22:35:37.106Z+++ readlink -f .
1042026-06-16T22:35:37.109Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-06-16T22:35:37.109Z++ 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-16T22:35:37.109Z++ 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-16T22:35:37.109Z++ 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-16T22:35:37.109Z++ 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-16T22:35:37.109Z++ 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-16T22:35:37.109Z++ 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-16T22:35:37.109Z++ 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-16T22:35:37.109Z++ 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-16T22:35:37.110Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1142026-06-16T22:35:37.110Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152026-06-16T22:35:37.110Z++ case $OLD_SHELL_OPTS in
1162026-06-16T22:35:37.110Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-06-16T22:35:37.110Z+ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1182026-06-16T22:35:37.110Z+ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1192026-06-16T22:35:37.110Z+ banner prerequisites
1202026-06-16T22:35:37.110Z
1212026-06-16T22:35:37.110Z ##### ##### ###### ##### ###### #### # # # #### #
1222026-06-16T22:35:37.110Z # # # # # # # # # # # # # # #
1232026-06-16T22:35:37.110Z # # # # ##### # # ##### # # # # # #### #
1242026-06-16T22:35:37.110Z ##### ##### # ##### # # # # # # # # #
1252026-06-16T22:35:37.110Z # # # # # # # # # # # # # # #
1262026-06-16T22:35:37.110Z # # # ###### # # ###### ### # #### # #### #
1272026-06-16T22:35:37.110Z
1282026-06-16T22:35:37.110Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1292026-06-16T22:35:38.524Z Startup: Refreshing catalog 'helios' ... Done
1302026-06-16T22:35:38.611Z Startup: Caching catalogs ... Done
1312026-06-16T22:35:38.970ZPlanning: Solver setup ... Done (0.319s)
1322026-06-16T22:35:38.992ZPlanning: Running solver ... Done (0.022s)
1332026-06-16T22:35:39.001ZPlanning: Finding local manifests ... Done (0.002s)
1342026-06-16T22:35:39.013ZPlanning: Fetching manifests: 0/2 0% complete
1352026-06-16T22:35:39.025ZPlanning: Fetching manifests: 2/2 100% complete
1362026-06-16T22:35:39.039ZPlanning: Package planning ... Done (0.013s)
1372026-06-16T22:35:39.042ZPlanning: Merging actions ... Done (0.001s)
1382026-06-16T22:35:39.224ZPlanning: Checking for conflicting actions ... Done (0.184s)
1392026-06-16T22:35:39.227ZPlanning: Consolidating action changes ... Done (0.001s)
1402026-06-16T22:35:40.013ZPlanning: Evaluating mediators ... Done (0.788s)
1412026-06-16T22:35:40.016ZPlanning: Planning completed in 1.38 seconds
1422026-06-16T22:35:40.022Z Packages to install: 2
1432026-06-16T22:35:40.025Z Estimated space available: 156.07 GB
1442026-06-16T22:35:40.025ZEstimated space to be consumed: 26.76 MB
1452026-06-16T22:35:40.026Z Create boot environment: No
1462026-06-16T22:35:40.026ZCreate backup boot environment: No
1472026-06-16T22:35:40.026Z Rebuild boot archive: No
1482026-06-16T22:35:40.026Z
1492026-06-16T22:35:40.026ZChanged packages:
1502026-06-16T22:35:40.026Zhelios
1512026-06-16T22:35:40.026Z developer/build-essential
1522026-06-16T22:35:40.026Z None -> 11-3.0
1532026-06-16T22:35:40.026Z library/libxmlsec1
1542026-06-16T22:35:40.026Z None -> 1.2.35-3.0
1552026-06-16T22:35:40.047Z
1562026-06-16T22:35:40.047ZDownload: 0/214 items 0.0/1.3MB 0% complete
1572026-06-16T22:35:40.571ZDownload: Completed 1.28 MB in 0.50 seconds (2.6M/s)
1582026-06-16T22:35:40.594Z Actions: 1/268 actions (Installing new actions)
1592026-06-16T22:35:40.632Z Actions: Completed 268 actions in 0.04 seconds.
1602026-06-16T22:35:40.640ZFinalize: Updating package state database ... Done (0.008s)
1612026-06-16T22:35:40.640ZFinalize: Updating package cache ... Done (0.000s)
1622026-06-16T22:35:40.666ZFinalize: Updating image state ... Done (0.024s)
1632026-06-16T22:35:43.000ZFinalize: Creating fast lookup database ... Done (2.313s)
1642026-06-16T22:35:43.065ZFinalize: Reading search index ... Done (0.012s)
1652026-06-16T22:35:43.069ZFinalize: Updating search index ... Done (0.000s)
1662026-06-16T22:35:43.145ZFinalize: Updating package cache ... Done (0.000s)
1672026-06-16T22:35:43.449ZPlanning: Evaluating mediator changes ... Done
1682026-06-16T22:35:43.554ZPlanning: Checking for conflicting actions ... Done
1692026-06-16T22:35:43.556ZPlanning: Consolidating action changes ... Done
1702026-06-16T22:35:43.714ZPlanning: Evaluating mediators ... Done
1712026-06-16T22:35:43.717ZPlanning: Planning completed in 0.26 seconds
1722026-06-16T22:35:43.736Z Mediators to change: 2
1732026-06-16T22:35:43.736Z Create boot environment: No
1742026-06-16T22:35:43.736ZCreate backup boot environment: No
1752026-06-16T22:35:43.801ZFinalize: Updating package state database ... Done
1762026-06-16T22:35:43.801ZFinalize: Updating package cache ... Done
1772026-06-16T22:35:43.814ZFinalize: Updating image state ... Done
1782026-06-16T22:35:45.780ZFinalize: Creating fast lookup database ... Done
1792026-06-16T22:35:45.843ZFinalize: Reading search index ... Done
1802026-06-16T22:35:45.846ZFinalize: Updating search index ... Done
1812026-06-16T22:35:45.933ZFinalize: Updating package cache ... Done
1822026-06-16T22:35:46.220ZPlanning: Evaluating mediator changes ... Done
1832026-06-16T22:35:46.327ZPlanning: Checking for conflicting actions ... Done
1842026-06-16T22:35:46.331ZPlanning: Consolidating action changes ... Done
1852026-06-16T22:35:46.484ZPlanning: Evaluating mediators ... Done
1862026-06-16T22:35:46.488ZPlanning: Planning completed in 0.27 seconds
1872026-06-16T22:35:46.507Z Mediators to change: 1
1882026-06-16T22:35:46.507Z Create boot environment: No
1892026-06-16T22:35:46.507ZCreate backup boot environment: No
1902026-06-16T22:35:46.556ZFinalize: Updating package state database ... Done
1912026-06-16T22:35:46.557ZFinalize: Updating package cache ... Done
1922026-06-16T22:35:46.569ZFinalize: Updating image state ... Done
1932026-06-16T22:35:48.526ZFinalize: Creating fast lookup database ... Done
1942026-06-16T22:35:48.592ZFinalize: Reading search index ... Done
1952026-06-16T22:35:48.594ZFinalize: Updating search index ... Done
1962026-06-16T22:35:48.662ZFinalize: Updating package cache ... Done
1972026-06-16T22:35:48.975ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1982026-06-16T22:35:48.975Zapache system 2.4 system
1992026-06-16T22:35:48.975Zclang system 15 system
2002026-06-16T22:35:48.975Zcsh system system illumos
2012026-06-16T22:35:48.975Zctags system system illumos
2022026-06-16T22:35:48.975Zfile vendor vendor darwinsys
2032026-06-16T22:35:48.975Zfile system system illumos
2042026-06-16T22:35:48.975Zgcc vendor 14 vendor
2052026-06-16T22:35:48.975Zgcc system 13 system
2062026-06-16T22:35:48.975Zgcc system 10 system
2072026-06-16T22:35:48.975Zgo system 1.25 system
2082026-06-16T22:35:48.975Zllvm system 15 system
2092026-06-16T22:35:48.975Zmariadb system 11.4 system
2102026-06-16T22:35:48.975Zmta vendor vendor dma
2112026-06-16T22:35:48.975Zopenjdk system 17 system
2122026-06-16T22:35:48.975Zopenjdk system 11 system
2132026-06-16T22:35:48.975Zopenssl vendor 3 vendor
2142026-06-16T22:35:48.975Zperl system 5.40 system
2152026-06-16T22:35:48.975Zpostgresql system 18 system
2162026-06-16T22:35:48.975Zpostgresql system 17 system
2172026-06-16T22:35:48.975Zpython vendor 3 vendor
2182026-06-16T22:35:48.975Zpython system 2 system
2192026-06-16T22:35:48.975Zpython3 vendor 3.13 vendor
2202026-06-16T22:35:48.975Zruby system 3.4 system
2212026-06-16T22:35:48.975Zruby system 3.0 system
2222026-06-16T22:35:48.975Zwords vendor vendor american-english
2232026-06-16T22:35:48.975Zwords system system australian-english
2242026-06-16T22:35:48.975Zwords system system british-english
2252026-06-16T22:35:48.975Zwords system system canadian-english
2262026-06-16T22:35:48.976Zwords system system french
2272026-06-16T22:35:48.976Zwords system system italian
2282026-06-16T22:35:48.976Zwords system system ngerman
2292026-06-16T22:35:48.976Zwords system system ogerman
2302026-06-16T22:35:48.976Zwords system system spanish
2312026-06-16T22:35:49.227ZPUBLISHER TYPE STATUS P LOCATION
2322026-06-16T22:35:49.227Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2332026-06-16T22:35:49.521ZFMRI IFO
2342026-06-16T22:35:49.522Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2352026-06-16T22:35:49.522Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2362026-06-16T22:35:49.522Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2372026-06-16T22:35:49.522Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2382026-06-16T22:35:49.522Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2392026-06-16T22:35:49.522Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2402026-06-16T22:35:49.522Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2412026-06-16T22:35:49.522Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2422026-06-16T22:35:49.522Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2432026-06-16T22:35:49.774Z Updating git repository `https://github.com/oxidecomputer/omicron-package`
2442026-06-16T22:35:50.058Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2452026-06-16T22:35:50.338Z Updating crates.io index
2462026-06-16T22:35:50.341Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2472026-06-16T22:35:50.636Z Updating git repository `https://github.com/oxidecomputer/lldp`
2482026-06-16T22:35:51.497Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2492026-06-16T22:35:51.979Z Updating git repository `https://github.com/oxidecomputer/propolis`
2502026-06-16T22:35:53.191Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2512026-06-16T22:35:53.729Z Updating git repository `https://github.com/oxidecomputer/crucible`
2522026-06-16T22:35:55.295Z Updating git repository `https://github.com/oxidecomputer/opte`
2532026-06-16T22:35:56.067Z Updating git repository `https://github.com/oxidecomputer/tofino`
2542026-06-16T22:35:56.598Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2552026-06-16T22:35:57.606Z Updating git repository `https://github.com/oxidecomputer/clickward`
2562026-06-16T22:35:58.027Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2572026-06-16T22:35:58.467Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2582026-06-16T22:35:58.793Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2592026-06-16T22:35:59.924Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2602026-06-16T22:36:00.406Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2612026-06-16T22:36:00.677Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2622026-06-16T22:36:01.020Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2632026-06-16T22:36:01.401Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2642026-06-16T22:36:01.890Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2652026-06-16T22:36:02.124Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2662026-06-16T22:36:02.370Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2672026-06-16T22:36:02.629Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2682026-06-16T22:36:03.156Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2692026-06-16T22:36:03.476Z Updating git repository `https://github.com/oxidecomputer/erebor`
2702026-06-16T22:36:04.040Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2712026-06-16T22:36:04.467Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2722026-06-16T22:36:04.784Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2732026-06-16T22:36:05.095Z Updating git repository `https://github.com/oxidecomputer/ispf`
2742026-06-16T22:36:05.442Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2752026-06-16T22:36:06.994Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2762026-06-16T22:36:07.400Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2772026-06-16T22:36:08.017Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2782026-06-16T22:36:08.312Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2792026-06-16T22:36:08.808Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2802026-06-16T22:36:09.169Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2812026-06-16T22:36:09.557Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2822026-06-16T22:36:09.950Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2832026-06-16T22:36:10.529Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2842026-06-16T22:36:10.933Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2852026-06-16T22:36:11.165Z Updating git repository `https://github.com/illumos/smf-rs`
2862026-06-16T22:36:12.902Z Downloading crates ...
2872026-06-16T22:36:12.975Z Downloaded block-buffer v0.10.4
2882026-06-16T22:36:12.975Z Downloaded cfg-if v1.0.4
2892026-06-16T22:36:12.975Z Downloaded cargo_metadata v0.21.0
2902026-06-16T22:36:12.975Z Downloaded anstream v1.0.0
2912026-06-16T22:36:12.975Z Downloaded cargo_toml v0.21.0
2922026-06-16T22:36:12.975Z Downloaded cargo-util-schemas v0.8.2
2932026-06-16T22:36:12.976Z Downloaded anstyle v1.0.14
2942026-06-16T22:36:12.976Z Downloaded textwrap v0.16.2
2952026-06-16T22:36:12.976Z Downloaded byteorder v1.5.0
2962026-06-16T22:36:12.976Z Downloaded typeid v1.0.3
2972026-06-16T22:36:13.084Z Downloaded zerofrom-derive v0.1.6
2982026-06-16T22:36:13.084Z Downloaded unicode-linebreak v0.1.5
2992026-06-16T22:36:13.084Z Downloaded version_check v0.9.5
3002026-06-16T22:36:13.084Z Downloaded toml_write v0.1.2
3012026-06-16T22:36:13.085Z Downloaded itoa v1.0.17
3022026-06-16T22:36:13.085Z Downloaded unicode-xid v0.2.6
3032026-06-16T22:36:13.085Z Downloaded heck v0.4.1
3042026-06-16T22:36:13.085Z Downloaded fnv v1.0.7
3052026-06-16T22:36:13.085Z Downloaded zerofrom v0.1.6
3062026-06-16T22:36:13.085Z Downloaded utf8_iter v1.0.4
3072026-06-16T22:36:13.085Z Downloaded usdt-attr-macro v0.5.0
3082026-06-16T22:36:13.085Z Downloaded thread-id v4.2.2
3092026-06-16T22:36:13.085Z Downloaded idna_adapter v1.2.1
3102026-06-16T22:36:13.085Z Downloaded clap_lex v1.0.0
3112026-06-16T22:36:13.086Z Downloaded fastrand v2.3.0
3122026-06-16T22:36:13.086Z Downloaded utf8parse v0.2.2
3132026-06-16T22:36:13.086Z Downloaded proc-macro-error-attr v1.0.4
3142026-06-16T22:36:13.086Z Downloaded toml_datetime v0.6.11
3152026-06-16T22:36:13.086Z Downloaded equivalent v1.0.2
3162026-06-16T22:36:13.086Z Downloaded colorchoice v1.0.4
3172026-06-16T22:36:13.086Z Downloaded cargo-platform v0.2.0
3182026-06-16T22:36:13.086Z Downloaded usdt-macro v0.5.0
3192026-06-16T22:36:13.086Z Downloaded ordered-float v2.10.1
3202026-06-16T22:36:13.086Z Downloaded usdt v0.5.0
3212026-06-16T22:36:13.086Z Downloaded synstructure v0.13.2
3222026-06-16T22:36:13.086Z Downloaded memmap v0.7.0
3232026-06-16T22:36:13.086Z Downloaded yoke-derive v0.8.1
3242026-06-16T22:36:13.086Z Downloaded cpufeatures v0.2.17
3252026-06-16T22:36:13.087Z Downloaded crypto-common v0.1.7
3262026-06-16T22:36:13.096Z Downloaded percent-encoding v2.3.2
3272026-06-16T22:36:13.098Z Downloaded swrite v0.1.0
3282026-06-16T22:36:13.098Z Downloaded pretty-hex v0.4.1
3292026-06-16T22:36:13.098Z Downloaded thiserror-impl v1.0.69
3302026-06-16T22:36:13.098Z Downloaded yoke v0.8.1
3312026-06-16T22:36:13.098Z Downloaded thiserror-impl v2.0.18
3322026-06-16T22:36:13.098Z Downloaded thiserror v1.0.69
3332026-06-16T22:36:13.098Z Downloaded zmij v1.0.21
3342026-06-16T22:36:13.098Z Downloaded smawk v0.3.2
3352026-06-16T22:36:13.098Z Downloaded scroll_derive v0.12.1
3362026-06-16T22:36:13.098Z Downloaded plain v0.2.3
3372026-06-16T22:36:13.098Z Downloaded zerovec-derive v0.11.2
3382026-06-16T22:36:13.098Z Downloaded ucd-trie v0.1.7
3392026-06-16T22:36:13.100Z Downloaded heck v0.5.0
3402026-06-16T22:36:13.100Z Downloaded dtrace-parser v0.2.0
3412026-06-16T22:36:13.101Z Downloaded thiserror v2.0.18
3422026-06-16T22:36:13.101Z Downloaded generic-array v0.14.7
3432026-06-16T22:36:13.101Z Downloaded zerocopy-derive v0.7.35
3442026-06-16T22:36:13.101Z Downloaded tinystr v0.8.2
3452026-06-16T22:36:13.101Z Downloaded writeable v0.6.2
3462026-06-16T22:36:13.101Z Downloaded usdt-impl v0.5.0
3472026-06-16T22:36:13.102Z Downloaded toml v0.8.23
3482026-06-16T22:36:13.102Z Downloaded macaddr v1.0.1
3492026-06-16T22:36:13.102Z Downloaded unicode-ident v1.0.24
3502026-06-16T22:36:13.102Z Downloaded dof v0.3.0
3512026-06-16T22:36:13.102Z Downloaded autocfg v1.5.0
3522026-06-16T22:36:13.102Z Downloaded serde-untagged v0.1.9
3532026-06-16T22:36:13.102Z Downloaded toml_edit v0.22.27
3542026-06-16T22:36:13.102Z Downloaded terminal_size v0.4.3
3552026-06-16T22:36:13.102Z Downloaded tabled_derive v0.7.0
3562026-06-16T22:36:13.102Z Downloaded potential_utf v0.1.4
3572026-06-16T22:36:13.103Z Downloaded proc-macro-error v1.0.4
3582026-06-16T22:36:13.103Z Downloaded serde_tokenstream v0.2.3
3592026-06-16T22:36:13.103Z Downloaded zerotrie v0.2.3
3602026-06-16T22:36:13.103Z Downloaded is_terminal_polyfill v1.70.2
3612026-06-16T22:36:13.103Z Downloaded url v2.5.8
3622026-06-16T22:36:13.103Z Downloaded stable_deref_trait v1.2.1
3632026-06-16T22:36:13.103Z Downloaded form_urlencoded v1.2.2
3642026-06-16T22:36:13.103Z Downloaded errno v0.3.14
3652026-06-16T22:36:13.103Z Downloaded scroll v0.12.0
3662026-06-16T22:36:13.103Z Downloaded typenum v1.19.0
3672026-06-16T22:36:13.103Z Downloaded anstyle-query v1.1.5
3682026-06-16T22:36:13.103Z Downloaded strsim v0.11.1
3692026-06-16T22:36:13.103Z Downloaded displaydoc v0.2.5
3702026-06-16T22:36:13.103Z Downloaded quote v1.0.45
3712026-06-16T22:36:13.103Z Downloaded zerovec v0.11.5
3722026-06-16T22:36:13.202Z Downloaded anstyle-parse v1.0.0
3732026-06-16T22:36:13.202Z Downloaded zerocopy v0.7.35
3742026-06-16T22:36:13.203Z Downloaded sha2 v0.10.9
3752026-06-16T22:36:13.203Z Downloaded serde_spanned v0.6.9
3762026-06-16T22:36:13.203Z Downloaded winnow v0.7.14
3772026-06-16T22:36:13.203Z Downloaded unicode-width v0.1.14
3782026-06-16T22:36:13.203Z Downloaded unicode-width v0.2.0
3792026-06-16T22:36:13.203Z Downloaded smallvec v1.15.1
3802026-06-16T22:36:13.203Z Downloaded pest_derive v2.8.6
3812026-06-16T22:36:13.203Z Downloaded erased-serde v0.4.9
3822026-06-16T22:36:13.203Z Downloaded papergrid v0.11.0
3832026-06-16T22:36:13.203Z Downloaded bitflags v2.11.0
3842026-06-16T22:36:13.203Z Downloaded anyhow v1.0.102
3852026-06-16T22:36:13.203Z Downloaded camino-tempfile v1.4.1
3862026-06-16T22:36:13.203Z Downloaded bytecount v0.6.9
3872026-06-16T22:36:13.203Z Downloaded semver v1.0.28
3882026-06-16T22:36:13.203Z Downloaded clap_derive v4.6.1
3892026-06-16T22:36:13.203Z Downloaded serde-value v0.7.0
3902026-06-16T22:36:13.204Z Downloaded pest_generator v2.8.6
3912026-06-16T22:36:13.204Z Downloaded litemap v0.8.1
3922026-06-16T22:36:13.204Z Downloaded digest v0.10.7
3932026-06-16T22:36:13.204Z Downloaded once_cell v1.21.3
3942026-06-16T22:36:13.204Z Downloaded fs-err v3.3.0
3952026-06-16T22:36:13.204Z Downloaded camino v1.2.2
3962026-06-16T22:36:13.204Z Downloaded num-traits v0.2.19
3972026-06-16T22:36:13.204Z Downloaded serde_derive v1.0.228
3982026-06-16T22:36:13.204Z Downloaded clap v4.6.1
3992026-06-16T22:36:13.204Z Downloaded proc-macro2 v1.0.106
4002026-06-16T22:36:13.204Z Downloaded log v0.4.29
4012026-06-16T22:36:13.204Z Downloaded serde_core v1.0.228
4022026-06-16T22:36:13.204Z Downloaded tempfile v3.25.0
4032026-06-16T22:36:13.204Z Downloaded icu_provider v2.1.1
4042026-06-16T22:36:13.204Z Downloaded icu_properties v2.1.2
4052026-06-16T22:36:13.204Z Downloaded icu_normalizer v2.1.1
4062026-06-16T22:36:13.205Z Downloaded indexmap v2.14.0
4072026-06-16T22:36:13.205Z Downloaded pest_meta v2.8.6
4082026-06-16T22:36:13.205Z Downloaded icu_normalizer_data v2.1.1
4092026-06-16T22:36:13.205Z Downloaded getrandom v0.4.1
4102026-06-16T22:36:13.205Z Downloaded icu_locale_core v2.1.1
4112026-06-16T22:36:13.289Z Downloaded idna v1.1.0
4122026-06-16T22:36:13.289Z Downloaded memchr v2.8.0
4132026-06-16T22:36:13.289Z Downloaded serde v1.0.228
4142026-06-16T22:36:13.289Z Downloaded icu_collections v2.1.1
4152026-06-16T22:36:13.289Z Downloaded pest v2.8.6
4162026-06-16T22:36:13.289Z Downloaded serde_json v1.0.150
4172026-06-16T22:36:13.289Z Downloaded clap_builder v4.6.0
4182026-06-16T22:36:13.289Z Downloaded icu_properties_data v2.1.2
4192026-06-16T22:36:13.289Z Downloaded goblin v0.8.2
4202026-06-16T22:36:13.290Z Downloaded hashbrown v0.17.0
4212026-06-16T22:36:13.290Z Downloaded tabled v0.15.0
4222026-06-16T22:36:13.374Z Downloaded syn v1.0.109
4232026-06-16T22:36:13.374Z Downloaded syn v2.0.117
4242026-06-16T22:36:13.375Z Downloaded rustix v1.1.3
4252026-06-16T22:36:13.375Z Downloaded libc v0.2.185
4262026-06-16T22:36:13.482Z Compiling proc-macro2 v1.0.106
4272026-06-16T22:36:13.482Z Compiling unicode-ident v1.0.24
4282026-06-16T22:36:13.482Z Compiling quote v1.0.45
4292026-06-16T22:36:13.483Z Compiling serde_core v1.0.228
4302026-06-16T22:36:13.483Z Compiling libc v0.2.185
4312026-06-16T22:36:13.483Z Compiling version_check v0.9.5
4322026-06-16T22:36:13.483Z Compiling memchr v2.8.0
4332026-06-16T22:36:13.483Z Compiling stable_deref_trait v1.2.1
4342026-06-16T22:36:13.766Z Compiling serde v1.0.228
4352026-06-16T22:36:13.858Z Compiling zmij v1.0.21
4362026-06-16T22:36:13.935Z Compiling itoa v1.0.17
4372026-06-16T22:36:13.961Z Compiling thiserror v1.0.69
4382026-06-16T22:36:14.066Z Compiling ucd-trie v0.1.7
4392026-06-16T22:36:14.237Z Compiling autocfg v1.5.0
4402026-06-16T22:36:14.314Z Compiling pest v2.8.6
4412026-06-16T22:36:14.324Z Compiling litemap v0.8.1
4422026-06-16T22:36:14.354Z Compiling writeable v0.6.2
4432026-06-16T22:36:14.489Z Compiling icu_normalizer_data v2.1.1
4442026-06-16T22:36:14.530Z Compiling rustix v1.1.3
4452026-06-16T22:36:14.559Z Compiling byteorder v1.5.0
4462026-06-16T22:36:14.774Z Compiling icu_properties_data v2.1.2
4472026-06-16T22:36:14.831Z Compiling syn v2.0.117
4482026-06-16T22:36:14.925Z Compiling errno v0.3.14
4492026-06-16T22:36:14.966Z Compiling serde_json v1.0.150
4502026-06-16T22:36:14.983Z Compiling bitflags v2.11.0
4512026-06-16T22:36:15.182Z Compiling num-traits v0.2.19
4522026-06-16T22:36:15.199Z Compiling equivalent v1.0.2
4532026-06-16T22:36:15.304Z Compiling smallvec v1.15.1
4542026-06-16T22:36:15.382Z Compiling pest_meta v2.8.6
4552026-06-16T22:36:15.405Z Compiling typeid v1.0.3
4562026-06-16T22:36:15.523Z Compiling hashbrown v0.17.0
4572026-06-16T22:36:15.707Z Compiling thread-id v4.2.2
4582026-06-16T22:36:15.727Z Compiling usdt-impl v0.5.0
4592026-06-16T22:36:15.785Z Compiling proc-macro-error-attr v1.0.4
4602026-06-16T22:36:15.793Z Compiling syn v1.0.109
4612026-06-16T22:36:15.925Z Compiling winnow v0.7.14
4622026-06-16T22:36:15.951Z Compiling erased-serde v0.4.9
4632026-06-16T22:36:16.080Z Compiling indexmap v2.14.0
4642026-06-16T22:36:16.219Z Compiling toml_write v0.1.2
4652026-06-16T22:36:16.540Z Compiling proc-macro-error v1.0.4
4662026-06-16T22:36:16.681Z Compiling plain v0.2.3
4672026-06-16T22:36:16.709Z Compiling percent-encoding v2.3.2
4682026-06-16T22:36:16.796Z Compiling utf8_iter v1.0.4
4692026-06-16T22:36:16.909Z Compiling thiserror v2.0.18
4702026-06-16T22:36:16.941Z Compiling log v0.4.29
4712026-06-16T22:36:16.955Z Compiling camino v1.2.2
4722026-06-16T22:36:16.993Z Compiling utf8parse v0.2.2
4732026-06-16T22:36:17.085Z Compiling getrandom v0.4.1
4742026-06-16T22:36:17.107Z Compiling anstyle-parse v1.0.0
4752026-06-16T22:36:17.120Z Compiling ordered-float v2.10.1
4762026-06-16T22:36:17.291Z Compiling form_urlencoded v1.2.2
4772026-06-16T22:36:17.405Z Compiling synstructure v0.13.2
4782026-06-16T22:36:17.428Z Compiling pest_generator v2.8.6
4792026-06-16T22:36:17.471Z Compiling terminal_size v0.4.3
4802026-06-16T22:36:17.610Z Compiling pretty-hex v0.4.1
4812026-06-16T22:36:17.702Z Compiling cfg-if v1.0.4
4822026-06-16T22:36:17.750Z Compiling anstyle v1.0.14
4832026-06-16T22:36:17.750Z Compiling anstyle-query v1.1.5
4842026-06-16T22:36:17.781Z Compiling is_terminal_polyfill v1.70.2
4852026-06-16T22:36:17.808Z Compiling colorchoice v1.0.4
4862026-06-16T22:36:17.875Z Compiling serde-untagged v0.1.9
4872026-06-16T22:36:17.927Z Compiling anstream v1.0.0
4882026-06-16T22:36:18.054Z Compiling semver v1.0.28
4892026-06-16T22:36:18.107Z Compiling fs-err v3.3.0
4902026-06-16T22:36:18.129Z Compiling once_cell v1.21.3
4912026-06-16T22:36:18.227Z Compiling strsim v0.11.1
4922026-06-16T22:36:18.296Z Compiling unicode-xid v0.2.6
4932026-06-16T22:36:18.337Z Compiling unicode-width v0.1.14
4942026-06-16T22:36:18.376Z Compiling clap_lex v1.0.0
4952026-06-16T22:36:18.379Z Compiling anyhow v1.0.102
4962026-06-16T22:36:18.417Z Compiling fnv v1.0.7
4972026-06-16T22:36:18.575Z Compiling heck v0.4.1
4982026-06-16T22:36:18.601Z Compiling bytecount v0.6.9
4992026-06-16T22:36:18.644Z Compiling fastrand v2.3.0
5002026-06-16T22:36:18.722Z Compiling heck v0.5.0
5012026-06-16T22:36:18.768Z Compiling papergrid v0.11.0
5022026-06-16T22:36:18.873Z Compiling tempfile v3.25.0
5032026-06-16T22:36:18.946Z Compiling clap_builder v4.6.0
5042026-06-16T22:36:19.064Z Compiling memmap v0.7.0
5052026-06-16T22:36:19.119Z Compiling unicode-width v0.2.0
5062026-06-16T22:36:19.136Z Compiling serde_derive v1.0.228
5072026-06-16T22:36:19.247Z Compiling zerofrom-derive v0.1.6
5082026-06-16T22:36:19.264Z Compiling yoke-derive v0.8.1
5092026-06-16T22:36:19.393Z Compiling zerovec-derive v0.11.2
5102026-06-16T22:36:19.461Z Compiling displaydoc v0.2.5
5112026-06-16T22:36:20.206Z Compiling thiserror-impl v1.0.69
5122026-06-16T22:36:20.226Z Compiling zerocopy-derive v0.7.35
5132026-06-16T22:36:20.424Z Compiling pest_derive v2.8.6
5142026-06-16T22:36:20.509Z Compiling scroll_derive v0.12.1
5152026-06-16T22:36:20.637Z Compiling zerofrom v0.1.6
5162026-06-16T22:36:20.766Z Compiling yoke v0.8.1
5172026-06-16T22:36:20.851Z Compiling thiserror-impl v2.0.18
5182026-06-16T22:36:20.957Z Compiling zerovec v0.11.5
5192026-06-16T22:36:21.057Z Compiling zerotrie v0.2.3
5202026-06-16T22:36:21.174Z Compiling zerocopy v0.7.35
5212026-06-16T22:36:21.366Z Compiling scroll v0.12.0
5222026-06-16T22:36:21.456Z Compiling tinystr v0.8.2
5232026-06-16T22:36:21.586Z Compiling potential_utf v0.1.4
5242026-06-16T22:36:21.636Z Compiling icu_locale_core v2.1.1
5252026-06-16T22:36:21.662Z Compiling dtrace-parser v0.2.0
5262026-06-16T22:36:21.727Z Compiling icu_collections v2.1.1
5272026-06-16T22:36:21.759Z Compiling goblin v0.8.2
5282026-06-16T22:36:21.980Z Compiling tabled_derive v0.7.0
5292026-06-16T22:36:22.032Z Compiling clap_derive v4.6.1
5302026-06-16T22:36:22.315Z Compiling icu_provider v2.1.1
5312026-06-16T22:36:22.406Z Compiling smawk v0.3.2
5322026-06-16T22:36:22.519Z Compiling serde_spanned v0.6.9
5332026-06-16T22:36:22.548Z Compiling icu_properties v2.1.2
5342026-06-16T22:36:22.560Z Compiling icu_normalizer v2.1.1
5352026-06-16T22:36:22.612Z Compiling toml_datetime v0.6.11
5362026-06-16T22:36:22.671Z Compiling dof v0.3.0
5372026-06-16T22:36:22.671Z Compiling serde_tokenstream v0.2.3
5382026-06-16T22:36:22.869Z Compiling toml_edit v0.22.27
5392026-06-16T22:36:22.872Z Compiling serde-value v0.7.0
5402026-06-16T22:36:23.069Z Compiling cargo-platform v0.2.0
5412026-06-16T22:36:23.088Z Compiling unicode-linebreak v0.1.5
5422026-06-16T22:36:23.250Z Compiling tabled v0.15.0
5432026-06-16T22:36:23.332Z Compiling textwrap v0.16.2
5442026-06-16T22:36:23.348Z Compiling macaddr v1.0.1
5452026-06-16T22:36:23.568Z Compiling idna_adapter v1.2.1
5462026-06-16T22:36:23.601Z Compiling usdt-attr-macro v0.5.0
5472026-06-16T22:36:23.622Z Compiling usdt-macro v0.5.0
5482026-06-16T22:36:23.770Z Compiling idna v1.1.0
5492026-06-16T22:36:23.822Z Compiling clap v4.6.1
5502026-06-16T22:36:23.909Z Compiling camino-tempfile v1.4.1
5512026-06-16T22:36:24.164Z Compiling url v2.5.8
5522026-06-16T22:36:24.322Z Compiling toml v0.8.23
5532026-06-16T22:36:24.433Z Compiling swrite v0.1.0
5542026-06-16T22:36:24.536Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5552026-06-16T22:36:24.794Z Compiling cargo-util-schemas v0.8.2
5562026-06-16T22:36:24.917Z Compiling usdt v0.5.0
5572026-06-16T22:36:24.926Z Compiling cargo_toml v0.21.0
5582026-06-16T22:36:25.675Z Compiling cargo_metadata v0.21.0
5592026-06-16T22:36:26.592Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5602026-06-16T22:36:28.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.05s
5612026-06-16T22:36:28.881Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5622026-06-16T22:36:29.381Z Downloading crates ...
5632026-06-16T22:36:29.474Z Downloaded async-recursion v1.1.1
5642026-06-16T22:36:29.478Z Downloaded adler2 v2.0.1
5652026-06-16T22:36:29.482Z Downloaded arrayref v0.3.9
5662026-06-16T22:36:29.485Z Downloaded aead v0.5.2
5672026-06-16T22:36:29.487Z Downloaded ciborium-io v0.2.2
5682026-06-16T22:36:29.490Z Downloaded cfg_aliases v0.2.1
5692026-06-16T22:36:29.490Z Downloaded async-trait v0.1.89
5702026-06-16T22:36:29.493Z Downloaded anstream v0.6.21
5712026-06-16T22:36:29.495Z Downloaded bit-vec v0.6.3
5722026-06-16T22:36:29.502Z Downloaded ctr v0.9.2
5732026-06-16T22:36:29.505Z Downloaded dunce v1.0.5
5742026-06-16T22:36:29.505Z Downloaded base64 v0.22.1
5752026-06-16T22:36:29.505Z Downloaded bitfield v0.19.4
5762026-06-16T22:36:29.508Z Downloaded crc-catalog v2.4.0
5772026-06-16T22:36:29.508Z Downloaded crossbeam-epoch v0.9.18
5782026-06-16T22:36:29.511Z Downloaded defmt v0.3.100
5792026-06-16T22:36:29.511Z Downloaded endian-type v0.1.2
5802026-06-16T22:36:29.513Z Downloaded bindgen v0.71.1
5812026-06-16T22:36:29.518Z Downloaded diesel_table_macro_syntax v0.3.0
5822026-06-16T22:36:29.522Z Downloaded defmt-parser v1.0.0
5832026-06-16T22:36:29.522Z Downloaded crypto-common v0.2.2
5842026-06-16T22:36:29.525Z Downloaded darling v0.20.11
5852026-06-16T22:36:29.529Z Downloaded display-error-chain v0.2.2
5862026-06-16T22:36:29.529Z Downloaded curve25519-dalek-derive v0.1.1
5872026-06-16T22:36:29.529Z Downloaded crossbeam-utils v0.8.21
5882026-06-16T22:36:29.532Z Downloaded bcs v0.1.6
5892026-06-16T22:36:29.532Z Downloaded data-encoding v2.10.0
5902026-06-16T22:36:29.532Z Downloaded convert_case v0.10.0
5912026-06-16T22:36:29.536Z Downloaded fd-lock v4.0.4
5922026-06-16T22:36:29.536Z Downloaded daft-derive v0.1.7
5932026-06-16T22:36:29.539Z Downloaded crc32fast v1.5.0
5942026-06-16T22:36:29.539Z Downloaded crossbeam-deque v0.8.6
5952026-06-16T22:36:29.539Z Downloaded bcrypt-pbkdf v0.10.0
5962026-06-16T22:36:29.542Z Downloaded darling_macro v0.13.4
5972026-06-16T22:36:29.542Z Downloaded darling_core v0.13.4
5982026-06-16T22:36:29.545Z Downloaded crossterm v0.28.1
5992026-06-16T22:36:29.550Z Downloaded cargo-platform v0.3.2
6002026-06-16T22:36:29.553Z Downloaded darling_macro v0.23.0
6012026-06-16T22:36:29.553Z Downloaded crucible-workspace-hack v0.1.0
6022026-06-16T22:36:29.553Z Downloaded atomic-waker v1.1.2
6032026-06-16T22:36:29.553Z Downloaded cobs v0.3.0
6042026-06-16T22:36:29.553Z Downloaded bitfield-struct v0.6.2
6052026-06-16T22:36:29.553Z Downloaded critical-section v1.2.0
6062026-06-16T22:36:29.560Z Downloaded cfg_aliases v0.1.1
6072026-06-16T22:36:29.563Z Downloaded base16ct v0.2.0
6082026-06-16T22:36:29.563Z Downloaded compression-core v0.4.31
6092026-06-16T22:36:29.564Z Downloaded fixedbitset v0.4.2
6102026-06-16T22:36:29.568Z Downloaded difflib v0.4.0
6112026-06-16T22:36:29.568Z Downloaded block-padding v0.3.3
6122026-06-16T22:36:29.568Z Downloaded cpufeatures v0.3.0
6132026-06-16T22:36:29.571Z Downloaded cstr-argument v0.1.2
6142026-06-16T22:36:29.571Z Downloaded convert_case v0.4.0
6152026-06-16T22:36:29.571Z Downloaded fixedbitset v0.5.7
6162026-06-16T22:36:29.571Z Downloaded ff v0.13.1
6172026-06-16T22:36:29.575Z Downloaded dirs-sys-next v0.1.2
6182026-06-16T22:36:29.575Z Downloaded darling v0.13.4
6192026-06-16T22:36:29.576Z Downloaded chacha20 v0.9.1
6202026-06-16T22:36:29.576Z Downloaded derive_builder_macro v0.20.2
6212026-06-16T22:36:29.578Z Downloaded castaway v0.2.4
6222026-06-16T22:36:29.578Z Downloaded foreign-types v0.5.0
6232026-06-16T22:36:29.578Z Downloaded atty v0.2.14
6242026-06-16T22:36:29.581Z Downloaded either v1.15.0
6252026-06-16T22:36:29.581Z Downloaded dsl_auto_type v0.2.0
6262026-06-16T22:36:29.585Z Downloaded crunchy v0.2.4
6272026-06-16T22:36:29.585Z Downloaded downcast-rs v2.0.2
6282026-06-16T22:36:29.585Z Downloaded dyn-clone v1.0.20
6292026-06-16T22:36:29.585Z Downloaded document-features v0.2.12
6302026-06-16T22:36:29.590Z Downloaded atomicwrites v0.4.4
6312026-06-16T22:36:29.590Z Downloaded array-init v0.0.4
6322026-06-16T22:36:29.590Z Downloaded bit-set v0.8.0
6332026-06-16T22:36:29.590Z Downloaded bitfield-macros v0.19.4
6342026-06-16T22:36:29.593Z Downloaded fs-err v2.11.0
6352026-06-16T22:36:29.593Z Downloaded diesel-dtrace v0.5.0
6362026-06-16T22:36:29.593Z Downloaded embedded-io v0.4.0
6372026-06-16T22:36:29.596Z Downloaded ascii-canvas v3.0.0
6382026-06-16T22:36:29.596Z Downloaded digest v0.11.3
6392026-06-16T22:36:29.604Z Downloaded assert_matches v1.5.0
6402026-06-16T22:36:29.604Z Downloaded futures-sink v0.3.32
6412026-06-16T22:36:29.604Z Downloaded ciborium-ll v0.2.2
6422026-06-16T22:36:29.604Z Downloaded foreign-types-shared v0.1.1
6432026-06-16T22:36:29.604Z Downloaded async-stream-impl v0.3.6
6442026-06-16T22:36:29.608Z Downloaded fxhash v0.2.1
6452026-06-16T22:36:29.608Z Downloaded funty v2.0.0
6462026-06-16T22:36:29.608Z Downloaded darling_macro v0.20.11
6472026-06-16T22:36:29.612Z Downloaded darling_macro v0.21.3
6482026-06-16T22:36:29.612Z Downloaded async-stream v0.3.6
6492026-06-16T22:36:29.614Z Downloaded bit-set v0.5.3
6502026-06-16T22:36:29.614Z Downloaded find-msvc-tools v0.1.9
6512026-06-16T22:36:29.617Z Downloaded darling_core v0.23.0
6522026-06-16T22:36:29.620Z Downloaded defmt v1.0.1
6532026-06-16T22:36:29.620Z Downloaded flagset v0.4.7
6542026-06-16T22:36:29.623Z Downloaded ed25519 v2.2.3
6552026-06-16T22:36:29.623Z Downloaded bb8 v0.8.6
6562026-06-16T22:36:29.625Z Downloaded der_derive v0.7.3
6572026-06-16T22:36:29.625Z Downloaded float-ord v0.3.2
6582026-06-16T22:36:29.626Z Downloaded futures-io v0.3.32
6592026-06-16T22:36:29.626Z Downloaded dropshot-api-manager-types v0.7.2
6602026-06-16T22:36:29.628Z Downloaded futures-macro v0.3.32
6612026-06-16T22:36:29.628Z Downloaded debug-ignore v1.0.5
6622026-06-16T22:36:29.631Z Downloaded enum-as-inner v0.6.1
6632026-06-16T22:36:29.633Z Downloaded crc8 v0.1.1
6642026-06-16T22:36:29.633Z Downloaded env_filter v1.0.0
6652026-06-16T22:36:29.636Z Downloaded cargo_metadata v0.23.1
6662026-06-16T22:36:29.636Z Downloaded dof v0.4.0
6672026-06-16T22:36:29.638Z Downloaded crc v3.4.0
6682026-06-16T22:36:29.638Z Downloaded buf-list v1.1.2
6692026-06-16T22:36:29.640Z Downloaded block-buffer v0.12.1
6702026-06-16T22:36:29.643Z Downloaded dirs-next v2.0.0
6712026-06-16T22:36:29.643Z Downloaded cipher v0.4.4
6722026-06-16T22:36:29.643Z Downloaded futures-task v0.3.32
6732026-06-16T22:36:29.645Z Downloaded derive-ex v0.1.8
6742026-06-16T22:36:29.645Z Downloaded foreign-types v0.3.2
6752026-06-16T22:36:29.648Z Downloaded daft v0.1.7
6762026-06-16T22:36:29.648Z Downloaded foreign-types-shared v0.3.1
6772026-06-16T22:36:29.650Z Downloaded futures-executor v0.3.32
6782026-06-16T22:36:29.650Z Downloaded csv-core v0.1.13
6792026-06-16T22:36:29.653Z Downloaded cbc v0.1.2
6802026-06-16T22:36:29.653Z Downloaded ghash v0.5.1
6812026-06-16T22:36:29.653Z Downloaded gethostname v0.5.0
6822026-06-16T22:36:29.655Z Downloaded futures-core v0.3.32
6832026-06-16T22:36:29.655Z Downloaded chacha20 v0.10.0
6842026-06-16T22:36:29.658Z Downloaded globwalk v0.9.1
6852026-06-16T22:36:29.658Z Downloaded backoff v0.4.0
6862026-06-16T22:36:29.660Z Downloaded foreign-types-macros v0.2.3
6872026-06-16T22:36:29.660Z Downloaded headers-core v0.3.0
6882026-06-16T22:36:29.660Z Downloaded dtrace-parser v0.3.0
6892026-06-16T22:36:29.663Z Downloaded clang-sys v1.8.1
6902026-06-16T22:36:29.663Z Downloaded hex-literal v0.4.1
6912026-06-16T22:36:29.664Z Downloaded foldhash v0.1.5
6922026-06-16T22:36:29.666Z Downloaded cancel-safe-futures v0.1.5
6932026-06-16T22:36:29.666Z Downloaded env_logger v0.11.9
6942026-06-16T22:36:29.669Z Downloaded byte-wrapper v0.1.0
6952026-06-16T22:36:29.671Z Downloaded const_format_proc_macros v0.2.34
6962026-06-16T22:36:29.671Z Downloaded cmake v0.1.57
6972026-06-16T22:36:29.674Z Downloaded cexpr v0.6.0
6982026-06-16T22:36:29.674Z Downloaded hash32 v0.3.1
6992026-06-16T22:36:29.676Z Downloaded compression-codecs v0.4.37
7002026-06-16T22:36:29.676Z Downloaded corncobs v0.1.4
7012026-06-16T22:36:29.679Z Downloaded blowfish v0.9.1
7022026-06-16T22:36:29.679Z Downloaded hex v0.4.3
7032026-06-16T22:36:29.685Z Downloaded cassowary v0.3.0
7042026-06-16T22:36:29.685Z Downloaded http-body v1.0.1
7052026-06-16T22:36:29.685Z Downloaded home v0.5.12
7062026-06-16T22:36:29.688Z Downloaded bitflags v1.3.2
7072026-06-16T22:36:29.688Z Downloaded float-cmp v0.10.0
7082026-06-16T22:36:29.688Z Downloaded constant_time_eq v0.4.2
7092026-06-16T22:36:29.688Z Downloaded bit-vec v0.8.0
7102026-06-16T22:36:29.688Z Downloaded crypto-bigint v0.5.5
7112026-06-16T22:36:29.691Z Downloaded fallible-iterator v0.2.0
7122026-06-16T22:36:29.694Z Downloaded camino-tempfile-ext v0.3.3
7132026-06-16T22:36:29.694Z Downloaded base64ct v1.8.3
7142026-06-16T22:36:29.696Z Downloaded anstyle-parse v0.2.7
7152026-06-16T22:36:29.697Z Downloaded hostname v0.4.2
7162026-06-16T22:36:29.699Z Downloaded embedded-io v0.6.1
7172026-06-16T22:36:29.699Z Downloaded ecdsa v0.16.9
7182026-06-16T22:36:29.699Z Downloaded cookie_store v0.22.1
7192026-06-16T22:36:29.702Z Downloaded git-stub v1.0.0
7202026-06-16T22:36:29.702Z Downloaded colored v2.2.0
7212026-06-16T22:36:29.706Z Downloaded httpdate v1.0.3
7222026-06-16T22:36:29.706Z Downloaded hostname v0.3.1
7232026-06-16T22:36:29.709Z Downloaded glob v0.3.3
7242026-06-16T22:36:29.709Z Downloaded defmt-macros v1.0.1
7252026-06-16T22:36:29.709Z Downloaded bzip2 v0.6.1
7262026-06-16T22:36:29.711Z Downloaded hubpack_derive v0.1.1
7272026-06-16T22:36:29.711Z Downloaded des v0.8.1
7282026-06-16T22:36:29.711Z Downloaded http-range v0.1.5
7292026-06-16T22:36:29.714Z Downloaded fs_extra v1.3.0
7302026-06-16T22:36:29.714Z Downloaded console v0.15.11
7312026-06-16T22:36:29.717Z Downloaded filetime v0.2.27
7322026-06-16T22:36:29.717Z Downloaded indent_write v2.2.0
7332026-06-16T22:36:29.719Z Downloaded ident_case v1.0.1
7342026-06-16T22:36:29.719Z Downloaded git-stub-vcs v0.1.0
7352026-06-16T22:36:29.719Z Downloaded hyper-tls v0.6.0
7362026-06-16T22:36:29.721Z Downloaded group v0.13.0
7372026-06-16T22:36:29.721Z Downloaded hubpack v0.1.2
7382026-06-16T22:36:29.724Z Downloaded hash32 v0.2.1
7392026-06-16T22:36:29.724Z Downloaded instant v0.1.13
7402026-06-16T22:36:29.724Z Downloaded ciborium v0.2.2
7412026-06-16T22:36:29.726Z Downloaded illumos-nvpair v0.3.0
7422026-06-16T22:36:29.728Z Downloaded futures-channel v0.3.32
7432026-06-16T22:36:29.728Z Downloaded darling_core v0.20.11
7442026-06-16T22:36:29.732Z Downloaded backon v1.6.0
7452026-06-16T22:36:29.737Z Downloaded blake2 v0.10.6
7462026-06-16T22:36:29.737Z Downloaded arrayvec v0.7.6
7472026-06-16T22:36:29.737Z Downloaded ahash v0.8.12
7482026-06-16T22:36:29.739Z Downloaded instability v0.3.11
7492026-06-16T22:36:29.740Z Downloaded cookie v0.18.1
7502026-06-16T22:36:29.740Z Downloaded const-oid v0.9.6
7512026-06-16T22:36:29.742Z Downloaded console v0.16.2
7522026-06-16T22:36:29.742Z Downloaded globset v0.4.18
7532026-06-16T22:36:29.745Z Downloaded deranged v0.5.8
7542026-06-16T22:36:29.745Z Downloaded colored v3.1.1
7552026-06-16T22:36:29.747Z Downloaded http-body-util v0.1.3
7562026-06-16T22:36:29.747Z Downloaded highway v1.3.0
7572026-06-16T22:36:29.749Z Downloaded bzip2 v0.4.4
7582026-06-16T22:36:29.749Z Downloaded lazy_static v1.5.0
7592026-06-16T22:36:29.752Z Downloaded is-terminal v0.4.17
7602026-06-16T22:36:29.752Z Downloaded async-bb8-diesel v0.2.1
7612026-06-16T22:36:29.754Z Downloaded argon2 v0.5.3
7622026-06-16T22:36:29.754Z Downloaded indoc v1.0.9
7632026-06-16T22:36:29.756Z Downloaded internet-checksum v0.2.1
7642026-06-16T22:36:29.757Z Downloaded inout v0.1.4
7652026-06-16T22:36:29.759Z Downloaded fatfs v0.3.6
7662026-06-16T22:36:29.759Z Downloaded foldhash v0.2.0
7672026-06-16T22:36:29.761Z Downloaded ena v0.14.4
7682026-06-16T22:36:29.762Z Downloaded darling v0.23.0
7692026-06-16T22:36:29.764Z Downloaded derive_builder v0.20.2
7702026-06-16T22:36:29.768Z Downloaded derive_builder_core v0.20.2
7712026-06-16T22:36:29.770Z Downloaded lru-cache v0.1.2
7722026-06-16T22:36:29.773Z Downloaded match_cfg v0.1.0
7732026-06-16T22:36:29.773Z Downloaded lru v0.12.5
7742026-06-16T22:36:29.773Z Downloaded ingot v0.1.1
7752026-06-16T22:36:29.775Z Downloaded hyper-staticfile v0.10.1
7762026-06-16T22:36:29.776Z Downloaded libscf-sys v1.1.0
7772026-06-16T22:36:29.778Z Downloaded managed v0.8.0
7782026-06-16T22:36:29.778Z Downloaded crc-any v2.5.0
7792026-06-16T22:36:29.780Z Downloaded lalrpop-util v0.19.12
7802026-06-16T22:36:29.780Z Downloaded is_ci v1.2.0
7812026-06-16T22:36:29.780Z Downloaded maplit v1.0.2
7822026-06-16T22:36:29.782Z Downloaded mime v0.3.17
7832026-06-16T22:36:29.782Z Downloaded lzss v0.8.2
7842026-06-16T22:36:29.784Z Downloaded humantime v2.3.0
7852026-06-16T22:36:29.784Z Downloaded drift v0.2.0
7862026-06-16T22:36:29.789Z Downloaded nibble_vec v0.1.0
7872026-06-16T22:36:29.792Z Downloaded derive_more v0.99.20
7882026-06-16T22:36:29.794Z Downloaded nodrop v0.1.14
7892026-06-16T22:36:29.794Z Downloaded newtype_derive v0.1.6
7902026-06-16T22:36:29.797Z Downloaded num-conv v0.2.0
7912026-06-16T22:36:29.797Z Downloaded half v1.8.3
7922026-06-16T22:36:29.797Z Downloaded new_debug_unreachable v1.0.6
7932026-06-16T22:36:29.800Z Downloaded memoffset v0.9.1
7942026-06-16T22:36:29.800Z Downloaded linked-hash-map v0.5.6
7952026-06-16T22:36:29.800Z Downloaded md-5 v0.10.6
7962026-06-16T22:36:29.802Z Downloaded maybe-uninit v2.0.0
7972026-06-16T22:36:29.803Z Downloaded lru-slab v0.1.2
7982026-06-16T22:36:29.803Z Downloaded kstat-rs v0.2.4
7992026-06-16T22:36:29.803Z Downloaded erased-serde v0.3.31
8002026-06-16T22:36:29.834Z Downloaded dropshot_endpoint v0.17.1
8012026-06-16T22:36:29.835Z Downloaded const-oid v0.10.2
8022026-06-16T22:36:29.835Z Downloaded allocator-api2 v0.2.21
8032026-06-16T22:36:29.835Z Downloaded diff v0.1.13
8042026-06-16T22:36:29.835Z Downloaded darling v0.21.3
8052026-06-16T22:36:29.835Z Downloaded hmac v0.12.1
8062026-06-16T22:36:29.835Z Downloaded indoc v2.0.7
8072026-06-16T22:36:29.835Z Downloaded jobserver v0.1.34
8082026-06-16T22:36:29.835Z Downloaded impl-trait-for-tuples v0.2.3
8092026-06-16T22:36:29.835Z Downloaded newtype-uuid-macros v0.1.0
8102026-06-16T22:36:29.835Z Downloaded libsw-core v0.3.2
8112026-06-16T22:36:29.835Z Downloaded newline-converter v0.3.0
8122026-06-16T22:36:29.835Z Downloaded libefi-sys v0.1.0
8132026-06-16T22:36:29.835Z Downloaded num-derive v0.4.2
8142026-06-16T22:36:29.835Z Downloaded num-derive v0.3.3
8152026-06-16T22:36:29.835Z Downloaded normalize-line-endings v0.3.0
8162026-06-16T22:36:29.835Z Downloaded num_threads v0.1.7
8172026-06-16T22:36:29.835Z Downloaded chacha20poly1305 v0.10.1
8182026-06-16T22:36:29.839Z Downloaded flume v0.11.1
8192026-06-16T22:36:29.839Z Downloaded ipnet v2.11.0
8202026-06-16T22:36:29.839Z Downloaded ingot-types v0.1.2
8212026-06-16T22:36:29.839Z Downloaded futures v0.3.32
8222026-06-16T22:36:29.842Z Downloaded derive-where v1.6.0
8232026-06-16T22:36:29.842Z Downloaded num_enum_derive v0.5.11
8242026-06-16T22:36:29.842Z Downloaded ipnetwork v0.21.1
8252026-06-16T22:36:29.844Z Downloaded arc-swap v1.8.2
8262026-06-16T22:36:29.847Z Downloaded illumos-nvpair-sys v0.2.0
8272026-06-16T22:36:29.847Z Downloaded keccak v0.1.6
8282026-06-16T22:36:29.847Z Downloaded oso-derive v0.27.3
8292026-06-16T22:36:29.849Z Downloaded opaque-debug v0.3.1
8302026-06-16T22:36:29.849Z Downloaded num v0.4.3
8312026-06-16T22:36:29.849Z Downloaded nonempty v0.12.0
8322026-06-16T22:36:29.852Z Downloaded hyper-rustls v0.27.7
8332026-06-16T22:36:29.854Z Downloaded crossbeam-channel v0.5.15
8342026-06-16T22:36:29.857Z Downloaded nanorand v0.7.0
8352026-06-16T22:36:29.857Z Downloaded getrandom v0.2.17
8362026-06-16T22:36:29.861Z Downloaded mime_guess v2.0.5
8372026-06-16T22:36:29.861Z Downloaded linear-map v1.2.0
8382026-06-16T22:36:29.864Z Downloaded olpc-cjson v0.1.4
8392026-06-16T22:36:29.864Z Downloaded iana-time-zone v0.1.65
8402026-06-16T22:36:29.864Z Downloaded native-tls v0.2.18
8412026-06-16T22:36:29.864Z Downloaded openssl-macros v0.1.1
8422026-06-16T22:36:29.864Z Downloaded half v2.7.1
8432026-06-16T22:36:29.866Z Downloaded getrandom v0.3.4
8442026-06-16T22:36:29.869Z Downloaded hybrid-array v0.4.10
8452026-06-16T22:36:29.869Z Downloaded httparse v1.10.1
8462026-06-16T22:36:29.871Z Downloaded packed_struct_codegen v0.10.1
8472026-06-16T22:36:29.871Z Downloaded openssl-probe v0.2.1
8482026-06-16T22:36:29.874Z Downloaded openssl-probe v0.1.6
8492026-06-16T22:36:29.877Z Downloaded crossterm v0.29.0
8502026-06-16T22:36:29.884Z Downloaded compact_str v0.8.1
8512026-06-16T22:36:29.889Z Downloaded md5 v0.7.0
8522026-06-16T22:36:29.891Z Downloaded libloading v0.8.9
8532026-06-16T22:36:29.894Z Downloaded parse-display v0.10.0
8542026-06-16T22:36:29.897Z Downloaded phf_shared v0.12.1
8552026-06-16T22:36:29.899Z Downloaded peg-runtime v0.8.5
8562026-06-16T22:36:29.899Z Downloaded path-slash v0.1.5
8572026-06-16T22:36:29.900Z Downloaded parse-size v1.1.0
8582026-06-16T22:36:29.902Z Downloaded lock_api v0.4.14
8592026-06-16T22:36:29.905Z Downloaded num_enum_derive v0.7.6
8602026-06-16T22:36:29.905Z Downloaded multer v3.1.0
8612026-06-16T22:36:29.909Z Downloaded elliptic-curve v0.13.8
8622026-06-16T22:36:29.911Z Downloaded cc v1.2.56
8632026-06-16T22:36:29.914Z Downloaded nu-ansi-term v0.50.3
8642026-06-16T22:36:29.916Z Downloaded ingot-macros v0.1.1
8652026-06-16T22:36:29.919Z Downloaded num_enum v0.7.6
8662026-06-16T22:36:29.921Z Downloaded phf_shared v0.11.3
8672026-06-16T22:36:29.922Z Downloaded pbkdf2 v0.12.2
8682026-06-16T22:36:29.922Z Downloaded owo-colors v4.3.0
8692026-06-16T22:36:29.924Z Downloaded powerfmt v0.2.0
8702026-06-16T22:36:29.924Z Downloaded libsw v3.5.0
8712026-06-16T22:36:29.927Z Downloaded num-rational v0.4.2
8722026-06-16T22:36:29.927Z Downloaded num-iter v0.1.45
8732026-06-16T22:36:29.927Z Downloaded num-integer v0.1.46
8742026-06-16T22:36:29.929Z Downloaded memmap2 v0.9.10
8752026-06-16T22:36:29.929Z Downloaded phf_shared v0.13.1
8762026-06-16T22:36:29.932Z Downloaded num_enum v0.5.11
8772026-06-16T22:36:29.934Z Downloaded darling_core v0.21.3
8782026-06-16T22:36:29.937Z Downloaded packed_struct v0.10.1
8792026-06-16T22:36:29.937Z Downloaded oxide-tokio-rt v0.1.4
8802026-06-16T22:36:29.941Z Downloaded multimap v0.10.1
8812026-06-16T22:36:29.941Z Downloaded litrs v1.0.0
8822026-06-16T22:36:29.941Z Downloaded num-complex v0.4.6
8832026-06-16T22:36:29.953Z Downloaded progenitor-macro v0.13.0
8842026-06-16T22:36:29.955Z Downloaded progenitor-client v0.14.0
8852026-06-16T22:36:29.955Z Downloaded heapless v0.8.0
8862026-06-16T22:36:29.959Z Downloaded heapless v0.7.17
8872026-06-16T22:36:29.962Z Downloaded proc-macro-crate v1.3.1
8882026-06-16T22:36:29.962Z Downloaded const_format v0.2.35
8892026-06-16T22:36:29.964Z Downloaded base64 v0.21.7
8902026-06-16T22:36:29.967Z Downloaded bytes v1.11.1
8912026-06-16T22:36:29.969Z Downloaded predicates-tree v1.0.13
8922026-06-16T22:36:29.969Z Downloaded precomputed-hash v0.1.1
8932026-06-16T22:36:29.969Z Downloaded libbz2-rs-sys v0.2.2
8942026-06-16T22:36:29.972Z Downloaded paste v1.0.15
8952026-06-16T22:36:29.975Z Downloaded oxnet v0.1.6
8962026-06-16T22:36:29.975Z Downloaded proc-macro-error-attr2 v2.0.0
8972026-06-16T22:36:29.975Z Downloaded radium v0.7.0
8982026-06-16T22:36:29.977Z Downloaded pbkdf2 v0.11.0
8992026-06-16T22:36:29.977Z Downloaded pem-rfc7468 v0.7.0
9002026-06-16T22:36:29.980Z Downloaded headers v0.4.1
9012026-06-16T22:36:29.983Z Downloaded pkg-config v0.3.32
9022026-06-16T22:36:29.983Z Downloaded flate2 v1.1.9
9032026-06-16T22:36:29.986Z Downloaded proc-macro-crate v3.4.0
9042026-06-16T22:36:29.986Z Downloaded diesel_derives v2.3.7
9052026-06-16T22:36:29.989Z Downloaded peg v0.8.5
9062026-06-16T22:36:29.992Z Downloaded progenitor-macro v0.14.0
9072026-06-16T22:36:29.994Z Downloaded phf v0.13.1
9082026-06-16T22:36:29.994Z Downloaded polyval v0.6.2
9092026-06-16T22:36:29.994Z Downloaded parse-display-derive v0.10.0
9102026-06-16T22:36:29.997Z Downloaded derive_more-impl v2.1.1
9112026-06-16T22:36:30.000Z Downloaded derive_more v2.1.1
9122026-06-16T22:36:30.005Z Downloaded rand_chacha v0.3.1
9132026-06-16T22:36:30.007Z Downloaded quick-error v1.2.3
9142026-06-16T22:36:30.007Z Downloaded primeorder v0.13.6
9152026-06-16T22:36:30.011Z Downloaded parking_lot_core v0.9.12
9162026-06-16T22:36:30.011Z Downloaded indicatif v0.18.4
9172026-06-16T22:36:30.013Z Downloaded psl-types v2.0.11
9182026-06-16T22:36:30.013Z Downloaded pkcs8 v0.10.2
9192026-06-16T22:36:30.016Z Downloaded recursive-proc-macro-impl v0.1.1
9202026-06-16T22:36:30.016Z Downloaded progenitor-client v0.13.0
9212026-06-16T22:36:30.016Z Downloaded pin-project-internal v1.1.11
9222026-06-16T22:36:30.019Z Downloaded poly1305 v0.8.0
9232026-06-16T22:36:30.019Z Downloaded progenitor-extras v0.2.0
9242026-06-16T22:36:30.021Z Downloaded postgres-protocol v0.6.10
9252026-06-16T22:36:30.021Z Downloaded predicates-core v1.0.10
9262026-06-16T22:36:30.021Z Downloaded ppv-lite86 v0.2.21
9272026-06-16T22:36:30.024Z Downloaded expectorate v1.2.0
9282026-06-16T22:36:30.024Z Downloaded phf v0.12.1
9292026-06-16T22:36:30.026Z Downloaded rand_xorshift v0.4.0
9302026-06-16T22:36:30.026Z Downloaded password-hash v0.5.0
9312026-06-16T22:36:30.026Z Downloaded password-hash v0.4.2
9322026-06-16T22:36:30.029Z Downloaded ar_archive_writer v0.5.1
9332026-06-16T22:36:30.031Z Downloaded indexmap v1.9.3
9342026-06-16T22:36:30.034Z Downloaded ref-cast v1.0.25
9352026-06-16T22:36:30.034Z Downloaded ignore v0.4.25
9362026-06-16T22:36:30.037Z Downloaded newtype-uuid v1.3.2
9372026-06-16T22:36:30.040Z Downloaded hickory-resolver v0.24.4
9382026-06-16T22:36:30.042Z Downloaded rfc6979 v0.4.0
9392026-06-16T22:36:30.045Z Downloaded r2d2 v0.8.10
9402026-06-16T22:36:30.048Z Downloaded async-compression v0.4.41
9412026-06-16T22:36:30.051Z Downloaded russh-cryptovec v0.7.3
9422026-06-16T22:36:30.054Z Downloaded predicates v3.1.4
9432026-06-16T22:36:30.054Z Downloaded parking_lot_core v0.8.6
9442026-06-16T22:36:30.058Z Downloaded parking_lot v0.12.5
9452026-06-16T22:36:30.058Z Downloaded rustc_version v0.4.1
9462026-06-16T22:36:30.058Z Downloaded ed25519-dalek v2.2.0
9472026-06-16T22:36:30.061Z Downloaded progenitor v0.13.0
9482026-06-16T22:36:30.061Z Downloaded der v0.7.10
9492026-06-16T22:36:30.063Z Downloaded rustc_version v0.1.7
9502026-06-16T22:36:30.066Z Downloaded parking_lot v0.11.2
9512026-06-16T22:36:30.068Z Downloaded proc-macro-error2 v2.0.1
9522026-06-16T22:36:30.071Z Downloaded sapling-renderdag v0.1.0
9532026-06-16T22:36:30.071Z Downloaded pem v3.0.6
9542026-06-16T22:36:30.071Z Downloaded peg-macros v0.8.5
9552026-06-16T22:36:30.074Z Downloaded rustc-hash v2.1.1
9562026-06-16T22:36:30.074Z Downloaded rtoolbox v0.0.3
9572026-06-16T22:36:30.076Z Downloaded postgres-types v0.2.12
9582026-06-16T22:36:30.085Z Downloaded ref-cast-impl v1.0.25
9592026-06-16T22:36:30.093Z Downloaded same-file v1.0.6
9602026-06-16T22:36:30.096Z Downloaded scrypt v0.11.0
9612026-06-16T22:36:30.096Z Downloaded pkcs5 v0.7.1
9622026-06-16T22:36:30.096Z Downloaded scroll_derive v0.13.1
9632026-06-16T22:36:30.098Z Downloaded scopeguard v1.2.0
9642026-06-16T22:36:30.099Z Downloaded seq-macro v0.3.6
9652026-06-16T22:36:30.099Z Downloaded rand_seeder v0.4.0
9662026-06-16T22:36:30.102Z Downloaded rand_core v0.10.0
9672026-06-16T22:36:30.102Z Downloaded oso v0.27.3
9682026-06-16T22:36:30.104Z Downloaded salsa20 v0.10.2
9692026-06-16T22:36:30.104Z Downloaded resolv-conf v0.7.6
9702026-06-16T22:36:30.107Z Downloaded scheduled-thread-pool v0.2.7
9712026-06-16T22:36:30.107Z Downloaded secrecy v0.10.3
9722026-06-16T22:36:30.107Z Downloaded bumpalo v3.20.2
9732026-06-16T22:36:30.109Z Downloaded rand_core v0.6.4
9742026-06-16T22:36:30.109Z Downloaded rand_chacha v0.9.0
9752026-06-16T22:36:30.112Z Downloaded postcard v1.1.3
9762026-06-16T22:36:30.112Z Downloaded hickory-resolver v0.25.2
9772026-06-16T22:36:30.115Z Downloaded semver v0.1.20
9782026-06-16T22:36:30.115Z Downloaded pin-project-lite v0.2.17
9792026-06-16T22:36:30.117Z Downloaded psm v0.1.30
9802026-06-16T22:36:30.120Z Downloaded serde_bytes v0.11.19
9812026-06-16T22:36:30.123Z Downloaded papergrid v0.17.0
9822026-06-16T22:36:30.125Z Downloaded serde_urlencoded v0.7.1
9832026-06-16T22:36:30.125Z Downloaded progenitor v0.14.0
9842026-06-16T22:36:30.128Z Downloaded secrecy v0.8.0
9852026-06-16T22:36:30.128Z Downloaded aes v0.8.4
9862026-06-16T22:36:30.131Z Downloaded serde-big-array v0.5.1
9872026-06-16T22:36:30.131Z Downloaded pkcs1 v0.7.5
9882026-06-16T22:36:30.134Z Downloaded quinn-udp v0.5.14
9892026-06-16T22:36:30.137Z Downloaded recursive v0.1.1
9902026-06-16T22:36:30.143Z Downloaded serde_spanned v1.1.1
9912026-06-16T22:36:30.148Z Downloaded serde_repr v0.1.20
9922026-06-16T22:36:30.151Z Downloaded sha1 v0.11.0
9932026-06-16T22:36:30.151Z Downloaded signature v2.2.0
9942026-06-16T22:36:30.151Z Downloaded signal-hook-mio v0.2.5
9952026-06-16T22:36:30.151Z Downloaded jiff-static v0.2.21
9962026-06-16T22:36:30.153Z Downloaded miniz_oxide v0.8.9
9972026-06-16T22:36:30.156Z Downloaded rustls-pemfile v2.2.0
9982026-06-16T22:36:30.156Z Downloaded shell-words v1.1.1
9992026-06-16T22:36:30.159Z Downloaded openssl-sys v0.9.115
10002026-06-16T22:36:30.161Z Downloaded progenitor-impl v0.13.0
10012026-06-16T22:36:30.164Z Downloaded prefix-trie v0.7.0
10022026-06-16T22:36:30.166Z Downloaded rustls-native-certs v0.8.3
10032026-06-16T22:36:30.169Z Downloaded rustversion v1.0.22
10042026-06-16T22:36:30.169Z Downloaded sha1 v0.10.6
10052026-06-16T22:36:30.171Z Downloaded siphasher v1.0.2
10062026-06-16T22:36:30.171Z Downloaded rand_core v0.9.5
10072026-06-16T22:36:30.175Z Downloaded scroll v0.13.0
10082026-06-16T22:36:30.176Z Downloaded pin-project v1.1.11
10092026-06-16T22:36:30.179Z Downloaded slog-bunyan v2.5.0
10102026-06-16T22:36:30.181Z Downloaded sigpipe v0.1.3
10112026-06-16T22:36:30.181Z Downloaded signal-hook-tokio v0.3.1
10122026-06-16T22:36:30.181Z Downloaded sec1 v0.7.3
10132026-06-16T22:36:30.184Z Downloaded p256 v0.13.2
10142026-06-16T22:36:30.189Z Downloaded hashbrown v0.12.3
10152026-06-16T22:36:30.191Z Downloaded http v1.4.2
10162026-06-16T22:36:30.191Z Downloaded hickory-server v0.25.2
10172026-06-16T22:36:30.194Z Downloaded serde_derive_internals v0.29.1
10182026-06-16T22:36:30.194Z Downloaded serde-hex v0.1.0
10192026-06-16T22:36:30.197Z Downloaded slog-envlogger v2.2.0
10202026-06-16T22:36:30.206Z Downloaded serde_path_to_error v0.1.20
10212026-06-16T22:36:30.214Z Downloaded russh-keys v0.45.0
10222026-06-16T22:36:30.217Z Downloaded serde_with_macros v1.5.2
10232026-06-16T22:36:30.220Z Downloaded serde_plain v1.0.2
10242026-06-16T22:36:30.225Z Downloaded ssh-encoding v0.2.0
10252026-06-16T22:36:30.229Z Downloaded signal-hook-registry v1.4.8
10262026-06-16T22:36:30.229Z Downloaded ssh-cipher v0.2.0
10272026-06-16T22:36:30.229Z Downloaded rustls-pki-types v1.14.0
10282026-06-16T22:36:30.232Z Downloaded strum v0.27.2
10292026-06-16T22:36:30.232Z Downloaded structmeta v0.3.0
10302026-06-16T22:36:30.232Z Downloaded strum v0.26.3
10312026-06-16T22:36:30.232Z Downloaded shlex v1.3.0
10322026-06-16T22:36:30.235Z Downloaded subtle v2.6.1
10332026-06-16T22:36:30.235Z Downloaded rusty-fork v0.3.1
10342026-06-16T22:36:30.242Z Downloaded simd-adler32 v0.3.8
10352026-06-16T22:36:30.245Z Downloaded sqlparser_derive v0.5.0
10362026-06-16T22:36:30.248Z Downloaded strsim v0.10.0
10372026-06-16T22:36:30.248Z Downloaded structmeta-derive v0.3.0
10382026-06-16T22:36:30.251Z Downloaded strip-ansi-escapes v0.2.1
10392026-06-16T22:36:30.254Z Downloaded slog-scope v4.4.1
10402026-06-16T22:36:30.254Z Downloaded hyper-util v0.1.20
10412026-06-16T22:36:30.257Z Downloaded sync_wrapper v1.0.2
10422026-06-16T22:36:30.260Z Downloaded supports-color v3.0.2
10432026-06-16T22:36:30.260Z Downloaded slog-stdlog v4.1.1
10442026-06-16T22:36:30.260Z Downloaded minimal-lexical v0.2.1
10452026-06-16T22:36:30.263Z Downloaded slog-json v2.6.1
10462026-06-16T22:36:30.263Z Downloaded rcgen v0.12.1
10472026-06-16T22:36:30.265Z Downloaded slog-term v2.9.2
10482026-06-16T22:36:30.268Z Downloaded aes-gcm v0.10.3
10492026-06-16T22:36:30.268Z Downloaded slog-dtrace v0.3.0
10502026-06-16T22:36:30.271Z Downloaded slog-async v2.8.0
10512026-06-16T22:36:30.271Z Downloaded tap v1.0.1
10522026-06-16T22:36:30.271Z Downloaded tabled_derive v0.11.0
10532026-06-16T22:36:30.273Z Downloaded itertools v0.10.5
10542026-06-16T22:36:30.276Z Downloaded tagptr v0.2.0
10552026-06-16T22:36:30.278Z Downloaded tabwriter v1.4.1
10562026-06-16T22:36:30.278Z Downloaded progenitor-impl v0.14.0
10572026-06-16T22:36:30.280Z Downloaded sync-ptr v0.1.4
10582026-06-16T22:36:30.280Z Downloaded hashbrown v0.13.2
10592026-06-16T22:36:30.283Z Downloaded slab v0.4.12
10602026-06-16T22:36:30.286Z Downloaded ron v0.8.1
10612026-06-16T22:36:30.288Z Downloaded serde_cbor v0.11.2
10622026-06-16T22:36:30.291Z Downloaded take_mut v0.2.2
10632026-06-16T22:36:30.291Z Downloaded snafu-derive v0.8.9
10642026-06-16T22:36:30.293Z Downloaded smf v0.2.3
10652026-06-16T22:36:30.293Z Downloaded testing_table v0.3.0
10662026-06-16T22:36:30.296Z Downloaded termtree v0.5.1
10672026-06-16T22:36:30.298Z Downloaded thread-id v5.1.0
10682026-06-16T22:36:30.302Z Downloaded time-core v0.1.8
10692026-06-16T22:36:30.302Z Downloaded thiserror-impl-no-std v2.0.2
10702026-06-16T22:36:30.302Z Downloaded spki v0.7.3
10712026-06-16T22:36:30.306Z Downloaded serde_with_macros v3.17.0
10722026-06-16T22:36:30.309Z Downloaded strum_macros v0.27.2
10732026-06-16T22:36:30.311Z Downloaded tinyvec_macros v0.1.1
10742026-06-16T22:36:30.311Z Downloaded sqlformat v0.3.5
10752026-06-16T22:36:30.311Z Downloaded ryu v1.0.23
10762026-06-16T22:36:30.314Z Downloaded stacker v0.1.23
10772026-06-16T22:36:30.317Z Downloaded string_cache v0.8.9
10782026-06-16T22:36:30.317Z Downloaded static_assertions v1.1.0
10792026-06-16T22:36:30.319Z Downloaded strum_macros v0.26.4
10802026-06-16T22:36:30.319Z Downloaded tokio-macros v2.7.0
10812026-06-16T22:36:30.319Z Downloaded rustls-platform-verifier v0.6.2
10822026-06-16T22:36:30.322Z Downloaded rayon-core v1.13.0
10832026-06-16T22:36:30.325Z Downloaded schemars v0.8.22
10842026-06-16T22:36:30.332Z Downloaded strum_macros v0.24.3
10852026-06-16T22:36:30.334Z Downloaded schemars_derive v0.8.22
10862026-06-16T22:36:30.334Z Downloaded prettyplease v0.2.37
10872026-06-16T22:36:30.337Z Downloaded hashbrown v0.16.1
10882026-06-16T22:36:30.342Z Downloaded num-bigint v0.4.6
10892026-06-16T22:36:30.345Z Downloaded smallvec v0.6.14
10902026-06-16T22:36:30.345Z Downloaded topological-sort v0.2.2
10912026-06-16T22:36:30.348Z Downloaded hashbrown v0.15.5
10922026-06-16T22:36:30.351Z Downloaded dropshot-api-manager v0.7.2
10932026-06-16T22:36:30.356Z Downloaded tower-layer v0.3.3
10942026-06-16T22:36:30.356Z Downloaded termios v0.3.3
10952026-06-16T22:36:30.359Z Downloaded publicsuffix v2.3.0
10962026-06-16T22:36:30.359Z Downloaded spin v0.9.8
10972026-06-16T22:36:30.359Z Downloaded pretty_assertions v1.4.1
10982026-06-16T22:36:30.362Z Downloaded quinn v0.11.9
10992026-06-16T22:36:30.367Z Downloaded thread_local v1.1.9
11002026-06-16T22:36:30.369Z Downloaded try-lock v0.2.5
11012026-06-16T22:36:30.369Z Downloaded thiserror-no-std v2.0.2
11022026-06-16T22:36:30.372Z Downloaded rand v0.8.6
11032026-06-16T22:36:30.374Z Downloaded qorb v0.4.1
11042026-06-16T22:36:30.377Z Downloaded tower-service v0.3.3
11052026-06-16T22:36:30.380Z Downloaded signal-hook v0.3.18
11062026-06-16T22:36:30.380Z Downloaded tls_codec_derive v0.4.2
11072026-06-16T22:36:30.382Z Downloaded tiny-keccak v2.0.2
11082026-06-16T22:36:30.382Z Downloaded time-macros v0.2.27
11092026-06-16T22:36:30.385Z Downloaded universal-hash v0.5.1
11102026-06-16T22:36:30.385Z Downloaded stringprep v0.1.5
11112026-06-16T22:36:30.388Z Downloaded similar v2.7.0
11122026-06-16T22:36:30.391Z Downloaded tokio-native-tls v0.3.1
11132026-06-16T22:36:30.391Z Downloaded tokio-dtrace v0.1.1
11142026-06-16T22:36:30.394Z Downloaded tls_codec v0.4.2
11152026-06-16T22:36:30.394Z Downloaded mio v1.2.0
11162026-06-16T22:36:30.397Z Downloaded untrusted v0.7.1
11172026-06-16T22:36:30.399Z Downloaded unarray v0.1.4
11182026-06-16T22:36:30.399Z Downloaded typify-macro v0.6.2
11192026-06-16T22:36:30.399Z Downloaded libxml v0.3.3
11202026-06-16T22:36:30.404Z Downloaded slog v2.8.2
11212026-06-16T22:36:30.414Z Downloaded tokio-tungstenite v0.23.1
11222026-06-16T22:36:30.416Z Downloaded support-bundle-viewer v0.1.2
11232026-06-16T22:36:30.416Z Downloaded unicode-truncate v1.1.0
11242026-06-16T22:36:30.419Z Downloaded usdt-attr-macro v0.6.0
11252026-06-16T22:36:30.419Z Downloaded untrusted v0.9.0
11262026-06-16T22:36:30.419Z Downloaded unit-prefix v0.5.2
11272026-06-16T22:36:30.421Z Downloaded toml_writer v1.1.1+spec-1.1.0
11282026-06-16T22:36:30.421Z Downloaded socket2 v0.6.3
11292026-06-16T22:36:30.424Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11302026-06-16T22:36:30.424Z Downloaded usdt-macro v0.6.0
11312026-06-16T22:36:30.424Z Downloaded void v1.0.2
11322026-06-16T22:36:30.426Z Downloaded futures-util v0.3.32
11332026-06-16T22:36:30.431Z Downloaded waitgroup v0.1.2
11342026-06-16T22:36:30.435Z Downloaded rsa v0.9.10
11352026-06-16T22:36:30.438Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11362026-06-16T22:36:30.438Z Downloaded usdt v0.6.0
11372026-06-16T22:36:30.438Z Downloaded term v1.2.1
11382026-06-16T22:36:30.440Z Downloaded num-bigint-dig v0.8.6
11392026-06-16T22:36:30.442Z Downloaded utf-8 v0.7.6
11402026-06-16T22:36:30.443Z Downloaded wait-timeout v0.2.1
11412026-06-16T22:36:30.445Z Downloaded rand v0.9.2
11422026-06-16T22:36:30.447Z Downloaded tui-tree-widget v0.23.1
11432026-06-16T22:36:30.448Z Downloaded hyper v1.10.1
11442026-06-16T22:36:30.451Z Downloaded itertools v0.12.1
11452026-06-16T22:36:30.456Z Downloaded iri-string v0.7.10
11462026-06-16T22:36:30.459Z Downloaded serde_yaml v0.9.34+deprecated
11472026-06-16T22:36:30.461Z Downloaded want v0.3.1
11482026-06-16T22:36:30.464Z Downloaded tokio-tungstenite v0.21.0
11492026-06-16T22:36:30.464Z Downloaded trait-variant v0.1.2
11502026-06-16T22:36:30.467Z Downloaded rustls-webpki v0.103.9
11512026-06-16T22:36:30.470Z Downloaded unicase v2.9.0
11522026-06-16T22:36:30.472Z Downloaded xshell-macros v0.2.7
11532026-06-16T22:36:30.475Z Downloaded nom v7.1.3
11542026-06-16T22:36:30.477Z Downloaded schemars v1.2.1
11552026-06-16T22:36:30.484Z Downloaded zeroize_derive v1.4.3
11562026-06-16T22:36:30.487Z Downloaded subprocess v0.2.15
11572026-06-16T22:36:30.489Z Downloaded schemars v0.9.0
11582026-06-16T22:36:30.494Z Downloaded term v0.7.0
11592026-06-16T22:36:30.496Z Downloaded snafu v0.8.9
11602026-06-16T22:36:30.499Z Downloaded hkdf v0.12.4
11612026-06-16T22:36:30.502Z Downloaded vsss-rs v3.3.4
11622026-06-16T22:36:30.504Z Downloaded vergen-lib v9.1.0
11632026-06-16T22:36:30.504Z Downloaded vergen-gitcl v1.0.8
11642026-06-16T22:36:30.507Z Downloaded socket2 v0.5.10
11652026-06-16T22:36:30.507Z Downloaded uzers v0.12.2
11662026-06-16T22:36:30.507Z Downloaded itertools v0.13.0
11672026-06-16T22:36:30.511Z Downloaded zone v0.3.1
11682026-06-16T22:36:30.513Z Downloaded test-strategy v0.4.5
11692026-06-16T22:36:30.516Z Downloaded zone_cfg_derive v0.3.1
11702026-06-16T22:36:30.516Z Downloaded itertools v0.14.0
11712026-06-16T22:36:30.519Z Downloaded aho-corasick v1.1.4
11722026-06-16T22:36:30.522Z Downloaded twox-hash v2.1.2
11732026-06-16T22:36:30.525Z Downloaded wyz v0.5.1
11742026-06-16T22:36:30.525Z Downloaded rand v0.10.0
11752026-06-16T22:36:30.527Z Downloaded nom v8.0.0
11762026-06-16T22:36:30.530Z Downloaded walkdir v2.5.0
11772026-06-16T22:36:30.533Z Downloaded vergen-lib v0.1.6
11782026-06-16T22:36:30.533Z Downloaded tracing-attributes v0.1.31
11792026-06-16T22:36:30.535Z Downloaded tinyvec v1.10.0
11802026-06-16T22:36:30.538Z Downloaded xshell v0.2.7
11812026-06-16T22:36:30.538Z Downloaded unicode-properties v0.1.4
11822026-06-16T22:36:30.540Z Downloaded tokio-rustls v0.26.4
11832026-06-16T22:36:30.540Z Downloaded whoami v2.1.0
11842026-06-16T22:36:30.543Z Downloaded whoami v1.6.1
11852026-06-16T22:36:30.543Z Downloaded samael v0.0.19
11862026-06-16T22:36:30.546Z Downloaded p521 v0.13.3
11872026-06-16T22:36:30.549Z Downloaded h2 v0.4.15
11882026-06-16T22:36:30.553Z Downloaded xattr v1.6.1
11892026-06-16T22:36:30.555Z Downloaded tokio-stream v0.1.18
11902026-06-16T22:36:30.558Z Downloaded vergen-git2 v9.1.0
11912026-06-16T22:36:30.561Z Downloaded zeroize v1.8.2
11922026-06-16T22:36:30.561Z Downloaded vergen v9.1.0
11932026-06-16T22:36:30.561Z Downloaded toml v0.7.8
11942026-06-16T22:36:30.564Z Downloaded toml v1.1.2+spec-1.1.0
11952026-06-16T22:36:30.567Z Downloaded zstd-safe v7.2.4
11962026-06-16T22:36:30.567Z Downloaded usdt-impl v0.6.0
11972026-06-16T22:36:30.570Z Downloaded toml_parser v1.1.2+spec-1.1.0
11982026-06-16T22:36:30.570Z Downloaded tar v0.4.45
11992026-06-16T22:36:30.573Z Downloaded zstd v0.13.3
12002026-06-16T22:36:30.573Z Downloaded libm v0.2.16
12012026-06-16T22:36:30.580Z Downloaded russh v0.45.0
12022026-06-16T22:36:30.587Z Downloaded typify v0.6.2
12032026-06-16T22:36:30.595Z Downloaded yasna v0.5.2
12042026-06-16T22:36:30.597Z Downloaded steno v0.4.1
12052026-06-16T22:36:30.600Z Downloaded rustyline v14.0.0
12062026-06-16T22:36:30.602Z Downloaded zerocopy v0.6.6
12072026-06-16T22:36:30.604Z Downloaded iddqd v0.4.2
12082026-06-16T22:36:30.614Z Downloaded toml_edit v0.23.10+spec-1.0.0
12092026-06-16T22:36:30.616Z Downloaded uuid v1.23.3
12102026-06-16T22:36:30.623Z Downloaded vte v0.14.1
12112026-06-16T22:36:30.627Z Downloaded tracing-core v0.1.36
12122026-06-16T22:36:30.630Z Downloaded serde_with v1.14.0
12132026-06-16T22:36:30.634Z Downloaded unicode-bidi v0.3.18
12142026-06-16T22:36:30.636Z Downloaded tungstenite v0.23.0
12152026-06-16T22:36:30.639Z Downloaded tungstenite v0.21.0
12162026-06-16T22:36:30.641Z Downloaded blake3 v1.8.3
12172026-06-16T22:36:30.656Z Downloaded reedline v0.40.0
12182026-06-16T22:36:30.660Z Downloaded ssh-key v0.6.7
12192026-06-16T22:36:30.671Z Downloaded tokio-postgres v0.7.16
12202026-06-16T22:36:30.678Z Downloaded chrono v0.4.44
12212026-06-16T22:36:30.685Z Downloaded unicode_categories v0.1.1
12222026-06-16T22:36:30.688Z Downloaded rpassword v7.4.0
12232026-06-16T22:36:30.697Z Downloaded yansi v1.0.1
12242026-06-16T22:36:30.701Z Downloaded zopfli v0.8.3
12252026-06-16T22:36:30.703Z Downloaded zip v0.6.6
12262026-06-16T22:36:30.705Z Downloaded p384 v0.13.1
12272026-06-16T22:36:30.708Z Downloaded reqwest v0.12.28
12282026-06-16T22:36:30.712Z Downloaded rayon v1.11.0
12292026-06-16T22:36:30.718Z Downloaded toml_edit v0.19.15
12302026-06-16T22:36:30.728Z Downloaded portable-atomic v1.13.1
12312026-06-16T22:36:30.733Z Downloaded bitvec v1.0.1
12322026-06-16T22:36:30.741Z Downloaded unsafe-libyaml v0.2.11
12332026-06-16T22:36:30.744Z Downloaded tower v0.5.3
12342026-06-16T22:36:30.749Z Downloaded reqwest v0.13.2
12352026-06-16T22:36:30.752Z Downloaded quick-xml v0.37.5
12362026-06-16T22:36:30.757Z Downloaded lalrpop v0.19.12
12372026-06-16T22:36:30.763Z Downloaded unicode-segmentation v1.12.0
12382026-06-16T22:36:30.766Z Downloaded curve25519-dalek v4.1.3
12392026-06-16T22:36:30.771Z Downloaded goblin v0.10.5
12402026-06-16T22:36:30.776Z Downloaded proptest v1.10.0
12412026-06-16T22:36:30.781Z Downloaded git2 v0.20.4
12422026-06-16T22:36:30.787Z Downloaded zerocopy-derive v0.8.40
12432026-06-16T22:36:30.792Z Downloaded aws-lc-rs v1.16.3
12442026-06-16T22:36:30.798Z Downloaded typed-path v0.9.3
12452026-06-16T22:36:30.819Z Downloaded regex v1.12.3
12462026-06-16T22:36:30.820Z Downloaded zip v4.6.1
12472026-06-16T22:36:30.820Z Downloaded tokio-util v0.7.18
12482026-06-16T22:36:30.820Z Downloaded tough v0.22.0
12492026-06-16T22:36:30.820Z Downloaded x509-cert v0.2.5
12502026-06-16T22:36:30.822Z Downloaded salty v0.3.0
12512026-06-16T22:36:30.825Z Downloaded nix v0.27.1
12522026-06-16T22:36:30.832Z Downloaded radix_trie v0.2.1
12532026-06-16T22:36:30.835Z Downloaded unicode-normalization v0.1.25
12542026-06-16T22:36:30.838Z Downloaded tower-http v0.6.8
12552026-06-16T22:36:30.842Z Downloaded moka v0.12.13
12562026-06-16T22:36:30.847Z Downloaded serde_with v3.17.0
12572026-06-16T22:36:30.854Z Downloaded object v0.30.4
12582026-06-16T22:36:30.859Z Downloaded winnow v0.6.26
12592026-06-16T22:36:30.864Z Downloaded petname v2.0.2
12602026-06-16T22:36:30.874Z Downloaded quinn-proto v0.11.13
12612026-06-16T22:36:30.881Z Downloaded tabled v0.20.0
12622026-06-16T22:36:30.891Z Downloaded winnow v0.5.40
12632026-06-16T22:36:30.895Z Downloaded regex-syntax v0.6.29
12642026-06-16T22:36:30.907Z Downloaded smoltcp v0.9.1
12652026-06-16T22:36:30.912Z Downloaded polar-core v0.27.3
12662026-06-16T22:36:30.917Z Downloaded dropshot v0.17.1
12672026-06-16T22:36:30.933Z Downloaded bstr v1.12.1
12682026-06-16T22:36:30.935Z Downloaded winnow v1.0.3
12692026-06-16T22:36:30.940Z Downloaded smoltcp v0.11.0
12702026-06-16T22:36:30.947Z Downloaded openssl v0.10.79
12712026-06-16T22:36:30.952Z Downloaded regress v0.10.5
12722026-06-16T22:36:30.958Z Downloaded time v0.3.47
12732026-06-16T22:36:30.964Z Downloaded regress v0.11.1
12742026-06-16T22:36:30.969Z Downloaded object v0.37.3
12752026-06-16T22:36:30.976Z Downloaded diesel v2.3.7
12762026-06-16T22:36:30.987Z Downloaded hickory-proto v0.25.2
12772026-06-16T22:36:30.998Z Downloaded zlib-rs v0.6.2
12782026-06-16T22:36:31.002Z Downloaded vcpkg v0.2.15
12792026-06-16T22:36:31.021Z Downloaded nix v0.31.2
12802026-06-16T22:36:31.027Z Downloaded nix v0.28.0
12812026-06-16T22:36:31.033Z Downloaded hickory-proto v0.24.4
12822026-06-16T22:36:31.042Z Downloaded zerocopy v0.8.40
12832026-06-16T22:36:31.047Z Downloaded sqlparser v0.61.0
12842026-06-16T22:36:31.057Z Downloaded openapiv3 v2.2.0
12852026-06-16T22:36:31.064Z Downloaded typify-impl v0.6.2
12862026-06-16T22:36:31.072Z Downloaded regex-syntax v0.8.10
12872026-06-16T22:36:31.077Z Downloaded tracing v0.1.44
12882026-06-16T22:36:31.089Z Downloaded rustls v0.23.40
12892026-06-16T22:36:31.096Z Downloaded rustix v0.38.44
12902026-06-16T22:36:31.109Z Downloaded chrono-tz v0.10.4
12912026-06-16T22:36:31.124Z Downloaded regex-automata v0.4.14
12922026-06-16T22:36:31.148Z Downloaded petgraph v0.8.3
12932026-06-16T22:36:31.160Z Downloaded csv v1.4.0
12942026-06-16T22:36:31.181Z Downloaded tokio v1.52.1
12952026-06-16T22:36:31.211Z Downloaded ratatui v0.29.0
12962026-06-16T22:36:31.222Z Downloaded encoding_rs v0.8.35
12972026-06-16T22:36:31.234Z Downloaded sled v0.34.7
12982026-06-16T22:36:31.240Z Downloaded bzip2-sys v0.1.13+1.0.8
12992026-06-16T22:36:31.260Z Downloaded zerocopy-derive v0.6.6
13002026-06-16T22:36:31.297Z Downloaded petgraph v0.6.5
13012026-06-16T22:36:31.317Z Downloaded jiff v0.2.21
13022026-06-16T22:36:31.357Z Downloaded libz-sys v1.1.24
13032026-06-16T22:36:31.379Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13042026-06-16T22:36:31.390Z Downloaded sha3 v0.10.8
13052026-06-16T22:36:31.492Z Downloaded ring v0.17.14
13062026-06-16T22:36:31.538Z Downloaded libgit2-sys v0.18.3+1.9.2
13072026-06-16T22:36:32.049Z Downloaded aws-lc-sys v0.40.0
13082026-06-16T22:36:32.298Z Compiling libc v0.2.185
13092026-06-16T22:36:32.298Z Compiling serde v1.0.228
13102026-06-16T22:36:32.301Z Compiling log v0.4.29
13112026-06-16T22:36:32.301Z Compiling smallvec v1.15.1
13122026-06-16T22:36:32.428Z Compiling shlex v1.3.0
13132026-06-16T22:36:32.430Z Compiling find-msvc-tools v0.1.9
13142026-06-16T22:36:32.436Z Compiling syn v2.0.117
13152026-06-16T22:36:32.438Z Compiling typenum v1.19.0
13162026-06-16T22:36:32.613Z Compiling generic-array v0.14.7
13172026-06-16T22:36:32.639Z Compiling subtle v2.6.1
13182026-06-16T22:36:32.663Z Compiling scopeguard v1.2.0
13192026-06-16T22:36:32.690Z Compiling const-oid v0.9.6
13202026-06-16T22:36:32.745Z Compiling lock_api v0.4.14
13212026-06-16T22:36:32.762Z Compiling serde_json v1.0.150
13222026-06-16T22:36:32.799Z Compiling zerocopy v0.8.40
13232026-06-16T22:36:32.846Z Compiling portable-atomic v1.13.1
13242026-06-16T22:36:32.969Z Compiling pin-project-lite v0.2.17
13252026-06-16T22:36:33.068Z Compiling parking_lot_core v0.9.12
13262026-06-16T22:36:33.236Z Compiling pkg-config v0.3.32
13272026-06-16T22:36:33.294Z Compiling jobserver v0.1.34
13282026-06-16T22:36:33.306Z Compiling getrandom v0.2.17
13292026-06-16T22:36:33.319Z Compiling errno v0.3.14
13302026-06-16T22:36:33.454Z Compiling rand_core v0.6.4
13312026-06-16T22:36:33.484Z Compiling cc v1.2.56
13322026-06-16T22:36:33.691Z Compiling signal-hook-registry v1.4.8
13332026-06-16T22:36:33.822Z Compiling bitflags v2.11.0
13342026-06-16T22:36:33.838Z Compiling libm v0.2.16
13352026-06-16T22:36:33.940Z Compiling critical-section v1.2.0
13362026-06-16T22:36:33.991Z Compiling futures-core v0.3.32
13372026-06-16T22:36:34.048Z Compiling parking_lot v0.12.5
13382026-06-16T22:36:34.051Z Compiling mio v1.2.0
13392026-06-16T22:36:34.125Z Compiling once_cell v1.21.3
13402026-06-16T22:36:34.150Z Compiling num-traits v0.2.19
13412026-06-16T22:36:34.178Z Compiling percent-encoding v2.3.2
13422026-06-16T22:36:34.341Z Compiling socket2 v0.6.3
13432026-06-16T22:36:34.366Z Compiling futures-sink v0.3.32
13442026-06-16T22:36:34.424Z Compiling slab v0.4.12
13452026-06-16T22:36:34.469Z Compiling futures-channel v0.3.32
13462026-06-16T22:36:34.487Z Compiling futures-task v0.3.32
13472026-06-16T22:36:34.529Z Compiling futures-io v0.3.32
13482026-06-16T22:36:34.596Z Compiling getrandom v0.4.1
13492026-06-16T22:36:34.673Z Compiling cpufeatures v0.2.17
13502026-06-16T22:36:34.686Z Compiling rand_core v0.10.0
13512026-06-16T22:36:34.700Z Compiling indexmap v2.14.0
13522026-06-16T22:36:34.732Z Compiling rustversion v1.0.22
13532026-06-16T22:36:34.754Z Compiling getrandom v0.3.4
13542026-06-16T22:36:34.862Z Compiling form_urlencoded v1.2.2
13552026-06-16T22:36:35.174Z Compiling cmake v0.1.57
13562026-06-16T22:36:35.282Z Compiling dunce v1.0.5
13572026-06-16T22:36:35.315Z Compiling ident_case v1.0.1
13582026-06-16T22:36:35.371Z Compiling synstructure v0.13.2
13592026-06-16T22:36:35.384Z Compiling base64ct v1.8.3
13602026-06-16T22:36:35.440Z Compiling fs_extra v1.3.0
13612026-06-16T22:36:35.574Z Compiling iana-time-zone v0.1.65
13622026-06-16T22:36:35.624Z Compiling pem-rfc7468 v0.7.0
13632026-06-16T22:36:35.672Z Compiling regex-syntax v0.8.10
13642026-06-16T22:36:35.713Z Compiling rustix v1.1.3
13652026-06-16T22:36:35.727Z Compiling aws-lc-sys v0.40.0
13662026-06-16T22:36:35.768Z Compiling flagset v0.4.7
13672026-06-16T22:36:35.781Z Compiling rand_core v0.9.5
13682026-06-16T22:36:35.903Z Compiling vcpkg v0.2.15
13692026-06-16T22:36:35.938Z Compiling uuid v1.23.3
13702026-06-16T22:36:35.995Z Compiling rustc_version v0.4.1
13712026-06-16T22:36:36.058Z Compiling tracing-core v0.1.36
13722026-06-16T22:36:36.326Z Compiling base64 v0.22.1
13732026-06-16T22:36:36.616Z Compiling aws-lc-rs v1.16.3
13742026-06-16T22:36:36.657Z Compiling openssl-sys v0.9.115
13752026-06-16T22:36:36.670Z Compiling tinyvec_macros v0.1.1
13762026-06-16T22:36:36.699Z Compiling openssl-probe v0.2.1
13772026-06-16T22:36:36.737Z Compiling httparse v1.10.1
13782026-06-16T22:36:36.881Z Compiling tinyvec v1.10.0
13792026-06-16T22:36:36.911Z Compiling pest_generator v2.8.6
13802026-06-16T22:36:37.135Z Compiling serde_derive_internals v0.29.1
13812026-06-16T22:36:37.162Z Compiling serde_derive v1.0.228
13822026-06-16T22:36:37.190Z Compiling zeroize_derive v1.4.3
13832026-06-16T22:36:37.231Z Compiling zerofrom-derive v0.1.6
13842026-06-16T22:36:37.492Z Compiling yoke-derive v0.8.1
13852026-06-16T22:36:37.634Z Compiling zerovec-derive v0.11.2
13862026-06-16T22:36:37.853Z Compiling zeroize v1.8.2
13872026-06-16T22:36:38.069Z Compiling zerocopy-derive v0.8.40
13882026-06-16T22:36:38.099Z Compiling displaydoc v0.2.5
13892026-06-16T22:36:38.620Z Compiling crypto-common v0.1.7
13902026-06-16T22:36:38.656Z Compiling zerofrom v0.1.6
13912026-06-16T22:36:38.671Z Compiling block-buffer v0.10.4
13922026-06-16T22:36:38.778Z Compiling yoke v0.8.1
13932026-06-16T22:36:38.782Z Compiling tokio-macros v2.7.0
13942026-06-16T22:36:38.807Z Compiling futures-macro v0.3.32
13952026-06-16T22:36:38.850Z Compiling digest v0.10.7
13962026-06-16T22:36:38.891Z Compiling block-padding v0.3.3
13972026-06-16T22:36:38.962Z Compiling zerovec v0.11.5
13982026-06-16T22:36:39.055Z Compiling zerotrie v0.2.3
13992026-06-16T22:36:39.099Z Compiling hmac v0.12.1
14002026-06-16T22:36:39.257Z Compiling inout v0.1.4
14012026-06-16T22:36:39.354Z Compiling sha2 v0.10.9
14022026-06-16T22:36:39.430Z Compiling tinystr v0.8.2
14032026-06-16T22:36:39.466Z Compiling potential_utf v0.1.4
14042026-06-16T22:36:39.511Z Compiling cipher v0.4.4
14052026-06-16T22:36:39.627Z Compiling icu_locale_core v2.1.1
14062026-06-16T22:36:39.631Z Compiling icu_collections v2.1.1
14072026-06-16T22:36:39.634Z Compiling futures-util v0.3.32
14082026-06-16T22:36:39.777Z Compiling der_derive v0.7.3
14092026-06-16T22:36:40.115Z Compiling salsa20 v0.10.2
14102026-06-16T22:36:40.253Z Compiling icu_provider v2.1.1
14112026-06-16T22:36:40.526Z Compiling icu_properties v2.1.2
14122026-06-16T22:36:40.543Z Compiling icu_normalizer v2.1.1
14132026-06-16T22:36:40.720Z Compiling bytes v1.11.1
14142026-06-16T22:36:40.725Z Compiling der v0.7.10
14152026-06-16T22:36:40.753Z Compiling chrono v0.4.44
14162026-06-16T22:36:41.079Z Compiling pbkdf2 v0.12.2
14172026-06-16T22:36:41.200Z Compiling tokio v1.52.1
14182026-06-16T22:36:41.322Z Compiling http v1.4.2
14192026-06-16T22:36:41.617Z Compiling idna_adapter v1.2.1
14202026-06-16T22:36:41.753Z Compiling idna v1.1.0
14212026-06-16T22:36:41.878Z Compiling spki v0.7.3
14222026-06-16T22:36:41.920Z Compiling tracing-attributes v0.1.31
14232026-06-16T22:36:42.080Z Compiling url v2.5.8
14242026-06-16T22:36:42.146Z Compiling thiserror-impl v2.0.18
14252026-06-16T22:36:42.248Z Compiling http-body v1.0.1
14262026-06-16T22:36:42.394Z Compiling ppv-lite86 v0.2.21
14272026-06-16T22:36:42.394Z Compiling scrypt v0.11.0
14282026-06-16T22:36:42.529Z Compiling aes v0.8.4
14292026-06-16T22:36:42.640Z Compiling cbc v0.1.2
14302026-06-16T22:36:42.718Z Compiling rand_chacha v0.9.0
14312026-06-16T22:36:42.785Z Compiling rustls-pki-types v1.14.0
14322026-06-16T22:36:42.916Z Compiling pkcs5 v0.7.1
14332026-06-16T22:36:43.208Z Compiling tracing v0.1.44
14342026-06-16T22:36:43.228Z Compiling rand v0.9.2
14352026-06-16T22:36:43.387Z Compiling aho-corasick v1.1.4
14362026-06-16T22:36:43.400Z Compiling tower-service v0.3.3
14372026-06-16T22:36:43.448Z Compiling thiserror v2.0.18
14382026-06-16T22:36:43.466Z Compiling dyn-clone v1.0.20
14392026-06-16T22:36:43.489Z Compiling untrusted v0.7.1
14402026-06-16T22:36:43.549Z Compiling tower-layer v0.3.3
14412026-06-16T22:36:43.563Z Compiling try-lock v0.2.5
14422026-06-16T22:36:43.595Z Compiling atomic-waker v1.1.2
14432026-06-16T22:36:43.607Z Compiling schemars v0.8.22
14442026-06-16T22:36:43.696Z Compiling want v0.3.1
14452026-06-16T22:36:43.760Z Compiling pkcs8 v0.10.2
14462026-06-16T22:36:43.763Z Compiling ipnet v2.11.0
14472026-06-16T22:36:43.825Z Compiling schemars_derive v0.8.22
14482026-06-16T22:36:43.859Z Compiling pest_derive v2.8.6
14492026-06-16T22:36:44.018Z Compiling scroll_derive v0.13.1
14502026-06-16T22:36:44.264Z Compiling regex-automata v0.4.14
14512026-06-16T22:36:44.277Z Compiling darling_core v0.20.11
14522026-06-16T22:36:44.356Z Compiling untrusted v0.9.0
14532026-06-16T22:36:44.479Z Compiling httpdate v1.0.3
14542026-06-16T22:36:44.703Z Compiling openssl v0.10.79
14552026-06-16T22:36:44.813Z Compiling foreign-types-shared v0.1.1
14562026-06-16T22:36:44.901Z Compiling rustls v0.23.40
14572026-06-16T22:36:44.937Z Compiling tokio-util v0.7.18
14582026-06-16T22:36:45.091Z Compiling foreign-types v0.3.2
14592026-06-16T22:36:45.102Z Compiling scroll v0.13.0
14602026-06-16T22:36:45.157Z Compiling tempfile v3.25.0
14612026-06-16T22:36:45.520Z Compiling unicode-normalization v0.1.25
14622026-06-16T22:36:45.767Z Compiling h2 v0.4.15
14632026-06-16T22:36:45.943Z Compiling openssl-macros v0.1.1
14642026-06-16T22:36:45.965Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14652026-06-16T22:36:46.318Z Compiling spin v0.9.8
14662026-06-16T22:36:46.331Z Compiling crc32fast v1.5.0
14672026-06-16T22:36:46.343Z Compiling powerfmt v0.2.0
14682026-06-16T22:36:46.517Z Compiling num-conv v0.2.0
14692026-06-16T22:36:46.531Z Compiling darling_macro v0.20.11
14702026-06-16T22:36:46.543Z Compiling native-tls v0.2.18
14712026-06-16T22:36:46.582Z Compiling time-core v0.1.8
14722026-06-16T22:36:46.688Z Compiling deranged v0.5.8
14732026-06-16T22:36:46.724Z Compiling time-macros v0.2.27
14742026-06-16T22:36:46.982Z Compiling darling v0.20.11
14752026-06-16T22:36:47.060Z Compiling goblin v0.10.5
14762026-06-16T22:36:47.630Z Compiling sync_wrapper v1.0.2
14772026-06-16T22:36:47.735Z Compiling wait-timeout v0.2.1
14782026-06-16T22:36:47.749Z Compiling bit-vec v0.8.0
14792026-06-16T22:36:47.975Z Compiling simd-adler32 v0.3.8
14802026-06-16T22:36:47.994Z Compiling siphasher v1.0.2
14812026-06-16T22:36:48.176Z Compiling crossbeam-utils v0.8.21
14822026-06-16T22:36:48.212Z Compiling syn v1.0.109
14832026-06-16T22:36:48.301Z Compiling num_threads v0.1.7
14842026-06-16T22:36:48.397Z Compiling usdt-impl v0.6.0
14852026-06-16T22:36:48.452Z Compiling quick-error v1.2.3
14862026-06-16T22:36:48.549Z Compiling rusty-fork v0.3.1
14872026-06-16T22:36:48.579Z Compiling time v0.3.47
14882026-06-16T22:36:48.608Z Compiling bit-set v0.8.0
14892026-06-16T22:36:48.781Z Compiling tower v0.5.3
14902026-06-16T22:36:48.885Z Compiling hyper v1.10.1
14912026-06-16T22:36:49.569Z Compiling derive_builder_core v0.20.2
14922026-06-16T22:36:49.836Z Compiling dof v0.4.0
14932026-06-16T22:36:50.032Z Compiling hyper-util v0.1.20
14942026-06-16T22:36:50.181Z Compiling dtrace-parser v0.3.0
14952026-06-16T22:36:50.447Z Compiling http-body-util v0.1.3
14962026-06-16T22:36:50.477Z Compiling signature v2.2.0
14972026-06-16T22:36:50.655Z Compiling scroll_derive v0.12.1
14982026-06-16T22:36:50.688Z Compiling thiserror-impl v1.0.69
14992026-06-16T22:36:50.916Z Compiling heapless v0.7.17
15002026-06-16T22:36:51.002Z Compiling rand_xorshift v0.4.0
15012026-06-16T22:36:51.151Z Compiling slog v2.8.2
15022026-06-16T22:36:51.164Z Compiling darling_core v0.21.3
15032026-06-16T22:36:51.299Z Compiling bzip2-sys v0.1.13+1.0.8
15042026-06-16T22:36:51.302Z Compiling thread-id v5.1.0
15052026-06-16T22:36:51.328Z Compiling cookie v0.18.1
15062026-06-16T22:36:51.392Z Compiling allocator-api2 v0.2.21
15072026-06-16T22:36:51.503Z Compiling zstd-safe v7.2.4
15082026-06-16T22:36:51.563Z Compiling signal-hook v0.3.18
15092026-06-16T22:36:51.692Z Compiling unarray v0.1.4
15102026-06-16T22:36:51.714Z Compiling ryu v1.0.23
15112026-06-16T22:36:51.731Z Compiling unicode-bidi v0.3.18
15122026-06-16T22:36:51.758Z Compiling adler2 v2.0.1
15132026-06-16T22:36:51.795Z Compiling unicode-properties v0.1.4
15142026-06-16T22:36:51.885Z Compiling paste v1.0.15
15152026-06-16T22:36:51.885Z Compiling iri-string v0.7.10
15162026-06-16T22:36:51.920Z Compiling anyhow v1.0.102
15172026-06-16T22:36:51.995Z Compiling thiserror v1.0.69
15182026-06-16T22:36:52.097Z Compiling stringprep v0.1.5
15192026-06-16T22:36:52.190Z Compiling miniz_oxide v0.8.9
15202026-06-16T22:36:52.251Z Compiling serde_urlencoded v0.7.1
15212026-06-16T22:36:52.424Z Compiling proptest v1.10.0
15222026-06-16T22:36:52.804Z Compiling scroll v0.12.0
15232026-06-16T22:36:53.060Z Compiling tower-http v0.6.8
15242026-06-16T22:36:53.183Z Compiling derive_builder_macro v0.20.2
15252026-06-16T22:36:53.263Z Compiling tokio-native-tls v0.3.1
15262026-06-16T22:36:53.471Z Compiling bstr v1.12.1
15272026-06-16T22:36:53.578Z Compiling ipnetwork v0.21.1
15282026-06-16T22:36:53.627Z Compiling darling_macro v0.21.3
15292026-06-16T22:36:53.673Z Compiling rustls-native-certs v0.8.3
15302026-06-16T22:36:53.871Z Compiling rand_chacha v0.3.1
15312026-06-16T22:36:53.961Z Compiling erased-serde v0.3.31
15322026-06-16T22:36:54.030Z Compiling serde_spanned v0.6.9
15332026-06-16T22:36:54.119Z Compiling serde_tokenstream v0.2.3
15342026-06-16T22:36:54.171Z Compiling toml_datetime v0.6.11
15352026-06-16T22:36:54.173Z Compiling md-5 v0.10.6
15362026-06-16T22:36:54.347Z Compiling pin-project-internal v1.1.11
15372026-06-16T22:36:54.424Z Compiling zerocopy-derive v0.7.35
15382026-06-16T22:36:54.428Z Compiling async-trait v0.1.89
15392026-06-16T22:36:54.451Z Compiling curve25519-dalek v4.1.3
15402026-06-16T22:36:54.671Z Compiling vergen-lib v9.1.0
15412026-06-16T22:36:54.780Z Compiling num-integer v0.1.46
15422026-06-16T22:36:54.851Z Compiling hash32 v0.2.1
15432026-06-16T22:36:55.045Z Compiling ff v0.13.1
15442026-06-16T22:36:55.107Z Compiling memoffset v0.9.1
15452026-06-16T22:36:55.182Z Compiling encoding_rs v0.8.35
15462026-06-16T22:36:55.284Z Compiling cfg_aliases v0.2.1
15472026-06-16T22:36:55.297Z Compiling litrs v1.0.0
15482026-06-16T22:36:55.358Z Compiling zlib-rs v0.6.2
15492026-06-16T22:36:55.445Z Compiling mime v0.3.17
15502026-06-16T22:36:55.448Z Compiling psl-types v2.0.11
15512026-06-16T22:36:55.570Z Compiling ref-cast v1.0.25
15522026-06-16T22:36:55.710Z Compiling base16ct v0.2.0
15532026-06-16T22:36:55.791Z Compiling smoltcp v0.9.1
15542026-06-16T22:36:55.865Z Compiling fallible-iterator v0.2.0
15552026-06-16T22:36:55.882Z Compiling rustix v0.38.44
15562026-06-16T22:36:56.120Z Compiling num-bigint-dig v0.8.6
15572026-06-16T22:36:56.168Z Compiling postgres-protocol v0.6.10
15582026-06-16T22:36:56.342Z Compiling sec1 v0.7.3
15592026-06-16T22:36:56.376Z Compiling document-features v0.2.12
15602026-06-16T22:36:56.614Z Compiling publicsuffix v2.3.0
15612026-06-16T22:36:56.660Z Compiling pin-project v1.1.11
15622026-06-16T22:36:56.703Z Compiling nix v0.31.2
15632026-06-16T22:36:56.783Z Compiling zerocopy v0.7.35
15642026-06-16T22:36:56.852Z Compiling group v0.13.0
15652026-06-16T22:36:56.943Z Compiling num-iter v0.1.45
15662026-06-16T22:36:57.089Z Compiling newtype-uuid v1.3.2
15672026-06-16T22:36:57.286Z Compiling hubpack_derive v0.1.1
15682026-06-16T22:36:57.313Z Compiling darling v0.21.3
15692026-06-16T22:36:57.396Z Compiling rand v0.8.6
15702026-06-16T22:36:57.419Z Compiling oxnet v0.1.6
15712026-06-16T22:36:57.488Z Compiling derive_builder v0.20.2
15722026-06-16T22:36:57.609Z Compiling hyper-tls v0.6.0
15732026-06-16T22:36:57.736Z Compiling goblin v0.8.2
15742026-06-16T22:36:58.201Z Compiling flate2 v1.1.9
15752026-06-16T22:36:58.234Z Compiling phf_shared v0.13.1
15762026-06-16T22:36:58.350Z Compiling lazy_static v1.5.0
15772026-06-16T22:36:58.445Z Compiling regex v1.12.3
15782026-06-16T22:36:58.466Z Compiling anstyle-parse v0.2.7
15792026-06-16T22:36:58.522Z Compiling futures-executor v0.3.32
15802026-06-16T22:36:58.600Z Compiling hex v0.4.3
15812026-06-16T22:36:58.632Z Compiling hkdf v0.12.4
15822026-06-16T22:36:58.679Z Compiling crypto-bigint v0.5.5
15832026-06-16T22:36:58.823Z Compiling terminal_size v0.4.3
15842026-06-16T22:36:58.885Z Compiling daft-derive v0.1.7
15852026-06-16T22:36:58.894Z Compiling strum_macros v0.27.2
15862026-06-16T22:36:58.911Z Compiling curve25519-dalek-derive v0.1.1
15872026-06-16T22:36:58.956Z Compiling ref-cast-impl v1.0.25
15882026-06-16T22:36:59.495Z Compiling snafu-derive v0.8.9
15892026-06-16T22:36:59.552Z Compiling vergen v9.1.0
15902026-06-16T22:36:59.555Z Compiling fs-err v3.3.0
15912026-06-16T22:36:59.743Z Compiling cargo-platform v0.3.2
15922026-06-16T22:36:59.747Z Compiling ahash v0.8.12
15932026-06-16T22:36:59.956Z Compiling object v0.37.3
15942026-06-16T22:37:00.020Z Compiling same-file v1.0.6
15952026-06-16T22:37:00.187Z Compiling foldhash v0.1.5
15962026-06-16T22:37:00.223Z Compiling winnow v0.5.40
15972026-06-16T22:37:00.356Z Compiling libbz2-rs-sys v0.2.2
15982026-06-16T22:37:00.818Z Compiling managed v0.8.0
15992026-06-16T22:37:00.848Z Compiling bitflags v1.3.2
16002026-06-16T22:37:00.923Z Compiling bumpalo v3.20.2
16012026-06-16T22:37:01.033Z Compiling foldhash v0.2.0
16022026-06-16T22:37:01.047Z Compiling unicode-segmentation v1.12.0
16032026-06-16T22:37:01.207Z Compiling clap_builder v4.6.0
16042026-06-16T22:37:01.242Z Compiling hashbrown v0.16.1
16052026-06-16T22:37:01.254Z Compiling zopfli v0.8.3
16062026-06-16T22:37:01.383Z Compiling snafu v0.8.9
16072026-06-16T22:37:01.641Z Compiling toml_edit v0.19.15
16082026-06-16T22:37:01.727Z Compiling strum v0.27.2
16092026-06-16T22:37:01.819Z Compiling bzip2 v0.6.1
16102026-06-16T22:37:01.856Z Compiling hashbrown v0.15.5
16112026-06-16T22:37:01.952Z Compiling walkdir v2.5.0
16122026-06-16T22:37:02.017Z Compiling dof v0.3.0
16132026-06-16T22:37:02.289Z Compiling cargo_metadata v0.23.1
16142026-06-16T22:37:02.392Z Compiling elliptic-curve v0.13.8
16152026-06-16T22:37:02.406Z Compiling daft v0.1.7
16162026-06-16T22:37:02.788Z Compiling futures v0.3.32
16172026-06-16T22:37:02.830Z Compiling anstream v0.6.21
16182026-06-16T22:37:03.137Z Compiling phf v0.13.1
16192026-06-16T22:37:03.299Z Compiling cookie_store v0.22.1
16202026-06-16T22:37:03.616Z Compiling signal-hook-mio v0.2.5
16212026-06-16T22:37:03.771Z Compiling bzip2 v0.4.4
16222026-06-16T22:37:03.777Z Compiling reqwest v0.12.28
16232026-06-16T22:37:03.995Z Compiling hubpack v0.1.2
16242026-06-16T22:37:04.017Z Compiling zstd v0.13.3
16252026-06-16T22:37:04.145Z Compiling serde_with_macros v3.17.0
16262026-06-16T22:37:04.267Z Compiling postgres-types v0.2.12
16272026-06-16T22:37:04.309Z Compiling usdt-attr-macro v0.6.0
16282026-06-16T22:37:04.826Z Compiling usdt-macro v0.6.0
16292026-06-16T22:37:05.095Z Compiling globset v0.4.18
16302026-06-16T22:37:05.258Z Compiling dtrace-parser v0.2.0
16312026-06-16T22:37:05.382Z Compiling ed25519 v2.2.3
16322026-06-16T22:37:05.554Z Compiling phf_shared v0.11.3
16332026-06-16T22:37:05.668Z Compiling olpc-cjson v0.1.4
16342026-06-16T22:37:05.747Z Compiling pkcs1 v0.7.5
16352026-06-16T22:37:05.771Z Compiling serde_plain v1.0.2
16362026-06-16T22:37:05.828Z Compiling serde-big-array v0.5.1
16372026-06-16T22:37:05.962Z Compiling rfc6979 v0.4.0
16382026-06-16T22:37:05.971Z Compiling clap_derive v4.6.1
16392026-06-16T22:37:05.996Z Compiling enum-as-inner v0.6.1
16402026-06-16T22:37:06.079Z Compiling strum_macros v0.26.4
16412026-06-16T22:37:06.151Z Compiling serde_repr v0.1.20
16422026-06-16T22:37:06.281Z Compiling async-recursion v1.1.1
16432026-06-16T22:37:06.492Z Compiling pem v3.0.6
16442026-06-16T22:37:06.678Z Compiling float-cmp v0.10.0
16452026-06-16T22:37:06.823Z Compiling memmap2 v0.9.10
16462026-06-16T22:37:06.823Z Compiling thread-id v4.2.2
16472026-06-16T22:37:06.919Z Compiling env_filter v1.0.0
16482026-06-16T22:37:06.936Z Compiling fixedbitset v0.5.7
16492026-06-16T22:37:07.046Z Compiling fixedbitset v0.4.2
16502026-06-16T22:37:07.219Z Compiling jiff v0.2.21
16512026-06-16T22:37:07.233Z Compiling predicates-core v1.0.10
16522026-06-16T22:37:07.251Z Compiling either v1.15.0
16532026-06-16T22:37:07.405Z Compiling new_debug_unreachable v1.0.6
16542026-06-16T22:37:07.454Z Compiling precomputed-hash v0.1.1
16552026-06-16T22:37:07.476Z Compiling data-encoding v2.10.0
16562026-06-16T22:37:07.496Z Compiling difflib v0.4.0
16572026-06-16T22:37:07.539Z Compiling whoami v2.1.0
16582026-06-16T22:37:07.715Z Compiling typed-path v0.9.3
16592026-06-16T22:37:07.793Z Compiling normalize-line-endings v0.3.0
16602026-06-16T22:37:07.892Z Compiling keccak v0.1.6
16612026-06-16T22:37:07.916Z Compiling static_assertions v1.1.0
16622026-06-16T22:37:07.988Z Compiling winnow v1.0.3
16632026-06-16T22:37:08.053Z Compiling sha3 v0.10.8
16642026-06-16T22:37:08.154Z Compiling toml_edit v0.22.27
16652026-06-16T22:37:08.334Z Compiling toml_parser v1.1.2+spec-1.1.0
16662026-06-16T22:37:08.480Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16672026-06-16T22:37:08.495Z Compiling predicates v3.1.4
16682026-06-16T22:37:08.733Z Compiling strum v0.26.3
16692026-06-16T22:37:08.867Z Compiling hickory-proto v0.25.2
16702026-06-16T22:37:08.937Z Compiling tokio-postgres v0.7.16
16712026-06-16T22:37:08.992Z Compiling clap v4.6.1
16722026-06-16T22:37:09.071Z Compiling string_cache v0.8.9
16732026-06-16T22:37:09.199Z Compiling itertools v0.13.0
16742026-06-16T22:37:09.293Z Compiling petgraph v0.6.5
16752026-06-16T22:37:10.420Z Compiling zip v4.6.1
16762026-06-16T22:37:10.793Z Compiling petgraph v0.8.3
16772026-06-16T22:37:10.929Z Compiling env_logger v0.11.9
16782026-06-16T22:37:11.160Z Compiling usdt v0.6.0
16792026-06-16T22:37:11.280Z Compiling usdt-impl v0.5.0
16802026-06-16T22:37:11.298Z Compiling ecdsa v0.16.9
16812026-06-16T22:37:11.377Z Compiling rsa v0.9.10
16822026-06-16T22:37:11.413Z Compiling ed25519-dalek v2.2.0
16832026-06-16T22:37:11.429Z Compiling serde_with v3.17.0
16842026-06-16T22:37:11.685Z Compiling crossterm v0.28.1
16852026-06-16T22:37:12.076Z Compiling zip v0.6.6
16862026-06-16T22:37:12.714Z Compiling toml v0.7.8
16872026-06-16T22:37:12.985Z Compiling iddqd v0.4.2
16882026-06-16T22:37:13.361Z Compiling heck v0.4.1
16892026-06-16T22:37:13.374Z Compiling similar v2.7.0
16902026-06-16T22:37:13.447Z Compiling crossbeam-epoch v0.9.18
16912026-06-16T22:37:13.537Z Compiling tokio-stream v0.1.18
16922026-06-16T22:37:13.586Z Compiling buf-list v1.1.2
16932026-06-16T22:37:13.779Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16942026-06-16T22:37:13.915Z Compiling x509-cert v0.2.5
16952026-06-16T22:37:14.054Z Compiling openapiv3 v2.2.0
16962026-06-16T22:37:14.087Z Compiling sha1 v0.10.6
16972026-06-16T22:37:14.272Z Compiling peg-runtime v0.8.5
16982026-06-16T22:37:14.285Z Compiling lalrpop-util v0.19.12
16992026-06-16T22:37:14.315Z Compiling thread_local v1.1.9
17002026-06-16T22:37:14.479Z Compiling slog-async v2.8.0
17012026-06-16T22:37:14.553Z Compiling crossbeam-channel v0.5.15
17022026-06-16T22:37:14.574Z Compiling filetime v0.2.27
17032026-06-16T22:37:14.720Z Compiling is-terminal v0.4.17
17042026-06-16T22:37:14.745Z Compiling term v1.2.1
17052026-06-16T22:37:14.793Z Compiling xattr v1.6.1
17062026-06-16T22:37:14.815Z Compiling take_mut v0.2.2
17072026-06-16T22:37:14.927Z Compiling tar v0.4.45
17082026-06-16T22:37:15.329Z Compiling slog-term v2.9.2
17092026-06-16T22:37:25.927Z Compiling rustls-webpki v0.103.9
17102026-06-16T22:37:28.583Z Compiling tokio-rustls v0.26.4
17112026-06-16T22:37:28.583Z Compiling rustls-platform-verifier v0.6.2
17122026-06-16T22:37:28.586Z Compiling tough v0.22.0
17132026-06-16T22:37:28.796Z Compiling hyper-rustls v0.27.7
17142026-06-16T22:37:28.996Z Compiling reqwest v0.13.2
17152026-06-16T22:37:31.247Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17162026-06-16T22:37:31.449Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17172026-06-16T22:37:34.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
17182026-06-16T22:37:34.391Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17192026-06-16T22:37:34.446ZJun 16 22:37:32.780 INFO Starting download, target: Console
17202026-06-16T22:37:34.446ZJun 16 22:37:32.781 INFO Starting download, target: DendriteStub
17212026-06-16T22:37:34.451ZJun 16 22:37:32.781 INFO Starting download, target: Cockroach
17222026-06-16T22:37:34.451ZJun 16 22:37:32.781 INFO Starting download, target: Clickhouse
17232026-06-16T22:37:34.451ZJun 16 22:37:32.781 INFO Starting download, target: MaghemiteMgd
17242026-06-16T22:37:34.451ZJun 16 22:37:32.781 INFO Starting download, target: MaghemiteDdmd
17252026-06-16T22:37:34.451ZJun 16 22:37:32.781 INFO Starting download, target: TransceiverControl
17262026-06-16T22:37:34.451ZJun 16 22:37:32.781 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17272026-06-16T22:37:34.451ZJun 16 22:37:32.781 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17282026-06-16T22:37:34.451ZJun 16 22:37:32.781 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17292026-06-16T22:37:34.451ZJun 16 22:37:32.781 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17302026-06-16T22:37:34.451ZJun 16 22:37:32.781 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17312026-06-16T22:37:34.451ZJun 16 22:37:32.781 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17322026-06-16T22:37:34.451ZJun 16 22:37:32.781 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17332026-06-16T22:37:35.229ZJun 16 22:37:33.558 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17342026-06-16T22:37:35.396ZJun 16 22:37:33.727 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17352026-06-16T22:37:35.446ZJun 16 22:37:33.765 INFO Download complete, target: TransceiverControl
17362026-06-16T22:37:35.659ZJun 16 22:37:33.986 INFO Download complete, target: Console
17372026-06-16T22:37:36.029ZJun 16 22:37:34.363 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17382026-06-16T22:37:36.179ZJun 16 22:37:34.513 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17392026-06-16T22:37:36.229ZJun 16 22:37:34.558 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17402026-06-16T22:37:36.541ZJun 16 22:37:34.875 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17412026-06-16T22:37:36.726ZJun 16 22:37:35.061 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17422026-06-16T22:37:36.726ZJun 16 22:37:35.061 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17432026-06-16T22:37:37.873ZJun 16 22:37:36.208 INFO Download complete, target: MaghemiteDdmd
17442026-06-16T22:37:38.698ZJun 16 22:37:37.032 INFO Download complete, target: MaghemiteMgd
17452026-06-16T22:37:38.760ZJun 16 22:37:37.095 INFO Download complete, target: DendriteStub
17462026-06-16T22:37:41.372ZJun 16 22:37:39.706 INFO Checking that binary works, target: Cockroach
17472026-06-16T22:37:41.485ZJun 16 22:37:39.820 INFO Download complete, target: Cockroach
17482026-06-16T22:37:43.296ZJun 16 22:37:41.631 INFO Checking that binary works, target: Clickhouse
17492026-06-16T22:37:43.404ZJun 16 22:37:41.738 INFO Download complete, target: Clickhouse
17502026-06-16T22:37:43.421ZAll builder prerequisites installed successfully, and PATH looks valid
17512026-06-16T22:37:43.425Z
17522026-06-16T22:37:43.425Zreal 2:06.310058713
17532026-06-16T22:37:43.425Zuser 6:48.704565681
17542026-06-16T22:37:43.425Zsys 1:21.026262322
17552026-06-16T22:37:43.425Ztrap 0.241818048
17562026-06-16T22:37:43.425Ztflt 0.640239019
17572026-06-16T22:37:43.425Zdflt 0.571546928
17582026-06-16T22:37:43.425Zkflt 0.023464244
17592026-06-16T22:37:43.425Zlock 21:44.277450562
17602026-06-16T22:37:43.425Zslp 20:55.595765382
17612026-06-16T22:37:43.425Zlat 44.097578683
17622026-06-16T22:37:43.425Zstop 1:51.287508282
17632026-06-16T22:37:43.425Z+ banner hack-check
17642026-06-16T22:37:43.425Z
17652026-06-16T22:37:43.425Z # # ## #### # # #### # # ###### #### # #
17662026-06-16T22:37:43.425Z # # # # # # # # # # # # # # # # #
17672026-06-16T22:37:43.425Z ###### # # # #### ##### # ###### ##### # ####
17682026-06-16T22:37:43.425Z # # ###### # # # # # # # # # #
17692026-06-16T22:37:43.425Z # # # # # # # # # # # # # # # # #
17702026-06-16T22:37:43.425Z # # # # #### # # #### # # ###### #### # #
17712026-06-16T22:37:43.425Z
17722026-06-16T22:37:43.429Z+ export CARGO_INCREMENTAL=0
17732026-06-16T22:37:43.429Z+ CARGO_INCREMENTAL=0
17742026-06-16T22:37:43.429Z+ ptime -m timeout 2h cargo xtask check-features --ci
17752026-06-16T22:37:43.891Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17762026-06-16T22:37:44.109Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17772026-06-16T22:37:45.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.51s
17782026-06-16T22:37:46.022Z Running `target/debug/xtask check-features --ci`
17792026-06-16T22:37:46.047Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17802026-06-16T22:37:46.047Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17812026-06-16T22:37:46.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
17822026-06-16T22:37:46.494Z Running `target/debug/xtask download cargo-hack`
17832026-06-16T22:37:47.219Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17842026-06-16T22:37:47.524Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17852026-06-16T22:37:50.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.53s
17862026-06-16T22:37:50.211Z Running `target/debug/xtask-downloader cargo-hack`
17872026-06-16T22:37:50.250ZJun 16 22:37:48.584 INFO Starting download, target: CargoHack
17882026-06-16T22:37:50.253ZJun 16 22:37:48.585 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17892026-06-16T22:37:50.596ZJun 16 22:37:48.929 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17902026-06-16T22:37:50.719ZJun 16 22:37:48.978 INFO Download complete, target: CargoHack
17912026-06-16T22:37:50.728Zrunning: "/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"
17922026-06-16T22:37:50.728Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17932026-06-16T22:37:50.812Zinfo: running `cargo check --bins` on api_identity (1/296)
17942026-06-16T22:37:51.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17952026-06-16T22:37:51.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17962026-06-16T22:37:51.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17972026-06-16T22:37:51.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
17982026-06-16T22:37:51.324Z
17992026-06-16T22:37:51.324Zinfo: running `cargo check --bins` on bootstore (2/296)
18002026-06-16T22:37:51.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18012026-06-16T22:37:51.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18022026-06-16T22:37:51.766Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18032026-06-16T22:37:51.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18042026-06-16T22:37:51.842Z
18052026-06-16T22:37:51.842Zinfo: running `cargo check --bins` on omicron-ledger (3/296)
18062026-06-16T22:37:52.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18072026-06-16T22:37:52.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18082026-06-16T22:37:52.282Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18092026-06-16T22:37:52.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18102026-06-16T22:37:52.357Z
18112026-06-16T22:37:52.357Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/296)
18122026-06-16T22:37:52.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18132026-06-16T22:37:52.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18142026-06-16T22:37:52.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18152026-06-16T22:37:52.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18162026-06-16T22:37:52.867Z
18172026-06-16T22:37:52.867Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/296)
18182026-06-16T22:37:53.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18192026-06-16T22:37:53.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18202026-06-16T22:37:53.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18212026-06-16T22:37:53.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18222026-06-16T22:37:53.381Z
18232026-06-16T22:37:53.381Zinfo: running `cargo check --bins` on omicron-certificates (6/296)
18242026-06-16T22:37:53.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18252026-06-16T22:37:53.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18262026-06-16T22:37:53.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18272026-06-16T22:37:53.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18282026-06-16T22:37:53.915Z
18292026-06-16T22:37:53.916Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/296)
18302026-06-16T22:37:54.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18312026-06-16T22:37:54.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18322026-06-16T22:37:54.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18332026-06-16T22:37:54.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18342026-06-16T22:37:54.447Z
18352026-06-16T22:37:54.447Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/296)
18362026-06-16T22:37:54.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18372026-06-16T22:37:54.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18382026-06-16T22:37:54.890Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18392026-06-16T22:37:54.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18402026-06-16T22:37:54.968Z
18412026-06-16T22:37:54.968Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/296)
18422026-06-16T22:37:55.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18432026-06-16T22:37:55.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18442026-06-16T22:37:55.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18452026-06-16T22:37:55.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18462026-06-16T22:37:55.369Z
18472026-06-16T22:37:55.369Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/296)
18482026-06-16T22:37:55.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18492026-06-16T22:37:55.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18502026-06-16T22:37:55.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18512026-06-16T22:37:55.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18522026-06-16T22:37:55.772Z
18532026-06-16T22:37:55.772Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/296)
18542026-06-16T22:37:56.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18552026-06-16T22:37:56.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18562026-06-16T22:37:56.122Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18572026-06-16T22:37:56.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18582026-06-16T22:37:56.168Z
18592026-06-16T22:37:56.168Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/296)
18602026-06-16T22:37:56.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18612026-06-16T22:37:56.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18622026-06-16T22:37:56.520Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18632026-06-16T22:37:56.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18642026-06-16T22:37:56.565Z
18652026-06-16T22:37:56.565Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/296)
18662026-06-16T22:37:56.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18672026-06-16T22:37:56.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18682026-06-16T22:37:56.919Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18692026-06-16T22:37:56.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18702026-06-16T22:37:56.965Z
18712026-06-16T22:37:56.965Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/296)
18722026-06-16T22:37:57.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18732026-06-16T22:37:57.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18742026-06-16T22:37:57.317Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18752026-06-16T22:37:57.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18762026-06-16T22:37:57.363Z
18772026-06-16T22:37:57.363Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/296)
18782026-06-16T22:37:57.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18792026-06-16T22:37:57.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18802026-06-16T22:37:57.719Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18812026-06-16T22:37:57.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18822026-06-16T22:37:57.767Z
18832026-06-16T22:37:57.767Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/296)
18842026-06-16T22:37:58.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18852026-06-16T22:37:58.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18862026-06-16T22:37:58.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18872026-06-16T22:37:58.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18882026-06-16T22:37:58.164Z
18892026-06-16T22:37:58.164Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/296)
18902026-06-16T22:37:58.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18912026-06-16T22:37:58.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18922026-06-16T22:37:58.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18932026-06-16T22:37:58.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18942026-06-16T22:37:58.564Z
18952026-06-16T22:37:58.564Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/296)
18962026-06-16T22:37:58.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18972026-06-16T22:37:58.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18982026-06-16T22:37:58.920Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18992026-06-16T22:37:58.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19002026-06-16T22:37:58.968Z
19012026-06-16T22:37:58.968Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/296)
19022026-06-16T22:37:59.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19032026-06-16T22:37:59.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19042026-06-16T22:37:59.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19052026-06-16T22:37:59.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19062026-06-16T22:37:59.367Z
19072026-06-16T22:37:59.367Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/296)
19082026-06-16T22:37:59.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19092026-06-16T22:37:59.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19102026-06-16T22:37:59.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19112026-06-16T22:37:59.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19122026-06-16T22:37:59.771Z
19132026-06-16T22:37:59.771Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/296)
19142026-06-16T22:38:00.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19152026-06-16T22:38:00.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19162026-06-16T22:38:00.127Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19172026-06-16T22:38:00.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19182026-06-16T22:38:00.178Z
19192026-06-16T22:38:00.178Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/296)
19202026-06-16T22:38:00.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19212026-06-16T22:38:00.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19222026-06-16T22:38:00.532Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19232026-06-16T22:38:00.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19242026-06-16T22:38:00.580Z
19252026-06-16T22:38:00.580Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/296)
19262026-06-16T22:38:00.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19272026-06-16T22:38:00.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19282026-06-16T22:38:00.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19292026-06-16T22:38:00.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19302026-06-16T22:38:00.985Z
19312026-06-16T22:38:00.985Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/296)
19322026-06-16T22:38:01.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19332026-06-16T22:38:01.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19342026-06-16T22:38:01.340Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19352026-06-16T22:38:01.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19362026-06-16T22:38:01.389Z
19372026-06-16T22:38:01.389Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/296)
19382026-06-16T22:38:01.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19392026-06-16T22:38:01.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19402026-06-16T22:38:01.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19412026-06-16T22:38:01.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19422026-06-16T22:38:01.798Z
19432026-06-16T22:38:01.798Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/296)
19442026-06-16T22:38:02.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19452026-06-16T22:38:02.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19462026-06-16T22:38:02.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19472026-06-16T22:38:02.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19482026-06-16T22:38:02.201Z
19492026-06-16T22:38:02.201Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/296)
19502026-06-16T22:38:02.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19512026-06-16T22:38:02.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19522026-06-16T22:38:02.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19532026-06-16T22:38:02.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19542026-06-16T22:38:02.604Z
19552026-06-16T22:38:02.604Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/296)
19562026-06-16T22:38:02.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19572026-06-16T22:38:02.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19582026-06-16T22:38:02.960Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19592026-06-16T22:38:02.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19602026-06-16T22:38:03.008Z
19612026-06-16T22:38:03.008Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/296)
19622026-06-16T22:38:03.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19632026-06-16T22:38:03.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19642026-06-16T22:38:03.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19652026-06-16T22:38:03.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19662026-06-16T22:38:03.412Z
19672026-06-16T22:38:03.412Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/296)
19682026-06-16T22:38:03.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19692026-06-16T22:38:03.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19702026-06-16T22:38:03.768Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19712026-06-16T22:38:03.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19722026-06-16T22:38:03.818Z
19732026-06-16T22:38:03.818Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/296)
19742026-06-16T22:38:04.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19752026-06-16T22:38:04.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19762026-06-16T22:38:04.172Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19772026-06-16T22:38:04.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19782026-06-16T22:38:04.218Z
19792026-06-16T22:38:04.218Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/296)
19802026-06-16T22:38:04.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19812026-06-16T22:38:04.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19822026-06-16T22:38:04.571Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19832026-06-16T22:38:04.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19842026-06-16T22:38:04.619Z
19852026-06-16T22:38:04.619Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/296)
19862026-06-16T22:38:04.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19872026-06-16T22:38:04.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19882026-06-16T22:38:04.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19892026-06-16T22:38:04.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19902026-06-16T22:38:05.021Z
19912026-06-16T22:38:05.021Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/296)
19922026-06-16T22:38:05.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19932026-06-16T22:38:05.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19942026-06-16T22:38:05.374Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19952026-06-16T22:38:05.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19962026-06-16T22:38:05.421Z
19972026-06-16T22:38:05.421Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/296)
19982026-06-16T22:38:05.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19992026-06-16T22:38:05.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20002026-06-16T22:38:05.775Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20012026-06-16T22:38:05.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20022026-06-16T22:38:05.821Z
20032026-06-16T22:38:05.821Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/296)
20042026-06-16T22:38:06.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20052026-06-16T22:38:06.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20062026-06-16T22:38:06.173Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20072026-06-16T22:38:06.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20082026-06-16T22:38:06.220Z
20092026-06-16T22:38:06.220Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/296)
20102026-06-16T22:38:06.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20112026-06-16T22:38:06.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20122026-06-16T22:38:06.577Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20132026-06-16T22:38:06.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20142026-06-16T22:38:06.621Z
20152026-06-16T22:38:06.621Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/296)
20162026-06-16T22:38:06.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20172026-06-16T22:38:06.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20182026-06-16T22:38:06.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20192026-06-16T22:38:06.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20202026-06-16T22:38:07.021Z
20212026-06-16T22:38:07.021Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/296)
20222026-06-16T22:38:07.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20232026-06-16T22:38:07.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20242026-06-16T22:38:07.374Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20252026-06-16T22:38:07.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20262026-06-16T22:38:07.422Z
20272026-06-16T22:38:07.422Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/296)
20282026-06-16T22:38:07.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20292026-06-16T22:38:07.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20302026-06-16T22:38:07.776Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20312026-06-16T22:38:07.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20322026-06-16T22:38:07.824Z
20332026-06-16T22:38:07.824Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/296)
20342026-06-16T22:38:08.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20352026-06-16T22:38:08.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20362026-06-16T22:38:08.178Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20372026-06-16T22:38:08.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20382026-06-16T22:38:08.228Z
20392026-06-16T22:38:08.228Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/296)
20402026-06-16T22:38:08.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20412026-06-16T22:38:08.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20422026-06-16T22:38:08.585Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20432026-06-16T22:38:08.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20442026-06-16T22:38:08.635Z
20452026-06-16T22:38:08.635Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/296)
20462026-06-16T22:38:08.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20472026-06-16T22:38:08.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20482026-06-16T22:38:08.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20492026-06-16T22:38:08.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20502026-06-16T22:38:09.039Z
20512026-06-16T22:38:09.039Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/296)
20522026-06-16T22:38:09.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20532026-06-16T22:38:09.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20542026-06-16T22:38:09.395Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20552026-06-16T22:38:09.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20562026-06-16T22:38:09.447Z
20572026-06-16T22:38:09.447Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/296)
20582026-06-16T22:38:09.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20592026-06-16T22:38:09.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20602026-06-16T22:38:09.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20612026-06-16T22:38:09.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20622026-06-16T22:38:09.849Z
20632026-06-16T22:38:09.849Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/296)
20642026-06-16T22:38:10.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20652026-06-16T22:38:10.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20662026-06-16T22:38:10.207Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20672026-06-16T22:38:10.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20682026-06-16T22:38:10.255Z
20692026-06-16T22:38:10.255Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/296)
20702026-06-16T22:38:10.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20712026-06-16T22:38:10.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20722026-06-16T22:38:10.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20732026-06-16T22:38:10.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20742026-06-16T22:38:10.659Z
20752026-06-16T22:38:10.659Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/296)
20762026-06-16T22:38:11.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20772026-06-16T22:38:11.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20782026-06-16T22:38:11.016Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20792026-06-16T22:38:11.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20802026-06-16T22:38:11.063Z
20812026-06-16T22:38:11.063Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/296)
20822026-06-16T22:38:11.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20832026-06-16T22:38:11.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20842026-06-16T22:38:11.544Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20852026-06-16T22:38:11.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
20862026-06-16T22:38:11.630Z
20872026-06-16T22:38:11.630Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/296)
20882026-06-16T22:38:12.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20892026-06-16T22:38:12.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20902026-06-16T22:38:12.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20912026-06-16T22:38:12.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
20922026-06-16T22:38:12.196Z
20932026-06-16T22:38:12.196Zinfo: running `cargo check --bins` on nexus-config (51/296)
20942026-06-16T22:38:12.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20952026-06-16T22:38:12.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20962026-06-16T22:38:12.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20972026-06-16T22:38:12.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
20982026-06-16T22:38:12.764Z
20992026-06-16T22:38:12.764Zinfo: running `cargo check --bins` on nexus-types (52/296)
21002026-06-16T22:38:13.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21012026-06-16T22:38:13.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21022026-06-16T22:38:13.244Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21032026-06-16T22:38:13.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21042026-06-16T22:38:13.333Z
21052026-06-16T22:38:13.333Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/296)
21062026-06-16T22:38:13.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21072026-06-16T22:38:13.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21082026-06-16T22:38:13.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21092026-06-16T22:38:13.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21102026-06-16T22:38:13.875Z
21112026-06-16T22:38:13.875Zinfo: running `cargo check --bins` on omicron-passwords (54/296)
21122026-06-16T22:38:14.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21132026-06-16T22:38:14.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21142026-06-16T22:38:14.314Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21152026-06-16T22:38:14.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21162026-06-16T22:38:14.389Z
21172026-06-16T22:38:14.389Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/296)
21182026-06-16T22:38:14.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21192026-06-16T22:38:14.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21202026-06-16T22:38:14.847Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21212026-06-16T22:38:14.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21222026-06-16T22:38:14.928Z
21232026-06-16T22:38:14.928Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/296)
21242026-06-16T22:38:15.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21252026-06-16T22:38:15.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21262026-06-16T22:38:15.383Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21272026-06-16T22:38:15.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21282026-06-16T22:38:15.465Z
21292026-06-16T22:38:15.465Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/296)
21302026-06-16T22:38:15.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21312026-06-16T22:38:15.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21322026-06-16T22:38:15.926Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21332026-06-16T22:38:15.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21342026-06-16T22:38:16.007Z
21352026-06-16T22:38:16.007Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/296)
21362026-06-16T22:38:16.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21372026-06-16T22:38:16.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21382026-06-16T22:38:16.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21392026-06-16T22:38:16.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21402026-06-16T22:38:16.543Z
21412026-06-16T22:38:16.543Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/296)
21422026-06-16T22:38:16.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21432026-06-16T22:38:16.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21442026-06-16T22:38:16.987Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21452026-06-16T22:38:16.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21462026-06-16T22:38:17.064Z
21472026-06-16T22:38:17.064Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/296)
21482026-06-16T22:38:17.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21492026-06-16T22:38:17.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21502026-06-16T22:38:17.507Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21512026-06-16T22:38:17.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21522026-06-16T22:38:17.584Z
21532026-06-16T22:38:17.584Zinfo: running `cargo check --bins --no-default-features` on gfss (61/296)
21542026-06-16T22:38:18.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21552026-06-16T22:38:18.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21562026-06-16T22:38:18.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21572026-06-16T22:38:18.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21582026-06-16T22:38:18.099Z
21592026-06-16T22:38:18.099Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/296)
21602026-06-16T22:38:18.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21612026-06-16T22:38:18.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21622026-06-16T22:38:18.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21632026-06-16T22:38:18.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21642026-06-16T22:38:18.614Z
21652026-06-16T22:38:18.614Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/296)
21662026-06-16T22:38:19.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21672026-06-16T22:38:19.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21682026-06-16T22:38:19.069Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21692026-06-16T22:38:19.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21702026-06-16T22:38:19.149Z
21712026-06-16T22:38:19.149Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/296)
21722026-06-16T22:38:19.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21732026-06-16T22:38:19.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21742026-06-16T22:38:19.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21752026-06-16T22:38:19.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21762026-06-16T22:38:19.686Z
21772026-06-16T22:38:19.686Zinfo: running `cargo check --bins` on cockroach-admin-types (65/296)
21782026-06-16T22:38:20.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21792026-06-16T22:38:20.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21802026-06-16T22:38:20.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21812026-06-16T22:38:20.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21822026-06-16T22:38:20.204Z
21832026-06-16T22:38:20.205Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/296)
21842026-06-16T22:38:20.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21852026-06-16T22:38:20.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21862026-06-16T22:38:20.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21872026-06-16T22:38:20.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21882026-06-16T22:38:20.724Z
21892026-06-16T22:38:20.724Zinfo: running `cargo check --bins` on ereport-types (67/296)
21902026-06-16T22:38:21.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21912026-06-16T22:38:21.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21922026-06-16T22:38:21.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21932026-06-16T22:38:21.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21942026-06-16T22:38:21.242Z
21952026-06-16T22:38:21.242Zinfo: running `cargo check --bins` on gateway-client (68/296)
21962026-06-16T22:38:21.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21972026-06-16T22:38:21.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21982026-06-16T22:38:21.690Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21992026-06-16T22:38:21.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22002026-06-16T22:38:21.765Z
22012026-06-16T22:38:21.765Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/296)
22022026-06-16T22:38:22.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22032026-06-16T22:38:22.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22042026-06-16T22:38:22.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22052026-06-16T22:38:22.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22062026-06-16T22:38:22.286Z
22072026-06-16T22:38:22.286Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/296)
22082026-06-16T22:38:22.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22092026-06-16T22:38:22.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22102026-06-16T22:38:22.734Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22112026-06-16T22:38:22.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22122026-06-16T22:38:22.812Z
22132026-06-16T22:38:22.812Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/296)
22142026-06-16T22:38:23.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22152026-06-16T22:38:23.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22162026-06-16T22:38:23.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22172026-06-16T22:38:23.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22182026-06-16T22:38:23.340Z
22192026-06-16T22:38:23.340Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/296)
22202026-06-16T22:38:23.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22212026-06-16T22:38:23.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22222026-06-16T22:38:23.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22232026-06-16T22:38:23.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22242026-06-16T22:38:23.870Z
22252026-06-16T22:38:23.870Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/296)
22262026-06-16T22:38:24.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22272026-06-16T22:38:24.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22282026-06-16T22:38:24.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22292026-06-16T22:38:24.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22302026-06-16T22:38:24.418Z
22312026-06-16T22:38:24.418Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/296)
22322026-06-16T22:38:24.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22332026-06-16T22:38:24.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22342026-06-16T22:38:24.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22352026-06-16T22:38:24.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22362026-06-16T22:38:24.971Z
22372026-06-16T22:38:24.971Zinfo: running `cargo check --bins` on key-manager-types (75/296)
22382026-06-16T22:38:25.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22392026-06-16T22:38:25.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22402026-06-16T22:38:25.413Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22412026-06-16T22:38:25.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22422026-06-16T22:38:25.487Z
22432026-06-16T22:38:25.487Zinfo: running `cargo check --bins` on oxlog (76/296)
22442026-06-16T22:38:25.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22452026-06-16T22:38:25.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22462026-06-16T22:38:26.047Z Checking cfg-if v1.0.4
22472026-06-16T22:38:26.049Z Checking libc v0.2.185
22482026-06-16T22:38:26.050Z Checking serde_core v1.0.228
22492026-06-16T22:38:26.157Z Checking zeroize v1.8.2
22502026-06-16T22:38:26.164Z Checking memchr v2.8.0
22512026-06-16T22:38:26.171Z Checking log v0.4.29
22522026-06-16T22:38:26.180Z Checking smallvec v1.15.1
22532026-06-16T22:38:26.190Z Checking typenum v1.19.0
22542026-06-16T22:38:26.200Z Checking subtle v2.6.1
22552026-06-16T22:38:26.299Z Checking itoa v1.0.17
22562026-06-16T22:38:26.325Z Checking scopeguard v1.2.0
22572026-06-16T22:38:26.342Z Checking stable_deref_trait v1.2.1
22582026-06-16T22:38:26.353Z Checking const-oid v0.9.6
22592026-06-16T22:38:26.414Z Checking zerofrom v0.1.6
22602026-06-16T22:38:26.428Z Checking lock_api v0.4.14
22612026-06-16T22:38:26.442Z Checking pin-project-lite v0.2.17
22622026-06-16T22:38:26.526Z Checking yoke v0.8.1
22632026-06-16T22:38:26.538Z Checking portable-atomic v1.13.1
22642026-06-16T22:38:26.542Z Checking futures-core v0.3.32
22652026-06-16T22:38:26.558Z Checking getrandom v0.2.17
22662026-06-16T22:38:26.619Z Checking errno v0.3.14
22672026-06-16T22:38:26.651Z Checking parking_lot_core v0.9.12
22682026-06-16T22:38:26.686Z Checking zerovec v0.11.5
22692026-06-16T22:38:26.696Z Checking rand_core v0.6.4
22702026-06-16T22:38:26.732Z Checking signal-hook-registry v1.4.8
22712026-06-16T22:38:26.833Z Checking critical-section v1.2.0
22722026-06-16T22:38:26.852Z Checking generic-array v0.14.7
22732026-06-16T22:38:26.865Z Checking parking_lot v0.12.5
22742026-06-16T22:38:26.891Z Checking mio v1.2.0
22752026-06-16T22:38:26.927Z Checking zerocopy v0.8.40
22762026-06-16T22:38:26.940Z Checking once_cell v1.21.3
22772026-06-16T22:38:27.034Z Checking zmij v1.0.21
22782026-06-16T22:38:27.047Z Checking socket2 v0.6.3
22792026-06-16T22:38:27.114Z Checking libm v0.2.16
22802026-06-16T22:38:27.124Z Checking tinystr v0.8.2
22812026-06-16T22:38:27.163Z Checking percent-encoding v2.3.2
22822026-06-16T22:38:27.238Z Checking equivalent v1.0.2
22832026-06-16T22:38:27.277Z Checking writeable v0.6.2
22842026-06-16T22:38:27.289Z Checking crypto-common v0.1.7
22852026-06-16T22:38:27.292Z Checking block-buffer v0.10.4
22862026-06-16T22:38:27.300Z Checking litemap v0.8.1
22872026-06-16T22:38:27.350Z Checking potential_utf v0.1.4
22882026-06-16T22:38:27.429Z Checking zerotrie v0.2.3
22892026-06-16T22:38:27.443Z Checking futures-sink v0.3.32
22902026-06-16T22:38:27.473Z Checking digest v0.10.7
22912026-06-16T22:38:27.485Z Checking icu_collections v2.1.1
22922026-06-16T22:38:27.497Z Checking icu_locale_core v2.1.1
22932026-06-16T22:38:27.539Z Checking futures-channel v0.3.32
22942026-06-16T22:38:27.614Z Checking serde v1.0.228
22952026-06-16T22:38:27.659Z Checking bitflags v2.11.0
22962026-06-16T22:38:27.674Z Checking serde_json v1.0.150
22972026-06-16T22:38:27.730Z Checking cpufeatures v0.2.17
22982026-06-16T22:38:27.784Z Checking futures-io v0.3.32
22992026-06-16T22:38:27.797Z Checking futures-task v0.3.32
23002026-06-16T22:38:27.800Z Checking num-traits v0.2.19
23012026-06-16T22:38:27.820Z Checking slab v0.4.12
23022026-06-16T22:38:27.891Z Checking hmac v0.12.1
23032026-06-16T22:38:27.930Z Checking icu_properties_data v2.1.2
23042026-06-16T22:38:27.970Z Checking futures-util v0.3.32
23052026-06-16T22:38:28.015Z Checking bytes v1.11.1
23062026-06-16T22:38:28.026Z Checking icu_normalizer_data v2.1.1
23072026-06-16T22:38:28.040Z Checking icu_provider v2.1.1
23082026-06-16T22:38:28.053Z Checking rand_core v0.10.0
23092026-06-16T22:38:28.090Z Checking hashbrown v0.17.0
23102026-06-16T22:38:28.188Z Checking getrandom v0.4.1
23112026-06-16T22:38:28.268Z Checking icu_normalizer v2.1.1
23122026-06-16T22:38:28.326Z Checking icu_properties v2.1.2
23132026-06-16T22:38:28.339Z Checking block-padding v0.3.3
23142026-06-16T22:38:28.352Z Checking utf8_iter v1.0.4
23152026-06-16T22:38:28.457Z Checking tokio v1.52.1
23162026-06-16T22:38:28.469Z Checking inout v0.1.4
23172026-06-16T22:38:28.479Z Checking sha2 v0.10.9
23182026-06-16T22:38:28.566Z Checking indexmap v2.14.0
23192026-06-16T22:38:28.584Z Checking form_urlencoded v1.2.2
23202026-06-16T22:38:28.605Z Checking cipher v0.4.4
23212026-06-16T22:38:28.713Z Checking getrandom v0.3.4
23222026-06-16T22:38:28.749Z Checking byteorder v1.5.0
23232026-06-16T22:38:28.810Z Checking base64ct v1.8.3
23242026-06-16T22:38:28.853Z Checking fnv v1.0.7
23252026-06-16T22:38:28.945Z Checking flagset v0.4.7
23262026-06-16T22:38:28.960Z Checking rand_core v0.9.5
23272026-06-16T22:38:29.041Z Checking pem-rfc7468 v0.7.0
23282026-06-16T22:38:29.068Z Checking http v1.4.2
23292026-06-16T22:38:29.113Z Checking regex-syntax v0.8.10
23302026-06-16T22:38:29.132Z Checking salsa20 v0.10.2
23312026-06-16T22:38:29.147Z Checking idna_adapter v1.2.1
23322026-06-16T22:38:29.197Z Checking der v0.7.10
23332026-06-16T22:38:29.316Z Checking uuid v1.23.3
23342026-06-16T22:38:29.320Z Checking idna v1.1.0
23352026-06-16T22:38:29.508Z Checking url v2.5.8
23362026-06-16T22:38:29.572Z Checking pbkdf2 v0.12.2
23372026-06-16T22:38:29.625Z Checking rustix v1.1.3
23382026-06-16T22:38:29.679Z Checking tracing-core v0.1.36
23392026-06-16T22:38:29.701Z Checking ppv-lite86 v0.2.21
23402026-06-16T22:38:29.880Z Checking iana-time-zone v0.1.65
23412026-06-16T22:38:29.934Z Checking spki v0.7.3
23422026-06-16T22:38:29.945Z Checking base64 v0.22.1
23432026-06-16T22:38:29.983Z Checking chrono v0.4.44
23442026-06-16T22:38:29.986Z Checking tracing v0.1.44
23452026-06-16T22:38:30.005Z Checking rand_chacha v0.9.0
23462026-06-16T22:38:30.095Z Checking scrypt v0.11.0
23472026-06-16T22:38:30.180Z Checking http-body v1.0.1
23482026-06-16T22:38:30.192Z Checking cbc v0.1.2
23492026-06-16T22:38:30.201Z Checking aes v0.8.4
23502026-06-16T22:38:30.232Z Checking rustls-pki-types v1.14.0
23512026-06-16T22:38:30.308Z Checking openssl-probe v0.2.1
23522026-06-16T22:38:30.321Z Checking tinyvec_macros v0.1.1
23532026-06-16T22:38:30.384Z Checking tinyvec v1.10.0
23542026-06-16T22:38:30.414Z Checking rand v0.9.2
23552026-06-16T22:38:30.426Z Checking aws-lc-sys v0.40.0
23562026-06-16T22:38:30.458Z Checking try-lock v0.2.5
23572026-06-16T22:38:30.517Z Checking atomic-waker v1.1.2
23582026-06-16T22:38:30.553Z Checking tower-service v0.3.3
23592026-06-16T22:38:30.584Z Checking pkcs5 v0.7.1
23602026-06-16T22:38:30.612Z Checking untrusted v0.7.1
23612026-06-16T22:38:30.638Z Checking tower-layer v0.3.3
23622026-06-16T22:38:30.692Z Checking want v0.3.1
23632026-06-16T22:38:30.721Z Checking ipnet v2.11.0
23642026-06-16T22:38:30.784Z Checking httparse v1.10.1
23652026-06-16T22:38:30.812Z Checking aho-corasick v1.1.4
23662026-06-16T22:38:30.833Z Checking pkcs8 v0.10.2
23672026-06-16T22:38:30.845Z Checking fastrand v2.3.0
23682026-06-16T22:38:30.876Z Checking dyn-clone v1.0.20
23692026-06-16T22:38:30.923Z Checking aws-lc-rs v1.16.3
23702026-06-16T22:38:30.976Z Checking httpdate v1.0.3
23712026-06-16T22:38:30.987Z Checking utf8parse v0.2.2
23722026-06-16T22:38:30.997Z Checking foreign-types-shared v0.1.1
23732026-06-16T22:38:31.008Z Checking plain v0.2.3
23742026-06-16T22:38:31.020Z Checking untrusted v0.9.0
23752026-06-16T22:38:31.073Z Checking foreign-types v0.3.2
23762026-06-16T22:38:31.085Z Checking tempfile v3.25.0
23772026-06-16T22:38:31.106Z Checking unicode-normalization v0.1.25
23782026-06-16T22:38:31.119Z Checking semver v1.0.28
23792026-06-16T22:38:31.131Z Checking openssl-sys v0.9.115
23802026-06-16T22:38:31.139Z Checking spin v0.9.8
23812026-06-16T22:38:31.270Z Checking unicode-ident v1.0.24
23822026-06-16T22:38:31.315Z Checking anstyle v1.0.14
23832026-06-16T22:38:31.327Z Checking ucd-trie v0.1.7
23842026-06-16T22:38:31.380Z Checking proc-macro2 v1.0.106
23852026-06-16T22:38:31.456Z Checking pest v2.8.6
23862026-06-16T22:38:31.495Z Checking regex-automata v0.4.14
23872026-06-16T22:38:31.498Z Checking schemars v0.8.22
23882026-06-16T22:38:31.519Z Checking openssl v0.10.79
23892026-06-16T22:38:31.532Z Checking thiserror v2.0.18
23902026-06-16T22:38:31.632Z Checking sync_wrapper v1.0.2
23912026-06-16T22:38:31.680Z Checking tokio-util v0.7.18
23922026-06-16T22:38:31.692Z Checking wait-timeout v0.2.1
23932026-06-16T22:38:31.733Z Checking simd-adler32 v0.3.8
23942026-06-16T22:38:31.754Z Checking rustls-webpki v0.103.9
23952026-06-16T22:38:31.808Z Checking bit-vec v0.8.0
23962026-06-16T22:38:31.900Z Checking pretty-hex v0.4.1
23972026-06-16T22:38:31.996Z Checking quick-error v1.2.3
23982026-06-16T22:38:32.015Z Checking powerfmt v0.2.0
23992026-06-16T22:38:32.095Z Checking is_terminal_polyfill v1.70.2
24002026-06-16T22:38:32.144Z Checking anstyle-query v1.1.5
24012026-06-16T22:38:32.155Z Checking rustls v0.23.40
24022026-06-16T22:38:32.165Z Checking siphasher v1.0.2
24032026-06-16T22:38:32.177Z Checking colorchoice v1.0.4
24042026-06-16T22:38:32.232Z Checking deranged v0.5.8
24052026-06-16T22:38:32.271Z Checking rusty-fork v0.3.1
24062026-06-16T22:38:32.284Z Checking h2 v0.4.15
24072026-06-16T22:38:32.315Z Checking bit-set v0.8.0
24082026-06-16T22:38:32.437Z Checking tower v0.5.3
24092026-06-16T22:38:32.463Z Checking quote v1.0.45
24102026-06-16T22:38:32.517Z Compiling newtype-uuid v1.3.2
24112026-06-16T22:38:32.627Z Checking http-body-util v0.1.3
24122026-06-16T22:38:32.696Z Checking crossbeam-utils v0.8.21
24132026-06-16T22:38:32.816Z Checking rand_xorshift v0.4.0
24142026-06-16T22:38:32.841Z Checking crc32fast v1.5.0
24152026-06-16T22:38:32.934Z Checking scroll v0.13.0
24162026-06-16T22:38:32.978Z Checking signature v2.2.0
24172026-06-16T22:38:33.028Z Checking iri-string v0.7.10
24182026-06-16T22:38:33.106Z Checking num-conv v0.2.0
24192026-06-16T22:38:33.146Z Checking num_threads v0.1.7
24202026-06-16T22:38:33.158Z Checking allocator-api2 v0.2.21
24212026-06-16T22:38:33.220Z Checking ryu v1.0.23
24222026-06-16T22:38:33.233Z Checking time-core v0.1.8
24232026-06-16T22:38:33.324Z Checking unicode-bidi v0.3.18
24242026-06-16T22:38:33.373Z Checking unicode-properties v0.1.4
24252026-06-16T22:38:33.376Z Checking adler2 v2.0.1
24262026-06-16T22:38:33.462Z Checking unarray v0.1.4
24272026-06-16T22:38:33.492Z Checking miniz_oxide v0.8.9
24282026-06-16T22:38:33.551Z Checking native-tls v0.2.18
24292026-06-16T22:38:33.562Z Checking proptest v1.10.0
24302026-06-16T22:38:33.565Z Checking serde_urlencoded v0.7.1
24312026-06-16T22:38:33.622Z Checking stringprep v0.1.5
24322026-06-16T22:38:33.729Z Checking tokio-native-tls v0.3.1
24332026-06-16T22:38:33.764Z Checking time v0.3.47
24342026-06-16T22:38:33.775Z Checking bstr v1.12.1
24352026-06-16T22:38:33.859Z Checking goblin v0.10.5
24362026-06-16T22:38:33.887Z Checking crossbeam-epoch v0.9.18
24372026-06-16T22:38:34.084Z Checking tower-http v0.6.8
24382026-06-16T22:38:34.113Z Compiling daft v0.1.7
24392026-06-16T22:38:34.173Z Checking syn v2.0.117
24402026-06-16T22:38:34.362Z Checking ipnetwork v0.21.1
24412026-06-16T22:38:34.391Z Checking anstyle-parse v1.0.0
24422026-06-16T22:38:34.433Z Checking rustls-native-certs v0.8.3
24432026-06-16T22:38:34.540Z Checking rand_chacha v0.3.1
24442026-06-16T22:38:34.565Z Checking thiserror v1.0.69
24452026-06-16T22:38:34.575Z Checking scroll v0.12.0
24462026-06-16T22:38:34.659Z Checking zstd-sys v2.0.16+zstd.1.5.7
24472026-06-16T22:38:34.744Z Checking hash32 v0.2.1
24482026-06-16T22:38:34.771Z Checking num-integer v0.1.46
24492026-06-16T22:38:34.801Z Checking toml_datetime v0.6.11
24502026-06-16T22:38:34.902Z Checking serde_spanned v0.6.9
24512026-06-16T22:38:34.914Z Checking md-5 v0.10.6
24522026-06-16T22:38:34.982Z Checking ff v0.13.1
24532026-06-16T22:38:34.993Z Checking encoding_rs v0.8.35
24542026-06-16T22:38:35.027Z Checking zlib-rs v0.6.2
24552026-06-16T22:38:35.046Z Checking fallible-iterator v0.2.0
24562026-06-16T22:38:35.106Z Checking base16ct v0.2.0
24572026-06-16T22:38:35.119Z Checking hyper v1.10.1
24582026-06-16T22:38:35.231Z Checking psl-types v2.0.11
24592026-06-16T22:38:35.312Z Checking mime v0.3.17
24602026-06-16T22:38:35.347Z Checking publicsuffix v2.3.0
24612026-06-16T22:38:35.480Z Checking postgres-protocol v0.6.10
24622026-06-16T22:38:35.508Z Checking sec1 v0.7.3
24632026-06-16T22:38:35.519Z Checking group v0.13.0
24642026-06-16T22:38:35.664Z Checking num-iter v0.1.45
24652026-06-16T22:38:35.705Z Checking cookie v0.18.1
24662026-06-16T22:38:35.776Z Checking heapless v0.7.17
24672026-06-16T22:38:35.791Z Checking goblin v0.8.2
24682026-06-16T22:38:35.895Z Checking flate2 v1.1.9
24692026-06-16T22:38:35.921Z Checking zstd-safe v7.2.4
24702026-06-16T22:38:35.932Z Checking rand v0.8.6
24712026-06-16T22:38:36.042Z Checking hyper-util v0.1.20
24722026-06-16T22:38:36.080Z Checking oxnet v0.1.6
24732026-06-16T22:38:36.174Z Checking dof v0.4.0
24742026-06-16T22:38:36.187Z Checking anstream v1.0.0
24752026-06-16T22:38:36.187Z Checking tokio-rustls v0.26.4
24762026-06-16T22:38:36.340Z Compiling iddqd v0.4.2
24772026-06-16T22:38:36.401Z Checking dtrace-parser v0.3.0
24782026-06-16T22:38:36.415Z Checking phf_shared v0.13.1
24792026-06-16T22:38:36.437Z Checking lazy_static v1.5.0
24802026-06-16T22:38:36.439Z Checking anstyle-parse v0.2.7
24812026-06-16T22:38:36.526Z Checking pin-project v1.1.11
24822026-06-16T22:38:36.594Z Checking zerocopy v0.7.35
24832026-06-16T22:38:36.606Z Checking terminal_size v0.4.3
24842026-06-16T22:38:36.619Z Checking bzip2-sys v0.1.13+1.0.8
24852026-06-16T22:38:36.629Z Checking signal-hook v0.3.18
24862026-06-16T22:38:36.700Z Checking futures-executor v0.3.32
24872026-06-16T22:38:36.712Z Checking hkdf v0.12.4
24882026-06-16T22:38:36.803Z Checking hex v0.4.3
24892026-06-16T22:38:36.815Z Checking crypto-bigint v0.5.5
24902026-06-16T22:38:36.840Z Checking thread-id v5.1.0
24912026-06-16T22:38:36.843Z Checking strsim v0.11.1
24922026-06-16T22:38:36.918Z Checking clap_lex v1.0.0
24932026-06-16T22:38:37.010Z Checking same-file v1.0.6
24942026-06-16T22:38:37.022Z Checking foldhash v0.2.0
24952026-06-16T22:38:37.068Z Checking foldhash v0.1.5
24962026-06-16T22:38:37.079Z Checking bitflags v1.3.2
24972026-06-16T22:38:37.121Z Checking winnow v0.5.40
24982026-06-16T22:38:37.145Z Checking libbz2-rs-sys v0.2.2
24992026-06-16T22:38:37.172Z Compiling rayon-core v1.13.0
25002026-06-16T22:38:37.196Z Checking bumpalo v3.20.2
25012026-06-16T22:38:37.288Z Checking hyper-tls v0.6.0
25022026-06-16T22:38:37.344Z Checking either v1.15.0
25032026-06-16T22:38:37.394Z Checking managed v0.8.0
25042026-06-16T22:38:37.458Z Checking reqwest v0.12.28
25052026-06-16T22:38:37.525Z Checking zopfli v0.8.3
25062026-06-16T22:38:37.572Z Checking bzip2 v0.6.1
25072026-06-16T22:38:37.578Z Checking smoltcp v0.9.1
25082026-06-16T22:38:37.604Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25092026-06-16T22:38:37.671Z Checking dof v0.3.0
25102026-06-16T22:38:37.710Z Checking hyper-rustls v0.27.7
25112026-06-16T22:38:37.713Z Checking elliptic-curve v0.13.8
25122026-06-16T22:38:37.782Z Checking hashbrown v0.15.5
25132026-06-16T22:38:37.858Z Checking hashbrown v0.16.1
25142026-06-16T22:38:37.917Z Checking walkdir v2.5.0
25152026-06-16T22:38:37.949Z Checking clap_builder v4.6.0
25162026-06-16T22:38:38.024Z Checking usdt-impl v0.6.0
25172026-06-16T22:38:38.072Z Checking futures v0.3.32
25182026-06-16T22:38:38.151Z Checking signal-hook-mio v0.2.5
25192026-06-16T22:38:38.163Z Checking bzip2 v0.4.4
25202026-06-16T22:38:38.209Z Checking snafu v0.8.9
25212026-06-16T22:38:38.252Z Checking phf v0.13.1
25222026-06-16T22:38:38.267Z Checking anstream v0.6.21
25232026-06-16T22:38:38.285Z Checking toml_edit v0.19.15
25242026-06-16T22:38:38.320Z Checking num-bigint-dig v0.8.6
25252026-06-16T22:38:38.381Z Checking zstd v0.13.3
25262026-06-16T22:38:38.411Z Checking cookie_store v0.22.1
25272026-06-16T22:38:38.449Z Checking postgres-types v0.2.12
25282026-06-16T22:38:38.483Z Checking dtrace-parser v0.2.0
25292026-06-16T22:38:38.568Z Checking rustls-platform-verifier v0.6.2
25302026-06-16T22:38:38.585Z Checking globset v0.4.18
25312026-06-16T22:38:38.707Z Checking crossbeam-deque v0.8.6
25322026-06-16T22:38:38.719Z Checking regex v1.12.3
25332026-06-16T22:38:38.752Z Checking ed25519 v2.2.3
25342026-06-16T22:38:38.765Z Checking phf_shared v0.11.3
25352026-06-16T22:38:38.842Z Checking olpc-cjson v0.1.4
25362026-06-16T22:38:38.883Z Checking curve25519-dalek v4.1.3
25372026-06-16T22:38:38.904Z Checking ref-cast v1.0.25
25382026-06-16T22:38:38.933Z Checking strum v0.27.2
25392026-06-16T22:38:38.974Z Checking hubpack v0.1.2
25402026-06-16T22:38:38.990Z Checking memoffset v0.9.1
25412026-06-16T22:38:39.002Z Checking rustix v0.38.44
25422026-06-16T22:38:39.040Z Checking pkcs1 v0.7.5
25432026-06-16T22:38:39.066Z Checking pem v3.0.6
25442026-06-16T22:38:39.137Z Checking float-cmp v0.10.0
25452026-06-16T22:38:39.149Z Checking rfc6979 v0.4.0
25462026-06-16T22:38:39.209Z Checking serde_plain v1.0.2
25472026-06-16T22:38:39.221Z Checking erased-serde v0.3.31
25482026-06-16T22:38:39.249Z Checking serde-big-array v0.5.1
25492026-06-16T22:38:39.259Z Checking memmap2 v0.9.10
25502026-06-16T22:38:39.262Z Checking thread-id v4.2.2
25512026-06-16T22:38:39.333Z Checking env_filter v1.0.0
25522026-06-16T22:38:39.337Z Checking normalize-line-endings v0.3.0
25532026-06-16T22:38:39.356Z Checking precomputed-hash v0.1.1
25542026-06-16T22:38:39.376Z Checking keccak v0.1.6
25552026-06-16T22:38:39.423Z Checking winnow v0.7.14
25562026-06-16T22:38:39.426Z Checking new_debug_unreachable v1.0.6
25572026-06-16T22:38:39.444Z Checking unicode-segmentation v1.12.0
25582026-06-16T22:38:39.482Z Checking typed-path v0.9.3
25592026-06-16T22:38:39.497Z Checking static_assertions v1.1.0
25602026-06-16T22:38:39.536Z Checking fixedbitset v0.5.7
25612026-06-16T22:38:39.566Z Checking jiff v0.2.21
25622026-06-16T22:38:39.601Z Checking data-encoding v2.10.0
25632026-06-16T22:38:39.661Z Checking fixedbitset v0.4.2
25642026-06-16T22:38:39.730Z Checking predicates-core v1.0.10
25652026-06-16T22:38:39.755Z Checking whoami v2.1.0
25662026-06-16T22:38:39.798Z Checking toml_write v0.1.2
25672026-06-16T22:38:39.810Z Checking difflib v0.4.0
25682026-06-16T22:38:39.850Z Checking winnow v1.0.3
25692026-06-16T22:38:39.867Z Checking hickory-proto v0.25.2
25702026-06-16T22:38:39.944Z Checking tokio-postgres v0.7.16
25712026-06-16T22:38:39.962Z Checking petgraph v0.6.5
25722026-06-16T22:38:39.981Z Checking predicates v3.1.4
25732026-06-16T22:38:40.133Z Checking toml_parser v1.1.2+spec-1.1.0
25742026-06-16T22:38:40.249Z Checking tough v0.22.0
25752026-06-16T22:38:40.277Z Checking crossterm v0.28.1
25762026-06-16T22:38:40.460Z Checking similar v2.7.0
25772026-06-16T22:38:40.612Z Checking toml_edit v0.22.27
25782026-06-16T22:38:40.839Z Checking petgraph v0.8.3
25792026-06-16T22:38:40.976Z Checking ed25519-dalek v2.2.0
25802026-06-16T22:38:41.179Z Checking slog v2.8.2
25812026-06-16T22:38:41.208Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
25822026-06-16T22:38:41.221Z Checking sha3 v0.10.8
25832026-06-16T22:38:41.451Z Checking string_cache v0.8.9
25842026-06-16T22:38:41.457Z Checking env_logger v0.11.9
25852026-06-16T22:38:41.592Z Checking usdt v0.6.0
25862026-06-16T22:38:41.628Z Checking toml v0.7.8
25872026-06-16T22:38:41.693Z Checking usdt-impl v0.5.0
25882026-06-16T22:38:41.761Z Checking ecdsa v0.16.9
25892026-06-16T22:38:41.781Z Checking zip v4.6.1
25902026-06-16T22:38:41.935Z Checking rsa v0.9.10
25912026-06-16T22:38:41.970Z Checking clap v4.6.1
25922026-06-16T22:38:42.050Z Checking nix v0.31.2
25932026-06-16T22:38:42.354Z Checking reqwest v0.13.2
25942026-06-16T22:38:42.404Z Checking zip v0.6.6
25952026-06-16T22:38:42.434Z Checking itertools v0.13.0
25962026-06-16T22:38:42.597Z Checking serde_with v3.17.0
25972026-06-16T22:38:42.640Z Checking strum v0.26.3
25982026-06-16T22:38:42.725Z Checking fs-err v3.3.0
25992026-06-16T22:38:42.751Z Checking ahash v0.8.12
26002026-06-16T22:38:42.946Z Checking object v0.37.3
26012026-06-16T22:38:43.008Z Checking tokio-stream v0.1.18
26022026-06-16T22:38:43.020Z Checking buf-list v1.1.2
26032026-06-16T22:38:43.101Z Checking camino v1.2.2
26042026-06-16T22:38:43.190Z Checking anyhow v1.0.102
26052026-06-16T22:38:43.203Z Checking x509-cert v0.2.5
26062026-06-16T22:38:43.363Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26072026-06-16T22:38:43.399Z Checking openapiv3 v2.2.0
26082026-06-16T22:38:43.417Z Checking sha1 v0.10.6
26092026-06-16T22:38:43.479Z Checking lalrpop-util v0.19.12
26102026-06-16T22:38:43.483Z Checking peg-runtime v0.8.5
26112026-06-16T22:38:43.571Z Checking rayon v1.11.0
26122026-06-16T22:38:43.627Z Checking sigpipe v0.1.3
26132026-06-16T22:38:43.639Z Checking glob v0.3.3
26142026-06-16T22:38:45.156Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26152026-06-16T22:38:45.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.94s
26162026-06-16T22:38:45.583Z
26172026-06-16T22:38:45.583Zinfo: running `cargo check --bins` on internal-dns-types (77/296)
26182026-06-16T22:38:46.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26192026-06-16T22:38:46.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26202026-06-16T22:38:46.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26212026-06-16T22:38:46.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26222026-06-16T22:38:46.113Z
26232026-06-16T22:38:46.113Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/296)
26242026-06-16T22:38:46.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26252026-06-16T22:38:46.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26262026-06-16T22:38:46.563Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26272026-06-16T22:38:46.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26282026-06-16T22:38:46.642Z
26292026-06-16T22:38:46.642Zinfo: running `cargo check --bins` on nexus-types-versions (79/296)
26302026-06-16T22:38:47.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26312026-06-16T22:38:47.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26322026-06-16T22:38:47.103Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26332026-06-16T22:38:47.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
26342026-06-16T22:38:47.188Z
26352026-06-16T22:38:47.188Zinfo: running `cargo check --bins` on oxql-types (80/296)
26362026-06-16T22:38:47.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26372026-06-16T22:38:47.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26382026-06-16T22:38:47.640Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26392026-06-16T22:38:47.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26402026-06-16T22:38:47.723Z
26412026-06-16T22:38:47.723Zinfo: running `cargo check --bins` on oximeter-types (81/296)
26422026-06-16T22:38:48.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26432026-06-16T22:38:48.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26442026-06-16T22:38:48.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26452026-06-16T22:38:48.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26462026-06-16T22:38:48.254Z
26472026-06-16T22:38:48.254Zinfo: running `cargo check --bins` on oximeter-types-versions (82/296)
26482026-06-16T22:38:48.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26492026-06-16T22:38:48.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26502026-06-16T22:38:48.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26512026-06-16T22:38:48.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26522026-06-16T22:38:48.795Z
26532026-06-16T22:38:48.795Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/296)
26542026-06-16T22:38:49.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26552026-06-16T22:38:49.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26562026-06-16T22:38:49.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26572026-06-16T22:38:49.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
26582026-06-16T22:38:49.310Z
26592026-06-16T22:38:49.310Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/296)
26602026-06-16T22:38:49.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26612026-06-16T22:38:49.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26622026-06-16T22:38:49.948Z Compiling structmeta-derive v0.3.0
26632026-06-16T22:38:50.061Z Compiling multer v3.1.0
26642026-06-16T22:38:50.076Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26652026-06-16T22:38:50.076Z Compiling async-stream-impl v0.3.6
26662026-06-16T22:38:50.094Z Compiling dropshot v0.17.1
26672026-06-16T22:38:50.101Z Compiling newtype-uuid-macros v0.1.0
26682026-06-16T22:38:50.104Z Compiling dropshot_endpoint v0.17.1
26692026-06-16T22:38:50.125Z Checking newtype-uuid v1.3.2
26702026-06-16T22:38:50.284Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26712026-06-16T22:38:50.315Z Checking hybrid-array v0.4.10
26722026-06-16T22:38:50.330Z Checking daft v0.1.7
26732026-06-16T22:38:50.566Z Checking thread_local v1.1.9
26742026-06-16T22:38:50.648Z Checking const-oid v0.10.2
26752026-06-16T22:38:50.677Z Checking compression-core v0.4.31
26762026-06-16T22:38:50.730Z Checking match_cfg v0.1.0
26772026-06-16T22:38:50.760Z Checking block-buffer v0.12.1
26782026-06-16T22:38:50.799Z Checking crypto-common v0.2.2
26792026-06-16T22:38:50.812Z Checking compression-codecs v0.4.37
26802026-06-16T22:38:50.822Z Checking hostname v0.3.1
26812026-06-16T22:38:50.838Z Checking iddqd v0.4.2
26822026-06-16T22:38:50.904Z Checking crossbeam-channel v0.5.15
26832026-06-16T22:38:50.917Z Checking atomicwrites v0.4.4
26842026-06-16T22:38:50.954Z Checking slog-json v2.6.1
26852026-06-16T22:38:50.970Z Checking toml_datetime v1.1.1+spec-1.1.0
26862026-06-16T22:38:51.037Z Checking is-terminal v0.4.17
26872026-06-16T22:38:51.103Z Compiling structmeta v0.3.0
26882026-06-16T22:38:51.115Z Checking serde_spanned v1.1.1
26892026-06-16T22:38:51.126Z Checking toml_writer v1.1.1+spec-1.1.0
26902026-06-16T22:38:51.167Z Checking cpufeatures v0.3.0
26912026-06-16T22:38:51.232Z Checking take_mut v0.2.2
26922026-06-16T22:38:51.245Z Checking term v1.2.1
26932026-06-16T22:38:51.248Z Checking debug-ignore v1.0.5
26942026-06-16T22:38:51.298Z Checking toml v1.1.2+spec-1.1.0
26952026-06-16T22:38:51.310Z Compiling derive-ex v0.1.8
26962026-06-16T22:38:51.333Z Compiling parse-display-derive v0.10.0
26972026-06-16T22:38:51.344Z Checking slog-async v2.8.0
26982026-06-16T22:38:51.356Z Checking digest v0.11.3
26992026-06-16T22:38:51.471Z Checking slog-term v2.9.2
27002026-06-16T22:38:51.503Z Checking sha1 v0.11.0
27012026-06-16T22:38:51.514Z Checking slog-bunyan v2.5.0
27022026-06-16T22:38:51.624Z Checking async-compression v0.4.41
27032026-06-16T22:38:51.752Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27042026-06-16T22:38:51.828Z Checking async-stream v0.3.6
27052026-06-16T22:38:51.868Z Checking progenitor-client v0.14.0
27062026-06-16T22:38:51.871Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27072026-06-16T22:38:51.892Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27082026-06-16T22:38:51.955Z Checking waitgroup v0.1.2
27092026-06-16T22:38:51.983Z Checking rustls-pemfile v2.2.0
27102026-06-16T22:38:52.030Z Checking backon v1.6.0
27112026-06-16T22:38:52.053Z Checking serde_path_to_error v0.1.20
27122026-06-16T22:38:52.093Z Checking hostname v0.4.2
27132026-06-16T22:38:52.116Z Checking instant v0.1.13
27142026-06-16T22:38:52.200Z Checking progenitor-extras v0.2.0
27152026-06-16T22:38:52.201Z Checking backoff v0.4.0
27162026-06-16T22:38:52.430Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27172026-06-16T22:38:52.529Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27182026-06-16T22:38:52.541Z Checking itertools v0.14.0
27192026-06-16T22:38:52.632Z Checking regress v0.10.5
27202026-06-16T22:38:52.645Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
27212026-06-16T22:38:52.991Z Compiling test-strategy v0.4.5
27222026-06-16T22:38:53.009Z Checking parse-display v0.10.0
27232026-06-16T22:38:53.106Z Checking macaddr v1.0.1
27242026-06-16T22:38:53.350Z Checking humantime v2.3.0
27252026-06-16T22:38:54.214Z Compiling prettyplease v0.2.37
27262026-06-16T22:38:54.460Z Checking num-rational v0.4.2
27272026-06-16T22:38:54.556Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27282026-06-16T22:38:54.922Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27292026-06-16T22:38:55.073Z Checking num-complex v0.4.6
27302026-06-16T22:38:55.506Z Compiling num v0.4.3
27312026-06-16T22:38:55.585Z Compiling usdt-macro v0.5.0
27322026-06-16T22:38:55.620Z Compiling usdt-attr-macro v0.5.0
27332026-06-16T22:38:55.672Z Checking memmap v0.7.0
27342026-06-16T22:38:55.718Z Compiling float-ord v0.3.2
27352026-06-16T22:38:55.806Z Checking unicode-width v0.2.0
27362026-06-16T22:38:55.835Z Compiling convert_case v0.4.0
27372026-06-16T22:38:56.069Z Checking console v0.15.11
27382026-06-16T22:38:56.227Z Compiling derive_more v0.99.20
27392026-06-16T22:38:56.324Z Checking newline-converter v0.3.0
27402026-06-16T22:38:56.361Z Compiling toml v0.8.23
27412026-06-16T22:38:56.406Z Checking usdt v0.5.0
27422026-06-16T22:38:56.435Z Compiling minimal-lexical v0.2.1
27432026-06-16T22:38:56.571Z Checking linked-hash-map v0.5.6
27442026-06-16T22:38:56.690Z Compiling nom v7.1.3
27452026-06-16T22:38:56.746Z Checking lru-cache v0.1.2
27462026-06-16T22:38:56.870Z Checking expectorate v1.2.0
27472026-06-16T22:38:57.083Z Checking camino-tempfile v1.4.1
27482026-06-16T22:38:57.246Z Checking hickory-proto v0.24.4
27492026-06-16T22:38:57.499Z Checking phf_shared v0.12.1
27502026-06-16T22:38:57.647Z Compiling slog-dtrace v0.3.0
27512026-06-16T22:38:57.762Z Checking heck v0.5.0
27522026-06-16T22:38:57.843Z Checking resolv-conf v0.7.6
27532026-06-16T22:38:57.892Z Compiling chrono-tz v0.10.4
27542026-06-16T22:38:58.044Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27552026-06-16T22:38:58.083Z Compiling const_format_proc_macros v0.2.34
27562026-06-16T22:38:58.098Z Checking phf v0.12.1
27572026-06-16T22:38:58.243Z Checking tokio-dtrace v0.1.1
27582026-06-16T22:38:58.455Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27592026-06-16T22:38:58.468Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27602026-06-16T22:38:58.613Z Compiling derive-where v1.6.0
27612026-06-16T22:38:58.860Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27622026-06-16T22:38:58.988Z Checking highway v1.3.0
27632026-06-16T22:38:59.109Z Checking hickory-resolver v0.24.4
27642026-06-16T22:38:59.216Z Checking const_format v0.2.35
27652026-06-16T22:38:59.456Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27662026-06-16T22:38:59.876Z Checking oxide-tokio-rt v0.1.4
27672026-06-16T22:38:59.906Z Checking qorb v0.4.1
27682026-06-16T22:39:00.002Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27692026-06-16T22:39:00.040Z Checking gethostname v0.5.0
27702026-06-16T22:39:00.130Z Checking bcs v0.1.6
27712026-06-16T22:39:00.233Z Checking termtree v0.5.1
27722026-06-16T22:39:00.250Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27732026-06-16T22:39:00.251Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27742026-06-16T22:39:00.368Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27752026-06-16T22:39:03.724Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27762026-06-16T22:39:06.134Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27772026-06-16T22:39:08.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.90s
27782026-06-16T22:39:08.384Z
27792026-06-16T22:39:08.384Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/296)
27802026-06-16T22:39:08.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27812026-06-16T22:39:08.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27822026-06-16T22:39:09.025Z Compiling ar_archive_writer v0.5.1
27832026-06-16T22:39:09.131Z Compiling stacker v0.1.23
27842026-06-16T22:39:09.140Z Compiling cfg_aliases v0.1.1
27852026-06-16T22:39:09.147Z Compiling convert_case v0.10.0
27862026-06-16T22:39:09.150Z Checking unicode-width v0.1.14
27872026-06-16T22:39:09.162Z Compiling proc-macro-error v1.0.4
27882026-06-16T22:39:09.172Z Checking fd-lock v4.0.4
27892026-06-16T22:39:09.174Z Checking nibble_vec v0.1.0
27902026-06-16T22:39:09.197Z Compiling nix v0.28.0
27912026-06-16T22:39:09.288Z Checking vte v0.14.1
27922026-06-16T22:39:09.302Z Compiling recursive-proc-macro-impl v0.1.1
27932026-06-16T22:39:09.385Z Checking bytecount v0.6.9
27942026-06-16T22:39:09.397Z Checking endian-type v0.1.2
27952026-06-16T22:39:09.434Z Checking strip-ansi-escapes v0.2.1
27962026-06-16T22:39:09.446Z Compiling derive_more-impl v2.1.1
27972026-06-16T22:39:09.457Z Compiling tabled_derive v0.7.0
27982026-06-16T22:39:09.481Z Checking papergrid v0.11.0
27992026-06-16T22:39:09.514Z Checking radix_trie v0.2.1
28002026-06-16T22:39:09.533Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28012026-06-16T22:39:09.693Z Compiling peg-macros v0.8.5
28022026-06-16T22:39:09.717Z Checking winnow v0.6.26
28032026-06-16T22:39:09.960Z Compiling psm v0.1.30
28042026-06-16T22:39:10.035Z Compiling sqlparser_derive v0.5.0
28052026-06-16T22:39:10.085Z Checking home v0.5.12
28062026-06-16T22:39:10.190Z Checking nu-ansi-term v0.50.3
28072026-06-16T22:39:10.242Z Checking derive_more v2.1.1
28082026-06-16T22:39:10.320Z Checking unicode_categories v0.1.1
28092026-06-16T22:39:10.394Z Checking reedline v0.40.0
28102026-06-16T22:39:10.409Z Checking tabled v0.15.0
28112026-06-16T22:39:10.475Z Checking crossterm v0.29.0
28122026-06-16T22:39:10.535Z Checking rustyline v14.0.0
28132026-06-16T22:39:10.727Z Checking recursive v0.1.1
28142026-06-16T22:39:10.811Z Checking display-error-chain v0.2.2
28152026-06-16T22:39:10.823Z Checking sqlparser v0.61.0
28162026-06-16T22:39:10.865Z Checking sqlformat v0.3.5
28172026-06-16T22:39:11.049Z Checking peg v0.8.5
28182026-06-16T22:39:22.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.62s
28192026-06-16T22:39:22.178Z
28202026-06-16T22:39:22.178Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/296)
28212026-06-16T22:39:22.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28222026-06-16T22:39:22.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28232026-06-16T22:39:22.798Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28242026-06-16T22:39:26.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.03s
28252026-06-16T22:39:26.378Z
28262026-06-16T22:39:26.378Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/296)
28272026-06-16T22:39:26.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28282026-06-16T22:39:26.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28292026-06-16T22:39:26.994Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28302026-06-16T22:39:29.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.03s
28312026-06-16T22:39:29.585Z
28322026-06-16T22:39:29.585Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/296)
28332026-06-16T22:39:30.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28342026-06-16T22:39:30.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28352026-06-16T22:39:30.206Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28362026-06-16T22:39:33.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.80s
28372026-06-16T22:39:33.558Z
28382026-06-16T22:39:33.559Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/296)
28392026-06-16T22:39:34.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28402026-06-16T22:39:34.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28412026-06-16T22:39:34.200Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28422026-06-16T22:39:37.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.84s
28432026-06-16T22:39:37.578Z
28442026-06-16T22:39:37.578Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/296)
28452026-06-16T22:39:38.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28462026-06-16T22:39:38.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28472026-06-16T22:39:38.204Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28482026-06-16T22:39:40.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.17s
28492026-06-16T22:39:40.928Z
28502026-06-16T22:39:40.928Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/296)
28512026-06-16T22:39:41.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28522026-06-16T22:39:41.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28532026-06-16T22:39:41.556Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28542026-06-16T22:39:44.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s
28552026-06-16T22:39:44.304Z
28562026-06-16T22:39:44.305Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/296)
28572026-06-16T22:39:44.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28582026-06-16T22:39:44.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28592026-06-16T22:39:44.932Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28602026-06-16T22:39:48.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.99s
28612026-06-16T22:39:48.472Z
28622026-06-16T22:39:48.472Zinfo: running `cargo check --bins` on oximeter (93/296)
28632026-06-16T22:39:48.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28642026-06-16T22:39:48.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28652026-06-16T22:39:48.926Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28662026-06-16T22:39:48.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
28672026-06-16T22:39:49.012Z
28682026-06-16T22:39:49.012Zinfo: running `cargo check --bins` on oximeter-schema (94/296)
28692026-06-16T22:39:49.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28702026-06-16T22:39:49.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28712026-06-16T22:39:49.600Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28722026-06-16T22:39:49.757Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28732026-06-16T22:39:49.760Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28742026-06-16T22:39:50.094Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28752026-06-16T22:39:52.907Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28762026-06-16T22:39:54.109Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28772026-06-16T22:39:54.314Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28782026-06-16T22:39:54.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.95s
28792026-06-16T22:39:55.136Z
28802026-06-16T22:39:55.136Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/296)
28812026-06-16T22:39:55.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28822026-06-16T22:39:55.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28832026-06-16T22:39:55.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28842026-06-16T22:39:55.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
28852026-06-16T22:39:55.680Z
28862026-06-16T22:39:55.680Zinfo: running `cargo check --bins` on oximeter-test-utils (96/296)
28872026-06-16T22:39:56.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28882026-06-16T22:39:56.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28892026-06-16T22:39:56.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28902026-06-16T22:39:56.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
28912026-06-16T22:39:56.265Z
28922026-06-16T22:39:56.265Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/296)
28932026-06-16T22:39:56.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28942026-06-16T22:39:56.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28952026-06-16T22:39:56.727Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28962026-06-16T22:39:56.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
28972026-06-16T22:39:56.809Z
28982026-06-16T22:39:56.809Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/296)
28992026-06-16T22:39:57.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29002026-06-16T22:39:57.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29012026-06-16T22:39:57.272Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29022026-06-16T22:39:57.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
29032026-06-16T22:39:57.360Z
29042026-06-16T22:39:57.360Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/296)
29052026-06-16T22:39:57.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29062026-06-16T22:39:57.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29072026-06-16T22:39:57.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29082026-06-16T22:39:57.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
29092026-06-16T22:39:57.911Z
29102026-06-16T22:39:57.911Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/296)
29112026-06-16T22:39:58.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29122026-06-16T22:39:58.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29132026-06-16T22:39:58.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29142026-06-16T22:39:58.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
29152026-06-16T22:39:58.461Z
29162026-06-16T22:39:58.461Zinfo: running `cargo check --bins` on trust-quorum-types (101/296)
29172026-06-16T22:39:58.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29182026-06-16T22:39:58.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29192026-06-16T22:39:58.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29202026-06-16T22:39:58.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29212026-06-16T22:39:58.998Z
29222026-06-16T22:39:58.998Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/296)
29232026-06-16T22:39:59.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29242026-06-16T22:39:59.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29252026-06-16T22:39:59.467Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29262026-06-16T22:39:59.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
29272026-06-16T22:39:59.550Z
29282026-06-16T22:39:59.550Zinfo: running `cargo check --bins` on update-engine (103/296)
29292026-06-16T22:39:59.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29302026-06-16T22:40:00.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29312026-06-16T22:40:00.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29322026-06-16T22:40:00.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29332026-06-16T22:40:00.086Z
29342026-06-16T22:40:00.086Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/296)
29352026-06-16T22:40:00.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29362026-06-16T22:40:00.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29372026-06-16T22:40:00.768Z Compiling crucible-workspace-hack v0.1.0
29382026-06-16T22:40:00.881Z Checking secrecy v0.10.3
29392026-06-16T22:40:00.887Z Compiling toml_datetime v0.7.5+spec-1.1.0
29402026-06-16T22:40:00.890Z Compiling heapless v0.8.0
29412026-06-16T22:40:00.900Z Compiling ingot-macros v0.1.1
29422026-06-16T22:40:00.908Z Checking hash32 v0.3.1
29432026-06-16T22:40:00.918Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29442026-06-16T22:40:00.921Z Compiling smoltcp v0.11.0
29452026-06-16T22:40:00.984Z Checking cobs v0.3.0
29462026-06-16T22:40:01.027Z Compiling toml_edit v0.23.10+spec-1.0.0
29472026-06-16T22:40:01.118Z Compiling thiserror-impl-no-std v2.0.2
29482026-06-16T22:40:01.143Z Checking universal-hash v0.5.1
29492026-06-16T22:40:01.143Z Checking half v2.7.1
29502026-06-16T22:40:01.167Z Checking ciborium-io v0.2.2
29512026-06-16T22:40:01.265Z Checking opaque-debug v0.3.1
29522026-06-16T22:40:01.291Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29532026-06-16T22:40:01.307Z Checking postcard v1.1.3
29542026-06-16T22:40:01.337Z Checking poly1305 v0.8.0
29552026-06-16T22:40:01.414Z Checking ciborium-ll v0.2.2
29562026-06-16T22:40:01.491Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29572026-06-16T22:40:01.595Z Compiling proc-macro-crate v3.4.0
29582026-06-16T22:40:01.610Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29592026-06-16T22:40:01.620Z Checking password-hash v0.5.0
29602026-06-16T22:40:01.860Z Checking chacha20 v0.9.1
29612026-06-16T22:40:01.893Z Compiling proc-macro-crate v1.3.1
29622026-06-16T22:40:01.918Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29632026-06-16T22:40:02.066Z Checking blake2 v0.10.6
29642026-06-16T22:40:02.136Z Checking aead v0.5.2
29652026-06-16T22:40:02.169Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29662026-06-16T22:40:02.183Z Compiling num_enum_derive v0.7.6
29672026-06-16T22:40:02.286Z Compiling foreign-types-macros v0.2.3
29682026-06-16T22:40:02.317Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29692026-06-16T22:40:02.338Z Checking foreign-types-shared v0.3.1
29702026-06-16T22:40:02.351Z Checking thiserror-no-std v2.0.2
29712026-06-16T22:40:02.388Z Compiling num_enum_derive v0.5.11
29722026-06-16T22:40:02.429Z Checking argon2 v0.5.3
29732026-06-16T22:40:02.441Z Checking vsss-rs v3.3.4
29742026-06-16T22:40:02.563Z Checking chacha20poly1305 v0.10.1
29752026-06-16T22:40:02.698Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29762026-06-16T22:40:02.794Z Checking ciborium v0.2.2
29772026-06-16T22:40:02.904Z Checking foreign-types v0.5.0
29782026-06-16T22:40:03.099Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29792026-06-16T22:40:03.151Z Checking tabwriter v1.4.1
29802026-06-16T22:40:03.247Z Checking chacha20 v0.10.0
29812026-06-16T22:40:03.290Z Checking num_enum v0.7.6
29822026-06-16T22:40:03.306Z Checking byte-wrapper v0.1.0
29832026-06-16T22:40:03.406Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29842026-06-16T22:40:03.420Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29852026-06-16T22:40:03.511Z Checking cstr-argument v0.1.2
29862026-06-16T22:40:03.524Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29872026-06-16T22:40:03.564Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29882026-06-16T22:40:03.642Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29892026-06-16T22:40:03.688Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29902026-06-16T22:40:03.739Z Checking num_enum v0.5.11
29912026-06-16T22:40:03.824Z Checking rand v0.10.0
29922026-06-16T22:40:03.861Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29932026-06-16T22:40:03.865Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29942026-06-16T22:40:03.891Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29952026-06-16T22:40:03.913Z Checking ingot-types v0.1.2
29962026-06-16T22:40:03.985Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
29972026-06-16T22:40:04.037Z Checking indent_write v2.2.0
29982026-06-16T22:40:04.103Z Checking colored v3.1.1
29992026-06-16T22:40:04.175Z Compiling zone_cfg_derive v0.3.1
30002026-06-16T22:40:04.231Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30012026-06-16T22:40:04.276Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30022026-06-16T22:40:04.290Z Checking ingot v0.1.1
30032026-06-16T22:40:04.314Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30042026-06-16T22:40:04.314Z Checking itertools v0.12.1
30052026-06-16T22:40:04.374Z Compiling num-derive v0.4.2
30062026-06-16T22:40:04.409Z Checking swrite v0.1.0
30072026-06-16T22:40:04.489Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30082026-06-16T22:40:04.502Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30092026-06-16T22:40:04.662Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30102026-06-16T22:40:04.834Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30112026-06-16T22:40:04.852Z Checking dropshot-api-manager-types v0.7.2
30122026-06-16T22:40:04.866Z Checking smf v0.2.3
30132026-06-16T22:40:04.878Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30142026-06-16T22:40:04.950Z Checking nanorand v0.7.0
30152026-06-16T22:40:05.025Z Checking whoami v1.6.1
30162026-06-16T22:40:05.101Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30172026-06-16T22:40:05.153Z Checking flume v0.11.1
30182026-06-16T22:40:05.338Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=a1f21c06f1a8568bef35f399f9603d7ed714f763#a1f21c06)
30192026-06-16T22:40:05.377Z Checking zone v0.3.1
30202026-06-16T22:40:05.926Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30212026-06-16T22:40:06.923Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30222026-06-16T22:40:07.811Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30232026-06-16T22:40:11.149Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30242026-06-16T22:40:13.231Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30252026-06-16T22:40:14.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.19s
30262026-06-16T22:40:14.452Z
30272026-06-16T22:40:14.452Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/296)
30282026-06-16T22:40:14.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30292026-06-16T22:40:14.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30302026-06-16T22:40:14.910Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30312026-06-16T22:40:14.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30322026-06-16T22:40:14.994Z
30332026-06-16T22:40:14.994Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/296)
30342026-06-16T22:40:15.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30352026-06-16T22:40:15.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30362026-06-16T22:40:15.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30372026-06-16T22:40:15.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30382026-06-16T22:40:15.538Z
30392026-06-16T22:40:15.538Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/296)
30402026-06-16T22:40:15.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30412026-06-16T22:40:16.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30422026-06-16T22:40:16.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30432026-06-16T22:40:16.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30442026-06-16T22:40:16.085Z
30452026-06-16T22:40:16.085Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/296)
30462026-06-16T22:40:16.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30472026-06-16T22:40:16.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30482026-06-16T22:40:16.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30492026-06-16T22:40:16.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30502026-06-16T22:40:16.633Z
30512026-06-16T22:40:16.633Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/296)
30522026-06-16T22:40:17.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30532026-06-16T22:40:17.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30542026-06-16T22:40:17.096Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30552026-06-16T22:40:17.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30562026-06-16T22:40:17.181Z
30572026-06-16T22:40:17.181Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/296)
30582026-06-16T22:40:17.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592026-06-16T22:40:17.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602026-06-16T22:40:17.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30612026-06-16T22:40:17.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30622026-06-16T22:40:17.724Z
30632026-06-16T22:40:17.724Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/296)
30642026-06-16T22:40:18.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652026-06-16T22:40:18.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662026-06-16T22:40:18.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30672026-06-16T22:40:18.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30682026-06-16T22:40:18.275Z
30692026-06-16T22:40:18.275Zinfo: running `cargo check --bins` on cockroach-admin-client (112/296)
30702026-06-16T22:40:18.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712026-06-16T22:40:18.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722026-06-16T22:40:18.719Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30732026-06-16T22:40:18.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30742026-06-16T22:40:18.801Z
30752026-06-16T22:40:18.801Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/296)
30762026-06-16T22:40:19.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30772026-06-16T22:40:19.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30782026-06-16T22:40:19.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30792026-06-16T22:40:19.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30802026-06-16T22:40:19.341Z
30812026-06-16T22:40:19.341Zinfo: running `cargo check --bins` on dns-service-client (114/296)
30822026-06-16T22:40:19.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30832026-06-16T22:40:19.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30842026-06-16T22:40:19.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30852026-06-16T22:40:19.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30862026-06-16T22:40:19.889Z
30872026-06-16T22:40:19.889Zinfo: running `cargo check --bins` on installinator-client (115/296)
30882026-06-16T22:40:20.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30892026-06-16T22:40:20.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30902026-06-16T22:40:20.349Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30912026-06-16T22:40:20.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30922026-06-16T22:40:20.435Z
30932026-06-16T22:40:20.436Zinfo: running `cargo check --bins` on nexus-client (116/296)
30942026-06-16T22:40:20.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30952026-06-16T22:40:20.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30962026-06-16T22:40:20.924Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30972026-06-16T22:40:20.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30982026-06-16T22:40:21.014Z
30992026-06-16T22:40:21.014Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/296)
31002026-06-16T22:40:21.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31012026-06-16T22:40:21.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31022026-06-16T22:40:21.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31032026-06-16T22:40:21.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31042026-06-16T22:40:21.593Z
31052026-06-16T22:40:21.593Zinfo: running `cargo check --bins` on ntp-admin-client (118/296)
31062026-06-16T22:40:22.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31072026-06-16T22:40:22.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31082026-06-16T22:40:22.041Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31092026-06-16T22:40:22.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31102026-06-16T22:40:22.119Z
31112026-06-16T22:40:22.119Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/296)
31122026-06-16T22:40:22.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31132026-06-16T22:40:22.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31142026-06-16T22:40:22.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31152026-06-16T22:40:22.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31162026-06-16T22:40:22.634Z
31172026-06-16T22:40:22.634Zinfo: running `cargo check --bins` on oxide-client (120/296)
31182026-06-16T22:40:23.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31192026-06-16T22:40:23.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31202026-06-16T22:40:23.076Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31212026-06-16T22:40:23.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31222026-06-16T22:40:23.155Z
31232026-06-16T22:40:23.155Zinfo: running `cargo check --bins` on oximeter-client (121/296)
31242026-06-16T22:40:23.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31252026-06-16T22:40:23.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31262026-06-16T22:40:23.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31272026-06-16T22:40:23.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31282026-06-16T22:40:23.695Z
31292026-06-16T22:40:23.695Zinfo: running `cargo check --bins` on repo-depot-client (122/296)
31302026-06-16T22:40:24.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31312026-06-16T22:40:24.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31322026-06-16T22:40:24.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31332026-06-16T22:40:24.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31342026-06-16T22:40:24.217Z
31352026-06-16T22:40:24.217Zinfo: running `cargo check --bins` on sled-agent-client (123/296)
31362026-06-16T22:40:24.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31372026-06-16T22:40:24.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31382026-06-16T22:40:24.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31392026-06-16T22:40:24.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31402026-06-16T22:40:24.763Z
31412026-06-16T22:40:24.763Zinfo: running `cargo check --bins` on wicketd-client (124/296)
31422026-06-16T22:40:25.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31432026-06-16T22:40:25.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31442026-06-16T22:40:25.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31452026-06-16T22:40:25.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31462026-06-16T22:40:25.320Z
31472026-06-16T22:40:25.320Zinfo: running `cargo check --bins` on installinator-common (125/296)
31482026-06-16T22:40:25.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31492026-06-16T22:40:25.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31502026-06-16T22:40:25.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31512026-06-16T22:40:25.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31522026-06-16T22:40:25.875Z
31532026-06-16T22:40:25.875Zinfo: running `cargo check --bins` on installinator-common-versions (126/296)
31542026-06-16T22:40:26.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31552026-06-16T22:40:26.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31562026-06-16T22:40:26.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31572026-06-16T22:40:26.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31582026-06-16T22:40:26.398Z
31592026-06-16T22:40:26.398Zinfo: running `cargo check --bins` on wicket-common (127/296)
31602026-06-16T22:40:26.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31612026-06-16T22:40:26.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31622026-06-16T22:40:26.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31632026-06-16T22:40:26.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31642026-06-16T22:40:26.943Z
31652026-06-16T22:40:26.943Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/296)
31662026-06-16T22:40:27.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31672026-06-16T22:40:27.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31682026-06-16T22:40:27.579Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31692026-06-16T22:40:27.689Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31702026-06-16T22:40:27.698Z Checking csv-core v0.1.13
31712026-06-16T22:40:27.706Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31722026-06-16T22:40:27.708Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31732026-06-16T22:40:27.721Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31742026-06-16T22:40:27.731Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31752026-06-16T22:40:27.742Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31762026-06-16T22:40:27.856Z Checking csv v1.4.0
31772026-06-16T22:40:27.897Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31782026-06-16T22:40:27.911Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31792026-06-16T22:40:27.935Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31802026-06-16T22:40:27.951Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31812026-06-16T22:40:28.194Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31822026-06-16T22:40:28.568Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31832026-06-16T22:40:28.571Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31842026-06-16T22:40:28.913Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31852026-06-16T22:40:34.882Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31862026-06-16T22:40:35.413Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31872026-06-16T22:40:37.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.80s
31882026-06-16T22:40:37.917Z
31892026-06-16T22:40:37.917Zinfo: running `cargo check --bins` on cockroach-admin-api (129/296)
31902026-06-16T22:40:38.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31912026-06-16T22:40:38.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31922026-06-16T22:40:38.374Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31932026-06-16T22:40:38.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31942026-06-16T22:40:38.459Z
31952026-06-16T22:40:38.459Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/296)
31962026-06-16T22:40:38.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31972026-06-16T22:40:38.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31982026-06-16T22:40:38.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31992026-06-16T22:40:38.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32002026-06-16T22:40:39.076Z
32012026-06-16T22:40:39.076Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/296)
32022026-06-16T22:40:39.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32032026-06-16T22:40:39.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32042026-06-16T22:40:39.590Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32052026-06-16T22:40:39.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32062026-06-16T22:40:39.684Z
32072026-06-16T22:40:39.684Zinfo: running `cargo check --bins` on gateway-test-utils (132/296)
32082026-06-16T22:40:40.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32092026-06-16T22:40:40.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32102026-06-16T22:40:40.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32112026-06-16T22:40:40.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32122026-06-16T22:40:40.263Z
32132026-06-16T22:40:40.264Zinfo: running `cargo check --bins` on omicron-gateway (133/296)
32142026-06-16T22:40:40.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32152026-06-16T22:40:40.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32162026-06-16T22:40:40.971Z Compiling regress v0.11.1
32172026-06-16T22:40:41.110Z Compiling unsafe-libyaml v0.2.11
32182026-06-16T22:40:41.120Z Compiling radium v0.7.0
32192026-06-16T22:40:41.120Z Compiling semver v0.1.20
32202026-06-16T22:40:41.139Z Checking nom v8.0.0
32212026-06-16T22:40:41.142Z Compiling maybe-uninit v2.0.0
32222026-06-16T22:40:41.142Z Checking tap v1.0.1
32232026-06-16T22:40:41.252Z Checking wyz v0.5.1
32242026-06-16T22:40:41.383Z Compiling rustc_version v0.1.7
32252026-06-16T22:40:41.440Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32262026-06-16T22:40:41.475Z Compiling zerocopy-derive v0.6.6
32272026-06-16T22:40:41.579Z Checking funty v2.0.0
32282026-06-16T22:40:41.602Z Compiling newtype_derive v0.1.6
32292026-06-16T22:40:41.825Z Compiling serde_yaml v0.9.34+deprecated
32302026-06-16T22:40:41.841Z Compiling owo-colors v4.3.0
32312026-06-16T22:40:41.898Z Checking crc-catalog v2.4.0
32322026-06-16T22:40:41.994Z Compiling cancel-safe-futures v0.1.5
32332026-06-16T22:40:42.173Z Compiling packed_struct v0.10.1
32342026-06-16T22:40:42.270Z Checking crc v3.4.0
32352026-06-16T22:40:42.313Z Checking zerocopy v0.6.6
32362026-06-16T22:40:42.446Z Checking bitvec v1.0.1
32372026-06-16T22:40:42.538Z Checking typify-impl v0.6.2
32382026-06-16T22:40:42.579Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32392026-06-16T22:40:42.929Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32402026-06-16T22:40:43.052Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d75dc35f3e5d5c835839c8554b1e54376e895717#d75dc35f)
32412026-06-16T22:40:43.124Z Compiling packed_struct_codegen v0.10.1
32422026-06-16T22:40:43.248Z Checking libsw-core v0.3.2
32432026-06-16T22:40:43.277Z Compiling bitfield-macros v0.19.4
32442026-06-16T22:40:43.422Z Compiling indexmap v1.9.3
32452026-06-16T22:40:43.627Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d75dc35f3e5d5c835839c8554b1e54376e895717#d75dc35f)
32462026-06-16T22:40:43.706Z Checking nodrop v0.1.14
32472026-06-16T22:40:43.747Z Checking libsw v3.5.0
32482026-06-16T22:40:43.791Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32492026-06-16T22:40:43.804Z Checking array-init v0.0.4
32502026-06-16T22:40:43.902Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32512026-06-16T22:40:44.012Z Checking bitfield v0.19.4
32522026-06-16T22:40:44.081Z Checking smallvec v0.6.14
32532026-06-16T22:40:44.105Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32542026-06-16T22:40:44.292Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32552026-06-16T22:40:44.360Z Checking tagptr v0.2.0
32562026-06-16T22:40:44.415Z Checking unicode-linebreak v0.1.5
32572026-06-16T22:40:44.501Z Checking linear-map v1.2.0
32582026-06-16T22:40:44.513Z Checking base64 v0.21.7
32592026-06-16T22:40:44.529Z Checking hashbrown v0.12.3
32602026-06-16T22:40:44.630Z Checking smawk v0.3.2
32612026-06-16T22:40:44.674Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32622026-06-16T22:40:44.751Z Checking ron v0.8.1
32632026-06-16T22:40:44.764Z Checking textwrap v0.16.2
32642026-06-16T22:40:44.829Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32652026-06-16T22:40:44.844Z Checking moka v0.12.13
32662026-06-16T22:40:44.977Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32672026-06-16T22:40:45.270Z Checking serde-hex v0.1.0
32682026-06-16T22:40:45.283Z Checking steno v0.4.1
32692026-06-16T22:40:45.296Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32702026-06-16T22:40:45.488Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32712026-06-16T22:40:45.651Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32722026-06-16T22:40:45.787Z Checking hashbrown v0.13.2
32732026-06-16T22:40:46.100Z Checking crc-any v2.5.0
32742026-06-16T22:40:46.217Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32752026-06-16T22:40:46.232Z Checking object v0.30.4
32762026-06-16T22:40:46.276Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32772026-06-16T22:40:46.288Z Checking hickory-resolver v0.25.2
32782026-06-16T22:40:46.428Z Checking void v1.0.2
32792026-06-16T22:40:46.443Z Checking utf-8 v0.7.6
32802026-06-16T22:40:46.537Z Checking path-slash v0.1.5
32812026-06-16T22:40:46.579Z Checking half v1.8.3
32822026-06-16T22:40:46.642Z Checking tungstenite v0.23.0
32832026-06-16T22:40:46.776Z Checking serde_cbor v0.11.2
32842026-06-16T22:40:46.779Z Checking lzss v0.8.2
32852026-06-16T22:40:46.991Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32862026-06-16T22:40:47.063Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32872026-06-16T22:40:47.089Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d75dc35f3e5d5c835839c8554b1e54376e895717#d75dc35f)
32882026-06-16T22:40:47.102Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32892026-06-16T22:40:47.171Z Checking nix v0.27.1
32902026-06-16T22:40:47.191Z Checking kstat-rs v0.2.4
32912026-06-16T22:40:47.218Z Checking fxhash v0.2.1
32922026-06-16T22:40:47.233Z Compiling typify-macro v0.6.2
32932026-06-16T22:40:47.335Z Checking serde_bytes v0.11.19
32942026-06-16T22:40:47.348Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32952026-06-16T22:40:47.373Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32962026-06-16T22:40:47.401Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32972026-06-16T22:40:47.511Z Checking tokio-tungstenite v0.23.1
32982026-06-16T22:40:47.628Z Checking signal-hook-tokio v0.3.1
32992026-06-16T22:40:48.315Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33002026-06-16T22:40:48.514Z Compiling typify v0.6.2
33012026-06-16T22:40:48.595Z Compiling progenitor-impl v0.14.0
33022026-06-16T22:40:49.224Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33032026-06-16T22:40:49.526Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33042026-06-16T22:40:50.037Z Compiling progenitor-macro v0.14.0
33052026-06-16T22:40:52.365Z Checking progenitor v0.14.0
33062026-06-16T22:40:52.475Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d75dc35f3e5d5c835839c8554b1e54376e895717#d75dc35f)
33072026-06-16T22:40:52.478Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33082026-06-16T22:40:55.143Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33092026-06-16T22:41:03.074Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33102026-06-16T22:41:09.552Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33112026-06-16T22:41:10.921Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33122026-06-16T22:41:11.410Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33132026-06-16T22:41:13.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.23s
33142026-06-16T22:41:13.698Z
33152026-06-16T22:41:13.698Zinfo: running `cargo check --bins` on gateway-api (134/296)
33162026-06-16T22:41:14.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33172026-06-16T22:41:14.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33182026-06-16T22:41:14.149Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33192026-06-16T22:41:14.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33202026-06-16T22:41:14.232Z
33212026-06-16T22:41:14.232Zinfo: running `cargo check --bins` on ipcc (135/296)
33222026-06-16T22:41:14.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33232026-06-16T22:41:14.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33242026-06-16T22:41:14.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33252026-06-16T22:41:14.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33262026-06-16T22:41:14.773Z
33272026-06-16T22:41:14.773Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/296)
33282026-06-16T22:41:15.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33292026-06-16T22:41:15.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33302026-06-16T22:41:15.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33312026-06-16T22:41:15.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33322026-06-16T22:41:15.294Z
33332026-06-16T22:41:15.294Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/296)
33342026-06-16T22:41:15.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33352026-06-16T22:41:15.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33362026-06-16T22:41:15.767Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33372026-06-16T22:41:15.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33382026-06-16T22:41:15.854Z
33392026-06-16T22:41:15.854Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/296)
33402026-06-16T22:41:16.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33412026-06-16T22:41:16.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33422026-06-16T22:41:16.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33432026-06-16T22:41:16.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33442026-06-16T22:41:16.393Z
33452026-06-16T22:41:16.393Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/296)
33462026-06-16T22:41:16.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33472026-06-16T22:41:16.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33482026-06-16T22:41:16.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33492026-06-16T22:41:16.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33502026-06-16T22:41:16.935Z
33512026-06-16T22:41:16.935Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/296)
33522026-06-16T22:41:17.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33532026-06-16T22:41:17.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33542026-06-16T22:41:17.390Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33552026-06-16T22:41:17.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33562026-06-16T22:41:17.472Z
33572026-06-16T22:41:17.472Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/296)
33582026-06-16T22:41:17.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33592026-06-16T22:41:17.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33602026-06-16T22:41:17.943Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33612026-06-16T22:41:17.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33622026-06-16T22:41:18.031Z
33632026-06-16T22:41:18.031Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/296)
33642026-06-16T22:41:18.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33652026-06-16T22:41:18.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33662026-06-16T22:41:18.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33672026-06-16T22:41:18.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33682026-06-16T22:41:18.577Z
33692026-06-16T22:41:18.577Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/296)
33702026-06-16T22:41:19.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33712026-06-16T22:41:19.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33722026-06-16T22:41:19.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33732026-06-16T22:41:19.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33742026-06-16T22:41:19.120Z
33752026-06-16T22:41:19.121Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/296)
33762026-06-16T22:41:19.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33772026-06-16T22:41:19.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33782026-06-16T22:41:19.578Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33792026-06-16T22:41:19.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33802026-06-16T22:41:19.662Z
33812026-06-16T22:41:19.663Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/296)
33822026-06-16T22:41:20.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33832026-06-16T22:41:20.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33842026-06-16T22:41:20.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33852026-06-16T22:41:20.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33862026-06-16T22:41:20.209Z
33872026-06-16T22:41:20.209Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/296)
33882026-06-16T22:41:20.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33892026-06-16T22:41:20.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33902026-06-16T22:41:20.670Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33912026-06-16T22:41:20.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33922026-06-16T22:41:20.758Z
33932026-06-16T22:41:20.758Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/296)
33942026-06-16T22:41:21.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33952026-06-16T22:41:21.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33962026-06-16T22:41:21.220Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33972026-06-16T22:41:21.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33982026-06-16T22:41:21.304Z
33992026-06-16T22:41:21.304Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/296)
34002026-06-16T22:41:21.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34012026-06-16T22:41:21.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34022026-06-16T22:41:21.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34032026-06-16T22:41:21.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34042026-06-16T22:41:21.872Z
34052026-06-16T22:41:21.872Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/296)
34062026-06-16T22:41:22.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34072026-06-16T22:41:22.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34082026-06-16T22:41:22.349Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34092026-06-16T22:41:22.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34102026-06-16T22:41:22.438Z
34112026-06-16T22:41:22.438Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/296)
34122026-06-16T22:41:22.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34132026-06-16T22:41:22.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34142026-06-16T22:41:22.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34152026-06-16T22:41:22.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34162026-06-16T22:41:23.004Z
34172026-06-16T22:41:23.004Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/296)
34182026-06-16T22:41:23.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34192026-06-16T22:41:23.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34202026-06-16T22:41:23.482Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34212026-06-16T22:41:23.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34222026-06-16T22:41:23.568Z
34232026-06-16T22:41:23.568Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/296)
34242026-06-16T22:41:24.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34252026-06-16T22:41:24.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34262026-06-16T22:41:24.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34272026-06-16T22:41:24.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34282026-06-16T22:41:24.131Z
34292026-06-16T22:41:24.131Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/296)
34302026-06-16T22:41:24.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34312026-06-16T22:41:24.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34322026-06-16T22:41:24.607Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34332026-06-16T22:41:24.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34342026-06-16T22:41:24.696Z
34352026-06-16T22:41:24.696Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/296)
34362026-06-16T22:41:25.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34372026-06-16T22:41:25.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34382026-06-16T22:41:25.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34392026-06-16T22:41:25.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34402026-06-16T22:41:25.260Z
34412026-06-16T22:41:25.260Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/296)
34422026-06-16T22:41:25.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34432026-06-16T22:41:25.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34442026-06-16T22:41:25.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34452026-06-16T22:41:25.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34462026-06-16T22:41:25.823Z
34472026-06-16T22:41:25.823Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/296)
34482026-06-16T22:41:26.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34492026-06-16T22:41:26.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34502026-06-16T22:41:26.298Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34512026-06-16T22:41:26.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34522026-06-16T22:41:26.387Z
34532026-06-16T22:41:26.387Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/296)
34542026-06-16T22:41:26.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34552026-06-16T22:41:26.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34562026-06-16T22:41:26.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34572026-06-16T22:41:26.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34582026-06-16T22:41:26.951Z
34592026-06-16T22:41:26.951Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/296)
34602026-06-16T22:41:27.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34612026-06-16T22:41:27.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34622026-06-16T22:41:27.413Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34632026-06-16T22:41:27.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34642026-06-16T22:41:27.498Z
34652026-06-16T22:41:27.500Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/296)
34662026-06-16T22:41:27.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34672026-06-16T22:41:27.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34682026-06-16T22:41:27.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34692026-06-16T22:41:27.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34702026-06-16T22:41:28.040Z
34712026-06-16T22:41:28.040Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/296)
34722026-06-16T22:41:28.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34732026-06-16T22:41:28.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34742026-06-16T22:41:28.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34752026-06-16T22:41:28.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34762026-06-16T22:41:28.587Z
34772026-06-16T22:41:28.587Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/296)
34782026-06-16T22:41:29.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34792026-06-16T22:41:29.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34802026-06-16T22:41:29.050Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34812026-06-16T22:41:29.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34822026-06-16T22:41:29.131Z
34832026-06-16T22:41:29.131Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/296)
34842026-06-16T22:41:29.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34852026-06-16T22:41:29.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34862026-06-16T22:41:29.588Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34872026-06-16T22:41:29.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34882026-06-16T22:41:29.672Z
34892026-06-16T22:41:29.672Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/296)
34902026-06-16T22:41:30.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34912026-06-16T22:41:30.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34922026-06-16T22:41:30.129Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34932026-06-16T22:41:30.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34942026-06-16T22:41:30.215Z
34952026-06-16T22:41:30.215Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/296)
34962026-06-16T22:41:30.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34972026-06-16T22:41:30.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34982026-06-16T22:41:30.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34992026-06-16T22:41:30.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35002026-06-16T22:41:30.762Z
35012026-06-16T22:41:30.762Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/296)
35022026-06-16T22:41:31.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35032026-06-16T22:41:31.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35042026-06-16T22:41:31.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35052026-06-16T22:41:31.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35062026-06-16T22:41:31.302Z
35072026-06-16T22:41:31.302Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/296)
35082026-06-16T22:41:31.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35092026-06-16T22:41:31.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35102026-06-16T22:41:31.776Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35112026-06-16T22:41:31.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35122026-06-16T22:41:31.864Z
35132026-06-16T22:41:31.864Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/296)
35142026-06-16T22:41:32.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35152026-06-16T22:41:32.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35162026-06-16T22:41:32.338Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35172026-06-16T22:41:32.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35182026-06-16T22:41:32.423Z
35192026-06-16T22:41:32.423Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/296)
35202026-06-16T22:41:32.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35212026-06-16T22:41:32.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35222026-06-16T22:41:32.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35232026-06-16T22:41:32.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35242026-06-16T22:41:32.984Z
35252026-06-16T22:41:32.984Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/296)
35262026-06-16T22:41:33.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35272026-06-16T22:41:33.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35282026-06-16T22:41:33.460Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35292026-06-16T22:41:33.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35302026-06-16T22:41:33.550Z
35312026-06-16T22:41:33.550Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/296)
35322026-06-16T22:41:34.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35332026-06-16T22:41:34.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35342026-06-16T22:41:34.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35352026-06-16T22:41:34.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35362026-06-16T22:41:34.115Z
35372026-06-16T22:41:34.115Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/296)
35382026-06-16T22:41:34.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35392026-06-16T22:41:34.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35402026-06-16T22:41:34.591Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35412026-06-16T22:41:34.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35422026-06-16T22:41:34.676Z
35432026-06-16T22:41:34.676Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/296)
35442026-06-16T22:41:35.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35452026-06-16T22:41:35.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35462026-06-16T22:41:35.147Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35472026-06-16T22:41:35.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35482026-06-16T22:41:35.237Z
35492026-06-16T22:41:35.237Zinfo: running `cargo check --bins` on oximeter-producer (173/296)
35502026-06-16T22:41:35.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35512026-06-16T22:41:35.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35522026-06-16T22:41:35.718Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35532026-06-16T22:41:35.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35542026-06-16T22:41:35.805Z
35552026-06-16T22:41:35.805Zinfo: running `cargo check --bins` on internal-dns-resolver (174/296)
35562026-06-16T22:41:36.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35572026-06-16T22:41:36.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35582026-06-16T22:41:36.263Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35592026-06-16T22:41:36.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35602026-06-16T22:41:36.346Z
35612026-06-16T22:41:36.346Zinfo: running `cargo check --bins` on dns-server (175/296)
35622026-06-16T22:41:36.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35632026-06-16T22:41:36.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35642026-06-16T22:41:36.952Z Compiling parking_lot_core v0.8.6
35652026-06-16T22:41:36.955Z Compiling git-stub v1.0.0
35662026-06-16T22:41:36.955Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35672026-06-16T22:41:37.066Z Checking prefix-trie v0.7.0
35682026-06-16T22:41:37.182Z Compiling git-stub-vcs v0.1.0
35692026-06-16T22:41:37.347Z Checking hickory-server v0.25.2
35702026-06-16T22:41:37.455Z Checking parking_lot v0.11.2
35712026-06-16T22:41:37.458Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35722026-06-16T22:41:37.518Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35732026-06-16T22:41:37.519Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35742026-06-16T22:41:37.630Z Checking sled v0.34.7
35752026-06-16T22:41:39.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.18s
35762026-06-16T22:41:39.701Z
35772026-06-16T22:41:39.701Zinfo: running `cargo check --bins` on dns-server-api (176/296)
35782026-06-16T22:41:40.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35792026-06-16T22:41:40.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35802026-06-16T22:41:40.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35812026-06-16T22:41:40.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35822026-06-16T22:41:40.234Z
35832026-06-16T22:41:40.234Zinfo: running `cargo check --bins` on oximeter-producer-api (177/296)
35842026-06-16T22:41:40.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35852026-06-16T22:41:40.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35862026-06-16T22:41:40.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35872026-06-16T22:41:40.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35882026-06-16T22:41:40.768Z
35892026-06-16T22:41:40.768Zinfo: running `cargo check --bins` on sp-sim (178/296)
35902026-06-16T22:41:41.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35912026-06-16T22:41:41.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35922026-06-16T22:41:41.439Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35932026-06-16T22:41:43.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.40s
35942026-06-16T22:41:43.359Z
35952026-06-16T22:41:43.359Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/296)
35962026-06-16T22:41:43.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35972026-06-16T22:41:43.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35982026-06-16T22:41:43.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35992026-06-16T22:41:43.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36002026-06-16T22:41:43.948Z
36012026-06-16T22:41:43.948Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/296)
36022026-06-16T22:41:44.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36032026-06-16T22:41:44.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36042026-06-16T22:41:44.444Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36052026-06-16T22:41:44.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36062026-06-16T22:41:44.535Z
36072026-06-16T22:41:44.535Zinfo: running `cargo check --bins` on db-macros (181/296)
36082026-06-16T22:41:44.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36092026-06-16T22:41:44.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36102026-06-16T22:41:44.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36112026-06-16T22:41:44.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36122026-06-16T22:41:45.055Z
36132026-06-16T22:41:45.055Zinfo: running `cargo check --bins` on nexus-macros-common (182/296)
36142026-06-16T22:41:45.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36152026-06-16T22:41:45.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36162026-06-16T22:41:45.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36172026-06-16T22:41:45.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36182026-06-16T22:41:45.578Z
36192026-06-16T22:41:45.578Zinfo: running `cargo check --bins` on nexus-auth (183/296)
36202026-06-16T22:41:46.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36212026-06-16T22:41:46.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36222026-06-16T22:41:46.071Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36232026-06-16T22:41:46.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36242026-06-16T22:41:46.164Z
36252026-06-16T22:41:46.164Zinfo: running `cargo check --bins` on authz-macros (184/296)
36262026-06-16T22:41:46.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36272026-06-16T22:41:46.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36282026-06-16T22:41:46.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36292026-06-16T22:41:46.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36302026-06-16T22:41:46.688Z
36312026-06-16T22:41:46.688Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/296)
36322026-06-16T22:41:47.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36332026-06-16T22:41:47.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36342026-06-16T22:41:47.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36352026-06-16T22:41:47.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36362026-06-16T22:41:47.270Z
36372026-06-16T22:41:47.270Zinfo: running `cargo check --bins` on nexus-db-model (186/296)
36382026-06-16T22:41:47.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36392026-06-16T22:41:47.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36402026-06-16T22:41:47.763Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36412026-06-16T22:41:47.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36422026-06-16T22:41:47.856Z
36432026-06-16T22:41:47.856Zinfo: running `cargo check --bins` on nexus-db-schema (187/296)
36442026-06-16T22:41:48.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36452026-06-16T22:41:48.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36462026-06-16T22:41:48.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36472026-06-16T22:41:48.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36482026-06-16T22:41:48.384Z
36492026-06-16T22:41:48.385Zinfo: running `cargo check --bins` on omicron-rpaths (188/296)
36502026-06-16T22:41:48.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36512026-06-16T22:41:48.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36522026-06-16T22:41:48.832Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36532026-06-16T22:41:48.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36542026-06-16T22:41:48.912Z
36552026-06-16T22:41:48.912Zinfo: running `cargo check --bins` on nexus-defaults (189/296)
36562026-06-16T22:41:49.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36572026-06-16T22:41:49.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36582026-06-16T22:41:49.369Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36592026-06-16T22:41:49.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36602026-06-16T22:41:49.453Z
36612026-06-16T22:41:49.453Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/296)
36622026-06-16T22:41:49.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36632026-06-16T22:41:49.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36642026-06-16T22:41:49.904Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36652026-06-16T22:41:49.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36662026-06-16T22:41:49.983Z
36672026-06-16T22:41:49.983Zinfo: running `cargo check --bins` on parallel-task-set (191/296)
36682026-06-16T22:41:50.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36692026-06-16T22:41:50.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36702026-06-16T22:41:50.430Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36712026-06-16T22:41:50.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36722026-06-16T22:41:50.505Z
36732026-06-16T22:41:50.505Zinfo: running `cargo check --bins` on omicron-git-version (192/296)
36742026-06-16T22:41:50.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36752026-06-16T22:41:50.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36762026-06-16T22:41:50.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36772026-06-16T22:41:50.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36782026-06-16T22:41:51.025Z
36792026-06-16T22:41:51.025Zinfo: running `cargo check --bins` on nexus-db-errors (193/296)
36802026-06-16T22:41:51.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36812026-06-16T22:41:51.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36822026-06-16T22:41:51.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36832026-06-16T22:41:51.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36842026-06-16T22:41:51.608Z
36852026-06-16T22:41:51.608Zinfo: running `cargo check --bins` on nexus-db-lookup (194/296)
36862026-06-16T22:41:52.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36872026-06-16T22:41:52.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36882026-06-16T22:41:52.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36892026-06-16T22:41:52.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36902026-06-16T22:41:52.199Z
36912026-06-16T22:41:52.199Zinfo: running `cargo check --bins` on nexus-inventory (195/296)
36922026-06-16T22:41:52.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36932026-06-16T22:41:52.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36942026-06-16T22:41:52.691Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36952026-06-16T22:41:52.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36962026-06-16T22:41:52.783Z
36972026-06-16T22:41:52.783Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (196/296)
36982026-06-16T22:41:53.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36992026-06-16T22:41:53.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37002026-06-16T22:41:53.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37012026-06-16T22:41:53.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37022026-06-16T22:41:53.347Z
37032026-06-16T22:41:53.347Zinfo: running `cargo check --bins --no-default-features` on sled-storage (197/296)
37042026-06-16T22:41:53.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37052026-06-16T22:41:53.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37062026-06-16T22:41:53.819Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37072026-06-16T22:41:53.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37082026-06-16T22:41:53.906Z
37092026-06-16T22:41:53.906Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (198/296)
37102026-06-16T22:41:54.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37112026-06-16T22:41:54.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37122026-06-16T22:41:54.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37132026-06-16T22:41:54.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37142026-06-16T22:41:54.464Z
37152026-06-16T22:41:54.464Zinfo: running `cargo check --bins` on key-manager (199/296)
37162026-06-16T22:41:54.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37172026-06-16T22:41:54.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37182026-06-16T22:41:54.921Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37192026-06-16T22:41:54.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37202026-06-16T22:41:55.004Z
37212026-06-16T22:41:55.004Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (200/296)
37222026-06-16T22:41:55.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37232026-06-16T22:41:55.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37242026-06-16T22:41:55.472Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37252026-06-16T22:41:55.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37262026-06-16T22:41:55.559Z
37272026-06-16T22:41:55.559Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (201/296)
37282026-06-16T22:41:56.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37292026-06-16T22:41:56.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37302026-06-16T22:41:56.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37312026-06-16T22:41:56.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37322026-06-16T22:41:56.114Z
37332026-06-16T22:41:56.114Zinfo: running `cargo check --bins` on typed-rng (202/296)
37342026-06-16T22:41:56.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37352026-06-16T22:41:56.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37362026-06-16T22:41:56.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37372026-06-16T22:41:56.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
37382026-06-16T22:41:56.639Z
37392026-06-16T22:41:56.639Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (203/296)
37402026-06-16T22:41:57.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37412026-06-16T22:41:57.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37422026-06-16T22:41:57.431Z Compiling libefi-sys v0.1.0
37432026-06-16T22:41:57.434Z Compiling bitfield-struct v0.6.2
37442026-06-16T22:41:57.567Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37452026-06-16T22:41:57.575Z Compiling xshell-macros v0.2.7
37462026-06-16T22:41:57.584Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37472026-06-16T22:41:57.597Z Compiling salty v0.3.0
37482026-06-16T22:41:57.610Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37492026-06-16T22:41:57.624Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
37502026-06-16T22:41:57.636Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37512026-06-16T22:41:57.735Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37522026-06-16T22:41:57.905Z Checking primeorder v0.13.6
37532026-06-16T22:41:57.923Z Compiling proc-macro-error-attr2 v2.0.0
37542026-06-16T22:41:57.934Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37552026-06-16T22:41:57.946Z Checking xshell v0.2.7
37562026-06-16T22:41:58.070Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37572026-06-16T22:41:58.083Z Checking tungstenite v0.21.0
37582026-06-16T22:41:58.131Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37592026-06-16T22:41:58.145Z Checking p384 v0.13.1
37602026-06-16T22:41:58.173Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37612026-06-16T22:41:58.256Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d75dc35f3e5d5c835839c8554b1e54376e895717#d75dc35f)
37622026-06-16T22:41:58.286Z Compiling num-derive v0.3.3
37632026-06-16T22:41:58.303Z Compiling proc-macro-error2 v2.0.1
37642026-06-16T22:41:58.423Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37652026-06-16T22:41:58.517Z Checking tokio-tungstenite v0.21.0
37662026-06-16T22:41:58.570Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37672026-06-16T22:41:58.573Z Checking papergrid v0.17.0
37682026-06-16T22:41:58.619Z Compiling tabled_derive v0.11.0
37692026-06-16T22:41:58.651Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d75dc35f3e5d5c835839c8554b1e54376e895717#d75dc35f)
37702026-06-16T22:41:58.665Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37712026-06-16T22:41:58.791Z Compiling progenitor-impl v0.13.0
37722026-06-16T22:41:58.807Z Checking testing_table v0.3.0
37732026-06-16T22:41:58.899Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37742026-06-16T22:41:58.937Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=96424dca1286ff7a93511c7869ffa1554b66c569#96424dca)
37752026-06-16T22:41:58.951Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37762026-06-16T22:41:59.143Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37772026-06-16T22:41:59.146Z Compiling unicase v2.9.0
37782026-06-16T22:41:59.191Z Checking libscf-sys v1.1.0
37792026-06-16T22:41:59.326Z Checking corncobs v0.1.4
37802026-06-16T22:41:59.338Z Compiling illumos-nvpair-sys v0.2.0
37812026-06-16T22:41:59.356Z Compiling mime_guess v2.0.5
37822026-06-16T22:41:59.418Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37832026-06-16T22:41:59.449Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37842026-06-16T22:41:59.512Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37852026-06-16T22:41:59.566Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37862026-06-16T22:41:59.624Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d75dc35f3e5d5c835839c8554b1e54376e895717#d75dc35f)
37872026-06-16T22:41:59.671Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37882026-06-16T22:41:59.804Z Checking tabled v0.20.0
37892026-06-16T22:41:59.885Z Checking progenitor-client v0.13.0
37902026-06-16T22:41:59.905Z Checking secrecy v0.8.0
37912026-06-16T22:42:00.032Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37922026-06-16T22:42:00.186Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
37932026-06-16T22:42:00.201Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37942026-06-16T22:42:00.272Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
37952026-06-16T22:42:00.570Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
37962026-06-16T22:42:00.588Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37972026-06-16T22:42:00.634Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
37982026-06-16T22:42:00.674Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37992026-06-16T22:42:00.698Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38002026-06-16T22:42:00.857Z Checking filetime v0.2.27
38012026-06-16T22:42:00.868Z Checking http-range v0.1.5
38022026-06-16T22:42:00.994Z Checking crc8 v0.1.1
38032026-06-16T22:42:01.095Z Checking xattr v1.6.1
38042026-06-16T22:42:01.117Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38052026-06-16T22:42:01.227Z Checking tar v0.4.45
38062026-06-16T22:42:01.240Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38072026-06-16T22:42:01.301Z Checking illumos-nvpair v0.3.0
38082026-06-16T22:42:01.325Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38092026-06-16T22:42:01.413Z Compiling progenitor-macro v0.13.0
38102026-06-16T22:42:01.489Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38112026-06-16T22:42:01.589Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38122026-06-16T22:42:01.605Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
38132026-06-16T22:42:01.851Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38142026-06-16T22:42:01.879Z Checking atty v0.2.14
38152026-06-16T22:42:01.895Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38162026-06-16T22:42:01.941Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38172026-06-16T22:42:01.978Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
38182026-06-16T22:42:02.066Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38192026-06-16T22:42:02.213Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38202026-06-16T22:42:02.274Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
38212026-06-16T22:42:02.289Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38222026-06-16T22:42:02.420Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38232026-06-16T22:42:02.495Z Checking hyper-staticfile v0.10.1
38242026-06-16T22:42:02.584Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38252026-06-16T22:42:02.597Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38262026-06-16T22:42:02.785Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38272026-06-16T22:42:02.842Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38282026-06-16T22:42:03.056Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38292026-06-16T22:42:03.134Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38302026-06-16T22:42:03.336Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=a1f21c06f1a8568bef35f399f9603d7ed714f763#a1f21c06)
38312026-06-16T22:42:03.712Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38322026-06-16T22:42:03.911Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a1f21c06f1a8568bef35f399f9603d7ed714f763#a1f21c06)
38332026-06-16T22:42:04.213Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38342026-06-16T22:42:04.700Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38352026-06-16T22:42:05.107Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38362026-06-16T22:42:05.567Z Checking progenitor v0.13.0
38372026-06-16T22:42:05.707Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38382026-06-16T22:42:07.598Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38392026-06-16T22:42:11.022Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38402026-06-16T22:42:18.930Zerror[E0308]: mismatched types
38412026-06-16T22:42:18.930Z --> sled-agent/src/sim/storage.rs:2093:21
38422026-06-16T22:42:18.930Z |
38432026-06-16T22:42:18.930Z2093 | / crucible_client_types::CrucibleOpts {
38442026-06-16T22:42:18.930Z2094 | | id,
38452026-06-16T22:42:18.930Z2095 | | target,
38462026-06-16T22:42:18.930Z2096 | | lossy: _,
38472026-06-16T22:42:18.930Z... |
38482026-06-16T22:42:18.930Z2103 | | read_only,
38492026-06-16T22:42:18.930Z2104 | | },
38502026-06-16T22:42:18.930Z | |_____________________^ expected `propolis_client::CrucibleOpts`, found `crucible_client_types::CrucibleOpts`
38512026-06-16T22:42:18.930Z |
38522026-06-16T22:42:18.930Znote: there are multiple different versions of crate `crucible_client_types` in the dependency graph
38532026-06-16T22:42:18.930Z --> /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/bd9a0e2/crucible-client-types/src/lib.rs:60:1
38542026-06-16T22:42:18.930Z |
38552026-06-16T22:42:18.931Z 60 | pub struct CrucibleOpts {
38562026-06-16T22:42:18.931Z | ^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
38572026-06-16T22:42:18.931Z |
38582026-06-16T22:42:18.931Z ::: /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/a1f21c0/crucible-client-types/src/lib.rs:60:1
38592026-06-16T22:42:18.931Z |
38602026-06-16T22:42:18.931Z 60 | pub struct CrucibleOpts {
38612026-06-16T22:42:18.931Z | ----------------------- this is the found type
38622026-06-16T22:42:18.931Z = help: you can use `cargo tree` to explore your dependency tree
38632026-06-16T22:42:18.931Z
38642026-06-16T22:42:20.993ZFor more information about this error, try `rustc --explain E0308`.
38652026-06-16T22:42:21.140Zerror: could not compile `omicron-sled-agent` (lib) due to 1 previous error
38662026-06-16T22:42:21.357Zerror: process didn't exit successfully: `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo check --bins --manifest-path sled-agent/Cargo.toml --no-default-features` (exit status: 101)
38672026-06-16T22:42:21.360ZError: cargo-hack install failed: exit status: 1
38682026-06-16T22:42:21.362Z
38692026-06-16T22:42:21.362Zreal 4:37.932976263
38702026-06-16T22:42:21.362Zuser 8:07.867359370
38712026-06-16T22:42:21.362Zsys 2:12.008482747
38722026-06-16T22:42:21.362Ztrap 0.189287209
38732026-06-16T22:42:21.362Ztflt 0.219651294
38742026-06-16T22:42:21.363Zdflt 0.747661307
38752026-06-16T22:42:21.363Zkflt 0.001545211
38762026-06-16T22:42:21.363Zlock 24:08.976723300
38772026-06-16T22:42:21.363Zslp 35:02.038071486
38782026-06-16T22:42:21.363Zlat 33.552912159
38792026-06-16T22:42:21.363Zstop 2:05.837452916
38802026-06-16T22:42:21.366Zprocess exited: duration 404295 ms, exit code 1
 
38812026-06-16T22:42:21.371Zfound 0 output files