01KT7PT3M92BXYKMDKFQEJRVZW: 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: 01KT7PTGF706NT1TX741AZDMWZ

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-03T21:40:08.278Zjob assigned to worker 01KT7PTMH12SM25RYV0F3CESGH [factory aws, i-038d36ffbc445a924] (queued for 45 s)
 
22026-06-03T21:40:15.014Zstarting task 0: "setup"
32026-06-03T21:40:15.019Z++ uname -s
42026-06-03T21:40:15.022Z+ kern=SunOS
52026-06-03T21:40:15.022Z+ build_user=build
62026-06-03T21:40:15.022Z+ build_uid=12345
72026-06-03T21:40:15.022Z+ work_dir=/work
82026-06-03T21:40:15.022Z+ input_dir=/input
92026-06-03T21:40:15.022Z+ [[ 0 == 12345 ]]
102026-06-03T21:40:15.022Z+ case "$kern" in
112026-06-03T21:40:15.022Z+ groupadd -g 12345 build
122026-06-03T21:40:15.030Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-03T21:40:17.037Z+ zfs create -o mountpoint=/work rpool/work
142026-06-03T21:40:17.110Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-03T21:40:17.114Z+ home_fs=zfs
162026-06-03T21:40:17.114Z+ [[ zfs == autofs ]]
172026-06-03T21:40:17.114Z+ mkdir -p /home/build
182026-06-03T21:40:17.114Z+ chown build:build /home/build /work
192026-06-03T21:40:19.114Z+ chmod 0700 /home/build /work
202026-06-03T21:40:19.119Zprocess exited: duration 4102 ms, exit code 0
 
212026-06-03T21:40:19.125Zstarting task 1: "rust-toolchain"
222026-06-03T21:40:19.128Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-03T21:40:19.128Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-03T21:40:19.128Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-06-03T21:40:19.131Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-06-03T21:40:19.131Z * rust toolchain channel = "1.94.0"
272026-06-03T21:40:19.131Z * rust toolchain profile = "default"
282026-06-03T21:40:19.131Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-03T21:40:19.131Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-03T21:40:19.230Zinfo: downloading installer
312026-06-03T21:40:20.514Zwarn: It looks like you have an existing rustup settings file at:
322026-06-03T21:40:20.514Zwarn: /home/build/.rustup/settings.toml
332026-06-03T21:40:20.514Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-03T21:40:20.517Zwarn: instead of the one inferred from the default host triple.
352026-06-03T21:40:20.526Zinfo: profile set to default
362026-06-03T21:40:20.526Zinfo: default host triple is x86_64-unknown-illumos
372026-06-03T21:40:20.529Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-03T21:40:20.662Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-03T21:40:20.665Zinfo: downloading 6 components
402026-06-03T21:40:36.432Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-06-03T21:40:36.432Z
422026-06-03T21:40:36.461Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-03T21:40:36.461Z
442026-06-03T21:40:36.461Z
452026-06-03T21:40:36.461ZRust is installed now. Great!
462026-06-03T21:40:36.461Z
472026-06-03T21:40:36.464ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-03T21:40:36.464Zenvironment variable. This has not been done automatically.
492026-06-03T21:40:36.464Z
502026-06-03T21:40:36.464ZTo configure your current shell, you need to source
512026-06-03T21:40:36.464Zthe corresponding env file under $HOME/.cargo.
522026-06-03T21:40:36.464Z
532026-06-03T21:40:36.464ZThis is usually done by running one of the following (note the leading DOT):
542026-06-03T21:40:36.464Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-03T21:40:36.465Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-03T21:40:36.465Zsource "~/.cargo/env.nu" # For nushell
572026-06-03T21:40:36.465Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-03T21:40:36.465Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-03T21:40:36.465Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-03T21:40:36.465Zwarn: no default linker (`cc`) was found in your PATH
612026-06-03T21:40:36.465Zwarn: many Rust crates require a system C toolchain to build
622026-06-03T21:40:36.551Z+ rustup --version
632026-06-03T21:40:36.560Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-03T21:40:36.563Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-03T21:40:36.581Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-03T21:40:36.584Z+ cargo --version
672026-06-03T21:40:36.598Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-03T21:40:36.601Z+ rustc --version
692026-06-03T21:40:36.620Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-03T21:40:36.623Zprocess exited: duration 17496 ms, exit code 0
 
712026-06-03T21:40:36.629Zstarting task 2: "authentication"
722026-06-03T21:40:36.645Zprocess exited: duration 16 ms, exit code 0
 
732026-06-03T21:40:36.652Zstarting task 3: "clone repository"
742026-06-03T21:40:36.655Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-03T21:40:36.658Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-03T21:40:36.691ZCloning into '/work/oxidecomputer/omicron'...
772026-06-03T21:40:47.626Z+ cd /work/oxidecomputer/omicron
782026-06-03T21:40:47.626Z+ git fetch origin 95a9e84373f6589f3377b4725f0f92fefd100477
792026-06-03T21:40:47.972ZFrom https://github.com/oxidecomputer/omicron
802026-06-03T21:40:47.972Z * branch 95a9e84373f6589f3377b4725f0f92fefd100477 -> FETCH_HEAD
812026-06-03T21:40:47.976Z+ [[ -n bump-console-27314811 ]]
822026-06-03T21:40:47.976Z++ git branch --show-current
832026-06-03T21:40:47.976Z+ current=main
842026-06-03T21:40:47.976Z+ [[ main != bump-console-27314811 ]]
852026-06-03T21:40:47.976Z+ git branch -f bump-console-27314811 95a9e84373f6589f3377b4725f0f92fefd100477
862026-06-03T21:40:47.976Z+ git checkout -f bump-console-27314811
872026-06-03T21:40:48.192ZSwitched to branch 'bump-console-27314811'
882026-06-03T21:40:48.195Z+ git reset --hard 95a9e84373f6589f3377b4725f0f92fefd100477
892026-06-03T21:40:48.206ZHEAD is now at 95a9e8437 Bump web console (minor)
902026-06-03T21:40:48.209Zprocess exited: duration 11555 ms, exit code 0
 
912026-06-03T21:40:48.215Zstarting task 4: "build"
922026-06-03T21:40:48.218Z+ source .github/buildomat/ci-env.sh
932026-06-03T21:40:48.218Z++ export CARGO_TERM_COLOR=always
942026-06-03T21:40:48.218Z++ CARGO_TERM_COLOR=always
952026-06-03T21:40:48.218Z+ cargo --version
962026-06-03T21:40:48.228Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-06-03T21:40:48.231Z+ rustc --version
982026-06-03T21:40:48.250Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-06-03T21:40:48.253Z+ source ./env.sh
1002026-06-03T21:40:48.253Z++ OLD_SHELL_OPTS=ehxB
1012026-06-03T21:40:48.253Z++ set -o xtrace
1022026-06-03T21:40:48.256Z++++ dirname ./env.sh
1032026-06-03T21:40:48.256Z+++ readlink -f .
1042026-06-03T21:40:48.259Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-06-03T21:40:48.259Z++ 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-03T21:40:48.259Z++ 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-03T21:40:48.259Z++ 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-03T21:40:48.259Z++ 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-03T21:40:48.259Z++ 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-03T21:40:48.259Z++ 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-03T21:40:48.259Z++ 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-03T21:40:48.259Z++ 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-03T21:40:48.259Z++ case $OLD_SHELL_OPTS in
1142026-06-03T21:40:48.259Z++ unset OLD_SHELL_OPTS OMICRON_WS
1152026-06-03T21:40:48.259Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1162026-06-03T21:40:48.260Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1172026-06-03T21:40:48.260Z+ banner prerequisites
1182026-06-03T21:40:48.263Z
1192026-06-03T21:40:48.263Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-06-03T21:40:48.263Z # # # # # # # # # # # # # # #
1212026-06-03T21:40:48.263Z # # # # ##### # # ##### # # # # # #### #
1222026-06-03T21:40:48.263Z ##### ##### # ##### # # # # # # # # #
1232026-06-03T21:40:48.263Z # # # # # # # # # # # # # # #
1242026-06-03T21:40:48.264Z # # # ###### # # ###### ### # #### # #### #
1252026-06-03T21:40:48.264Z
1262026-06-03T21:40:48.264Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-06-03T21:40:49.690Z Startup: Refreshing catalog 'helios' ... Done
1282026-06-03T21:40:49.764Z Startup: Caching catalogs ... Done
1292026-06-03T21:40:50.055ZPlanning: Solver setup ... Done (0.254s)
1302026-06-03T21:40:50.075ZPlanning: Running solver ... Done (0.019s)
1312026-06-03T21:40:50.082ZPlanning: Finding local manifests ... Done (0.003s)
1322026-06-03T21:40:50.092ZPlanning: Fetching manifests: 0/2 0% complete
1332026-06-03T21:40:50.108ZPlanning: Fetching manifests: 2/2 100% complete
1342026-06-03T21:40:50.121ZPlanning: Package planning ... Done (0.013s)
1352026-06-03T21:40:50.124ZPlanning: Merging actions ... Done (0.001s)
1362026-06-03T21:40:50.311ZPlanning: Checking for conflicting actions ... Done (0.188s)
1372026-06-03T21:40:50.314ZPlanning: Consolidating action changes ... Done (0.001s)
1382026-06-03T21:40:51.136ZPlanning: Evaluating mediators ... Done (0.825s)
1392026-06-03T21:40:51.140ZPlanning: Planning completed in 1.35 seconds
1402026-06-03T21:40:51.146Z Packages to install: 2
1412026-06-03T21:40:51.149Z Estimated space available: 156.07 GB
1422026-06-03T21:40:51.150ZEstimated space to be consumed: 23.93 MB
1432026-06-03T21:40:51.150Z Create boot environment: No
1442026-06-03T21:40:51.150ZCreate backup boot environment: No
1452026-06-03T21:40:51.150Z Rebuild boot archive: No
1462026-06-03T21:40:51.150Z
1472026-06-03T21:40:51.150ZChanged packages:
1482026-06-03T21:40:51.150Zhelios
1492026-06-03T21:40:51.150Z developer/build-essential
1502026-06-03T21:40:51.150Z None -> 11-3.0
1512026-06-03T21:40:51.151Z library/libxmlsec1
1522026-06-03T21:40:51.151Z None -> 1.2.35-3.0
1532026-06-03T21:40:51.169Z
1542026-06-03T21:40:51.169ZDownload: 0/214 items 0.0/1.3MB 0% complete
1552026-06-03T21:40:51.825ZDownload: Completed 1.28 MB in 0.66 seconds (1.9M/s)
1562026-06-03T21:40:51.887Z Actions: 1/268 actions (Installing new actions)
1572026-06-03T21:40:51.926Z Actions: Completed 268 actions in 0.04 seconds.
1582026-06-03T21:40:51.934ZFinalize: Updating package state database ... Done (0.007s)
1592026-06-03T21:40:51.937ZFinalize: Updating package cache ... Done (0.000s)
1602026-06-03T21:40:51.954ZFinalize: Updating image state ... Done (0.020s)
1612026-06-03T21:40:54.281ZFinalize: Creating fast lookup database ... Done (2.305s)
1622026-06-03T21:40:54.365ZFinalize: Reading search index ... Done (0.028s)
1632026-06-03T21:40:54.368ZFinalize: Updating search index ... Done (0.000s)
1642026-06-03T21:40:54.452ZFinalize: Updating package cache ... Done (0.000s)
1652026-06-03T21:40:54.747ZPlanning: Evaluating mediator changes ... Done
1662026-06-03T21:40:54.850ZPlanning: Checking for conflicting actions ... Done
1672026-06-03T21:40:54.854ZPlanning: Consolidating action changes ... Done
1682026-06-03T21:40:55.009ZPlanning: Evaluating mediators ... Done
1692026-06-03T21:40:55.012ZPlanning: Planning completed in 0.26 seconds
1702026-06-03T21:40:55.032Z Mediators to change: 2
1712026-06-03T21:40:55.032Z Create boot environment: No
1722026-06-03T21:40:55.037ZCreate backup boot environment: No
1732026-06-03T21:40:55.090ZFinalize: Updating package state database ... Done
1742026-06-03T21:40:55.090ZFinalize: Updating package cache ... Done
1752026-06-03T21:40:55.101ZFinalize: Updating image state ... Done
1762026-06-03T21:40:57.047ZFinalize: Creating fast lookup database ... Done
1772026-06-03T21:40:57.106ZFinalize: Reading search index ... Done
1782026-06-03T21:40:57.109ZFinalize: Updating search index ... Done
1792026-06-03T21:40:57.190ZFinalize: Updating package cache ... Done
1802026-06-03T21:40:57.472ZPlanning: Evaluating mediator changes ... Done
1812026-06-03T21:40:57.573ZPlanning: Checking for conflicting actions ... Done
1822026-06-03T21:40:57.576ZPlanning: Consolidating action changes ... Done
1832026-06-03T21:40:57.731ZPlanning: Evaluating mediators ... Done
1842026-06-03T21:40:57.734ZPlanning: Planning completed in 0.26 seconds
1852026-06-03T21:40:57.754Z Mediators to change: 1
1862026-06-03T21:40:57.754Z Create boot environment: No
1872026-06-03T21:40:57.754ZCreate backup boot environment: No
1882026-06-03T21:40:57.805ZFinalize: Updating package state database ... Done
1892026-06-03T21:40:57.805ZFinalize: Updating package cache ... Done
1902026-06-03T21:40:57.817ZFinalize: Updating image state ... Done
1912026-06-03T21:40:59.744ZFinalize: Creating fast lookup database ... Done
1922026-06-03T21:40:59.804ZFinalize: Reading search index ... Done
1932026-06-03T21:40:59.808ZFinalize: Updating search index ... Done
1942026-06-03T21:40:59.874ZFinalize: Updating package cache ... Done
1952026-06-03T21:41:00.183ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962026-06-03T21:41:00.183Zapache system 2.4 system
1972026-06-03T21:41:00.183Zclang system 15 system
1982026-06-03T21:41:00.183Zcsh system system illumos
1992026-06-03T21:41:00.183Zctags system system illumos
2002026-06-03T21:41:00.183Zfile vendor vendor darwinsys
2012026-06-03T21:41:00.183Zfile system system illumos
2022026-06-03T21:41:00.183Zgcc vendor 14 vendor
2032026-06-03T21:41:00.183Zgcc system 13 system
2042026-06-03T21:41:00.183Zgcc system 10 system
2052026-06-03T21:41:00.183Zgo system 1.25 system
2062026-06-03T21:41:00.183Zllvm system 15 system
2072026-06-03T21:41:00.183Zmariadb system 11.4 system
2082026-06-03T21:41:00.183Zmta vendor vendor dma
2092026-06-03T21:41:00.183Zopenjdk system 17 system
2102026-06-03T21:41:00.183Zopenjdk system 11 system
2112026-06-03T21:41:00.183Zopenssl vendor 3 vendor
2122026-06-03T21:41:00.183Zperl system 5.40 system
2132026-06-03T21:41:00.184Zpostgresql system 18 system
2142026-06-03T21:41:00.184Zpostgresql system 17 system
2152026-06-03T21:41:00.184Zpython vendor 3 vendor
2162026-06-03T21:41:00.184Zpython system 2 system
2172026-06-03T21:41:00.184Zpython3 vendor 3.13 vendor
2182026-06-03T21:41:00.184Zruby system 3.4 system
2192026-06-03T21:41:00.184Zruby system 3.0 system
2202026-06-03T21:41:00.184Zwords vendor vendor american-english
2212026-06-03T21:41:00.184Zwords system system australian-english
2222026-06-03T21:41:00.184Zwords system system british-english
2232026-06-03T21:41:00.184Zwords system system canadian-english
2242026-06-03T21:41:00.184Zwords system system french
2252026-06-03T21:41:00.184Zwords system system italian
2262026-06-03T21:41:00.184Zwords system system ngerman
2272026-06-03T21:41:00.184Zwords system system ogerman
2282026-06-03T21:41:00.184Zwords system system spanish
2292026-06-03T21:41:00.437ZPUBLISHER TYPE STATUS P LOCATION
2302026-06-03T21:41:00.437Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2312026-06-03T21:41:00.716ZFMRI IFO
2322026-06-03T21:41:00.716Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2332026-06-03T21:41:00.716Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2342026-06-03T21:41:00.716Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2352026-06-03T21:41:00.716Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2362026-06-03T21:41:00.716Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2372026-06-03T21:41:00.716Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2382026-06-03T21:41:00.717Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2392026-06-03T21:41:00.717Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2402026-06-03T21:41:00.717Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2412026-06-03T21:41:00.956Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2422026-06-03T21:41:01.232Z Updating crates.io index
2432026-06-03T21:41:01.234Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2442026-06-03T21:41:01.572Z Updating git repository `https://github.com/oxidecomputer/lldp`
2452026-06-03T21:41:02.386Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2462026-06-03T21:41:02.794Z Updating git repository `https://github.com/oxidecomputer/propolis`
2472026-06-03T21:41:03.930Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2482026-06-03T21:41:04.491Z Updating git repository `https://github.com/oxidecomputer/crucible`
2492026-06-03T21:41:05.974Z Updating git repository `https://github.com/oxidecomputer/opte`
2502026-06-03T21:41:06.704Z Updating git repository `https://github.com/oxidecomputer/tofino`
2512026-06-03T21:41:07.162Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522026-06-03T21:41:07.952Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-06-03T21:41:08.602Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2542026-06-03T21:41:09.051Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2552026-06-03T21:41:09.414Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2562026-06-03T21:41:10.483Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2572026-06-03T21:41:10.967Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2582026-06-03T21:41:11.235Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2592026-06-03T21:41:11.564Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2602026-06-03T21:41:11.949Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2612026-06-03T21:41:12.355Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2622026-06-03T21:41:12.698Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2632026-06-03T21:41:12.932Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2642026-06-03T21:41:13.228Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2652026-06-03T21:41:13.586Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2662026-06-03T21:41:14.003Z Updating git repository `https://github.com/oxidecomputer/erebor`
2672026-06-03T21:41:14.447Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2682026-06-03T21:41:14.887Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2692026-06-03T21:41:15.235Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2702026-06-03T21:41:15.557Z Updating git repository `https://github.com/oxidecomputer/ispf`
2712026-06-03T21:41:15.863Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2722026-06-03T21:41:16.998Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2732026-06-03T21:41:17.828Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2742026-06-03T21:41:18.102Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2752026-06-03T21:41:18.505Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2762026-06-03T21:41:18.814Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2772026-06-03T21:41:19.154Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2782026-06-03T21:41:19.547Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2792026-06-03T21:41:20.019Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2802026-06-03T21:41:20.290Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2812026-06-03T21:41:20.587Z Updating git repository `https://github.com/illumos/smf-rs`
2822026-06-03T21:41:20.890Z Updating git repository `https://github.com/oxidecomputer/omicron`
2832026-06-03T21:41:32.353Z Downloading crates ...
2842026-06-03T21:41:32.408Z Downloaded anstream v0.6.21
2852026-06-03T21:41:32.411Z Downloaded cpufeatures v0.2.17
2862026-06-03T21:41:32.416Z Downloaded semver v1.0.28
2872026-06-03T21:41:32.419Z Downloaded typeid v1.0.3
2882026-06-03T21:41:32.419Z Downloaded colorchoice v1.0.4
2892026-06-03T21:41:32.422Z Downloaded usdt-impl v0.5.0
2902026-06-03T21:41:32.422Z Downloaded clap_derive v4.5.55
2912026-06-03T21:41:32.422Z Downloaded anstyle-parse v0.2.7
2922026-06-03T21:41:32.425Z Downloaded anstyle-query v1.1.5
2932026-06-03T21:41:32.425Z Downloaded utf8parse v0.2.2
2942026-06-03T21:41:32.428Z Downloaded clap_builder v4.5.60
2952026-06-03T21:41:32.431Z Downloaded toml_datetime v0.6.11
2962026-06-03T21:41:32.431Z Downloaded anyhow v1.0.102
2972026-06-03T21:41:32.434Z Downloaded thiserror v1.0.69
2982026-06-03T21:41:32.437Z Downloaded unicode-linebreak v0.1.5
2992026-06-03T21:41:32.440Z Downloaded thiserror-impl v2.0.18
3002026-06-03T21:41:32.440Z Downloaded thiserror-impl v1.0.69
3012026-06-03T21:41:32.440Z Downloaded tinystr v0.8.2
3022026-06-03T21:41:32.443Z Downloaded icu_properties_data v2.1.2
3032026-06-03T21:41:32.446Z Downloaded thread-id v4.2.2
3042026-06-03T21:41:32.449Z Downloaded bitflags v2.11.0
3052026-06-03T21:41:32.449Z Downloaded num-traits v0.2.19
3062026-06-03T21:41:32.453Z Downloaded unicode-ident v1.0.24
3072026-06-03T21:41:32.453Z Downloaded itoa v1.0.17
3082026-06-03T21:41:32.453Z Downloaded fs-err v3.3.0
3092026-06-03T21:41:32.456Z Downloaded serde_derive v1.0.228
3102026-06-03T21:41:32.456Z Downloaded crypto-common v0.1.7
3112026-06-03T21:41:32.459Z Downloaded version_check v0.9.5
3122026-06-03T21:41:32.459Z Downloaded equivalent v1.0.2
3132026-06-03T21:41:32.459Z Downloaded form_urlencoded v1.2.2
3142026-06-03T21:41:32.459Z Downloaded fastrand v2.3.0
3152026-06-03T21:41:32.462Z Downloaded autocfg v1.5.0
3162026-06-03T21:41:32.462Z Downloaded terminal_size v0.4.3
3172026-06-03T21:41:32.462Z Downloaded zmij v1.0.21
3182026-06-03T21:41:32.465Z Downloaded thiserror v2.0.18
3192026-06-03T21:41:32.467Z Downloaded toml_write v0.1.2
3202026-06-03T21:41:32.467Z Downloaded strsim v0.11.1
3212026-06-03T21:41:32.467Z Downloaded usdt-macro v0.5.0
3222026-06-03T21:41:32.470Z Downloaded unicode-xid v0.2.6
3232026-06-03T21:41:32.470Z Downloaded yoke v0.8.1
3242026-06-03T21:41:32.470Z Downloaded yoke-derive v0.8.1
3252026-06-03T21:41:32.473Z Downloaded serde_spanned v0.6.9
3262026-06-03T21:41:32.473Z Downloaded cargo_toml v0.21.0
3272026-06-03T21:41:32.473Z Downloaded synstructure v0.13.2
3282026-06-03T21:41:32.473Z Downloaded plain v0.2.3
3292026-06-03T21:41:32.476Z Downloaded proc-macro-error-attr v1.0.4
3302026-06-03T21:41:32.476Z Downloaded cfg-if v1.0.4
3312026-06-03T21:41:32.476Z Downloaded once_cell v1.21.3
3322026-06-03T21:41:32.479Z Downloaded fnv v1.0.7
3332026-06-03T21:41:32.479Z Downloaded textwrap v0.16.2
3342026-06-03T21:41:32.479Z Downloaded anstyle v1.0.13
3352026-06-03T21:41:32.481Z Downloaded ucd-trie v0.1.7
3362026-06-03T21:41:32.482Z Downloaded stable_deref_trait v1.2.1
3372026-06-03T21:41:32.482Z Downloaded sha2 v0.10.9
3382026-06-03T21:41:32.484Z Downloaded usdt-attr-macro v0.5.0
3392026-06-03T21:41:32.484Z Downloaded usdt v0.5.0
3402026-06-03T21:41:32.484Z Downloaded url v2.5.8
3412026-06-03T21:41:32.487Z Downloaded heck v0.4.1
3422026-06-03T21:41:32.487Z Downloaded errno v0.3.14
3432026-06-03T21:41:32.490Z Downloaded zerofrom v0.1.6
3442026-06-03T21:41:32.490Z Downloaded memmap v0.7.0
3452026-06-03T21:41:32.490Z Downloaded generic-array v0.14.7
3462026-06-03T21:41:32.490Z Downloaded zerofrom-derive v0.1.6
3472026-06-03T21:41:32.493Z Downloaded utf8_iter v1.0.4
3482026-06-03T21:41:32.493Z Downloaded dtrace-parser v0.2.0
3492026-06-03T21:41:32.493Z Downloaded block-buffer v0.10.4
3502026-06-03T21:41:32.493Z Downloaded zerovec-derive v0.11.2
3512026-06-03T21:41:32.496Z Downloaded scroll_derive v0.12.1
3522026-06-03T21:41:32.496Z Downloaded swrite v0.1.0
3532026-06-03T21:41:32.496Z Downloaded ordered-float v2.10.1
3542026-06-03T21:41:32.496Z Downloaded zerocopy-derive v0.7.35
3552026-06-03T21:41:32.499Z Downloaded percent-encoding v2.3.2
3562026-06-03T21:41:32.499Z Downloaded dof v0.3.0
3572026-06-03T21:41:32.502Z Downloaded clap_lex v1.0.0
3582026-06-03T21:41:32.502Z Downloaded potential_utf v0.1.4
3592026-06-03T21:41:32.502Z Downloaded toml v0.8.23
3602026-06-03T21:41:32.502Z Downloaded writeable v0.6.2
3612026-06-03T21:41:32.505Z Downloaded smawk v0.3.2
3622026-06-03T21:41:32.509Z Downloaded zerotrie v0.2.3
3632026-06-03T21:41:32.511Z Downloaded pretty-hex v0.4.1
3642026-06-03T21:41:32.514Z Downloaded heck v0.5.0
3652026-06-03T21:41:32.517Z Downloaded zerovec v0.11.5
3662026-06-03T21:41:32.520Z Downloaded cargo-platform v0.2.0
3672026-06-03T21:41:32.522Z Downloaded macaddr v1.0.1
3682026-06-03T21:41:32.525Z Downloaded is_terminal_polyfill v1.70.2
3692026-06-03T21:41:32.528Z Downloaded tabled_derive v0.7.0
3702026-06-03T21:41:32.531Z Downloaded winnow v0.7.14
3712026-06-03T21:41:32.534Z Downloaded toml_edit v0.22.27
3722026-06-03T21:41:32.537Z Downloaded cargo_metadata v0.21.0
3732026-06-03T21:41:32.539Z Downloaded digest v0.10.7
3742026-06-03T21:41:32.539Z Downloaded bytecount v0.6.9
3752026-06-03T21:41:32.542Z Downloaded serde-untagged v0.1.9
3762026-06-03T21:41:32.542Z Downloaded unicode-width v0.2.0
3772026-06-03T21:41:32.545Z Downloaded smallvec v1.15.1
3782026-06-03T21:41:32.547Z Downloaded zerocopy v0.7.35
3792026-06-03T21:41:32.554Z Downloaded unicode-width v0.1.14
3802026-06-03T21:41:32.557Z Downloaded typenum v1.19.0
3812026-06-03T21:41:32.559Z Downloaded serde-value v0.7.0
3822026-06-03T21:41:32.559Z Downloaded erased-serde v0.4.9
3832026-06-03T21:41:32.562Z Downloaded serde_tokenstream v0.2.3
3842026-06-03T21:41:32.562Z Downloaded displaydoc v0.2.5
3852026-06-03T21:41:32.565Z Downloaded camino-tempfile v1.4.1
3862026-06-03T21:41:32.565Z Downloaded quote v1.0.45
3872026-06-03T21:41:32.567Z Downloaded byteorder v1.5.0
3882026-06-03T21:41:32.567Z Downloaded idna_adapter v1.2.1
3892026-06-03T21:41:32.570Z Downloaded proc-macro-error v1.0.4
3902026-06-03T21:41:32.574Z Downloaded pest_derive v2.8.6
3912026-06-03T21:41:32.577Z Downloaded scroll v0.12.0
3922026-06-03T21:41:32.577Z Downloaded camino v1.2.2
3932026-06-03T21:41:32.577Z Downloaded pest_generator v2.8.6
3942026-06-03T21:41:32.584Z Downloaded litemap v0.8.1
3952026-06-03T21:41:32.597Z Downloaded tempfile v3.25.0
3962026-06-03T21:41:32.601Z Downloaded icu_provider v2.1.1
3972026-06-03T21:41:32.603Z Downloaded icu_locale_core v2.1.1
3982026-06-03T21:41:32.606Z Downloaded cargo-util-schemas v0.8.2
3992026-06-03T21:41:32.609Z Downloaded serde_core v1.0.228
4002026-06-03T21:41:32.609Z Downloaded getrandom v0.4.1
4012026-06-03T21:41:32.614Z Downloaded clap v4.5.60
4022026-06-03T21:41:32.619Z Downloaded proc-macro2 v1.0.106
4032026-06-03T21:41:32.622Z Downloaded pest_meta v2.8.6
4042026-06-03T21:41:32.622Z Downloaded serde v1.0.228
4052026-06-03T21:41:32.625Z Downloaded papergrid v0.11.0
4062026-06-03T21:41:32.627Z Downloaded log v0.4.29
4072026-06-03T21:41:32.630Z Downloaded icu_properties v2.1.2
4082026-06-03T21:41:32.633Z Downloaded icu_normalizer v2.1.1
4092026-06-03T21:41:32.633Z Downloaded pest v2.8.6
4102026-06-03T21:41:32.637Z Downloaded icu_normalizer_data v2.1.1
4112026-06-03T21:41:32.640Z Downloaded memchr v2.8.0
4122026-06-03T21:41:32.642Z Downloaded idna v1.1.0
4132026-06-03T21:41:32.645Z Downloaded icu_collections v2.1.1
4142026-06-03T21:41:32.648Z Downloaded indexmap v2.14.0
4152026-06-03T21:41:32.666Z Downloaded hashbrown v0.17.0
4162026-06-03T21:41:32.671Z Downloaded serde_json v1.0.149
4172026-06-03T21:41:32.690Z Downloaded goblin v0.8.2
4182026-06-03T21:41:32.698Z Downloaded tabled v0.15.0
4192026-06-03T21:41:32.706Z Downloaded syn v1.0.109
4202026-06-03T21:41:32.715Z Downloaded syn v2.0.117
4212026-06-03T21:41:32.726Z Downloaded rustix v1.1.3
4222026-06-03T21:41:32.754Z Downloaded libc v0.2.185
4232026-06-03T21:41:32.821Z Compiling proc-macro2 v1.0.106
4242026-06-03T21:41:32.821Z Compiling unicode-ident v1.0.24
4252026-06-03T21:41:32.824Z Compiling quote v1.0.45
4262026-06-03T21:41:32.824Z Compiling serde_core v1.0.228
4272026-06-03T21:41:32.824Z Compiling libc v0.2.185
4282026-06-03T21:41:32.824Z Compiling version_check v0.9.5
4292026-06-03T21:41:32.824Z Compiling stable_deref_trait v1.2.1
4302026-06-03T21:41:33.002Z Compiling serde v1.0.228
4312026-06-03T21:41:33.087Z Compiling memchr v2.8.0
4322026-06-03T21:41:33.136Z Compiling zmij v1.0.21
4332026-06-03T21:41:33.349Z Compiling autocfg v1.5.0
4342026-06-03T21:41:33.414Z Compiling itoa v1.0.17
4352026-06-03T21:41:33.603Z Compiling ucd-trie v0.1.7
4362026-06-03T21:41:33.708Z Compiling thiserror v1.0.69
4372026-06-03T21:41:33.770Z Compiling pest v2.8.6
4382026-06-03T21:41:33.784Z Compiling litemap v0.8.1
4392026-06-03T21:41:33.798Z Compiling writeable v0.6.2
4402026-06-03T21:41:33.863Z Compiling icu_normalizer_data v2.1.1
4412026-06-03T21:41:33.984Z Compiling icu_properties_data v2.1.2
4422026-06-03T21:41:34.041Z Compiling rustix v1.1.3
4432026-06-03T21:41:34.177Z Compiling byteorder v1.5.0
4442026-06-03T21:41:34.349Z Compiling syn v2.0.117
4452026-06-03T21:41:34.352Z Compiling errno v0.3.14
4462026-06-03T21:41:34.408Z Compiling serde_json v1.0.149
4472026-06-03T21:41:34.437Z Compiling bitflags v2.11.0
4482026-06-03T21:41:34.627Z Compiling num-traits v0.2.19
4492026-06-03T21:41:34.647Z Compiling hashbrown v0.17.0
4502026-06-03T21:41:34.805Z Compiling pest_meta v2.8.6
4512026-06-03T21:41:34.950Z Compiling typeid v1.0.3
4522026-06-03T21:41:34.990Z Compiling smallvec v1.15.1
4532026-06-03T21:41:35.199Z Compiling equivalent v1.0.2
4542026-06-03T21:41:35.267Z Compiling indexmap v2.14.0
4552026-06-03T21:41:35.296Z Compiling thread-id v4.2.2
4562026-06-03T21:41:35.319Z Compiling usdt-impl v0.5.0
4572026-06-03T21:41:35.375Z Compiling proc-macro-error-attr v1.0.4
4582026-06-03T21:41:35.446Z Compiling syn v1.0.109
4592026-06-03T21:41:35.560Z Compiling erased-serde v0.4.9
4602026-06-03T21:41:35.682Z Compiling toml_write v0.1.2
4612026-06-03T21:41:35.755Z Compiling winnow v0.7.14
4622026-06-03T21:41:35.969Z Compiling proc-macro-error v1.0.4
4632026-06-03T21:41:36.025Z Compiling utf8parse v0.2.2
4642026-06-03T21:41:36.141Z Compiling log v0.4.29
4652026-06-03T21:41:36.155Z Compiling getrandom v0.4.1
4662026-06-03T21:41:36.324Z Compiling percent-encoding v2.3.2
4672026-06-03T21:41:36.502Z Compiling camino v1.2.2
4682026-06-03T21:41:36.517Z Compiling plain v0.2.3
4692026-06-03T21:41:36.531Z Compiling thiserror v2.0.18
4702026-06-03T21:41:36.533Z Compiling utf8_iter v1.0.4
4712026-06-03T21:41:36.590Z Compiling form_urlencoded v1.2.2
4722026-06-03T21:41:36.626Z Compiling ordered-float v2.10.1
4732026-06-03T21:41:36.767Z Compiling anstyle-parse v0.2.7
4742026-06-03T21:41:36.943Z Compiling terminal_size v0.4.3
4752026-06-03T21:41:37.071Z Compiling synstructure v0.13.2
4762026-06-03T21:41:37.085Z Compiling pest_generator v2.8.6
4772026-06-03T21:41:37.157Z Compiling is_terminal_polyfill v1.70.2
4782026-06-03T21:41:37.234Z Compiling anstyle-query v1.1.5
4792026-06-03T21:41:37.237Z Compiling pretty-hex v0.4.1
4802026-06-03T21:41:37.237Z Compiling anstyle v1.0.13
4812026-06-03T21:41:37.279Z Compiling cfg-if v1.0.4
4822026-06-03T21:41:37.344Z Compiling colorchoice v1.0.4
4832026-06-03T21:41:37.472Z Compiling anstream v0.6.21
4842026-06-03T21:41:37.486Z Compiling serde-untagged v0.1.9
4852026-06-03T21:41:37.526Z Compiling semver v1.0.28
4862026-06-03T21:41:37.722Z Compiling fs-err v3.3.0
4872026-06-03T21:41:37.752Z Compiling strsim v0.11.1
4882026-06-03T21:41:37.771Z Compiling anyhow v1.0.102
4892026-06-03T21:41:37.842Z Compiling bytecount v0.6.9
4902026-06-03T21:41:37.871Z Compiling unicode-width v0.1.14
4912026-06-03T21:41:37.904Z Compiling fastrand v2.3.0
4922026-06-03T21:41:38.067Z Compiling heck v0.4.1
4932026-06-03T21:41:38.097Z Compiling unicode-xid v0.2.6
4942026-06-03T21:41:38.137Z Compiling clap_lex v1.0.0
4952026-06-03T21:41:38.161Z Compiling once_cell v1.21.3
4962026-06-03T21:41:38.217Z Compiling heck v0.5.0
4972026-06-03T21:41:38.278Z Compiling fnv v1.0.7
4982026-06-03T21:41:38.292Z Compiling clap_builder v4.5.60
4992026-06-03T21:41:38.362Z Compiling papergrid v0.11.0
5002026-06-03T21:41:38.377Z Compiling tempfile v3.25.0
5012026-06-03T21:41:38.548Z Compiling memmap v0.7.0
5022026-06-03T21:41:38.601Z Compiling smawk v0.3.2
5032026-06-03T21:41:38.681Z Compiling serde_derive v1.0.228
5042026-06-03T21:41:38.725Z Compiling zerofrom-derive v0.1.6
5052026-06-03T21:41:38.739Z Compiling yoke-derive v0.8.1
5062026-06-03T21:41:38.753Z Compiling zerovec-derive v0.11.2
5072026-06-03T21:41:38.902Z Compiling displaydoc v0.2.5
5082026-06-03T21:41:39.638Z Compiling thiserror-impl v1.0.69
5092026-06-03T21:41:39.760Z Compiling zerocopy-derive v0.7.35
5102026-06-03T21:41:39.877Z Compiling pest_derive v2.8.6
5112026-06-03T21:41:39.907Z Compiling scroll_derive v0.12.1
5122026-06-03T21:41:40.105Z Compiling zerofrom v0.1.6
5132026-06-03T21:41:40.229Z Compiling yoke v0.8.1
5142026-06-03T21:41:40.298Z Compiling thiserror-impl v2.0.18
5152026-06-03T21:41:40.421Z Compiling zerovec v0.11.5
5162026-06-03T21:41:40.549Z Compiling zerotrie v0.2.3
5172026-06-03T21:41:40.652Z Compiling zerocopy v0.7.35
5182026-06-03T21:41:40.848Z Compiling scroll v0.12.0
5192026-06-03T21:41:40.929Z Compiling tinystr v0.8.2
5202026-06-03T21:41:40.970Z Compiling potential_utf v0.1.4
5212026-06-03T21:41:41.118Z Compiling icu_locale_core v2.1.1
5222026-06-03T21:41:41.136Z Compiling icu_collections v2.1.1
5232026-06-03T21:41:41.151Z Compiling dtrace-parser v0.2.0
5242026-06-03T21:41:41.208Z Compiling goblin v0.8.2
5252026-06-03T21:41:41.317Z Compiling tabled_derive v0.7.0
5262026-06-03T21:41:41.536Z Compiling clap_derive v4.5.55
5272026-06-03T21:41:41.733Z Compiling icu_provider v2.1.1
5282026-06-03T21:41:41.885Z Compiling unicode-linebreak v0.1.5
5292026-06-03T21:41:41.987Z Compiling icu_normalizer v2.1.1
5302026-06-03T21:41:42.031Z Compiling toml_datetime v0.6.11
5312026-06-03T21:41:42.100Z Compiling serde_spanned v0.6.9
5322026-06-03T21:41:42.114Z Compiling icu_properties v2.1.2
5332026-06-03T21:41:42.129Z Compiling dof v0.3.0
5342026-06-03T21:41:42.214Z Compiling toml_edit v0.22.27
5352026-06-03T21:41:42.243Z Compiling serde_tokenstream v0.2.3
5362026-06-03T21:41:42.290Z Compiling serde-value v0.7.0
5372026-06-03T21:41:42.550Z Compiling cargo-platform v0.2.0
5382026-06-03T21:41:42.565Z Compiling unicode-width v0.2.0
5392026-06-03T21:41:42.660Z Compiling tabled v0.15.0
5402026-06-03T21:41:42.817Z Compiling textwrap v0.16.2
5412026-06-03T21:41:42.833Z Compiling macaddr v1.0.1
5422026-06-03T21:41:43.053Z Compiling idna_adapter v1.2.1
5432026-06-03T21:41:43.138Z Compiling usdt-attr-macro v0.5.0
5442026-06-03T21:41:43.185Z Compiling idna v1.1.0
5452026-06-03T21:41:43.200Z Compiling usdt-macro v0.5.0
5462026-06-03T21:41:43.266Z Compiling clap v4.5.60
5472026-06-03T21:41:43.349Z Compiling camino-tempfile v1.4.1
5482026-06-03T21:41:43.580Z Compiling toml v0.8.23
5492026-06-03T21:41:43.636Z Compiling url v2.5.8
5502026-06-03T21:41:43.849Z Compiling swrite v0.1.0
5512026-06-03T21:41:43.927Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5522026-06-03T21:41:44.091Z Compiling cargo-util-schemas v0.8.2
5532026-06-03T21:41:44.204Z Compiling cargo_toml v0.21.0
5542026-06-03T21:41:44.485Z Compiling usdt v0.5.0
5552026-06-03T21:41:44.991Z Compiling cargo_metadata v0.21.0
5562026-06-03T21:41:45.911Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5572026-06-03T21:41:47.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.15s
5582026-06-03T21:41:48.190Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5592026-06-03T21:41:48.740Z Downloading crates ...
5602026-06-03T21:41:48.828Z Downloaded assert_matches v1.5.0
5612026-06-03T21:41:48.831Z Downloaded adler2 v2.0.1
5622026-06-03T21:41:48.836Z Downloaded arrayvec v0.7.6
5632026-06-03T21:41:48.839Z Downloaded atty v0.2.14
5642026-06-03T21:41:48.842Z Downloaded arrayref v0.3.9
5652026-06-03T21:41:48.844Z Downloaded array-init v0.0.4
5662026-06-03T21:41:48.847Z Downloaded argon2 v0.5.3
5672026-06-03T21:41:48.850Z Downloaded async-bb8-diesel v0.2.1
5682026-06-03T21:41:48.852Z Downloaded buf-list v1.1.2
5692026-06-03T21:41:48.852Z Downloaded bit-vec v0.8.0
5702026-06-03T21:41:48.855Z Downloaded async-recursion v1.1.1
5712026-06-03T21:41:48.858Z Downloaded console v0.16.2
5722026-06-03T21:41:48.861Z Downloaded darling v0.21.3
5732026-06-03T21:41:48.863Z Downloaded crc32fast v1.5.0
5742026-06-03T21:41:48.863Z Downloaded foldhash v0.2.0
5752026-06-03T21:41:48.866Z Downloaded backon v1.6.0
5762026-06-03T21:41:48.868Z Downloaded async-compression v0.4.41
5772026-06-03T21:41:48.871Z Downloaded dyn-clone v1.0.20
5782026-06-03T21:41:48.874Z Downloaded debug-ignore v1.0.5
5792026-06-03T21:41:48.874Z Downloaded ena v0.14.4
5802026-06-03T21:41:48.874Z Downloaded colored v3.1.1
5812026-06-03T21:41:48.876Z Downloaded critical-section v1.2.0
5822026-06-03T21:41:48.876Z Downloaded atomic-waker v1.1.2
5832026-06-03T21:41:48.879Z Downloaded cmake v0.1.57
5842026-06-03T21:41:48.879Z Downloaded aho-corasick v1.1.4
5852026-06-03T21:41:48.882Z Downloaded ciborium v0.2.2
5862026-06-03T21:41:48.885Z Downloaded foreign-types-macros v0.2.3
5872026-06-03T21:41:48.885Z Downloaded fatfs v0.3.6
5882026-06-03T21:41:48.888Z Downloaded derive-where v1.6.0
5892026-06-03T21:41:48.888Z Downloaded flate2 v1.1.9
5902026-06-03T21:41:48.891Z Downloaded backoff v0.4.0
5912026-06-03T21:41:48.893Z Downloaded async-stream v0.3.6
5922026-06-03T21:41:48.893Z Downloaded bitfield-struct v0.6.2
5932026-06-03T21:41:48.896Z Downloaded ciborium-io v0.2.2
5942026-06-03T21:41:48.896Z Downloaded base16ct v0.2.0
5952026-06-03T21:41:48.900Z Downloaded crossterm v0.29.0
5962026-06-03T21:41:48.903Z Downloaded ciborium-ll v0.2.2
5972026-06-03T21:41:48.906Z Downloaded cfg_aliases v0.1.1
5982026-06-03T21:41:48.906Z Downloaded castaway v0.2.4
5992026-06-03T21:41:48.906Z Downloaded bit-set v0.5.3
6002026-06-03T21:41:48.908Z Downloaded bcrypt-pbkdf v0.10.0
6012026-06-03T21:41:48.911Z Downloaded bb8 v0.8.6
6022026-06-03T21:41:48.911Z Downloaded derive_builder v0.20.2
6032026-06-03T21:41:48.913Z Downloaded constant_time_eq v0.4.2
6042026-06-03T21:41:48.916Z Downloaded cipher v0.4.4
6052026-06-03T21:41:48.916Z Downloaded bitflags v1.3.2
6062026-06-03T21:41:48.919Z Downloaded base64ct v1.8.3
6072026-06-03T21:41:48.919Z Downloaded crucible-workspace-hack v0.1.0
6082026-06-03T21:41:48.921Z Downloaded curve25519-dalek-derive v0.1.1
6092026-06-03T21:41:48.921Z Downloaded deranged v0.5.8
6102026-06-03T21:41:48.924Z Downloaded async-trait v0.1.89
6112026-06-03T21:41:48.925Z Downloaded defmt v0.3.100
6122026-06-03T21:41:48.928Z Downloaded cfg_aliases v0.2.1
6132026-06-03T21:41:48.928Z Downloaded atomicwrites v0.4.4
6142026-06-03T21:41:48.928Z Downloaded float-cmp v0.10.0
6152026-06-03T21:41:48.928Z Downloaded crunchy v0.2.4
6162026-06-03T21:41:48.928Z Downloaded downcast-rs v2.0.2
6172026-06-03T21:41:48.930Z Downloaded convert_case v0.4.0
6182026-06-03T21:41:48.930Z Downloaded cobs v0.3.0
6192026-06-03T21:41:48.930Z Downloaded cargo-platform v0.3.2
6202026-06-03T21:41:48.933Z Downloaded cstr-argument v0.1.2
6212026-06-03T21:41:48.933Z Downloaded dof v0.4.0
6222026-06-03T21:41:48.933Z Downloaded diesel_table_macro_syntax v0.3.0
6232026-06-03T21:41:48.936Z Downloaded darling_macro v0.21.3
6242026-06-03T21:41:48.936Z Downloaded aead v0.5.2
6252026-06-03T21:41:48.936Z Downloaded cpufeatures v0.3.0
6262026-06-03T21:41:48.939Z Downloaded async-stream-impl v0.3.6
6272026-06-03T21:41:48.941Z Downloaded endian-type v0.1.2
6282026-06-03T21:41:48.944Z Downloaded dunce v1.0.5
6292026-06-03T21:41:48.944Z Downloaded difflib v0.4.0
6302026-06-03T21:41:48.944Z Downloaded darling_macro v0.20.11
6312026-06-03T21:41:48.944Z Downloaded embedded-io v0.4.0
6322026-06-03T21:41:48.947Z Downloaded flagset v0.4.7
6332026-06-03T21:41:48.947Z Downloaded dirs-next v2.0.0
6342026-06-03T21:41:48.947Z Downloaded crc8 v0.1.1
6352026-06-03T21:41:48.949Z Downloaded foreign-types-shared v0.3.1
6362026-06-03T21:41:48.949Z Downloaded crc v3.4.0
6372026-06-03T21:41:48.949Z Downloaded foreign-types v0.3.2
6382026-06-03T21:41:48.952Z Downloaded crc-catalog v2.4.0
6392026-06-03T21:41:48.952Z Downloaded env_logger v0.11.9
6402026-06-03T21:41:48.952Z Downloaded derive_builder_core v0.20.2
6412026-06-03T21:41:48.955Z Downloaded ctr v0.9.2
6422026-06-03T21:41:48.955Z Downloaded bit-vec v0.6.3
6432026-06-03T21:41:48.958Z Downloaded bit-set v0.8.0
6442026-06-03T21:41:48.958Z Downloaded dirs-sys-next v0.1.2
6452026-06-03T21:41:48.958Z Downloaded display-error-chain v0.2.2
6462026-06-03T21:41:48.961Z Downloaded cbc v0.1.2
6472026-06-03T21:41:48.961Z Downloaded darling_macro v0.23.0
6482026-06-03T21:41:48.961Z Downloaded compression-codecs v0.4.37
6492026-06-03T21:41:48.963Z Downloaded foreign-types v0.5.0
6502026-06-03T21:41:48.963Z Downloaded futures-core v0.3.32
6512026-06-03T21:41:48.966Z Downloaded document-features v0.2.12
6522026-06-03T21:41:48.966Z Downloaded darling_macro v0.13.4
6532026-06-03T21:41:48.966Z Downloaded crossbeam-deque v0.8.6
6542026-06-03T21:41:48.969Z Downloaded ascii-canvas v3.0.0
6552026-06-03T21:41:48.969Z Downloaded cancel-safe-futures v0.1.5
6562026-06-03T21:41:48.971Z Downloaded block-padding v0.3.3
6572026-06-03T21:41:48.971Z Downloaded funty v2.0.0
6582026-06-03T21:41:48.971Z Downloaded gethostname v0.5.0
6592026-06-03T21:41:48.974Z Downloaded dsl_auto_type v0.2.0
6602026-06-03T21:41:48.974Z Downloaded derive_builder_macro v0.20.2
6612026-06-03T21:41:48.976Z Downloaded foreign-types-shared v0.1.1
6622026-06-03T21:41:48.976Z Downloaded fixedbitset v0.4.2
6632026-06-03T21:41:48.979Z Downloaded futures-sink v0.3.32
6642026-06-03T21:41:48.979Z Downloaded ghash v0.5.1
6652026-06-03T21:41:48.979Z Downloaded enum-as-inner v0.6.1
6662026-06-03T21:41:48.982Z Downloaded fd-lock v4.0.4
6672026-06-03T21:41:48.982Z Downloaded defmt-macros v1.0.1
6682026-06-03T21:41:48.985Z Downloaded hash32 v0.2.1
6692026-06-03T21:41:48.985Z Downloaded find-msvc-tools v0.1.9
6702026-06-03T21:41:48.988Z Downloaded fallible-iterator v0.2.0
6712026-06-03T21:41:48.988Z Downloaded darling_core v0.21.3
6722026-06-03T21:41:48.990Z Downloaded env_filter v1.0.0
6732026-06-03T21:41:48.993Z Downloaded float-ord v0.3.2
6742026-06-03T21:41:48.993Z Downloaded defmt-parser v1.0.0
6752026-06-03T21:41:48.993Z Downloaded chacha20 v0.9.1
6762026-06-03T21:41:48.996Z Downloaded embedded-io v0.6.1
6772026-06-03T21:41:48.996Z Downloaded crossbeam-epoch v0.9.18
6782026-06-03T21:41:48.998Z Downloaded blowfish v0.9.1
6792026-06-03T21:41:48.998Z Downloaded foldhash v0.1.5
6802026-06-03T21:41:49.003Z Downloaded daft-derive v0.1.7
6812026-06-03T21:41:49.003Z Downloaded dropshot-api-manager-types v0.7.2
6822026-06-03T21:41:49.005Z Downloaded cexpr v0.6.0
6832026-06-03T21:41:49.005Z Downloaded hash32 v0.3.1
6842026-06-03T21:41:49.005Z Downloaded futures-io v0.3.32
6852026-06-03T21:41:49.005Z Downloaded cassowary v0.3.0
6862026-06-03T21:41:49.008Z Downloaded const_format_proc_macros v0.2.34
6872026-06-03T21:41:49.008Z Downloaded globwalk v0.9.1
6882026-06-03T21:41:49.011Z Downloaded convert_case v0.10.0
6892026-06-03T21:41:49.011Z Downloaded compression-core v0.4.31
6902026-06-03T21:41:49.011Z Downloaded git-stub v1.0.0
6912026-06-03T21:41:49.014Z Downloaded hex-literal v0.4.1
6922026-06-03T21:41:49.014Z Downloaded futures-macro v0.3.32
6932026-06-03T21:41:49.014Z Downloaded fxhash v0.2.1
6942026-06-03T21:41:49.014Z Downloaded camino-tempfile-ext v0.3.3
6952026-06-03T21:41:49.016Z Downloaded headers-core v0.3.0
6962026-06-03T21:41:49.017Z Downloaded byte-wrapper v0.1.0
6972026-06-03T21:41:49.020Z Downloaded either v1.15.0
6982026-06-03T21:41:49.020Z Downloaded darling v0.13.4
6992026-06-03T21:41:49.022Z Downloaded derive-ex v0.1.8
7002026-06-03T21:41:49.023Z Downloaded chacha20 v0.10.0
7012026-06-03T21:41:49.023Z Downloaded cargo_metadata v0.23.1
7022026-06-03T21:41:49.025Z Downloaded filetime v0.2.27
7032026-06-03T21:41:49.025Z Downloaded ff v0.13.1
7042026-06-03T21:41:49.025Z Downloaded ed25519 v2.2.3
7052026-06-03T21:41:49.028Z Downloaded hostname v0.4.2
7062026-06-03T21:41:49.028Z Downloaded fs_extra v1.3.0
7072026-06-03T21:41:49.031Z Downloaded corncobs v0.1.4
7082026-06-03T21:41:49.031Z Downloaded bzip2 v0.4.4
7092026-06-03T21:41:49.033Z Downloaded http-range v0.1.5
7102026-06-03T21:41:49.033Z Downloaded http-body v1.0.1
7112026-06-03T21:41:49.033Z Downloaded httpdate v1.0.3
7122026-06-03T21:41:49.036Z Downloaded defmt v1.0.1
7132026-06-03T21:41:49.036Z Downloaded hubpack_derive v0.1.1
7142026-06-03T21:41:49.039Z Downloaded crossbeam-utils v0.8.21
7152026-06-03T21:41:49.039Z Downloaded hubpack v0.1.2
7162026-06-03T21:41:49.039Z Downloaded fs-err v2.11.0
7172026-06-03T21:41:49.042Z Downloaded futures-task v0.3.32
7182026-06-03T21:41:49.042Z Downloaded glob v0.3.3
7192026-06-03T21:41:49.044Z Downloaded git-stub-vcs v0.1.0
7202026-06-03T21:41:49.044Z Downloaded futures-executor v0.3.32
7212026-06-03T21:41:49.044Z Downloaded fixedbitset v0.5.7
7222026-06-03T21:41:49.049Z Downloaded csv-core v0.1.13
7232026-06-03T21:41:49.049Z Downloaded darling v0.20.11
7242026-06-03T21:41:49.052Z Downloaded instant v0.1.13
7252026-06-03T21:41:49.052Z Downloaded inout v0.1.4
7262026-06-03T21:41:49.052Z Downloaded indent_write v2.2.0
7272026-06-03T21:41:49.055Z Downloaded illumos-nvpair-sys v0.2.0
7282026-06-03T21:41:49.055Z Downloaded illumos-nvpair v0.3.0
7292026-06-03T21:41:49.055Z Downloaded instability v0.3.11
7302026-06-03T21:41:49.055Z Downloaded is-terminal v0.4.17
7312026-06-03T21:41:49.057Z Downloaded ident_case v1.0.1
7322026-06-03T21:41:49.057Z Downloaded home v0.5.12
7332026-06-03T21:41:49.058Z Downloaded is_ci v1.2.0
7342026-06-03T21:41:49.058Z Downloaded internet-checksum v0.2.1
7352026-06-03T21:41:49.061Z Downloaded erased-serde v0.3.31
7362026-06-03T21:41:49.061Z Downloaded ecdsa v0.16.9
7372026-06-03T21:41:49.061Z Downloaded globset v0.4.18
7382026-06-03T21:41:49.064Z Downloaded data-encoding v2.10.0
7392026-06-03T21:41:49.064Z Downloaded diesel-dtrace v0.5.0
7402026-06-03T21:41:49.064Z Downloaded console v0.15.11
7412026-06-03T21:41:49.066Z Downloaded clang-sys v1.8.1
7422026-06-03T21:41:49.069Z Downloaded hostname v0.3.1
7432026-06-03T21:41:49.069Z Downloaded group v0.13.0
7442026-06-03T21:41:49.069Z Downloaded colored v2.2.0
7452026-06-03T21:41:49.073Z Downloaded bzip2 v0.6.1
7462026-06-03T21:41:49.076Z Downloaded bitfield v0.19.4
7472026-06-03T21:41:49.076Z Downloaded blake2 v0.10.6
7482026-06-03T21:41:49.076Z Downloaded darling v0.23.0
7492026-06-03T21:41:49.078Z Downloaded highway v1.3.0
7502026-06-03T21:41:49.081Z Downloaded hex v0.4.3
7512026-06-03T21:41:49.081Z Downloaded der_derive v0.7.3
7522026-06-03T21:41:49.081Z Downloaded const-oid v0.9.6
7532026-06-03T21:41:49.084Z Downloaded ahash v0.8.12
7542026-06-03T21:41:49.086Z Downloaded bcs v0.1.6
7552026-06-03T21:41:49.086Z Downloaded lazy_static v1.5.0
7562026-06-03T21:41:49.086Z Downloaded cookie_store v0.22.1
7572026-06-03T21:41:49.089Z Downloaded dtrace-parser v0.3.0
7582026-06-03T21:41:49.089Z Downloaded cookie v0.18.1
7592026-06-03T21:41:49.092Z Downloaded bitfield-macros v0.19.4
7602026-06-03T21:41:49.092Z Downloaded kstat-rs v0.2.4
7612026-06-03T21:41:49.095Z Downloaded humantime v2.3.0
7622026-06-03T21:41:49.095Z Downloaded http-body-util v0.1.3
7632026-06-03T21:41:49.097Z Downloaded daft v0.1.7
7642026-06-03T21:41:49.097Z Downloaded dropshot_endpoint v0.17.0
7652026-06-03T21:41:49.138Z Downloaded hyper-tls v0.6.0
7662026-06-03T21:41:49.138Z Downloaded libscf-sys v1.1.0
7672026-06-03T21:41:49.138Z Downloaded lru-cache v0.1.2
7682026-06-03T21:41:49.138Z Downloaded lzss v0.8.2
7692026-06-03T21:41:49.138Z Downloaded lru-slab v0.1.2
7702026-06-03T21:41:49.138Z Downloaded diff v0.1.13
7712026-06-03T21:41:49.138Z Downloaded indoc v1.0.9
7722026-06-03T21:41:49.138Z Downloaded hyper-staticfile v0.10.1
7732026-06-03T21:41:49.138Z Downloaded impl-trait-for-tuples v0.2.3
7742026-06-03T21:41:49.138Z Downloaded match_cfg v0.1.0
7752026-06-03T21:41:49.138Z Downloaded ipnetwork v0.21.1
7762026-06-03T21:41:49.138Z Downloaded mime v0.3.17
7772026-06-03T21:41:49.138Z Downloaded maplit v1.0.2
7782026-06-03T21:41:49.138Z Downloaded managed v0.8.0
7792026-06-03T21:41:49.138Z Downloaded lru v0.12.5
7802026-06-03T21:41:49.138Z Downloaded md5 v0.7.0
7812026-06-03T21:41:49.138Z Downloaded new_debug_unreachable v1.0.6
7822026-06-03T21:41:49.139Z Downloaded newline-converter v0.3.0
7832026-06-03T21:41:49.139Z Downloaded multimap v0.10.1
7842026-06-03T21:41:49.139Z Downloaded nodrop v0.1.14
7852026-06-03T21:41:49.139Z Downloaded ingot v0.1.1
7862026-06-03T21:41:49.139Z Downloaded ipnet v2.11.0
7872026-06-03T21:41:49.140Z Downloaded md-5 v0.10.6
7882026-06-03T21:41:49.140Z Downloaded ingot-types v0.1.2
7892026-06-03T21:41:49.140Z Downloaded half v1.8.3
7902026-06-03T21:41:49.140Z Downloaded getrandom v0.2.17
7912026-06-03T21:41:49.140Z Downloaded keccak v0.1.6
7922026-06-03T21:41:49.140Z Downloaded nibble_vec v0.1.0
7932026-06-03T21:41:49.140Z Downloaded newtype_derive v0.1.6
7942026-06-03T21:41:49.143Z Downloaded newtype-uuid-macros v0.1.0
7952026-06-03T21:41:49.143Z Downloaded indoc v2.0.7
7962026-06-03T21:41:49.143Z Downloaded maybe-uninit v2.0.0
7972026-06-03T21:41:49.143Z Downloaded linked-hash-map v0.5.6
7982026-06-03T21:41:49.143Z Downloaded elliptic-curve v0.13.8
7992026-06-03T21:41:49.143Z Downloaded crc-any v2.5.0
8002026-06-03T21:41:49.143Z Downloaded libloading v0.8.9
8012026-06-03T21:41:49.146Z Downloaded darling_core v0.13.4
8022026-06-03T21:41:49.148Z Downloaded num-conv v0.2.0
8032026-06-03T21:41:49.151Z Downloaded num_enum_derive v0.5.11
8042026-06-03T21:41:49.151Z Downloaded lalrpop-util v0.19.12
8052026-06-03T21:41:49.151Z Downloaded num-iter v0.1.45
8062026-06-03T21:41:49.154Z Downloaded normalize-line-endings v0.3.0
8072026-06-03T21:41:49.154Z Downloaded libefi-sys v0.1.0
8082026-06-03T21:41:49.154Z Downloaded num-derive v0.4.2
8092026-06-03T21:41:49.156Z Downloaded opaque-debug v0.3.1
8102026-06-03T21:41:49.156Z Downloaded memoffset v0.9.1
8112026-06-03T21:41:49.156Z Downloaded allocator-api2 v0.2.21
8122026-06-03T21:41:49.159Z Downloaded linear-map v1.2.0
8132026-06-03T21:41:49.159Z Downloaded libsw-core v0.3.2
8142026-06-03T21:41:49.162Z Downloaded darling_core v0.23.0
8152026-06-03T21:41:49.164Z Downloaded hyper-rustls v0.27.7
8162026-06-03T21:41:49.167Z Downloaded openssl-probe v0.2.1
8172026-06-03T21:41:49.167Z Downloaded openssl-macros v0.1.1
8182026-06-03T21:41:49.167Z Downloaded futures-channel v0.3.32
8192026-06-03T21:41:49.169Z Downloaded const_format v0.2.35
8202026-06-03T21:41:49.172Z Downloaded openssl-probe v0.1.6
8212026-06-03T21:41:49.172Z Downloaded olpc-cjson v0.1.4
8222026-06-03T21:41:49.172Z Downloaded num_threads v0.1.7
8232026-06-03T21:41:49.175Z Downloaded iana-time-zone v0.1.65
8242026-06-03T21:41:49.175Z Downloaded drift v0.2.0
8252026-06-03T21:41:49.180Z Downloaded packed_struct_codegen v0.10.1
8262026-06-03T21:41:49.182Z Downloaded oso-derive v0.27.3
8272026-06-03T21:41:49.182Z Downloaded futures v0.3.32
8282026-06-03T21:41:49.185Z Downloaded nonempty v0.12.0
8292026-06-03T21:41:49.188Z Downloaded nanorand v0.7.0
8302026-06-03T21:41:49.188Z Downloaded multer v3.1.0
8312026-06-03T21:41:49.190Z Downloaded mime_guess v2.0.5
8322026-06-03T21:41:49.190Z Downloaded lock_api v0.4.14
8332026-06-03T21:41:49.190Z Downloaded path-slash v0.1.5
8342026-06-03T21:41:49.193Z Downloaded pbkdf2 v0.11.0
8352026-06-03T21:41:49.193Z Downloaded darling_core v0.20.11
8362026-06-03T21:41:49.196Z Downloaded num_enum v0.5.11
8372026-06-03T21:41:49.199Z Downloaded num-complex v0.4.6
8382026-06-03T21:41:49.201Z Downloaded arc-swap v1.8.2
8392026-06-03T21:41:49.204Z Downloaded num-integer v0.1.46
8402026-06-03T21:41:49.204Z Downloaded parse-size v1.1.0
8412026-06-03T21:41:49.204Z Downloaded jobserver v0.1.34
8422026-06-03T21:41:49.206Z Downloaded compact_str v0.8.1
8432026-06-03T21:41:49.209Z Downloaded peg-runtime v0.8.5
8442026-06-03T21:41:49.209Z Downloaded parse-display v0.10.0
8452026-06-03T21:41:49.209Z Downloaded libsw v3.5.0
8462026-06-03T21:41:49.212Z Downloaded half v2.7.1
8472026-06-03T21:41:49.212Z Downloaded pbkdf2 v0.12.2
8482026-06-03T21:41:49.215Z Downloaded getrandom v0.3.4
8492026-06-03T21:41:49.215Z Downloaded newtype-uuid v1.3.2
8502026-06-03T21:41:49.217Z Downloaded der v0.7.10
8512026-06-03T21:41:49.220Z Downloaded nu-ansi-term v0.50.3
8522026-06-03T21:41:49.220Z Downloaded chacha20poly1305 v0.10.1
8532026-06-03T21:41:49.223Z Downloaded phf_shared v0.13.1
8542026-06-03T21:41:49.223Z Downloaded base64 v0.22.1
8552026-06-03T21:41:49.225Z Downloaded phf_shared v0.11.3
8562026-06-03T21:41:49.225Z Downloaded num_enum v0.7.5
8572026-06-03T21:41:49.228Z Downloaded crypto-bigint v0.5.5
8582026-06-03T21:41:49.231Z Downloaded oxide-tokio-rt v0.1.4
8592026-06-03T21:41:49.235Z Downloaded ingot-macros v0.1.1
8602026-06-03T21:41:49.235Z Downloaded num-rational v0.4.2
8612026-06-03T21:41:49.239Z Downloaded parking_lot_core v0.8.6
8622026-06-03T21:41:49.239Z Downloaded num v0.4.3
8632026-06-03T21:41:49.239Z Downloaded phf_shared v0.12.1
8642026-06-03T21:41:49.239Z Downloaded flume v0.11.1
8652026-06-03T21:41:49.242Z Downloaded des v0.8.1
8662026-06-03T21:41:49.242Z Downloaded derive_more v0.99.20
8672026-06-03T21:41:49.245Z Downloaded powerfmt v0.2.0
8682026-06-03T21:41:49.245Z Downloaded pin-utils v0.1.0
8692026-06-03T21:41:49.248Z Downloaded ignore v0.4.25
8702026-06-03T21:41:49.248Z Downloaded owo-colors v4.3.0
8712026-06-03T21:41:49.250Z Downloaded bytes v1.11.1
8722026-06-03T21:41:49.250Z Downloaded packed_struct v0.10.1
8732026-06-03T21:41:49.266Z Downloaded psl-types v2.0.11
8742026-06-03T21:41:49.269Z Downloaded progenitor-macro v0.11.2
8752026-06-03T21:41:49.269Z Downloaded progenitor-client v0.14.0
8762026-06-03T21:41:49.269Z Downloaded progenitor-client v0.11.2
8772026-06-03T21:41:49.272Z Downloaded progenitor-client v0.10.0
8782026-06-03T21:41:49.272Z Downloaded proc-macro-error-attr2 v2.0.0
8792026-06-03T21:41:49.272Z Downloaded proc-macro-crate v3.4.0
8802026-06-03T21:41:49.272Z Downloaded proc-macro-crate v1.3.1
8812026-06-03T21:41:49.275Z Downloaded predicates-tree v1.0.13
8822026-06-03T21:41:49.276Z Downloaded peg-macros v0.8.5
8832026-06-03T21:41:49.277Z Downloaded pem-rfc7468 v0.7.0
8842026-06-03T21:41:49.280Z Downloaded pem v3.0.6
8852026-06-03T21:41:49.280Z Downloaded cc v1.2.56
8862026-06-03T21:41:49.280Z Downloaded peg v0.8.5
8872026-06-03T21:41:49.282Z Downloaded quick-error v1.2.3
8882026-06-03T21:41:49.282Z Downloaded heapless v0.7.17
8892026-06-03T21:41:49.285Z Downloaded crossbeam-channel v0.5.15
8902026-06-03T21:41:49.288Z Downloaded progenitor-macro v0.14.0
8912026-06-03T21:41:49.288Z Downloaded bumpalo v3.20.2
8922026-06-03T21:41:49.291Z Downloaded radium v0.7.0
8932026-06-03T21:41:49.291Z Downloaded ar_archive_writer v0.5.1
8942026-06-03T21:41:49.293Z Downloaded password-hash v0.5.0
8952026-06-03T21:41:49.293Z Downloaded indexmap v1.9.3
8962026-06-03T21:41:49.296Z Downloaded pin-project-internal v1.1.11
8972026-06-03T21:41:49.299Z Downloaded phf v0.13.1
8982026-06-03T21:41:49.299Z Downloaded base64 v0.21.7
8992026-06-03T21:41:49.302Z Downloaded headers v0.4.1
9002026-06-03T21:41:49.306Z Downloaded predicates-core v1.0.10
9012026-06-03T21:41:49.306Z Downloaded precomputed-hash v0.1.1
9022026-06-03T21:41:49.306Z Downloaded paste v1.0.15
9032026-06-03T21:41:49.308Z Downloaded password-hash v0.4.2
9042026-06-03T21:41:49.308Z Downloaded parse-display-derive v0.10.0
9052026-06-03T21:41:49.308Z Downloaded ppv-lite86 v0.2.21
9062026-06-03T21:41:49.311Z Downloaded omicron-zone-package v0.12.2
9072026-06-03T21:41:49.312Z Downloaded derive_more v2.1.1
9082026-06-03T21:41:49.317Z Downloaded recursive-proc-macro-impl v0.1.1
9092026-06-03T21:41:49.320Z Downloaded polyval v0.6.2
9102026-06-03T21:41:49.320Z Downloaded parking_lot_core v0.9.12
9112026-06-03T21:41:49.322Z Downloaded rand_chacha v0.3.1
9122026-06-03T21:41:49.322Z Downloaded ref-cast v1.0.25
9132026-06-03T21:41:49.325Z Downloaded indicatif v0.18.4
9142026-06-03T21:41:49.328Z Downloaded recursive v0.1.1
9152026-06-03T21:41:49.328Z Downloaded rand_xorshift v0.4.0
9162026-06-03T21:41:49.328Z Downloaded pkg-config v0.3.32
9172026-06-03T21:41:49.330Z Downloaded ref-cast-impl v1.0.25
9182026-06-03T21:41:49.330Z Downloaded postgres-protocol v0.6.10
9192026-06-03T21:41:49.331Z Downloaded rfc6979 v0.4.0
9202026-06-03T21:41:49.333Z Downloaded ed25519-dalek v2.2.0
9212026-06-03T21:41:49.333Z Downloaded native-tls v0.2.18
9222026-06-03T21:41:49.336Z Downloaded pkcs8 v0.10.2
9232026-06-03T21:41:49.336Z Downloaded progenitor-macro v0.13.0
9242026-06-03T21:41:49.338Z Downloaded progenitor-extras v0.2.0
9252026-06-03T21:41:49.338Z Downloaded progenitor v0.14.0
9262026-06-03T21:41:49.338Z Downloaded progenitor v0.13.0
9272026-06-03T21:41:49.341Z Downloaded parking_lot v0.12.5
9282026-06-03T21:41:49.341Z Downloaded libbz2-rs-sys v0.2.2
9292026-06-03T21:41:49.344Z Downloaded oxnet v0.1.4
9302026-06-03T21:41:49.344Z Downloaded pin-project-lite v0.2.17
9312026-06-03T21:41:49.347Z Downloaded heapless v0.8.0
9322026-06-03T21:41:49.351Z Downloaded russh-cryptovec v0.7.3
9332026-06-03T21:41:49.351Z Downloaded psm v0.1.30
9342026-06-03T21:41:49.354Z Downloaded memmap2 v0.9.10
9352026-06-03T21:41:49.354Z Downloaded litrs v1.0.0
9362026-06-03T21:41:49.354Z Downloaded rustc_version v0.4.1
9372026-06-03T21:41:49.357Z Downloaded rtoolbox v0.0.3
9382026-06-03T21:41:49.357Z Downloaded progenitor-client v0.13.0
9392026-06-03T21:41:49.357Z Downloaded progenitor v0.11.2
9402026-06-03T21:41:49.359Z Downloaded pkcs5 v0.7.1
9412026-06-03T21:41:49.362Z Downloaded phf v0.12.1
9422026-06-03T21:41:49.362Z Downloaded r2d2 v0.8.10
9432026-06-03T21:41:49.362Z Downloaded rustc_version v0.1.7
9442026-06-03T21:41:49.364Z Downloaded postcard v1.1.3
9452026-06-03T21:41:49.364Z Downloaded rand_core v0.10.0
9462026-06-03T21:41:49.368Z Downloaded p256 v0.13.2
9472026-06-03T21:41:49.368Z Downloaded miniz_oxide v0.8.9
9482026-06-03T21:41:49.371Z Downloaded rustc-hash v2.1.1
9492026-06-03T21:41:49.371Z Downloaded rand_core v0.9.5
9502026-06-03T21:41:49.371Z Downloaded oso v0.27.3
9512026-06-03T21:41:49.374Z Downloaded hmac v0.12.1
9522026-06-03T21:41:49.374Z Downloaded num-derive v0.3.3
9532026-06-03T21:41:49.377Z Downloaded httparse v1.10.1
9542026-06-03T21:41:49.378Z Downloaded same-file v1.0.6
9552026-06-03T21:41:49.381Z Downloaded rand_chacha v0.9.0
9562026-06-03T21:41:49.381Z Downloaded predicates v3.1.4
9572026-06-03T21:41:49.381Z Downloaded poly1305 v0.8.0
9582026-06-03T21:41:49.384Z Downloaded salsa20 v0.10.2
9592026-06-03T21:41:49.384Z Downloaded proc-macro-error2 v2.0.1
9602026-06-03T21:41:49.384Z Downloaded papergrid v0.17.0
9612026-06-03T21:41:49.387Z Downloaded rand_seeder v0.4.0
9622026-06-03T21:41:49.390Z Downloaded rand_core v0.6.4
9632026-06-03T21:41:49.390Z Downloaded sapling-renderdag v0.1.0
9642026-06-03T21:41:49.392Z Downloaded pkcs1 v0.7.5
9652026-06-03T21:41:49.392Z Downloaded scrypt v0.11.0
9662026-06-03T21:41:49.395Z Downloaded scopeguard v1.2.0
9672026-06-03T21:41:49.395Z Downloaded primeorder v0.13.6
9682026-06-03T21:41:49.400Z Downloaded jiff-static v0.2.21
9692026-06-03T21:41:49.403Z Downloaded resolv-conf v0.7.6
9702026-06-03T21:41:49.405Z Downloaded scroll_derive v0.13.1
9712026-06-03T21:41:49.405Z Downloaded expectorate v1.2.0
9722026-06-03T21:41:49.405Z Downloaded secrecy v0.8.0
9732026-06-03T21:41:49.408Z Downloaded secrecy v0.10.3
9742026-06-03T21:41:49.408Z Downloaded derive_more-impl v2.1.1
9752026-06-03T21:41:49.411Z Downloaded num_enum_derive v0.7.5
9762026-06-03T21:41:49.414Z Downloaded hashbrown v0.13.2
9772026-06-03T21:41:49.416Z Downloaded crossterm v0.28.1
9782026-06-03T21:41:49.420Z Downloaded hashbrown v0.12.3
9792026-06-03T21:41:49.420Z Downloaded seq-macro v0.3.6
9802026-06-03T21:41:49.423Z Downloaded serde_urlencoded v0.7.1
9812026-06-03T21:41:49.423Z Downloaded serde_plain v1.0.2
9822026-06-03T21:41:49.428Z Downloaded serde-big-array v0.5.1
9832026-06-03T21:41:49.431Z Downloaded pin-project v1.1.11
9842026-06-03T21:41:49.437Z Downloaded serde_bytes v0.11.19
9852026-06-03T21:41:49.440Z Downloaded serde_repr v0.1.20
9862026-06-03T21:41:49.440Z Downloaded aes v0.8.4
9872026-06-03T21:41:49.442Z Downloaded shell-words v1.1.1
9882026-06-03T21:41:49.442Z Downloaded signal-hook-mio v0.2.5
9892026-06-03T21:41:49.445Z Downloaded sha1 v0.10.6
9902026-06-03T21:41:49.445Z Downloaded rustls-pemfile v1.0.4
9912026-06-03T21:41:49.448Z Downloaded hickory-resolver v0.24.4
9922026-06-03T21:41:49.448Z Downloaded postgres-types v0.2.12
9932026-06-03T21:41:49.455Z Downloaded rustversion v1.0.22
9942026-06-03T21:41:49.458Z Downloaded prefix-trie v0.7.0
9952026-06-03T21:41:49.458Z Downloaded serde_spanned v1.0.4
9962026-06-03T21:41:49.458Z Downloaded rustls-pemfile v2.2.0
9972026-06-03T21:41:49.458Z Downloaded semver v0.1.20
9982026-06-03T21:41:49.458Z Downloaded rusty-fork v0.3.1
9992026-06-03T21:41:49.458Z Downloaded scheduled-thread-pool v0.2.7
10002026-06-03T21:41:49.458Z Downloaded scroll v0.13.0
10012026-06-03T21:41:49.461Z Downloaded rustls-native-certs v0.8.3
10022026-06-03T21:41:49.461Z Downloaded signal-hook-tokio v0.3.1
10032026-06-03T21:41:49.463Z Downloaded quinn-udp v0.5.14
10042026-06-03T21:41:49.469Z Downloaded progenitor-impl v0.13.0
10052026-06-03T21:41:49.472Z Downloaded signature v2.2.0
10062026-06-03T21:41:49.476Z Downloaded siphasher v1.0.2
10072026-06-03T21:41:49.479Z Downloaded sct v0.7.1
10082026-06-03T21:41:49.481Z Downloaded sigpipe v0.1.3
10092026-06-03T21:41:49.481Z Downloaded progenitor-impl v0.14.0
10102026-06-03T21:41:49.481Z Downloaded slog-envlogger v2.2.0
10112026-06-03T21:41:49.484Z Downloaded sec1 v0.7.3
10122026-06-03T21:41:49.484Z Downloaded parking_lot v0.11.2
10132026-06-03T21:41:49.487Z Downloaded hyper-util v0.1.20
10142026-06-03T21:41:49.489Z Downloaded serde-hex v0.1.0
10152026-06-03T21:41:49.489Z Downloaded http v1.4.0
10162026-06-03T21:41:49.492Z Downloaded diesel_derives v2.3.7
10172026-06-03T21:41:49.495Z Downloaded serde_path_to_error v0.1.20
10182026-06-03T21:41:49.497Z Downloaded schemars_derive v0.8.22
10192026-06-03T21:41:49.497Z Downloaded slog-bunyan v2.5.0
10202026-06-03T21:41:49.501Z Downloaded russh-keys v0.45.0
10212026-06-03T21:41:49.504Z Downloaded serde_with_macros v1.5.2
10222026-06-03T21:41:49.506Z Downloaded strsim v0.10.0
10232026-06-03T21:41:49.509Z Downloaded strum v0.26.3
10242026-06-03T21:41:49.512Z Downloaded hickory-resolver v0.25.2
10252026-06-03T21:41:49.512Z Downloaded serde_derive_internals v0.29.1
10262026-06-03T21:41:49.514Z Downloaded sqlparser_derive v0.5.0
10272026-06-03T21:41:49.514Z Downloaded ssh-cipher v0.2.0
10282026-06-03T21:41:49.514Z Downloaded rustls-pki-types v1.14.0
10292026-06-03T21:41:49.518Z Downloaded structmeta v0.3.0
10302026-06-03T21:41:49.521Z Downloaded itertools v0.10.5
10312026-06-03T21:41:49.524Z Downloaded progenitor-impl v0.11.2
10322026-06-03T21:41:49.528Z Downloaded subtle v2.6.1
10332026-06-03T21:41:49.530Z Downloaded strum v0.27.2
10342026-06-03T21:41:49.531Z Downloaded rcgen v0.12.1
10352026-06-03T21:41:49.531Z Downloaded strip-ansi-escapes v0.2.1
10362026-06-03T21:41:49.533Z Downloaded structmeta-derive v0.3.0
10372026-06-03T21:41:49.536Z Downloaded prettyplease v0.2.37
10382026-06-03T21:41:49.540Z Downloaded tabled_derive v0.11.0
10392026-06-03T21:41:49.542Z Downloaded sync-ptr v0.1.4
10402026-06-03T21:41:49.542Z Downloaded supports-color v3.0.2
10412026-06-03T21:41:49.542Z Downloaded tagptr v0.2.0
10422026-06-03T21:41:49.545Z Downloaded sync_wrapper v1.0.2
10432026-06-03T21:41:49.548Z Downloaded simd-adler32 v0.3.8
10442026-06-03T21:41:49.548Z Downloaded slog-scope v4.4.1
10452026-06-03T21:41:49.548Z Downloaded slog-async v2.8.0
10462026-06-03T21:41:49.550Z Downloaded slab v0.4.12
10472026-06-03T21:41:49.550Z Downloaded aes-gcm v0.10.3
10482026-06-03T21:41:49.553Z Downloaded tap v1.0.1
10492026-06-03T21:41:49.553Z Downloaded shlex v1.3.0
10502026-06-03T21:41:49.556Z Downloaded take_mut v0.2.2
10512026-06-03T21:41:49.556Z Downloaded smallvec v0.6.14
10522026-06-03T21:41:49.560Z Downloaded slog-json v2.6.1
10532026-06-03T21:41:49.560Z Downloaded slog-dtrace v0.3.0
10542026-06-03T21:41:49.562Z Downloaded spki v0.7.3
10552026-06-03T21:41:49.562Z Downloaded snafu-derive v0.8.9
10562026-06-03T21:41:49.562Z Downloaded testing_table v0.3.0
10572026-06-03T21:41:49.566Z Downloaded smf v0.2.3
10582026-06-03T21:41:49.566Z Downloaded slog-stdlog v4.1.1
10592026-06-03T21:41:49.569Z Downloaded termtree v0.5.1
10602026-06-03T21:41:49.569Z Downloaded thread-id v5.1.0
10612026-06-03T21:41:49.574Z Downloaded time-core v0.1.8
10622026-06-03T21:41:49.574Z Downloaded stacker v0.1.23
10632026-06-03T21:41:49.576Z Downloaded thiserror-impl-no-std v2.0.2
10642026-06-03T21:41:49.576Z Downloaded minimal-lexical v0.2.1
10652026-06-03T21:41:49.576Z Downloaded serde_cbor v0.11.2
10662026-06-03T21:41:49.580Z Downloaded rustls-platform-verifier v0.6.2
10672026-06-03T21:41:49.588Z Downloaded ryu v1.0.23
10682026-06-03T21:41:49.588Z Downloaded rayon-core v1.13.0
10692026-06-03T21:41:49.590Z Downloaded openssl-sys v0.9.115
10702026-06-03T21:41:49.591Z Downloaded sqlformat v0.3.5
10712026-06-03T21:41:49.591Z Downloaded hickory-server v0.25.2
10722026-06-03T21:41:49.594Z Downloaded tinyvec_macros v0.1.1
10732026-06-03T21:41:49.594Z Downloaded tokio-macros v2.7.0
10742026-06-03T21:41:49.594Z Downloaded string_cache v0.8.9
10752026-06-03T21:41:49.594Z Downloaded static_assertions v1.1.0
10762026-06-03T21:41:49.599Z Downloaded signal-hook-registry v1.4.8
10772026-06-03T21:41:49.602Z Downloaded pretty_assertions v1.4.1
10782026-06-03T21:41:49.604Z Downloaded num-bigint v0.4.6
10792026-06-03T21:41:49.607Z Downloaded schemars v0.8.22
10802026-06-03T21:41:49.613Z Downloaded strum_macros v0.24.3
10812026-06-03T21:41:49.615Z Downloaded strum_macros v0.27.2
10822026-06-03T21:41:49.618Z Downloaded slog-term v2.9.2
10832026-06-03T21:41:49.618Z Downloaded dropshot-api-manager v0.7.2
10842026-06-03T21:41:49.621Z Downloaded publicsuffix v2.3.0
10852026-06-03T21:41:49.623Z Downloaded support-bundle-viewer v0.1.2
10862026-06-03T21:41:49.623Z Downloaded mio v1.2.0
10872026-06-03T21:41:49.626Z Downloaded nom v7.1.3
10882026-06-03T21:41:49.629Z Downloaded thread_local v1.1.9
10892026-06-03T21:41:49.631Z Downloaded ron v0.8.1
10902026-06-03T21:41:49.634Z Downloaded tabwriter v1.4.1
10912026-06-03T21:41:49.634Z Downloaded tower-layer v0.3.3
10922026-06-03T21:41:49.637Z Downloaded spin v0.9.8
10932026-06-03T21:41:49.637Z Downloaded quinn v0.11.9
10942026-06-03T21:41:49.639Z Downloaded termios v0.3.3
10952026-06-03T21:41:49.642Z Downloaded thiserror-no-std v2.0.2
10962026-06-03T21:41:49.642Z Downloaded topological-sort v0.2.2
10972026-06-03T21:41:49.646Z Downloaded rand v0.8.6
10982026-06-03T21:41:49.648Z Downloaded stringprep v0.1.5
10992026-06-03T21:41:49.651Z Downloaded tower-service v0.3.3
11002026-06-03T21:41:49.651Z Downloaded serde_with_macros v3.17.0
11012026-06-03T21:41:49.651Z Downloaded tls_codec v0.4.2
11022026-06-03T21:41:49.651Z Downloaded ssh-encoding v0.2.0
11032026-06-03T21:41:49.651Z Downloaded libxml v0.3.3
11042026-06-03T21:41:49.655Z Downloaded serde_yaml v0.9.34+deprecated
11052026-06-03T21:41:49.658Z Downloaded tiny-keccak v2.0.2
11062026-06-03T21:41:49.658Z Downloaded trait-variant v0.1.2
11072026-06-03T21:41:49.660Z Downloaded tokio-native-tls v0.3.1
11082026-06-03T21:41:49.660Z Downloaded time-macros v0.2.27
11092026-06-03T21:41:49.663Z Downloaded hashbrown v0.16.1
11102026-06-03T21:41:49.666Z Downloaded typify-macro v0.4.3
11112026-06-03T21:41:49.666Z Downloaded tokio-dtrace v0.1.1
11122026-06-03T21:41:49.669Z Downloaded tls_codec_derive v0.4.2
11132026-06-03T21:41:49.669Z Downloaded unarray v0.1.4
11142026-06-03T21:41:49.669Z Downloaded try-lock v0.2.5
11152026-06-03T21:41:49.669Z Downloaded hashbrown v0.15.5
11162026-06-03T21:41:49.672Z Downloaded unicode-truncate v1.1.0
11172026-06-03T21:41:49.674Z Downloaded untrusted v0.9.0
11182026-06-03T21:41:49.678Z Downloaded tokio-tungstenite v0.23.1
11192026-06-03T21:41:49.679Z Downloaded tokio-tungstenite v0.21.0
11202026-06-03T21:41:49.682Z Downloaded strum_macros v0.26.4
11212026-06-03T21:41:49.685Z Downloaded slog v2.8.2
11222026-06-03T21:41:49.685Z Downloaded typify-macro v0.6.2
11232026-06-03T21:41:49.685Z Downloaded similar v2.7.0
11242026-06-03T21:41:49.688Z Downloaded utf-8 v0.7.6
11252026-06-03T21:41:49.691Z Downloaded usdt-attr-macro v0.6.0
11262026-06-03T21:41:49.691Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11272026-06-03T21:41:49.691Z Downloaded qorb v0.4.1
11282026-06-03T21:41:49.693Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11292026-06-03T21:41:49.694Z Downloaded rsa v0.9.10
11302026-06-03T21:41:49.696Z Downloaded signal-hook v0.3.18
11312026-06-03T21:41:49.699Z Downloaded untrusted v0.7.1
11322026-06-03T21:41:49.699Z Downloaded term v1.2.1
11332026-06-03T21:41:49.701Z Downloaded usdt-macro v0.6.0
11342026-06-03T21:41:49.701Z Downloaded universal-hash v0.5.1
11352026-06-03T21:41:49.704Z Downloaded usdt v0.6.0
11362026-06-03T21:41:49.704Z Downloaded term v0.7.0
11372026-06-03T21:41:49.707Z Downloaded unit-prefix v0.5.2
11382026-06-03T21:41:49.707Z Downloaded itertools v0.13.0
11392026-06-03T21:41:49.710Z Downloaded toml_writer v1.0.6+spec-1.1.0
11402026-06-03T21:41:49.712Z Downloaded itertools v0.12.1
11412026-06-03T21:41:49.715Z Downloaded rustls-webpki v0.103.9
11422026-06-03T21:41:49.722Z Downloaded void v1.0.2
11432026-06-03T21:41:49.725Z Downloaded waitgroup v0.1.2
11442026-06-03T21:41:49.725Z Downloaded wait-timeout v0.2.1
11452026-06-03T21:41:49.727Z Downloaded want v0.3.1
11462026-06-03T21:41:49.732Z Downloaded tui-tree-widget v0.23.1
11472026-06-03T21:41:49.735Z Downloaded rand v0.9.2
11482026-06-03T21:41:49.735Z Downloaded schemars v1.2.1
11492026-06-03T21:41:49.742Z Downloaded unicase v2.9.0
11502026-06-03T21:41:49.745Z Downloaded tokio-rustls v0.26.4
11512026-06-03T21:41:49.745Z Downloaded xshell-macros v0.2.7
11522026-06-03T21:41:49.745Z Downloaded h2 v0.4.13
11532026-06-03T21:41:49.749Z Downloaded xattr v1.6.1
11542026-06-03T21:41:49.751Z Downloaded tokio-rustls v0.24.1
11552026-06-03T21:41:49.751Z Downloaded tokio-rustls v0.25.0
11562026-06-03T21:41:49.754Z Downloaded tokio-stream v0.1.18
11572026-06-03T21:41:49.756Z Downloaded subprocess v0.2.15
11582026-06-03T21:41:49.759Z Downloaded zeroize_derive v1.4.3
11592026-06-03T21:41:49.759Z Downloaded hkdf v0.12.4
11602026-06-03T21:41:49.759Z Downloaded iri-string v0.7.10
11612026-06-03T21:41:49.763Z Downloaded socket2 v0.6.3
11622026-06-03T21:41:49.765Z Downloaded usdt-impl v0.6.0
11632026-06-03T21:41:49.765Z Downloaded test-strategy v0.4.5
11642026-06-03T21:41:49.767Z Downloaded toml_parser v1.0.9+spec-1.1.0
11652026-06-03T21:41:49.770Z Downloaded zone_cfg_derive v0.3.1
11662026-06-03T21:41:49.770Z Downloaded socket2 v0.5.10
11672026-06-03T21:41:49.773Z Downloaded schemars v0.9.0
11682026-06-03T21:41:49.777Z Downloaded itertools v0.14.0
11692026-06-03T21:41:49.781Z Downloaded uzers v0.12.2
11702026-06-03T21:41:49.784Z Downloaded zone v0.3.1
11712026-06-03T21:41:49.784Z Downloaded snafu v0.8.9
11722026-06-03T21:41:49.788Z Downloaded vergen-git2 v9.1.0
11732026-06-03T21:41:49.791Z Downloaded vergen-lib v0.1.6
11742026-06-03T21:41:49.791Z Downloaded vergen-lib v9.1.0
11752026-06-03T21:41:49.794Z Downloaded tinyvec v1.10.0
11762026-06-03T21:41:49.796Z Downloaded samael v0.0.19
11772026-06-03T21:41:49.799Z Downloaded twox-hash v2.1.2
11782026-06-03T21:41:49.801Z Downloaded rand v0.10.0
11792026-06-03T21:41:49.801Z Downloaded p521 v0.13.3
11802026-06-03T21:41:49.804Z Downloaded walkdir v2.5.0
11812026-06-03T21:41:49.807Z Downloaded toml v0.7.8
11822026-06-03T21:41:49.809Z Downloaded libm v0.2.16
11832026-06-03T21:41:49.817Z Downloaded whoami v2.1.0
11842026-06-03T21:41:49.819Z Downloaded whoami v1.6.1
11852026-06-03T21:41:49.819Z Downloaded xshell v0.2.7
11862026-06-03T21:41:49.822Z Downloaded unicode-properties v0.1.4
11872026-06-03T21:41:49.824Z Downloaded tar v0.4.45
11882026-06-03T21:41:49.838Z Downloaded zeroize v1.8.2
11892026-06-03T21:41:49.841Z Downloaded steno v0.4.1
11902026-06-03T21:41:49.844Z Downloaded russh v0.45.0
11912026-06-03T21:41:49.849Z Downloaded zstd-safe v7.2.4
11922026-06-03T21:41:49.852Z Downloaded typify v0.6.2
11932026-06-03T21:41:49.854Z Downloaded zstd v0.13.3
11942026-06-03T21:41:49.854Z Downloaded vsss-rs v3.3.4
11952026-06-03T21:41:49.859Z Downloaded unicode-bidi v0.3.18
11962026-06-03T21:41:49.862Z Downloaded tungstenite v0.23.0
11972026-06-03T21:41:49.862Z Downloaded tracing-core v0.1.36
11982026-06-03T21:41:49.862Z Downloaded typify v0.4.3
11992026-06-03T21:41:49.865Z Downloaded wyz v0.5.1
12002026-06-03T21:41:49.865Z Downloaded num-bigint-dig v0.8.6
12012026-06-03T21:41:49.867Z Downloaded yasna v0.5.2
12022026-06-03T21:41:49.870Z Downloaded tracing-attributes v0.1.31
12032026-06-03T21:41:49.873Z Downloaded toml v1.0.6+spec-1.1.0
12042026-06-03T21:41:49.873Z Downloaded tungstenite v0.21.0
12052026-06-03T21:41:49.875Z Downloaded hyper v1.8.1
12062026-06-03T21:41:49.878Z Downloaded toml_edit v0.23.10+spec-1.0.0
12072026-06-03T21:41:49.881Z Downloaded bitvec v1.0.1
12082026-06-03T21:41:49.889Z Downloaded zerocopy v0.6.6
12092026-06-03T21:41:49.892Z Downloaded vergen v9.1.0
12102026-06-03T21:41:49.892Z Downloaded iddqd v0.4.2
12112026-06-03T21:41:49.896Z Downloaded vte v0.14.1
12122026-06-03T21:41:49.899Z Downloaded vergen-gitcl v1.0.8
12132026-06-03T21:41:49.899Z Downloaded uuid v1.23.0
12142026-06-03T21:41:49.902Z Downloaded serde_with v1.14.0
12152026-06-03T21:41:49.905Z Downloaded reedline v0.40.0
12162026-06-03T21:41:49.908Z Downloaded unsafe-libyaml v0.2.11
12172026-06-03T21:41:49.910Z Downloaded tokio-postgres v0.7.16
12182026-06-03T21:41:49.913Z Downloaded futures-util v0.3.32
12192026-06-03T21:41:49.919Z Downloaded rpassword v7.4.0
12202026-06-03T21:41:49.925Z Downloaded blake3 v1.8.3
12212026-06-03T21:41:49.930Z Downloaded rustyline v14.0.0
12222026-06-03T21:41:49.933Z Downloaded aws-lc-rs v1.16.3
12232026-06-03T21:41:49.938Z Downloaded zopfli v0.8.3
12242026-06-03T21:41:49.941Z Downloaded ssh-key v0.6.7
12252026-06-03T21:41:49.946Z Downloaded unicode_categories v0.1.1
12262026-06-03T21:41:49.949Z Downloaded regex v1.12.3
12272026-06-03T21:41:49.953Z Downloaded zip v0.6.6
12282026-06-03T21:41:49.956Z Downloaded toml_edit v0.19.15
12292026-06-03T21:41:49.965Z Downloaded yansi v1.0.1
12302026-06-03T21:41:49.967Z Downloaded reqwest v0.13.2
12312026-06-03T21:41:49.970Z Downloaded p384 v0.13.1
12322026-06-03T21:41:49.972Z Downloaded reqwest v0.12.28
12332026-06-03T21:41:49.976Z Downloaded git2 v0.20.4
12342026-06-03T21:41:50.002Z Downloaded chrono v0.4.44
12352026-06-03T21:41:50.009Z Downloaded typed-path v0.9.3
12362026-06-03T21:41:50.013Z Downloaded quick-xml v0.37.5
12372026-06-03T21:41:50.019Z Downloaded portable-atomic v1.13.1
12382026-06-03T21:41:50.023Z Downloaded lalrpop v0.19.12
12392026-06-03T21:41:50.032Z Downloaded moka v0.12.13
12402026-06-03T21:41:50.036Z Downloaded rayon v1.11.0
12412026-06-03T21:41:50.044Z Downloaded zerocopy-derive v0.8.40
12422026-06-03T21:41:50.051Z Downloaded tower v0.5.3
12432026-06-03T21:41:50.061Z Downloaded x509-cert v0.2.5
12442026-06-03T21:41:50.065Z Downloaded tokio-util v0.7.18
12452026-06-03T21:41:50.069Z Downloaded tough v0.22.0
12462026-06-03T21:41:50.074Z Downloaded serde_with v3.17.0
12472026-06-03T21:41:50.080Z Downloaded rustls-webpki v0.101.7
12482026-06-03T21:41:50.089Z Downloaded zip v4.6.1
12492026-06-03T21:41:50.091Z Downloaded tower-http v0.6.8
12502026-06-03T21:41:50.096Z Downloaded proptest v1.10.0
12512026-06-03T21:41:50.102Z Downloaded nix v0.27.1
12522026-06-03T21:41:50.108Z Downloaded curve25519-dalek v4.1.3
12532026-06-03T21:41:50.112Z Downloaded petname v2.0.2
12542026-06-03T21:41:50.115Z Downloaded goblin v0.10.5
12552026-06-03T21:41:50.119Z Downloaded salty v0.3.0
12562026-06-03T21:41:50.123Z Downloaded object v0.30.4
12572026-06-03T21:41:50.128Z Downloaded winnow v0.5.40
12582026-06-03T21:41:50.133Z Downloaded rustls-webpki v0.102.8
12592026-06-03T21:41:50.145Z Downloaded radix_trie v0.2.1
12602026-06-03T21:41:50.148Z Downloaded unicode-segmentation v1.12.0
12612026-06-03T21:41:50.151Z Downloaded unicode-normalization v0.1.25
12622026-06-03T21:41:50.154Z Downloaded bindgen v0.71.1
12632026-06-03T21:41:50.160Z Downloaded polar-core v0.27.3
12642026-06-03T21:41:50.165Z Downloaded quinn-proto v0.11.13
12652026-06-03T21:41:50.169Z Downloaded winnow v0.6.26
12662026-06-03T21:41:50.174Z Downloaded nix v0.28.0
12672026-06-03T21:41:50.180Z Downloaded bstr v1.12.1
12682026-06-03T21:41:50.186Z Downloaded openssl v0.10.79
12692026-06-03T21:41:50.194Z Downloaded tabled v0.20.0
12702026-06-03T21:41:50.203Z Downloaded time v0.3.47
12712026-06-03T21:41:50.210Z Downloaded rustls v0.21.12
12722026-06-03T21:41:50.215Z Downloaded vcpkg v0.2.15
12732026-06-03T21:41:50.237Z Downloaded zlib-rs v0.6.2
12742026-06-03T21:41:50.240Z Downloaded hickory-proto v0.24.4
12752026-06-03T21:41:50.249Z Downloaded smoltcp v0.9.1
12762026-06-03T21:41:50.255Z Downloaded webpki-roots v1.0.6
12772026-06-03T21:41:50.290Z Downloaded hickory-proto v0.25.2
12782026-06-03T21:41:50.290Z Downloaded zerocopy v0.8.40
12792026-06-03T21:41:50.290Z Downloaded rustls v0.22.4
12802026-06-03T21:41:50.290Z Downloaded regex-syntax v0.8.10
12812026-06-03T21:41:50.290Z Downloaded smoltcp v0.11.0
12822026-06-03T21:41:50.293Z Downloaded regress v0.10.5
12832026-06-03T21:41:50.295Z Downloaded rustls v0.23.37
12842026-06-03T21:41:50.300Z Downloaded diesel v2.3.7
12852026-06-03T21:41:50.313Z Downloaded rustix v0.38.44
12862026-06-03T21:41:50.325Z Downloaded regress v0.11.1
12872026-06-03T21:41:50.330Z Downloaded nix v0.31.2
12882026-06-03T21:41:50.337Z Downloaded openapiv3 v2.2.0
12892026-06-03T21:41:50.343Z Downloaded object v0.37.3
12902026-06-03T21:41:50.349Z Downloaded dropshot v0.17.0
12912026-06-03T21:41:50.362Z Downloaded csv v1.4.0
12922026-06-03T21:41:50.373Z Downloaded regex-syntax v0.6.29
12932026-06-03T21:41:50.387Z Downloaded sqlparser v0.61.0
12942026-06-03T21:41:50.394Z Downloaded tracing v0.1.44
12952026-06-03T21:41:50.405Z Downloaded typify-impl v0.6.2
12962026-06-03T21:41:50.411Z Downloaded typify-impl v0.4.3
12972026-06-03T21:41:50.420Z Downloaded bzip2-sys v0.1.13+1.0.8
12982026-06-03T21:41:50.428Z Downloaded sled v0.34.7
12992026-06-03T21:41:50.433Z Downloaded zerocopy-derive v0.6.6
13002026-06-03T21:41:50.439Z Downloaded ratatui v0.29.0
13012026-06-03T21:41:50.449Z Downloaded chrono-tz v0.10.4
13022026-06-03T21:41:50.480Z Downloaded regex-automata v0.4.14
13032026-06-03T21:41:50.488Z Downloaded petgraph v0.8.3
13042026-06-03T21:41:50.506Z Downloaded petgraph v0.6.5
13052026-06-03T21:41:50.525Z Downloaded jiff v0.2.21
13062026-06-03T21:41:50.578Z Downloaded libz-sys v1.1.24
13072026-06-03T21:41:50.591Z Downloaded sha3 v0.10.8
13082026-06-03T21:41:50.594Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13092026-06-03T21:41:50.612Z Downloaded tokio v1.52.1
13102026-06-03T21:41:50.650Z Downloaded libgit2-sys v0.18.3+1.9.2
13112026-06-03T21:41:50.683Z Downloaded encoding_rs v0.8.35
13122026-06-03T21:41:50.697Z Downloaded ring v0.17.14
13132026-06-03T21:41:51.149Z Downloaded aws-lc-sys v0.40.0
13142026-06-03T21:41:51.401Z Compiling libc v0.2.185
13152026-06-03T21:41:51.402Z Compiling serde v1.0.228
13162026-06-03T21:41:51.405Z Compiling log v0.4.29
13172026-06-03T21:41:51.405Z Compiling shlex v1.3.0
13182026-06-03T21:41:51.564Z Compiling find-msvc-tools v0.1.9
13192026-06-03T21:41:51.575Z Compiling syn v2.0.117
13202026-06-03T21:41:51.575Z Compiling smallvec v1.15.1
13212026-06-03T21:41:51.578Z Compiling typenum v1.19.0
13222026-06-03T21:41:51.732Z Compiling generic-array v0.14.7
13232026-06-03T21:41:51.746Z Compiling subtle v2.6.1
13242026-06-03T21:41:51.792Z Compiling scopeguard v1.2.0
13252026-06-03T21:41:51.827Z Compiling const-oid v0.9.6
13262026-06-03T21:41:51.861Z Compiling serde_json v1.0.149
13272026-06-03T21:41:51.892Z Compiling lock_api v0.4.14
13282026-06-03T21:41:51.916Z Compiling zerocopy v0.8.40
13292026-06-03T21:41:51.965Z Compiling parking_lot_core v0.9.12
13302026-06-03T21:41:52.111Z Compiling pin-project-lite v0.2.17
13312026-06-03T21:41:52.187Z Compiling portable-atomic v1.13.1
13322026-06-03T21:41:52.220Z Compiling pkg-config v0.3.32
13332026-06-03T21:41:52.349Z Compiling getrandom v0.2.17
13342026-06-03T21:41:52.415Z Compiling jobserver v0.1.34
13352026-06-03T21:41:52.493Z Compiling rand_core v0.6.4
13362026-06-03T21:41:52.523Z Compiling errno v0.3.14
13372026-06-03T21:41:52.653Z Compiling cc v1.2.56
13382026-06-03T21:41:52.756Z Compiling signal-hook-registry v1.4.8
13392026-06-03T21:41:52.758Z Compiling bitflags v2.11.0
13402026-06-03T21:41:52.783Z Compiling libm v0.2.16
13412026-06-03T21:41:52.841Z Compiling critical-section v1.2.0
13422026-06-03T21:41:52.949Z Compiling futures-core v0.3.32
13432026-06-03T21:41:52.983Z Compiling parking_lot v0.12.5
13442026-06-03T21:41:53.018Z Compiling mio v1.2.0
13452026-06-03T21:41:53.102Z Compiling num-traits v0.2.19
13462026-06-03T21:41:53.147Z Compiling once_cell v1.21.3
13472026-06-03T21:41:53.220Z Compiling percent-encoding v2.3.2
13482026-06-03T21:41:53.348Z Compiling socket2 v0.6.3
13492026-06-03T21:41:53.362Z Compiling futures-sink v0.3.32
13502026-06-03T21:41:53.405Z Compiling getrandom v0.4.1
13512026-06-03T21:41:53.430Z Compiling futures-task v0.3.32
13522026-06-03T21:41:53.457Z Compiling futures-channel v0.3.32
13532026-06-03T21:41:53.485Z Compiling futures-io v0.3.32
13542026-06-03T21:41:53.594Z Compiling slab v0.4.12
13552026-06-03T21:41:53.633Z Compiling cpufeatures v0.2.17
13562026-06-03T21:41:53.676Z Compiling rand_core v0.10.0
13572026-06-03T21:41:53.708Z Compiling indexmap v2.14.0
13582026-06-03T21:41:53.739Z Compiling getrandom v0.3.4
13592026-06-03T21:41:53.756Z Compiling rustversion v1.0.22
13602026-06-03T21:41:53.770Z Compiling form_urlencoded v1.2.2
13612026-06-03T21:41:54.127Z Compiling cmake v0.1.57
13622026-06-03T21:41:54.140Z Compiling fs_extra v1.3.0
13632026-06-03T21:41:54.152Z Compiling dunce v1.0.5
13642026-06-03T21:41:54.239Z Compiling base64ct v1.8.3
13652026-06-03T21:41:54.338Z Compiling synstructure v0.13.2
13662026-06-03T21:41:54.392Z Compiling ident_case v1.0.1
13672026-06-03T21:41:54.429Z Compiling regex-syntax v0.8.10
13682026-06-03T21:41:54.511Z Compiling pem-rfc7468 v0.7.0
13692026-06-03T21:41:54.516Z Compiling aws-lc-sys v0.40.0
13702026-06-03T21:41:54.536Z Compiling flagset v0.4.7
13712026-06-03T21:41:54.659Z Compiling rustix v1.1.3
13722026-06-03T21:41:54.673Z Compiling iana-time-zone v0.1.65
13732026-06-03T21:41:54.740Z Compiling rand_core v0.9.5
13742026-06-03T21:41:54.806Z Compiling ring v0.17.14
13752026-06-03T21:41:54.947Z Compiling aws-lc-rs v1.16.3
13762026-06-03T21:41:54.979Z Compiling vcpkg v0.2.15
13772026-06-03T21:41:55.091Z Compiling uuid v1.23.0
13782026-06-03T21:41:55.235Z Compiling rustc_version v0.4.1
13792026-06-03T21:41:55.557Z Compiling tracing-core v0.1.36
13802026-06-03T21:41:55.720Z Compiling openssl-sys v0.9.115
13812026-06-03T21:41:55.797Z Compiling base64 v0.22.1
13822026-06-03T21:41:56.112Z Compiling untrusted v0.9.0
13832026-06-03T21:41:56.115Z Compiling serde_derive v1.0.228
13842026-06-03T21:41:56.143Z Compiling zeroize_derive v1.4.3
13852026-06-03T21:41:56.245Z Compiling zerofrom-derive v0.1.6
13862026-06-03T21:41:56.259Z Compiling yoke-derive v0.8.1
13872026-06-03T21:41:56.512Z Compiling zerovec-derive v0.11.2
13882026-06-03T21:41:56.788Z Compiling zeroize v1.8.2
13892026-06-03T21:41:56.842Z Compiling zerocopy-derive v0.8.40
13902026-06-03T21:41:57.416Z Compiling displaydoc v0.2.5
13912026-06-03T21:41:57.560Z Compiling crypto-common v0.1.7
13922026-06-03T21:41:57.650Z Compiling block-buffer v0.10.4
13932026-06-03T21:41:57.653Z Compiling zerofrom v0.1.6
13942026-06-03T21:41:57.703Z Compiling tokio-macros v2.7.0
13952026-06-03T21:41:57.782Z Compiling yoke v0.8.1
13962026-06-03T21:41:57.815Z Compiling digest v0.10.7
13972026-06-03T21:41:57.967Z Compiling zerovec v0.11.5
13982026-06-03T21:41:58.064Z Compiling futures-macro v0.3.32
13992026-06-03T21:41:58.163Z Compiling zerotrie v0.2.3
14002026-06-03T21:41:58.415Z Compiling tinystr v0.8.2
14012026-06-03T21:41:58.457Z Compiling potential_utf v0.1.4
14022026-06-03T21:41:58.463Z Compiling hmac v0.12.1
14032026-06-03T21:41:58.603Z Compiling icu_locale_core v2.1.1
14042026-06-03T21:41:58.603Z Compiling icu_collections v2.1.1
14052026-06-03T21:41:58.603Z Compiling block-padding v0.3.3
14062026-06-03T21:41:58.779Z Compiling inout v0.1.4
14072026-06-03T21:41:58.834Z Compiling futures-util v0.3.32
14082026-06-03T21:41:58.938Z Compiling cipher v0.4.4
14092026-06-03T21:41:59.081Z Compiling sha2 v0.10.9
14102026-06-03T21:41:59.192Z Compiling der_derive v0.7.3
14112026-06-03T21:41:59.464Z Compiling icu_provider v2.1.1
14122026-06-03T21:41:59.522Z Compiling bytes v1.11.1
14132026-06-03T21:41:59.558Z Compiling chrono v0.4.44
14142026-06-03T21:41:59.747Z Compiling icu_normalizer v2.1.1
14152026-06-03T21:42:00.153Z Compiling tokio v1.52.1
14162026-06-03T21:42:00.153Z Compiling icu_properties v2.1.2
14172026-06-03T21:42:00.347Z Compiling der v0.7.10
14182026-06-03T21:42:00.489Z Compiling http v1.4.0
14192026-06-03T21:42:01.004Z Compiling salsa20 v0.10.2
14202026-06-03T21:42:01.082Z Compiling idna_adapter v1.2.1
14212026-06-03T21:42:01.141Z Compiling ppv-lite86 v0.2.21
14222026-06-03T21:42:01.221Z Compiling idna v1.1.0
14232026-06-03T21:42:01.256Z Compiling spki v0.7.3
14242026-06-03T21:42:01.269Z Compiling pbkdf2 v0.12.2
14252026-06-03T21:42:01.379Z Compiling rustls-pki-types v1.14.0
14262026-06-03T21:42:01.393Z Compiling tracing-attributes v0.1.31
14272026-06-03T21:42:01.451Z Compiling thiserror-impl v2.0.18
14282026-06-03T21:42:01.451Z Compiling rand_chacha v0.9.0
14292026-06-03T21:42:01.546Z Compiling url v2.5.8
14302026-06-03T21:42:01.812Z Compiling scrypt v0.11.0
14312026-06-03T21:42:01.851Z Compiling http-body v1.0.1
14322026-06-03T21:42:01.998Z Compiling aes v0.8.4
14332026-06-03T21:42:02.057Z Compiling cbc v0.1.2
14342026-06-03T21:42:02.197Z Compiling untrusted v0.7.1
14352026-06-03T21:42:02.212Z Compiling tinyvec_macros v0.1.1
14362026-06-03T21:42:02.279Z Compiling openssl-probe v0.2.1
14372026-06-03T21:42:02.315Z Compiling httparse v1.10.1
14382026-06-03T21:42:02.318Z Compiling tinyvec v1.10.0
14392026-06-03T21:42:02.446Z Compiling pkcs5 v0.7.1
14402026-06-03T21:42:02.653Z Compiling rand v0.9.2
14412026-06-03T21:42:02.666Z Compiling tracing v0.1.44
14422026-06-03T21:42:02.737Z Compiling thiserror v2.0.18
14432026-06-03T21:42:02.841Z Compiling pest_generator v2.8.6
14442026-06-03T21:42:02.905Z Compiling serde_derive_internals v0.29.1
14452026-06-03T21:42:02.918Z Compiling aho-corasick v1.1.4
14462026-06-03T21:42:03.022Z Compiling schemars v0.8.22
14472026-06-03T21:42:03.214Z Compiling dyn-clone v1.0.20
14482026-06-03T21:42:03.350Z Compiling atomic-waker v1.1.2
14492026-06-03T21:42:03.407Z Compiling rustls v0.23.37
14502026-06-03T21:42:03.471Z Compiling tower-layer v0.3.3
14512026-06-03T21:42:03.510Z Compiling try-lock v0.2.5
14522026-06-03T21:42:03.571Z Compiling tower-service v0.3.3
14532026-06-03T21:42:03.611Z Compiling want v0.3.1
14542026-06-03T21:42:03.649Z Compiling pest_derive v2.8.6
14552026-06-03T21:42:03.678Z Compiling regex-automata v0.4.14
14562026-06-03T21:42:03.766Z Compiling tokio-util v0.7.18
14572026-06-03T21:42:03.766Z Compiling schemars_derive v0.8.22
14582026-06-03T21:42:04.029Z Compiling pkcs8 v0.10.2
14592026-06-03T21:42:04.405Z Compiling ipnet v2.11.0
14602026-06-03T21:42:04.547Z Compiling h2 v0.4.13
14612026-06-03T21:42:04.608Z Compiling scroll_derive v0.13.1
14622026-06-03T21:42:04.774Z Compiling darling_core v0.20.11
14632026-06-03T21:42:04.897Z Compiling httpdate v1.0.3
14642026-06-03T21:42:05.002Z Compiling foreign-types-shared v0.1.1
14652026-06-03T21:42:05.090Z Compiling openssl v0.10.79
14662026-06-03T21:42:05.115Z Compiling pin-utils v0.1.0
14672026-06-03T21:42:05.187Z Compiling tempfile v3.25.0
14682026-06-03T21:42:05.332Z Compiling foreign-types v0.3.2
14692026-06-03T21:42:05.443Z Compiling scroll v0.13.0
14702026-06-03T21:42:05.552Z Compiling unicode-normalization v0.1.25
14712026-06-03T21:42:05.722Z Compiling openssl-macros v0.1.1
14722026-06-03T21:42:06.003Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14732026-06-03T21:42:06.108Z Compiling spin v0.9.8
14742026-06-03T21:42:06.111Z Compiling num-conv v0.2.0
14752026-06-03T21:42:06.246Z Compiling time-core v0.1.8
14762026-06-03T21:42:06.308Z Compiling crc32fast v1.5.0
14772026-06-03T21:42:06.379Z Compiling native-tls v0.2.18
14782026-06-03T21:42:06.392Z Compiling powerfmt v0.2.0
14792026-06-03T21:42:06.590Z Compiling deranged v0.5.8
14802026-06-03T21:42:06.607Z Compiling time-macros v0.2.27
14812026-06-03T21:42:07.033Z Compiling darling_macro v0.20.11
14822026-06-03T21:42:07.485Z Compiling hyper v1.8.1
14832026-06-03T21:42:07.545Z Compiling darling v0.20.11
14842026-06-03T21:42:07.623Z Compiling goblin v0.10.5
14852026-06-03T21:42:07.636Z Compiling rustls-native-certs v0.8.3
14862026-06-03T21:42:07.727Z Compiling sync_wrapper v1.0.2
14872026-06-03T21:42:07.833Z Compiling wait-timeout v0.2.1
14882026-06-03T21:42:07.919Z Compiling num_threads v0.1.7
14892026-06-03T21:42:08.015Z Compiling syn v1.0.109
14902026-06-03T21:42:08.088Z Compiling simd-adler32 v0.3.8
14912026-06-03T21:42:08.307Z Compiling bit-vec v0.8.0
14922026-06-03T21:42:08.328Z Compiling crossbeam-utils v0.8.21
14932026-06-03T21:42:08.428Z Compiling quick-error v1.2.3
14942026-06-03T21:42:08.528Z Compiling hyper-util v0.1.20
14952026-06-03T21:42:08.541Z Compiling siphasher v1.0.2
14962026-06-03T21:42:08.598Z Compiling usdt-impl v0.6.0
14972026-06-03T21:42:08.738Z Compiling rusty-fork v0.3.1
14982026-06-03T21:42:08.813Z Compiling bit-set v0.8.0
14992026-06-03T21:42:09.044Z Compiling time v0.3.47
15002026-06-03T21:42:09.057Z Compiling tower v0.5.3
15012026-06-03T21:42:09.274Z Compiling derive_builder_core v0.20.2
15022026-06-03T21:42:09.607Z Compiling dtrace-parser v0.3.0
15032026-06-03T21:42:09.690Z Compiling http-body-util v0.1.3
15042026-06-03T21:42:09.971Z Compiling webpki-roots v1.0.6
15052026-06-03T21:42:10.090Z Compiling signature v2.2.0
15062026-06-03T21:42:10.138Z Compiling scroll_derive v0.12.1
15072026-06-03T21:42:10.250Z Compiling thiserror-impl v1.0.69
15082026-06-03T21:42:10.265Z Compiling heapless v0.7.17
15092026-06-03T21:42:10.408Z Compiling dof v0.4.0
15102026-06-03T21:42:10.504Z Compiling rand_xorshift v0.4.0
15112026-06-03T21:42:10.649Z Compiling slog v2.8.2
15122026-06-03T21:42:10.674Z Compiling darling_core v0.21.3
15132026-06-03T21:42:10.794Z Compiling bzip2-sys v0.1.13+1.0.8
15142026-06-03T21:42:10.827Z Compiling thread-id v5.1.0
15152026-06-03T21:42:10.909Z Compiling cookie v0.18.1
15162026-06-03T21:42:11.063Z Compiling paste v1.0.15
15172026-06-03T21:42:11.088Z Compiling unicode-bidi v0.3.18
15182026-06-03T21:42:11.323Z Compiling signal-hook v0.3.18
15192026-06-03T21:42:11.491Z Compiling adler2 v2.0.1
15202026-06-03T21:42:11.494Z Compiling anyhow v1.0.102
15212026-06-03T21:42:11.557Z Compiling ryu v1.0.23
15222026-06-03T21:42:11.603Z Compiling zstd-safe v7.2.4
15232026-06-03T21:42:11.617Z Compiling iri-string v0.7.10
15242026-06-03T21:42:11.729Z Compiling unarray v0.1.4
15252026-06-03T21:42:11.789Z Compiling allocator-api2 v0.2.21
15262026-06-03T21:42:11.792Z Compiling unicode-properties v0.1.4
15272026-06-03T21:42:11.814Z Compiling proptest v1.10.0
15282026-06-03T21:42:11.997Z Compiling stringprep v0.1.5
15292026-06-03T21:42:12.038Z Compiling serde_urlencoded v0.7.1
15302026-06-03T21:42:12.099Z Compiling miniz_oxide v0.8.9
15312026-06-03T21:42:12.297Z Compiling thiserror v1.0.69
15322026-06-03T21:42:12.703Z Compiling tower-http v0.6.8
15332026-06-03T21:42:12.976Z Compiling scroll v0.12.0
15342026-06-03T21:42:13.089Z Compiling derive_builder_macro v0.20.2
15352026-06-03T21:42:13.126Z Compiling darling_macro v0.21.3
15362026-06-03T21:42:13.138Z Compiling tokio-native-tls v0.3.1
15372026-06-03T21:42:13.255Z Compiling ipnetwork v0.21.1
15382026-06-03T21:42:13.299Z Compiling bstr v1.12.1
15392026-06-03T21:42:13.530Z Compiling rand_chacha v0.3.1
15402026-06-03T21:42:13.589Z Compiling erased-serde v0.3.31
15412026-06-03T21:42:13.638Z Compiling serde_tokenstream v0.2.3
15422026-06-03T21:42:13.702Z Compiling serde_spanned v0.6.9
15432026-06-03T21:42:13.841Z Compiling toml_datetime v0.6.11
15442026-06-03T21:42:13.926Z Compiling md-5 v0.10.6
15452026-06-03T21:42:13.942Z Compiling async-trait v0.1.89
15462026-06-03T21:42:14.054Z Compiling pin-project-internal v1.1.11
15472026-06-03T21:42:14.086Z Compiling zerocopy-derive v0.7.35
15482026-06-03T21:42:14.099Z Compiling curve25519-dalek v4.1.3
15492026-06-03T21:42:14.315Z Compiling vergen-lib v9.1.0
15502026-06-03T21:42:14.429Z Compiling num-integer v0.1.46
15512026-06-03T21:42:14.495Z Compiling hash32 v0.2.1
15522026-06-03T21:42:14.720Z Compiling ff v0.13.1
15532026-06-03T21:42:14.740Z Compiling memoffset v0.9.1
15542026-06-03T21:42:14.819Z Compiling encoding_rs v0.8.35
15552026-06-03T21:42:14.968Z Compiling ref-cast v1.0.25
15562026-06-03T21:42:14.981Z Compiling num-bigint-dig v0.8.6
15572026-06-03T21:42:14.994Z Compiling fallible-iterator v0.2.0
15582026-06-03T21:42:15.135Z Compiling mime v0.3.17
15592026-06-03T21:42:15.163Z Compiling litrs v1.0.0
15602026-06-03T21:42:15.271Z Compiling psl-types v2.0.11
15612026-06-03T21:42:15.309Z Compiling rustix v0.38.44
15622026-06-03T21:42:15.389Z Compiling smoltcp v0.9.1
15632026-06-03T21:42:15.402Z Compiling zlib-rs v0.6.2
15642026-06-03T21:42:15.650Z Compiling cfg_aliases v0.2.1
15652026-06-03T21:42:15.670Z Compiling base16ct v0.2.0
15662026-06-03T21:42:15.725Z Compiling nix v0.31.2
15672026-06-03T21:42:15.753Z Compiling document-features v0.2.12
15682026-06-03T21:42:15.846Z Compiling sec1 v0.7.3
15692026-06-03T21:42:16.122Z Compiling publicsuffix v2.3.0
15702026-06-03T21:42:16.246Z Compiling postgres-protocol v0.6.10
15712026-06-03T21:42:16.310Z Compiling pin-project v1.1.11
15722026-06-03T21:42:16.336Z Compiling zerocopy v0.7.35
15732026-06-03T21:42:16.403Z Compiling group v0.13.0
15742026-06-03T21:42:16.417Z Compiling num-iter v0.1.45
15752026-06-03T21:42:16.667Z Compiling newtype-uuid v1.3.2
15762026-06-03T21:42:16.869Z Compiling rand v0.8.6
15772026-06-03T21:42:16.976Z Compiling darling v0.21.3
15782026-06-03T21:42:16.989Z Compiling derive_builder v0.20.2
15792026-06-03T21:42:17.056Z Compiling oxnet v0.1.4
15802026-06-03T21:42:17.080Z Compiling hubpack_derive v0.1.1
15812026-06-03T21:42:17.108Z Compiling hyper-tls v0.6.0
15822026-06-03T21:42:17.322Z Compiling goblin v0.8.2
15832026-06-03T21:42:17.805Z Compiling phf_shared v0.13.1
15842026-06-03T21:42:17.942Z Compiling lazy_static v1.5.0
15852026-06-03T21:42:17.955Z Compiling regex v1.12.3
15862026-06-03T21:42:18.025Z Compiling futures-executor v0.3.32
15872026-06-03T21:42:18.036Z Compiling hex v0.4.3
15882026-06-03T21:42:18.036Z Compiling hkdf v0.12.4
15892026-06-03T21:42:18.203Z Compiling crypto-bigint v0.5.5
15902026-06-03T21:42:18.271Z Compiling flate2 v1.1.9
15912026-06-03T21:42:18.293Z Compiling terminal_size v0.4.3
15922026-06-03T21:42:18.371Z Compiling curve25519-dalek-derive v0.1.1
15932026-06-03T21:42:18.429Z Compiling strum_macros v0.27.2
15942026-06-03T21:42:18.593Z Compiling daft-derive v0.1.7
15952026-06-03T21:42:18.663Z Compiling ref-cast-impl v1.0.25
15962026-06-03T21:42:18.999Z Compiling snafu-derive v0.8.9
15972026-06-03T21:42:19.200Z Compiling vergen v9.1.0
15982026-06-03T21:42:19.303Z Compiling fs-err v3.3.0
15992026-06-03T21:42:19.377Z Compiling cargo-platform v0.3.2
16002026-06-03T21:42:19.488Z Compiling ahash v0.8.12
16012026-06-03T21:42:19.644Z Compiling libbz2-rs-sys v0.2.2
16022026-06-03T21:42:19.686Z Compiling winnow v0.5.40
16032026-06-03T21:42:20.348Z Compiling same-file v1.0.6
16042026-06-03T21:42:20.362Z Compiling bumpalo v3.20.2
16052026-06-03T21:42:20.386Z Compiling foldhash v0.1.5
16062026-06-03T21:42:20.507Z Compiling bitflags v1.3.2
16072026-06-03T21:42:20.554Z Compiling object v0.37.3
16082026-06-03T21:42:20.581Z Compiling foldhash v0.2.0
16092026-06-03T21:42:20.606Z Compiling managed v0.8.0
16102026-06-03T21:42:20.750Z Compiling unicode-segmentation v1.12.0
16112026-06-03T21:42:20.800Z Compiling clap_builder v4.5.60
16122026-06-03T21:42:20.875Z Compiling hashbrown v0.16.1
16132026-06-03T21:42:20.892Z Compiling snafu v0.8.9
16142026-06-03T21:42:21.141Z Compiling toml_edit v0.19.15
16152026-06-03T21:42:21.155Z Compiling zopfli v0.8.3
16162026-06-03T21:42:21.241Z Compiling hashbrown v0.15.5
16172026-06-03T21:42:21.457Z Compiling walkdir v2.5.0
16182026-06-03T21:42:21.608Z Compiling strum v0.27.2
16192026-06-03T21:42:21.737Z Compiling bzip2 v0.6.1
16202026-06-03T21:42:21.775Z Compiling cargo_metadata v0.23.1
16212026-06-03T21:42:21.806Z Compiling dof v0.3.0
16222026-06-03T21:42:21.906Z Compiling daft v0.1.7
16232026-06-03T21:42:22.037Z Compiling elliptic-curve v0.13.8
16242026-06-03T21:42:22.423Z Compiling futures v0.3.32
16252026-06-03T21:42:22.506Z Compiling phf v0.13.1
16262026-06-03T21:42:22.747Z Compiling signal-hook-mio v0.2.5
16272026-06-03T21:42:22.863Z Compiling cookie_store v0.22.1
16282026-06-03T21:42:23.021Z Compiling hubpack v0.1.2
16292026-06-03T21:42:23.102Z Compiling zstd v0.13.3
16302026-06-03T21:42:23.234Z Compiling bzip2 v0.4.4
16312026-06-03T21:42:23.361Z Compiling serde_with_macros v3.17.0
16322026-06-03T21:42:23.437Z Compiling postgres-types v0.2.12
16332026-06-03T21:42:23.713Z Compiling usdt-attr-macro v0.6.0
16342026-06-03T21:42:23.739Z Compiling usdt-macro v0.6.0
16352026-06-03T21:42:23.980Z Compiling globset v0.4.18
16362026-06-03T21:42:24.465Z Compiling dtrace-parser v0.2.0
16372026-06-03T21:42:24.479Z Compiling ed25519 v2.2.3
16382026-06-03T21:42:24.501Z Compiling phf_shared v0.11.3
16392026-06-03T21:42:24.639Z Compiling olpc-cjson v0.1.4
16402026-06-03T21:42:24.653Z Compiling pkcs1 v0.7.5
16412026-06-03T21:42:24.676Z Compiling serde_plain v1.0.2
16422026-06-03T21:42:24.791Z Compiling serde-big-array v0.5.1
16432026-06-03T21:42:24.933Z Compiling rfc6979 v0.4.0
16442026-06-03T21:42:24.967Z Compiling clap_derive v4.5.55
16452026-06-03T21:42:25.054Z Compiling strum_macros v0.26.4
16462026-06-03T21:42:25.054Z Compiling async-recursion v1.1.1
16472026-06-03T21:42:25.134Z Compiling serde_repr v0.1.20
16482026-06-03T21:42:25.254Z Compiling enum-as-inner v0.6.1
16492026-06-03T21:42:25.424Z Compiling pem v3.0.6
16502026-06-03T21:42:25.658Z Compiling float-cmp v0.10.0
16512026-06-03T21:42:25.709Z Compiling thread-id v4.2.2
16522026-06-03T21:42:25.750Z Compiling memmap2 v0.9.10
16532026-06-03T21:42:25.764Z Compiling env_filter v1.0.0
16542026-06-03T21:42:25.789Z Compiling jiff v0.2.21
16552026-06-03T21:42:25.802Z Compiling fixedbitset v0.4.2
16562026-06-03T21:42:25.957Z Compiling typed-path v0.9.3
16572026-06-03T21:42:26.013Z Compiling new_debug_unreachable v1.0.6
16582026-06-03T21:42:26.063Z Compiling normalize-line-endings v0.3.0
16592026-06-03T21:42:26.086Z Compiling keccak v0.1.6
16602026-06-03T21:42:26.154Z Compiling precomputed-hash v0.1.1
16612026-06-03T21:42:26.244Z Compiling data-encoding v2.10.0
16622026-06-03T21:42:26.729Z Compiling fixedbitset v0.5.7
16632026-06-03T21:42:26.803Z Compiling difflib v0.4.0
16642026-06-03T21:42:26.887Z Compiling predicates-core v1.0.10
16652026-06-03T21:42:26.914Z Compiling whoami v2.1.0
16662026-06-03T21:42:27.025Z Compiling static_assertions v1.1.0
16672026-06-03T21:42:27.059Z Compiling either v1.15.0
16682026-06-03T21:42:27.097Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16692026-06-03T21:42:27.149Z Compiling tokio-postgres v0.7.16
16702026-06-03T21:42:27.256Z Compiling itertools v0.13.0
16712026-06-03T21:42:27.278Z Compiling predicates v3.1.4
16722026-06-03T21:42:27.354Z Compiling petgraph v0.8.3
16732026-06-03T21:42:27.916Z Compiling strum v0.26.3
16742026-06-03T21:42:28.049Z Compiling clap v4.5.60
16752026-06-03T21:42:28.064Z Compiling hickory-proto v0.25.2
16762026-06-03T21:42:28.132Z Compiling toml_edit v0.22.27
16772026-06-03T21:42:28.456Z Compiling zip v4.6.1
16782026-06-03T21:42:29.247Z Compiling string_cache v0.8.9
16792026-06-03T21:42:29.313Z Compiling sha3 v0.10.8
16802026-06-03T21:42:29.387Z Compiling petgraph v0.6.5
16812026-06-03T21:42:29.469Z Compiling env_logger v0.11.9
16822026-06-03T21:42:29.768Z Compiling usdt v0.6.0
16832026-06-03T21:42:29.819Z Compiling usdt-impl v0.5.0
16842026-06-03T21:42:29.895Z Compiling ecdsa v0.16.9
16852026-06-03T21:42:29.908Z Compiling rsa v0.9.10
16862026-06-03T21:42:30.058Z Compiling ed25519-dalek v2.2.0
16872026-06-03T21:42:30.283Z Compiling serde_with v3.17.0
16882026-06-03T21:42:30.430Z Compiling crossterm v0.28.1
16892026-06-03T21:42:30.868Z Compiling zip v0.6.6
16902026-06-03T21:42:31.307Z Compiling toml v0.7.8
16912026-06-03T21:42:31.406Z Compiling iddqd v0.4.2
16922026-06-03T21:42:31.981Z Compiling heck v0.4.1
16932026-06-03T21:42:32.129Z Compiling similar v2.7.0
16942026-06-03T21:42:32.208Z Compiling toml_parser v1.0.9+spec-1.1.0
16952026-06-03T21:42:32.211Z Compiling crossbeam-epoch v0.9.18
16962026-06-03T21:42:32.544Z Compiling tokio-stream v0.1.18
16972026-06-03T21:42:32.689Z Compiling buf-list v1.1.2
16982026-06-03T21:42:32.709Z Compiling x509-cert v0.2.5
16992026-06-03T21:42:32.824Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17002026-06-03T21:42:32.962Z Compiling openapiv3 v2.2.0
17012026-06-03T21:42:32.984Z Compiling sha1 v0.10.6
17022026-06-03T21:42:33.001Z Compiling lalrpop-util v0.19.12
17032026-06-03T21:42:33.122Z Compiling peg-runtime v0.8.5
17042026-06-03T21:42:33.187Z Compiling thread_local v1.1.9
17052026-06-03T21:42:33.200Z Compiling slog-async v2.8.0
17062026-06-03T21:42:33.203Z Compiling crossbeam-channel v0.5.15
17072026-06-03T21:42:33.393Z Compiling filetime v0.2.27
17082026-06-03T21:42:33.428Z Compiling is-terminal v0.4.17
17092026-06-03T21:42:33.508Z Compiling term v1.2.1
17102026-06-03T21:42:33.521Z Compiling take_mut v0.2.2
17112026-06-03T21:42:33.560Z Compiling xattr v1.6.1
17122026-06-03T21:42:33.719Z Compiling tar v0.4.45
17132026-06-03T21:42:34.072Z Compiling slog-term v2.9.2
17142026-06-03T21:42:44.663Z Compiling rustls-webpki v0.103.9
17152026-06-03T21:42:47.436Z Compiling tokio-rustls v0.26.4
17162026-06-03T21:42:47.436Z Compiling rustls-platform-verifier v0.6.2
17172026-06-03T21:42:47.626Z Compiling hyper-rustls v0.27.7
17182026-06-03T21:42:47.822Z Compiling reqwest v0.12.28
17192026-06-03T21:42:47.845Z Compiling reqwest v0.13.2
17202026-06-03T21:42:49.129Z Compiling tough v0.22.0
17212026-06-03T21:42:51.669Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17222026-06-03T21:42:51.841Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17232026-06-03T21:42:54.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17242026-06-03T21:42:54.770Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17252026-06-03T21:42:54.821ZJun 03 21:42:53.919 INFO Starting download, target: Cockroach
17262026-06-03T21:42:54.821ZJun 03 21:42:53.919 INFO Starting download, target: Console
17272026-06-03T21:42:54.824ZJun 03 21:42:53.919 INFO Starting download, target: Clickhouse
17282026-06-03T21:42:54.824ZJun 03 21:42:53.919 INFO Starting download, target: DendriteStub
17292026-06-03T21:42:54.824ZJun 03 21:42:53.919 INFO Starting download, target: MaghemiteMgd
17302026-06-03T21:42:54.824ZJun 03 21:42:53.919 INFO Starting download, target: TransceiverControl
17312026-06-03T21:42:54.824ZJun 03 21:42:53.920 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17322026-06-03T21:42:54.824ZJun 03 21:42:53.920 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17332026-06-03T21:42:54.824ZJun 03 21:42:53.920 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17342026-06-03T21:42:54.824ZJun 03 21:42:53.920 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17352026-06-03T21:42:54.824ZJun 03 21:42:53.920 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17362026-06-03T21:42:54.824ZJun 03 21:42:53.920 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17372026-06-03T21:42:55.509ZJun 03 21:42:54.575 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17382026-06-03T21:42:55.717ZJun 03 21:42:54.801 INFO Download complete, target: TransceiverControl
17392026-06-03T21:42:55.753ZJun 03 21:42:54.844 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17402026-06-03T21:42:56.032ZJun 03 21:42:55.094 INFO Download complete, target: Console
17412026-06-03T21:42:56.587ZJun 03 21:42:55.667 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17422026-06-03T21:42:56.660ZJun 03 21:42:55.752 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17432026-06-03T21:42:56.710ZJun 03 21:42:55.807 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17442026-06-03T21:42:57.047ZJun 03 21:42:56.121 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17452026-06-03T21:42:57.047ZJun 03 21:42:56.121 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17462026-06-03T21:42:59.068ZJun 03 21:42:58.132 INFO Download complete, target: DendriteStub
17472026-06-03T21:42:59.240ZJun 03 21:42:58.303 INFO Download complete, target: MaghemiteMgd
17482026-06-03T21:43:01.835ZJun 03 21:43:00.919 INFO Checking that binary works, target: Cockroach
17492026-06-03T21:43:01.953ZJun 03 21:43:01.036 INFO Download complete, target: Cockroach
17502026-06-03T21:43:03.647ZJun 03 21:43:02.743 INFO Checking that binary works, target: Clickhouse
17512026-06-03T21:43:03.749ZJun 03 21:43:02.845 INFO Download complete, target: Clickhouse
17522026-06-03T21:43:03.765ZAll builder prerequisites installed successfully, and PATH looks valid
17532026-06-03T21:43:03.768Z
17542026-06-03T21:43:03.768Zreal 2:15.500509613
17552026-06-03T21:43:03.768Zuser 6:52.261233362
17562026-06-03T21:43:03.768Zsys 1:20.383203771
17572026-06-03T21:43:03.768Ztrap 0.220957469
17582026-06-03T21:43:03.768Ztflt 0.578309991
17592026-06-03T21:43:03.768Zdflt 0.583744240
17602026-06-03T21:43:03.768Zkflt 0.025889976
17612026-06-03T21:43:03.768Zlock 21:40.795499289
17622026-06-03T21:43:03.768Zslp 21:16.316350468
17632026-06-03T21:43:03.768Zlat 38.960134229
17642026-06-03T21:43:03.768Zstop 1:44.503504037
17652026-06-03T21:43:03.768Z+ banner hack-check
17662026-06-03T21:43:03.768Z
17672026-06-03T21:43:03.768Z # # ## #### # # #### # # ###### #### # #
17682026-06-03T21:43:03.769Z # # # # # # # # # # # # # # # # #
17692026-06-03T21:43:03.769Z ###### # # # #### ##### # ###### ##### # ####
17702026-06-03T21:43:03.769Z # # ###### # # # # # # # # # #
17712026-06-03T21:43:03.769Z # # # # # # # # # # # # # # # # #
17722026-06-03T21:43:03.769Z # # # # #### # # #### # # ###### #### # #
17732026-06-03T21:43:03.769Z
17742026-06-03T21:43:03.769Z+ export CARGO_INCREMENTAL=0
17752026-06-03T21:43:03.769Z+ CARGO_INCREMENTAL=0
17762026-06-03T21:43:03.769Z+ ptime -m timeout 2h cargo xtask check-features --ci
17772026-06-03T21:43:04.302Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17782026-06-03T21:43:04.522Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17792026-06-03T21:43:06.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.60s
17802026-06-03T21:43:06.468Z Running `target/debug/xtask check-features --ci`
17812026-06-03T21:43:06.494Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17822026-06-03T21:43:06.498Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17832026-06-03T21:43:06.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
17842026-06-03T21:43:07.043Z Running `target/debug/xtask download cargo-hack`
17852026-06-03T21:43:07.791Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17862026-06-03T21:43:08.096Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17872026-06-03T21:43:10.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.52s
17882026-06-03T21:43:10.737Z Running `target/debug/xtask-downloader cargo-hack`
17892026-06-03T21:43:10.778ZJun 03 21:43:09.876 INFO Starting download, target: CargoHack
17902026-06-03T21:43:10.781ZJun 03 21:43:09.876 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17912026-06-03T21:43:11.353ZJun 03 21:43:10.452 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17922026-06-03T21:43:11.404ZJun 03 21:43:10.503 INFO Download complete, target: CargoHack
17932026-06-03T21:43:11.407Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
17942026-06-03T21:43:11.420Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17952026-06-03T21:43:11.573Zinfo: running `cargo check --bins` on api_identity (1/295)
17962026-06-03T21:43:12.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17972026-06-03T21:43:12.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17982026-06-03T21:43:12.066Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17992026-06-03T21:43:12.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18002026-06-03T21:43:12.143Z
18012026-06-03T21:43:12.143Zinfo: running `cargo check --bins` on bootstore (2/295)
18022026-06-03T21:43:12.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18032026-06-03T21:43:12.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18042026-06-03T21:43:12.633Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18052026-06-03T21:43:12.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18062026-06-03T21:43:12.716Z
18072026-06-03T21:43:12.716Zinfo: running `cargo check --bins` on omicron-ledger (3/295)
18082026-06-03T21:43:13.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18092026-06-03T21:43:13.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18102026-06-03T21:43:13.220Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18112026-06-03T21:43:13.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18122026-06-03T21:43:13.289Z
18132026-06-03T21:43:13.290Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/295)
18142026-06-03T21:43:13.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18152026-06-03T21:43:13.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18162026-06-03T21:43:13.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18172026-06-03T21:43:13.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18182026-06-03T21:43:13.861Z
18192026-06-03T21:43:13.861Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/295)
18202026-06-03T21:43:14.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18212026-06-03T21:43:14.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18222026-06-03T21:43:14.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18232026-06-03T21:43:14.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18242026-06-03T21:43:14.439Z
18252026-06-03T21:43:14.439Zinfo: running `cargo check --bins` on omicron-certificates (6/295)
18262026-06-03T21:43:14.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18272026-06-03T21:43:14.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18282026-06-03T21:43:14.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18292026-06-03T21:43:14.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18302026-06-03T21:43:15.031Z
18312026-06-03T21:43:15.031Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/295)
18322026-06-03T21:43:15.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18332026-06-03T21:43:15.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18342026-06-03T21:43:15.541Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18352026-06-03T21:43:15.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18362026-06-03T21:43:15.613Z
18372026-06-03T21:43:15.614Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/295)
18382026-06-03T21:43:16.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18392026-06-03T21:43:16.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18402026-06-03T21:43:16.120Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18412026-06-03T21:43:16.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18422026-06-03T21:43:16.205Z
18432026-06-03T21:43:16.205Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/295)
18442026-06-03T21:43:16.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18452026-06-03T21:43:16.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18462026-06-03T21:43:16.609Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18472026-06-03T21:43:16.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18482026-06-03T21:43:16.662Z
18492026-06-03T21:43:16.662Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/295)
18502026-06-03T21:43:17.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18512026-06-03T21:43:17.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18522026-06-03T21:43:17.068Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18532026-06-03T21:43:17.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18542026-06-03T21:43:17.122Z
18552026-06-03T21:43:17.122Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/295)
18562026-06-03T21:43:17.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18572026-06-03T21:43:17.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18582026-06-03T21:43:17.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18592026-06-03T21:43:17.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18602026-06-03T21:43:17.582Z
18612026-06-03T21:43:17.582Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/295)
18622026-06-03T21:43:17.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18632026-06-03T21:43:17.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18642026-06-03T21:43:17.989Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18652026-06-03T21:43:17.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18662026-06-03T21:43:18.043Z
18672026-06-03T21:43:18.043Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/295)
18682026-06-03T21:43:18.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18692026-06-03T21:43:18.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18702026-06-03T21:43:18.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18712026-06-03T21:43:18.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18722026-06-03T21:43:18.504Z
18732026-06-03T21:43:18.504Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/295)
18742026-06-03T21:43:18.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18752026-06-03T21:43:18.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18762026-06-03T21:43:18.913Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18772026-06-03T21:43:18.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18782026-06-03T21:43:18.970Z
18792026-06-03T21:43:18.970Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/295)
18802026-06-03T21:43:19.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18812026-06-03T21:43:19.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18822026-06-03T21:43:19.374Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18832026-06-03T21:43:19.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18842026-06-03T21:43:19.429Z
18852026-06-03T21:43:19.429Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/295)
18862026-06-03T21:43:19.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18872026-06-03T21:43:19.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18882026-06-03T21:43:19.835Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18892026-06-03T21:43:19.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18902026-06-03T21:43:19.891Z
18912026-06-03T21:43:19.891Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/295)
18922026-06-03T21:43:20.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18932026-06-03T21:43:20.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18942026-06-03T21:43:20.298Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18952026-06-03T21:43:20.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18962026-06-03T21:43:20.354Z
18972026-06-03T21:43:20.354Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/295)
18982026-06-03T21:43:20.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18992026-06-03T21:43:20.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19002026-06-03T21:43:20.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19012026-06-03T21:43:20.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19022026-06-03T21:43:20.812Z
19032026-06-03T21:43:20.812Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/295)
19042026-06-03T21:43:21.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19052026-06-03T21:43:21.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19062026-06-03T21:43:21.214Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19072026-06-03T21:43:21.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19082026-06-03T21:43:21.269Z
19092026-06-03T21:43:21.269Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/295)
19102026-06-03T21:43:21.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19112026-06-03T21:43:21.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19122026-06-03T21:43:21.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19132026-06-03T21:43:21.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19142026-06-03T21:43:21.733Z
19152026-06-03T21:43:21.734Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/295)
19162026-06-03T21:43:22.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19172026-06-03T21:43:22.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19182026-06-03T21:43:22.143Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19192026-06-03T21:43:22.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19202026-06-03T21:43:22.201Z
19212026-06-03T21:43:22.201Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/295)
19222026-06-03T21:43:22.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19232026-06-03T21:43:22.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19242026-06-03T21:43:22.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19252026-06-03T21:43:22.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19262026-06-03T21:43:22.722Z
19272026-06-03T21:43:22.722Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/295)
19282026-06-03T21:43:23.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19292026-06-03T21:43:23.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19302026-06-03T21:43:23.165Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19312026-06-03T21:43:23.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19322026-06-03T21:43:23.221Z
19332026-06-03T21:43:23.221Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/295)
19342026-06-03T21:43:23.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19352026-06-03T21:43:23.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19362026-06-03T21:43:23.634Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19372026-06-03T21:43:23.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19382026-06-03T21:43:23.634Z
19392026-06-03T21:43:23.634Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/295)
19402026-06-03T21:43:24.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19412026-06-03T21:43:24.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19422026-06-03T21:43:24.004Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19432026-06-03T21:43:24.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19442026-06-03T21:43:24.059Z
19452026-06-03T21:43:24.059Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/295)
19462026-06-03T21:43:24.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19472026-06-03T21:43:24.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19482026-06-03T21:43:24.468Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19492026-06-03T21:43:24.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19502026-06-03T21:43:24.521Z
19512026-06-03T21:43:24.521Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/295)
19522026-06-03T21:43:24.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19532026-06-03T21:43:24.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19542026-06-03T21:43:24.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19552026-06-03T21:43:24.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19562026-06-03T21:43:24.989Z
19572026-06-03T21:43:24.989Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/295)
19582026-06-03T21:43:25.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19592026-06-03T21:43:25.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19602026-06-03T21:43:25.399Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19612026-06-03T21:43:25.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19622026-06-03T21:43:25.457Z
19632026-06-03T21:43:25.457Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/295)
19642026-06-03T21:43:25.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19652026-06-03T21:43:25.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19662026-06-03T21:43:25.967Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19672026-06-03T21:43:25.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19682026-06-03T21:43:25.967Z
19692026-06-03T21:43:25.967Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/295)
19702026-06-03T21:43:26.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19712026-06-03T21:43:26.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19722026-06-03T21:43:26.338Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19732026-06-03T21:43:26.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19742026-06-03T21:43:26.393Z
19752026-06-03T21:43:26.393Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/295)
19762026-06-03T21:43:26.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19772026-06-03T21:43:26.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19782026-06-03T21:43:26.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19792026-06-03T21:43:26.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19802026-06-03T21:43:26.857Z
19812026-06-03T21:43:26.857Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/295)
19822026-06-03T21:43:27.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19832026-06-03T21:43:27.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19842026-06-03T21:43:27.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19852026-06-03T21:43:27.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19862026-06-03T21:43:27.330Z
19872026-06-03T21:43:27.330Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/295)
19882026-06-03T21:43:27.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19892026-06-03T21:43:27.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19902026-06-03T21:43:27.739Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19912026-06-03T21:43:27.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19922026-06-03T21:43:27.796Z
19932026-06-03T21:43:27.796Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/295)
19942026-06-03T21:43:28.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19952026-06-03T21:43:28.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19962026-06-03T21:43:28.208Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19972026-06-03T21:43:28.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19982026-06-03T21:43:28.266Z
19992026-06-03T21:43:28.266Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/295)
20002026-06-03T21:43:28.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20012026-06-03T21:43:28.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20022026-06-03T21:43:28.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20032026-06-03T21:43:28.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20042026-06-03T21:43:28.730Z
20052026-06-03T21:43:28.730Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/295)
20062026-06-03T21:43:29.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20072026-06-03T21:43:29.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20082026-06-03T21:43:29.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20092026-06-03T21:43:29.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20102026-06-03T21:43:29.196Z
20112026-06-03T21:43:29.196Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/295)
20122026-06-03T21:43:29.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20132026-06-03T21:43:29.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20142026-06-03T21:43:29.607Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20152026-06-03T21:43:29.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20162026-06-03T21:43:29.661Z
20172026-06-03T21:43:29.661Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/295)
20182026-06-03T21:43:30.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20192026-06-03T21:43:30.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20202026-06-03T21:43:30.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20212026-06-03T21:43:30.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20222026-06-03T21:43:30.128Z
20232026-06-03T21:43:30.128Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/295)
20242026-06-03T21:43:30.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20252026-06-03T21:43:30.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20262026-06-03T21:43:30.544Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20272026-06-03T21:43:30.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20282026-06-03T21:43:30.595Z
20292026-06-03T21:43:30.595Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/295)
20302026-06-03T21:43:31.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20312026-06-03T21:43:31.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20322026-06-03T21:43:31.012Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20332026-06-03T21:43:31.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20342026-06-03T21:43:31.071Z
20352026-06-03T21:43:31.071Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/295)
20362026-06-03T21:43:31.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20372026-06-03T21:43:31.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20382026-06-03T21:43:31.486Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20392026-06-03T21:43:31.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20402026-06-03T21:43:31.539Z
20412026-06-03T21:43:31.539Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/295)
20422026-06-03T21:43:31.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20432026-06-03T21:43:31.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20442026-06-03T21:43:31.963Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20452026-06-03T21:43:31.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20462026-06-03T21:43:32.014Z
20472026-06-03T21:43:32.014Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/295)
20482026-06-03T21:43:32.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20492026-06-03T21:43:32.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20502026-06-03T21:43:32.426Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20512026-06-03T21:43:32.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20522026-06-03T21:43:32.483Z
20532026-06-03T21:43:32.483Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/295)
20542026-06-03T21:43:32.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20552026-06-03T21:43:32.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20562026-06-03T21:43:32.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20572026-06-03T21:43:32.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20582026-06-03T21:43:32.954Z
20592026-06-03T21:43:32.954Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/295)
20602026-06-03T21:43:33.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20612026-06-03T21:43:33.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20622026-06-03T21:43:33.362Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20632026-06-03T21:43:33.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20642026-06-03T21:43:33.420Z
20652026-06-03T21:43:33.421Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/295)
20662026-06-03T21:43:33.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20672026-06-03T21:43:33.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20682026-06-03T21:43:33.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20692026-06-03T21:43:33.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20702026-06-03T21:43:33.878Z
20712026-06-03T21:43:33.878Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/295)
20722026-06-03T21:43:34.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20732026-06-03T21:43:34.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20742026-06-03T21:43:34.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20752026-06-03T21:43:34.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20762026-06-03T21:43:34.341Z
20772026-06-03T21:43:34.341Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/295)
20782026-06-03T21:43:34.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20792026-06-03T21:43:34.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20802026-06-03T21:43:34.762Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20812026-06-03T21:43:34.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20822026-06-03T21:43:34.803Z
20832026-06-03T21:43:34.803Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/295)
20842026-06-03T21:43:35.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20852026-06-03T21:43:35.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20862026-06-03T21:43:35.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20872026-06-03T21:43:35.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20882026-06-03T21:43:35.435Z
20892026-06-03T21:43:35.435Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/295)
20902026-06-03T21:43:35.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20912026-06-03T21:43:35.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20922026-06-03T21:43:35.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20932026-06-03T21:43:35.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20942026-06-03T21:43:36.076Z
20952026-06-03T21:43:36.076Zinfo: running `cargo check --bins` on nexus-config (51/295)
20962026-06-03T21:43:36.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20972026-06-03T21:43:36.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20982026-06-03T21:43:36.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20992026-06-03T21:43:36.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21002026-06-03T21:43:36.704Z
21012026-06-03T21:43:36.704Zinfo: running `cargo check --bins` on nexus-types (52/295)
21022026-06-03T21:43:37.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21032026-06-03T21:43:37.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21042026-06-03T21:43:37.240Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21052026-06-03T21:43:37.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21062026-06-03T21:43:37.337Z
21072026-06-03T21:43:37.337Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/295)
21082026-06-03T21:43:37.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21092026-06-03T21:43:37.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21102026-06-03T21:43:37.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21112026-06-03T21:43:37.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21122026-06-03T21:43:37.939Z
21132026-06-03T21:43:37.939Zinfo: running `cargo check --bins` on omicron-passwords (54/295)
21142026-06-03T21:43:38.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21152026-06-03T21:43:38.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21162026-06-03T21:43:38.431Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21172026-06-03T21:43:38.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21182026-06-03T21:43:38.517Z
21192026-06-03T21:43:38.517Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/295)
21202026-06-03T21:43:39.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21212026-06-03T21:43:39.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21222026-06-03T21:43:39.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21232026-06-03T21:43:39.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21242026-06-03T21:43:39.114Z
21252026-06-03T21:43:39.114Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/295)
21262026-06-03T21:43:39.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21272026-06-03T21:43:39.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21282026-06-03T21:43:39.624Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21292026-06-03T21:43:39.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21302026-06-03T21:43:39.709Z
21312026-06-03T21:43:39.709Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/295)
21322026-06-03T21:43:40.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21332026-06-03T21:43:40.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21342026-06-03T21:43:40.220Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21352026-06-03T21:43:40.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21362026-06-03T21:43:40.310Z
21372026-06-03T21:43:40.310Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/295)
21382026-06-03T21:43:40.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21392026-06-03T21:43:40.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21402026-06-03T21:43:40.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21412026-06-03T21:43:40.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21422026-06-03T21:43:40.915Z
21432026-06-03T21:43:40.915Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/295)
21442026-06-03T21:43:41.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21452026-06-03T21:43:41.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21462026-06-03T21:43:41.415Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21472026-06-03T21:43:41.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21482026-06-03T21:43:41.499Z
21492026-06-03T21:43:41.499Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/295)
21502026-06-03T21:43:41.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21512026-06-03T21:43:41.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21522026-06-03T21:43:41.999Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21532026-06-03T21:43:42.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21542026-06-03T21:43:42.084Z
21552026-06-03T21:43:42.085Zinfo: running `cargo check --bins --no-default-features` on gfss (61/295)
21562026-06-03T21:43:42.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21572026-06-03T21:43:42.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21582026-06-03T21:43:42.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21592026-06-03T21:43:42.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21602026-06-03T21:43:42.664Z
21612026-06-03T21:43:42.664Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/295)
21622026-06-03T21:43:43.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21632026-06-03T21:43:43.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21642026-06-03T21:43:43.160Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21652026-06-03T21:43:43.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21662026-06-03T21:43:43.247Z
21672026-06-03T21:43:43.247Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/295)
21682026-06-03T21:43:43.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21692026-06-03T21:43:43.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21702026-06-03T21:43:43.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21712026-06-03T21:43:43.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21722026-06-03T21:43:43.845Z
21732026-06-03T21:43:43.845Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/295)
21742026-06-03T21:43:44.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21752026-06-03T21:43:44.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21762026-06-03T21:43:44.355Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21772026-06-03T21:43:44.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21782026-06-03T21:43:44.445Z
21792026-06-03T21:43:44.445Zinfo: running `cargo check --bins` on cockroach-admin-types (65/295)
21802026-06-03T21:43:44.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21812026-06-03T21:43:44.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21822026-06-03T21:43:44.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21832026-06-03T21:43:44.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21842026-06-03T21:43:45.024Z
21852026-06-03T21:43:45.024Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/295)
21862026-06-03T21:43:45.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21872026-06-03T21:43:45.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21882026-06-03T21:43:45.516Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21892026-06-03T21:43:45.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21902026-06-03T21:43:45.602Z
21912026-06-03T21:43:45.602Zinfo: running `cargo check --bins` on ereport-types (67/295)
21922026-06-03T21:43:46.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21932026-06-03T21:43:46.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21942026-06-03T21:43:46.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21952026-06-03T21:43:46.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21962026-06-03T21:43:46.194Z
21972026-06-03T21:43:46.194Zinfo: running `cargo check --bins` on gateway-client (68/295)
21982026-06-03T21:43:46.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21992026-06-03T21:43:46.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22002026-06-03T21:43:46.691Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22012026-06-03T21:43:46.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22022026-06-03T21:43:46.777Z
22032026-06-03T21:43:46.777Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/295)
22042026-06-03T21:43:47.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22052026-06-03T21:43:47.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22062026-06-03T21:43:47.273Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22072026-06-03T21:43:47.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22082026-06-03T21:43:47.361Z
22092026-06-03T21:43:47.361Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/295)
22102026-06-03T21:43:47.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22112026-06-03T21:43:47.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22122026-06-03T21:43:47.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22132026-06-03T21:43:47.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22142026-06-03T21:43:47.949Z
22152026-06-03T21:43:47.949Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/295)
22162026-06-03T21:43:48.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22172026-06-03T21:43:48.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22182026-06-03T21:43:48.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22192026-06-03T21:43:48.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22202026-06-03T21:43:48.542Z
22212026-06-03T21:43:48.542Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/295)
22222026-06-03T21:43:49.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22232026-06-03T21:43:49.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22242026-06-03T21:43:49.045Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22252026-06-03T21:43:49.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22262026-06-03T21:43:49.130Z
22272026-06-03T21:43:49.130Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/295)
22282026-06-03T21:43:49.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22292026-06-03T21:43:49.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22302026-06-03T21:43:49.649Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22312026-06-03T21:43:49.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22322026-06-03T21:43:49.742Z
22332026-06-03T21:43:49.742Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/295)
22342026-06-03T21:43:50.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22352026-06-03T21:43:50.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22362026-06-03T21:43:50.261Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22372026-06-03T21:43:50.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22382026-06-03T21:43:50.378Z
22392026-06-03T21:43:50.378Zinfo: running `cargo check --bins` on key-manager-types (75/295)
22402026-06-03T21:43:50.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22412026-06-03T21:43:50.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22422026-06-03T21:43:50.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22432026-06-03T21:43:50.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22442026-06-03T21:43:50.936Z
22452026-06-03T21:43:50.936Zinfo: running `cargo check --bins` on oxlog (76/295)
22462026-06-03T21:43:51.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22472026-06-03T21:43:51.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22482026-06-03T21:43:51.547Z Checking cfg-if v1.0.4
22492026-06-03T21:43:51.550Z Checking libc v0.2.185
22502026-06-03T21:43:51.550Z Checking serde_core v1.0.228
22512026-06-03T21:43:51.664Z Checking zeroize v1.8.2
22522026-06-03T21:43:51.672Z Checking memchr v2.8.0
22532026-06-03T21:43:51.680Z Checking log v0.4.29
22542026-06-03T21:43:51.689Z Checking smallvec v1.15.1
22552026-06-03T21:43:51.701Z Checking typenum v1.19.0
22562026-06-03T21:43:51.704Z Checking subtle v2.6.1
22572026-06-03T21:43:51.799Z Checking itoa v1.0.17
22582026-06-03T21:43:51.839Z Checking scopeguard v1.2.0
22592026-06-03T21:43:51.852Z Checking stable_deref_trait v1.2.1
22602026-06-03T21:43:51.864Z Checking const-oid v0.9.6
22612026-06-03T21:43:51.927Z Checking zerofrom v0.1.6
22622026-06-03T21:43:51.934Z Checking lock_api v0.4.14
22632026-06-03T21:43:51.948Z Checking pin-project-lite v0.2.17
22642026-06-03T21:43:52.031Z Checking yoke v0.8.1
22652026-06-03T21:43:52.045Z Checking portable-atomic v1.13.1
22662026-06-03T21:43:52.049Z Checking futures-core v0.3.32
22672026-06-03T21:43:52.053Z Checking getrandom v0.2.17
22682026-06-03T21:43:52.124Z Checking errno v0.3.14
22692026-06-03T21:43:52.192Z Checking zerovec v0.11.5
22702026-06-03T21:43:52.207Z Checking parking_lot_core v0.9.12
22712026-06-03T21:43:52.218Z Checking generic-array v0.14.7
22722026-06-03T21:43:52.228Z Checking rand_core v0.6.4
22732026-06-03T21:43:52.240Z Checking signal-hook-registry v1.4.8
22742026-06-03T21:43:52.380Z Checking critical-section v1.2.0
22752026-06-03T21:43:52.392Z Checking parking_lot v0.12.5
22762026-06-03T21:43:52.395Z Checking mio v1.2.0
22772026-06-03T21:43:52.467Z Checking zerocopy v0.8.40
22782026-06-03T21:43:52.480Z Checking once_cell v1.21.3
22792026-06-03T21:43:52.529Z Checking zmij v1.0.21
22802026-06-03T21:43:52.579Z Checking socket2 v0.6.3
22812026-06-03T21:43:52.606Z Checking tinystr v0.8.2
22822026-06-03T21:43:52.643Z Checking libm v0.2.16
22832026-06-03T21:43:52.653Z Checking crypto-common v0.1.7
22842026-06-03T21:43:52.665Z Checking block-buffer v0.10.4
22852026-06-03T21:43:52.731Z Checking writeable v0.6.2
22862026-06-03T21:43:52.767Z Checking equivalent v1.0.2
22872026-06-03T21:43:52.778Z Checking percent-encoding v2.3.2
22882026-06-03T21:43:52.792Z Checking digest v0.10.7
22892026-06-03T21:43:52.808Z Checking litemap v0.8.1
22902026-06-03T21:43:52.843Z Checking potential_utf v0.1.4
22912026-06-03T21:43:52.881Z Checking zerotrie v0.2.3
22922026-06-03T21:43:52.908Z Checking futures-sink v0.3.32
22932026-06-03T21:43:52.964Z Checking icu_collections v2.1.1
22942026-06-03T21:43:52.976Z Checking icu_locale_core v2.1.1
22952026-06-03T21:43:52.991Z Checking futures-task v0.3.32
22962026-06-03T21:43:53.004Z Checking futures-channel v0.3.32
22972026-06-03T21:43:53.111Z Checking serde v1.0.228
22982026-06-03T21:43:53.123Z Checking bitflags v2.11.0
22992026-06-03T21:43:53.126Z Checking serde_json v1.0.149
23002026-06-03T21:43:53.185Z Checking futures-io v0.3.32
23012026-06-03T21:43:53.254Z Checking slab v0.4.12
23022026-06-03T21:43:53.280Z Checking cpufeatures v0.2.17
23032026-06-03T21:43:53.293Z Checking hmac v0.12.1
23042026-06-03T21:43:53.325Z Checking num-traits v0.2.19
23052026-06-03T21:43:53.344Z Checking icu_normalizer_data v2.1.1
23062026-06-03T21:43:53.402Z Checking futures-util v0.3.32
23072026-06-03T21:43:53.413Z Checking icu_properties_data v2.1.2
23082026-06-03T21:43:53.416Z Checking rand_core v0.10.0
23092026-06-03T21:43:53.508Z Checking bytes v1.11.1
23102026-06-03T21:43:53.521Z Checking icu_provider v2.1.1
23112026-06-03T21:43:53.535Z Checking hashbrown v0.17.0
23122026-06-03T21:43:53.556Z Checking getrandom v0.4.1
23132026-06-03T21:43:53.696Z Checking block-padding v0.3.3
23142026-06-03T21:43:53.736Z Checking icu_properties v2.1.2
23152026-06-03T21:43:53.790Z Checking icu_normalizer v2.1.1
23162026-06-03T21:43:53.825Z Checking inout v0.1.4
23172026-06-03T21:43:53.838Z Checking utf8_iter v1.0.4
23182026-06-03T21:43:53.930Z Checking tokio v1.52.1
23192026-06-03T21:43:53.952Z Checking sha2 v0.10.9
23202026-06-03T21:43:53.964Z Checking cipher v0.4.4
23212026-06-03T21:43:53.986Z Checking indexmap v2.14.0
23222026-06-03T21:43:54.079Z Checking form_urlencoded v1.2.2
23232026-06-03T21:43:54.161Z Checking getrandom v0.3.4
23242026-06-03T21:43:54.209Z Checking byteorder v1.5.0
23252026-06-03T21:43:54.222Z Checking fnv v1.0.7
23262026-06-03T21:43:54.303Z Checking base64ct v1.8.3
23272026-06-03T21:43:54.318Z Checking flagset v0.4.7
23282026-06-03T21:43:54.410Z Checking rand_core v0.9.5
23292026-06-03T21:43:54.440Z Checking http v1.4.0
23302026-06-03T21:43:54.536Z Checking pem-rfc7468 v0.7.0
23312026-06-03T21:43:54.549Z Checking regex-syntax v0.8.10
23322026-06-03T21:43:54.562Z Checking idna_adapter v1.2.1
23332026-06-03T21:43:54.583Z Checking salsa20 v0.10.2
23342026-06-03T21:43:54.672Z Checking idna v1.1.0
23352026-06-03T21:43:54.684Z Checking der v0.7.10
23362026-06-03T21:43:54.708Z Checking uuid v1.23.0
23372026-06-03T21:43:54.908Z Checking url v2.5.8
23382026-06-03T21:43:54.989Z Checking pbkdf2 v0.12.2
23392026-06-03T21:43:55.007Z Checking rustix v1.1.3
23402026-06-03T21:43:55.094Z Checking tracing-core v0.1.36
23412026-06-03T21:43:55.222Z Checking ppv-lite86 v0.2.21
23422026-06-03T21:43:55.280Z Checking rustls-pki-types v1.14.0
23432026-06-03T21:43:55.342Z Checking iana-time-zone v0.1.65
23442026-06-03T21:43:55.389Z Checking base64 v0.22.1
23452026-06-03T21:43:55.392Z Checking spki v0.7.3
23462026-06-03T21:43:55.444Z Checking chrono v0.4.44
23472026-06-03T21:43:55.509Z Checking rand_chacha v0.9.0
23482026-06-03T21:43:55.554Z Checking tracing v0.1.44
23492026-06-03T21:43:55.566Z Checking scrypt v0.11.0
23502026-06-03T21:43:55.618Z Checking http-body v1.0.1
23512026-06-03T21:43:55.702Z Checking cbc v0.1.2
23522026-06-03T21:43:55.702Z Checking aes v0.8.4
23532026-06-03T21:43:55.744Z Checking aws-lc-sys v0.40.0
23542026-06-03T21:43:55.757Z Checking tinyvec_macros v0.1.1
23552026-06-03T21:43:55.816Z Checking openssl-probe v0.2.1
23562026-06-03T21:43:55.829Z Checking untrusted v0.9.0
23572026-06-03T21:43:55.833Z Checking untrusted v0.7.1
23582026-06-03T21:43:55.852Z Checking tinyvec v1.10.0
23592026-06-03T21:43:55.917Z Checking rand v0.9.2
23602026-06-03T21:43:55.932Z Checking ring v0.17.14
23612026-06-03T21:43:55.948Z Checking try-lock v0.2.5
23622026-06-03T21:43:56.043Z Checking tower-service v0.3.3
23632026-06-03T21:43:56.085Z Checking pkcs5 v0.7.1
23642026-06-03T21:43:56.128Z Checking tower-layer v0.3.3
23652026-06-03T21:43:56.150Z Checking atomic-waker v1.1.2
23662026-06-03T21:43:56.236Z Checking aws-lc-rs v1.16.3
23672026-06-03T21:43:56.249Z Checking want v0.3.1
23682026-06-03T21:43:56.270Z Checking ipnet v2.11.0
23692026-06-03T21:43:56.283Z Checking httparse v1.10.1
23702026-06-03T21:43:56.331Z Checking pkcs8 v0.10.2
23712026-06-03T21:43:56.362Z Checking aho-corasick v1.1.4
23722026-06-03T21:43:56.379Z Checking foreign-types-shared v0.1.1
23732026-06-03T21:43:56.461Z Checking dyn-clone v1.0.20
23742026-06-03T21:43:56.480Z Checking plain v0.2.3
23752026-06-03T21:43:56.500Z Checking fastrand v2.3.0
23762026-06-03T21:43:56.517Z Checking httpdate v1.0.3
23772026-06-03T21:43:56.555Z Checking pin-utils v0.1.0
23782026-06-03T21:43:56.576Z Checking foreign-types v0.3.2
23792026-06-03T21:43:56.622Z Checking unicode-normalization v0.1.25
23802026-06-03T21:43:56.641Z Checking semver v1.0.28
23812026-06-03T21:43:56.653Z Checking openssl-sys v0.9.115
23822026-06-03T21:43:56.671Z Checking tempfile v3.25.0
23832026-06-03T21:43:56.845Z Checking spin v0.9.8
23842026-06-03T21:43:56.860Z Checking ucd-trie v0.1.7
23852026-06-03T21:43:56.906Z Checking unicode-ident v1.0.24
23862026-06-03T21:43:56.989Z Checking pest v2.8.6
23872026-06-03T21:43:57.014Z Checking proc-macro2 v1.0.106
23882026-06-03T21:43:57.025Z Checking schemars v0.8.22
23892026-06-03T21:43:57.037Z Checking regex-automata v0.4.14
23902026-06-03T21:43:57.041Z Checking openssl v0.10.79
23912026-06-03T21:43:57.057Z Checking rustls-native-certs v0.8.3
23922026-06-03T21:43:57.069Z Checking rustls-webpki v0.103.9
23932026-06-03T21:43:57.104Z Checking tokio-util v0.7.18
23942026-06-03T21:43:57.175Z Checking thiserror v2.0.18
23952026-06-03T21:43:57.271Z Checking sync_wrapper v1.0.2
23962026-06-03T21:43:57.316Z Checking wait-timeout v0.2.1
23972026-06-03T21:43:57.369Z Checking powerfmt v0.2.0
23982026-06-03T21:43:57.431Z Checking siphasher v1.0.2
23992026-06-03T21:43:57.474Z Checking rustls v0.23.37
24002026-06-03T21:43:57.511Z Checking anstyle v1.0.13
24012026-06-03T21:43:57.579Z Checking simd-adler32 v0.3.8
24022026-06-03T21:43:57.646Z Checking pretty-hex v0.4.1
24032026-06-03T21:43:57.690Z Checking h2 v0.4.13
24042026-06-03T21:43:57.690Z Checking quick-error v1.2.3
24052026-06-03T21:43:57.740Z Checking bit-vec v0.8.0
24062026-06-03T21:43:57.753Z Checking utf8parse v0.2.2
24072026-06-03T21:43:57.793Z Checking rusty-fork v0.3.1
24082026-06-03T21:43:57.849Z Checking anstyle-parse v0.2.7
24092026-06-03T21:43:57.956Z Checking bit-set v0.8.0
24102026-06-03T21:43:57.962Z Checking deranged v0.5.8
24112026-06-03T21:43:57.993Z Checking tower v0.5.3
24122026-06-03T21:43:58.022Z Checking quote v1.0.45
24132026-06-03T21:43:58.062Z Compiling newtype-uuid v1.3.2
24142026-06-03T21:43:58.186Z Checking http-body-util v0.1.3
24152026-06-03T21:43:58.236Z Checking webpki-roots v1.0.6
24162026-06-03T21:43:58.347Z Checking crossbeam-utils v0.8.21
24172026-06-03T21:43:58.374Z Checking rand_xorshift v0.4.0
24182026-06-03T21:43:58.395Z Checking crc32fast v1.5.0
24192026-06-03T21:43:58.486Z Checking scroll v0.13.0
24202026-06-03T21:43:58.528Z Checking signature v2.2.0
24212026-06-03T21:43:58.655Z Checking anstyle-query v1.1.5
24222026-06-03T21:43:58.667Z Checking colorchoice v1.0.4
24232026-06-03T21:43:58.702Z Checking is_terminal_polyfill v1.70.2
24242026-06-03T21:43:58.742Z Checking unarray v0.1.4
24252026-06-03T21:43:58.759Z Checking adler2 v2.0.1
24262026-06-03T21:43:58.785Z Checking ryu v1.0.23
24272026-06-03T21:43:58.822Z Checking time-core v0.1.8
24282026-06-03T21:43:58.838Z Checking allocator-api2 v0.2.21
24292026-06-03T21:43:58.864Z Checking unicode-bidi v0.3.18
24302026-06-03T21:43:58.876Z Checking num_threads v0.1.7
24312026-06-03T21:43:58.916Z Checking unicode-properties v0.1.4
24322026-06-03T21:43:58.955Z Checking num-conv v0.2.0
24332026-06-03T21:43:58.956Z Checking iri-string v0.7.10
24342026-06-03T21:43:59.030Z Checking native-tls v0.2.18
24352026-06-03T21:43:59.068Z Checking time v0.3.47
24362026-06-03T21:43:59.096Z Checking serde_urlencoded v0.7.1
24372026-06-03T21:43:59.109Z Checking miniz_oxide v0.8.9
24382026-06-03T21:43:59.146Z Checking stringprep v0.1.5
24392026-06-03T21:43:59.205Z Checking tokio-native-tls v0.3.1
24402026-06-03T21:43:59.297Z Checking proptest v1.10.0
24412026-06-03T21:43:59.311Z Checking bstr v1.12.1
24422026-06-03T21:43:59.358Z Checking anstream v0.6.21
24432026-06-03T21:43:59.475Z Checking goblin v0.10.5
24442026-06-03T21:43:59.559Z Checking crossbeam-epoch v0.9.18
24452026-06-03T21:43:59.699Z Compiling daft v0.1.7
24462026-06-03T21:43:59.784Z Checking syn v2.0.117
24472026-06-03T21:43:59.825Z Checking tokio-rustls v0.26.4
24482026-06-03T21:43:59.974Z Checking ipnetwork v0.21.1
24492026-06-03T21:44:00.009Z Checking tower-http v0.6.8
24502026-06-03T21:44:00.050Z Checking rand_chacha v0.3.1
24512026-06-03T21:44:00.185Z Checking scroll v0.12.0
24522026-06-03T21:44:00.208Z Checking thiserror v1.0.69
24532026-06-03T21:44:00.255Z Checking zstd-sys v2.0.16+zstd.1.5.7
24542026-06-03T21:44:00.281Z Checking hash32 v0.2.1
24552026-06-03T21:44:00.300Z Checking num-integer v0.1.46
24562026-06-03T21:44:00.359Z Checking serde_spanned v0.6.9
24572026-06-03T21:44:00.373Z Checking hyper v1.8.1
24582026-06-03T21:44:00.409Z Checking toml_datetime v0.6.11
24592026-06-03T21:44:00.430Z Checking md-5 v0.10.6
24602026-06-03T21:44:00.478Z Checking ff v0.13.1
24612026-06-03T21:44:00.513Z Checking encoding_rs v0.8.35
24622026-06-03T21:44:00.561Z Checking zlib-rs v0.6.2
24632026-06-03T21:44:00.584Z Checking base16ct v0.2.0
24642026-06-03T21:44:00.600Z Checking fallible-iterator v0.2.0
24652026-06-03T21:44:00.705Z Checking psl-types v2.0.11
24662026-06-03T21:44:00.818Z Checking mime v0.3.17
24672026-06-03T21:44:00.866Z Checking postgres-protocol v0.6.10
24682026-06-03T21:44:00.988Z Checking publicsuffix v2.3.0
24692026-06-03T21:44:01.144Z Checking sec1 v0.7.3
24702026-06-03T21:44:01.169Z Checking group v0.13.0
24712026-06-03T21:44:01.222Z Checking num-iter v0.1.45
24722026-06-03T21:44:01.254Z Checking hyper-util v0.1.20
24732026-06-03T21:44:01.309Z Checking heapless v0.7.17
24742026-06-03T21:44:01.330Z Checking goblin v0.8.2
24752026-06-03T21:44:01.345Z Checking zstd-safe v7.2.4
24762026-06-03T21:44:01.424Z Checking flate2 v1.1.9
24772026-06-03T21:44:01.433Z Checking rand v0.8.6
24782026-06-03T21:44:01.503Z Checking cookie v0.18.1
24792026-06-03T21:44:01.707Z Checking oxnet v0.1.4
24802026-06-03T21:44:01.723Z Compiling iddqd v0.4.2
24812026-06-03T21:44:01.737Z Checking dtrace-parser v0.3.0
24822026-06-03T21:44:01.776Z Checking dof v0.4.0
24832026-06-03T21:44:01.937Z Checking phf_shared v0.13.1
24842026-06-03T21:44:01.937Z Checking lazy_static v1.5.0
24852026-06-03T21:44:01.963Z Checking pin-project v1.1.11
24862026-06-03T21:44:02.016Z Checking zerocopy v0.7.35
24872026-06-03T21:44:02.030Z Checking bzip2-sys v0.1.13+1.0.8
24882026-06-03T21:44:02.050Z Checking signal-hook v0.3.18
24892026-06-03T21:44:02.109Z Checking terminal_size v0.4.3
24902026-06-03T21:44:02.126Z Checking futures-executor v0.3.32
24912026-06-03T21:44:02.216Z Checking hex v0.4.3
24922026-06-03T21:44:02.232Z Checking hkdf v0.12.4
24932026-06-03T21:44:02.279Z Checking crypto-bigint v0.5.5
24942026-06-03T21:44:02.358Z Checking thread-id v5.1.0
24952026-06-03T21:44:02.396Z Checking winnow v0.7.14
24962026-06-03T21:44:02.432Z Checking winnow v0.5.40
24972026-06-03T21:44:02.444Z Checking same-file v1.0.6
24982026-06-03T21:44:02.487Z Checking foldhash v0.2.0
24992026-06-03T21:44:02.500Z Checking hyper-rustls v0.27.7
25002026-06-03T21:44:02.553Z Checking hyper-tls v0.6.0
25012026-06-03T21:44:02.637Z Checking foldhash v0.1.5
25022026-06-03T21:44:02.701Z Checking clap_lex v1.0.0
25032026-06-03T21:44:02.719Z Checking managed v0.8.0
25042026-06-03T21:44:02.763Z Checking bitflags v1.3.2
25052026-06-03T21:44:02.834Z Checking either v1.15.0
25062026-06-03T21:44:02.849Z Checking libbz2-rs-sys v0.2.2
25072026-06-03T21:44:02.896Z Checking bumpalo v3.20.2
25082026-06-03T21:44:02.974Z Compiling rayon-core v1.13.0
25092026-06-03T21:44:03.015Z Checking strsim v0.11.1
25102026-06-03T21:44:03.087Z Checking zopfli v0.8.3
25112026-06-03T21:44:03.163Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25122026-06-03T21:44:03.166Z Checking elliptic-curve v0.13.8
25132026-06-03T21:44:03.187Z Checking clap_builder v4.5.60
25142026-06-03T21:44:03.190Z Checking dof v0.3.0
25152026-06-03T21:44:03.226Z Checking bzip2 v0.6.1
25162026-06-03T21:44:03.340Z Checking smoltcp v0.9.1
25172026-06-03T21:44:03.385Z Checking hashbrown v0.15.5
25182026-06-03T21:44:03.407Z Checking reqwest v0.12.28
25192026-06-03T21:44:03.467Z Checking hashbrown v0.16.1
25202026-06-03T21:44:03.472Z Checking walkdir v2.5.0
25212026-06-03T21:44:03.549Z Checking usdt-impl v0.6.0
25222026-06-03T21:44:03.563Z Checking toml_edit v0.19.15
25232026-06-03T21:44:03.622Z Checking futures v0.3.32
25242026-06-03T21:44:03.699Z Checking signal-hook-mio v0.2.5
25252026-06-03T21:44:03.801Z Checking phf v0.13.1
25262026-06-03T21:44:03.823Z Checking bzip2 v0.4.4
25272026-06-03T21:44:03.835Z Checking snafu v0.8.9
25282026-06-03T21:44:03.919Z Checking num-bigint-dig v0.8.6
25292026-06-03T21:44:03.961Z Checking cookie_store v0.22.1
25302026-06-03T21:44:03.980Z Checking zstd v0.13.3
25312026-06-03T21:44:04.062Z Checking postgres-types v0.2.12
25322026-06-03T21:44:04.161Z Checking dtrace-parser v0.2.0
25332026-06-03T21:44:04.178Z Checking rustls-platform-verifier v0.6.2
25342026-06-03T21:44:04.253Z Checking crossbeam-deque v0.8.6
25352026-06-03T21:44:04.303Z Checking globset v0.4.18
25362026-06-03T21:44:04.315Z Checking regex v1.12.3
25372026-06-03T21:44:04.379Z Checking ed25519 v2.2.3
25382026-06-03T21:44:04.400Z Checking phf_shared v0.11.3
25392026-06-03T21:44:04.430Z Checking olpc-cjson v0.1.4
25402026-06-03T21:44:04.433Z Checking ref-cast v1.0.25
25412026-06-03T21:44:04.535Z Checking curve25519-dalek v4.1.3
25422026-06-03T21:44:04.538Z Checking strum v0.27.2
25432026-06-03T21:44:04.559Z Checking hubpack v0.1.2
25442026-06-03T21:44:04.562Z Checking memoffset v0.9.1
25452026-06-03T21:44:04.562Z Checking rustix v0.38.44
25462026-06-03T21:44:04.639Z Checking pkcs1 v0.7.5
25472026-06-03T21:44:04.644Z Checking pem v3.0.6
25482026-06-03T21:44:04.644Z Checking float-cmp v0.10.0
25492026-06-03T21:44:04.652Z Checking serde_plain v1.0.2
25502026-06-03T21:44:04.719Z Checking serde-big-array v0.5.1
25512026-06-03T21:44:04.749Z Checking erased-serde v0.3.31
25522026-06-03T21:44:04.752Z Checking rfc6979 v0.4.0
25532026-06-03T21:44:04.773Z Checking memmap2 v0.9.10
25542026-06-03T21:44:04.787Z Checking thread-id v4.2.2
25552026-06-03T21:44:04.799Z Checking env_filter v1.0.0
25562026-06-03T21:44:04.842Z Checking fixedbitset v0.4.2
25572026-06-03T21:44:04.861Z Checking static_assertions v1.1.0
25582026-06-03T21:44:04.873Z Checking whoami v2.1.0
25592026-06-03T21:44:04.924Z Checking jiff v0.2.21
25602026-06-03T21:44:04.936Z Checking predicates-core v1.0.10
25612026-06-03T21:44:04.940Z Checking unicode-segmentation v1.12.0
25622026-06-03T21:44:04.985Z Checking new_debug_unreachable v1.0.6
25632026-06-03T21:44:05.048Z Checking toml_write v0.1.2
25642026-06-03T21:44:05.062Z Checking fixedbitset v0.5.7
25652026-06-03T21:44:05.065Z Checking precomputed-hash v0.1.1
25662026-06-03T21:44:05.120Z Checking normalize-line-endings v0.3.0
25672026-06-03T21:44:05.136Z Checking typed-path v0.9.3
25682026-06-03T21:44:05.208Z Checking data-encoding v2.10.0
25692026-06-03T21:44:05.211Z Checking keccak v0.1.6
25702026-06-03T21:44:05.250Z Checking difflib v0.4.0
25712026-06-03T21:44:05.262Z Checking petgraph v0.8.3
25722026-06-03T21:44:05.308Z Checking ed25519-dalek v2.2.0
25732026-06-03T21:44:05.375Z Checking crossterm v0.28.1
25742026-06-03T21:44:05.387Z Checking sha3 v0.10.8
25752026-06-03T21:44:05.427Z Checking predicates v3.1.4
25762026-06-03T21:44:05.472Z Checking hickory-proto v0.25.2
25772026-06-03T21:44:05.531Z Checking similar v2.7.0
25782026-06-03T21:44:05.581Z Checking toml_edit v0.22.27
25792026-06-03T21:44:05.720Z Checking string_cache v0.8.9
25802026-06-03T21:44:05.883Z Checking slog v2.8.2
25812026-06-03T21:44:05.895Z Checking tough v0.22.0
25822026-06-03T21:44:05.906Z Checking tokio-postgres v0.7.16
25832026-06-03T21:44:06.068Z Checking petgraph v0.6.5
25842026-06-03T21:44:06.141Z Checking env_logger v0.11.9
25852026-06-03T21:44:06.331Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
25862026-06-03T21:44:06.656Z Checking usdt v0.6.0
25872026-06-03T21:44:06.799Z Checking ecdsa v0.16.9
25882026-06-03T21:44:06.823Z Checking usdt-impl v0.5.0
25892026-06-03T21:44:07.103Z Checking rsa v0.9.10
25902026-06-03T21:44:07.131Z Checking nix v0.31.2
25912026-06-03T21:44:07.134Z Checking zip v4.6.1
25922026-06-03T21:44:07.156Z Checking toml v0.7.8
25932026-06-03T21:44:07.461Z Checking clap v4.5.60
25942026-06-03T21:44:07.559Z Checking reqwest v0.13.2
25952026-06-03T21:44:07.698Z Checking zip v0.6.6
25962026-06-03T21:44:07.858Z Checking toml_parser v1.0.9+spec-1.1.0
25972026-06-03T21:44:07.909Z Checking itertools v0.13.0
25982026-06-03T21:44:08.014Z Checking serde_with v3.17.0
25992026-06-03T21:44:08.176Z Checking strum v0.26.3
26002026-06-03T21:44:08.191Z Checking fs-err v3.3.0
26012026-06-03T21:44:08.191Z Checking ahash v0.8.12
26022026-06-03T21:44:08.213Z Checking object v0.37.3
26032026-06-03T21:44:08.288Z Checking tokio-stream v0.1.18
26042026-06-03T21:44:08.389Z Checking buf-list v1.1.2
26052026-06-03T21:44:08.405Z Checking camino v1.2.2
26062026-06-03T21:44:08.479Z Checking anyhow v1.0.102
26072026-06-03T21:44:08.570Z Checking x509-cert v0.2.5
26082026-06-03T21:44:08.581Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26092026-06-03T21:44:08.647Z Checking openapiv3 v2.2.0
26102026-06-03T21:44:08.662Z Checking sha1 v0.10.6
26112026-06-03T21:44:08.674Z Checking lalrpop-util v0.19.12
26122026-06-03T21:44:08.815Z Checking peg-runtime v0.8.5
26132026-06-03T21:44:08.833Z Checking rayon v1.11.0
26142026-06-03T21:44:08.838Z Checking sigpipe v0.1.3
26152026-06-03T21:44:08.913Z Checking glob v0.3.3
26162026-06-03T21:44:10.411Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26172026-06-03T21:44:10.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.74s
26182026-06-03T21:44:10.847Z
26192026-06-03T21:44:10.847Zinfo: running `cargo check --bins` on internal-dns-types (77/295)
26202026-06-03T21:44:11.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26212026-06-03T21:44:11.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26222026-06-03T21:44:11.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26232026-06-03T21:44:11.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26242026-06-03T21:44:11.446Z
26252026-06-03T21:44:11.446Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/295)
26262026-06-03T21:44:11.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26272026-06-03T21:44:11.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26282026-06-03T21:44:11.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26292026-06-03T21:44:11.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26302026-06-03T21:44:12.047Z
26312026-06-03T21:44:12.047Zinfo: running `cargo check --bins` on nexus-types-versions (79/295)
26322026-06-03T21:44:12.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26332026-06-03T21:44:12.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26342026-06-03T21:44:12.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26352026-06-03T21:44:12.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26362026-06-03T21:44:12.662Z
26372026-06-03T21:44:12.662Zinfo: running `cargo check --bins` on oxql-types (80/295)
26382026-06-03T21:44:13.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26392026-06-03T21:44:13.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26402026-06-03T21:44:13.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26412026-06-03T21:44:13.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26422026-06-03T21:44:13.252Z
26432026-06-03T21:44:13.252Zinfo: running `cargo check --bins` on oximeter-types (81/295)
26442026-06-03T21:44:13.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26452026-06-03T21:44:13.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26462026-06-03T21:44:13.756Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26472026-06-03T21:44:13.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26482026-06-03T21:44:13.849Z
26492026-06-03T21:44:13.849Zinfo: running `cargo check --bins` on oximeter-types-versions (82/295)
26502026-06-03T21:44:14.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26512026-06-03T21:44:14.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26522026-06-03T21:44:14.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26532026-06-03T21:44:14.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26542026-06-03T21:44:14.440Z
26552026-06-03T21:44:14.440Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/295)
26562026-06-03T21:44:14.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26572026-06-03T21:44:14.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26582026-06-03T21:44:14.929Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26592026-06-03T21:44:14.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26602026-06-03T21:44:15.013Z
26612026-06-03T21:44:15.013Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/295)
26622026-06-03T21:44:15.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26632026-06-03T21:44:15.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26642026-06-03T21:44:15.699Z Compiling structmeta-derive v0.3.0
26652026-06-03T21:44:15.817Z Compiling rustls v0.22.4
26662026-06-03T21:44:15.845Z Compiling multer v3.1.0
26672026-06-03T21:44:15.845Z Compiling async-stream-impl v0.3.6
26682026-06-03T21:44:15.846Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26692026-06-03T21:44:15.855Z Compiling dropshot v0.17.0
26702026-06-03T21:44:15.869Z Compiling newtype-uuid-macros v0.1.0
26712026-06-03T21:44:15.869Z Compiling dropshot_endpoint v0.17.0
26722026-06-03T21:44:15.995Z Checking newtype-uuid v1.3.2
26732026-06-03T21:44:16.064Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26742026-06-03T21:44:16.107Z Checking rustls-webpki v0.102.8
26752026-06-03T21:44:16.182Z Checking daft v0.1.7
26762026-06-03T21:44:16.228Z Checking thread_local v1.1.9
26772026-06-03T21:44:16.386Z Checking compression-core v0.4.31
26782026-06-03T21:44:16.491Z Checking match_cfg v0.1.0
26792026-06-03T21:44:16.503Z Checking iddqd v0.4.2
26802026-06-03T21:44:16.503Z Checking crossbeam-channel v0.5.15
26812026-06-03T21:44:16.503Z Checking hostname v0.3.1
26822026-06-03T21:44:16.513Z Checking compression-codecs v0.4.37
26832026-06-03T21:44:16.587Z Checking slog-json v2.6.1
26842026-06-03T21:44:16.636Z Checking is-terminal v0.4.17
26852026-06-03T21:44:16.666Z Checking serde_spanned v1.0.4
26862026-06-03T21:44:16.716Z Checking toml_datetime v1.0.0+spec-1.1.0
26872026-06-03T21:44:16.730Z Checking take_mut v0.2.2
26882026-06-03T21:44:16.793Z Checking toml_writer v1.0.6+spec-1.1.0
26892026-06-03T21:44:16.806Z Checking debug-ignore v1.0.5
26902026-06-03T21:44:16.827Z Checking term v1.2.1
26912026-06-03T21:44:16.868Z Compiling structmeta v0.3.0
26922026-06-03T21:44:16.901Z Checking slog-async v2.8.0
26932026-06-03T21:44:16.913Z Checking slog-bunyan v2.5.0
26942026-06-03T21:44:16.966Z Checking toml v1.0.6+spec-1.1.0
26952026-06-03T21:44:17.019Z Checking async-compression v0.4.41
26962026-06-03T21:44:17.040Z Checking slog-term v2.9.2
26972026-06-03T21:44:17.067Z Compiling derive-ex v0.1.8
26982026-06-03T21:44:17.070Z Compiling parse-display-derive v0.10.0
26992026-06-03T21:44:17.259Z Checking async-stream v0.3.6
27002026-06-03T21:44:17.289Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27012026-06-03T21:44:17.326Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27022026-06-03T21:44:17.383Z Checking progenitor-client v0.14.0
27032026-06-03T21:44:17.396Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27042026-06-03T21:44:17.533Z Checking waitgroup v0.1.2
27052026-06-03T21:44:17.546Z Checking backon v1.6.0
27062026-06-03T21:44:17.596Z Checking rustls-pemfile v2.2.0
27072026-06-03T21:44:17.622Z Checking serde_path_to_error v0.1.20
27082026-06-03T21:44:17.634Z Checking hostname v0.4.2
27092026-06-03T21:44:17.700Z Checking instant v0.1.13
27102026-06-03T21:44:17.783Z Checking backoff v0.4.0
27112026-06-03T21:44:17.889Z Checking progenitor-extras v0.2.0
27122026-06-03T21:44:17.900Z Checking tokio-rustls v0.25.0
27132026-06-03T21:44:17.929Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27142026-06-03T21:44:17.950Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27152026-06-03T21:44:18.129Z Checking itertools v0.14.0
27162026-06-03T21:44:18.141Z Checking progenitor-client v0.10.0
27172026-06-03T21:44:18.312Z Checking regress v0.10.5
27182026-06-03T21:44:18.363Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27192026-06-03T21:44:18.577Z Checking macaddr v1.0.1
27202026-06-03T21:44:18.731Z Checking parse-display v0.10.0
27212026-06-03T21:44:18.744Z Compiling test-strategy v0.4.5
27222026-06-03T21:44:18.970Z Checking humantime v2.3.0
27232026-06-03T21:44:19.941Z Compiling prettyplease v0.2.37
27242026-06-03T21:44:20.248Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27252026-06-03T21:44:20.380Z Checking num-rational v0.4.2
27262026-06-03T21:44:20.619Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27272026-06-03T21:44:20.846Z Checking num-complex v0.4.6
27282026-06-03T21:44:21.569Z Compiling num v0.4.3
27292026-06-03T21:44:21.638Z Compiling usdt-macro v0.5.0
27302026-06-03T21:44:21.649Z Compiling usdt-attr-macro v0.5.0
27312026-06-03T21:44:21.661Z Checking memmap v0.7.0
27322026-06-03T21:44:21.695Z Checking float-ord v0.3.2
27332026-06-03T21:44:21.789Z Compiling convert_case v0.4.0
27342026-06-03T21:44:21.801Z Checking unicode-width v0.2.0
27352026-06-03T21:44:22.049Z Checking console v0.15.11
27362026-06-03T21:44:22.168Z Compiling derive_more v0.99.20
27372026-06-03T21:44:22.323Z Checking newline-converter v0.3.0
27382026-06-03T21:44:22.348Z Checking atomicwrites v0.4.4
27392026-06-03T21:44:22.409Z Checking usdt v0.5.0
27402026-06-03T21:44:22.432Z Compiling toml v0.8.23
27412026-06-03T21:44:22.476Z Checking linked-hash-map v0.5.6
27422026-06-03T21:44:22.574Z Compiling minimal-lexical v0.2.1
27432026-06-03T21:44:22.638Z Checking lru-cache v0.1.2
27442026-06-03T21:44:22.760Z Checking expectorate v1.2.0
27452026-06-03T21:44:22.831Z Compiling nom v7.1.3
27462026-06-03T21:44:23.351Z Checking camino-tempfile v1.4.1
27472026-06-03T21:44:23.513Z Checking hickory-proto v0.24.4
27482026-06-03T21:44:23.526Z Checking phf_shared v0.12.1
27492026-06-03T21:44:23.666Z Compiling slog-dtrace v0.3.0
27502026-06-03T21:44:23.733Z Checking heck v0.5.0
27512026-06-03T21:44:23.894Z Checking resolv-conf v0.7.6
27522026-06-03T21:44:23.894Z Compiling chrono-tz v0.10.4
27532026-06-03T21:44:24.094Z Compiling const_format_proc_macros v0.2.34
27542026-06-03T21:44:24.109Z Checking phf v0.12.1
27552026-06-03T21:44:24.145Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27562026-06-03T21:44:24.152Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27572026-06-03T21:44:24.288Z Checking tokio-dtrace v0.1.1
27582026-06-03T21:44:24.457Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27592026-06-03T21:44:24.659Z Compiling derive-where v1.6.0
27602026-06-03T21:44:24.767Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27612026-06-03T21:44:24.998Z Checking highway v1.3.0
27622026-06-03T21:44:25.216Z Checking const_format v0.2.35
27632026-06-03T21:44:25.318Z Checking hickory-resolver v0.24.4
27642026-06-03T21:44:25.456Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27652026-06-03T21:44:25.566Z Checking oxide-tokio-rt v0.1.4
27662026-06-03T21:44:25.681Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27672026-06-03T21:44:25.937Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27682026-06-03T21:44:25.950Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27692026-06-03T21:44:26.021Z Checking qorb v0.4.1
27702026-06-03T21:44:26.193Z Checking gethostname v0.5.0
27712026-06-03T21:44:26.220Z Checking bcs v0.1.6
27722026-06-03T21:44:26.234Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27732026-06-03T21:44:26.285Z Checking termtree v0.5.1
27742026-06-03T21:44:29.444Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27752026-06-03T21:44:32.144Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27762026-06-03T21:44:34.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.25s
27772026-06-03T21:44:34.459Z
27782026-06-03T21:44:34.459Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/295)
27792026-06-03T21:44:34.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27802026-06-03T21:44:34.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27812026-06-03T21:44:35.133Z Compiling ar_archive_writer v0.5.1
27822026-06-03T21:44:35.246Z Compiling stacker v0.1.23
27832026-06-03T21:44:35.249Z Compiling cfg_aliases v0.1.1
27842026-06-03T21:44:35.260Z Compiling convert_case v0.10.0
27852026-06-03T21:44:35.263Z Checking unicode-width v0.1.14
27862026-06-03T21:44:35.276Z Compiling proc-macro-error v1.0.4
27872026-06-03T21:44:35.286Z Checking fd-lock v4.0.4
27882026-06-03T21:44:35.287Z Checking nibble_vec v0.1.0
27892026-06-03T21:44:35.308Z Compiling nix v0.28.0
27902026-06-03T21:44:35.399Z Checking vte v0.14.1
27912026-06-03T21:44:35.411Z Compiling recursive-proc-macro-impl v0.1.1
27922026-06-03T21:44:35.495Z Checking endian-type v0.1.2
27932026-06-03T21:44:35.507Z Checking bytecount v0.6.9
27942026-06-03T21:44:35.544Z Checking strip-ansi-escapes v0.2.1
27952026-06-03T21:44:35.556Z Compiling derive_more-impl v2.1.1
27962026-06-03T21:44:35.567Z Compiling tabled_derive v0.7.0
27972026-06-03T21:44:35.599Z Checking papergrid v0.11.0
27982026-06-03T21:44:35.610Z Checking radix_trie v0.2.1
27992026-06-03T21:44:35.648Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28002026-06-03T21:44:35.798Z Compiling peg-macros v0.8.5
28012026-06-03T21:44:35.811Z Checking winnow v0.6.26
28022026-06-03T21:44:36.130Z Compiling psm v0.1.30
28032026-06-03T21:44:36.134Z Compiling sqlparser_derive v0.5.0
28042026-06-03T21:44:36.194Z Checking home v0.5.12
28052026-06-03T21:44:36.331Z Checking unicode_categories v0.1.1
28062026-06-03T21:44:36.346Z Checking derive_more v2.1.1
28072026-06-03T21:44:36.420Z Checking nu-ansi-term v0.50.3
28082026-06-03T21:44:36.488Z Checking crossterm v0.29.0
28092026-06-03T21:44:36.516Z Checking tabled v0.15.0
28102026-06-03T21:44:36.570Z Checking rustyline v14.0.0
28112026-06-03T21:44:36.625Z Checking reedline v0.40.0
28122026-06-03T21:44:36.811Z Checking recursive v0.1.1
28132026-06-03T21:44:36.881Z Checking display-error-chain v0.2.2
28142026-06-03T21:44:36.901Z Checking sqlparser v0.61.0
28152026-06-03T21:44:36.927Z Checking sqlformat v0.3.5
28162026-06-03T21:44:37.135Z Checking peg v0.8.5
28172026-06-03T21:44:48.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.60s
28182026-06-03T21:44:48.237Z
28192026-06-03T21:44:48.237Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/295)
28202026-06-03T21:44:48.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28212026-06-03T21:44:48.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28222026-06-03T21:44:48.916Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28232026-06-03T21:44:52.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.08s
28242026-06-03T21:44:52.514Z
28252026-06-03T21:44:52.514Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/295)
28262026-06-03T21:44:53.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28272026-06-03T21:44:53.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28282026-06-03T21:44:53.194Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28292026-06-03T21:44:55.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.13s
28302026-06-03T21:44:55.833Z
28312026-06-03T21:44:55.833Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/295)
28322026-06-03T21:44:56.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28332026-06-03T21:44:56.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28342026-06-03T21:44:56.499Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28352026-06-03T21:44:59.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.87s
28362026-06-03T21:44:59.898Z
28372026-06-03T21:44:59.898Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/295)
28382026-06-03T21:45:00.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28392026-06-03T21:45:00.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28402026-06-03T21:45:00.568Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28412026-06-03T21:45:03.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.90s
28422026-06-03T21:45:03.987Z
28432026-06-03T21:45:03.987Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/295)
28442026-06-03T21:45:04.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28452026-06-03T21:45:04.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28462026-06-03T21:45:04.661Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28472026-06-03T21:45:07.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s
28482026-06-03T21:45:07.416Z
28492026-06-03T21:45:07.416Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/295)
28502026-06-03T21:45:07.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28512026-06-03T21:45:07.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28522026-06-03T21:45:08.081Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28532026-06-03T21:45:10.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.27s
28542026-06-03T21:45:10.877Z
28552026-06-03T21:45:10.877Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/295)
28562026-06-03T21:45:11.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28572026-06-03T21:45:11.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28582026-06-03T21:45:11.552Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28592026-06-03T21:45:14.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.05s
28602026-06-03T21:45:15.119Z
28612026-06-03T21:45:15.119Zinfo: running `cargo check --bins` on oximeter (93/295)
28622026-06-03T21:45:15.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28632026-06-03T21:45:15.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28642026-06-03T21:45:15.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28652026-06-03T21:45:15.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28662026-06-03T21:45:15.711Z
28672026-06-03T21:45:15.711Zinfo: running `cargo check --bins` on oximeter-schema (94/295)
28682026-06-03T21:45:16.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28692026-06-03T21:45:16.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28702026-06-03T21:45:16.347Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28712026-06-03T21:45:16.509Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28722026-06-03T21:45:16.512Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28732026-06-03T21:45:16.841Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28742026-06-03T21:45:19.767Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28752026-06-03T21:45:20.967Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28762026-06-03T21:45:21.177Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28772026-06-03T21:45:21.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.13s
28782026-06-03T21:45:22.030Z
28792026-06-03T21:45:22.030Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/295)
28802026-06-03T21:45:22.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28812026-06-03T21:45:22.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28822026-06-03T21:45:22.532Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28832026-06-03T21:45:22.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28842026-06-03T21:45:22.623Z
28852026-06-03T21:45:22.623Zinfo: running `cargo check --bins` on oximeter-test-utils (96/295)
28862026-06-03T21:45:23.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28872026-06-03T21:45:23.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28882026-06-03T21:45:23.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28892026-06-03T21:45:23.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28902026-06-03T21:45:23.257Z
28912026-06-03T21:45:23.257Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/295)
28922026-06-03T21:45:23.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28932026-06-03T21:45:23.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28942026-06-03T21:45:23.767Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28952026-06-03T21:45:23.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28962026-06-03T21:45:23.857Z
28972026-06-03T21:45:23.858Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/295)
28982026-06-03T21:45:24.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28992026-06-03T21:45:24.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29002026-06-03T21:45:24.369Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29012026-06-03T21:45:24.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29022026-06-03T21:45:24.454Z
29032026-06-03T21:45:24.454Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/295)
29042026-06-03T21:45:24.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29052026-06-03T21:45:24.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29062026-06-03T21:45:24.963Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29072026-06-03T21:45:24.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29082026-06-03T21:45:25.054Z
29092026-06-03T21:45:25.054Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/295)
29102026-06-03T21:45:25.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29112026-06-03T21:45:25.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29122026-06-03T21:45:25.563Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29132026-06-03T21:45:25.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29142026-06-03T21:45:25.654Z
29152026-06-03T21:45:25.654Zinfo: running `cargo check --bins` on trust-quorum-types (101/295)
29162026-06-03T21:45:26.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29172026-06-03T21:45:26.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29182026-06-03T21:45:26.150Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29192026-06-03T21:45:26.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29202026-06-03T21:45:26.238Z
29212026-06-03T21:45:26.238Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/295)
29222026-06-03T21:45:26.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29232026-06-03T21:45:26.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29242026-06-03T21:45:26.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29252026-06-03T21:45:26.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29262026-06-03T21:45:26.841Z
29272026-06-03T21:45:26.842Zinfo: running `cargo check --bins` on update-engine (103/295)
29282026-06-03T21:45:27.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29292026-06-03T21:45:27.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29302026-06-03T21:45:27.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29312026-06-03T21:45:27.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29322026-06-03T21:45:27.418Z
29332026-06-03T21:45:27.418Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/295)
29342026-06-03T21:45:27.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29352026-06-03T21:45:27.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29362026-06-03T21:45:28.128Z Compiling crucible-workspace-hack v0.1.0
29372026-06-03T21:45:28.251Z Checking secrecy v0.10.3
29382026-06-03T21:45:28.254Z Compiling toml_datetime v0.7.5+spec-1.1.0
29392026-06-03T21:45:28.254Z Compiling heapless v0.8.0
29402026-06-03T21:45:28.266Z Compiling ingot-macros v0.1.1
29412026-06-03T21:45:28.274Z Checking hash32 v0.3.1
29422026-06-03T21:45:28.285Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29432026-06-03T21:45:28.285Z Compiling smoltcp v0.11.0
29442026-06-03T21:45:28.346Z Checking cobs v0.3.0
29452026-06-03T21:45:28.389Z Compiling thiserror-impl-no-std v2.0.2
29462026-06-03T21:45:28.471Z Compiling toml_edit v0.23.10+spec-1.0.0
29472026-06-03T21:45:28.486Z Checking universal-hash v0.5.1
29482026-06-03T21:45:28.489Z Checking half v2.7.1
29492026-06-03T21:45:28.576Z Checking opaque-debug v0.3.1
29502026-06-03T21:45:28.637Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29512026-06-03T21:45:28.757Z Checking ciborium-io v0.2.2
29522026-06-03T21:45:28.760Z Checking poly1305 v0.8.0
29532026-06-03T21:45:28.760Z Checking postcard v1.1.3
29542026-06-03T21:45:28.782Z Checking ciborium-ll v0.2.2
29552026-06-03T21:45:28.829Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29562026-06-03T21:45:28.915Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29572026-06-03T21:45:28.952Z Checking password-hash v0.5.0
29582026-06-03T21:45:29.016Z Compiling proc-macro-crate v3.4.0
29592026-06-03T21:45:29.171Z Checking chacha20 v0.9.1
29602026-06-03T21:45:29.196Z Compiling proc-macro-crate v1.3.1
29612026-06-03T21:45:29.234Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29622026-06-03T21:45:29.374Z Checking blake2 v0.10.6
29632026-06-03T21:45:29.478Z Checking aead v0.5.2
29642026-06-03T21:45:29.535Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29652026-06-03T21:45:29.562Z Checking thiserror-no-std v2.0.2
29662026-06-03T21:45:29.578Z Compiling num_enum_derive v0.7.5
29672026-06-03T21:45:29.611Z Compiling foreign-types-macros v0.2.3
29682026-06-03T21:45:29.625Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29692026-06-03T21:45:29.629Z Checking cpufeatures v0.3.0
29702026-06-03T21:45:29.648Z Checking foreign-types-shared v0.3.1
29712026-06-03T21:45:29.707Z Checking chacha20 v0.10.0
29722026-06-03T21:45:29.732Z Checking vsss-rs v3.3.4
29732026-06-03T21:45:29.736Z Compiling num_enum_derive v0.5.11
29742026-06-03T21:45:29.860Z Checking chacha20poly1305 v0.10.1
29752026-06-03T21:45:29.924Z Checking argon2 v0.5.3
29762026-06-03T21:45:29.986Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29772026-06-03T21:45:30.195Z Checking foreign-types v0.5.0
29782026-06-03T21:45:30.252Z Checking ciborium v0.2.2
29792026-06-03T21:45:30.376Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29802026-06-03T21:45:30.392Z Checking tabwriter v1.4.1
29812026-06-03T21:45:30.536Z Checking byte-wrapper v0.1.0
29822026-06-03T21:45:30.615Z Checking num_enum v0.7.5
29832026-06-03T21:45:30.653Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29842026-06-03T21:45:30.665Z Checking cstr-argument v0.1.2
29852026-06-03T21:45:30.725Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29862026-06-03T21:45:30.741Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29872026-06-03T21:45:30.754Z Checking num_enum v0.5.11
29882026-06-03T21:45:30.778Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29892026-06-03T21:45:30.831Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29902026-06-03T21:45:30.861Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29912026-06-03T21:45:30.937Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29922026-06-03T21:45:30.950Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29932026-06-03T21:45:31.063Z Checking ingot-types v0.1.2
29942026-06-03T21:45:31.076Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29952026-06-03T21:45:31.098Z Checking rand v0.10.0
29962026-06-03T21:45:31.146Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
29972026-06-03T21:45:31.159Z Checking indent_write v2.2.0
29982026-06-03T21:45:31.178Z Checking colored v3.1.1
29992026-06-03T21:45:31.288Z Compiling zone_cfg_derive v0.3.1
30002026-06-03T21:45:31.372Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30012026-06-03T21:45:31.416Z Checking ingot v0.1.1
30022026-06-03T21:45:31.440Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30032026-06-03T21:45:31.456Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30042026-06-03T21:45:31.470Z Checking itertools v0.12.1
30052026-06-03T21:45:31.534Z Compiling num-derive v0.4.2
30062026-06-03T21:45:31.548Z Checking swrite v0.1.0
30072026-06-03T21:45:31.622Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30082026-06-03T21:45:31.636Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30092026-06-03T21:45:31.791Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30102026-06-03T21:45:31.921Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30112026-06-03T21:45:31.936Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30122026-06-03T21:45:31.947Z Checking dropshot-api-manager-types v0.7.2
30132026-06-03T21:45:31.973Z Checking smf v0.2.3
30142026-06-03T21:45:32.041Z Checking nanorand v0.7.0
30152026-06-03T21:45:32.111Z Checking whoami v1.6.1
30162026-06-03T21:45:32.200Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30172026-06-03T21:45:32.235Z Checking flume v0.11.1
30182026-06-03T21:45:32.448Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30192026-06-03T21:45:32.476Z Checking zone v0.3.1
30202026-06-03T21:45:32.954Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30212026-06-03T21:45:33.911Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30222026-06-03T21:45:34.815Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30232026-06-03T21:45:37.990Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30242026-06-03T21:45:40.022Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30252026-06-03T21:45:41.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.70s
30262026-06-03T21:45:41.312Z
30272026-06-03T21:45:41.312Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/295)
30282026-06-03T21:45:41.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30292026-06-03T21:45:41.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30302026-06-03T21:45:41.819Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30312026-06-03T21:45:41.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30322026-06-03T21:45:41.911Z
30332026-06-03T21:45:41.911Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/295)
30342026-06-03T21:45:42.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30352026-06-03T21:45:42.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30362026-06-03T21:45:42.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30372026-06-03T21:45:42.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30382026-06-03T21:45:42.510Z
30392026-06-03T21:45:42.510Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/295)
30402026-06-03T21:45:43.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30412026-06-03T21:45:43.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30422026-06-03T21:45:43.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30432026-06-03T21:45:43.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30442026-06-03T21:45:43.110Z
30452026-06-03T21:45:43.111Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/295)
30462026-06-03T21:45:43.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30472026-06-03T21:45:43.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30482026-06-03T21:45:43.684Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30492026-06-03T21:45:43.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30502026-06-03T21:45:43.712Z
30512026-06-03T21:45:43.713Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/295)
30522026-06-03T21:45:44.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30532026-06-03T21:45:44.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30542026-06-03T21:45:44.224Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30552026-06-03T21:45:44.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30562026-06-03T21:45:44.312Z
30572026-06-03T21:45:44.313Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/295)
30582026-06-03T21:45:44.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592026-06-03T21:45:44.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602026-06-03T21:45:44.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30612026-06-03T21:45:44.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30622026-06-03T21:45:44.914Z
30632026-06-03T21:45:44.914Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/295)
30642026-06-03T21:45:45.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652026-06-03T21:45:45.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662026-06-03T21:45:45.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30672026-06-03T21:45:45.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30682026-06-03T21:45:45.514Z
30692026-06-03T21:45:45.515Zinfo: running `cargo check --bins` on cockroach-admin-client (112/295)
30702026-06-03T21:45:46.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712026-06-03T21:45:46.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722026-06-03T21:45:46.015Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30732026-06-03T21:45:46.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30742026-06-03T21:45:46.102Z
30752026-06-03T21:45:46.103Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/295)
30762026-06-03T21:45:46.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30772026-06-03T21:45:46.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30782026-06-03T21:45:46.610Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30792026-06-03T21:45:46.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30802026-06-03T21:45:46.700Z
30812026-06-03T21:45:46.700Zinfo: running `cargo check --bins` on dns-service-client (114/295)
30822026-06-03T21:45:47.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30832026-06-03T21:45:47.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30842026-06-03T21:45:47.211Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30852026-06-03T21:45:47.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30862026-06-03T21:45:47.297Z
30872026-06-03T21:45:47.298Zinfo: running `cargo check --bins` on installinator-client (115/295)
30882026-06-03T21:45:47.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30892026-06-03T21:45:47.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30902026-06-03T21:45:47.807Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30912026-06-03T21:45:47.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30922026-06-03T21:45:47.894Z
30932026-06-03T21:45:47.894Zinfo: running `cargo check --bins` on nexus-client (116/295)
30942026-06-03T21:45:48.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30952026-06-03T21:45:48.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30962026-06-03T21:45:48.426Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30972026-06-03T21:45:48.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30982026-06-03T21:45:48.525Z
30992026-06-03T21:45:48.525Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/295)
31002026-06-03T21:45:49.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31012026-06-03T21:45:49.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31022026-06-03T21:45:49.059Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31032026-06-03T21:45:49.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31042026-06-03T21:45:49.154Z
31052026-06-03T21:45:49.154Zinfo: running `cargo check --bins` on ntp-admin-client (118/295)
31062026-06-03T21:45:49.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31072026-06-03T21:45:49.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31082026-06-03T21:45:49.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31092026-06-03T21:45:49.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31102026-06-03T21:45:49.736Z
31112026-06-03T21:45:49.736Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/295)
31122026-06-03T21:45:50.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31132026-06-03T21:45:50.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31142026-06-03T21:45:50.226Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31152026-06-03T21:45:50.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31162026-06-03T21:45:50.314Z
31172026-06-03T21:45:50.314Zinfo: running `cargo check --bins` on oxide-client (120/295)
31182026-06-03T21:45:50.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31192026-06-03T21:45:50.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31202026-06-03T21:45:50.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31212026-06-03T21:45:50.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31222026-06-03T21:45:50.912Z
31232026-06-03T21:45:50.912Zinfo: running `cargo check --bins` on oximeter-client (121/295)
31242026-06-03T21:45:51.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31252026-06-03T21:45:51.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31262026-06-03T21:45:51.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31272026-06-03T21:45:51.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31282026-06-03T21:45:51.483Z
31292026-06-03T21:45:51.483Zinfo: running `cargo check --bins` on repo-depot-client (122/295)
31302026-06-03T21:45:51.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31312026-06-03T21:45:51.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31322026-06-03T21:45:51.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31332026-06-03T21:45:51.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31342026-06-03T21:45:52.063Z
31352026-06-03T21:45:52.063Zinfo: running `cargo check --bins` on sled-agent-client (123/295)
31362026-06-03T21:45:52.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31372026-06-03T21:45:52.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31382026-06-03T21:45:52.571Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31392026-06-03T21:45:52.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31402026-06-03T21:45:52.662Z
31412026-06-03T21:45:52.662Zinfo: running `cargo check --bins` on wicketd-client (124/295)
31422026-06-03T21:45:53.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31432026-06-03T21:45:53.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31442026-06-03T21:45:53.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31452026-06-03T21:45:53.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31462026-06-03T21:45:53.277Z
31472026-06-03T21:45:53.277Zinfo: running `cargo check --bins` on installinator-common (125/295)
31482026-06-03T21:45:53.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31492026-06-03T21:45:53.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31502026-06-03T21:45:53.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31512026-06-03T21:45:53.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31522026-06-03T21:45:53.884Z
31532026-06-03T21:45:53.884Zinfo: running `cargo check --bins` on installinator-common-versions (126/295)
31542026-06-03T21:45:54.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31552026-06-03T21:45:54.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31562026-06-03T21:45:54.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31572026-06-03T21:45:54.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31582026-06-03T21:45:54.465Z
31592026-06-03T21:45:54.465Zinfo: running `cargo check --bins` on wicket-common (127/295)
31602026-06-03T21:45:54.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31612026-06-03T21:45:54.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31622026-06-03T21:45:54.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31632026-06-03T21:45:54.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31642026-06-03T21:45:55.072Z
31652026-06-03T21:45:55.072Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/295)
31662026-06-03T21:45:55.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31672026-06-03T21:45:55.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31682026-06-03T21:45:55.757Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31692026-06-03T21:45:55.873Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31702026-06-03T21:45:55.881Z Checking csv-core v0.1.13
31712026-06-03T21:45:55.888Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31722026-06-03T21:45:55.890Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31732026-06-03T21:45:55.904Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31742026-06-03T21:45:55.916Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31752026-06-03T21:45:55.927Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31762026-06-03T21:45:56.035Z Checking csv v1.4.0
31772026-06-03T21:45:56.076Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31782026-06-03T21:45:56.092Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31792026-06-03T21:45:56.119Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31802026-06-03T21:45:56.135Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31812026-06-03T21:45:56.370Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31822026-06-03T21:45:56.727Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31832026-06-03T21:45:56.727Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31842026-06-03T21:45:57.070Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31852026-06-03T21:46:02.921Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31862026-06-03T21:46:03.442Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31872026-06-03T21:46:05.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.68s
31882026-06-03T21:46:05.953Z
31892026-06-03T21:46:05.953Zinfo: running `cargo check --bins` on cockroach-admin-api (129/295)
31902026-06-03T21:46:06.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31912026-06-03T21:46:06.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31922026-06-03T21:46:06.456Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31932026-06-03T21:46:06.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31942026-06-03T21:46:06.549Z
31952026-06-03T21:46:06.549Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/295)
31962026-06-03T21:46:07.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31972026-06-03T21:46:07.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31982026-06-03T21:46:07.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31992026-06-03T21:46:07.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32002026-06-03T21:46:07.232Z
32012026-06-03T21:46:07.232Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/295)
32022026-06-03T21:46:07.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32032026-06-03T21:46:07.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32042026-06-03T21:46:07.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32052026-06-03T21:46:07.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
32062026-06-03T21:46:07.908Z
32072026-06-03T21:46:07.908Zinfo: running `cargo check --bins` on gateway-test-utils (132/295)
32082026-06-03T21:46:08.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32092026-06-03T21:46:08.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32102026-06-03T21:46:08.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32112026-06-03T21:46:08.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32122026-06-03T21:46:08.557Z
32132026-06-03T21:46:08.557Zinfo: running `cargo check --bins` on omicron-gateway (133/295)
32142026-06-03T21:46:09.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32152026-06-03T21:46:09.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32162026-06-03T21:46:09.319Z Compiling regress v0.11.1
32172026-06-03T21:46:09.459Z Compiling unsafe-libyaml v0.2.11
32182026-06-03T21:46:09.473Z Compiling semver v0.1.20
32192026-06-03T21:46:09.473Z Compiling radium v0.7.0
32202026-06-03T21:46:09.498Z Checking tap v1.0.1
32212026-06-03T21:46:09.498Z Compiling maybe-uninit v2.0.0
32222026-06-03T21:46:09.523Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32232026-06-03T21:46:09.598Z Checking wyz v0.5.1
32242026-06-03T21:46:09.736Z Compiling rustc_version v0.1.7
32252026-06-03T21:46:09.785Z Checking progenitor-client v0.13.0
32262026-06-03T21:46:09.843Z Compiling zerocopy-derive v0.6.6
32272026-06-03T21:46:09.921Z Checking crc-catalog v2.4.0
32282026-06-03T21:46:09.943Z Compiling newtype_derive v0.1.6
32292026-06-03T21:46:10.014Z Compiling serde_yaml v0.9.34+deprecated
32302026-06-03T21:46:10.050Z Compiling cancel-safe-futures v0.1.5
32312026-06-03T21:46:10.127Z Compiling packed_struct v0.10.1
32322026-06-03T21:46:10.185Z Checking funty v2.0.0
32332026-06-03T21:46:10.252Z Compiling owo-colors v4.3.0
32342026-06-03T21:46:10.464Z Checking crc v3.4.0
32352026-06-03T21:46:10.508Z Checking bitvec v1.0.1
32362026-06-03T21:46:10.638Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32372026-06-03T21:46:10.675Z Checking zerocopy v0.6.6
32382026-06-03T21:46:10.690Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32392026-06-03T21:46:10.953Z Checking typify-impl v0.6.2
32402026-06-03T21:46:10.987Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32412026-06-03T21:46:11.026Z Compiling packed_struct_codegen v0.10.1
32422026-06-03T21:46:11.163Z Checking libsw-core v0.3.2
32432026-06-03T21:46:11.234Z Compiling bitfield-macros v0.19.4
32442026-06-03T21:46:11.310Z Compiling indexmap v1.9.3
32452026-06-03T21:46:11.462Z Checking nodrop v0.1.14
32462026-06-03T21:46:11.522Z Checking libsw v3.5.0
32472026-06-03T21:46:11.553Z Checking array-init v0.0.4
32482026-06-03T21:46:11.675Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32492026-06-03T21:46:11.791Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32502026-06-03T21:46:11.850Z Checking smallvec v0.6.14
32512026-06-03T21:46:11.934Z Checking bitfield v0.19.4
32522026-06-03T21:46:11.971Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32532026-06-03T21:46:12.117Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32542026-06-03T21:46:12.200Z Checking unicode-linebreak v0.1.5
32552026-06-03T21:46:12.242Z Checking base64 v0.21.7
32562026-06-03T21:46:12.297Z Checking hashbrown v0.12.3
32572026-06-03T21:46:12.385Z Checking tagptr v0.2.0
32582026-06-03T21:46:12.410Z Checking smawk v0.3.2
32592026-06-03T21:46:12.480Z Checking linear-map v1.2.0
32602026-06-03T21:46:12.524Z Checking moka v0.12.13
32612026-06-03T21:46:12.538Z Checking textwrap v0.16.2
32622026-06-03T21:46:12.554Z Checking ron v0.8.1
32632026-06-03T21:46:12.625Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32642026-06-03T21:46:12.644Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32652026-06-03T21:46:12.746Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32662026-06-03T21:46:12.789Z Checking steno v0.4.1
32672026-06-03T21:46:13.015Z Checking serde-hex v0.1.0
32682026-06-03T21:46:13.059Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32692026-06-03T21:46:13.134Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32702026-06-03T21:46:13.149Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32712026-06-03T21:46:13.215Z Checking hashbrown v0.13.2
32722026-06-03T21:46:13.537Z Checking crc-any v2.5.0
32732026-06-03T21:46:13.627Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32742026-06-03T21:46:13.712Z Checking object v0.30.4
32752026-06-03T21:47:11.653Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32762026-06-03T21:47:11.659Z Checking hickory-resolver v0.25.2
32772026-06-03T21:47:11.659Z Checking void v1.0.2
32782026-06-03T21:47:11.659Z Checking utf-8 v0.7.6
32792026-06-03T21:47:11.660Z Checking half v1.8.3
32802026-06-03T21:47:11.660Z Checking path-slash v0.1.5
32812026-06-03T21:47:11.660Z Checking tungstenite v0.23.0
32822026-06-03T21:47:11.660Z Checking lzss v0.8.2
32832026-06-03T21:47:11.660Z Checking serde_cbor v0.11.2
32842026-06-03T21:47:11.660Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32852026-06-03T21:47:11.660Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32862026-06-03T21:47:11.660Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32872026-06-03T21:47:11.660Z Checking nix v0.27.1
32882026-06-03T21:47:11.660Z Checking kstat-rs v0.2.4
32892026-06-03T21:47:11.660Z Checking fxhash v0.2.1
32902026-06-03T21:47:11.660Z Checking serde_bytes v0.11.19
32912026-06-03T21:47:11.660Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32922026-06-03T21:47:11.660Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32932026-06-03T21:47:11.660Z Checking tokio-tungstenite v0.23.1
32942026-06-03T21:47:11.660Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32952026-06-03T21:47:11.660Z Checking signal-hook-tokio v0.3.1
32962026-06-03T21:47:11.660Z Compiling typify-macro v0.6.2
32972026-06-03T21:47:11.660Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32982026-06-03T21:47:11.660Z Compiling typify v0.6.2
32992026-06-03T21:47:11.715Z Compiling progenitor-impl v0.13.0
33002026-06-03T21:47:11.715Z Compiling progenitor-impl v0.14.0
33012026-06-03T21:47:11.715Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33022026-06-03T21:47:11.715Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33032026-06-03T21:47:11.715Z Compiling progenitor-macro v0.13.0
33042026-06-03T21:47:11.715Z Compiling progenitor-macro v0.14.0
33052026-06-03T21:47:11.715Z Checking progenitor v0.13.0
33062026-06-03T21:47:11.715Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33072026-06-03T21:47:11.715Z Checking progenitor v0.14.0
33082026-06-03T21:47:11.715Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33092026-06-03T21:47:11.715Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33102026-06-03T21:47:11.715Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33112026-06-03T21:47:11.715Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33122026-06-03T21:47:11.715Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33132026-06-03T21:47:11.715Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33142026-06-03T21:47:11.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.84s
33152026-06-03T21:47:11.715Z
33162026-06-03T21:47:11.715Zinfo: running `cargo check --bins` on gateway-api (134/295)
33172026-06-03T21:47:11.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33182026-06-03T21:47:11.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33192026-06-03T21:47:11.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33202026-06-03T21:47:11.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33212026-06-03T21:47:11.716Z
33222026-06-03T21:47:11.716Zinfo: running `cargo check --bins` on ipcc (135/295)
33232026-06-03T21:47:11.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33242026-06-03T21:47:11.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33252026-06-03T21:47:11.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33262026-06-03T21:47:11.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33272026-06-03T21:47:11.716Z
33282026-06-03T21:47:11.716Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/295)
33292026-06-03T21:47:11.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33302026-06-03T21:47:11.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33312026-06-03T21:47:11.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33322026-06-03T21:47:11.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33332026-06-03T21:47:11.716Z
33342026-06-03T21:47:11.716Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/295)
33352026-06-03T21:47:11.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33362026-06-03T21:47:11.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33372026-06-03T21:47:11.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33382026-06-03T21:47:11.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33392026-06-03T21:47:11.716Z
33402026-06-03T21:47:11.716Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/295)
33412026-06-03T21:47:11.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33422026-06-03T21:47:11.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33432026-06-03T21:47:11.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33442026-06-03T21:47:11.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33452026-06-03T21:47:11.717Z
33462026-06-03T21:47:11.717Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/295)
33472026-06-03T21:47:11.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33482026-06-03T21:47:11.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33492026-06-03T21:47:11.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33502026-06-03T21:47:11.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33512026-06-03T21:47:11.717Z
33522026-06-03T21:47:11.717Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/295)
33532026-06-03T21:47:11.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33542026-06-03T21:47:11.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33552026-06-03T21:47:11.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33562026-06-03T21:47:11.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33572026-06-03T21:47:11.717Z
33582026-06-03T21:47:11.717Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/295)
33592026-06-03T21:47:11.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33602026-06-03T21:47:11.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33612026-06-03T21:47:11.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33622026-06-03T21:47:11.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33632026-06-03T21:47:11.717Z
33642026-06-03T21:47:11.717Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/295)
33652026-06-03T21:47:11.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33662026-06-03T21:47:11.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33672026-06-03T21:47:11.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33682026-06-03T21:47:11.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33692026-06-03T21:47:11.718Z
33702026-06-03T21:47:11.718Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/295)
33712026-06-03T21:47:11.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33722026-06-03T21:47:11.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33732026-06-03T21:47:11.718Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33742026-06-03T21:47:11.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33752026-06-03T21:47:11.718Z
33762026-06-03T21:47:11.718Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/295)
33772026-06-03T21:47:11.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782026-06-03T21:47:11.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792026-06-03T21:47:11.718Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33802026-06-03T21:47:11.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33812026-06-03T21:47:11.718Z
33822026-06-03T21:47:11.718Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/295)
33832026-06-03T21:47:11.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842026-06-03T21:47:11.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852026-06-03T21:47:11.718Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33862026-06-03T21:47:11.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33872026-06-03T21:47:11.719Z
33882026-06-03T21:47:11.719Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/295)
33892026-06-03T21:47:11.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902026-06-03T21:47:11.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912026-06-03T21:47:11.719Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33922026-06-03T21:47:11.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33932026-06-03T21:47:11.719Z
33942026-06-03T21:47:11.719Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/295)
33952026-06-03T21:47:11.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33962026-06-03T21:47:11.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33972026-06-03T21:47:11.719Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33982026-06-03T21:47:11.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33992026-06-03T21:47:11.832Z
34002026-06-03T21:47:11.832Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/295)
34012026-06-03T21:47:11.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022026-06-03T21:47:11.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032026-06-03T21:47:11.832Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34042026-06-03T21:47:11.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34052026-06-03T21:47:11.832Z
34062026-06-03T21:47:11.832Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/295)
34072026-06-03T21:47:11.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082026-06-03T21:47:11.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092026-06-03T21:47:11.832Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34102026-06-03T21:47:11.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34112026-06-03T21:47:11.832Z
34122026-06-03T21:47:11.832Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/295)
34132026-06-03T21:47:11.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142026-06-03T21:47:11.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152026-06-03T21:47:11.832Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34162026-06-03T21:47:11.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34172026-06-03T21:47:11.832Z
34182026-06-03T21:47:11.833Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/295)
34192026-06-03T21:47:11.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202026-06-03T21:47:11.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212026-06-03T21:47:11.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34222026-06-03T21:47:11.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34232026-06-03T21:47:11.833Z
34242026-06-03T21:47:11.833Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/295)
34252026-06-03T21:47:11.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262026-06-03T21:47:11.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272026-06-03T21:47:11.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34282026-06-03T21:47:11.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34292026-06-03T21:47:11.833Z
34302026-06-03T21:47:11.833Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/295)
34312026-06-03T21:47:11.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34322026-06-03T21:47:11.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34332026-06-03T21:47:11.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34342026-06-03T21:47:11.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34352026-06-03T21:47:11.833Z
34362026-06-03T21:47:11.833Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/295)
34372026-06-03T21:47:11.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34382026-06-03T21:47:11.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34392026-06-03T21:47:11.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34402026-06-03T21:47:11.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34412026-06-03T21:47:11.833Z
34422026-06-03T21:47:11.833Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/295)
34432026-06-03T21:47:11.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34442026-06-03T21:47:11.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34452026-06-03T21:47:11.834Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34462026-06-03T21:47:11.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34472026-06-03T21:47:11.834Z
34482026-06-03T21:47:11.834Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/295)
34492026-06-03T21:47:11.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34502026-06-03T21:47:11.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34512026-06-03T21:47:11.834Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34522026-06-03T21:47:11.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34532026-06-03T21:47:11.834Z
34542026-06-03T21:47:11.834Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/295)
34552026-06-03T21:47:11.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34562026-06-03T21:47:11.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34572026-06-03T21:47:11.834Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34582026-06-03T21:47:11.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34592026-06-03T21:47:11.834Z
34602026-06-03T21:47:11.834Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/295)
34612026-06-03T21:47:11.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34622026-06-03T21:47:11.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34632026-06-03T21:47:11.834Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34642026-06-03T21:47:11.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34652026-06-03T21:47:11.834Z
34662026-06-03T21:47:11.834Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/295)
34672026-06-03T21:47:11.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34682026-06-03T21:47:11.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34692026-06-03T21:47:11.834Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34702026-06-03T21:47:11.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34712026-06-03T21:47:11.835Z
34722026-06-03T21:47:11.835Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/295)
34732026-06-03T21:47:11.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34742026-06-03T21:47:11.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34752026-06-03T21:47:11.835Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34762026-06-03T21:47:11.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34772026-06-03T21:47:11.835Z
34782026-06-03T21:47:11.835Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/295)
34792026-06-03T21:47:11.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34802026-06-03T21:47:11.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34812026-06-03T21:47:11.835Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34822026-06-03T21:47:11.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34832026-06-03T21:47:11.835Z
34842026-06-03T21:47:11.835Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/295)
34852026-06-03T21:47:11.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34862026-06-03T21:47:11.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34872026-06-03T21:47:11.835Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34882026-06-03T21:47:11.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34892026-06-03T21:47:11.835Z
34902026-06-03T21:47:11.835Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/295)
34912026-06-03T21:47:11.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34922026-06-03T21:47:11.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34932026-06-03T21:47:11.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34942026-06-03T21:47:11.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34952026-06-03T21:47:11.836Z
34962026-06-03T21:47:11.836Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/295)
34972026-06-03T21:47:11.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34982026-06-03T21:47:11.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34992026-06-03T21:47:11.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35002026-06-03T21:47:11.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35012026-06-03T21:47:11.898Z
35022026-06-03T21:47:11.898Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/295)
35032026-06-03T21:47:11.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35042026-06-03T21:47:11.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35052026-06-03T21:47:11.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35062026-06-03T21:47:11.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35072026-06-03T21:47:11.898Z
35082026-06-03T21:47:11.898Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/295)
35092026-06-03T21:47:11.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35102026-06-03T21:47:11.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35112026-06-03T21:47:11.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35122026-06-03T21:47:11.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35132026-06-03T21:47:11.898Z
35142026-06-03T21:47:11.898Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/295)
35152026-06-03T21:47:11.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35162026-06-03T21:47:11.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35172026-06-03T21:47:11.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35182026-06-03T21:47:11.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35192026-06-03T21:47:11.898Z
35202026-06-03T21:47:11.899Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/295)
35212026-06-03T21:47:11.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35222026-06-03T21:47:11.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35232026-06-03T21:47:11.899Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35242026-06-03T21:47:11.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35252026-06-03T21:47:11.899Z
35262026-06-03T21:47:11.899Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/295)
35272026-06-03T21:47:11.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35282026-06-03T21:47:11.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35292026-06-03T21:47:11.899Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35302026-06-03T21:47:11.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35312026-06-03T21:47:11.899Z
35322026-06-03T21:47:11.899Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/295)
35332026-06-03T21:47:11.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35342026-06-03T21:47:11.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35352026-06-03T21:47:11.899Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35362026-06-03T21:47:11.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35372026-06-03T21:47:11.899Z
35382026-06-03T21:47:11.899Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/295)
35392026-06-03T21:47:11.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35402026-06-03T21:47:11.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35412026-06-03T21:47:11.899Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35422026-06-03T21:47:11.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35432026-06-03T21:47:11.899Z
35442026-06-03T21:47:11.899Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/295)
35452026-06-03T21:47:11.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35462026-06-03T21:47:11.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35472026-06-03T21:47:11.900Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35482026-06-03T21:47:11.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35492026-06-03T21:47:11.900Z
35502026-06-03T21:47:11.900Zinfo: running `cargo check --bins` on oximeter-producer (173/295)
35512026-06-03T21:47:11.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35522026-06-03T21:47:11.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35532026-06-03T21:47:11.900Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35542026-06-03T21:47:11.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35552026-06-03T21:47:11.900Z
35562026-06-03T21:47:11.900Zinfo: running `cargo check --bins` on internal-dns-resolver (174/295)
35572026-06-03T21:47:11.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35582026-06-03T21:47:11.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35592026-06-03T21:47:11.900Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35602026-06-03T21:47:11.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35612026-06-03T21:47:11.900Z
35622026-06-03T21:47:11.900Zinfo: running `cargo check --bins` on dns-server (175/295)
35632026-06-03T21:47:11.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35642026-06-03T21:47:11.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35652026-06-03T21:47:11.900Z Compiling parking_lot_core v0.8.6
35662026-06-03T21:47:11.900Z Compiling atomicwrites v0.4.4
35672026-06-03T21:47:11.900Z Compiling git-stub v1.0.0
35682026-06-03T21:47:11.900Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35692026-06-03T21:47:11.900Z Checking prefix-trie v0.7.0
35702026-06-03T21:47:11.901Z Compiling git-stub-vcs v0.1.0
35712026-06-03T21:47:11.901Z Checking hickory-server v0.25.2
35722026-06-03T21:47:11.901Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35732026-06-03T21:47:11.901Z Checking parking_lot v0.11.2
35742026-06-03T21:47:11.901Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35752026-06-03T21:47:11.901Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35762026-06-03T21:47:11.901Z Checking sled v0.34.7
35772026-06-03T21:47:11.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
35782026-06-03T21:47:11.901Z
35792026-06-03T21:47:11.901Zinfo: running `cargo check --bins` on dns-server-api (176/295)
35802026-06-03T21:47:11.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35812026-06-03T21:47:11.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35822026-06-03T21:47:11.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35832026-06-03T21:47:11.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35842026-06-03T21:47:11.901Z
35852026-06-03T21:47:11.901Zinfo: running `cargo check --bins` on oximeter-producer-api (177/295)
35862026-06-03T21:47:11.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35872026-06-03T21:47:11.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35882026-06-03T21:47:11.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35892026-06-03T21:47:11.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35902026-06-03T21:47:11.901Z
35912026-06-03T21:47:11.901Zinfo: running `cargo check --bins` on sp-sim (178/295)
35922026-06-03T21:47:12.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35932026-06-03T21:47:12.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35942026-06-03T21:47:12.322Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35952026-06-03T21:47:14.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.46s
35962026-06-03T21:47:14.272Z
35972026-06-03T21:47:14.272Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/295)
35982026-06-03T21:47:14.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35992026-06-03T21:47:14.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36002026-06-03T21:47:14.822Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36012026-06-03T21:47:14.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36022026-06-03T21:47:14.928Z
36032026-06-03T21:47:14.928Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/295)
36042026-06-03T21:47:15.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36052026-06-03T21:47:15.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36062026-06-03T21:47:15.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36072026-06-03T21:47:15.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36082026-06-03T21:47:15.585Z
36092026-06-03T21:47:15.585Zinfo: running `cargo check --bins` on db-macros (181/295)
36102026-06-03T21:47:54.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36112026-06-03T21:47:54.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36122026-06-03T21:47:54.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36132026-06-03T21:47:54.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36142026-06-03T21:47:54.696Z
36152026-06-03T21:47:54.696Zinfo: running `cargo check --bins` on nexus-macros-common (182/295)
36162026-06-03T21:47:54.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36172026-06-03T21:47:54.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36182026-06-03T21:47:54.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36192026-06-03T21:47:54.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36202026-06-03T21:47:54.696Z
36212026-06-03T21:47:54.696Zinfo: running `cargo check --bins` on nexus-auth (183/295)
36222026-06-03T21:47:54.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36232026-06-03T21:47:54.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36242026-06-03T21:47:54.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36252026-06-03T21:47:54.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36262026-06-03T21:47:54.696Z
36272026-06-03T21:47:54.696Zinfo: running `cargo check --bins` on authz-macros (184/295)
36282026-06-03T21:47:54.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36292026-06-03T21:47:54.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36302026-06-03T21:47:54.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36312026-06-03T21:47:54.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36322026-06-03T21:47:54.696Z
36332026-06-03T21:47:54.696Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/295)
36342026-06-03T21:47:54.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36352026-06-03T21:47:54.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36362026-06-03T21:47:54.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36372026-06-03T21:47:54.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36382026-06-03T21:47:54.697Z
36392026-06-03T21:47:54.697Zinfo: running `cargo check --bins` on nexus-db-model (186/295)
36402026-06-03T21:47:54.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36412026-06-03T21:47:54.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36422026-06-03T21:47:54.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36432026-06-03T21:47:54.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36442026-06-03T21:47:54.697Z
36452026-06-03T21:47:54.697Zinfo: running `cargo check --bins` on nexus-db-schema (187/295)
36462026-06-03T21:47:54.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36472026-06-03T21:47:54.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36482026-06-03T21:47:54.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36492026-06-03T21:47:54.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36502026-06-03T21:47:54.697Z
36512026-06-03T21:47:54.697Zinfo: running `cargo check --bins` on omicron-rpaths (188/295)
36522026-06-03T21:47:54.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36532026-06-03T21:47:54.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36542026-06-03T21:47:54.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36552026-06-03T21:47:54.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36562026-06-03T21:47:54.948Z
36572026-06-03T21:47:54.948Zinfo: running `cargo check --bins` on nexus-defaults (189/295)
36582026-06-03T21:47:54.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36592026-06-03T21:47:54.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36602026-06-03T21:47:54.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36612026-06-03T21:47:54.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36622026-06-03T21:47:54.948Z
36632026-06-03T21:47:54.948Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/295)
36642026-06-03T21:47:54.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36652026-06-03T21:47:54.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36662026-06-03T21:47:54.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36672026-06-03T21:47:54.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36682026-06-03T21:47:54.948Z
36692026-06-03T21:47:54.948Zinfo: running `cargo check --bins` on parallel-task-set (191/295)
36702026-06-03T21:47:54.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36712026-06-03T21:47:54.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36722026-06-03T21:47:54.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36732026-06-03T21:47:54.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36742026-06-03T21:47:54.949Z
36752026-06-03T21:47:54.949Zinfo: running `cargo check --bins` on nexus-db-errors (192/295)
36762026-06-03T21:47:54.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36772026-06-03T21:47:54.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36782026-06-03T21:47:54.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36792026-06-03T21:47:54.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36802026-06-03T21:47:54.949Z
36812026-06-03T21:47:54.949Zinfo: running `cargo check --bins` on nexus-db-lookup (193/295)
36822026-06-03T21:47:54.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36832026-06-03T21:47:54.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36842026-06-03T21:47:54.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36852026-06-03T21:47:54.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36862026-06-03T21:47:54.949Z
36872026-06-03T21:47:54.949Zinfo: running `cargo check --bins` on nexus-inventory (194/295)
36882026-06-03T21:47:54.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36892026-06-03T21:47:54.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36902026-06-03T21:47:54.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36912026-06-03T21:47:54.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36922026-06-03T21:47:54.949Z
36932026-06-03T21:47:54.949Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (195/295)
36942026-06-03T21:47:54.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36952026-06-03T21:47:54.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36962026-06-03T21:47:54.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36972026-06-03T21:47:54.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36982026-06-03T21:47:54.950Z
36992026-06-03T21:47:54.950Zinfo: running `cargo check --bins --no-default-features` on sled-storage (196/295)
37002026-06-03T21:47:54.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37012026-06-03T21:47:54.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37022026-06-03T21:47:54.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37032026-06-03T21:47:54.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37042026-06-03T21:47:54.950Z
37052026-06-03T21:47:54.950Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (197/295)
37062026-06-03T21:47:54.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37072026-06-03T21:47:54.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37082026-06-03T21:47:54.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37092026-06-03T21:47:54.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37102026-06-03T21:47:54.950Z
37112026-06-03T21:47:54.950Zinfo: running `cargo check --bins` on key-manager (198/295)
37122026-06-03T21:47:54.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37132026-06-03T21:47:54.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37142026-06-03T21:47:54.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37152026-06-03T21:47:54.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37162026-06-03T21:47:54.950Z
37172026-06-03T21:47:54.950Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (199/295)
37182026-06-03T21:47:54.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37192026-06-03T21:47:54.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37202026-06-03T21:47:54.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37212026-06-03T21:47:54.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37222026-06-03T21:47:54.951Z
37232026-06-03T21:47:54.951Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (200/295)
37242026-06-03T21:47:54.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37252026-06-03T21:47:54.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37262026-06-03T21:47:54.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37272026-06-03T21:47:54.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37282026-06-03T21:47:54.951Z
37292026-06-03T21:47:54.951Zinfo: running `cargo check --bins` on typed-rng (201/295)
37302026-06-03T21:47:54.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37312026-06-03T21:47:54.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37322026-06-03T21:47:54.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37332026-06-03T21:47:54.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37342026-06-03T21:47:54.951Z
37352026-06-03T21:47:54.951Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (202/295)
37362026-06-03T21:47:54.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37372026-06-03T21:47:54.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37382026-06-03T21:47:54.951Z Compiling libefi-sys v0.1.0
37392026-06-03T21:47:54.951Z Compiling bitfield-struct v0.6.2
37402026-06-03T21:47:54.951Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37412026-06-03T21:47:54.951Z Compiling xshell-macros v0.2.7
37422026-06-03T21:47:54.951Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37432026-06-03T21:47:54.951Z Compiling typify-impl v0.4.3
37442026-06-03T21:47:54.951Z Compiling salty v0.3.0
37452026-06-03T21:47:54.951Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37462026-06-03T21:47:54.951Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
37472026-06-03T21:47:54.951Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37482026-06-03T21:47:54.951Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37492026-06-03T21:47:54.951Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37502026-06-03T21:47:54.951Z Checking xshell v0.2.7
37512026-06-03T21:47:54.951Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37522026-06-03T21:47:54.951Z Checking primeorder v0.13.6
37532026-06-03T21:47:55.049Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37542026-06-03T21:47:55.050Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37552026-06-03T21:47:55.050Z Compiling proc-macro-error-attr2 v2.0.0
37562026-06-03T21:47:55.050Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37572026-06-03T21:47:55.050Z Checking p384 v0.13.1
37582026-06-03T21:47:55.050Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37592026-06-03T21:47:55.050Z Checking tungstenite v0.21.0
37602026-06-03T21:47:55.050Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37612026-06-03T21:47:55.050Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37622026-06-03T21:47:55.050Z Compiling proc-macro-error2 v2.0.1
37632026-06-03T21:47:55.050Z Compiling num-derive v0.3.3
37642026-06-03T21:47:55.050Z Compiling tabled_derive v0.11.0
37652026-06-03T21:47:55.050Z Checking tokio-tungstenite v0.21.0
37662026-06-03T21:47:55.050Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37672026-06-03T21:47:55.050Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37682026-06-03T21:47:55.051Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37692026-06-03T21:47:55.051Z Checking libscf-sys v1.1.0
37702026-06-03T21:47:55.051Z Checking papergrid v0.17.0
37712026-06-03T21:47:55.051Z Checking testing_table v0.3.0
37722026-06-03T21:47:55.051Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
37732026-06-03T21:47:55.051Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37742026-06-03T21:47:55.051Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37752026-06-03T21:47:55.051Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
37762026-06-03T21:47:55.051Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
37772026-06-03T21:47:55.051Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37782026-06-03T21:47:55.051Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37792026-06-03T21:47:55.051Z Compiling illumos-nvpair-sys v0.2.0
37802026-06-03T21:47:55.052Z Compiling unicase v2.9.0
37812026-06-03T21:47:55.052Z Checking corncobs v0.1.4
37822026-06-03T21:47:55.052Z Checking tabled v0.20.0
37832026-06-03T21:47:55.052Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37842026-06-03T21:47:55.052Z Compiling mime_guess v2.0.5
37852026-06-03T21:47:55.052Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37862026-06-03T21:47:55.052Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37872026-06-03T21:47:55.052Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37882026-06-03T21:47:55.052Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37892026-06-03T21:47:55.052Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
37902026-06-03T21:47:55.052Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
37912026-06-03T21:47:55.052Z Checking progenitor-client v0.11.2
37922026-06-03T21:47:55.052Z Checking secrecy v0.8.0
37932026-06-03T21:47:55.052Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37942026-06-03T21:47:55.052Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37952026-06-03T21:47:55.052Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
37962026-06-03T21:47:55.052Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37972026-06-03T21:47:55.052Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37982026-06-03T21:47:55.052Z Compiling typify-macro v0.4.3
37992026-06-03T21:47:55.052Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
38002026-06-03T21:47:55.052Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38012026-06-03T21:47:55.052Z Checking filetime v0.2.27
38022026-06-03T21:47:55.052Z Checking http-range v0.1.5
38032026-06-03T21:47:55.052Z Checking crc8 v0.1.1
38042026-06-03T21:47:55.052Z Checking xattr v1.6.1
38052026-06-03T21:47:55.052Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38062026-06-03T21:47:55.052Z Checking tar v0.4.45
38072026-06-03T21:47:55.053Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38082026-06-03T21:47:55.053Z Checking illumos-nvpair v0.3.0
38092026-06-03T21:47:55.053Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38102026-06-03T21:47:55.053Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38112026-06-03T21:47:55.053Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
38122026-06-03T21:47:55.053Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38132026-06-03T21:47:55.053Z Checking atty v0.2.14
38142026-06-03T21:47:55.053Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38152026-06-03T21:47:55.053Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
38162026-06-03T21:47:55.053Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38172026-06-03T21:47:55.053Z Compiling typify v0.4.3
38182026-06-03T21:47:55.053Z Compiling progenitor-impl v0.11.2
38192026-06-03T21:47:55.053Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38202026-06-03T21:47:55.053Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38212026-06-03T21:47:55.053Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
38222026-06-03T21:47:55.053Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
38232026-06-03T21:47:55.053Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
38242026-06-03T21:47:55.053Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38252026-06-03T21:47:55.053Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38262026-06-03T21:47:55.053Z Checking hyper-staticfile v0.10.1
38272026-06-03T21:47:55.053Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38282026-06-03T21:47:55.053Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38292026-06-03T21:47:55.053Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38302026-06-03T21:47:55.053Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38312026-06-03T21:47:55.053Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38322026-06-03T21:47:55.054Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38332026-06-03T21:47:55.054Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38342026-06-03T21:47:55.054Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
38352026-06-03T21:47:55.054Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38362026-06-03T21:47:55.054Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38372026-06-03T21:47:55.054Z Compiling progenitor-macro v0.11.2
38382026-06-03T21:47:55.054Z Checking progenitor v0.11.2
38392026-06-03T21:47:55.054Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
38402026-06-03T21:47:55.054Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38412026-06-03T21:47:55.054Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38422026-06-03T21:47:56.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.79s
38432026-06-03T21:47:56.603Z
38442026-06-03T21:47:56.603Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (203/295)
38452026-06-03T21:47:57.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38462026-06-03T21:47:57.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38472026-06-03T21:47:57.600Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38482026-06-03T21:48:08.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.43s
38492026-06-03T21:48:08.220Z
38502026-06-03T21:48:08.220Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (204/295)
38512026-06-03T21:48:09.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38522026-06-03T21:48:09.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38532026-06-03T21:48:09.527Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38542026-06-03T21:48:19.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.33s
38552026-06-03T21:48:19.731Z
38562026-06-03T21:48:19.731Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (205/295)
38572026-06-03T21:48:20.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38582026-06-03T21:48:20.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38592026-06-03T21:48:20.512Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38602026-06-03T21:48:31.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.43s
38612026-06-03T21:48:31.389Z
38622026-06-03T21:48:31.389Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (206/295)
38632026-06-03T21:48:31.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38642026-06-03T21:48:31.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38652026-06-03T21:48:32.183Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38662026-06-03T21:48:42.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.44s
38672026-06-03T21:48:43.045Z
38682026-06-03T21:48:43.045Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (207/295)
38692026-06-03T21:48:43.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38702026-06-03T21:48:43.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38712026-06-03T21:48:43.835Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38722026-06-03T21:48:54.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.42s
38732026-06-03T21:48:54.681Z
38742026-06-03T21:48:54.681Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (208/295)
38752026-06-03T21:48:55.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38762026-06-03T21:48:55.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38772026-06-03T21:48:55.472Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38782026-06-03T21:49:06.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.41s
38792026-06-03T21:49:06.312Z
38802026-06-03T21:49:06.312Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (209/295)
38812026-06-03T21:49:06.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38822026-06-03T21:49:06.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38832026-06-03T21:49:07.089Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38842026-06-03T21:49:17.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.38s
38852026-06-03T21:49:17.913Z
38862026-06-03T21:49:17.913Zinfo: running `cargo check --bins` on bootstrap-agent-api (210/295)
38872026-06-03T21:49:18.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38882026-06-03T21:49:18.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38892026-06-03T21:49:18.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38902026-06-03T21:49:18.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38912026-06-03T21:49:18.504Z
38922026-06-03T21:49:18.504Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (211/295)
38932026-06-03T21:49:19.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38942026-06-03T21:49:19.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38952026-06-03T21:49:19.009Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38962026-06-03T21:49:19.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38972026-06-03T21:49:19.099Z
38982026-06-03T21:49:19.099Zinfo: running `cargo check --bins` on range-requests (212/295)
38992026-06-03T21:49:19.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39002026-06-03T21:49:19.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39012026-06-03T21:49:19.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39022026-06-03T21:49:19.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39032026-06-03T21:49:19.688Z
39042026-06-03T21:49:19.689Zinfo: running `cargo check --bins` on repo-depot-api (213/295)
39052026-06-03T21:49:20.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39062026-06-03T21:49:20.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39072026-06-03T21:49:20.187Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39082026-06-03T21:49:20.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39092026-06-03T21:49:20.277Z
39102026-06-03T21:49:20.277Zinfo: running `cargo check --bins` on sled-agent-api (214/295)
39112026-06-03T21:49:20.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39122026-06-03T21:49:20.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39132026-06-03T21:49:20.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39142026-06-03T21:49:20.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39152026-06-03T21:49:20.882Z
39162026-06-03T21:49:20.882Zinfo: running `cargo check --bins` on sled-diagnostics (215/295)
39172026-06-03T21:49:21.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39182026-06-03T21:49:21.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39192026-06-03T21:49:21.396Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39202026-06-03T21:49:21.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39212026-06-03T21:49:21.492Z
39222026-06-03T21:49:21.492Zinfo: running `cargo check --bins` on zfs-test-harness (216/295)
39232026-06-03T21:49:22.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39242026-06-03T21:49:22.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39252026-06-03T21:49:22.012Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39262026-06-03T21:49:22.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39272026-06-03T21:49:22.107Z
39282026-06-03T21:49:22.107Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (217/295)
39292026-06-03T21:49:22.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39302026-06-03T21:49:22.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39312026-06-03T21:49:22.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39322026-06-03T21:49:22.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39332026-06-03T21:49:22.723Z
39342026-06-03T21:49:22.723Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (218/295)
39352026-06-03T21:49:23.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39362026-06-03T21:49:23.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39372026-06-03T21:49:23.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39382026-06-03T21:49:23.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39392026-06-03T21:49:23.342Z
39402026-06-03T21:49:23.342Zinfo: running `cargo check --bins` on sled-agent-early-networking (219/295)
39412026-06-03T21:49:23.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39422026-06-03T21:49:23.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39432026-06-03T21:49:23.864Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39442026-06-03T21:49:23.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39452026-06-03T21:49:23.961Z
39462026-06-03T21:49:23.961Zinfo: running `cargo check --bins` on sled-agent-health-monitor (220/295)
39472026-06-03T21:49:24.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39482026-06-03T21:49:24.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39492026-06-03T21:49:24.488Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39502026-06-03T21:49:24.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39512026-06-03T21:49:24.580Z
39522026-06-03T21:49:24.581Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (221/295)
39532026-06-03T21:49:25.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39542026-06-03T21:49:25.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39552026-06-03T21:49:25.105Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39562026-06-03T21:49:25.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39572026-06-03T21:49:25.201Z
39582026-06-03T21:49:25.201Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (222/295)
39592026-06-03T21:49:25.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39602026-06-03T21:49:25.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39612026-06-03T21:49:25.721Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39622026-06-03T21:49:25.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39632026-06-03T21:49:25.816Z
39642026-06-03T21:49:25.816Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (223/295)
39652026-06-03T21:49:26.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39662026-06-03T21:49:26.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39672026-06-03T21:49:26.339Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39682026-06-03T21:49:26.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39692026-06-03T21:49:26.431Z
39702026-06-03T21:49:26.431Zinfo: running `cargo check --bins` on sled-agent-rack-setup (224/295)
39712026-06-03T21:49:26.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39722026-06-03T21:49:26.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39732026-06-03T21:49:26.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39742026-06-03T21:49:26.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39752026-06-03T21:49:27.066Z
39762026-06-03T21:49:27.066Zinfo: running `cargo check --bins` on trust-quorum (225/295)
39772026-06-03T21:49:27.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39782026-06-03T21:49:27.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39792026-06-03T21:49:27.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39802026-06-03T21:49:27.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39812026-06-03T21:49:27.682Z
39822026-06-03T21:49:27.682Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (226/295)
39832026-06-03T21:49:28.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39842026-06-03T21:49:28.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39852026-06-03T21:49:28.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39862026-06-03T21:49:28.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39872026-06-03T21:49:28.315Z
39882026-06-03T21:49:28.315Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (227/295)
39892026-06-03T21:49:28.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39902026-06-03T21:49:28.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39912026-06-03T21:49:28.865Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39922026-06-03T21:49:28.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39932026-06-03T21:49:28.970Z
39942026-06-03T21:49:28.970Zinfo: running `cargo check --bins` on update-common (228/295)
39952026-06-03T21:49:29.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39962026-06-03T21:49:29.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39972026-06-03T21:49:29.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39982026-06-03T21:49:29.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39992026-06-03T21:49:29.575Z
40002026-06-03T21:49:29.575Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (229/295)
40012026-06-03T21:49:30.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40022026-06-03T21:49:30.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40032026-06-03T21:49:30.123Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40042026-06-03T21:49:30.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40052026-06-03T21:49:30.223Z
40062026-06-03T21:49:30.223Zinfo: running `cargo check --bins` on omicron-deployment-graph (230/295)
40072026-06-03T21:49:30.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40082026-06-03T21:49:30.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40092026-06-03T21:49:30.714Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40102026-06-03T21:49:30.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40112026-06-03T21:49:30.801Z
40122026-06-03T21:49:30.801Zinfo: running `cargo check --bins` on reconfigurator-cli (231/295)
40132026-06-03T21:49:31.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40142026-06-03T21:49:31.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40152026-06-03T21:49:31.571Z Compiling fs-err v2.11.0
40162026-06-03T21:49:31.574Z Checking ignore v0.4.25
40172026-06-03T21:49:31.574Z Checking arc-swap v1.8.2
40182026-06-03T21:49:31.707Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40192026-06-03T21:49:31.710Z Checking predicates-tree v1.0.13
40202026-06-03T21:49:31.710Z Checking parse-size v1.1.0
40212026-06-03T21:49:31.737Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40222026-06-03T21:49:31.740Z Checking rand_seeder v0.4.0
40232026-06-03T21:49:31.800Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40242026-06-03T21:49:31.833Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40252026-06-03T21:49:31.883Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40262026-06-03T21:49:31.895Z Checking slog-scope v4.4.1
40272026-06-03T21:49:31.933Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40282026-06-03T21:49:32.020Z Checking slog-stdlog v4.1.1
40292026-06-03T21:49:32.035Z Compiling petname v2.0.2
40302026-06-03T21:49:32.052Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40312026-06-03T21:49:32.086Z Checking globwalk v0.9.1
40322026-06-03T21:49:32.119Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40332026-06-03T21:49:32.135Z Checking slog-envlogger v2.2.0
40342026-06-03T21:49:32.258Z Checking camino-tempfile-ext v0.3.3
40352026-06-03T21:49:32.279Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40362026-06-03T21:49:32.318Z Checking sapling-renderdag v0.1.0
40372026-06-03T21:49:32.449Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40382026-06-03T21:49:32.464Z Checking subprocess v0.2.15
40392026-06-03T21:49:32.550Z Checking sync-ptr v0.1.4
40402026-06-03T21:49:32.663Z Checking colored v2.2.0
40412026-06-03T21:49:32.675Z Checking assert_matches v1.5.0
40422026-06-03T21:49:32.736Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40432026-06-03T21:49:32.910Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40442026-06-03T21:49:32.913Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40452026-06-03T21:49:33.636Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40462026-06-03T21:49:34.954Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40472026-06-03T21:49:37.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.32s
40482026-06-03T21:49:37.333Z
40492026-06-03T21:49:37.333Zinfo: running `cargo check --bins` on omicron-repl-utils (232/295)
40502026-06-03T21:49:37.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40512026-06-03T21:49:37.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40522026-06-03T21:49:37.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40532026-06-03T21:49:37.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40542026-06-03T21:49:37.915Z
40552026-06-03T21:49:37.915Zinfo: running `cargo check --bins` on transient-dns-server (233/295)
40562026-06-03T21:49:38.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40572026-06-03T21:49:38.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40582026-06-03T21:49:38.428Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40592026-06-03T21:49:38.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40602026-06-03T21:49:38.521Z
40612026-06-03T21:49:38.521Zinfo: running `cargo check --bins` on nexus-test-interface (234/295)
40622026-06-03T21:49:39.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40632026-06-03T21:49:39.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40642026-06-03T21:49:39.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40652026-06-03T21:49:39.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40662026-06-03T21:49:39.172Z
40672026-06-03T21:49:39.172Zinfo: running `cargo check --bins` on oximeter-collector (235/295)
40682026-06-03T21:49:39.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40692026-06-03T21:49:39.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40702026-06-03T21:49:39.888Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40712026-06-03T21:49:39.891Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40722026-06-03T21:49:40.535Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40732026-06-03T21:49:42.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.92s
40742026-06-03T21:49:42.295Z
40752026-06-03T21:49:42.295Zinfo: running `cargo check --bins` on oximeter-api (236/295)
40762026-06-03T21:49:42.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40772026-06-03T21:49:42.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40782026-06-03T21:49:42.800Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40792026-06-03T21:49:42.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40802026-06-03T21:49:42.894Z
40812026-06-03T21:49:42.894Zinfo: running `cargo check --bins` on cert-dev (237/295)
40822026-06-03T21:49:43.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40832026-06-03T21:49:43.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40842026-06-03T21:49:43.498Z Checking yasna v0.5.2
40852026-06-03T21:49:43.899Z Checking rcgen v0.12.1
40862026-06-03T21:49:44.141Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
40872026-06-03T21:49:44.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
40882026-06-03T21:49:44.503Z
40892026-06-03T21:49:44.503Zinfo: running `cargo check --bins` on clickana (238/295)
40902026-06-03T21:49:45.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40912026-06-03T21:49:45.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40922026-06-03T21:49:45.149Z Compiling darling_core v0.23.0
40932026-06-03T21:49:45.257Z Compiling instability v0.3.11
40942026-06-03T21:49:45.263Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
40952026-06-03T21:49:45.266Z Checking castaway v0.2.4
40962026-06-03T21:49:45.268Z Compiling indoc v2.0.7
40972026-06-03T21:49:45.282Z Checking unicode-truncate v1.1.0
40982026-06-03T21:49:45.285Z Checking lru v0.12.5
40992026-06-03T21:49:45.285Z Checking cassowary v0.3.0
41002026-06-03T21:49:45.357Z Checking compact_str v0.8.1
41012026-06-03T21:49:46.552Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
41022026-06-03T21:49:46.682Z Compiling darling_macro v0.23.0
41032026-06-03T21:49:46.725Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41042026-06-03T21:49:47.084Z Compiling darling v0.23.0
41052026-06-03T21:49:47.692Z Checking ratatui v0.29.0
41062026-06-03T21:49:48.733Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41072026-06-03T21:49:49.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.89s
41082026-06-03T21:49:49.579Z
41092026-06-03T21:49:49.579Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (239/295)
41102026-06-03T21:49:50.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41112026-06-03T21:49:50.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41122026-06-03T21:49:50.294Z Checking headers-core v0.3.0
41132026-06-03T21:49:50.298Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41142026-06-03T21:49:50.491Z Checking headers v0.4.1
41152026-06-03T21:49:50.859Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41162026-06-03T21:49:51.698Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41172026-06-03T21:49:52.196Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41182026-06-03T21:49:52.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.02s
41192026-06-03T21:49:52.806Z
41202026-06-03T21:49:52.806Zinfo: running `cargo check --bins` on ch-dev (240/295)
41212026-06-03T21:49:53.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41222026-06-03T21:49:53.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41232026-06-03T21:49:53.522Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41242026-06-03T21:49:54.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
41252026-06-03T21:49:54.464Z
41262026-06-03T21:49:54.464Zinfo: running `cargo check --bins` on dev-tools-common (241/295)
41272026-06-03T21:49:54.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41282026-06-03T21:49:54.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41292026-06-03T21:49:54.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41302026-06-03T21:49:54.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
41312026-06-03T21:49:54.930Z
41322026-06-03T21:49:54.930Zinfo: running `cargo check --bins` on crdb-seed (242/295)
41332026-06-03T21:49:55.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41342026-06-03T21:49:55.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41352026-06-03T21:49:55.641Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41362026-06-03T21:49:56.608Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41372026-06-03T21:49:56.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.00s
41382026-06-03T21:49:57.139Z
41392026-06-03T21:49:57.139Zinfo: running `cargo check --bins` on db-dev (243/295)
41402026-06-03T21:49:57.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41412026-06-03T21:49:57.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41422026-06-03T21:49:57.851Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41432026-06-03T21:49:58.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
41442026-06-03T21:49:58.812Z
41452026-06-03T21:49:58.812Zinfo: running `cargo check --bins` on omicron-dev-lib (244/295)
41462026-06-03T21:49:59.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41472026-06-03T21:49:59.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41482026-06-03T21:49:59.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41492026-06-03T21:49:59.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41502026-06-03T21:49:59.443Z
41512026-06-03T21:49:59.443Zinfo: running `cargo check --bins` on xtask-downloader (245/295)
41522026-06-03T21:49:59.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41532026-06-03T21:49:59.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41542026-06-03T21:50:00.048Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41552026-06-03T21:50:00.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s
41562026-06-03T21:50:00.896Z
41572026-06-03T21:50:00.896Zinfo: running `cargo check --bins` on omicron-dropshot-apis (246/295)
41582026-06-03T21:50:01.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41592026-06-03T21:50:01.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41602026-06-03T21:50:01.639Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41612026-06-03T21:50:01.639Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41622026-06-03T21:50:01.639Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
41632026-06-03T21:50:01.643Z Checking git-stub v1.0.0
41642026-06-03T21:50:01.643Z Compiling trait-variant v0.1.2
41652026-06-03T21:50:01.643Z Checking is_ci v1.2.0
41662026-06-03T21:50:01.758Z Checking maplit v1.0.2
41672026-06-03T21:50:01.788Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41682026-06-03T21:50:01.839Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41692026-06-03T21:50:01.865Z Checking supports-color v3.0.2
41702026-06-03T21:50:01.896Z Checking git-stub-vcs v0.1.0
41712026-06-03T21:50:01.982Z Checking drift v0.2.0
41722026-06-03T21:50:02.029Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41732026-06-03T21:50:02.046Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41742026-06-03T21:50:02.090Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41752026-06-03T21:50:02.255Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41762026-06-03T21:50:02.306Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
41772026-06-03T21:50:02.321Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41782026-06-03T21:50:02.336Z Checking dropshot-api-manager v0.7.2
41792026-06-03T21:50:02.496Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41802026-06-03T21:50:02.533Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
41812026-06-03T21:50:02.678Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
41822026-06-03T21:50:03.035Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41832026-06-03T21:50:07.945Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
41842026-06-03T21:50:09.016Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
41852026-06-03T21:50:09.570Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
41862026-06-03T21:50:09.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.09s
41872026-06-03T21:50:10.189Z
41882026-06-03T21:50:10.190Zinfo: running `cargo check --bins` on installinator-api (247/295)
41892026-06-03T21:50:10.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41902026-06-03T21:50:10.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41912026-06-03T21:50:10.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41922026-06-03T21:50:10.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41932026-06-03T21:50:10.782Z
41942026-06-03T21:50:10.782Zinfo: running `cargo check --bins` on nexus-external-api (248/295)
41952026-06-03T21:50:11.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41962026-06-03T21:50:11.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41972026-06-03T21:50:11.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41982026-06-03T21:50:11.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41992026-06-03T21:50:11.420Z
42002026-06-03T21:50:11.420Zinfo: running `cargo check --bins` on nexus-internal-api (249/295)
42012026-06-03T21:50:11.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42022026-06-03T21:50:11.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42032026-06-03T21:50:11.953Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42042026-06-03T21:50:11.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
42052026-06-03T21:50:12.053Z
42062026-06-03T21:50:12.053Zinfo: running `cargo check --bins` on nexus-lockstep-api (250/295)
42072026-06-03T21:50:12.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42082026-06-03T21:50:12.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42092026-06-03T21:50:12.591Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42102026-06-03T21:50:12.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
42112026-06-03T21:50:12.691Z
42122026-06-03T21:50:12.691Zinfo: running `cargo check --bins` on ntp-admin-api (251/295)
42132026-06-03T21:50:13.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42142026-06-03T21:50:13.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42152026-06-03T21:50:13.202Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42162026-06-03T21:50:13.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42172026-06-03T21:50:13.292Z
42182026-06-03T21:50:13.292Zinfo: running `cargo check --bins` on ntp-admin-types-versions (252/295)
42192026-06-03T21:50:13.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42202026-06-03T21:50:13.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42212026-06-03T21:50:13.793Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42222026-06-03T21:50:13.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42232026-06-03T21:50:13.882Z
42242026-06-03T21:50:13.882Zinfo: running `cargo check --bins` on wicketd-api (253/295)
42252026-06-03T21:50:14.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42262026-06-03T21:50:14.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42272026-06-03T21:50:14.400Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42282026-06-03T21:50:14.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42292026-06-03T21:50:14.494Z
42302026-06-03T21:50:14.494Zinfo: running `cargo check --bins` on omicron-ls-apis (254/295)
42312026-06-03T21:50:14.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42322026-06-03T21:50:14.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42332026-06-03T21:50:15.100Z Checking typeid v1.0.3
42342026-06-03T21:50:15.214Z Checking ordered-float v2.10.1
42352026-06-03T21:50:15.233Z Checking unicode-xid v0.2.6
42362026-06-03T21:50:15.236Z Checking cargo-platform v0.2.0
42372026-06-03T21:50:15.255Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42382026-06-03T21:50:15.278Z Checking erased-serde v0.4.9
42392026-06-03T21:50:15.411Z Checking serde-value v0.7.0
42402026-06-03T21:50:15.586Z Checking serde-untagged v0.1.9
42412026-06-03T21:50:15.753Z Checking cargo-util-schemas v0.8.2
42422026-06-03T21:50:16.437Z Checking cargo_metadata v0.21.0
42432026-06-03T21:50:17.030Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42442026-06-03T21:50:17.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s
42452026-06-03T21:50:17.935Z
42462026-06-03T21:50:17.935Zinfo: running `cargo check --bins` on mgs-dev (255/295)
42472026-06-03T21:50:18.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42482026-06-03T21:50:18.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42492026-06-03T21:50:18.663Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42502026-06-03T21:50:19.281Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42512026-06-03T21:50:19.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s
42522026-06-03T21:50:19.983Z
42532026-06-03T21:50:19.983Zinfo: running `cargo check --bins` on omicron-omdb (256/295)
42542026-06-03T21:50:20.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42552026-06-03T21:50:20.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42562026-06-03T21:50:20.932Z Compiling vergen-lib v0.1.6
42572026-06-03T21:50:20.932Z Compiling vergen-gitcl v1.0.8
42582026-06-03T21:50:20.932Z Compiling dirs-sys-next v0.1.2
42592026-06-03T21:50:20.932Z Compiling glob v0.3.3
42602026-06-03T21:50:20.936Z Compiling crunchy v0.2.4
42612026-06-03T21:50:20.936Z Compiling diesel_derives v2.3.7
42622026-06-03T21:50:20.936Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42632026-06-03T21:50:21.121Z Compiling dsl_auto_type v0.2.0
42642026-06-03T21:50:21.301Z Checking scheduled-thread-pool v0.2.7
42652026-06-03T21:50:21.394Z Compiling dirs-next v2.0.0
42662026-06-03T21:50:21.412Z Compiling diesel_table_macro_syntax v0.3.0
42672026-06-03T21:50:21.415Z Compiling tiny-keccak v2.0.2
42682026-06-03T21:50:21.449Z Compiling clang-sys v1.8.1
42692026-06-03T21:50:21.483Z Checking r2d2 v0.8.10
42702026-06-03T21:50:21.515Z Compiling term v0.7.0
42712026-06-03T21:50:21.660Z Checking downcast-rs v2.0.2
42722026-06-03T21:50:21.674Z Compiling bit-vec v0.6.3
42732026-06-03T21:50:21.754Z Compiling itertools v0.10.5
42742026-06-03T21:50:21.813Z Compiling ascii-canvas v3.0.0
42752026-06-03T21:50:21.887Z Compiling bit-set v0.5.3
42762026-06-03T21:50:22.046Z Compiling ena v0.14.4
42772026-06-03T21:50:22.061Z Compiling libloading v0.8.9
42782026-06-03T21:50:22.065Z Compiling diff v0.1.13
42792026-06-03T21:50:22.126Z Compiling regex-syntax v0.6.29
42802026-06-03T21:50:22.171Z Compiling bindgen v0.71.1
42812026-06-03T21:50:22.266Z Compiling cexpr v0.6.0
42822026-06-03T21:50:22.331Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42832026-06-03T21:50:22.521Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
42842026-06-03T21:50:22.612Z Compiling rustc-hash v2.1.1
42852026-06-03T21:50:22.696Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42862026-06-03T21:50:22.744Z Compiling libxml v0.3.3
42872026-06-03T21:50:22.821Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
42882026-06-03T21:50:22.927Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
42892026-06-03T21:50:22.993Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42902026-06-03T21:50:23.197Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
42912026-06-03T21:50:23.249Z Compiling strum_macros v0.24.3
42922026-06-03T21:50:23.292Z Compiling indoc v1.0.9
42932026-06-03T21:50:23.456Z Compiling lalrpop v0.19.12
42942026-06-03T21:50:24.211Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42952026-06-03T21:50:24.418Z Checking derive_builder v0.20.2
42962026-06-03T21:50:24.540Z Compiling oso-derive v0.27.3
42972026-06-03T21:50:24.588Z Checking quick-xml v0.37.5
42982026-06-03T21:50:24.735Z Compiling impl-trait-for-tuples v0.2.3
42992026-06-03T21:50:25.037Z Checking openssl-probe v0.1.6
43002026-06-03T21:50:25.179Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43012026-06-03T21:50:25.460Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43022026-06-03T21:50:25.654Z Checking bb8 v0.8.6
43032026-06-03T21:50:25.915Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43042026-06-03T21:50:25.932Z Compiling libz-sys v1.1.24
43052026-06-03T21:50:25.932Z Checking nonempty v0.12.0
43062026-06-03T21:50:26.119Z Compiling strsim v0.10.0
43072026-06-03T21:50:26.139Z Compiling libgit2-sys v0.18.3+1.9.2
43082026-06-03T21:50:26.276Z Compiling vergen-git2 v9.1.0
43092026-06-03T21:50:26.377Z Compiling darling_core v0.13.4
43102026-06-03T21:50:26.494Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43112026-06-03T21:50:26.561Z Compiling rustls v0.21.12
43122026-06-03T21:50:26.684Z Compiling base64 v0.21.7
43132026-06-03T21:50:26.788Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
43142026-06-03T21:50:27.021Z Compiling ron v0.8.1
43152026-06-03T21:50:27.037Z Checking diesel v2.3.7
43162026-06-03T21:50:27.704Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43172026-06-03T21:50:27.895Z Checking rustls-webpki v0.101.7
43182026-06-03T21:50:27.982Z Checking sct v0.7.1
43192026-06-03T21:50:28.147Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
43202026-06-03T21:50:28.262Z Compiling darling_macro v0.13.4
43212026-06-03T21:50:28.738Z Compiling darling v0.13.4
43222026-06-03T21:50:28.831Z Compiling serde_with_macros v1.5.2
43232026-06-03T21:50:28.869Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43242026-06-03T21:50:29.557Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43252026-06-03T21:50:29.702Z Compiling serde_with v1.14.0
43262026-06-03T21:50:30.601Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43272026-06-03T21:50:30.844Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43282026-06-03T21:50:31.310Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43292026-06-03T21:50:31.973Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43302026-06-03T21:50:32.155Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43312026-06-03T21:50:32.173Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43322026-06-03T21:50:32.345Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43332026-06-03T21:50:32.362Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43342026-06-03T21:50:32.376Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43352026-06-03T21:50:32.648Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43362026-06-03T21:50:32.662Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43372026-06-03T21:50:32.679Z Checking tokio-rustls v0.24.1
43382026-06-03T21:50:32.874Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43392026-06-03T21:50:33.449Z Checking rustls-pemfile v1.0.4
43402026-06-03T21:50:33.490Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43412026-06-03T21:50:33.590Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43422026-06-03T21:50:33.701Z Checking twox-hash v2.1.2
43432026-06-03T21:50:33.780Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43442026-06-03T21:50:34.027Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43452026-06-03T21:50:34.057Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43462026-06-03T21:50:34.244Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
43472026-06-03T21:50:34.394Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
43482026-06-03T21:50:35.660Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43492026-06-03T21:50:35.735Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43502026-06-03T21:50:36.050Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43512026-06-03T21:50:36.388Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43522026-06-03T21:50:36.748Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43532026-06-03T21:50:36.950Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43542026-06-03T21:50:37.254Z Checking console v0.16.2
43552026-06-03T21:50:37.566Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43562026-06-03T21:50:37.707Z Checking fatfs v0.3.6
43572026-06-03T21:50:37.901Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43582026-06-03T21:50:38.160Z Checking unit-prefix v0.5.2
43592026-06-03T21:50:38.318Z Compiling seq-macro v0.3.6
43602026-06-03T21:50:38.379Z Checking indicatif v0.18.4
43612026-06-03T21:50:38.812Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43622026-06-03T21:50:38.829Z Checking support-bundle-viewer v0.1.2
43632026-06-03T21:50:39.068Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43642026-06-03T21:50:39.219Z Checking multimap v0.10.1
43652026-06-03T21:50:45.030Z Checking diesel-dtrace v0.5.0
43662026-06-03T21:50:45.277Z Checking async-bb8-diesel v0.2.1
43672026-06-03T21:50:48.447Z Compiling samael v0.0.19
43682026-06-03T21:50:53.591Z Compiling git2 v0.20.4
43692026-06-03T21:50:54.394Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43702026-06-03T21:50:55.015Z Compiling polar-core v0.27.3
43712026-06-03T21:50:56.028Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43722026-06-03T21:50:59.452Z Checking oso v0.27.3
43732026-06-03T21:51:26.999Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43742026-06-03T21:52:37.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 17s
43752026-06-03T21:52:37.382Z
43762026-06-03T21:52:37.382Zinfo: running `cargo check --bins` on nexus-networking (257/295)
43772026-06-03T21:52:37.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43782026-06-03T21:52:37.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43792026-06-03T21:52:37.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43802026-06-03T21:52:37.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
43812026-06-03T21:52:38.086Z
43822026-06-03T21:52:38.087Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (258/295)
43832026-06-03T21:52:38.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43842026-06-03T21:52:38.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43852026-06-03T21:52:38.640Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43862026-06-03T21:52:38.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43872026-06-03T21:52:38.747Z
43882026-06-03T21:52:38.747Zinfo: running `cargo check --bins` on nexus-saga-recovery (259/295)
43892026-06-03T21:52:39.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43902026-06-03T21:52:39.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43912026-06-03T21:52:39.349Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43922026-06-03T21:52:39.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43932026-06-03T21:52:39.417Z
43942026-06-03T21:52:39.417Zinfo: running `cargo check --bins` on nexus-test-utils-macros (260/295)
43952026-06-03T21:52:39.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43962026-06-03T21:52:39.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43972026-06-03T21:52:39.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43982026-06-03T21:52:39.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43992026-06-03T21:52:39.993Z
44002026-06-03T21:52:39.993Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (261/295)
44012026-06-03T21:52:40.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44022026-06-03T21:52:40.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44032026-06-03T21:52:40.813Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44042026-06-03T21:52:41.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.58s
44052026-06-03T21:52:41.800Z
44062026-06-03T21:52:41.800Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (262/295)
44072026-06-03T21:52:42.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44082026-06-03T21:52:42.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44092026-06-03T21:52:42.614Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44102026-06-03T21:53:18.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.06s
44112026-06-03T21:53:19.091Z
44122026-06-03T21:53:19.091Zinfo: running `cargo check --bins` on nexus-background-task-interface (263/295)
44132026-06-03T21:53:19.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44142026-06-03T21:53:19.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44152026-06-03T21:53:19.583Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44162026-06-03T21:53:19.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44172026-06-03T21:53:19.668Z
44182026-06-03T21:53:19.669Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (264/295)
44192026-06-03T21:53:20.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44202026-06-03T21:53:20.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44212026-06-03T21:53:20.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44222026-06-03T21:53:20.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
44232026-06-03T21:53:20.302Z
44242026-06-03T21:53:20.302Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (265/295)
44252026-06-03T21:53:20.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44262026-06-03T21:53:20.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44272026-06-03T21:53:20.852Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44282026-06-03T21:53:20.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
44292026-06-03T21:53:20.950Z
44302026-06-03T21:53:20.950Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (266/295)
44312026-06-03T21:53:21.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44322026-06-03T21:53:21.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44332026-06-03T21:53:21.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44342026-06-03T21:53:21.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
44352026-06-03T21:53:21.597Z
44362026-06-03T21:53:21.597Zinfo: running `cargo check --bins` on nexus-mgs-updates (267/295)
44372026-06-03T21:53:22.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44382026-06-03T21:53:22.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44392026-06-03T21:53:22.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44402026-06-03T21:53:22.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
44412026-06-03T21:53:22.233Z
44422026-06-03T21:53:22.233Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (268/295)
44432026-06-03T21:53:22.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44442026-06-03T21:53:22.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44452026-06-03T21:53:22.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44462026-06-03T21:53:22.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
44472026-06-03T21:53:22.877Z
44482026-06-03T21:53:22.877Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (269/295)
44492026-06-03T21:53:23.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44502026-06-03T21:53:23.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44512026-06-03T21:53:23.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44522026-06-03T21:53:23.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
44532026-06-03T21:53:23.528Z
44542026-06-03T21:53:23.528Zinfo: running `cargo check --bins` on support-bundle-collection (270/295)
44552026-06-03T21:53:24.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44562026-06-03T21:53:24.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44572026-06-03T21:53:24.075Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44582026-06-03T21:53:24.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
44592026-06-03T21:53:24.175Z
44602026-06-03T21:53:24.176Zinfo: running `cargo check --bins` on omicron-dev (271/295)
44612026-06-03T21:53:24.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44622026-06-03T21:53:24.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44632026-06-03T21:53:25.064Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44642026-06-03T21:53:25.067Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44652026-06-03T21:53:25.249Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
44662026-06-03T21:53:25.280Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
44672026-06-03T21:53:25.300Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
44682026-06-03T21:53:25.303Z Checking diff v0.1.13
44692026-06-03T21:53:25.303Z Checking yansi v1.0.1
44702026-06-03T21:53:25.316Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44712026-06-03T21:53:25.386Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
44722026-06-03T21:53:25.560Z Checking pretty_assertions v1.4.1
44732026-06-03T21:53:26.199Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44742026-06-03T21:53:26.355Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
44752026-06-03T21:53:49.690Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44762026-06-03T21:53:49.694Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
44772026-06-03T21:53:49.694Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
44782026-06-03T21:53:49.694Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
44792026-06-03T21:53:49.694Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
44802026-06-03T21:53:49.694Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
44812026-06-03T21:53:50.503Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44822026-06-03T21:53:50.506Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
44832026-06-03T21:53:51.723Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44842026-06-03T21:54:27.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 03s
44852026-06-03T21:54:28.003Z
44862026-06-03T21:54:28.003Zinfo: running `cargo check --bins` on omicron-pins (272/295)
44872026-06-03T21:54:28.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44882026-06-03T21:54:28.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44892026-06-03T21:54:28.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44902026-06-03T21:54:28.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44912026-06-03T21:54:28.585Z
44922026-06-03T21:54:28.585Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (273/295)
44932026-06-03T21:54:29.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44942026-06-03T21:54:29.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44952026-06-03T21:54:29.354Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
44962026-06-03T21:54:29.479Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
44972026-06-03T21:54:29.486Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
44982026-06-03T21:54:55.231Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
44992026-06-03T21:54:55.614Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45002026-06-03T21:54:57.298Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45012026-06-03T21:54:57.743Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45022026-06-03T21:55:00.647Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45032026-06-03T21:55:23.208Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45042026-06-03T21:55:23.903Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45052026-06-03T21:55:25.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.92s
45062026-06-03T21:55:25.724Z
45072026-06-03T21:55:25.724Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (274/295)
45082026-06-03T21:55:26.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45092026-06-03T21:55:26.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45102026-06-03T21:55:26.433Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45112026-06-03T21:55:27.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
45122026-06-03T21:55:27.307Z
45132026-06-03T21:55:27.307Zinfo: running `cargo check --bins` on omicron-releng (275/295)
45142026-06-03T21:55:27.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45152026-06-03T21:55:27.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45162026-06-03T21:55:27.954Z Compiling blake3 v1.8.3
45172026-06-03T21:55:28.064Z Checking arrayref v0.3.9
45182026-06-03T21:55:28.064Z Checking constant_time_eq v0.4.2
45192026-06-03T21:55:28.068Z Checking arrayvec v0.7.6
45202026-06-03T21:55:28.083Z Checking topological-sort v0.2.2
45212026-06-03T21:55:28.086Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45222026-06-03T21:55:28.086Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45232026-06-03T21:55:28.086Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
45242026-06-03T21:55:28.123Z Checking shell-words v1.1.1
45252026-06-03T21:55:28.844Z Checking omicron-zone-package v0.12.2
45262026-06-03T21:55:29.550Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45272026-06-03T21:55:30.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.08s
45282026-06-03T21:55:30.597Z
45292026-06-03T21:55:30.597Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (276/295)
45302026-06-03T21:55:31.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45312026-06-03T21:55:31.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45322026-06-03T21:55:31.244Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
45332026-06-03T21:55:31.556Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45342026-06-03T21:55:31.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
45352026-06-03T21:55:32.149Z
45362026-06-03T21:55:32.149Zinfo: running `cargo check --bins` on schema (277/295)
45372026-06-03T21:55:32.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45382026-06-03T21:55:32.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45392026-06-03T21:55:32.872Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
45402026-06-03T21:55:33.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
45412026-06-03T21:55:33.750Z
45422026-06-03T21:55:33.750Zinfo: running `cargo check --bins` on xtask (278/295)
45432026-06-03T21:55:34.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45442026-06-03T21:55:34.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45452026-06-03T21:55:34.198Z Checking libc v0.2.185
45462026-06-03T21:55:34.281Z Checking serde v1.0.228
45472026-06-03T21:55:34.285Z Checking zerofrom v0.1.6
45482026-06-03T21:55:34.290Z Checking bitflags v2.11.0
45492026-06-03T21:55:34.296Z Checking smallvec v1.15.1
45502026-06-03T21:55:34.299Z Checking indexmap v2.14.0
45512026-06-03T21:55:34.316Z Checking serde_json v1.0.149
45522026-06-03T21:55:34.319Z Checking scroll v0.12.0
45532026-06-03T21:55:34.381Z Checking yoke v0.8.1
45542026-06-03T21:55:34.430Z Checking num-traits v0.2.19
45552026-06-03T21:55:34.464Z Checking thiserror v1.0.69
45562026-06-03T21:55:34.538Z Checking percent-encoding v2.3.2
45572026-06-03T21:55:34.548Z Checking zerovec v0.11.5
45582026-06-03T21:55:34.558Z Checking zerotrie v0.2.3
45592026-06-03T21:55:34.568Z Checking errno v0.3.14
45602026-06-03T21:55:34.665Z Checking toml_datetime v0.6.11
45612026-06-03T21:55:34.675Z Checking serde_spanned v0.6.9
45622026-06-03T21:55:34.684Z Checking rustix v1.1.3
45632026-06-03T21:55:34.790Z Checking log v0.4.29
45642026-06-03T21:55:34.801Z Checking zerocopy v0.7.35
45652026-06-03T21:55:34.819Z Checking form_urlencoded v1.2.2
45662026-06-03T21:55:34.840Z Checking toml_edit v0.22.27
45672026-06-03T21:55:34.909Z Checking getrandom v0.4.1
45682026-06-03T21:55:34.936Z Checking goblin v0.8.2
45692026-06-03T21:55:34.946Z Checking ordered-float v2.10.1
45702026-06-03T21:55:34.950Z Checking thiserror v2.0.18
45712026-06-03T21:55:34.972Z Checking tinystr v0.8.2
45722026-06-03T21:55:35.034Z Checking potential_utf v0.1.4
45732026-06-03T21:55:35.051Z Checking syn v2.0.117
45742026-06-03T21:55:35.148Z Checking icu_locale_core v2.1.1
45752026-06-03T21:55:35.162Z Checking serde-value v0.7.0
45762026-06-03T21:55:35.166Z Checking icu_collections v2.1.1
45772026-06-03T21:55:35.277Z Checking dtrace-parser v0.2.0
45782026-06-03T21:55:35.365Z Checking thread-id v4.2.2
45792026-06-03T21:55:35.446Z Checking once_cell v1.21.3
45802026-06-03T21:55:35.476Z Checking cargo-platform v0.2.0
45812026-06-03T21:55:35.489Z Checking terminal_size v0.4.3
45822026-06-03T21:55:35.521Z Checking memmap v0.7.0
45832026-06-03T21:55:35.615Z Checking tempfile v3.25.0
45842026-06-03T21:55:35.627Z Checking clap_builder v4.5.60
45852026-06-03T21:55:35.645Z Checking textwrap v0.16.2
45862026-06-03T21:55:35.648Z Checking fs-err v3.3.0
45872026-06-03T21:55:35.691Z Checking icu_provider v2.1.1
45882026-06-03T21:55:35.802Z Checking camino-tempfile v1.4.1
45892026-06-03T21:55:35.823Z Checking anyhow v1.0.102
45902026-06-03T21:55:35.846Z Checking tabled v0.15.0
45912026-06-03T21:55:35.923Z Checking icu_properties v2.1.2
45922026-06-03T21:55:35.926Z Checking icu_normalizer v2.1.1
45932026-06-03T21:55:35.949Z Checking toml v0.8.23
45942026-06-03T21:55:36.013Z Checking macaddr v1.0.1
45952026-06-03T21:55:36.189Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
45962026-06-03T21:55:36.257Z Checking cargo_toml v0.21.0
45972026-06-03T21:55:36.716Z Checking idna_adapter v1.2.1
45982026-06-03T21:55:36.796Z Checking dof v0.3.0
45992026-06-03T21:55:36.808Z Checking clap v4.5.60
46002026-06-03T21:55:36.831Z Checking idna v1.1.0
46012026-06-03T21:55:37.052Z Checking url v2.5.8
46022026-06-03T21:55:37.056Z Checking usdt-impl v0.5.0
46032026-06-03T21:55:37.293Z Checking usdt v0.5.0
46042026-06-03T21:55:37.387Z Checking cargo-util-schemas v0.8.2
46052026-06-03T21:55:38.067Z Checking cargo_metadata v0.21.0
46062026-06-03T21:55:38.672Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46072026-06-03T21:55:39.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.33s
46082026-06-03T21:55:39.200Z
46092026-06-03T21:55:39.200Zinfo: running `cargo check --bins` on dnsadm (279/295)
46102026-06-03T21:55:39.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46112026-06-03T21:55:39.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46122026-06-03T21:55:39.830Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46132026-06-03T21:55:40.296Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46142026-06-03T21:55:40.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
46152026-06-03T21:55:40.881Z
46162026-06-03T21:55:40.881Zinfo: running `cargo check --bins` on end-to-end-tests (280/295)
46172026-06-03T21:55:41.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46182026-06-03T21:55:41.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46192026-06-03T21:55:41.678Z Checking polyval v0.6.2
46202026-06-03T21:55:41.805Z Checking ctr v0.9.2
46212026-06-03T21:55:41.819Z Checking ssh-encoding v0.2.0
46222026-06-03T21:55:41.823Z Checking blowfish v0.9.1
46232026-06-03T21:55:41.842Z Checking password-hash v0.4.2
46242026-06-03T21:55:41.857Z Checking p256 v0.13.2
46252026-06-03T21:55:41.860Z Checking p521 v0.13.3
46262026-06-03T21:55:41.884Z Checking russh-cryptovec v0.7.3
46272026-06-03T21:55:41.943Z Checking ghash v0.5.1
46282026-06-03T21:55:41.957Z Checking md5 v0.7.0
46292026-06-03T21:55:41.970Z Checking bcrypt-pbkdf v0.10.0
46302026-06-03T21:55:42.009Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46312026-06-03T21:55:42.013Z Checking num-bigint v0.4.6
46322026-06-03T21:55:42.061Z Checking aes-gcm v0.10.3
46332026-06-03T21:55:42.064Z Checking pbkdf2 v0.11.0
46342026-06-03T21:55:42.096Z Checking des v0.8.1
46352026-06-03T21:55:42.117Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46362026-06-03T21:55:42.117Z Checking hex-literal v0.4.1
46372026-06-03T21:55:42.228Z Checking ssh-cipher v0.2.0
46382026-06-03T21:55:42.232Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
46392026-06-03T21:55:42.253Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
46402026-06-03T21:55:42.257Z Checking socket2 v0.5.10
46412026-06-03T21:55:42.257Z Checking internet-checksum v0.2.1
46422026-06-03T21:55:42.392Z Checking ssh-key v0.6.7
46432026-06-03T21:55:42.504Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46442026-06-03T21:55:43.021Z Checking russh-keys v0.45.0
46452026-06-03T21:55:43.560Z Checking russh v0.45.0
46462026-06-03T21:55:59.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.90s
46472026-06-03T21:55:59.998Z
46482026-06-03T21:55:59.998Zinfo: running `cargo check --bins` on gateway-cli (281/295)
46492026-06-03T21:56:00.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46502026-06-03T21:56:00.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46512026-06-03T21:56:00.637Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
46522026-06-03T21:56:00.744Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
46532026-06-03T21:56:00.751Z Checking termios v0.3.3
46542026-06-03T21:56:01.946Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
46552026-06-03T21:56:02.091Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
46562026-06-03T21:56:03.872Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
46572026-06-03T21:56:04.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.42s
46582026-06-03T21:56:04.615Z
46592026-06-03T21:56:04.615Zinfo: running `cargo check --bins --no-default-features` on installinator (282/295)
46602026-06-03T21:56:05.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46612026-06-03T21:56:05.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46622026-06-03T21:56:05.319Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
46632026-06-03T21:56:05.435Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46642026-06-03T21:56:05.443Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
46652026-06-03T21:56:05.446Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
46662026-06-03T21:56:05.457Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46672026-06-03T21:56:05.467Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
46682026-06-03T21:56:06.167Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46692026-06-03T21:56:06.507Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
46702026-06-03T21:56:06.507Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
46712026-06-03T21:56:07.145Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
46722026-06-03T21:56:08.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.13s
46732026-06-03T21:56:08.958Z
46742026-06-03T21:56:08.958Zinfo: running `cargo check --bins` on internal-dns-cli (283/295)
46752026-06-03T21:56:09.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46762026-06-03T21:56:09.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46772026-06-03T21:56:09.579Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
46782026-06-03T21:56:10.029Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
46792026-06-03T21:56:10.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
46802026-06-03T21:56:10.521Z
46812026-06-03T21:56:10.521Zinfo: running `cargo check --bins` on omicron-live-tests (284/295)
46822026-06-03T21:56:11.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46832026-06-03T21:56:11.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46842026-06-03T21:56:11.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46852026-06-03T21:56:11.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
46862026-06-03T21:56:11.103Z
46872026-06-03T21:56:11.103Zinfo: running `cargo check --bins` on live-tests-macros (285/295)
46882026-06-03T21:56:11.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46892026-06-03T21:56:11.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46902026-06-03T21:56:11.609Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46912026-06-03T21:56:11.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
46922026-06-03T21:56:11.696Z
46932026-06-03T21:56:11.696Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (286/295)
46942026-06-03T21:56:12.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46952026-06-03T21:56:12.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46962026-06-03T21:56:12.435Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
46972026-06-03T21:56:13.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
46982026-06-03T21:56:13.223Z
46992026-06-03T21:56:13.223Zinfo: running `cargo check --bins` on omicron-ntp-admin (287/295)
47002026-06-03T21:56:13.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47012026-06-03T21:56:13.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47022026-06-03T21:56:13.862Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47032026-06-03T21:56:13.865Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47042026-06-03T21:56:14.137Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47052026-06-03T21:56:14.137Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47062026-06-03T21:56:14.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
47072026-06-03T21:56:15.099Z
47082026-06-03T21:56:15.099Zinfo: running `cargo check --bins` on ntp-admin-types (288/295)
47092026-06-03T21:56:15.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47102026-06-03T21:56:15.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47112026-06-03T21:56:15.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47122026-06-03T21:56:15.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
47132026-06-03T21:56:15.680Z
47142026-06-03T21:56:15.680Zinfo: running `cargo check --bins` on omicron-package (289/295)
47152026-06-03T21:56:16.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47162026-06-03T21:56:16.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47172026-06-03T21:56:16.354Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47182026-06-03T21:56:17.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.73s
47192026-06-03T21:56:17.609Z
47202026-06-03T21:56:17.609Zinfo: running `cargo check --bins` on tqdb (290/295)
47212026-06-03T21:56:18.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47222026-06-03T21:56:18.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47232026-06-03T21:56:18.385Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47242026-06-03T21:56:18.732Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47252026-06-03T21:56:19.236Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47262026-06-03T21:56:19.236Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47272026-06-03T21:56:25.074Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
47282026-06-03T21:56:25.078Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
47292026-06-03T21:56:25.633Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
47302026-06-03T21:56:25.633Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
47312026-06-03T21:56:25.637Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47322026-06-03T21:56:25.637Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
47332026-06-03T21:56:26.371Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
47342026-06-03T21:56:27.401Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47352026-06-03T21:56:28.142Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47362026-06-03T21:56:28.741Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47372026-06-03T21:56:33.049Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47382026-06-03T21:56:39.399Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47392026-06-03T21:56:39.403Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
47402026-06-03T21:56:39.403Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47412026-06-03T21:56:39.403Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
47422026-06-03T21:56:40.855Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
47432026-06-03T21:56:42.181Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
47442026-06-03T21:56:42.848Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47452026-06-03T21:56:44.078Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
47462026-06-03T21:56:44.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.00s
47472026-06-03T21:56:44.826Z
47482026-06-03T21:56:44.826Zinfo: running `cargo check --bins` on wicket-dbg (291/295)
47492026-06-03T21:56:45.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47502026-06-03T21:56:45.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47512026-06-03T21:56:45.526Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47522026-06-03T21:56:45.529Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47532026-06-03T21:56:45.640Z Checking rtoolbox v0.0.3
47542026-06-03T21:56:45.656Z Checking tui-tree-widget v0.23.1
47552026-06-03T21:56:45.751Z Checking rpassword v7.4.0
47562026-06-03T21:56:46.778Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
47572026-06-03T21:56:49.693Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47582026-06-03T21:56:51.509Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
47592026-06-03T21:56:52.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.57s
47602026-06-03T21:56:52.604Z
47612026-06-03T21:56:52.604Zinfo: running `cargo check --bins` on wicket (292/295)
47622026-06-03T21:56:53.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47632026-06-03T21:56:53.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47642026-06-03T21:56:53.293Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47652026-06-03T21:56:53.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
47662026-06-03T21:56:53.843Z
47672026-06-03T21:56:53.843Zinfo: running `cargo check --bins` on wicketd (293/295)
47682026-06-03T21:56:54.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47692026-06-03T21:56:54.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47702026-06-03T21:56:54.550Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
47712026-06-03T21:56:54.553Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
47722026-06-03T21:56:54.554Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
47732026-06-03T21:56:54.554Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
47742026-06-03T21:56:55.526Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
47752026-06-03T21:56:56.089Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
47762026-06-03T21:56:59.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.18s
47772026-06-03T21:56:59.232Z
47782026-06-03T21:56:59.232Zinfo: running `cargo check --bins` on omicron-workspace-hack (294/295)
47792026-06-03T21:56:59.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47802026-06-03T21:56:59.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47812026-06-03T21:56:59.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47822026-06-03T21:56:59.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
47832026-06-03T21:56:59.808Z
47842026-06-03T21:56:59.808Zinfo: running `cargo check --bins` on zone-setup (295/295)
47852026-06-03T21:57:00.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47862026-06-03T21:57:00.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47872026-06-03T21:57:00.470Z Checking uzers v0.12.2
47882026-06-03T21:57:00.738Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
47892026-06-03T21:57:01.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.65s
47902026-06-03T21:57:01.683Z
47912026-06-03T21:57:01.683Zreal 13:57.907465349
47922026-06-03T21:57:01.683Zuser 20:53.233245525
47932026-06-03T21:57:01.683Zsys 4:18.219560622
47942026-06-03T21:57:01.683Ztrap 0.327073179
47952026-06-03T21:57:01.683Ztflt 0.720205019
47962026-06-03T21:57:01.683Zdflt 1.200489539
47972026-06-03T21:57:01.683Zkflt 0.004801652
47982026-06-03T21:57:01.687Zlock 1:17:43.290355588
47992026-06-03T21:57:01.687Zslp 1:40:21.570128455
48002026-06-03T21:57:01.687Zlat 55.215807468
48012026-06-03T21:57:01.687Zstop 3:35.088906623
48022026-06-03T21:57:01.687Zprocess exited: duration 973461 ms, exit code 0
 
48032026-06-03T21:57:01.694Zfound 0 output files