01KTQ1VBZPT0NBB9DZ3YB92DTQ: 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: 01KTQ1VY1T22YKWA7Q884YTC06

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-09T20:41:48.793Zjob assigned to worker 01KTQ1W54WR6ZY00TXVYQ2KPPC [factory aws, i-0ec97cd9e432789fc] (queued for 48 s)
 
22026-06-09T20:41:55.788Zstarting task 0: "setup"
32026-06-09T20:41:55.795Z++ uname -s
42026-06-09T20:41:55.798Z+ kern=SunOS
52026-06-09T20:41:55.798Z+ build_user=build
62026-06-09T20:41:55.798Z+ build_uid=12345
72026-06-09T20:41:55.798Z+ work_dir=/work
82026-06-09T20:41:55.798Z+ input_dir=/input
92026-06-09T20:41:55.799Z+ [[ 0 == 12345 ]]
102026-06-09T20:41:55.799Z+ case "$kern" in
112026-06-09T20:41:55.799Z+ groupadd -g 12345 build
122026-06-09T20:41:55.802Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-09T20:41:57.805Z+ zfs create -o mountpoint=/work rpool/work
142026-06-09T20:41:57.903Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-09T20:41:57.906Z+ home_fs=zfs
162026-06-09T20:41:57.906Z+ [[ zfs == autofs ]]
172026-06-09T20:41:57.906Z+ mkdir -p /home/build
182026-06-09T20:41:57.906Z+ chown build:build /home/build /work
192026-06-09T20:41:59.908Z+ chmod 0700 /home/build /work
202026-06-09T20:41:59.911Zprocess exited: duration 4122 ms, exit code 0
 
212026-06-09T20:41:59.918Zstarting task 1: "rust-toolchain"
222026-06-09T20:41:59.922Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-09T20:41:59.922Z * rust toolchain channel = "1.94.0"
242026-06-09T20:41:59.922Z * rust toolchain profile = "default"
252026-06-09T20:41:59.922Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-09T20:41:59.922Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-09T20:41:59.922Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-09T20:41:59.925Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-09T20:41:59.925Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-09T20:42:00.028Zinfo: downloading installer
312026-06-09T20:42:01.898Zwarn: It looks like you have an existing rustup settings file at:
322026-06-09T20:42:01.898Zwarn: /home/build/.rustup/settings.toml
332026-06-09T20:42:01.898Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-09T20:42:01.898Zwarn: instead of the one inferred from the default host triple.
352026-06-09T20:42:01.910Zinfo: profile set to default
362026-06-09T20:42:01.910Zinfo: default host triple is x86_64-unknown-illumos
372026-06-09T20:42:01.913Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-09T20:42:02.066Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-09T20:42:02.069Zinfo: downloading 6 components
402026-06-09T20:42:16.785Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-06-09T20:42:16.785Z
422026-06-09T20:42:16.812Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-09T20:42:16.812Z
442026-06-09T20:42:16.812Z
452026-06-09T20:42:16.812ZRust is installed now. Great!
462026-06-09T20:42:16.812Z
472026-06-09T20:42:16.812ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-09T20:42:16.812Zenvironment variable. This has not been done automatically.
492026-06-09T20:42:16.812Z
502026-06-09T20:42:16.812ZTo configure your current shell, you need to source
512026-06-09T20:42:16.812Zthe corresponding env file under $HOME/.cargo.
522026-06-09T20:42:16.812Z
532026-06-09T20:42:16.813ZThis is usually done by running one of the following (note the leading DOT):
542026-06-09T20:42:16.816Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-09T20:42:16.816Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-09T20:42:16.816Zsource "~/.cargo/env.nu" # For nushell
572026-06-09T20:42:16.816Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-09T20:42:16.816Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-09T20:42:16.816Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-09T20:42:16.816Zwarn: no default linker (`cc`) was found in your PATH
612026-06-09T20:42:16.816Zwarn: many Rust crates require a system C toolchain to build
622026-06-09T20:42:16.901Z+ rustup --version
632026-06-09T20:42:16.910Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-09T20:42:16.913Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-09T20:42:16.931Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-09T20:42:16.934Z+ cargo --version
672026-06-09T20:42:16.951Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-09T20:42:16.955Z+ rustc --version
692026-06-09T20:42:16.969Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-09T20:42:16.972Zprocess exited: duration 17052 ms, exit code 0
 
712026-06-09T20:42:16.978Zstarting task 2: "authentication"
722026-06-09T20:42:16.994Zprocess exited: duration 16 ms, exit code 0
 
732026-06-09T20:42:17.001Zstarting task 3: "clone repository"
742026-06-09T20:42:17.007Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-09T20:42:17.010Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-09T20:42:17.042ZCloning into '/work/oxidecomputer/omicron'...
772026-06-09T20:42:31.922Z+ cd /work/oxidecomputer/omicron
782026-06-09T20:42:31.922Z+ git fetch origin 2acb24a22511a70b19b9bac7d4ff0d36be6646ea
792026-06-09T20:42:32.209ZFrom https://github.com/oxidecomputer/omicron
802026-06-09T20:42:32.209Z * branch 2acb24a22511a70b19b9bac7d4ff0d36be6646ea -> FETCH_HEAD
812026-06-09T20:42:32.218Z+ [[ -n turin-v2-cleanup ]]
822026-06-09T20:42:32.221Z++ git branch --show-current
832026-06-09T20:42:32.221Z+ current=main
842026-06-09T20:42:32.221Z+ [[ main != turin-v2-cleanup ]]
852026-06-09T20:42:32.221Z+ git branch -f turin-v2-cleanup 2acb24a22511a70b19b9bac7d4ff0d36be6646ea
862026-06-09T20:42:32.224Z+ git checkout -f turin-v2-cleanup
872026-06-09T20:42:32.521ZSwitched to branch 'turin-v2-cleanup'
882026-06-09T20:42:32.524Z+ git reset --hard 2acb24a22511a70b19b9bac7d4ff0d36be6646ea
892026-06-09T20:42:32.538ZHEAD is now at 2acb24a22 typoed while fixing a tpo
902026-06-09T20:42:32.541Zprocess exited: duration 15538 ms, exit code 0
 
912026-06-09T20:42:32.547Zstarting task 4: "build"
922026-06-09T20:42:32.551Z+ source .github/buildomat/ci-env.sh
932026-06-09T20:42:32.551Z++ export CARGO_TERM_COLOR=always
942026-06-09T20:42:32.551Z++ CARGO_TERM_COLOR=always
952026-06-09T20:42:32.551Z+ cargo --version
962026-06-09T20:42:32.561Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-06-09T20:42:32.564Z+ rustc --version
982026-06-09T20:42:32.583Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-06-09T20:42:32.586Z+ source ./env.sh
1002026-06-09T20:42:32.586Z++ OLD_SHELL_OPTS=ehxB
1012026-06-09T20:42:32.586Z++ set -o xtrace
1022026-06-09T20:42:32.589Z++++ dirname ./env.sh
1032026-06-09T20:42:32.589Z+++ readlink -f .
1042026-06-09T20:42:32.592Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-06-09T20:42:32.593Z++ 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-09T20:42:32.593Z++ 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-09T20:42:32.593Z++ 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-09T20:42:32.593Z++ 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-09T20:42:32.593Z++ 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-09T20:42:32.593Z++ 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-09T20:42:32.593Z++ 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-09T20:42:32.593Z++ 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-09T20:42:32.594Z++ case $OLD_SHELL_OPTS in
1142026-06-09T20:42:32.595Z++ unset OLD_SHELL_OPTS OMICRON_WS
1152026-06-09T20:42:32.595Z+ 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-09T20:42:32.595Z+ 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-09T20:42:32.595Z+ banner prerequisites
1182026-06-09T20:42:32.598Z
1192026-06-09T20:42:32.598Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-06-09T20:42:32.598Z # # # # # # # # # # # # # # #
1212026-06-09T20:42:32.598Z # # # # ##### # # ##### # # # # # #### #
1222026-06-09T20:42:32.598Z ##### ##### # ##### # # # # # # # # #
1232026-06-09T20:42:32.598Z # # # # # # # # # # # # # # #
1242026-06-09T20:42:32.598Z # # # ###### # # ###### ### # #### # #### #
1252026-06-09T20:42:32.598Z
1262026-06-09T20:42:32.598Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-06-09T20:42:34.061Z Startup: Refreshing catalog 'helios' ... Done
1282026-06-09T20:42:34.143Z Startup: Caching catalogs ... Done
1292026-06-09T20:42:34.460ZPlanning: Solver setup ... Done (0.279s)
1302026-06-09T20:42:34.481ZPlanning: Running solver ... Done (0.021s)
1312026-06-09T20:42:34.489ZPlanning: Finding local manifests ... Done (0.003s)
1322026-06-09T20:42:34.502ZPlanning: Fetching manifests: 0/2 0% complete
1332026-06-09T20:42:34.522ZPlanning: Fetching manifests: 2/2 100% complete
1342026-06-09T20:42:34.535ZPlanning: Package planning ... Done (0.013s)
1352026-06-09T20:42:34.538ZPlanning: Merging actions ... Done (0.001s)
1362026-06-09T20:42:34.724ZPlanning: Checking for conflicting actions ... Done (0.186s)
1372026-06-09T20:42:34.728ZPlanning: Consolidating action changes ... Done (0.001s)
1382026-06-09T20:42:35.479ZPlanning: Evaluating mediators ... Done (0.755s)
1392026-06-09T20:42:35.482ZPlanning: Planning completed in 1.32 seconds
1402026-06-09T20:42:35.488Z Packages to install: 2
1412026-06-09T20:42:35.488Z Estimated space available: 156.07 GB
1422026-06-09T20:42:35.492ZEstimated space to be consumed: 25.34 MB
1432026-06-09T20:42:35.492Z Create boot environment: No
1442026-06-09T20:42:35.492ZCreate backup boot environment: No
1452026-06-09T20:42:35.493Z Rebuild boot archive: No
1462026-06-09T20:42:35.493Z
1472026-06-09T20:42:35.493ZChanged packages:
1482026-06-09T20:42:35.493Zhelios
1492026-06-09T20:42:35.493Z developer/build-essential
1502026-06-09T20:42:35.493Z None -> 11-3.0
1512026-06-09T20:42:35.493Z library/libxmlsec1
1522026-06-09T20:42:35.493Z None -> 1.2.35-3.0
1532026-06-09T20:42:35.512Z
1542026-06-09T20:42:35.512ZDownload: 0/214 items 0.0/1.3MB 0% complete
1552026-06-09T20:42:36.772ZDownload: Completed 1.28 MB in 1.26 seconds (1.0M/s)
1562026-06-09T20:42:36.816Z Actions: 1/268 actions (Installing new actions)
1572026-06-09T20:42:36.853Z Actions: Completed 268 actions in 0.04 seconds.
1582026-06-09T20:42:36.860ZFinalize: Updating package state database ... Done (0.007s)
1592026-06-09T20:42:36.860ZFinalize: Updating package cache ... Done (0.000s)
1602026-06-09T20:42:36.882ZFinalize: Updating image state ... Done (0.022s)
1612026-06-09T20:42:39.253ZFinalize: Creating fast lookup database ... Done (2.349s)
1622026-06-09T20:42:39.320ZFinalize: Reading search index ... Done (0.012s)
1632026-06-09T20:42:39.323ZFinalize: Updating search index ... Done (0.000s)
1642026-06-09T20:42:39.392ZFinalize: Updating package cache ... Done (0.000s)
1652026-06-09T20:42:39.694ZPlanning: Evaluating mediator changes ... Done
1662026-06-09T20:42:39.797ZPlanning: Checking for conflicting actions ... Done
1672026-06-09T20:42:39.800ZPlanning: Consolidating action changes ... Done
1682026-06-09T20:42:39.953ZPlanning: Evaluating mediators ... Done
1692026-06-09T20:42:39.957ZPlanning: Planning completed in 0.26 seconds
1702026-06-09T20:42:39.976Z Mediators to change: 2
1712026-06-09T20:42:39.976Z Create boot environment: No
1722026-06-09T20:42:39.976ZCreate backup boot environment: No
1732026-06-09T20:42:40.015ZFinalize: Updating package state database ... Done
1742026-06-09T20:42:40.015ZFinalize: Updating package cache ... Done
1752026-06-09T20:42:40.027ZFinalize: Updating image state ... Done
1762026-06-09T20:42:41.962ZFinalize: Creating fast lookup database ... Done
1772026-06-09T20:42:42.022ZFinalize: Reading search index ... Done
1782026-06-09T20:42:42.025ZFinalize: Updating search index ... Done
1792026-06-09T20:42:42.074ZFinalize: Updating package cache ... Done
1802026-06-09T20:42:42.356ZPlanning: Evaluating mediator changes ... Done
1812026-06-09T20:42:42.461ZPlanning: Checking for conflicting actions ... Done
1822026-06-09T20:42:42.464ZPlanning: Consolidating action changes ... Done
1832026-06-09T20:42:42.619ZPlanning: Evaluating mediators ... Done
1842026-06-09T20:42:42.622ZPlanning: Planning completed in 0.26 seconds
1852026-06-09T20:42:42.642Z Mediators to change: 1
1862026-06-09T20:42:42.642Z Create boot environment: No
1872026-06-09T20:42:42.645ZCreate backup boot environment: No
1882026-06-09T20:42:42.688ZFinalize: Updating package state database ... Done
1892026-06-09T20:42:42.688ZFinalize: Updating package cache ... Done
1902026-06-09T20:42:42.700ZFinalize: Updating image state ... Done
1912026-06-09T20:42:44.636ZFinalize: Creating fast lookup database ... Done
1922026-06-09T20:42:44.698ZFinalize: Reading search index ... Done
1932026-06-09T20:42:44.701ZFinalize: Updating search index ... Done
1942026-06-09T20:42:44.745ZFinalize: Updating package cache ... Done
1952026-06-09T20:42:45.052ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962026-06-09T20:42:45.052Zapache system 2.4 system
1972026-06-09T20:42:45.052Zclang system 15 system
1982026-06-09T20:42:45.052Zcsh system system illumos
1992026-06-09T20:42:45.052Zctags system system illumos
2002026-06-09T20:42:45.052Zfile vendor vendor darwinsys
2012026-06-09T20:42:45.052Zfile system system illumos
2022026-06-09T20:42:45.052Zgcc vendor 14 vendor
2032026-06-09T20:42:45.052Zgcc system 13 system
2042026-06-09T20:42:45.052Zgcc system 10 system
2052026-06-09T20:42:45.052Zgo system 1.25 system
2062026-06-09T20:42:45.052Zllvm system 15 system
2072026-06-09T20:42:45.052Zmariadb system 11.4 system
2082026-06-09T20:42:45.052Zmta vendor vendor dma
2092026-06-09T20:42:45.052Zopenjdk system 17 system
2102026-06-09T20:42:45.052Zopenjdk system 11 system
2112026-06-09T20:42:45.052Zopenssl vendor 3 vendor
2122026-06-09T20:42:45.052Zperl system 5.40 system
2132026-06-09T20:42:45.052Zpostgresql system 18 system
2142026-06-09T20:42:45.053Zpostgresql system 17 system
2152026-06-09T20:42:45.053Zpython vendor 3 vendor
2162026-06-09T20:42:45.053Zpython system 2 system
2172026-06-09T20:42:45.053Zpython3 vendor 3.13 vendor
2182026-06-09T20:42:45.053Zruby system 3.4 system
2192026-06-09T20:42:45.053Zruby system 3.0 system
2202026-06-09T20:42:45.053Zwords vendor vendor american-english
2212026-06-09T20:42:45.053Zwords system system australian-english
2222026-06-09T20:42:45.053Zwords system system british-english
2232026-06-09T20:42:45.053Zwords system system canadian-english
2242026-06-09T20:42:45.053Zwords system system french
2252026-06-09T20:42:45.053Zwords system system italian
2262026-06-09T20:42:45.053Zwords system system ngerman
2272026-06-09T20:42:45.053Zwords system system ogerman
2282026-06-09T20:42:45.053Zwords system system spanish
2292026-06-09T20:42:45.304ZPUBLISHER TYPE STATUS P LOCATION
2302026-06-09T20:42:45.304Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2312026-06-09T20:42:45.592ZFMRI IFO
2322026-06-09T20:42:45.592Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2332026-06-09T20:42:45.595Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2342026-06-09T20:42:45.595Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2352026-06-09T20:42:45.595Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2362026-06-09T20:42:45.595Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2372026-06-09T20:42:45.596Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2382026-06-09T20:42:45.596Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2392026-06-09T20:42:45.596Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2402026-06-09T20:42:45.596Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2412026-06-09T20:42:45.839Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2422026-06-09T20:42:46.109Z Updating crates.io index
2432026-06-09T20:42:46.145Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2442026-06-09T20:42:46.396Z Updating git repository `https://github.com/oxidecomputer/lldp`
2452026-06-09T20:42:47.261Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2462026-06-09T20:42:47.679Z Updating git repository `https://github.com/oxidecomputer/propolis`
2472026-06-09T20:42:48.926Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2482026-06-09T20:42:49.497Z Updating git repository `https://github.com/oxidecomputer/crucible`
2492026-06-09T20:42:51.582Z Updating git repository `https://github.com/oxidecomputer/opte`
2502026-06-09T20:42:52.363Z Updating git repository `https://github.com/oxidecomputer/tofino`
2512026-06-09T20:42:52.778Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522026-06-09T20:42:53.992Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-06-09T20:42:54.510Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2542026-06-09T20:42:54.834Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2552026-06-09T20:42:55.155Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2562026-06-09T20:42:56.152Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2572026-06-09T20:42:56.664Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2582026-06-09T20:42:56.954Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2592026-06-09T20:42:57.334Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2602026-06-09T20:42:57.728Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2612026-06-09T20:42:58.157Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2622026-06-09T20:42:58.432Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2632026-06-09T20:42:58.709Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2642026-06-09T20:42:58.964Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2652026-06-09T20:42:59.427Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2662026-06-09T20:42:59.782Z Updating git repository `https://github.com/oxidecomputer/erebor`
2672026-06-09T20:43:00.207Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2682026-06-09T20:43:00.725Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2692026-06-09T20:43:00.985Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2702026-06-09T20:43:01.363Z Updating git repository `https://github.com/oxidecomputer/ispf`
2712026-06-09T20:43:02.392Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2722026-06-09T20:43:02.691Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2732026-06-09T20:43:03.575Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2742026-06-09T20:43:04.010Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2752026-06-09T20:43:04.311Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2762026-06-09T20:43:04.774Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2772026-06-09T20:43:05.137Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2782026-06-09T20:43:05.461Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2792026-06-09T20:43:05.911Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2802026-06-09T20:43:06.512Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2812026-06-09T20:43:06.773Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2822026-06-09T20:43:07.023Z Updating git repository `https://github.com/illumos/smf-rs`
2832026-06-09T20:43:07.426Z Updating git repository `https://github.com/oxidecomputer/omicron`
2842026-06-09T20:43:19.368Z Downloading crates ...
2852026-06-09T20:43:19.426Z Downloaded anstyle v1.0.14
2862026-06-09T20:43:19.430Z Downloaded block-buffer v0.10.4
2872026-06-09T20:43:19.432Z Downloaded macaddr v1.0.1
2882026-06-09T20:43:19.432Z Downloaded heck v0.5.0
2892026-06-09T20:43:19.435Z Downloaded cargo_toml v0.21.0
2902026-06-09T20:43:19.436Z Downloaded camino-tempfile v1.4.1
2912026-06-09T20:43:19.436Z Downloaded camino v1.2.2
2922026-06-09T20:43:19.439Z Downloaded crypto-common v0.1.7
2932026-06-09T20:43:19.441Z Downloaded cargo-platform v0.2.0
2942026-06-09T20:43:19.444Z Downloaded bytecount v0.6.9
2952026-06-09T20:43:19.448Z Downloaded anyhow v1.0.102
2962026-06-09T20:43:19.451Z Downloaded cargo-util-schemas v0.8.2
2972026-06-09T20:43:19.454Z Downloaded autocfg v1.5.0
2982026-06-09T20:43:19.454Z Downloaded anstyle-parse v1.0.0
2992026-06-09T20:43:19.456Z Downloaded ordered-float v2.10.1
3002026-06-09T20:43:19.457Z Downloaded byteorder v1.5.0
3012026-06-09T20:43:19.460Z Downloaded clap_builder v4.6.0
3022026-06-09T20:43:19.464Z Downloaded usdt-macro v0.5.0
3032026-06-09T20:43:19.464Z Downloaded clap_lex v1.0.0
3042026-06-09T20:43:19.466Z Downloaded cfg-if v1.0.4
3052026-06-09T20:43:19.469Z Downloaded zerofrom v0.1.6
3062026-06-09T20:43:19.469Z Downloaded errno v0.3.14
3072026-06-09T20:43:19.472Z Downloaded utf8parse v0.2.2
3082026-06-09T20:43:19.472Z Downloaded unicode-linebreak v0.1.5
3092026-06-09T20:43:19.473Z Downloaded toml_write v0.1.2
3102026-06-09T20:43:19.473Z Downloaded serde_spanned v0.6.9
3112026-06-09T20:43:19.476Z Downloaded fnv v1.0.7
3122026-06-09T20:43:19.476Z Downloaded dof v0.3.0
3132026-06-09T20:43:19.476Z Downloaded thread-id v4.2.2
3142026-06-09T20:43:19.476Z Downloaded utf8_iter v1.0.4
3152026-06-09T20:43:19.479Z Downloaded version_check v0.9.5
3162026-06-09T20:43:19.479Z Downloaded toml_datetime v0.6.11
3172026-06-09T20:43:19.479Z Downloaded anstream v1.0.0
3182026-06-09T20:43:19.479Z Downloaded yoke-derive v0.8.1
3192026-06-09T20:43:19.482Z Downloaded usdt-attr-macro v0.5.0
3202026-06-09T20:43:19.482Z Downloaded cargo_metadata v0.21.0
3212026-06-09T20:43:19.484Z Downloaded equivalent v1.0.2
3222026-06-09T20:43:19.484Z Downloaded colorchoice v1.0.4
3232026-06-09T20:43:19.487Z Downloaded dtrace-parser v0.2.0
3242026-06-09T20:43:19.490Z Downloaded anstyle-query v1.1.5
3252026-06-09T20:43:19.490Z Downloaded zerofrom-derive v0.1.6
3262026-06-09T20:43:19.491Z Downloaded unicode-xid v0.2.6
3272026-06-09T20:43:19.491Z Downloaded serde-value v0.7.0
3282026-06-09T20:43:19.494Z Downloaded cpufeatures v0.2.17
3292026-06-09T20:43:19.495Z Downloaded potential_utf v0.1.4
3302026-06-09T20:43:19.495Z Downloaded typeid v1.0.3
3312026-06-09T20:43:19.495Z Downloaded bitflags v2.11.0
3322026-06-09T20:43:19.498Z Downloaded typenum v1.19.0
3332026-06-09T20:43:19.498Z Downloaded thiserror-impl v2.0.18
3342026-06-09T20:43:19.502Z Downloaded pest_generator v2.8.6
3352026-06-09T20:43:19.505Z Downloaded usdt v0.5.0
3362026-06-09T20:43:19.505Z Downloaded thiserror v2.0.18
3372026-06-09T20:43:19.505Z Downloaded thiserror v1.0.69
3382026-06-09T20:43:19.508Z Downloaded tinystr v0.8.2
3392026-06-09T20:43:19.510Z Downloaded terminal_size v0.4.3
3402026-06-09T20:43:19.510Z Downloaded is_terminal_polyfill v1.70.2
3412026-06-09T20:43:19.511Z Downloaded zmij v1.0.21
3422026-06-09T20:43:19.511Z Downloaded yoke v0.8.1
3432026-06-09T20:43:19.513Z Downloaded thiserror-impl v1.0.69
3442026-06-09T20:43:19.513Z Downloaded zerovec-derive v0.11.2
3452026-06-09T20:43:19.516Z Downloaded pretty-hex v0.4.1
3462026-06-09T20:43:19.521Z Downloaded idna_adapter v1.2.1
3472026-06-09T20:43:19.524Z Downloaded usdt-impl v0.5.0
3482026-06-09T20:43:19.524Z Downloaded toml v0.8.23
3492026-06-09T20:43:19.527Z Downloaded fs-err v3.3.0
3502026-06-09T20:43:19.527Z Downloaded writeable v0.6.2
3512026-06-09T20:43:19.530Z Downloaded ucd-trie v0.1.7
3522026-06-09T20:43:19.530Z Downloaded erased-serde v0.4.9
3532026-06-09T20:43:19.530Z Downloaded icu_normalizer_data v2.1.1
3542026-06-09T20:43:19.533Z Downloaded zerocopy-derive v0.7.35
3552026-06-09T20:43:19.536Z Downloaded log v0.4.29
3562026-06-09T20:43:19.536Z Downloaded unicode-ident v1.0.24
3572026-06-09T20:43:19.539Z Downloaded generic-array v0.14.7
3582026-06-09T20:43:19.539Z Downloaded tabled_derive v0.7.0
3592026-06-09T20:43:19.539Z Downloaded swrite v0.1.0
3602026-06-09T20:43:19.539Z Downloaded plain v0.2.3
3612026-06-09T20:43:19.539Z Downloaded percent-encoding v2.3.2
3622026-06-09T20:43:19.542Z Downloaded litemap v0.8.1
3632026-06-09T20:43:19.542Z Downloaded smawk v0.3.2
3642026-06-09T20:43:19.545Z Downloaded textwrap v0.16.2
3652026-06-09T20:43:19.545Z Downloaded stable_deref_trait v1.2.1
3662026-06-09T20:43:19.545Z Downloaded serde-untagged v0.1.9
3672026-06-09T20:43:19.548Z Downloaded itoa v1.0.17
3682026-06-09T20:43:19.548Z Downloaded scroll v0.12.0
3692026-06-09T20:43:19.551Z Downloaded displaydoc v0.2.5
3702026-06-09T20:43:19.554Z Downloaded form_urlencoded v1.2.2
3712026-06-09T20:43:19.554Z Downloaded fastrand v2.3.0
3722026-06-09T20:43:19.558Z Downloaded clap_derive v4.6.1
3732026-06-09T20:43:19.558Z Downloaded clap v4.6.1
3742026-06-09T20:43:19.562Z Downloaded zerotrie v0.2.3
3752026-06-09T20:43:19.567Z Downloaded digest v0.10.7
3762026-06-09T20:43:19.567Z Downloaded proc-macro-error-attr v1.0.4
3772026-06-09T20:43:19.567Z Downloaded scroll_derive v0.12.1
3782026-06-09T20:43:19.567Z Downloaded heck v0.4.1
3792026-06-09T20:43:19.567Z Downloaded toml_edit v0.22.27
3802026-06-09T20:43:19.570Z Downloaded quote v1.0.45
3812026-06-09T20:43:19.573Z Downloaded url v2.5.8
3822026-06-09T20:43:19.573Z Downloaded memmap v0.7.0
3832026-06-09T20:43:19.577Z Downloaded zerovec v0.11.5
3842026-06-09T20:43:19.580Z Downloaded synstructure v0.13.2
3852026-06-09T20:43:19.590Z Downloaded tempfile v3.25.0
3862026-06-09T20:43:19.593Z Downloaded zerocopy v0.7.35
3872026-06-09T20:43:19.601Z Downloaded sha2 v0.10.9
3882026-06-09T20:43:19.604Z Downloaded winnow v0.7.14
3892026-06-09T20:43:19.607Z Downloaded once_cell v1.21.3
3902026-06-09T20:43:19.610Z Downloaded smallvec v1.15.1
3912026-06-09T20:43:19.610Z Downloaded strsim v0.11.1
3922026-06-09T20:43:19.613Z Downloaded unicode-width v0.2.0
3932026-06-09T20:43:19.616Z Downloaded unicode-width v0.1.14
3942026-06-09T20:43:19.619Z Downloaded pest_derive v2.8.6
3952026-06-09T20:43:19.619Z Downloaded serde_tokenstream v0.2.3
3962026-06-09T20:43:19.622Z Downloaded serde_core v1.0.228
3972026-06-09T20:43:19.625Z Downloaded icu_properties v2.1.2
3982026-06-09T20:43:19.628Z Downloaded icu_provider v2.1.1
3992026-06-09T20:43:19.635Z Downloaded proc-macro-error v1.0.4
4002026-06-09T20:43:19.638Z Downloaded proc-macro2 v1.0.106
4012026-06-09T20:43:19.641Z Downloaded semver v1.0.28
4022026-06-09T20:43:19.641Z Downloaded icu_locale_core v2.1.1
4032026-06-09T20:43:19.654Z Downloaded memchr v2.8.0
4042026-06-09T20:43:19.661Z Downloaded papergrid v0.11.0
4052026-06-09T20:43:19.664Z Downloaded num-traits v0.2.19
4062026-06-09T20:43:19.667Z Downloaded serde_derive v1.0.228
4072026-06-09T20:43:19.667Z Downloaded pest_meta v2.8.6
4082026-06-09T20:43:19.670Z Downloaded getrandom v0.4.1
4092026-06-09T20:43:19.676Z Downloaded serde v1.0.228
4102026-06-09T20:43:19.679Z Downloaded icu_normalizer v2.1.1
4112026-06-09T20:43:19.683Z Downloaded icu_collections v2.1.1
4122026-06-09T20:43:19.710Z Downloaded indexmap v2.14.0
4132026-06-09T20:43:19.713Z Downloaded idna v1.1.0
4142026-06-09T20:43:19.724Z Downloaded serde_json v1.0.149
4152026-06-09T20:43:19.728Z Downloaded pest v2.8.6
4162026-06-09T20:43:19.732Z Downloaded hashbrown v0.17.0
4172026-06-09T20:43:19.736Z Downloaded icu_properties_data v2.1.2
4182026-06-09T20:43:19.754Z Downloaded goblin v0.8.2
4192026-06-09T20:43:19.757Z Downloaded tabled v0.15.0
4202026-06-09T20:43:19.764Z Downloaded syn v1.0.109
4212026-06-09T20:43:19.781Z Downloaded syn v2.0.117
4222026-06-09T20:43:19.797Z Downloaded rustix v1.1.3
4232026-06-09T20:43:19.826Z Downloaded libc v0.2.185
4242026-06-09T20:43:19.893Z Compiling proc-macro2 v1.0.106
4252026-06-09T20:43:19.893Z Compiling quote v1.0.45
4262026-06-09T20:43:19.902Z Compiling unicode-ident v1.0.24
4272026-06-09T20:43:19.902Z Compiling serde_core v1.0.228
4282026-06-09T20:43:19.902Z Compiling libc v0.2.185
4292026-06-09T20:43:19.902Z Compiling version_check v0.9.5
4302026-06-09T20:43:19.902Z Compiling memchr v2.8.0
4312026-06-09T20:43:19.902Z Compiling stable_deref_trait v1.2.1
4322026-06-09T20:43:20.225Z Compiling serde v1.0.228
4332026-06-09T20:43:20.242Z Compiling zmij v1.0.21
4342026-06-09T20:43:20.499Z Compiling ucd-trie v0.1.7
4352026-06-09T20:43:20.609Z Compiling thiserror v1.0.69
4362026-06-09T20:43:20.776Z Compiling itoa v1.0.17
4372026-06-09T20:43:20.794Z Compiling autocfg v1.5.0
4382026-06-09T20:43:20.858Z Compiling pest v2.8.6
4392026-06-09T20:43:20.877Z Compiling writeable v0.6.2
4402026-06-09T20:43:20.917Z Compiling litemap v0.8.1
4412026-06-09T20:43:21.081Z Compiling icu_properties_data v2.1.2
4422026-06-09T20:43:21.220Z Compiling icu_normalizer_data v2.1.1
4432026-06-09T20:43:21.260Z Compiling rustix v1.1.3
4442026-06-09T20:43:21.361Z Compiling syn v2.0.117
4452026-06-09T20:43:21.377Z Compiling byteorder v1.5.0
4462026-06-09T20:43:21.448Z Compiling errno v0.3.14
4472026-06-09T20:43:21.464Z Compiling serde_json v1.0.149
4482026-06-09T20:43:21.600Z Compiling bitflags v2.11.0
4492026-06-09T20:43:21.750Z Compiling num-traits v0.2.19
4502026-06-09T20:43:21.767Z Compiling hashbrown v0.17.0
4512026-06-09T20:43:21.816Z Compiling typeid v1.0.3
4522026-06-09T20:43:21.930Z Compiling pest_meta v2.8.6
4532026-06-09T20:43:22.076Z Compiling smallvec v1.15.1
4542026-06-09T20:43:22.282Z Compiling equivalent v1.0.2
4552026-06-09T20:43:22.357Z Compiling indexmap v2.14.0
4562026-06-09T20:43:22.373Z Compiling thread-id v4.2.2
4572026-06-09T20:43:22.376Z Compiling usdt-impl v0.5.0
4582026-06-09T20:43:22.455Z Compiling proc-macro-error-attr v1.0.4
4592026-06-09T20:43:22.491Z Compiling syn v1.0.109
4602026-06-09T20:43:22.636Z Compiling winnow v0.7.14
4612026-06-09T20:43:22.740Z Compiling erased-serde v0.4.9
4622026-06-09T20:43:22.798Z Compiling toml_write v0.1.2
4632026-06-09T20:43:23.081Z Compiling proc-macro-error v1.0.4
4642026-06-09T20:43:23.140Z Compiling getrandom v0.4.1
4652026-06-09T20:43:23.265Z Compiling percent-encoding v2.3.2
4662026-06-09T20:43:23.461Z Compiling thiserror v2.0.18
4672026-06-09T20:43:23.477Z Compiling utf8_iter v1.0.4
4682026-06-09T20:43:23.528Z Compiling log v0.4.29
4692026-06-09T20:43:23.610Z Compiling utf8parse v0.2.2
4702026-06-09T20:43:23.614Z Compiling plain v0.2.3
4712026-06-09T20:43:23.643Z Compiling camino v1.2.2
4722026-06-09T20:43:23.707Z Compiling anstyle-parse v1.0.0
4732026-06-09T20:43:23.724Z Compiling ordered-float v2.10.1
4742026-06-09T20:43:23.759Z Compiling form_urlencoded v1.2.2
4752026-06-09T20:43:23.893Z Compiling synstructure v0.13.2
4762026-06-09T20:43:23.938Z Compiling pest_generator v2.8.6
4772026-06-09T20:43:24.085Z Compiling terminal_size v0.4.3
4782026-06-09T20:43:24.227Z Compiling colorchoice v1.0.4
4792026-06-09T20:43:24.312Z Compiling cfg-if v1.0.4
4802026-06-09T20:43:24.347Z Compiling pretty-hex v0.4.1
4812026-06-09T20:43:24.383Z Compiling is_terminal_polyfill v1.70.2
4822026-06-09T20:43:24.401Z Compiling anstyle-query v1.1.5
4832026-06-09T20:43:24.452Z Compiling anstyle v1.0.14
4842026-06-09T20:43:24.479Z Compiling serde-untagged v0.1.9
4852026-06-09T20:43:24.611Z Compiling semver v1.0.28
4862026-06-09T20:43:24.629Z Compiling anstream v1.0.0
4872026-06-09T20:43:24.671Z Compiling fs-err v3.3.0
4882026-06-09T20:43:24.741Z Compiling strsim v0.11.1
4892026-06-09T20:43:24.901Z Compiling bytecount v0.6.9
4902026-06-09T20:43:24.961Z Compiling anyhow v1.0.102
4912026-06-09T20:43:24.983Z Compiling unicode-xid v0.2.6
4922026-06-09T20:43:25.000Z Compiling fnv v1.0.7
4932026-06-09T20:43:25.037Z Compiling clap_lex v1.0.0
4942026-06-09T20:43:25.104Z Compiling heck v0.4.1
4952026-06-09T20:43:25.120Z Compiling once_cell v1.21.3
4962026-06-09T20:43:25.145Z Compiling unicode-width v0.1.14
4972026-06-09T20:43:25.283Z Compiling heck v0.5.0
4982026-06-09T20:43:25.329Z Compiling fastrand v2.3.0
4992026-06-09T20:43:25.422Z Compiling papergrid v0.11.0
5002026-06-09T20:43:25.521Z Compiling tempfile v3.25.0
5012026-06-09T20:43:25.565Z Compiling clap_builder v4.6.0
5022026-06-09T20:43:25.601Z Compiling memmap v0.7.0
5032026-06-09T20:43:25.618Z Compiling serde_derive v1.0.228
5042026-06-09T20:43:25.677Z Compiling zerofrom-derive v0.1.6
5052026-06-09T20:43:25.783Z Compiling yoke-derive v0.8.1
5062026-06-09T20:43:25.894Z Compiling zerovec-derive v0.11.2
5072026-06-09T20:43:26.117Z Compiling displaydoc v0.2.5
5082026-06-09T20:43:26.847Z Compiling thiserror-impl v1.0.69
5092026-06-09T20:43:26.847Z Compiling zerocopy-derive v0.7.35
5102026-06-09T20:43:26.940Z Compiling pest_derive v2.8.6
5112026-06-09T20:43:27.005Z Compiling scroll_derive v0.12.1
5122026-06-09T20:43:27.062Z Compiling zerofrom v0.1.6
5132026-06-09T20:43:27.192Z Compiling yoke v0.8.1
5142026-06-09T20:43:27.352Z Compiling thiserror-impl v2.0.18
5152026-06-09T20:43:27.389Z Compiling zerovec v0.11.5
5162026-06-09T20:43:27.656Z Compiling zerotrie v0.2.3
5172026-06-09T20:43:27.739Z Compiling zerocopy v0.7.35
5182026-06-09T20:43:27.903Z Compiling tinystr v0.8.2
5192026-06-09T20:43:27.963Z Compiling potential_utf v0.1.4
5202026-06-09T20:43:28.119Z Compiling icu_locale_core v2.1.1
5212026-06-09T20:43:28.169Z Compiling icu_collections v2.1.1
5222026-06-09T20:43:28.207Z Compiling dtrace-parser v0.2.0
5232026-06-09T20:43:28.265Z Compiling scroll v0.12.0
5242026-06-09T20:43:28.554Z Compiling goblin v0.8.2
5252026-06-09T20:43:28.605Z Compiling tabled_derive v0.7.0
5262026-06-09T20:43:28.624Z Compiling clap_derive v4.6.1
5272026-06-09T20:43:28.781Z Compiling icu_provider v2.1.1
5282026-06-09T20:43:28.940Z Compiling unicode-linebreak v0.1.5
5292026-06-09T20:43:28.980Z Compiling toml_datetime v0.6.11
5302026-06-09T20:43:29.021Z Compiling icu_normalizer v2.1.1
5312026-06-09T20:43:29.021Z Compiling icu_properties v2.1.2
5322026-06-09T20:43:29.074Z Compiling serde_spanned v0.6.9
5332026-06-09T20:43:29.179Z Compiling dof v0.3.0
5342026-06-09T20:43:29.223Z Compiling toml_edit v0.22.27
5352026-06-09T20:43:29.241Z Compiling serde_tokenstream v0.2.3
5362026-06-09T20:43:29.563Z Compiling serde-value v0.7.0
5372026-06-09T20:43:29.580Z Compiling cargo-platform v0.2.0
5382026-06-09T20:43:29.602Z Compiling smawk v0.3.2
5392026-06-09T20:43:29.808Z Compiling unicode-width v0.2.0
5402026-06-09T20:43:29.893Z Compiling tabled v0.15.0
5412026-06-09T20:43:29.928Z Compiling idna_adapter v1.2.1
5422026-06-09T20:43:30.076Z Compiling idna v1.1.0
5432026-06-09T20:43:30.093Z Compiling textwrap v0.16.2
5442026-06-09T20:43:30.162Z Compiling macaddr v1.0.1
5452026-06-09T20:43:30.177Z Compiling usdt-macro v0.5.0
5462026-06-09T20:43:30.387Z Compiling url v2.5.8
5472026-06-09T20:43:30.414Z Compiling usdt-attr-macro v0.5.0
5482026-06-09T20:43:30.549Z Compiling clap v4.6.1
5492026-06-09T20:43:30.638Z Compiling camino-tempfile v1.4.1
5502026-06-09T20:43:30.732Z Compiling toml v0.8.23
5512026-06-09T20:43:31.160Z Compiling cargo-util-schemas v0.8.2
5522026-06-09T20:43:31.353Z Compiling cargo_toml v0.21.0
5532026-06-09T20:43:31.433Z Compiling swrite v0.1.0
5542026-06-09T20:43:31.504Z Compiling usdt v0.5.0
5552026-06-09T20:43:31.535Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5562026-06-09T20:43:32.083Z Compiling cargo_metadata v0.21.0
5572026-06-09T20:43:33.013Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5582026-06-09T20:43:35.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.37s
5592026-06-09T20:43:35.289Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5602026-06-09T20:43:35.850Z Downloading crates ...
5612026-06-09T20:43:35.942Z Downloaded atomicwrites v0.4.4
5622026-06-09T20:43:35.956Z Downloaded adler2 v2.0.1
5632026-06-09T20:43:35.968Z Downloaded cipher v0.4.4
5642026-06-09T20:43:35.972Z Downloaded bitflags v1.3.2
5652026-06-09T20:43:35.974Z Downloaded crc-any v2.5.0
5662026-06-09T20:43:35.975Z Downloaded der_derive v0.7.3
5672026-06-09T20:43:35.975Z Downloaded document-features v0.2.12
5682026-06-09T20:43:35.977Z Downloaded const_format_proc_macros v0.2.34
5692026-06-09T20:43:35.977Z Downloaded chacha20 v0.10.0
5702026-06-09T20:43:35.981Z Downloaded aes v0.8.4
5712026-06-09T20:43:35.983Z Downloaded diff v0.1.13
5722026-06-09T20:43:35.983Z Downloaded des v0.8.1
5732026-06-09T20:43:35.986Z Downloaded defmt-macros v1.0.1
5742026-06-09T20:43:35.989Z Downloaded darling v0.13.4
5752026-06-09T20:43:35.993Z Downloaded crossbeam-utils v0.8.21
5762026-06-09T20:43:35.993Z Downloaded crossbeam-channel v0.5.15
5772026-06-09T20:43:35.997Z Downloaded data-encoding v2.10.0
5782026-06-09T20:43:35.999Z Downloaded crunchy v0.2.4
5792026-06-09T20:43:36.014Z Downloaded curve25519-dalek v4.1.3
5802026-06-09T20:43:36.020Z Downloaded fallible-iterator v0.2.0
5812026-06-09T20:43:36.025Z Downloaded ciborium-ll v0.2.2
5822026-06-09T20:43:36.025Z Downloaded atty v0.2.14
5832026-06-09T20:43:36.025Z Downloaded daft-derive v0.1.7
5842026-06-09T20:43:36.025Z Downloaded dyn-clone v1.0.20
5852026-06-09T20:43:36.029Z Downloaded ascii-canvas v3.0.0
5862026-06-09T20:43:36.029Z Downloaded atomic-waker v1.1.2
5872026-06-09T20:43:36.029Z Downloaded async-recursion v1.1.1
5882026-06-09T20:43:36.034Z Downloaded dirs-next v2.0.0
5892026-06-09T20:43:36.034Z Downloaded embedded-io v0.6.1
5902026-06-09T20:43:36.034Z Downloaded derive-ex v0.1.8
5912026-06-09T20:43:36.035Z Downloaded ecdsa v0.16.9
5922026-06-09T20:43:36.038Z Downloaded arrayref v0.3.9
5932026-06-09T20:43:36.038Z Downloaded deranged v0.5.8
5942026-06-09T20:43:36.038Z Downloaded assert_matches v1.5.0
5952026-06-09T20:43:36.038Z Downloaded darling_macro v0.21.3
5962026-06-09T20:43:36.038Z Downloaded async-stream-impl v0.3.6
5972026-06-09T20:43:36.042Z Downloaded env_logger v0.11.9
5982026-06-09T20:43:36.044Z Downloaded crc-catalog v2.4.0
5992026-06-09T20:43:36.044Z Downloaded async-stream v0.3.6
6002026-06-09T20:43:36.047Z Downloaded dof v0.4.0
6012026-06-09T20:43:36.047Z Downloaded flagset v0.4.7
6022026-06-09T20:43:36.050Z Downloaded darling_macro v0.23.0
6032026-06-09T20:43:36.050Z Downloaded bitfield-macros v0.19.4
6042026-06-09T20:43:36.050Z Downloaded bit-set v0.8.0
6052026-06-09T20:43:36.050Z Downloaded darling_macro v0.20.11
6062026-06-09T20:43:36.053Z Downloaded difflib v0.4.0
6072026-06-09T20:43:36.053Z Downloaded dsl_auto_type v0.2.0
6082026-06-09T20:43:36.053Z Downloaded diesel_table_macro_syntax v0.3.0
6092026-06-09T20:43:36.053Z Downloaded cstr-argument v0.1.2
6102026-06-09T20:43:36.056Z Downloaded dunce v1.0.5
6112026-06-09T20:43:36.056Z Downloaded defmt-parser v1.0.0
6122026-06-09T20:43:36.059Z Downloaded bitfield-struct v0.6.2
6132026-06-09T20:43:36.059Z Downloaded aead v0.5.2
6142026-06-09T20:43:36.059Z Downloaded defmt v0.3.100
6152026-06-09T20:43:36.064Z Downloaded ciborium-io v0.2.2
6162026-06-09T20:43:36.067Z Downloaded base16ct v0.2.0
6172026-06-09T20:43:36.067Z Downloaded derive_builder_macro v0.20.2
6182026-06-09T20:43:36.067Z Downloaded darling_macro v0.13.4
6192026-06-09T20:43:36.070Z Downloaded bcrypt-pbkdf v0.10.0
6202026-06-09T20:43:36.070Z Downloaded corncobs v0.1.4
6212026-06-09T20:43:36.073Z Downloaded endian-type v0.1.2
6222026-06-09T20:43:36.074Z Downloaded crc8 v0.1.1
6232026-06-09T20:43:36.077Z Downloaded convert_case v0.4.0
6242026-06-09T20:43:36.077Z Downloaded dtrace-parser v0.3.0
6252026-06-09T20:43:36.077Z Downloaded bit-set v0.5.3
6262026-06-09T20:43:36.080Z Downloaded embedded-io v0.4.0
6272026-06-09T20:43:36.080Z Downloaded array-init v0.0.4
6282026-06-09T20:43:36.083Z Downloaded crucible-workspace-hack v0.1.0
6292026-06-09T20:43:36.086Z Downloaded curve25519-dalek-derive v0.1.1
6302026-06-09T20:43:36.086Z Downloaded fixedbitset v0.4.2
6312026-06-09T20:43:36.088Z Downloaded cpufeatures v0.3.0
6322026-06-09T20:43:36.091Z Downloaded compression-core v0.4.31
6332026-06-09T20:43:36.091Z Downloaded crc v3.4.0
6342026-06-09T20:43:36.094Z Downloaded castaway v0.2.4
6352026-06-09T20:43:36.097Z Downloaded either v1.15.0
6362026-06-09T20:43:36.097Z Downloaded dropshot-api-manager-types v0.7.2
6372026-06-09T20:43:36.097Z Downloaded darling v0.23.0
6382026-06-09T20:43:36.100Z Downloaded env_filter v1.0.0
6392026-06-09T20:43:36.103Z Downloaded display-error-chain v0.2.2
6402026-06-09T20:43:36.103Z Downloaded cfg_aliases v0.1.1
6412026-06-09T20:43:36.103Z Downloaded enum-as-inner v0.6.1
6422026-06-09T20:43:36.103Z Downloaded cargo-platform v0.3.2
6432026-06-09T20:43:36.106Z Downloaded cmake v0.1.57
6442026-06-09T20:43:36.106Z Downloaded base64ct v1.8.3
6452026-06-09T20:43:36.109Z Downloaded fd-lock v4.0.4
6462026-06-09T20:43:36.111Z Downloaded downcast-rs v2.0.2
6472026-06-09T20:43:36.114Z Downloaded float-ord v0.3.2
6482026-06-09T20:43:36.114Z Downloaded float-cmp v0.10.0
6492026-06-09T20:43:36.114Z Downloaded foreign-types v0.3.2
6502026-06-09T20:43:36.114Z Downloaded cobs v0.3.0
6512026-06-09T20:43:36.114Z Downloaded debug-ignore v1.0.5
6522026-06-09T20:43:36.118Z Downloaded dirs-sys-next v0.1.2
6532026-06-09T20:43:36.118Z Downloaded bb8 v0.8.6
6542026-06-09T20:43:36.118Z Downloaded foreign-types-shared v0.3.1
6552026-06-09T20:43:36.118Z Downloaded block-padding v0.3.3
6562026-06-09T20:43:36.121Z Downloaded futures-io v0.3.32
6572026-06-09T20:43:36.124Z Downloaded funty v2.0.0
6582026-06-09T20:43:36.124Z Downloaded foreign-types-shared v0.1.1
6592026-06-09T20:43:36.124Z Downloaded futures-task v0.3.32
6602026-06-09T20:43:36.127Z Downloaded foreign-types v0.5.0
6612026-06-09T20:43:36.127Z Downloaded cfg_aliases v0.2.1
6622026-06-09T20:43:36.127Z Downloaded bitfield v0.19.4
6632026-06-09T20:43:36.127Z Downloaded anstyle-parse v0.2.7
6642026-06-09T20:43:36.131Z Downloaded anstream v0.6.21
6652026-06-09T20:43:36.131Z Downloaded futures-macro v0.3.32
6662026-06-09T20:43:36.131Z Downloaded futures-core v0.3.32
6672026-06-09T20:43:36.134Z Downloaded cassowary v0.3.0
6682026-06-09T20:43:36.134Z Downloaded cargo_metadata v0.23.1
6692026-06-09T20:43:36.134Z Downloaded foreign-types-macros v0.2.3
6702026-06-09T20:43:36.138Z Downloaded ena v0.14.4
6712026-06-09T20:43:36.138Z Downloaded buf-list v1.1.2
6722026-06-09T20:43:36.138Z Downloaded fixedbitset v0.5.7
6732026-06-09T20:43:36.141Z Downloaded filetime v0.2.27
6742026-06-09T20:43:36.141Z Downloaded critical-section v1.2.0
6752026-06-09T20:43:36.141Z Downloaded gethostname v0.5.0
6762026-06-09T20:43:36.144Z Downloaded fxhash v0.2.1
6772026-06-09T20:43:36.144Z Downloaded ed25519 v2.2.3
6782026-06-09T20:43:36.144Z Downloaded csv-core v0.1.13
6792026-06-09T20:43:36.144Z Downloaded daft v0.1.7
6802026-06-09T20:43:36.147Z Downloaded diesel-dtrace v0.5.0
6812026-06-09T20:43:36.147Z Downloaded ghash v0.5.1
6822026-06-09T20:43:36.150Z Downloaded futures-sink v0.3.32
6832026-06-09T20:43:36.150Z Downloaded backon v1.6.0
6842026-06-09T20:43:36.150Z Downloaded git-stub v1.0.0
6852026-06-09T20:43:36.153Z Downloaded ff v0.13.1
6862026-06-09T20:43:36.153Z Downloaded crc32fast v1.5.0
6872026-06-09T20:43:36.156Z Downloaded bcs v0.1.6
6882026-06-09T20:43:36.156Z Downloaded crossbeam-deque v0.8.6
6892026-06-09T20:43:36.156Z Downloaded arrayvec v0.7.6
6902026-06-09T20:43:36.159Z Downloaded find-msvc-tools v0.1.9
6912026-06-09T20:43:36.159Z Downloaded crossbeam-epoch v0.9.18
6922026-06-09T20:43:36.162Z Downloaded hash32 v0.2.1
6932026-06-09T20:43:36.162Z Downloaded argon2 v0.5.3
6942026-06-09T20:43:36.162Z Downloaded hash32 v0.3.1
6952026-06-09T20:43:36.165Z Downloaded bit-vec v0.8.0
6962026-06-09T20:43:36.165Z Downloaded globwalk v0.9.1
6972026-06-09T20:43:36.165Z Downloaded backoff v0.4.0
6982026-06-09T20:43:36.168Z Downloaded hex-literal v0.4.1
6992026-06-09T20:43:36.168Z Downloaded hex v0.4.3
7002026-06-09T20:43:36.168Z Downloaded cexpr v0.6.0
7012026-06-09T20:43:36.171Z Downloaded ctr v0.9.2
7022026-06-09T20:43:36.171Z Downloaded foldhash v0.2.0
7032026-06-09T20:43:36.171Z Downloaded cbc v0.1.2
7042026-06-09T20:43:36.174Z Downloaded headers-core v0.3.0
7052026-06-09T20:43:36.174Z Downloaded defmt v1.0.1
7062026-06-09T20:43:36.179Z Downloaded constant_time_eq v0.4.2
7072026-06-09T20:43:36.179Z Downloaded colored v2.2.0
7082026-06-09T20:43:36.182Z Downloaded derive_builder_core v0.20.2
7092026-06-09T20:43:36.182Z Downloaded futures-executor v0.3.32
7102026-06-09T20:43:36.182Z Downloaded erased-serde v0.3.31
7112026-06-09T20:43:36.186Z Downloaded convert_case v0.10.0
7122026-06-09T20:43:36.186Z Downloaded foldhash v0.1.5
7132026-06-09T20:43:36.186Z Downloaded chacha20 v0.9.1
7142026-06-09T20:43:36.189Z Downloaded hostname v0.4.2
7152026-06-09T20:43:36.189Z Downloaded httpdate v1.0.3
7162026-06-09T20:43:36.189Z Downloaded http-body v1.0.1
7172026-06-09T20:43:36.193Z Downloaded hubpack v0.1.2
7182026-06-09T20:43:36.193Z Downloaded hostname v0.3.1
7192026-06-09T20:43:36.194Z Downloaded fs_extra v1.3.0
7202026-06-09T20:43:36.194Z Downloaded fs-err v2.11.0
7212026-06-09T20:43:36.197Z Downloaded home v0.5.12
7222026-06-09T20:43:36.197Z Downloaded hyper-tls v0.6.0
7232026-06-09T20:43:36.197Z Downloaded hubpack_derive v0.1.1
7242026-06-09T20:43:36.197Z Downloaded http-range v0.1.5
7252026-06-09T20:43:36.200Z Downloaded byte-wrapper v0.1.0
7262026-06-09T20:43:36.200Z Downloaded crypto-bigint v0.5.5
7272026-06-09T20:43:36.203Z Downloaded derive_builder v0.20.2
7282026-06-09T20:43:36.206Z Downloaded group v0.13.0
7292026-06-09T20:43:36.209Z Downloaded const-oid v0.9.6
7302026-06-09T20:43:36.209Z Downloaded glob v0.3.3
7312026-06-09T20:43:36.212Z Downloaded globset v0.4.18
7322026-06-09T20:43:36.212Z Downloaded ident_case v1.0.1
7332026-06-09T20:43:36.212Z Downloaded blowfish v0.9.1
7342026-06-09T20:43:36.212Z Downloaded indent_write v2.2.0
7352026-06-09T20:43:36.215Z Downloaded console v0.15.11
7362026-06-09T20:43:36.215Z Downloaded colored v3.1.1
7372026-06-09T20:43:36.220Z Downloaded indoc v1.0.9
7382026-06-09T20:43:36.220Z Downloaded cookie_store v0.22.1
7392026-06-09T20:43:36.222Z Downloaded ciborium v0.2.2
7402026-06-09T20:43:36.223Z Downloaded cancel-safe-futures v0.1.5
7412026-06-09T20:43:36.223Z Downloaded bzip2 v0.4.4
7422026-06-09T20:43:36.226Z Downloaded async-trait v0.1.89
7432026-06-09T20:43:36.226Z Downloaded console v0.16.2
7442026-06-09T20:43:36.229Z Downloaded is_ci v1.2.0
7452026-06-09T20:43:36.229Z Downloaded internet-checksum v0.2.1
7462026-06-09T20:43:36.229Z Downloaded illumos-nvpair-sys v0.2.0
7472026-06-09T20:43:36.232Z Downloaded is-terminal v0.4.17
7482026-06-09T20:43:36.233Z Downloaded illumos-nvpair v0.3.0
7492026-06-09T20:43:36.233Z Downloaded compression-codecs v0.4.37
7502026-06-09T20:43:36.233Z Downloaded kstat-rs v0.2.4
7512026-06-09T20:43:36.236Z Downloaded instability v0.3.11
7522026-06-09T20:43:36.236Z Downloaded inout v0.1.4
7532026-06-09T20:43:36.236Z Downloaded clang-sys v1.8.1
7542026-06-09T20:43:36.239Z Downloaded blake2 v0.10.6
7552026-06-09T20:43:36.239Z Downloaded bindgen v0.71.1
7562026-06-09T20:43:36.243Z Downloaded keccak v0.1.6
7572026-06-09T20:43:36.246Z Downloaded instant v0.1.13
7582026-06-09T20:43:36.246Z Downloaded darling v0.20.11
7592026-06-09T20:43:36.249Z Downloaded lazy_static v1.5.0
7602026-06-09T20:43:36.249Z Downloaded futures-channel v0.3.32
7612026-06-09T20:43:36.249Z Downloaded libscf-sys v1.1.0
7622026-06-09T20:43:36.252Z Downloaded cookie v0.18.1
7632026-06-09T20:43:36.252Z Downloaded bzip2 v0.6.1
7642026-06-09T20:43:36.255Z Downloaded camino-tempfile-ext v0.3.3
7652026-06-09T20:43:36.255Z Downloaded humantime v2.3.0
7662026-06-09T20:43:36.255Z Downloaded linked-hash-map v0.5.6
7672026-06-09T20:43:36.258Z Downloaded http-body-util v0.1.3
7682026-06-09T20:43:36.258Z Downloaded darling v0.21.3
7692026-06-09T20:43:36.261Z Downloaded highway v1.3.0
7702026-06-09T20:43:36.261Z Downloaded async-bb8-diesel v0.2.1
7712026-06-09T20:43:36.264Z Downloaded lalrpop-util v0.19.12
7722026-06-09T20:43:36.265Z Downloaded drift v0.2.0
7732026-06-09T20:43:36.268Z Downloaded md5 v0.7.0
7742026-06-09T20:43:36.271Z Downloaded maplit v1.0.2
7752026-06-09T20:43:36.271Z Downloaded lzss v0.8.2
7762026-06-09T20:43:36.271Z Downloaded lru-cache v0.1.2
7772026-06-09T20:43:36.274Z Downloaded ahash v0.8.12
7782026-06-09T20:43:36.274Z Downloaded match_cfg v0.1.0
7792026-06-09T20:43:36.278Z Downloaded managed v0.8.0
7802026-06-09T20:43:36.278Z Downloaded lru v0.12.5
7812026-06-09T20:43:36.278Z Downloaded git-stub-vcs v0.1.0
7822026-06-09T20:43:36.278Z Downloaded derive-where v1.6.0
7832026-06-09T20:43:36.281Z Downloaded hyper-staticfile v0.10.1
7842026-06-09T20:43:36.281Z Downloaded lru-slab v0.1.2
7852026-06-09T20:43:36.283Z Downloaded mime v0.3.17
7862026-06-09T20:43:36.283Z Downloaded md-5 v0.10.6
7872026-06-09T20:43:36.284Z Downloaded maybe-uninit v2.0.0
7882026-06-09T20:43:36.286Z Downloaded memoffset v0.9.1
7892026-06-09T20:43:36.286Z Downloaded impl-trait-for-tuples v0.2.3
7902026-06-09T20:43:36.289Z Downloaded newtype-uuid-macros v0.1.0
7912026-06-09T20:43:36.289Z Downloaded nibble_vec v0.1.0
7922026-06-09T20:43:36.292Z Downloaded new_debug_unreachable v1.0.6
7932026-06-09T20:43:36.292Z Downloaded indoc v2.0.7
7942026-06-09T20:43:36.293Z Downloaded half v1.8.3
7952026-06-09T20:43:36.297Z Downloaded multimap v0.10.1
7962026-06-09T20:43:36.297Z Downloaded allocator-api2 v0.2.21
7972026-06-09T20:43:36.297Z Downloaded bit-vec v0.6.3
7982026-06-09T20:43:36.300Z Downloaded ingot-types v0.1.2
7992026-06-09T20:43:36.300Z Downloaded ipnetwork v0.21.1
8002026-06-09T20:43:36.302Z Downloaded ipnet v2.11.0
8012026-06-09T20:43:36.305Z Downloaded newline-converter v0.3.0
8022026-06-09T20:43:36.308Z Downloaded newtype_derive v0.1.6
8032026-06-09T20:43:36.308Z Downloaded ingot v0.1.1
8042026-06-09T20:43:36.311Z Downloaded base64 v0.22.1
8052026-06-09T20:43:36.311Z Downloaded normalize-line-endings v0.3.0
8062026-06-09T20:43:36.314Z Downloaded jobserver v0.1.34
8072026-06-09T20:43:36.314Z Downloaded libefi-sys v0.1.0
8082026-06-09T20:43:36.314Z Downloaded fatfs v0.3.6
8092026-06-09T20:43:36.318Z Downloaded elliptic-curve v0.13.8
8102026-06-09T20:43:36.321Z Downloaded nodrop v0.1.14
8112026-06-09T20:43:36.321Z Downloaded num v0.4.3
8122026-06-09T20:43:36.321Z Downloaded derive_more v0.99.20
8132026-06-09T20:43:36.324Z Downloaded num-conv v0.2.0
8142026-06-09T20:43:36.324Z Downloaded futures v0.3.32
8152026-06-09T20:43:36.327Z Downloaded num-iter v0.1.45
8162026-06-09T20:43:36.327Z Downloaded nonempty v0.12.0
8172026-06-09T20:43:36.331Z Downloaded linear-map v1.2.0
8182026-06-09T20:43:36.331Z Downloaded num_enum_derive v0.5.11
8192026-06-09T20:43:36.331Z Downloaded getrandom v0.3.4
8202026-06-09T20:43:36.333Z Downloaded darling_core v0.23.0
8212026-06-09T20:43:36.336Z Downloaded libloading v0.8.9
8222026-06-09T20:43:36.336Z Downloaded libsw v3.5.0
8232026-06-09T20:43:36.339Z Downloaded lock_api v0.4.14
8242026-06-09T20:43:36.339Z Downloaded hmac v0.12.1
8252026-06-09T20:43:36.339Z Downloaded hyper-rustls v0.27.7
8262026-06-09T20:43:36.343Z Downloaded httparse v1.10.1
8272026-06-09T20:43:36.343Z Downloaded num-derive v0.4.2
8282026-06-09T20:43:36.345Z Downloaded multer v3.1.0
8292026-06-09T20:43:36.346Z Downloaded num_threads v0.1.7
8302026-06-09T20:43:36.348Z Downloaded darling_core v0.13.4
8312026-06-09T20:43:36.348Z Downloaded openssl-probe v0.2.1
8322026-06-09T20:43:36.351Z Downloaded openssl-macros v0.1.1
8332026-06-09T20:43:36.351Z Downloaded oso-derive v0.27.3
8342026-06-09T20:43:36.351Z Downloaded openssl-probe v0.1.6
8352026-06-09T20:43:36.356Z Downloaded packed_struct_codegen v0.10.1
8362026-06-09T20:43:36.356Z Downloaded libsw-core v0.3.2
8372026-06-09T20:43:36.356Z Downloaded opaque-debug v0.3.1
8382026-06-09T20:43:36.356Z Downloaded arc-swap v1.8.2
8392026-06-09T20:43:36.370Z Downloaded native-tls v0.2.18
8402026-06-09T20:43:36.373Z Downloaded path-slash v0.1.5
8412026-06-09T20:43:36.373Z Downloaded parse-size v1.1.0
8422026-06-09T20:43:36.373Z Downloaded nanorand v0.7.0
8432026-06-09T20:43:36.376Z Downloaded mime_guess v2.0.5
8442026-06-09T20:43:36.376Z Downloaded half v2.7.1
8452026-06-09T20:43:36.379Z Downloaded ingot-macros v0.1.1
8462026-06-09T20:43:36.379Z Downloaded parse-display v0.10.0
8472026-06-09T20:43:36.382Z Downloaded darling_core v0.20.11
8482026-06-09T20:43:36.382Z Downloaded iana-time-zone v0.1.65
8492026-06-09T20:43:36.385Z Downloaded getrandom v0.2.17
8502026-06-09T20:43:36.388Z Downloaded num-derive v0.3.3
8512026-06-09T20:43:36.388Z Downloaded pin-utils v0.1.0
8522026-06-09T20:43:36.388Z Downloaded peg-runtime v0.8.5
8532026-06-09T20:43:36.391Z Downloaded pbkdf2 v0.11.0
8542026-06-09T20:43:36.391Z Downloaded olpc-cjson v0.1.4
8552026-06-09T20:43:36.391Z Downloaded flume v0.11.1
8562026-06-09T20:43:36.394Z Downloaded darling_core v0.21.3
8572026-06-09T20:43:36.397Z Downloaded dropshot-api-manager v0.7.2
8582026-06-09T20:43:36.400Z Downloaded phf_shared v0.11.3
8592026-06-09T20:43:36.404Z Downloaded phf_shared v0.12.1
8602026-06-09T20:43:36.404Z Downloaded litrs v1.0.0
8612026-06-09T20:43:36.407Z Downloaded num-complex v0.4.6
8622026-06-09T20:43:36.410Z Downloaded powerfmt v0.2.0
8632026-06-09T20:43:36.410Z Downloaded phf_shared v0.13.1
8642026-06-09T20:43:36.410Z Downloaded derive_more v2.1.1
8652026-06-09T20:43:36.417Z Downloaded oxide-tokio-rt v0.1.4
8662026-06-09T20:43:36.420Z Downloaded chacha20poly1305 v0.10.1
8672026-06-09T20:43:36.420Z Downloaded num_enum v0.7.6
8682026-06-09T20:43:36.423Z Downloaded num_enum v0.5.11
8692026-06-09T20:43:36.431Z Downloaded ignore v0.4.25
8702026-06-09T20:43:36.434Z Downloaded num-rational v0.4.2
8712026-06-09T20:43:36.434Z Downloaded num-integer v0.1.46
8722026-06-09T20:43:36.434Z Downloaded heapless v0.8.0
8732026-06-09T20:43:36.437Z Downloaded headers v0.4.1
8742026-06-09T20:43:36.440Z Downloaded const_format v0.2.35
8752026-06-09T20:43:36.444Z Downloaded nu-ansi-term v0.50.3
8762026-06-09T20:43:36.444Z Downloaded predicates-core v1.0.10
8772026-06-09T20:43:36.444Z Downloaded precomputed-hash v0.1.1
8782026-06-09T20:43:36.444Z Downloaded base64 v0.21.7
8792026-06-09T20:43:36.447Z Downloaded newtype-uuid v1.3.2
8802026-06-09T20:43:36.450Z Downloaded predicates-tree v1.0.13
8812026-06-09T20:43:36.450Z Downloaded owo-colors v4.3.0
8822026-06-09T20:43:36.453Z Downloaded proc-macro-error-attr2 v2.0.0
8832026-06-09T20:43:36.453Z Downloaded async-compression v0.4.41
8842026-06-09T20:43:36.456Z Downloaded packed_struct v0.10.1
8852026-06-09T20:43:36.459Z Downloaded der v0.7.10
8862026-06-09T20:43:36.461Z Downloaded num_enum_derive v0.7.6
8872026-06-09T20:43:36.462Z Downloaded proc-macro-crate v1.3.1
8882026-06-09T20:43:36.465Z Downloaded progenitor-macro v0.13.0
8892026-06-09T20:43:36.465Z Downloaded parking_lot_core v0.8.6
8902026-06-09T20:43:36.465Z Downloaded progenitor-macro v0.11.2
8912026-06-09T20:43:36.465Z Downloaded parse-display-derive v0.10.0
8922026-06-09T20:43:36.468Z Downloaded progenitor-client v0.14.0
8932026-06-09T20:43:36.468Z Downloaded paste v1.0.15
8942026-06-09T20:43:36.471Z Downloaded psl-types v2.0.11
8952026-06-09T20:43:36.471Z Downloaded flate2 v1.1.9
8962026-06-09T20:43:36.474Z Downloaded phf v0.13.1
8972026-06-09T20:43:36.474Z Downloaded quick-error v1.2.3
8982026-06-09T20:43:36.477Z Downloaded ed25519-dalek v2.2.0
8992026-06-09T20:43:36.477Z Downloaded pin-project-lite v0.2.17
9002026-06-09T20:43:36.480Z Downloaded pin-project-internal v1.1.11
9012026-06-09T20:43:36.483Z Downloaded radium v0.7.0
9022026-06-09T20:43:36.483Z Downloaded peg v0.8.5
9032026-06-09T20:43:36.487Z Downloaded pbkdf2 v0.12.2
9042026-06-09T20:43:36.487Z Downloaded pem-rfc7468 v0.7.0
9052026-06-09T20:43:36.490Z Downloaded polyval v0.6.2
9062026-06-09T20:43:36.490Z Downloaded memmap2 v0.9.10
9072026-06-09T20:43:36.490Z Downloaded oxnet v0.1.5
9082026-06-09T20:43:36.490Z Downloaded poly1305 v0.8.0
9092026-06-09T20:43:36.493Z Downloaded heapless v0.7.17
9102026-06-09T20:43:36.496Z Downloaded rand_chacha v0.3.1
9112026-06-09T20:43:36.496Z Downloaded pkcs8 v0.10.2
9122026-06-09T20:43:36.496Z Downloaded bytes v1.11.1
9132026-06-09T20:43:36.499Z Downloaded phf v0.12.1
9142026-06-09T20:43:36.502Z Downloaded pem v3.0.6
9152026-06-09T20:43:36.502Z Downloaded compact_str v0.8.1
9162026-06-09T20:43:36.505Z Downloaded dropshot_endpoint v0.17.0
9172026-06-09T20:43:36.505Z Downloaded predicates v3.1.4
9182026-06-09T20:43:36.508Z Downloaded libbz2-rs-sys v0.2.2
9192026-06-09T20:43:36.508Z Downloaded parking_lot_core v0.9.12
9202026-06-09T20:43:36.511Z Downloaded ppv-lite86 v0.2.21
9212026-06-09T20:43:36.511Z Downloaded pkg-config v0.3.32
9222026-06-09T20:43:36.514Z Downloaded cc v1.2.56
9232026-06-09T20:43:36.514Z Downloaded rand_xorshift v0.4.0
9242026-06-09T20:43:36.517Z Downloaded postgres-protocol v0.6.10
9252026-06-09T20:43:36.517Z Downloaded ar_archive_writer v0.5.1
9262026-06-09T20:43:36.521Z Downloaded proc-macro-crate v3.4.0
9272026-06-09T20:43:36.522Z Downloaded parking_lot v0.12.5
9282026-06-09T20:43:36.522Z Downloaded recursive v0.1.1
9292026-06-09T20:43:36.526Z Downloaded progenitor-macro v0.14.0
9302026-06-09T20:43:36.526Z Downloaded progenitor-client v0.10.0
9312026-06-09T20:43:36.526Z Downloaded ref-cast-impl v1.0.25
9322026-06-09T20:43:36.527Z Downloaded ref-cast v1.0.25
9332026-06-09T20:43:36.527Z Downloaded password-hash v0.4.2
9342026-06-09T20:43:36.531Z Downloaded primeorder v0.13.6
9352026-06-09T20:43:36.531Z Downloaded hickory-resolver v0.24.4
9362026-06-09T20:43:36.532Z Downloaded recursive-proc-macro-impl v0.1.1
9372026-06-09T20:43:36.535Z Downloaded parking_lot v0.11.2
9382026-06-09T20:43:36.535Z Downloaded progenitor-client v0.13.0
9392026-06-09T20:43:36.535Z Downloaded progenitor-client v0.11.2
9402026-06-09T20:43:36.535Z Downloaded progenitor-extras v0.2.0
9412026-06-09T20:43:36.538Z Downloaded bumpalo v3.20.2
9422026-06-09T20:43:36.538Z Downloaded progenitor v0.14.0
9432026-06-09T20:43:36.541Z Downloaded peg-macros v0.8.5
9442026-06-09T20:43:36.541Z Downloaded progenitor v0.13.0
9452026-06-09T20:43:36.541Z Downloaded diesel_derives v2.3.7
9462026-06-09T20:43:36.545Z Downloaded rfc6979 v0.4.0
9472026-06-09T20:43:36.548Z Downloaded pkcs5 v0.7.1
9482026-06-09T20:43:36.548Z Downloaded rustc_version v0.4.1
9492026-06-09T20:43:36.551Z Downloaded pkcs1 v0.7.5
9502026-06-09T20:43:36.551Z Downloaded proc-macro-error2 v2.0.1
9512026-06-09T20:43:36.554Z Downloaded rustc-hash v2.1.1
9522026-06-09T20:43:36.554Z Downloaded crossterm v0.29.0
9532026-06-09T20:43:36.560Z Downloaded russh-cryptovec v0.7.3
9542026-06-09T20:43:36.560Z Downloaded r2d2 v0.8.10
9552026-06-09T20:43:36.560Z Downloaded psm v0.1.30
9562026-06-09T20:43:36.563Z Downloaded rand_core v0.9.5
9572026-06-09T20:43:36.563Z Downloaded omicron-zone-package v0.12.2
9582026-06-09T20:43:36.564Z Downloaded rand_seeder v0.4.0
9592026-06-09T20:43:36.567Z Downloaded rand_core v0.10.0
9602026-06-09T20:43:36.567Z Downloaded rustc_version v0.1.7
9612026-06-09T20:43:36.567Z Downloaded indexmap v1.9.3
9622026-06-09T20:43:36.570Z Downloaded rand_chacha v0.9.0
9632026-06-09T20:43:36.573Z Downloaded same-file v1.0.6
9642026-06-09T20:43:36.576Z Downloaded scheduled-thread-pool v0.2.7
9652026-06-09T20:43:36.587Z Downloaded postcard v1.1.3
9662026-06-09T20:43:36.591Z Downloaded salsa20 v0.10.2
9672026-06-09T20:43:36.596Z Downloaded sapling-renderdag v0.1.0
9682026-06-09T20:43:36.598Z Downloaded scopeguard v1.2.0
9692026-06-09T20:43:36.598Z Downloaded miniz_oxide v0.8.9
9702026-06-09T20:43:36.601Z Downloaded derive_more-impl v2.1.1
9712026-06-09T20:43:36.604Z Downloaded oso v0.27.3
9722026-06-09T20:43:36.607Z Downloaded scroll_derive v0.13.1
9732026-06-09T20:43:36.607Z Downloaded p256 v0.13.2
9742026-06-09T20:43:36.607Z Downloaded secrecy v0.8.0
9752026-06-09T20:43:36.610Z Downloaded progenitor v0.11.2
9762026-06-09T20:43:36.610Z Downloaded secrecy v0.10.3
9772026-06-09T20:43:36.610Z Downloaded seq-macro v0.3.6
9782026-06-09T20:43:36.613Z Downloaded semver v0.1.20
9792026-06-09T20:43:36.613Z Downloaded scrypt v0.11.0
9802026-06-09T20:43:36.613Z Downloaded indicatif v0.18.4
9812026-06-09T20:43:36.616Z Downloaded hickory-resolver v0.25.2
9822026-06-09T20:43:36.619Z Downloaded password-hash v0.5.0
9832026-06-09T20:43:36.622Z Downloaded pin-project v1.1.11
9842026-06-09T20:43:36.625Z Downloaded serde_spanned v1.0.4
9852026-06-09T20:43:36.628Z Downloaded serde_bytes v0.11.19
9862026-06-09T20:43:36.628Z Downloaded serde_plain v1.0.2
9872026-06-09T20:43:36.628Z Downloaded serde-big-array v0.5.1
9882026-06-09T20:43:36.631Z Downloaded serde_repr v0.1.20
9892026-06-09T20:43:36.631Z Downloaded postgres-types v0.2.12
9902026-06-09T20:43:36.634Z Downloaded serde_urlencoded v0.7.1
9912026-06-09T20:43:36.634Z Downloaded rtoolbox v0.0.3
9922026-06-09T20:43:36.634Z Downloaded resolv-conf v0.7.6
9932026-06-09T20:43:36.637Z Downloaded quinn-udp v0.5.14
9942026-06-09T20:43:36.637Z Downloaded papergrid v0.17.0
9952026-06-09T20:43:36.640Z Downloaded rustls-pemfile v2.2.0
9962026-06-09T20:43:36.643Z Downloaded jiff-static v0.2.21
9972026-06-09T20:43:36.643Z Downloaded crossterm v0.28.1
9982026-06-09T20:43:36.646Z Downloaded shell-words v1.1.1
9992026-06-09T20:43:36.649Z Downloaded sigpipe v0.1.3
10002026-06-09T20:43:36.649Z Downloaded sha1 v0.10.6
10012026-06-09T20:43:36.652Z Downloaded signature v2.2.0
10022026-06-09T20:43:36.655Z Downloaded hashbrown v0.13.2
10032026-06-09T20:43:36.658Z Downloaded hashbrown v0.12.3
10042026-06-09T20:43:36.661Z Downloaded rustls-pemfile v1.0.4
10052026-06-09T20:43:36.665Z Downloaded signal-hook-tokio v0.3.1
10062026-06-09T20:43:36.665Z Downloaded signal-hook-mio v0.2.5
10072026-06-09T20:43:36.665Z Downloaded rand_core v0.6.4
10082026-06-09T20:43:36.672Z Downloaded slog-bunyan v2.5.0
10092026-06-09T20:43:36.675Z Downloaded expectorate v1.2.0
10102026-06-09T20:43:36.678Z Downloaded rusty-fork v0.3.1
10112026-06-09T20:43:36.678Z Downloaded rustversion v1.0.22
10122026-06-09T20:43:36.678Z Downloaded progenitor-impl v0.11.2
10132026-06-09T20:43:36.683Z Downloaded slog-envlogger v2.2.0
10142026-06-09T20:43:36.687Z Downloaded sec1 v0.7.3
10152026-06-09T20:43:36.690Z Downloaded prefix-trie v0.7.0
10162026-06-09T20:43:36.693Z Downloaded schemars_derive v0.8.22
10172026-06-09T20:43:36.698Z Downloaded progenitor-impl v0.14.0
10182026-06-09T20:43:36.703Z Downloaded serde_path_to_error v0.1.20
10192026-06-09T20:43:36.706Z Downloaded minimal-lexical v0.2.1
10202026-06-09T20:43:36.710Z Downloaded serde-hex v0.1.0
10212026-06-09T20:43:36.712Z Downloaded sct v0.7.1
10222026-06-09T20:43:36.715Z Downloaded serde_with_macros v1.5.2
10232026-06-09T20:43:36.715Z Downloaded serde_derive_internals v0.29.1
10242026-06-09T20:43:36.718Z Downloaded rustls-pki-types v1.14.0
10252026-06-09T20:43:36.723Z Downloaded slab v0.4.12
10262026-06-09T20:43:36.726Z Downloaded siphasher v1.0.2
10272026-06-09T20:43:36.726Z Downloaded ssh-encoding v0.2.0
10282026-06-09T20:43:36.729Z Downloaded sqlparser_derive v0.5.0
10292026-06-09T20:43:36.730Z Downloaded strsim v0.10.0
10302026-06-09T20:43:36.730Z Downloaded shlex v1.3.0
10312026-06-09T20:43:36.734Z Downloaded strum v0.27.2
10322026-06-09T20:43:36.734Z Downloaded structmeta v0.3.0
10332026-06-09T20:43:36.736Z Downloaded itertools v0.10.5
10342026-06-09T20:43:36.740Z Downloaded ssh-cipher v0.2.0
10352026-06-09T20:43:36.743Z Downloaded rustls-native-certs v0.8.3
10362026-06-09T20:43:36.743Z Downloaded prettyplease v0.2.37
10372026-06-09T20:43:36.746Z Downloaded strip-ansi-escapes v0.2.1
10382026-06-09T20:43:36.746Z Downloaded pretty_assertions v1.4.1
10392026-06-09T20:43:36.749Z Downloaded strum v0.26.3
10402026-06-09T20:43:36.749Z Downloaded structmeta-derive v0.3.0
10412026-06-09T20:43:36.752Z Downloaded sync_wrapper v1.0.2
10422026-06-09T20:43:36.752Z Downloaded take_mut v0.2.2
10432026-06-09T20:43:36.752Z Downloaded tabwriter v1.4.1
10442026-06-09T20:43:36.752Z Downloaded signal-hook-registry v1.4.8
10452026-06-09T20:43:36.755Z Downloaded sync-ptr v0.1.4
10462026-06-09T20:43:36.759Z Downloaded slog-term v2.9.2
10472026-06-09T20:43:36.759Z Downloaded scroll v0.13.0
10482026-06-09T20:43:36.759Z Downloaded slog-scope v4.4.1
10492026-06-09T20:43:36.762Z Downloaded smallvec v0.6.14
10502026-06-09T20:43:36.762Z Downloaded slog-stdlog v4.1.1
10512026-06-09T20:43:36.762Z Downloaded simd-adler32 v0.3.8
10522026-06-09T20:43:36.765Z Downloaded hickory-server v0.25.2
10532026-06-09T20:43:36.768Z Downloaded tagptr v0.2.0
10542026-06-09T20:43:36.768Z Downloaded subtle v2.6.1
10552026-06-09T20:43:36.768Z Downloaded snafu-derive v0.8.9
10562026-06-09T20:43:36.771Z Downloaded tabled_derive v0.11.0
10572026-06-09T20:43:36.771Z Downloaded tap v1.0.1
10582026-06-09T20:43:36.771Z Downloaded openssl-sys v0.9.115
10592026-06-09T20:43:36.774Z Downloaded hyper-util v0.1.20
10602026-06-09T20:43:36.777Z Downloaded aes-gcm v0.10.3
10612026-06-09T20:43:36.780Z Downloaded spki v0.7.3
10622026-06-09T20:43:36.780Z Downloaded termtree v0.5.1
10632026-06-09T20:43:36.783Z Downloaded testing_table v0.3.0
10642026-06-09T20:43:36.783Z Downloaded slog-json v2.6.1
10652026-06-09T20:43:36.783Z Downloaded slog-dtrace v0.3.0
10662026-06-09T20:43:36.786Z Downloaded slog-async v2.8.0
10672026-06-09T20:43:36.789Z Downloaded russh-keys v0.45.0
10682026-06-09T20:43:36.789Z Downloaded rcgen v0.12.1
10692026-06-09T20:43:36.794Z Downloaded ron v0.8.1
10702026-06-09T20:43:36.797Z Downloaded serde_with_macros v3.17.0
10712026-06-09T20:43:36.800Z Downloaded thread-id v5.1.0
10722026-06-09T20:43:36.800Z Downloaded stringprep v0.1.5
10732026-06-09T20:43:36.803Z Downloaded stacker v0.1.23
10742026-06-09T20:43:36.803Z Downloaded tinyvec_macros v0.1.1
10752026-06-09T20:43:36.803Z Downloaded sqlformat v0.3.5
10762026-06-09T20:43:36.810Z Downloaded hashbrown v0.16.1
10772026-06-09T20:43:36.813Z Downloaded rayon-core v1.13.0
10782026-06-09T20:43:36.817Z Downloaded nom v7.1.3
10792026-06-09T20:43:36.820Z Downloaded strum_macros v0.27.2
10802026-06-09T20:43:36.824Z Downloaded tokio-macros v2.7.0
10812026-06-09T20:43:36.827Z Downloaded strum_macros v0.24.3
10822026-06-09T20:43:36.830Z Downloaded string_cache v0.8.9
10832026-06-09T20:43:36.830Z Downloaded strum_macros v0.26.4
10842026-06-09T20:43:36.833Z Downloaded smf v0.2.3
10852026-06-09T20:43:36.833Z Downloaded num-bigint v0.4.6
10862026-06-09T20:43:36.836Z Downloaded supports-color v3.0.2
10872026-06-09T20:43:36.836Z Downloaded http v1.4.0
10882026-06-09T20:43:36.839Z Downloaded static_assertions v1.1.0
10892026-06-09T20:43:36.846Z Downloaded support-bundle-viewer v0.1.2
10902026-06-09T20:43:36.848Z Downloaded termios v0.3.3
10912026-06-09T20:43:36.849Z Downloaded spin v0.9.8
10922026-06-09T20:43:36.851Z Downloaded ryu v1.0.23
10932026-06-09T20:43:36.855Z Downloaded mio v1.2.0
10942026-06-09T20:43:36.858Z Downloaded schemars v0.8.22
10952026-06-09T20:43:36.862Z Downloaded tower-layer v0.3.3
10962026-06-09T20:43:36.865Z Downloaded topological-sort v0.2.2
10972026-06-09T20:43:36.865Z Downloaded rustls-platform-verifier v0.6.2
10982026-06-09T20:43:36.868Z Downloaded signal-hook v0.3.18
10992026-06-09T20:43:36.871Z Downloaded progenitor-impl v0.13.0
11002026-06-09T20:43:36.874Z Downloaded time-core v0.1.8
11012026-06-09T20:43:36.877Z Downloaded tower-service v0.3.3
11022026-06-09T20:43:36.879Z Downloaded thread_local v1.1.9
11032026-06-09T20:43:36.879Z Downloaded time-macros v0.2.27
11042026-06-09T20:43:36.882Z Downloaded thiserror-impl-no-std v2.0.2
11052026-06-09T20:43:36.882Z Downloaded thiserror-no-std v2.0.2
11062026-06-09T20:43:36.882Z Downloaded typify-macro v0.4.3
11072026-06-09T20:43:36.885Z Downloaded trait-variant v0.1.2
11082026-06-09T20:43:36.885Z Downloaded serde_cbor v0.11.2
11092026-06-09T20:43:36.927Z Downloaded hashbrown v0.15.5
11102026-06-09T20:43:36.927Z Downloaded tls_codec v0.4.2
11112026-06-09T20:43:36.927Z Downloaded itertools v0.13.0
11122026-06-09T20:43:36.927Z Downloaded quinn v0.11.9
11132026-06-09T20:43:36.927Z Downloaded qorb v0.4.1
11142026-06-09T20:43:36.927Z Downloaded tokio-dtrace v0.1.1
11152026-06-09T20:43:36.927Z Downloaded rand v0.8.6
11162026-06-09T20:43:36.927Z Downloaded tokio-native-tls v0.3.1
11172026-06-09T20:43:36.927Z Downloaded itertools v0.12.1
11182026-06-09T20:43:36.927Z Downloaded unarray v0.1.4
11192026-06-09T20:43:36.927Z Downloaded tls_codec_derive v0.4.2
11202026-06-09T20:43:36.927Z Downloaded tiny-keccak v2.0.2
11212026-06-09T20:43:36.927Z Downloaded typify-macro v0.6.2
11222026-06-09T20:43:36.927Z Downloaded unit-prefix v0.5.2
11232026-06-09T20:43:36.927Z Downloaded universal-hash v0.5.1
11242026-06-09T20:43:36.927Z Downloaded unicode-truncate v1.1.0
11252026-06-09T20:43:36.927Z Downloaded utf-8 v0.7.6
11262026-06-09T20:43:36.927Z Downloaded untrusted v0.9.0
11272026-06-09T20:43:36.930Z Downloaded usdt-macro v0.6.0
11282026-06-09T20:43:36.930Z Downloaded usdt v0.6.0
11292026-06-09T20:43:36.930Z Downloaded socket2 v0.5.10
11302026-06-09T20:43:36.930Z Downloaded publicsuffix v2.3.0
11312026-06-09T20:43:36.931Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11322026-06-09T20:43:36.931Z Downloaded untrusted v0.7.1
11332026-06-09T20:43:36.935Z Downloaded tokio-rustls v0.25.0
11342026-06-09T20:43:36.939Z Downloaded term v1.2.1
11352026-06-09T20:43:36.939Z Downloaded toml_writer v1.0.6+spec-1.1.0
11362026-06-09T20:43:36.942Z Downloaded term v0.7.0
11372026-06-09T20:43:36.942Z Downloaded rsa v0.9.10
11382026-06-09T20:43:36.946Z Downloaded socket2 v0.6.3
11392026-06-09T20:43:36.949Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11402026-06-09T20:43:36.949Z Downloaded hyper v1.8.1
11412026-06-09T20:43:36.952Z Downloaded aho-corasick v1.1.4
11422026-06-09T20:43:36.955Z Downloaded similar v2.7.0
11432026-06-09T20:43:36.958Z Downloaded serde_yaml v0.9.34+deprecated
11442026-06-09T20:43:36.961Z Downloaded void v1.0.2
11452026-06-09T20:43:36.964Z Downloaded tui-tree-widget v0.23.1
11462026-06-09T20:43:36.964Z Downloaded try-lock v0.2.5
11472026-06-09T20:43:36.970Z Downloaded itertools v0.14.0
11482026-06-09T20:43:36.978Z Downloaded rand v0.9.2
11492026-06-09T20:43:36.984Z Downloaded want v0.3.1
11502026-06-09T20:43:36.987Z Downloaded unicase v2.9.0
11512026-06-09T20:43:36.990Z Downloaded xattr v1.6.1
11522026-06-09T20:43:36.993Z Downloaded libxml v0.3.3
11532026-06-09T20:43:36.996Z Downloaded xshell-macros v0.2.7
11542026-06-09T20:43:36.999Z Downloaded usdt-attr-macro v0.6.0
11552026-06-09T20:43:37.002Z Downloaded rustls-webpki v0.103.9
11562026-06-09T20:43:37.005Z Downloaded slog v2.8.2
11572026-06-09T20:43:37.005Z Downloaded tokio-stream v0.1.18
11582026-06-09T20:43:37.008Z Downloaded usdt-impl v0.6.0
11592026-06-09T20:43:37.010Z Downloaded tokio-rustls v0.26.4
11602026-06-09T20:43:37.010Z Downloaded libm v0.2.16
11612026-06-09T20:43:37.015Z Downloaded tokio-tungstenite v0.23.1
11622026-06-09T20:43:37.018Z Downloaded uzers v0.12.2
11632026-06-09T20:43:37.018Z Downloaded tokio-tungstenite v0.21.0
11642026-06-09T20:43:37.021Z Downloaded test-strategy v0.4.5
11652026-06-09T20:43:37.021Z Downloaded zeroize_derive v1.4.3
11662026-06-09T20:43:37.021Z Downloaded tokio-rustls v0.24.1
11672026-06-09T20:43:37.024Z Downloaded schemars v0.9.0
11682026-06-09T20:43:37.029Z Downloaded zone_cfg_derive v0.3.1
11692026-06-09T20:43:37.032Z Downloaded zone v0.3.1
11702026-06-09T20:43:37.032Z Downloaded vergen-lib v0.1.6
11712026-06-09T20:43:37.032Z Downloaded h2 v0.4.13
11722026-06-09T20:43:37.035Z Downloaded toml_parser v1.0.9+spec-1.1.0
11732026-06-09T20:43:37.038Z Downloaded vergen-gitcl v1.0.8
11742026-06-09T20:43:37.038Z Downloaded vergen-lib v9.1.0
11752026-06-09T20:43:37.041Z Downloaded waitgroup v0.1.2
11762026-06-09T20:43:37.041Z Downloaded vsss-rs v3.3.4
11772026-06-09T20:43:37.041Z Downloaded twox-hash v2.1.2
11782026-06-09T20:43:37.045Z Downloaded snafu v0.8.9
11792026-06-09T20:43:37.048Z Downloaded whoami v2.1.0
11802026-06-09T20:43:37.048Z Downloaded whoami v1.6.1
11812026-06-09T20:43:37.048Z Downloaded walkdir v2.5.0
11822026-06-09T20:43:37.051Z Downloaded nom v8.0.0
11832026-06-09T20:43:37.055Z Downloaded samael v0.0.19
11842026-06-09T20:43:37.058Z Downloaded subprocess v0.2.15
11852026-06-09T20:43:37.060Z Downloaded num-bigint-dig v0.8.6
11862026-06-09T20:43:37.063Z Downloaded wyz v0.5.1
11872026-06-09T20:43:37.063Z Downloaded rand v0.10.0
11882026-06-09T20:43:37.066Z Downloaded wait-timeout v0.2.1
11892026-06-09T20:43:37.066Z Downloaded vergen-git2 v9.1.0
11902026-06-09T20:43:37.066Z Downloaded tinyvec v1.10.0
11912026-06-09T20:43:37.069Z Downloaded tar v0.4.45
11922026-06-09T20:43:37.072Z Downloaded xshell v0.2.7
11932026-06-09T20:43:37.075Z Downloaded unicode-properties v0.1.4
11942026-06-09T20:43:37.078Z Downloaded toml v0.7.8
11952026-06-09T20:43:37.081Z Downloaded toml v1.0.6+spec-1.1.0
11962026-06-09T20:43:37.084Z Downloaded futures-util v0.3.32
11972026-06-09T20:43:37.089Z Downloaded schemars v1.2.1
11982026-06-09T20:43:37.097Z Downloaded zeroize v1.8.2
11992026-06-09T20:43:37.100Z Downloaded zstd v0.13.3
12002026-06-09T20:43:37.103Z Downloaded vergen v9.1.0
12012026-06-09T20:43:37.103Z Downloaded tungstenite v0.21.0
12022026-06-09T20:43:37.106Z Downloaded p521 v0.13.3
12032026-06-09T20:43:37.109Z Downloaded russh v0.45.0
12042026-06-09T20:43:37.111Z Downloaded typify v0.4.3
12052026-06-09T20:43:37.114Z Downloaded tungstenite v0.23.0
12062026-06-09T20:43:37.117Z Downloaded tracing-core v0.1.36
12072026-06-09T20:43:37.117Z Downloaded tracing-attributes v0.1.31
12082026-06-09T20:43:37.120Z Downloaded unicode-bidi v0.3.18
12092026-06-09T20:43:37.120Z Downloaded iri-string v0.7.10
12102026-06-09T20:43:37.124Z Downloaded unsafe-libyaml v0.2.11
12112026-06-09T20:43:37.127Z Downloaded steno v0.4.1
12122026-06-09T20:43:37.130Z Downloaded rpassword v7.4.0
12132026-06-09T20:43:37.133Z Downloaded uuid v1.23.0
12142026-06-09T20:43:37.136Z Downloaded typify v0.6.2
12152026-06-09T20:43:37.140Z Downloaded hkdf v0.12.4
12162026-06-09T20:43:37.148Z Downloaded rustyline v14.0.0
12172026-06-09T20:43:37.152Z Downloaded yasna v0.5.2
12182026-06-09T20:43:37.156Z Downloaded vte v0.14.1
12192026-06-09T20:43:37.159Z Downloaded iddqd v0.4.2
12202026-06-09T20:43:37.185Z Downloaded toml_edit v0.23.10+spec-1.0.0
12212026-06-09T20:43:37.190Z Downloaded toml_edit v0.19.15
12222026-06-09T20:43:37.200Z Downloaded ssh-key v0.6.7
12232026-06-09T20:43:37.208Z Downloaded zerocopy v0.6.6
12242026-06-09T20:43:37.213Z Downloaded reedline v0.40.0
12252026-06-09T20:43:37.217Z Downloaded zopfli v0.8.3
12262026-06-09T20:43:37.220Z Downloaded regex v1.12.3
12272026-06-09T20:43:37.223Z Downloaded zstd-safe v7.2.4
12282026-06-09T20:43:37.223Z Downloaded unicode_categories v0.1.1
12292026-06-09T20:43:37.225Z Downloaded serde_with v1.14.0
12302026-06-09T20:43:37.234Z Downloaded yansi v1.0.1
12312026-06-09T20:43:37.237Z Downloaded zip v0.6.6
12322026-06-09T20:43:37.248Z Downloaded rayon v1.11.0
12332026-06-09T20:43:37.253Z Downloaded lalrpop v0.19.12
12342026-06-09T20:43:37.259Z Downloaded tokio-postgres v0.7.16
12352026-06-09T20:43:37.262Z Downloaded p384 v0.13.1
12362026-06-09T20:43:37.265Z Downloaded blake3 v1.8.3
12372026-06-09T20:43:37.270Z Downloaded reqwest v0.13.2
12382026-06-09T20:43:37.274Z Downloaded reqwest v0.12.28
12392026-06-09T20:43:37.277Z Downloaded bitvec v1.0.1
12402026-06-09T20:43:37.284Z Downloaded rustls-webpki v0.101.7
12412026-06-09T20:43:37.292Z Downloaded typed-path v0.9.3
12422026-06-09T20:43:37.295Z Downloaded x509-cert v0.2.5
12432026-06-09T20:43:37.298Z Downloaded portable-atomic v1.13.1
12442026-06-09T20:43:37.302Z Downloaded zerocopy-derive v0.8.40
12452026-06-09T20:43:37.310Z Downloaded git2 v0.20.4
12462026-06-09T20:43:37.313Z Downloaded tower v0.5.3
12472026-06-09T20:43:37.316Z Downloaded moka v0.12.13
12482026-06-09T20:43:37.323Z Downloaded chrono v0.4.44
12492026-06-09T20:43:37.326Z Downloaded quick-xml v0.37.5
12502026-06-09T20:43:37.329Z Downloaded aws-lc-rs v1.16.3
12512026-06-09T20:43:37.335Z Downloaded petname v2.0.2
12522026-06-09T20:43:37.341Z Downloaded unicode-segmentation v1.12.0
12532026-06-09T20:43:37.346Z Downloaded salty v0.3.0
12542026-06-09T20:43:37.346Z Downloaded goblin v0.10.5
12552026-06-09T20:43:37.360Z Downloaded tokio-util v0.7.18
12562026-06-09T20:43:37.375Z Downloaded rustls-webpki v0.102.8
12572026-06-09T20:43:37.380Z Downloaded zip v4.6.1
12582026-06-09T20:43:37.384Z Downloaded tower-http v0.6.8
12592026-06-09T20:43:37.387Z Downloaded serde_with v3.17.0
12602026-06-09T20:43:37.393Z Downloaded unicode-normalization v0.1.25
12612026-06-09T20:43:37.397Z Downloaded tough v0.22.0
12622026-06-09T20:43:37.401Z Downloaded proptest v1.10.0
12632026-06-09T20:43:37.448Z Downloaded nix v0.27.1
12642026-06-09T20:43:37.451Z Downloaded quinn-proto v0.11.13
12652026-06-09T20:43:37.456Z Downloaded object v0.30.4
12662026-06-09T20:43:37.460Z Downloaded winnow v0.6.26
12672026-06-09T20:43:37.465Z Downloaded dropshot v0.17.0
12682026-06-09T20:43:37.478Z Downloaded tabled v0.20.0
12692026-06-09T20:43:37.490Z Downloaded radix_trie v0.2.1
12702026-06-09T20:43:37.493Z Downloaded time v0.3.47
12712026-06-09T20:43:37.497Z Downloaded winnow v0.5.40
12722026-06-09T20:43:37.501Z Downloaded bstr v1.12.1
12732026-06-09T20:43:37.507Z Downloaded hickory-proto v0.24.4
12742026-06-09T20:43:37.514Z Downloaded vcpkg v0.2.15
12752026-06-09T20:43:37.535Z Downloaded zlib-rs v0.6.2
12762026-06-09T20:43:37.540Z Downloaded smoltcp v0.9.1
12772026-06-09T20:43:37.544Z Downloaded openssl v0.10.79
12782026-06-09T20:43:37.551Z Downloaded rustls v0.21.12
12792026-06-09T20:43:37.556Z Downloaded webpki-roots v1.0.6
12802026-06-09T20:43:37.559Z Downloaded diesel v2.3.7
12812026-06-09T20:43:37.570Z Downloaded smoltcp v0.11.0
12822026-06-09T20:43:37.577Z Downloaded regex-syntax v0.6.29
12832026-06-09T20:43:37.580Z Downloaded regex-syntax v0.8.10
12842026-06-09T20:43:37.586Z Downloaded object v0.37.3
12852026-06-09T20:43:37.590Z Downloaded regress v0.11.1
12862026-06-09T20:43:37.596Z Downloaded rustls v0.23.37
12872026-06-09T20:43:37.602Z Downloaded regress v0.10.5
12882026-06-09T20:43:37.608Z Downloaded nix v0.31.2
12892026-06-09T20:43:37.614Z Downloaded hickory-proto v0.25.2
12902026-06-09T20:43:37.623Z Downloaded zerocopy v0.8.40
12912026-06-09T20:43:37.628Z Downloaded rustls v0.22.4
12922026-06-09T20:43:37.634Z Downloaded openapiv3 v2.2.0
12932026-06-09T20:43:37.641Z Downloaded nix v0.28.0
12942026-06-09T20:43:37.647Z Downloaded rustix v0.38.44
12952026-06-09T20:43:37.659Z Downloaded polar-core v0.27.3
12962026-06-09T20:43:37.696Z Downloaded sled v0.34.7
12972026-06-09T20:43:37.703Z Downloaded tracing v0.1.44
12982026-06-09T20:43:37.722Z Downloaded sqlparser v0.61.0
12992026-06-09T20:43:37.730Z Downloaded ratatui v0.29.0
13002026-06-09T20:43:37.742Z Downloaded typify-impl v0.6.2
13012026-06-09T20:43:37.753Z Downloaded typify-impl v0.4.3
13022026-06-09T20:43:37.762Z Downloaded regex-automata v0.4.14
13032026-06-09T20:43:37.771Z Downloaded bzip2-sys v0.1.13+1.0.8
13042026-06-09T20:43:37.795Z Downloaded zerocopy-derive v0.6.6
13052026-06-09T20:43:37.825Z Downloaded petgraph v0.6.5
13062026-06-09T20:43:37.837Z Downloaded jiff v0.2.21
13072026-06-09T20:43:37.847Z Downloaded chrono-tz v0.10.4
13082026-06-09T20:43:37.858Z Downloaded csv v1.4.0
13092026-06-09T20:43:37.871Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13102026-06-09T20:43:37.881Z Downloaded petgraph v0.8.3
13112026-06-09T20:43:37.918Z Downloaded sha3 v0.10.8
13122026-06-09T20:43:37.924Z Downloaded libz-sys v1.1.24
13132026-06-09T20:43:37.924Z Downloaded tokio v1.52.1
13142026-06-09T20:43:37.965Z Downloaded encoding_rs v0.8.35
13152026-06-09T20:43:37.998Z Downloaded ring v0.17.14
13162026-06-09T20:43:38.029Z Downloaded libgit2-sys v0.18.3+1.9.2
13172026-06-09T20:43:38.500Z Downloaded aws-lc-sys v0.40.0
13182026-06-09T20:43:38.748Z Compiling libc v0.2.185
13192026-06-09T20:43:38.748Z Compiling serde v1.0.228
13202026-06-09T20:43:38.753Z Compiling log v0.4.29
13212026-06-09T20:43:38.754Z Compiling shlex v1.3.0
13222026-06-09T20:43:38.754Z Compiling find-msvc-tools v0.1.9
13232026-06-09T20:43:38.754Z Compiling syn v2.0.117
13242026-06-09T20:43:38.754Z Compiling smallvec v1.15.1
13252026-06-09T20:43:38.754Z Compiling typenum v1.19.0
13262026-06-09T20:43:39.107Z Compiling generic-array v0.14.7
13272026-06-09T20:43:39.118Z Compiling subtle v2.6.1
13282026-06-09T20:43:39.131Z Compiling scopeguard v1.2.0
13292026-06-09T20:43:39.142Z Compiling const-oid v0.9.6
13302026-06-09T20:43:39.206Z Compiling serde_json v1.0.149
13312026-06-09T20:43:39.228Z Compiling lock_api v0.4.14
13322026-06-09T20:43:39.288Z Compiling zerocopy v0.8.40
13332026-06-09T20:43:39.357Z Compiling portable-atomic v1.13.1
13342026-06-09T20:43:39.449Z Compiling pin-project-lite v0.2.17
13352026-06-09T20:43:39.540Z Compiling parking_lot_core v0.9.12
13362026-06-09T20:43:39.743Z Compiling getrandom v0.2.17
13372026-06-09T20:43:39.869Z Compiling jobserver v0.1.34
13382026-06-09T20:43:39.882Z Compiling errno v0.3.14
13392026-06-09T20:43:39.928Z Compiling pkg-config v0.3.32
13402026-06-09T20:43:39.942Z Compiling rand_core v0.6.4
13412026-06-09T20:43:40.026Z Compiling signal-hook-registry v1.4.8
13422026-06-09T20:43:40.232Z Compiling cc v1.2.56
13432026-06-09T20:43:40.259Z Compiling bitflags v2.11.0
13442026-06-09T20:43:40.304Z Compiling critical-section v1.2.0
13452026-06-09T20:43:40.332Z Compiling libm v0.2.16
13462026-06-09T20:43:40.415Z Compiling futures-core v0.3.32
13472026-06-09T20:43:40.469Z Compiling once_cell v1.21.3
13482026-06-09T20:43:40.493Z Compiling parking_lot v0.12.5
13492026-06-09T20:43:40.507Z Compiling mio v1.2.0
13502026-06-09T20:43:40.568Z Compiling num-traits v0.2.19
13512026-06-09T20:43:40.659Z Compiling percent-encoding v2.3.2
13522026-06-09T20:43:40.689Z Compiling socket2 v0.6.3
13532026-06-09T20:43:40.850Z Compiling futures-sink v0.3.32
13542026-06-09T20:43:40.871Z Compiling futures-task v0.3.32
13552026-06-09T20:43:40.922Z Compiling futures-io v0.3.32
13562026-06-09T20:43:40.952Z Compiling futures-channel v0.3.32
13572026-06-09T20:43:40.979Z Compiling slab v0.4.12
13582026-06-09T20:43:41.039Z Compiling cpufeatures v0.2.17
13592026-06-09T20:43:41.073Z Compiling getrandom v0.4.1
13602026-06-09T20:43:41.103Z Compiling rand_core v0.10.0
13612026-06-09T20:43:41.116Z Compiling indexmap v2.14.0
13622026-06-09T20:43:41.155Z Compiling getrandom v0.3.4
13632026-06-09T20:43:41.182Z Compiling rustversion v1.0.22
13642026-06-09T20:43:41.270Z Compiling cmake v0.1.57
13652026-06-09T20:43:41.693Z Compiling form_urlencoded v1.2.2
13662026-06-09T20:43:41.714Z Compiling fs_extra v1.3.0
13672026-06-09T20:43:41.777Z Compiling dunce v1.0.5
13682026-06-09T20:43:41.822Z Compiling synstructure v0.13.2
13692026-06-09T20:43:41.869Z Compiling base64ct v1.8.3
13702026-06-09T20:43:41.873Z Compiling ident_case v1.0.1
13712026-06-09T20:43:41.985Z Compiling aws-lc-sys v0.40.0
13722026-06-09T20:43:41.999Z Compiling iana-time-zone v0.1.65
13732026-06-09T20:43:42.127Z Compiling pem-rfc7468 v0.7.0
13742026-06-09T20:43:42.161Z Compiling regex-syntax v0.8.10
13752026-06-09T20:43:42.174Z Compiling rustix v1.1.3
13762026-06-09T20:43:42.201Z Compiling flagset v0.4.7
13772026-06-09T20:43:42.333Z Compiling rand_core v0.9.5
13782026-06-09T20:43:42.424Z Compiling ring v0.17.14
13792026-06-09T20:43:42.438Z Compiling vcpkg v0.2.15
13802026-06-09T20:43:42.441Z Compiling aws-lc-rs v1.16.3
13812026-06-09T20:43:42.613Z Compiling uuid v1.23.0
13822026-06-09T20:43:42.734Z Compiling rustc_version v0.4.1
13832026-06-09T20:43:43.060Z Compiling tracing-core v0.1.36
13842026-06-09T20:43:43.179Z Compiling openssl-sys v0.9.115
13852026-06-09T20:43:43.327Z Compiling base64 v0.22.1
13862026-06-09T20:43:43.580Z Compiling serde_derive v1.0.228
13872026-06-09T20:43:43.608Z Compiling zeroize_derive v1.4.3
13882026-06-09T20:43:43.649Z Compiling zerofrom-derive v0.1.6
13892026-06-09T20:43:43.697Z Compiling yoke-derive v0.8.1
13902026-06-09T20:43:43.904Z Compiling zerovec-derive v0.11.2
13912026-06-09T20:43:44.246Z Compiling zeroize v1.8.2
13922026-06-09T20:43:44.507Z Compiling zerocopy-derive v0.8.40
13932026-06-09T20:43:44.879Z Compiling displaydoc v0.2.5
13942026-06-09T20:43:45.014Z Compiling crypto-common v0.1.7
13952026-06-09T20:43:45.043Z Compiling block-buffer v0.10.4
13962026-06-09T20:43:45.057Z Compiling zerofrom v0.1.6
13972026-06-09T20:43:45.160Z Compiling yoke v0.8.1
13982026-06-09T20:43:45.178Z Compiling digest v0.10.7
13992026-06-09T20:43:45.210Z Compiling tokio-macros v2.7.0
14002026-06-09T20:43:45.342Z Compiling zerovec v0.11.5
14012026-06-09T20:43:45.416Z Compiling futures-macro v0.3.32
14022026-06-09T20:43:45.619Z Compiling zerotrie v0.2.3
14032026-06-09T20:43:45.843Z Compiling tinystr v0.8.2
14042026-06-09T20:43:45.911Z Compiling potential_utf v0.1.4
14052026-06-09T20:43:45.915Z Compiling hmac v0.12.1
14062026-06-09T20:43:46.045Z Compiling icu_locale_core v2.1.1
14072026-06-09T20:43:46.070Z Compiling icu_collections v2.1.1
14082026-06-09T20:43:46.070Z Compiling block-padding v0.3.3
14092026-06-09T20:43:46.200Z Compiling futures-util v0.3.32
14102026-06-09T20:43:46.233Z Compiling inout v0.1.4
14112026-06-09T20:43:46.396Z Compiling cipher v0.4.4
14122026-06-09T20:43:46.535Z Compiling sha2 v0.10.9
14132026-06-09T20:43:46.651Z Compiling icu_provider v2.1.1
14142026-06-09T20:43:46.903Z Compiling icu_properties v2.1.2
14152026-06-09T20:43:46.935Z Compiling bytes v1.11.1
14162026-06-09T20:43:47.012Z Compiling icu_normalizer v2.1.1
14172026-06-09T20:43:47.097Z Compiling der_derive v0.7.3
14182026-06-09T20:43:47.538Z Compiling tokio v1.52.1
14192026-06-09T20:43:47.538Z Compiling http v1.4.0
14202026-06-09T20:43:47.856Z Compiling idna_adapter v1.2.1
14212026-06-09T20:43:47.961Z Compiling idna v1.1.0
14222026-06-09T20:43:47.989Z Compiling chrono v0.4.44
14232026-06-09T20:43:48.028Z Compiling der v0.7.10
14242026-06-09T20:43:48.410Z Compiling url v2.5.8
14252026-06-09T20:43:48.428Z Compiling salsa20 v0.10.2
14262026-06-09T20:43:48.562Z Compiling pbkdf2 v0.12.2
14272026-06-09T20:43:48.592Z Compiling rustls-pki-types v1.14.0
14282026-06-09T20:43:48.674Z Compiling thiserror-impl v2.0.18
14292026-06-09T20:43:48.918Z Compiling ppv-lite86 v0.2.21
14302026-06-09T20:43:49.025Z Compiling spki v0.7.3
14312026-06-09T20:43:49.167Z Compiling tracing-attributes v0.1.31
14322026-06-09T20:43:49.191Z Compiling rand_chacha v0.9.0
14332026-06-09T20:43:49.224Z Compiling scrypt v0.11.0
14342026-06-09T20:43:49.228Z Compiling http-body v1.0.1
14352026-06-09T20:43:49.331Z Compiling aes v0.8.4
14362026-06-09T20:43:49.390Z Compiling cbc v0.1.2
14372026-06-09T20:43:49.526Z Compiling untrusted v0.9.0
14382026-06-09T20:43:49.541Z Compiling httparse v1.10.1
14392026-06-09T20:43:49.646Z Compiling untrusted v0.7.1
14402026-06-09T20:43:49.815Z Compiling openssl-probe v0.2.1
14412026-06-09T20:43:49.914Z Compiling tinyvec_macros v0.1.1
14422026-06-09T20:43:49.975Z Compiling tinyvec v1.10.0
14432026-06-09T20:43:49.987Z Compiling pkcs5 v0.7.1
14442026-06-09T20:43:49.990Z Compiling thiserror v2.0.18
14452026-06-09T20:43:50.114Z Compiling pest_generator v2.8.6
14462026-06-09T20:43:50.310Z Compiling rand v0.9.2
14472026-06-09T20:43:50.385Z Compiling serde_derive_internals v0.29.1
14482026-06-09T20:43:50.473Z Compiling aho-corasick v1.1.4
14492026-06-09T20:43:50.525Z Compiling tracing v0.1.44
14502026-06-09T20:43:50.785Z Compiling tower-service v0.3.3
14512026-06-09T20:43:50.807Z Compiling try-lock v0.2.5
14522026-06-09T20:43:50.877Z Compiling dyn-clone v1.0.20
14532026-06-09T20:43:50.921Z Compiling rustls v0.23.37
14542026-06-09T20:43:51.017Z Compiling tower-layer v0.3.3
14552026-06-09T20:43:51.089Z Compiling atomic-waker v1.1.2
14562026-06-09T20:43:51.101Z Compiling schemars v0.8.22
14572026-06-09T20:43:51.177Z Compiling want v0.3.1
14582026-06-09T20:43:51.211Z Compiling pest_derive v2.8.6
14592026-06-09T20:43:51.304Z Compiling tokio-util v0.7.18
14602026-06-09T20:43:51.308Z Compiling schemars_derive v0.8.22
14612026-06-09T20:43:51.333Z Compiling regex-automata v0.4.14
14622026-06-09T20:43:51.617Z Compiling pkcs8 v0.10.2
14632026-06-09T20:43:51.918Z Compiling ipnet v2.11.0
14642026-06-09T20:43:52.021Z Compiling h2 v0.4.13
14652026-06-09T20:43:52.127Z Compiling scroll_derive v0.13.1
14662026-06-09T20:43:52.282Z Compiling darling_core v0.20.11
14672026-06-09T20:43:52.401Z Compiling foreign-types-shared v0.1.1
14682026-06-09T20:43:52.487Z Compiling pin-utils v0.1.0
14692026-06-09T20:43:52.515Z Compiling httpdate v1.0.3
14702026-06-09T20:43:52.557Z Compiling openssl v0.10.79
14712026-06-09T20:43:52.796Z Compiling foreign-types v0.3.2
14722026-06-09T20:43:52.869Z Compiling tempfile v3.25.0
14732026-06-09T20:43:52.903Z Compiling scroll v0.13.0
14742026-06-09T20:43:53.165Z Compiling unicode-normalization v0.1.25
14752026-06-09T20:43:53.228Z Compiling openssl-macros v0.1.1
14762026-06-09T20:43:53.585Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14772026-06-09T20:43:53.613Z Compiling spin v0.9.8
14782026-06-09T20:43:53.616Z Compiling powerfmt v0.2.0
14792026-06-09T20:43:53.815Z Compiling crc32fast v1.5.0
14802026-06-09T20:43:53.819Z Compiling native-tls v0.2.18
14812026-06-09T20:43:53.957Z Compiling time-core v0.1.8
14822026-06-09T20:43:53.987Z Compiling num-conv v0.2.0
14832026-06-09T20:43:54.101Z Compiling deranged v0.5.8
14842026-06-09T20:43:54.115Z Compiling time-macros v0.2.27
14852026-06-09T20:43:54.495Z Compiling darling_macro v0.20.11
14862026-06-09T20:43:54.986Z Compiling hyper v1.8.1
14872026-06-09T20:43:55.088Z Compiling darling v0.20.11
14882026-06-09T20:43:55.173Z Compiling goblin v0.10.5
14892026-06-09T20:43:55.208Z Compiling rustls-native-certs v0.8.3
14902026-06-09T20:43:55.361Z Compiling sync_wrapper v1.0.2
14912026-06-09T20:43:55.468Z Compiling wait-timeout v0.2.1
14922026-06-09T20:43:55.496Z Compiling usdt-impl v0.6.0
14932026-06-09T20:43:55.716Z Compiling bit-vec v0.8.0
14942026-06-09T20:43:55.734Z Compiling crossbeam-utils v0.8.21
14952026-06-09T20:43:55.928Z Compiling unicode-segmentation v1.12.0
14962026-06-09T20:43:55.943Z Compiling simd-adler32 v0.3.8
14972026-06-09T20:43:56.012Z Compiling syn v1.0.109
14982026-06-09T20:43:56.189Z Compiling hyper-util v0.1.20
14992026-06-09T20:43:56.302Z Compiling quick-error v1.2.3
15002026-06-09T20:43:56.317Z Compiling siphasher v1.0.2
15012026-06-09T20:43:56.408Z Compiling num_threads v0.1.7
15022026-06-09T20:43:56.502Z Compiling time v0.3.47
15032026-06-09T20:43:56.502Z Compiling rusty-fork v0.3.1
15042026-06-09T20:43:56.852Z Compiling bit-set v0.8.0
15052026-06-09T20:43:56.902Z Compiling tower v0.5.3
15062026-06-09T20:43:57.013Z Compiling derive_builder_core v0.20.2
15072026-06-09T20:43:57.270Z Compiling dtrace-parser v0.3.0
15082026-06-09T20:43:57.372Z Compiling http-body-util v0.1.3
15092026-06-09T20:43:57.615Z Compiling webpki-roots v1.0.6
15102026-06-09T20:43:57.736Z Compiling signature v2.2.0
15112026-06-09T20:43:57.868Z Compiling dof v0.4.0
15122026-06-09T20:43:57.905Z Compiling thiserror-impl v1.0.69
15132026-06-09T20:43:57.919Z Compiling scroll_derive v0.12.1
15142026-06-09T20:43:58.008Z Compiling heapless v0.7.17
15152026-06-09T20:43:58.040Z Compiling rand_xorshift v0.4.0
15162026-06-09T20:43:58.198Z Compiling slog v2.8.2
15172026-06-09T20:43:58.239Z Compiling darling_core v0.21.3
15182026-06-09T20:43:58.377Z Compiling bzip2-sys v0.1.13+1.0.8
15192026-06-09T20:43:58.557Z Compiling thread-id v5.1.0
15202026-06-09T20:43:58.639Z Compiling cookie v0.18.1
15212026-06-09T20:43:58.653Z Compiling unicode-properties v0.1.4
15222026-06-09T20:43:58.817Z Compiling signal-hook v0.3.18
15232026-06-09T20:43:58.856Z Compiling ryu v1.0.23
15242026-06-09T20:43:58.986Z Compiling paste v1.0.15
15252026-06-09T20:43:59.010Z Compiling zstd-safe v7.2.4
15262026-06-09T20:43:59.029Z Compiling anyhow v1.0.102
15272026-06-09T20:43:59.121Z Compiling unarray v0.1.4
15282026-06-09T20:43:59.196Z Compiling unicode-bidi v0.3.18
15292026-06-09T20:43:59.228Z Compiling allocator-api2 v0.2.21
15302026-06-09T20:43:59.241Z Compiling iri-string v0.7.10
15312026-06-09T20:43:59.321Z Compiling adler2 v2.0.1
15322026-06-09T20:43:59.449Z Compiling miniz_oxide v0.8.9
15332026-06-09T20:43:59.534Z Compiling stringprep v0.1.5
15342026-06-09T20:43:59.597Z Compiling proptest v1.10.0
15352026-06-09T20:43:59.722Z Compiling thiserror v1.0.69
15362026-06-09T20:43:59.907Z Compiling serde_urlencoded v0.7.1
15372026-06-09T20:44:00.143Z Compiling scroll v0.12.0
15382026-06-09T20:44:00.397Z Compiling tower-http v0.6.8
15392026-06-09T20:44:00.732Z Compiling derive_builder_macro v0.20.2
15402026-06-09T20:44:00.775Z Compiling darling_macro v0.21.3
15412026-06-09T20:44:00.800Z Compiling tokio-native-tls v0.3.1
15422026-06-09T20:44:00.864Z Compiling heck v0.4.1
15432026-06-09T20:44:00.979Z Compiling bstr v1.12.1
15442026-06-09T20:44:01.083Z Compiling ipnetwork v0.21.1
15452026-06-09T20:44:01.181Z Compiling rand_chacha v0.3.1
15462026-06-09T20:44:01.242Z Compiling serde_tokenstream v0.2.3
15472026-06-09T20:44:01.268Z Compiling toml_datetime v0.6.11
15482026-06-09T20:44:01.471Z Compiling serde_spanned v0.6.9
15492026-06-09T20:44:01.519Z Compiling erased-serde v0.3.31
15502026-06-09T20:44:01.549Z Compiling md-5 v0.10.6
15512026-06-09T20:44:01.611Z Compiling zerocopy-derive v0.7.35
15522026-06-09T20:44:01.626Z Compiling async-trait v0.1.89
15532026-06-09T20:44:01.705Z Compiling pin-project-internal v1.1.11
15542026-06-09T20:44:01.974Z Compiling curve25519-dalek v4.1.3
15552026-06-09T20:44:01.990Z Compiling vergen-lib v9.1.0
15562026-06-09T20:44:02.166Z Compiling num-integer v0.1.46
15572026-06-09T20:44:02.304Z Compiling hash32 v0.2.1
15582026-06-09T20:44:02.447Z Compiling ff v0.13.1
15592026-06-09T20:44:02.482Z Compiling memoffset v0.9.1
15602026-06-09T20:44:02.496Z Compiling encoding_rs v0.8.35
15612026-06-09T20:44:02.585Z Compiling rustix v0.38.44
15622026-06-09T20:44:02.614Z Compiling cfg_aliases v0.2.1
15632026-06-09T20:44:02.671Z Compiling smoltcp v0.9.1
15642026-06-09T20:44:02.689Z Compiling zlib-rs v0.6.2
15652026-06-09T20:44:02.782Z Compiling litrs v1.0.0
15662026-06-09T20:44:02.928Z Compiling psl-types v2.0.11
15672026-06-09T20:44:03.005Z Compiling mime v0.3.17
15682026-06-09T20:44:03.051Z Compiling num-bigint-dig v0.8.6
15692026-06-09T20:44:03.236Z Compiling ref-cast v1.0.25
15702026-06-09T20:44:03.257Z Compiling fallible-iterator v0.2.0
15712026-06-09T20:44:03.285Z Compiling base16ct v0.2.0
15722026-06-09T20:44:03.464Z Compiling sec1 v0.7.3
15732026-06-09T20:44:03.566Z Compiling postgres-protocol v0.6.10
15742026-06-09T20:44:03.579Z Compiling document-features v0.2.12
15752026-06-09T20:44:03.759Z Compiling publicsuffix v2.3.0
15762026-06-09T20:44:03.980Z Compiling pin-project v1.1.11
15772026-06-09T20:44:04.044Z Compiling nix v0.31.2
15782026-06-09T20:44:04.100Z Compiling group v0.13.0
15792026-06-09T20:44:04.151Z Compiling zerocopy v0.7.35
15802026-06-09T20:44:04.277Z Compiling num-iter v0.1.45
15812026-06-09T20:44:04.543Z Compiling newtype-uuid v1.3.2
15822026-06-09T20:44:04.613Z Compiling rand v0.8.6
15832026-06-09T20:44:04.631Z Compiling hubpack_derive v0.1.1
15842026-06-09T20:44:04.674Z Compiling oxnet v0.1.5
15852026-06-09T20:44:04.851Z Compiling darling v0.21.3
15862026-06-09T20:44:04.867Z Compiling derive_builder v0.20.2
15872026-06-09T20:44:04.934Z Compiling snafu-derive v0.8.9
15882026-06-09T20:44:04.992Z Compiling hyper-tls v0.6.0
15892026-06-09T20:44:05.211Z Compiling goblin v0.8.2
15902026-06-09T20:44:05.614Z Compiling flate2 v1.1.9
15912026-06-09T20:44:05.896Z Compiling phf_shared v0.13.1
15922026-06-09T20:44:05.966Z Compiling lazy_static v1.5.0
15932026-06-09T20:44:06.030Z Compiling regex v1.12.3
15942026-06-09T20:44:06.062Z Compiling anstyle-parse v0.2.7
15952026-06-09T20:44:06.109Z Compiling strum_macros v0.27.2
15962026-06-09T20:44:06.131Z Compiling futures-executor v0.3.32
15972026-06-09T20:44:06.240Z Compiling hex v0.4.3
15982026-06-09T20:44:06.383Z Compiling hkdf v0.12.4
15992026-06-09T20:44:06.449Z Compiling crypto-bigint v0.5.5
16002026-06-09T20:44:06.501Z Compiling terminal_size v0.4.3
16012026-06-09T20:44:06.544Z Compiling curve25519-dalek-derive v0.1.1
16022026-06-09T20:44:06.636Z Compiling daft-derive v0.1.7
16032026-06-09T20:44:06.834Z Compiling ref-cast-impl v1.0.25
16042026-06-09T20:44:07.179Z Compiling vergen v9.1.0
16052026-06-09T20:44:07.342Z Compiling fs-err v3.3.0
16062026-06-09T20:44:07.355Z Compiling cargo-platform v0.3.2
16072026-06-09T20:44:07.369Z Compiling ahash v0.8.12
16082026-06-09T20:44:07.524Z Compiling bumpalo v3.20.2
16092026-06-09T20:44:07.568Z Compiling foldhash v0.2.0
16102026-06-09T20:44:07.620Z Compiling winnow v0.5.40
16112026-06-09T20:44:07.766Z Compiling foldhash v0.1.5
16122026-06-09T20:44:07.782Z Compiling libbz2-rs-sys v0.2.2
16132026-06-09T20:44:07.935Z Compiling managed v0.8.0
16142026-06-09T20:44:08.040Z Compiling object v0.37.3
16152026-06-09T20:44:08.150Z Compiling bitflags v1.3.2
16162026-06-09T20:44:08.304Z Compiling same-file v1.0.6
16172026-06-09T20:44:08.309Z Compiling clap_builder v4.6.0
16182026-06-09T20:44:08.389Z Compiling walkdir v2.5.0
16192026-06-09T20:44:08.544Z Compiling bzip2 v0.6.1
16202026-06-09T20:44:08.668Z Compiling strum v0.27.2
16212026-06-09T20:44:08.697Z Compiling hashbrown v0.15.5
16222026-06-09T20:44:08.747Z Compiling zopfli v0.8.3
16232026-06-09T20:44:08.795Z Compiling hashbrown v0.16.1
16242026-06-09T20:44:09.025Z Compiling toml_edit v0.19.15
16252026-06-09T20:44:09.290Z Compiling cargo_metadata v0.23.1
16262026-06-09T20:44:09.372Z Compiling dof v0.3.0
16272026-06-09T20:44:09.387Z Compiling elliptic-curve v0.13.8
16282026-06-09T20:44:09.521Z Compiling daft v0.1.7
16292026-06-09T20:44:09.826Z Compiling snafu v0.8.9
16302026-06-09T20:44:10.109Z Compiling futures v0.3.32
16312026-06-09T20:44:10.184Z Compiling anstream v0.6.21
16322026-06-09T20:44:10.200Z Compiling phf v0.13.1
16332026-06-09T20:44:10.520Z Compiling signal-hook-mio v0.2.5
16342026-06-09T20:44:10.632Z Compiling cookie_store v0.22.1
16352026-06-09T20:44:10.647Z Compiling zstd v0.13.3
16362026-06-09T20:44:10.855Z Compiling bzip2 v0.4.4
16372026-06-09T20:44:10.909Z Compiling hubpack v0.1.2
16382026-06-09T20:44:11.063Z Compiling serde_with_macros v3.17.0
16392026-06-09T20:44:11.271Z Compiling postgres-types v0.2.12
16402026-06-09T20:44:11.322Z Compiling usdt-attr-macro v0.6.0
16412026-06-09T20:44:11.676Z Compiling usdt-macro v0.6.0
16422026-06-09T20:44:11.820Z Compiling globset v0.4.18
16432026-06-09T20:44:12.101Z Compiling dtrace-parser v0.2.0
16442026-06-09T20:44:12.168Z Compiling ed25519 v2.2.3
16452026-06-09T20:44:12.313Z Compiling phf_shared v0.11.3
16462026-06-09T20:44:12.388Z Compiling olpc-cjson v0.1.4
16472026-06-09T20:44:12.485Z Compiling pkcs1 v0.7.5
16482026-06-09T20:44:12.502Z Compiling strum_macros v0.26.4
16492026-06-09T20:44:12.549Z Compiling enum-as-inner v0.6.1
16502026-06-09T20:44:12.800Z Compiling clap_derive v4.6.1
16512026-06-09T20:44:12.832Z Compiling serde-big-array v0.5.1
16522026-06-09T20:44:12.873Z Compiling serde_plain v1.0.2
16532026-06-09T20:44:12.972Z Compiling rfc6979 v0.4.0
16542026-06-09T20:44:13.046Z Compiling async-recursion v1.1.1
16552026-06-09T20:44:13.063Z Compiling serde_repr v0.1.20
16562026-06-09T20:44:13.077Z Compiling pem v3.0.6
16572026-06-09T20:44:13.091Z Compiling float-cmp v0.10.0
16582026-06-09T20:44:13.232Z Compiling memmap2 v0.9.10
16592026-06-09T20:44:13.391Z Compiling thread-id v4.2.2
16602026-06-09T20:44:13.444Z Compiling env_filter v1.0.0
16612026-06-09T20:44:13.476Z Compiling jiff v0.2.21
16622026-06-09T20:44:13.575Z Compiling static_assertions v1.1.0
16632026-06-09T20:44:13.650Z Compiling typed-path v0.9.3
16642026-06-09T20:44:13.680Z Compiling whoami v2.1.0
16652026-06-09T20:44:13.747Z Compiling data-encoding v2.10.0
16662026-06-09T20:44:14.046Z Compiling keccak v0.1.6
16672026-06-09T20:44:14.228Z Compiling either v1.15.0
16682026-06-09T20:44:14.416Z Compiling predicates-core v1.0.10
16692026-06-09T20:44:14.432Z Compiling normalize-line-endings v0.3.0
16702026-06-09T20:44:14.532Z Compiling difflib v0.4.0
16712026-06-09T20:44:14.550Z Compiling precomputed-hash v0.1.1
16722026-06-09T20:44:14.587Z Compiling fixedbitset v0.4.2
16732026-06-09T20:44:14.648Z Compiling fixedbitset v0.5.7
16742026-06-09T20:44:14.855Z Compiling new_debug_unreachable v1.0.6
16752026-06-09T20:44:14.882Z Compiling petgraph v0.8.3
16762026-06-09T20:44:14.895Z Compiling predicates v3.1.4
16772026-06-09T20:44:14.926Z Compiling string_cache v0.8.9
16782026-06-09T20:44:14.979Z Compiling petgraph v0.6.5
16792026-06-09T20:44:15.148Z Compiling clap v4.6.1
16802026-06-09T20:44:15.156Z Compiling toml_edit v0.22.27
16812026-06-09T20:44:15.233Z Compiling itertools v0.13.0
16822026-06-09T20:44:15.552Z Compiling strum v0.26.3
16832026-06-09T20:44:15.715Z Compiling sha3 v0.10.8
16842026-06-09T20:44:15.936Z Compiling hickory-proto v0.25.2
16852026-06-09T20:44:16.144Z Compiling zip v4.6.1
16862026-06-09T20:44:16.456Z Compiling tokio-postgres v0.7.16
16872026-06-09T20:44:16.468Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16882026-06-09T20:44:16.802Z Compiling env_logger v0.11.9
16892026-06-09T20:44:17.079Z Compiling usdt-impl v0.5.0
16902026-06-09T20:44:17.153Z Compiling usdt v0.6.0
16912026-06-09T20:44:17.414Z Compiling ecdsa v0.16.9
16922026-06-09T20:44:17.651Z Compiling rsa v0.9.10
16932026-06-09T20:44:17.705Z Compiling ed25519-dalek v2.2.0
16942026-06-09T20:44:17.800Z Compiling serde_with v3.17.0
16952026-06-09T20:44:17.846Z Compiling crossterm v0.28.1
16962026-06-09T20:44:18.637Z Compiling zip v0.6.6
16972026-06-09T20:44:19.211Z Compiling toml v0.7.8
16982026-06-09T20:44:19.271Z Compiling iddqd v0.4.2
16992026-06-09T20:44:19.837Z Compiling toml_parser v1.0.9+spec-1.1.0
17002026-06-09T20:44:19.878Z Compiling similar v2.7.0
17012026-06-09T20:44:19.905Z Compiling crossbeam-epoch v0.9.18
17022026-06-09T20:44:20.238Z Compiling tokio-stream v0.1.18
17032026-06-09T20:44:20.470Z Compiling buf-list v1.1.2
17042026-06-09T20:44:20.556Z Compiling x509-cert v0.2.5
17052026-06-09T20:44:20.559Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17062026-06-09T20:44:20.715Z Compiling openapiv3 v2.2.0
17072026-06-09T20:44:20.733Z Compiling sha1 v0.10.6
17082026-06-09T20:44:20.762Z Compiling lalrpop-util v0.19.12
17092026-06-09T20:44:20.867Z Compiling peg-runtime v0.8.5
17102026-06-09T20:44:20.948Z Compiling thread_local v1.1.9
17112026-06-09T20:44:20.952Z Compiling slog-async v2.8.0
17122026-06-09T20:44:20.975Z Compiling crossbeam-channel v0.5.15
17132026-06-09T20:44:21.137Z Compiling is-terminal v0.4.17
17142026-06-09T20:44:21.195Z Compiling filetime v0.2.27
17152026-06-09T20:44:21.232Z Compiling take_mut v0.2.2
17162026-06-09T20:44:21.264Z Compiling term v1.2.1
17172026-06-09T20:44:21.338Z Compiling xattr v1.6.1
17182026-06-09T20:44:21.501Z Compiling tar v0.4.45
17192026-06-09T20:44:21.812Z Compiling slog-term v2.9.2
17202026-06-09T20:44:31.552Z Compiling rustls-webpki v0.103.9
17212026-06-09T20:44:34.311Z Compiling tokio-rustls v0.26.4
17222026-06-09T20:44:34.311Z Compiling rustls-platform-verifier v0.6.2
17232026-06-09T20:44:34.520Z Compiling hyper-rustls v0.27.7
17242026-06-09T20:44:34.711Z Compiling reqwest v0.12.28
17252026-06-09T20:44:34.711Z Compiling reqwest v0.13.2
17262026-06-09T20:44:35.992Z Compiling tough v0.22.0
17272026-06-09T20:44:38.523Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17282026-06-09T20:44:38.716Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17292026-06-09T20:44:41.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17302026-06-09T20:44:41.705Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17312026-06-09T20:44:41.738ZJun 09 20:44:40.325 INFO Starting download, target: Console
17322026-06-09T20:44:41.738ZJun 09 20:44:40.326 INFO Starting download, target: MaghemiteMgd
17332026-06-09T20:44:41.738ZJun 09 20:44:40.326 INFO Starting download, target: Clickhouse
17342026-06-09T20:44:41.743ZJun 09 20:44:40.326 INFO Starting download, target: Cockroach
17352026-06-09T20:44:41.748ZJun 09 20:44:40.326 INFO Starting download, target: DendriteStub
17362026-06-09T20:44:41.748ZJun 09 20:44:40.326 INFO Starting download, target: TransceiverControl
17372026-06-09T20:44:41.748ZJun 09 20:44:40.326 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17382026-06-09T20:44:41.748ZJun 09 20:44:40.326 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17392026-06-09T20:44:41.748ZJun 09 20:44:40.326 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17402026-06-09T20:44:41.748ZJun 09 20:44:40.326 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17412026-06-09T20:44:41.748ZJun 09 20:44:40.326 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17422026-06-09T20:44:41.748ZJun 09 20:44:40.326 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17432026-06-09T20:44:42.086ZJun 09 20:44:40.669 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17442026-06-09T20:44:42.346ZJun 09 20:44:40.884 INFO Download complete, target: TransceiverControl
17452026-06-09T20:44:42.678ZJun 09 20:44:41.254 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17462026-06-09T20:44:42.907ZJun 09 20:44:41.491 INFO Download complete, target: Console
17472026-06-09T20:44:43.415ZJun 09 20:44:41.991 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17482026-06-09T20:44:44.099ZJun 09 20:44:42.685 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17492026-06-09T20:44:44.137ZJun 09 20:44:42.721 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17502026-06-09T20:44:44.148ZJun 09 20:44:42.737 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17512026-06-09T20:44:44.148ZJun 09 20:44:42.737 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17522026-06-09T20:44:45.815ZJun 09 20:44:44.404 INFO Download complete, target: DendriteStub
17532026-06-09T20:44:46.433ZJun 09 20:44:45.011 INFO Download complete, target: MaghemiteMgd
17542026-06-09T20:44:48.881ZJun 09 20:44:47.469 INFO Checking that binary works, target: Cockroach
17552026-06-09T20:44:48.997ZJun 09 20:44:47.584 INFO Download complete, target: Cockroach
17562026-06-09T20:44:50.873ZJun 09 20:44:49.462 INFO Checking that binary works, target: Clickhouse
17572026-06-09T20:44:50.963ZJun 09 20:44:49.551 INFO Download complete, target: Clickhouse
17582026-06-09T20:44:50.979ZAll builder prerequisites installed successfully, and PATH looks valid
17592026-06-09T20:44:50.990Z
17602026-06-09T20:44:50.990Zreal 2:18.381984624
17612026-06-09T20:44:50.990Zuser 6:53.823389381
17622026-06-09T20:44:50.990Zsys 1:21.259679769
17632026-06-09T20:44:50.990Ztrap 0.224936264
17642026-06-09T20:44:50.990Ztflt 0.624821582
17652026-06-09T20:44:50.990Zdflt 0.584155908
17662026-06-09T20:44:50.990Zkflt 0.030377413
17672026-06-09T20:44:50.990Zlock 21:38.831630223
17682026-06-09T20:44:50.990Zslp 21:20.122435681
17692026-06-09T20:44:50.990Zlat 43.192840736
17702026-06-09T20:44:50.990Zstop 1:54.059404099
17712026-06-09T20:44:50.990Z+ banner hack-check
17722026-06-09T20:44:50.991Z
17732026-06-09T20:44:50.991Z # # ## #### # # #### # # ###### #### # #
17742026-06-09T20:44:50.992Z # # # # # # # # # # # # # # # # #
17752026-06-09T20:44:50.992Z ###### # # # #### ##### # ###### ##### # ####
17762026-06-09T20:44:50.992Z # # ###### # # # # # # # # # #
17772026-06-09T20:44:50.992Z # # # # # # # # # # # # # # # # #
17782026-06-09T20:44:50.992Z # # # # #### # # #### # # ###### #### # #
17792026-06-09T20:44:50.992Z
17802026-06-09T20:44:50.992Z+ export CARGO_INCREMENTAL=0
17812026-06-09T20:44:50.992Z+ CARGO_INCREMENTAL=0
17822026-06-09T20:44:50.992Z+ ptime -m timeout 2h cargo xtask check-features --ci
17832026-06-09T20:44:51.515Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17842026-06-09T20:44:51.730Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17852026-06-09T20:44:53.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.55s
17862026-06-09T20:44:53.643Z Running `target/debug/xtask check-features --ci`
17872026-06-09T20:44:53.662Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17882026-06-09T20:44:53.662Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17892026-06-09T20:44:54.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
17902026-06-09T20:44:54.173Z Running `target/debug/xtask download cargo-hack`
17912026-06-09T20:44:54.952Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17922026-06-09T20:44:55.258Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17932026-06-09T20:44:57.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.53s
17942026-06-09T20:44:57.908Z Running `target/debug/xtask-downloader cargo-hack`
17952026-06-09T20:44:57.948ZJun 09 20:44:56.536 INFO Starting download, target: CargoHack
17962026-06-09T20:44:57.951ZJun 09 20:44:56.537 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17972026-06-09T20:44:58.371ZJun 09 20:44:56.956 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17982026-06-09T20:44:58.423ZJun 09 20:44:57.007 INFO Download complete, target: CargoHack
17992026-06-09T20:44:58.432Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
18002026-06-09T20:44:58.440Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18012026-06-09T20:44:58.589Zinfo: running `cargo check --bins` on api_identity (1/295)
18022026-06-09T20:44:59.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18032026-06-09T20:44:59.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18042026-06-09T20:44:59.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18052026-06-09T20:44:59.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18062026-06-09T20:44:59.163Z
18072026-06-09T20:44:59.163Zinfo: running `cargo check --bins` on bootstore (2/295)
18082026-06-09T20:44:59.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18092026-06-09T20:44:59.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18102026-06-09T20:44:59.661Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18112026-06-09T20:44:59.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18122026-06-09T20:44:59.743Z
18132026-06-09T20:44:59.743Zinfo: running `cargo check --bins` on omicron-ledger (3/295)
18142026-06-09T20:45:00.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18152026-06-09T20:45:00.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18162026-06-09T20:45:00.439Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18172026-06-09T20:45:00.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18182026-06-09T20:45:00.439Z
18192026-06-09T20:45:00.439Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/295)
18202026-06-09T20:45:00.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18212026-06-09T20:45:00.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18222026-06-09T20:45:00.815Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18232026-06-09T20:45:00.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18242026-06-09T20:45:00.914Z
18252026-06-09T20:45:00.915Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/295)
18262026-06-09T20:45:01.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18272026-06-09T20:45:01.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18282026-06-09T20:45:01.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18292026-06-09T20:45:01.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18302026-06-09T20:45:01.471Z
18312026-06-09T20:45:01.471Zinfo: running `cargo check --bins` on omicron-certificates (6/295)
18322026-06-09T20:45:01.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18332026-06-09T20:45:01.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18342026-06-09T20:45:01.987Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18352026-06-09T20:45:01.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18362026-06-09T20:45:02.062Z
18372026-06-09T20:45:02.062Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/295)
18382026-06-09T20:45:02.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18392026-06-09T20:45:02.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18402026-06-09T20:45:02.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18412026-06-09T20:45:02.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18422026-06-09T20:45:02.670Z
18432026-06-09T20:45:02.670Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/295)
18442026-06-09T20:45:03.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18452026-06-09T20:45:03.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18462026-06-09T20:45:03.224Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18472026-06-09T20:45:03.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18482026-06-09T20:45:03.257Z
18492026-06-09T20:45:03.257Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/295)
18502026-06-09T20:45:03.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18512026-06-09T20:45:03.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18522026-06-09T20:45:03.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18532026-06-09T20:45:03.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18542026-06-09T20:45:03.731Z
18552026-06-09T20:45:03.731Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/295)
18562026-06-09T20:45:04.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18572026-06-09T20:45:04.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18582026-06-09T20:45:04.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18592026-06-09T20:45:04.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18602026-06-09T20:45:04.200Z
18612026-06-09T20:45:04.200Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/295)
18622026-06-09T20:45:04.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18632026-06-09T20:45:04.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18642026-06-09T20:45:04.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18652026-06-09T20:45:04.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18662026-06-09T20:45:04.735Z
18672026-06-09T20:45:04.735Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/295)
18682026-06-09T20:45:05.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18692026-06-09T20:45:05.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18702026-06-09T20:45:05.099Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18712026-06-09T20:45:05.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18722026-06-09T20:45:05.127Z
18732026-06-09T20:45:05.127Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/295)
18742026-06-09T20:45:05.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18752026-06-09T20:45:05.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18762026-06-09T20:45:05.573Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18772026-06-09T20:45:05.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18782026-06-09T20:45:05.596Z
18792026-06-09T20:45:05.597Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/295)
18802026-06-09T20:45:06.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18812026-06-09T20:45:06.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18822026-06-09T20:45:06.874Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18832026-06-09T20:45:06.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18842026-06-09T20:45:06.880Z
18852026-06-09T20:45:06.880Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/295)
18862026-06-09T20:45:06.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18872026-06-09T20:45:06.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18882026-06-09T20:45:06.880Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18892026-06-09T20:45:06.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18902026-06-09T20:45:06.880Z
18912026-06-09T20:45:06.880Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/295)
18922026-06-09T20:45:06.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18932026-06-09T20:45:07.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18942026-06-09T20:45:07.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18952026-06-09T20:45:07.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18962026-06-09T20:45:07.038Z
18972026-06-09T20:45:07.038Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/295)
18982026-06-09T20:45:07.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18992026-06-09T20:45:07.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19002026-06-09T20:45:07.424Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19012026-06-09T20:45:07.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19022026-06-09T20:45:07.467Z
19032026-06-09T20:45:07.467Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/295)
19042026-06-09T20:45:07.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19052026-06-09T20:45:07.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19062026-06-09T20:45:07.888Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19072026-06-09T20:45:07.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19082026-06-09T20:45:07.940Z
19092026-06-09T20:45:07.940Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/295)
19102026-06-09T20:45:08.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19112026-06-09T20:45:08.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19122026-06-09T20:45:08.352Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19132026-06-09T20:45:08.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19142026-06-09T20:45:08.411Z
19152026-06-09T20:45:08.411Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/295)
19162026-06-09T20:45:08.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19172026-06-09T20:45:12.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19182026-06-09T20:45:12.089Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19192026-06-09T20:45:12.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19202026-06-09T20:45:12.142Z
19212026-06-09T20:45:12.142Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/295)
19222026-06-09T20:45:12.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19232026-06-09T20:45:12.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19242026-06-09T20:45:12.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19252026-06-09T20:45:12.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19262026-06-09T20:45:12.142Z
19272026-06-09T20:45:12.142Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/295)
19282026-06-09T20:45:12.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19292026-06-09T20:45:12.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19302026-06-09T20:45:12.143Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19312026-06-09T20:45:12.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19322026-06-09T20:45:12.143Z
19332026-06-09T20:45:12.143Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/295)
19342026-06-09T20:45:12.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19352026-06-09T20:45:12.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19362026-06-09T20:45:12.143Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19372026-06-09T20:45:12.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19382026-06-09T20:45:12.143Z
19392026-06-09T20:45:12.143Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/295)
19402026-06-09T20:45:12.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19412026-06-09T20:45:12.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19422026-06-09T20:45:12.143Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19432026-06-09T20:45:12.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19442026-06-09T20:45:12.143Z
19452026-06-09T20:45:12.143Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/295)
19462026-06-09T20:45:12.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19472026-06-09T20:45:12.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19482026-06-09T20:45:12.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19492026-06-09T20:45:12.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19502026-06-09T20:45:12.204Z
19512026-06-09T20:45:12.204Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/295)
19522026-06-09T20:45:12.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19532026-06-09T20:45:12.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19542026-06-09T20:45:12.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19552026-06-09T20:45:12.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19562026-06-09T20:45:12.205Z
19572026-06-09T20:45:12.205Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/295)
19582026-06-09T20:45:12.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19592026-06-09T20:45:12.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19602026-06-09T20:45:12.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19612026-06-09T20:45:12.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19622026-06-09T20:45:12.216Z
19632026-06-09T20:45:12.216Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/295)
19642026-06-09T20:45:12.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19652026-06-09T20:45:12.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19662026-06-09T20:45:12.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19672026-06-09T20:45:12.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19682026-06-09T20:45:12.621Z
19692026-06-09T20:45:12.621Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/295)
19702026-06-09T20:45:13.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19712026-06-09T20:45:13.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19722026-06-09T20:45:13.035Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19732026-06-09T20:45:13.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19742026-06-09T20:45:13.094Z
19752026-06-09T20:45:13.094Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/295)
19762026-06-09T20:45:13.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19772026-06-09T20:45:13.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19782026-06-09T20:45:13.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19792026-06-09T20:45:13.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19802026-06-09T20:45:13.567Z
19812026-06-09T20:45:13.567Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/295)
19822026-06-09T20:45:13.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19832026-06-09T20:45:13.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19842026-06-09T20:45:13.978Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19852026-06-09T20:45:13.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19862026-06-09T20:45:14.034Z
19872026-06-09T20:45:14.034Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/295)
19882026-06-09T20:45:14.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19892026-06-09T20:45:14.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19902026-06-09T20:45:14.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19912026-06-09T20:45:14.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19922026-06-09T20:45:14.502Z
19932026-06-09T20:45:14.502Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/295)
19942026-06-09T20:45:14.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19952026-06-09T20:45:14.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19962026-06-09T20:45:14.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19972026-06-09T20:45:14.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19982026-06-09T20:45:14.972Z
19992026-06-09T20:45:14.972Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/295)
20002026-06-09T20:45:15.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20012026-06-09T20:45:15.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20022026-06-09T20:45:15.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20032026-06-09T20:45:15.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20042026-06-09T20:45:15.444Z
20052026-06-09T20:45:15.444Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/295)
20062026-06-09T20:45:15.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20072026-06-09T20:45:15.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20082026-06-09T20:45:15.854Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20092026-06-09T20:45:15.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20102026-06-09T20:45:15.910Z
20112026-06-09T20:45:15.910Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/295)
20122026-06-09T20:45:16.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20132026-06-09T20:45:16.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20142026-06-09T20:45:16.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20152026-06-09T20:45:16.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20162026-06-09T20:45:16.379Z
20172026-06-09T20:45:16.379Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/295)
20182026-06-09T20:45:16.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20192026-06-09T20:45:16.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20202026-06-09T20:45:16.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20212026-06-09T20:45:16.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20222026-06-09T20:45:16.850Z
20232026-06-09T20:45:16.850Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/295)
20242026-06-09T20:45:17.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20252026-06-09T20:45:17.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20262026-06-09T20:45:17.266Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20272026-06-09T20:45:17.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20282026-06-09T20:45:17.320Z
20292026-06-09T20:45:17.320Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/295)
20302026-06-09T20:45:17.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20312026-06-09T20:45:17.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20322026-06-09T20:45:17.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20332026-06-09T20:45:17.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20342026-06-09T20:45:18.338Z
20352026-06-09T20:45:18.338Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/295)
20362026-06-09T20:45:18.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20372026-06-09T20:45:18.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20382026-06-09T20:45:18.371Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20392026-06-09T20:45:18.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20402026-06-09T20:45:18.371Z
20412026-06-09T20:45:18.371Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/295)
20422026-06-09T20:45:18.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20432026-06-09T20:45:18.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20442026-06-09T20:45:18.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20452026-06-09T20:45:18.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20462026-06-09T20:45:18.729Z
20472026-06-09T20:45:18.729Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/295)
20482026-06-09T20:45:19.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20492026-06-09T20:45:19.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20502026-06-09T20:45:19.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20512026-06-09T20:45:19.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20522026-06-09T20:45:19.198Z
20532026-06-09T20:45:19.198Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/295)
20542026-06-09T20:45:19.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20552026-06-09T20:45:19.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20562026-06-09T20:45:19.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20572026-06-09T20:45:19.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20582026-06-09T20:45:19.670Z
20592026-06-09T20:45:19.670Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/295)
20602026-06-09T20:45:20.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20612026-06-09T20:45:20.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20622026-06-09T20:45:20.085Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20632026-06-09T20:45:20.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20642026-06-09T20:45:20.143Z
20652026-06-09T20:45:20.143Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/295)
20662026-06-09T20:45:20.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20672026-06-09T20:45:20.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20682026-06-09T20:45:20.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20692026-06-09T20:45:20.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20702026-06-09T20:45:20.620Z
20712026-06-09T20:45:20.620Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/295)
20722026-06-09T20:45:21.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20732026-06-09T20:45:21.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20742026-06-09T20:45:21.035Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20752026-06-09T20:45:21.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20762026-06-09T20:45:21.092Z
20772026-06-09T20:45:21.092Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/295)
20782026-06-09T20:45:21.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20792026-06-09T20:45:21.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20802026-06-09T20:45:21.506Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20812026-06-09T20:45:21.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20822026-06-09T20:45:21.653Z
20832026-06-09T20:45:21.654Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/295)
20842026-06-09T20:45:21.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20852026-06-09T20:45:21.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20862026-06-09T20:45:21.976Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20872026-06-09T20:45:21.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20882026-06-09T20:45:22.031Z
20892026-06-09T20:45:22.031Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/295)
20902026-06-09T20:45:22.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20912026-06-09T20:45:22.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20922026-06-09T20:45:22.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20932026-06-09T20:45:22.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20942026-06-09T20:45:22.668Z
20952026-06-09T20:45:22.668Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/295)
20962026-06-09T20:45:23.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20972026-06-09T20:45:23.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20982026-06-09T20:45:23.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20992026-06-09T20:45:23.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21002026-06-09T20:45:23.302Z
21012026-06-09T20:45:23.302Zinfo: running `cargo check --bins` on nexus-config (51/295)
21022026-06-09T20:45:23.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21032026-06-09T20:45:23.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21042026-06-09T20:45:23.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21052026-06-09T20:45:23.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21062026-06-09T20:45:23.937Z
21072026-06-09T20:45:23.937Zinfo: running `cargo check --bins` on nexus-types (52/295)
21082026-06-09T20:45:24.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21092026-06-09T20:45:24.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21102026-06-09T20:45:24.479Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21112026-06-09T20:45:24.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21122026-06-09T20:45:24.576Z
21132026-06-09T20:45:24.577Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/295)
21142026-06-09T20:45:25.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21152026-06-09T20:45:25.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21162026-06-09T20:45:25.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21172026-06-09T20:45:25.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21182026-06-09T20:45:25.184Z
21192026-06-09T20:45:25.184Zinfo: running `cargo check --bins` on omicron-passwords (54/295)
21202026-06-09T20:45:25.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21212026-06-09T20:45:25.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21222026-06-09T20:45:25.685Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21232026-06-09T20:45:25.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21242026-06-09T20:45:25.772Z
21252026-06-09T20:45:25.772Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/295)
21262026-06-09T20:45:26.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21272026-06-09T20:45:26.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21282026-06-09T20:45:26.282Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21292026-06-09T20:45:26.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21302026-06-09T20:45:26.373Z
21312026-06-09T20:45:26.373Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/295)
21322026-06-09T20:45:26.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21332026-06-09T20:45:26.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21342026-06-09T20:45:26.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21352026-06-09T20:45:26.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21362026-06-09T20:45:26.981Z
21372026-06-09T20:45:26.981Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/295)
21382026-06-09T20:45:27.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21392026-06-09T20:45:27.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21402026-06-09T20:45:27.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21412026-06-09T20:45:27.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21422026-06-09T20:45:27.568Z
21432026-06-09T20:45:27.568Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/295)
21442026-06-09T20:45:28.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21452026-06-09T20:45:28.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21462026-06-09T20:45:28.080Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21472026-06-09T20:45:28.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21482026-06-09T20:45:28.167Z
21492026-06-09T20:45:28.167Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/295)
21502026-06-09T20:45:28.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21512026-06-09T20:45:28.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21522026-06-09T20:45:28.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21532026-06-09T20:45:28.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21542026-06-09T20:45:28.750Z
21552026-06-09T20:45:28.750Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/295)
21562026-06-09T20:45:29.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21572026-06-09T20:45:29.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21582026-06-09T20:45:29.248Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21592026-06-09T20:45:29.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21602026-06-09T20:45:29.329Z
21612026-06-09T20:45:29.330Zinfo: running `cargo check --bins --no-default-features` on gfss (61/295)
21622026-06-09T20:45:29.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21632026-06-09T20:45:29.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21642026-06-09T20:45:29.824Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21652026-06-09T20:45:29.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21662026-06-09T20:45:29.907Z
21672026-06-09T20:45:29.907Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/295)
21682026-06-09T20:45:30.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21692026-06-09T20:45:30.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21702026-06-09T20:45:30.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21712026-06-09T20:45:30.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21722026-06-09T20:45:30.478Z
21732026-06-09T20:45:30.478Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/295)
21742026-06-09T20:45:30.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21752026-06-09T20:45:30.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21762026-06-09T20:45:30.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21772026-06-09T20:45:30.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21782026-06-09T20:45:31.073Z
21792026-06-09T20:45:31.073Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/295)
21802026-06-09T20:45:31.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21812026-06-09T20:45:31.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21822026-06-09T20:45:31.578Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21832026-06-09T20:45:31.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21842026-06-09T20:45:31.663Z
21852026-06-09T20:45:31.663Zinfo: running `cargo check --bins` on cockroach-admin-types (65/295)
21862026-06-09T20:45:32.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21872026-06-09T20:45:32.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21882026-06-09T20:45:32.157Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21892026-06-09T20:45:32.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21902026-06-09T20:45:32.237Z
21912026-06-09T20:45:32.237Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/295)
21922026-06-09T20:45:32.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21932026-06-09T20:45:32.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21942026-06-09T20:45:32.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21952026-06-09T20:45:32.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21962026-06-09T20:45:32.813Z
21972026-06-09T20:45:32.813Zinfo: running `cargo check --bins` on ereport-types (67/295)
21982026-06-09T20:45:33.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21992026-06-09T20:45:33.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22002026-06-09T20:45:33.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22012026-06-09T20:45:33.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22022026-06-09T20:45:33.403Z
22032026-06-09T20:45:33.403Zinfo: running `cargo check --bins` on gateway-client (68/295)
22042026-06-09T20:45:33.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22052026-06-09T20:45:34.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22062026-06-09T20:45:34.013Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22072026-06-09T20:45:34.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22082026-06-09T20:45:34.118Z
22092026-06-09T20:45:34.119Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/295)
22102026-06-09T20:45:34.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22112026-06-09T20:45:34.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22122026-06-09T20:45:34.516Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22132026-06-09T20:45:34.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22142026-06-09T20:45:34.637Z
22152026-06-09T20:45:34.637Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/295)
22162026-06-09T20:45:35.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22172026-06-09T20:45:35.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22182026-06-09T20:45:35.163Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22192026-06-09T20:45:35.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22202026-06-09T20:45:35.202Z
22212026-06-09T20:45:35.202Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/295)
22222026-06-09T20:45:35.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22232026-06-09T20:45:35.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22242026-06-09T20:45:35.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22252026-06-09T20:45:35.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22262026-06-09T20:45:35.803Z
22272026-06-09T20:45:35.803Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/295)
22282026-06-09T20:45:36.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22292026-06-09T20:45:36.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22302026-06-09T20:45:36.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22312026-06-09T20:45:36.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22322026-06-09T20:45:36.334Z
22332026-06-09T20:45:36.334Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/295)
22342026-06-09T20:45:36.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22352026-06-09T20:45:36.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22362026-06-09T20:45:36.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22372026-06-09T20:45:36.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22382026-06-09T20:45:36.935Z
22392026-06-09T20:45:36.935Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/295)
22402026-06-09T20:45:37.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22412026-06-09T20:45:37.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22422026-06-09T20:45:37.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22432026-06-09T20:45:37.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22442026-06-09T20:45:37.545Z
22452026-06-09T20:45:37.545Zinfo: running `cargo check --bins` on key-manager-types (75/295)
22462026-06-09T20:45:38.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22472026-06-09T20:45:38.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22482026-06-09T20:45:38.039Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22492026-06-09T20:45:38.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22502026-06-09T20:45:38.122Z
22512026-06-09T20:45:38.122Zinfo: running `cargo check --bins` on oxlog (76/295)
22522026-06-09T20:45:38.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22532026-06-09T20:45:38.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22542026-06-09T20:45:38.738Z Checking cfg-if v1.0.4
22552026-06-09T20:45:38.741Z Checking libc v0.2.185
22562026-06-09T20:45:38.742Z Checking serde_core v1.0.228
22572026-06-09T20:45:38.855Z Checking zeroize v1.8.2
22582026-06-09T20:45:38.862Z Checking memchr v2.8.0
22592026-06-09T20:45:38.871Z Checking log v0.4.29
22602026-06-09T20:45:38.880Z Checking smallvec v1.15.1
22612026-06-09T20:45:38.892Z Checking typenum v1.19.0
22622026-06-09T20:45:38.892Z Checking subtle v2.6.1
22632026-06-09T20:45:38.994Z Checking itoa v1.0.17
22642026-06-09T20:45:39.027Z Checking scopeguard v1.2.0
22652026-06-09T20:45:39.043Z Checking stable_deref_trait v1.2.1
22662026-06-09T20:45:39.055Z Checking const-oid v0.9.6
22672026-06-09T20:45:39.115Z Checking zerofrom v0.1.6
22682026-06-09T20:45:39.129Z Checking lock_api v0.4.14
22692026-06-09T20:45:39.138Z Checking pin-project-lite v0.2.17
22702026-06-09T20:45:39.223Z Checking yoke v0.8.1
22712026-06-09T20:45:39.245Z Checking portable-atomic v1.13.1
22722026-06-09T20:45:39.255Z Checking futures-core v0.3.32
22732026-06-09T20:45:39.259Z Checking getrandom v0.2.17
22742026-06-09T20:45:39.318Z Checking errno v0.3.14
22752026-06-09T20:45:39.358Z Checking parking_lot_core v0.9.12
22762026-06-09T20:45:39.380Z Checking zerovec v0.11.5
22772026-06-09T20:45:39.393Z Checking rand_core v0.6.4
22782026-06-09T20:45:39.398Z Checking generic-array v0.14.7
22792026-06-09T20:45:39.444Z Checking signal-hook-registry v1.4.8
22802026-06-09T20:45:39.538Z Checking critical-section v1.2.0
22812026-06-09T20:45:39.596Z Checking parking_lot v0.12.5
22822026-06-09T20:45:39.599Z Checking mio v1.2.0
22832026-06-09T20:45:39.619Z Checking zerocopy v0.8.40
22842026-06-09T20:45:39.630Z Checking once_cell v1.21.3
22852026-06-09T20:45:39.728Z Checking zmij v1.0.21
22862026-06-09T20:45:39.779Z Checking socket2 v0.6.3
22872026-06-09T20:45:39.794Z Checking libm v0.2.16
22882026-06-09T20:45:39.806Z Checking tinystr v0.8.2
22892026-06-09T20:45:39.870Z Checking crypto-common v0.1.7
22902026-06-09T20:45:39.880Z Checking block-buffer v0.10.4
22912026-06-09T20:45:39.935Z Checking equivalent v1.0.2
22922026-06-09T20:45:39.977Z Checking litemap v0.8.1
22932026-06-09T20:45:39.988Z Checking writeable v0.6.2
22942026-06-09T20:45:40.008Z Checking digest v0.10.7
22952026-06-09T20:45:40.011Z Checking percent-encoding v2.3.2
22962026-06-09T20:45:40.034Z Checking potential_utf v0.1.4
22972026-06-09T20:45:40.137Z Checking icu_locale_core v2.1.1
22982026-06-09T20:45:40.137Z Checking zerotrie v0.2.3
22992026-06-09T20:45:40.160Z Checking futures-sink v0.3.32
23002026-06-09T20:45:40.173Z Checking icu_collections v2.1.1
23012026-06-09T20:45:40.196Z Checking futures-task v0.3.32
23022026-06-09T20:45:40.256Z Checking futures-channel v0.3.32
23032026-06-09T20:45:40.322Z Checking serde v1.0.228
23042026-06-09T20:45:40.332Z Checking bitflags v2.11.0
23052026-06-09T20:45:40.376Z Checking serde_json v1.0.149
23062026-06-09T20:45:40.441Z Checking cpufeatures v0.2.17
23072026-06-09T20:45:40.524Z Checking slab v0.4.12
23082026-06-09T20:45:40.525Z Checking futures-io v0.3.32
23092026-06-09T20:45:40.525Z Checking num-traits v0.2.19
23102026-06-09T20:45:40.525Z Checking hmac v0.12.1
23112026-06-09T20:45:40.601Z Checking icu_normalizer_data v2.1.1
23122026-06-09T20:45:40.629Z Checking futures-util v0.3.32
23132026-06-09T20:45:40.638Z Checking icu_properties_data v2.1.2
23142026-06-09T20:45:40.667Z Checking rand_core v0.10.0
23152026-06-09T20:45:40.696Z Checking icu_provider v2.1.1
23162026-06-09T20:45:40.723Z Checking bytes v1.11.1
23172026-06-09T20:45:40.756Z Checking hashbrown v0.17.0
23182026-06-09T20:45:40.798Z Checking getrandom v0.4.1
23192026-06-09T20:45:40.924Z Checking icu_properties v2.1.2
23202026-06-09T20:45:40.943Z Checking icu_normalizer v2.1.1
23212026-06-09T20:45:41.014Z Checking block-padding v0.3.3
23222026-06-09T20:45:41.036Z Checking utf8_iter v1.0.4
23232026-06-09T20:45:41.142Z Checking inout v0.1.4
23242026-06-09T20:45:41.159Z Checking tokio v1.52.1
23252026-06-09T20:45:41.169Z Checking sha2 v0.10.9
23262026-06-09T20:45:41.209Z Checking indexmap v2.14.0
23272026-06-09T20:45:41.240Z Checking form_urlencoded v1.2.2
23282026-06-09T20:45:41.278Z Checking cipher v0.4.4
23292026-06-09T20:45:41.368Z Checking getrandom v0.3.4
23302026-06-09T20:45:41.441Z Checking fnv v1.0.7
23312026-06-09T20:45:41.487Z Checking base64ct v1.8.3
23322026-06-09T20:45:41.511Z Checking byteorder v1.5.0
23332026-06-09T20:45:41.534Z Checking flagset v0.4.7
23342026-06-09T20:45:41.655Z Checking rand_core v0.9.5
23352026-06-09T20:45:41.711Z Checking http v1.4.0
23362026-06-09T20:45:41.723Z Checking pem-rfc7468 v0.7.0
23372026-06-09T20:45:41.748Z Checking idna_adapter v1.2.1
23382026-06-09T20:45:41.789Z Checking regex-syntax v0.8.10
23392026-06-09T20:45:41.830Z Checking salsa20 v0.10.2
23402026-06-09T20:45:41.864Z Checking idna v1.1.0
23412026-06-09T20:45:41.875Z Checking der v0.7.10
23422026-06-09T20:45:41.957Z Checking uuid v1.23.0
23432026-06-09T20:45:42.108Z Checking url v2.5.8
23442026-06-09T20:45:42.260Z Checking pbkdf2 v0.12.2
23452026-06-09T20:45:42.277Z Checking rustix v1.1.3
23462026-06-09T20:45:42.367Z Checking tracing-core v0.1.36
23472026-06-09T20:45:42.380Z Checking ppv-lite86 v0.2.21
23482026-06-09T20:45:42.525Z Checking rustls-pki-types v1.14.0
23492026-06-09T20:45:42.540Z Checking iana-time-zone v0.1.65
23502026-06-09T20:45:42.596Z Checking spki v0.7.3
23512026-06-09T20:45:42.640Z Checking base64 v0.22.1
23522026-06-09T20:45:42.665Z Checking tracing v0.1.44
23532026-06-09T20:45:42.665Z Checking rand_chacha v0.9.0
23542026-06-09T20:45:42.753Z Checking chrono v0.4.44
23552026-06-09T20:45:42.804Z Checking scrypt v0.11.0
23562026-06-09T20:45:42.860Z Checking http-body v1.0.1
23572026-06-09T20:45:42.871Z Checking cbc v0.1.2
23582026-06-09T20:45:42.881Z Checking aes v0.8.4
23592026-06-09T20:45:42.938Z Checking aws-lc-sys v0.40.0
23602026-06-09T20:45:42.987Z Checking openssl-probe v0.2.1
23612026-06-09T20:45:42.999Z Checking untrusted v0.9.0
23622026-06-09T20:45:43.081Z Checking tinyvec_macros v0.1.1
23632026-06-09T20:45:43.093Z Checking untrusted v0.7.1
23642026-06-09T20:45:43.112Z Checking ring v0.17.14
23652026-06-09T20:45:43.118Z Checking rand v0.9.2
23662026-06-09T20:45:43.141Z Checking tinyvec v1.10.0
23672026-06-09T20:45:43.200Z Checking try-lock v0.2.5
23682026-06-09T20:45:43.298Z Checking pkcs5 v0.7.1
23692026-06-09T20:45:43.306Z Checking atomic-waker v1.1.2
23702026-06-09T20:45:43.392Z Checking tower-layer v0.3.3
23712026-06-09T20:45:43.437Z Checking aws-lc-rs v1.16.3
23722026-06-09T20:45:43.448Z Checking tower-service v0.3.3
23732026-06-09T20:45:43.515Z Checking pkcs8 v0.10.2
23742026-06-09T20:45:43.540Z Checking want v0.3.1
23752026-06-09T20:45:43.560Z Checking ipnet v2.11.0
23762026-06-09T20:45:43.583Z Checking httparse v1.10.1
23772026-06-09T20:45:43.606Z Checking aho-corasick v1.1.4
23782026-06-09T20:45:43.650Z Checking dyn-clone v1.0.20
23792026-06-09T20:45:43.680Z Checking plain v0.2.3
23802026-06-09T20:45:43.750Z Checking pin-utils v0.1.0
23812026-06-09T20:45:43.779Z Checking utf8parse v0.2.2
23822026-06-09T20:45:43.782Z Checking foreign-types-shared v0.1.1
23832026-06-09T20:45:43.821Z Checking fastrand v2.3.0
23842026-06-09T20:45:43.829Z Checking httpdate v1.0.3
23852026-06-09T20:45:43.864Z Checking foreign-types v0.3.2
23862026-06-09T20:45:43.880Z Checking unicode-normalization v0.1.25
23872026-06-09T20:45:43.933Z Checking semver v1.0.28
23882026-06-09T20:45:43.956Z Checking openssl-sys v0.9.115
23892026-06-09T20:45:43.971Z Checking tempfile v3.25.0
23902026-06-09T20:45:44.083Z Checking spin v0.9.8
23912026-06-09T20:45:44.135Z Checking unicode-ident v1.0.24
23922026-06-09T20:45:44.160Z Checking anstyle v1.0.14
23932026-06-09T20:45:44.243Z Checking ucd-trie v0.1.7
23942026-06-09T20:45:44.263Z Checking regex-automata v0.4.14
23952026-06-09T20:45:44.266Z Checking rustls-webpki v0.103.9
23962026-06-09T20:45:44.287Z Checking proc-macro2 v1.0.106
23972026-06-09T20:45:44.299Z Checking schemars v0.8.22
23982026-06-09T20:45:44.328Z Checking openssl v0.10.79
23992026-06-09T20:45:44.341Z Checking rustls-native-certs v0.8.3
24002026-06-09T20:45:44.367Z Checking pest v2.8.6
24012026-06-09T20:45:44.392Z Checking tokio-util v0.7.18
24022026-06-09T20:45:44.460Z Checking thiserror v2.0.18
24032026-06-09T20:45:44.566Z Checking sync_wrapper v1.0.2
24042026-06-09T20:45:44.587Z Checking wait-timeout v0.2.1
24052026-06-09T20:45:44.662Z Checking pretty-hex v0.4.1
24062026-06-09T20:45:44.691Z Checking rustls v0.23.37
24072026-06-09T20:45:44.703Z Checking siphasher v1.0.2
24082026-06-09T20:45:44.768Z Checking powerfmt v0.2.0
24092026-06-09T20:45:44.857Z Checking bit-vec v0.8.0
24102026-06-09T20:45:44.920Z Checking colorchoice v1.0.4
24112026-06-09T20:45:44.940Z Checking anstyle-query v1.1.5
24122026-06-09T20:45:44.988Z Checking h2 v0.4.13
24132026-06-09T20:45:45.010Z Checking is_terminal_polyfill v1.70.2
24142026-06-09T20:45:45.028Z Checking quick-error v1.2.3
24152026-06-09T20:45:45.046Z Checking simd-adler32 v0.3.8
24162026-06-09T20:45:45.093Z Checking bit-set v0.8.0
24172026-06-09T20:45:45.123Z Checking rusty-fork v0.3.1
24182026-06-09T20:45:45.204Z Checking deranged v0.5.8
24192026-06-09T20:45:45.236Z Checking tower v0.5.3
24202026-06-09T20:45:45.285Z Checking quote v1.0.45
24212026-06-09T20:45:45.416Z Compiling newtype-uuid v1.3.2
24222026-06-09T20:45:45.454Z Checking http-body-util v0.1.3
24232026-06-09T20:45:45.594Z Checking crossbeam-utils v0.8.21
24242026-06-09T20:45:45.606Z Checking webpki-roots v1.0.6
24252026-06-09T20:45:45.669Z Checking rand_xorshift v0.4.0
24262026-06-09T20:45:45.715Z Checking crc32fast v1.5.0
24272026-06-09T20:45:45.783Z Checking scroll v0.13.0
24282026-06-09T20:45:45.854Z Checking signature v2.2.0
24292026-06-09T20:45:45.921Z Checking unicode-bidi v0.3.18
24302026-06-09T20:45:45.983Z Checking time-core v0.1.8
24312026-06-09T20:45:46.006Z Checking unarray v0.1.4
24322026-06-09T20:45:46.066Z Checking num_threads v0.1.7
24332026-06-09T20:45:46.105Z Checking adler2 v2.0.1
24342026-06-09T20:45:46.117Z Checking unicode-properties v0.1.4
24352026-06-09T20:45:46.117Z Checking num-conv v0.2.0
24362026-06-09T20:45:46.148Z Checking iri-string v0.7.10
24372026-06-09T20:45:46.211Z Checking ryu v1.0.23
24382026-06-09T20:45:46.213Z Checking allocator-api2 v0.2.21
24392026-06-09T20:45:46.233Z Checking time v0.3.47
24402026-06-09T20:45:46.309Z Checking stringprep v0.1.5
24412026-06-09T20:45:46.333Z Checking native-tls v0.2.18
24422026-06-09T20:45:46.360Z Checking serde_urlencoded v0.7.1
24432026-06-09T20:45:46.462Z Checking miniz_oxide v0.8.9
24442026-06-09T20:45:46.509Z Checking tokio-native-tls v0.3.1
24452026-06-09T20:45:46.522Z Checking proptest v1.10.0
24462026-06-09T20:45:46.562Z Checking bstr v1.12.1
24472026-06-09T20:45:46.663Z Checking goblin v0.10.5
24482026-06-09T20:45:46.821Z Checking crossbeam-epoch v0.9.18
24492026-06-09T20:45:46.952Z Compiling daft v0.1.7
24502026-06-09T20:45:47.039Z Checking syn v2.0.117
24512026-06-09T20:45:47.074Z Checking tokio-rustls v0.26.4
24522026-06-09T20:45:47.193Z Checking tower-http v0.6.8
24532026-06-09T20:45:47.224Z Checking ipnetwork v0.21.1
24542026-06-09T20:45:47.294Z Checking anstyle-parse v1.0.0
24552026-06-09T20:45:47.376Z Checking rand_chacha v0.3.1
24562026-06-09T20:45:47.472Z Checking thiserror v1.0.69
24572026-06-09T20:45:47.483Z Checking scroll v0.12.0
24582026-06-09T20:45:47.483Z Checking hash32 v0.2.1
24592026-06-09T20:45:47.533Z Checking zstd-sys v2.0.16+zstd.1.5.7
24602026-06-09T20:45:47.585Z Checking num-integer v0.1.46
24612026-06-09T20:45:47.608Z Checking toml_datetime v0.6.11
24622026-06-09T20:45:47.638Z Checking serde_spanned v0.6.9
24632026-06-09T20:45:47.668Z Checking md-5 v0.10.6
24642026-06-09T20:45:47.680Z Checking hyper v1.8.1
24652026-06-09T20:45:47.757Z Checking ff v0.13.1
24662026-06-09T20:45:47.783Z Checking encoding_rs v0.8.35
24672026-06-09T20:45:47.806Z Checking fallible-iterator v0.2.0
24682026-06-09T20:45:47.812Z Checking base16ct v0.2.0
24692026-06-09T20:45:47.879Z Checking zlib-rs v0.6.2
24702026-06-09T20:45:47.931Z Checking psl-types v2.0.11
24712026-06-09T20:45:48.046Z Checking mime v0.3.17
24722026-06-09T20:45:48.071Z Checking postgres-protocol v0.6.10
24732026-06-09T20:45:48.219Z Checking publicsuffix v2.3.0
24742026-06-09T20:45:48.373Z Checking sec1 v0.7.3
24752026-06-09T20:45:48.386Z Checking group v0.13.0
24762026-06-09T20:45:48.451Z Checking num-iter v0.1.45
24772026-06-09T20:45:48.530Z Checking goblin v0.8.2
24782026-06-09T20:45:48.559Z Checking zstd-safe v7.2.4
24792026-06-09T20:45:48.572Z Checking hyper-util v0.1.20
24802026-06-09T20:45:48.582Z Checking heapless v0.7.17
24812026-06-09T20:45:48.707Z Checking rand v0.8.6
24822026-06-09T20:45:48.719Z Checking anstream v1.0.0
24832026-06-09T20:45:48.735Z Checking flate2 v1.1.9
24842026-06-09T20:45:48.914Z Checking oxnet v0.1.5
24852026-06-09T20:45:48.983Z Checking cookie v0.18.1
24862026-06-09T20:45:48.995Z Checking dof v0.4.0
24872026-06-09T20:45:49.025Z Compiling iddqd v0.4.2
24882026-06-09T20:45:49.154Z Checking dtrace-parser v0.3.0
24892026-06-09T20:45:49.207Z Checking phf_shared v0.13.1
24902026-06-09T20:45:49.211Z Checking lazy_static v1.5.0
24912026-06-09T20:45:49.286Z Checking anstyle-parse v0.2.7
24922026-06-09T20:45:49.302Z Checking zerocopy v0.7.35
24932026-06-09T20:45:49.388Z Checking pin-project v1.1.11
24942026-06-09T20:45:49.399Z Checking bzip2-sys v0.1.13+1.0.8
24952026-06-09T20:45:49.435Z Checking signal-hook v0.3.18
24962026-06-09T20:45:49.477Z Checking terminal_size v0.4.3
24972026-06-09T20:45:49.481Z Checking futures-executor v0.3.32
24982026-06-09T20:45:49.596Z Checking hex v0.4.3
24992026-06-09T20:45:49.615Z Checking hkdf v0.12.4
25002026-06-09T20:45:49.627Z Checking crypto-bigint v0.5.5
25012026-06-09T20:45:49.638Z Checking thread-id v5.1.0
25022026-06-09T20:45:49.712Z Checking bitflags v1.3.2
25032026-06-09T20:45:49.742Z Checking either v1.15.0
25042026-06-09T20:45:49.779Z Checking bumpalo v3.20.2
25052026-06-09T20:45:49.793Z Checking same-file v1.0.6
25062026-06-09T20:45:49.796Z Checking hyper-rustls v0.27.7
25072026-06-09T20:45:49.816Z Checking hyper-tls v0.6.0
25082026-06-09T20:45:49.901Z Compiling rayon-core v1.13.0
25092026-06-09T20:45:49.916Z Checking clap_lex v1.0.0
25102026-06-09T20:45:49.971Z Checking libbz2-rs-sys v0.2.2
25112026-06-09T20:45:49.983Z Checking winnow v0.5.40
25122026-06-09T20:45:50.004Z Checking managed v0.8.0
25132026-06-09T20:45:50.062Z Checking foldhash v0.2.0
25142026-06-09T20:45:50.074Z Checking strsim v0.11.1
25152026-06-09T20:45:50.186Z Checking winnow v0.7.14
25162026-06-09T20:45:50.214Z Checking foldhash v0.1.5
25172026-06-09T20:45:50.230Z Checking clap_builder v4.6.0
25182026-06-09T20:45:50.285Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25192026-06-09T20:45:50.343Z Checking hashbrown v0.15.5
25202026-06-09T20:45:50.357Z Checking bzip2 v0.6.1
25212026-06-09T20:45:50.408Z Checking dof v0.3.0
25222026-06-09T20:45:50.466Z Checking hashbrown v0.16.1
25232026-06-09T20:45:50.545Z Checking smoltcp v0.9.1
25242026-06-09T20:45:50.548Z Checking elliptic-curve v0.13.8
25252026-06-09T20:45:50.699Z Checking reqwest v0.12.28
25262026-06-09T20:45:50.799Z Checking zopfli v0.8.3
25272026-06-09T20:45:50.828Z Checking walkdir v2.5.0
25282026-06-09T20:45:50.954Z Checking usdt-impl v0.6.0
25292026-06-09T20:45:50.985Z Checking futures v0.3.32
25302026-06-09T20:45:51.060Z Checking signal-hook-mio v0.2.5
25312026-06-09T20:45:51.096Z Checking snafu v0.8.9
25322026-06-09T20:45:51.107Z Checking toml_edit v0.19.15
25332026-06-09T20:45:51.117Z Checking bzip2 v0.4.4
25342026-06-09T20:45:51.159Z Checking anstream v0.6.21
25352026-06-09T20:45:51.232Z Checking phf v0.13.1
25362026-06-09T20:45:51.276Z Checking num-bigint-dig v0.8.6
25372026-06-09T20:45:51.324Z Checking cookie_store v0.22.1
25382026-06-09T20:45:51.371Z Checking zstd v0.13.3
25392026-06-09T20:45:51.393Z Checking postgres-types v0.2.12
25402026-06-09T20:45:51.453Z Checking dtrace-parser v0.2.0
25412026-06-09T20:45:51.551Z Checking rustls-platform-verifier v0.6.2
25422026-06-09T20:45:51.563Z Checking crossbeam-deque v0.8.6
25432026-06-09T20:45:51.575Z Checking globset v0.4.18
25442026-06-09T20:45:51.652Z Checking regex v1.12.3
25452026-06-09T20:45:51.683Z Checking ed25519 v2.2.3
25462026-06-09T20:45:51.695Z Checking phf_shared v0.11.3
25472026-06-09T20:45:51.708Z Checking olpc-cjson v0.1.4
25482026-06-09T20:45:51.734Z Checking curve25519-dalek v4.1.3
25492026-06-09T20:45:51.827Z Checking ref-cast v1.0.25
25502026-06-09T20:45:51.839Z Checking strum v0.27.2
25512026-06-09T20:45:51.842Z Checking hubpack v0.1.2
25522026-06-09T20:45:51.863Z Checking memoffset v0.9.1
25532026-06-09T20:45:51.921Z Checking rustix v0.38.44
25542026-06-09T20:45:51.934Z Checking pkcs1 v0.7.5
25552026-06-09T20:45:51.944Z Checking pem v3.0.6
25562026-06-09T20:45:51.955Z Checking float-cmp v0.10.0
25572026-06-09T20:45:51.998Z Checking serde-big-array v0.5.1
25582026-06-09T20:45:52.073Z Checking serde_plain v1.0.2
25592026-06-09T20:45:52.091Z Checking erased-serde v0.3.31
25602026-06-09T20:45:52.103Z Checking rfc6979 v0.4.0
25612026-06-09T20:45:52.126Z Checking memmap2 v0.9.10
25622026-06-09T20:45:52.137Z Checking thread-id v4.2.2
25632026-06-09T20:45:52.157Z Checking env_filter v1.0.0
25642026-06-09T20:45:52.208Z Checking jiff v0.2.21
25652026-06-09T20:45:52.211Z Checking normalize-line-endings v0.3.0
25662026-06-09T20:45:52.211Z Checking fixedbitset v0.5.7
25672026-06-09T20:45:52.283Z Checking unicode-segmentation v1.12.0
25682026-06-09T20:45:52.295Z Checking new_debug_unreachable v1.0.6
25692026-06-09T20:45:52.311Z Checking keccak v0.1.6
25702026-06-09T20:45:52.357Z Checking toml_write v0.1.2
25712026-06-09T20:45:52.404Z Checking fixedbitset v0.4.2
25722026-06-09T20:45:52.459Z Checking precomputed-hash v0.1.1
25732026-06-09T20:45:52.472Z Checking static_assertions v1.1.0
25742026-06-09T20:45:52.504Z Checking difflib v0.4.0
25752026-06-09T20:45:52.517Z Checking typed-path v0.9.3
25762026-06-09T20:45:52.535Z Checking predicates-core v1.0.10
25772026-06-09T20:45:52.540Z Checking whoami v2.1.0
25782026-06-09T20:45:52.558Z Checking data-encoding v2.10.0
25792026-06-09T20:45:52.588Z Checking similar v2.7.0
25802026-06-09T20:45:52.654Z Checking petgraph v0.6.5
25812026-06-09T20:45:52.678Z Checking predicates v3.1.4
25822026-06-09T20:45:52.710Z Checking crossterm v0.28.1
25832026-06-09T20:45:52.735Z Checking tokio-postgres v0.7.16
25842026-06-09T20:45:52.823Z Checking hickory-proto v0.25.2
25852026-06-09T20:45:52.969Z Checking string_cache v0.8.9
25862026-06-09T20:45:52.973Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
25872026-06-09T20:45:53.142Z Checking toml_edit v0.22.27
25882026-06-09T20:45:53.269Z Checking tough v0.22.0
25892026-06-09T20:45:53.396Z Checking ed25519-dalek v2.2.0
25902026-06-09T20:45:53.625Z Checking sha3 v0.10.8
25912026-06-09T20:45:53.826Z Checking slog v2.8.2
25922026-06-09T20:45:53.873Z Checking petgraph v0.8.3
25932026-06-09T20:45:53.957Z Checking env_logger v0.11.9
25942026-06-09T20:45:54.087Z Checking usdt v0.6.0
25952026-06-09T20:45:54.143Z Checking ecdsa v0.16.9
25962026-06-09T20:45:54.202Z Checking usdt-impl v0.5.0
25972026-06-09T20:45:54.251Z Checking toml v0.7.8
25982026-06-09T20:45:54.417Z Checking zip v4.6.1
25992026-06-09T20:45:54.474Z Checking rsa v0.9.10
26002026-06-09T20:45:54.477Z Checking nix v0.31.2
26012026-06-09T20:45:54.982Z Checking reqwest v0.13.2
26022026-06-09T20:45:55.200Z Checking clap v4.6.1
26032026-06-09T20:45:55.248Z Checking toml_parser v1.0.9+spec-1.1.0
26042026-06-09T20:45:55.262Z Checking zip v0.6.6
26052026-06-09T20:45:55.295Z Checking itertools v0.13.0
26062026-06-09T20:45:55.424Z Checking serde_with v3.17.0
26072026-06-09T20:45:55.440Z Checking strum v0.26.3
26082026-06-09T20:45:55.513Z Checking fs-err v3.3.0
26092026-06-09T20:45:55.546Z Checking ahash v0.8.12
26102026-06-09T20:45:55.559Z Checking object v0.37.3
26112026-06-09T20:45:55.570Z Checking tokio-stream v0.1.18
26122026-06-09T20:45:55.571Z Checking buf-list v1.1.2
26132026-06-09T20:45:55.738Z Checking camino v1.2.2
26142026-06-09T20:45:55.767Z Checking anyhow v1.0.102
26152026-06-09T20:45:55.801Z Checking x509-cert v0.2.5
26162026-06-09T20:45:55.828Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26172026-06-09T20:45:55.951Z Checking openapiv3 v2.2.0
26182026-06-09T20:45:55.962Z Checking sha1 v0.10.6
26192026-06-09T20:45:55.980Z Checking peg-runtime v0.8.5
26202026-06-09T20:45:56.085Z Checking lalrpop-util v0.19.12
26212026-06-09T20:45:56.116Z Checking rayon v1.11.0
26222026-06-09T20:45:56.116Z Checking sigpipe v0.1.3
26232026-06-09T20:45:56.201Z Checking glob v0.3.3
26242026-06-09T20:45:57.742Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26252026-06-09T20:45:58.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.89s
26262026-06-09T20:45:58.190Z
26272026-06-09T20:45:58.190Zinfo: running `cargo check --bins` on internal-dns-types (77/295)
26282026-06-09T20:45:58.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26292026-06-09T20:45:58.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26302026-06-09T20:45:58.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26312026-06-09T20:45:58.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26322026-06-09T20:45:58.767Z
26332026-06-09T20:45:58.767Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/295)
26342026-06-09T20:45:59.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26352026-06-09T20:45:59.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26362026-06-09T20:45:59.280Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26372026-06-09T20:45:59.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26382026-06-09T20:45:59.360Z
26392026-06-09T20:45:59.360Zinfo: running `cargo check --bins` on nexus-types-versions (79/295)
26402026-06-09T20:45:59.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26412026-06-09T20:45:59.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26422026-06-09T20:45:59.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26432026-06-09T20:45:59.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26442026-06-09T20:45:59.974Z
26452026-06-09T20:45:59.975Zinfo: running `cargo check --bins` on oxql-types (80/295)
26462026-06-09T20:46:00.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26472026-06-09T20:46:00.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26482026-06-09T20:46:00.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26492026-06-09T20:46:00.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26502026-06-09T20:46:00.576Z
26512026-06-09T20:46:00.576Zinfo: running `cargo check --bins` on oximeter-types (81/295)
26522026-06-09T20:46:01.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26532026-06-09T20:46:01.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26542026-06-09T20:46:01.078Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26552026-06-09T20:46:01.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26562026-06-09T20:46:01.165Z
26572026-06-09T20:46:01.165Zinfo: running `cargo check --bins` on oximeter-types-versions (82/295)
26582026-06-09T20:46:01.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26592026-06-09T20:46:01.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26602026-06-09T20:46:01.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26612026-06-09T20:46:01.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26622026-06-09T20:46:01.768Z
26632026-06-09T20:46:01.768Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/295)
26642026-06-09T20:46:02.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26652026-06-09T20:46:02.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26662026-06-09T20:46:02.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26672026-06-09T20:46:02.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
26682026-06-09T20:46:02.360Z
26692026-06-09T20:46:02.360Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/295)
26702026-06-09T20:46:02.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26712026-06-09T20:46:02.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26722026-06-09T20:46:03.025Z Compiling structmeta-derive v0.3.0
26732026-06-09T20:46:03.141Z Compiling rustls v0.22.4
26742026-06-09T20:46:03.150Z Compiling multer v3.1.0
26752026-06-09T20:46:03.161Z Compiling async-stream-impl v0.3.6
26762026-06-09T20:46:03.173Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26772026-06-09T20:46:03.186Z Compiling dropshot v0.17.0
26782026-06-09T20:46:03.199Z Compiling newtype-uuid-macros v0.1.0
26792026-06-09T20:46:03.199Z Compiling dropshot_endpoint v0.17.0
26802026-06-09T20:46:03.315Z Checking newtype-uuid v1.3.2
26812026-06-09T20:46:03.388Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26822026-06-09T20:46:03.445Z Checking rustls-webpki v0.102.8
26832026-06-09T20:46:03.507Z Checking daft v0.1.7
26842026-06-09T20:46:03.548Z Checking thread_local v1.1.9
26852026-06-09T20:46:03.703Z Checking compression-core v0.4.31
26862026-06-09T20:46:03.726Z Checking match_cfg v0.1.0
26872026-06-09T20:46:03.763Z Checking iddqd v0.4.2
26882026-06-09T20:46:03.790Z Checking crossbeam-channel v0.5.15
26892026-06-09T20:46:03.798Z Checking hostname v0.3.1
26902026-06-09T20:46:03.833Z Checking compression-codecs v0.4.37
26912026-06-09T20:46:03.891Z Checking slog-json v2.6.1
26922026-06-09T20:46:03.971Z Checking is-terminal v0.4.17
26932026-06-09T20:46:04.027Z Checking toml_datetime v1.0.0+spec-1.1.0
26942026-06-09T20:46:04.046Z Checking serde_spanned v1.0.4
26952026-06-09T20:46:04.054Z Checking take_mut v0.2.2
26962026-06-09T20:46:04.132Z Checking toml_writer v1.0.6+spec-1.1.0
26972026-06-09T20:46:04.155Z Checking debug-ignore v1.0.5
26982026-06-09T20:46:04.169Z Checking term v1.2.1
26992026-06-09T20:46:04.184Z Compiling structmeta v0.3.0
27002026-06-09T20:46:04.197Z Checking slog-async v2.8.0
27012026-06-09T20:46:04.247Z Checking slog-bunyan v2.5.0
27022026-06-09T20:46:04.315Z Checking toml v1.0.6+spec-1.1.0
27032026-06-09T20:46:04.369Z Checking async-compression v0.4.41
27042026-06-09T20:46:04.497Z Checking async-stream v0.3.6
27052026-06-09T20:46:04.497Z Checking slog-term v2.9.2
27062026-06-09T20:46:04.497Z Compiling derive-ex v0.1.8
27072026-06-09T20:46:04.519Z Compiling parse-display-derive v0.10.0
27082026-06-09T20:46:04.610Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27092026-06-09T20:46:04.648Z Checking progenitor-client v0.14.0
27102026-06-09T20:46:04.672Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27112026-06-09T20:46:04.709Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27122026-06-09T20:46:04.849Z Checking waitgroup v0.1.2
27132026-06-09T20:46:04.873Z Checking backon v1.6.0
27142026-06-09T20:46:04.879Z Checking rustls-pemfile v2.2.0
27152026-06-09T20:46:04.963Z Checking serde_path_to_error v0.1.20
27162026-06-09T20:46:04.970Z Checking hostname v0.4.2
27172026-06-09T20:46:05.020Z Checking instant v0.1.13
27182026-06-09T20:46:05.106Z Checking backoff v0.4.0
27192026-06-09T20:46:05.228Z Checking progenitor-extras v0.2.0
27202026-06-09T20:46:05.236Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27212026-06-09T20:46:05.240Z Checking tokio-rustls v0.25.0
27222026-06-09T20:46:05.285Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27232026-06-09T20:46:05.436Z Checking itertools v0.14.0
27242026-06-09T20:46:05.474Z Checking progenitor-client v0.10.0
27252026-06-09T20:46:05.644Z Checking regress v0.10.5
27262026-06-09T20:46:05.724Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
27272026-06-09T20:46:05.905Z Checking macaddr v1.0.1
27282026-06-09T20:46:06.051Z Compiling test-strategy v0.4.5
27292026-06-09T20:46:06.145Z Checking parse-display v0.10.0
27302026-06-09T20:46:06.307Z Checking humantime v2.3.0
27312026-06-09T20:46:07.280Z Compiling prettyplease v0.2.37
27322026-06-09T20:46:07.573Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27332026-06-09T20:46:07.781Z Checking num-rational v0.4.2
27342026-06-09T20:46:07.938Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27352026-06-09T20:46:08.265Z Checking num-complex v0.4.6
27362026-06-09T20:46:08.892Z Checking num v0.4.3
27372026-06-09T20:46:08.984Z Compiling usdt-macro v0.5.0
27382026-06-09T20:46:08.991Z Compiling usdt-attr-macro v0.5.0
27392026-06-09T20:46:09.016Z Checking memmap v0.7.0
27402026-06-09T20:46:09.037Z Compiling float-ord v0.3.2
27412026-06-09T20:46:09.151Z Checking unicode-width v0.2.0
27422026-06-09T20:46:09.159Z Compiling convert_case v0.4.0
27432026-06-09T20:46:09.397Z Checking console v0.15.11
27442026-06-09T20:46:09.551Z Compiling derive_more v0.99.20
27452026-06-09T20:46:09.685Z Checking newline-converter v0.3.0
27462026-06-09T20:46:09.702Z Checking atomicwrites v0.4.4
27472026-06-09T20:46:09.774Z Checking usdt v0.5.0
27482026-06-09T20:46:09.787Z Compiling toml v0.8.23
27492026-06-09T20:46:09.826Z Checking linked-hash-map v0.5.6
27502026-06-09T20:46:09.941Z Compiling minimal-lexical v0.2.1
27512026-06-09T20:46:10.002Z Checking lru-cache v0.1.2
27522026-06-09T20:46:10.153Z Checking expectorate v1.2.0
27532026-06-09T20:46:10.205Z Compiling nom v7.1.3
27542026-06-09T20:46:10.720Z Checking camino-tempfile v1.4.1
27552026-06-09T20:46:10.830Z Checking hickory-proto v0.24.4
27562026-06-09T20:46:10.879Z Checking phf_shared v0.12.1
27572026-06-09T20:46:11.024Z Compiling slog-dtrace v0.3.0
27582026-06-09T20:46:11.092Z Checking heck v0.5.0
27592026-06-09T20:46:11.214Z Checking resolv-conf v0.7.6
27602026-06-09T20:46:11.233Z Compiling chrono-tz v0.10.4
27612026-06-09T20:46:11.468Z Compiling const_format_proc_macros v0.2.34
27622026-06-09T20:46:11.472Z Checking phf v0.12.1
27632026-06-09T20:46:11.477Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27642026-06-09T20:46:11.574Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27652026-06-09T20:46:11.615Z Checking tokio-dtrace v0.1.1
27662026-06-09T20:46:11.807Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27672026-06-09T20:46:12.060Z Compiling derive-where v1.6.0
27682026-06-09T20:46:12.100Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27692026-06-09T20:46:12.283Z Checking highway v1.3.0
27702026-06-09T20:46:12.528Z Checking const_format v0.2.35
27712026-06-09T20:46:12.682Z Checking hickory-resolver v0.24.4
27722026-06-09T20:46:12.754Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27732026-06-09T20:46:12.878Z Checking oxide-tokio-rt v0.1.4
27742026-06-09T20:46:13.033Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27752026-06-09T20:46:13.283Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27762026-06-09T20:46:13.355Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27772026-06-09T20:46:13.413Z Checking qorb v0.4.1
27782026-06-09T20:46:13.465Z Checking gethostname v0.5.0
27792026-06-09T20:46:13.554Z Checking bcs v0.1.6
27802026-06-09T20:46:13.585Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27812026-06-09T20:46:13.599Z Checking termtree v0.5.1
27822026-06-09T20:46:16.683Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27832026-06-09T20:46:19.432Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27842026-06-09T20:46:21.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.19s
27852026-06-09T20:46:21.730Z
27862026-06-09T20:46:21.731Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/295)
27872026-06-09T20:46:22.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27882026-06-09T20:46:22.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27892026-06-09T20:46:22.431Z Compiling ar_archive_writer v0.5.1
27902026-06-09T20:46:22.530Z Compiling stacker v0.1.23
27912026-06-09T20:46:22.556Z Compiling cfg_aliases v0.1.1
27922026-06-09T20:46:22.557Z Compiling convert_case v0.10.0
27932026-06-09T20:46:22.586Z Checking unicode-width v0.1.14
27942026-06-09T20:46:22.586Z Compiling proc-macro-error v1.0.4
27952026-06-09T20:46:22.586Z Checking fd-lock v4.0.4
27962026-06-09T20:46:22.586Z Checking nibble_vec v0.1.0
27972026-06-09T20:46:22.596Z Compiling nix v0.28.0
27982026-06-09T20:46:22.683Z Checking vte v0.14.1
27992026-06-09T20:46:22.707Z Compiling recursive-proc-macro-impl v0.1.1
28002026-06-09T20:46:22.775Z Checking endian-type v0.1.2
28012026-06-09T20:46:22.814Z Checking bytecount v0.6.9
28022026-06-09T20:46:22.825Z Checking strip-ansi-escapes v0.2.1
28032026-06-09T20:46:22.834Z Compiling derive_more-impl v2.1.1
28042026-06-09T20:46:22.845Z Compiling tabled_derive v0.7.0
28052026-06-09T20:46:22.883Z Checking papergrid v0.11.0
28062026-06-09T20:46:22.902Z Checking radix_trie v0.2.1
28072026-06-09T20:46:22.929Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28082026-06-09T20:46:23.218Z Compiling peg-macros v0.8.5
28092026-06-09T20:46:23.242Z Checking winnow v0.6.26
28102026-06-09T20:46:23.343Z Compiling psm v0.1.30
28112026-06-09T20:46:23.685Z Compiling sqlparser_derive v0.5.0
28122026-06-09T20:46:23.686Z Checking unicode_categories v0.1.1
28132026-06-09T20:46:23.695Z Checking derive_more v2.1.1
28142026-06-09T20:46:23.696Z Checking home v0.5.12
28152026-06-09T20:46:23.725Z Checking nu-ansi-term v0.50.3
28162026-06-09T20:46:23.876Z Checking crossterm v0.29.0
28172026-06-09T20:46:23.911Z Checking tabled v0.15.0
28182026-06-09T20:46:23.911Z Checking rustyline v14.0.0
28192026-06-09T20:46:23.917Z Checking reedline v0.40.0
28202026-06-09T20:46:24.111Z Checking recursive v0.1.1
28212026-06-09T20:46:24.163Z Checking display-error-chain v0.2.2
28222026-06-09T20:46:24.201Z Checking sqlparser v0.61.0
28232026-06-09T20:46:24.229Z Checking sqlformat v0.3.5
28242026-06-09T20:46:24.498Z Checking peg v0.8.5
28252026-06-09T20:46:35.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.61s
28262026-06-09T20:46:35.744Z
28272026-06-09T20:46:35.744Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/295)
28282026-06-09T20:46:36.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28292026-06-09T20:46:36.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28302026-06-09T20:46:36.192Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28312026-06-09T20:46:39.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.09s
28322026-06-09T20:46:39.800Z
28332026-06-09T20:46:39.800Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/295)
28342026-06-09T20:46:40.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28352026-06-09T20:46:40.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28362026-06-09T20:46:40.480Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28372026-06-09T20:46:42.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.11s
28382026-06-09T20:46:43.102Z
28392026-06-09T20:46:43.102Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/295)
28402026-06-09T20:46:43.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28412026-06-09T20:46:43.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28422026-06-09T20:46:43.774Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28432026-06-09T20:46:46.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.86s
28442026-06-09T20:46:47.157Z
28452026-06-09T20:46:47.157Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/295)
28462026-06-09T20:46:47.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28472026-06-09T20:46:47.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28482026-06-09T20:46:47.831Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28492026-06-09T20:46:51.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.92s
28502026-06-09T20:46:51.266Z
28512026-06-09T20:46:51.266Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/295)
28522026-06-09T20:46:51.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28532026-06-09T20:46:51.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28542026-06-09T20:46:51.946Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28552026-06-09T20:46:54.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s
28562026-06-09T20:46:54.706Z
28572026-06-09T20:46:54.706Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/295)
28582026-06-09T20:46:55.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28592026-06-09T20:46:55.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28602026-06-09T20:46:55.370Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28612026-06-09T20:46:57.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.30s
28622026-06-09T20:46:58.218Z
28632026-06-09T20:46:58.218Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/295)
28642026-06-09T20:46:58.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28652026-06-09T20:46:58.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28662026-06-09T20:46:58.868Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28672026-06-09T20:47:02.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.05s
28682026-06-09T20:47:02.434Z
28692026-06-09T20:47:02.434Zinfo: running `cargo check --bins` on oximeter (93/295)
28702026-06-09T20:47:02.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28712026-06-09T20:47:02.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28722026-06-09T20:47:02.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28732026-06-09T20:47:02.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28742026-06-09T20:47:03.039Z
28752026-06-09T20:47:03.039Zinfo: running `cargo check --bins` on oximeter-schema (94/295)
28762026-06-09T20:47:03.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28772026-06-09T20:47:03.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28782026-06-09T20:47:03.677Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28792026-06-09T20:47:03.840Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28802026-06-09T20:47:03.855Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28812026-06-09T20:47:04.175Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28822026-06-09T20:47:07.042Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28832026-06-09T20:47:08.244Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28842026-06-09T20:47:08.455Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28852026-06-09T20:47:09.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.07s
28862026-06-09T20:47:09.301Z
28872026-06-09T20:47:09.301Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/295)
28882026-06-09T20:47:09.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28892026-06-09T20:47:09.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28902026-06-09T20:47:09.807Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28912026-06-09T20:47:09.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28922026-06-09T20:47:09.900Z
28932026-06-09T20:47:09.900Zinfo: running `cargo check --bins` on oximeter-test-utils (96/295)
28942026-06-09T20:47:10.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28952026-06-09T20:47:10.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28962026-06-09T20:47:10.440Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28972026-06-09T20:47:10.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28982026-06-09T20:47:10.542Z
28992026-06-09T20:47:10.542Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/295)
29002026-06-09T20:47:11.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29012026-06-09T20:47:11.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29022026-06-09T20:47:11.083Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29032026-06-09T20:47:11.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29042026-06-09T20:47:11.153Z
29052026-06-09T20:47:11.153Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/295)
29062026-06-09T20:47:11.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29072026-06-09T20:47:11.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29082026-06-09T20:47:11.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29092026-06-09T20:47:11.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29102026-06-09T20:47:11.754Z
29112026-06-09T20:47:11.754Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/295)
29122026-06-09T20:47:12.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29132026-06-09T20:47:12.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29142026-06-09T20:47:12.262Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29152026-06-09T20:47:12.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29162026-06-09T20:47:12.356Z
29172026-06-09T20:47:12.356Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/295)
29182026-06-09T20:47:12.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29192026-06-09T20:47:12.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29202026-06-09T20:47:12.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29212026-06-09T20:47:12.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29222026-06-09T20:47:12.965Z
29232026-06-09T20:47:12.965Zinfo: running `cargo check --bins` on trust-quorum-types (101/295)
29242026-06-09T20:47:13.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29252026-06-09T20:47:13.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29262026-06-09T20:47:13.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29272026-06-09T20:47:13.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29282026-06-09T20:47:13.924Z
29292026-06-09T20:47:13.924Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/295)
29302026-06-09T20:47:14.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29312026-06-09T20:47:14.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29322026-06-09T20:47:14.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29332026-06-09T20:47:14.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29342026-06-09T20:47:14.170Z
29352026-06-09T20:47:14.171Zinfo: running `cargo check --bins` on update-engine (103/295)
29362026-06-09T20:47:14.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29372026-06-09T20:47:14.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29382026-06-09T20:47:14.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29392026-06-09T20:47:14.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29402026-06-09T20:47:14.759Z
29412026-06-09T20:47:14.760Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/295)
29422026-06-09T20:47:15.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29432026-06-09T20:47:15.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29442026-06-09T20:47:15.480Z Compiling crucible-workspace-hack v0.1.0
29452026-06-09T20:47:15.599Z Checking secrecy v0.10.3
29462026-06-09T20:47:15.607Z Compiling toml_datetime v0.7.5+spec-1.1.0
29472026-06-09T20:47:15.607Z Compiling heapless v0.8.0
29482026-06-09T20:47:15.622Z Compiling ingot-macros v0.1.1
29492026-06-09T20:47:15.632Z Checking hash32 v0.3.1
29502026-06-09T20:47:15.643Z Compiling smoltcp v0.11.0
29512026-06-09T20:47:15.646Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29522026-06-09T20:47:15.700Z Checking cobs v0.3.0
29532026-06-09T20:47:15.749Z Compiling toml_edit v0.23.10+spec-1.0.0
29542026-06-09T20:47:15.829Z Compiling thiserror-impl-no-std v2.0.2
29552026-06-09T20:47:15.841Z Checking universal-hash v0.5.1
29562026-06-09T20:47:15.844Z Checking half v2.7.1
29572026-06-09T20:47:15.894Z Checking opaque-debug v0.3.1
29582026-06-09T20:47:15.961Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29592026-06-09T20:47:15.964Z Checking ciborium-io v0.2.2
29602026-06-09T20:47:16.005Z Checking poly1305 v0.8.0
29612026-06-09T20:47:16.060Z Checking postcard v1.1.3
29622026-06-09T20:47:16.106Z Checking ciborium-ll v0.2.2
29632026-06-09T20:47:16.154Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29642026-06-09T20:47:16.257Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29652026-06-09T20:47:16.277Z Compiling proc-macro-crate v3.4.0
29662026-06-09T20:47:16.381Z Checking password-hash v0.5.0
29672026-06-09T20:47:16.533Z Checking chacha20 v0.9.1
29682026-06-09T20:47:16.584Z Compiling proc-macro-crate v1.3.1
29692026-06-09T20:47:16.641Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29702026-06-09T20:47:16.732Z Checking blake2 v0.10.6
29712026-06-09T20:47:16.819Z Checking aead v0.5.2
29722026-06-09T20:47:16.842Z Compiling num_enum_derive v0.7.6
29732026-06-09T20:47:16.878Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29742026-06-09T20:47:16.961Z Compiling foreign-types-macros v0.2.3
29752026-06-09T20:47:16.973Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29762026-06-09T20:47:16.991Z Checking thiserror-no-std v2.0.2
29772026-06-09T20:47:17.004Z Checking cpufeatures v0.3.0
29782026-06-09T20:47:17.075Z Checking foreign-types-shared v0.3.1
29792026-06-09T20:47:17.078Z Checking vsss-rs v3.3.4
29802026-06-09T20:47:17.102Z Checking chacha20 v0.10.0
29812026-06-09T20:47:17.173Z Compiling num_enum_derive v0.5.11
29822026-06-09T20:47:17.209Z Checking argon2 v0.5.3
29832026-06-09T20:47:17.310Z Checking chacha20poly1305 v0.10.1
29842026-06-09T20:47:17.489Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29852026-06-09T20:47:17.533Z Checking foreign-types v0.5.0
29862026-06-09T20:47:17.546Z Checking ciborium v0.2.2
29872026-06-09T20:47:17.693Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29882026-06-09T20:47:17.721Z Checking tabwriter v1.4.1
29892026-06-09T20:47:17.863Z Checking num_enum v0.7.6
29902026-06-09T20:47:17.877Z Checking byte-wrapper v0.1.0
29912026-06-09T20:47:17.952Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29922026-06-09T20:47:17.977Z Checking cstr-argument v0.1.2
29932026-06-09T20:47:17.990Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29942026-06-09T20:47:18.083Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29952026-06-09T20:47:18.098Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29962026-06-09T20:47:18.176Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29972026-06-09T20:47:18.193Z Checking num_enum v0.5.11
29982026-06-09T20:47:18.263Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29992026-06-09T20:47:18.294Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30002026-06-09T20:47:18.307Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30012026-06-09T20:47:18.376Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30022026-06-09T20:47:18.429Z Checking rand v0.10.0
30032026-06-09T20:47:18.441Z Checking ingot-types v0.1.2
30042026-06-09T20:47:18.454Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30052026-06-09T20:47:18.481Z Checking colored v3.1.1
30062026-06-09T20:47:18.508Z Checking indent_write v2.2.0
30072026-06-09T20:47:18.640Z Compiling zone_cfg_derive v0.3.1
30082026-06-09T20:47:18.672Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30092026-06-09T20:47:18.763Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30102026-06-09T20:47:18.790Z Checking ingot v0.1.1
30112026-06-09T20:47:18.844Z Checking itertools v0.12.1
30122026-06-09T20:47:18.917Z Compiling num-derive v0.4.2
30132026-06-09T20:47:18.940Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30142026-06-09T20:47:18.943Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30152026-06-09T20:47:19.013Z Checking swrite v0.1.0
30162026-06-09T20:47:19.104Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30172026-06-09T20:47:19.138Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30182026-06-09T20:47:19.283Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30192026-06-09T20:47:19.296Z Checking dropshot-api-manager-types v0.7.2
30202026-06-09T20:47:19.310Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30212026-06-09T20:47:19.388Z Checking smf v0.2.3
30222026-06-09T20:47:19.418Z Checking nanorand v0.7.0
30232026-06-09T20:47:19.463Z Checking whoami v1.6.1
30242026-06-09T20:47:19.611Z Checking flume v0.11.1
30252026-06-09T20:47:19.624Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30262026-06-09T20:47:19.804Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30272026-06-09T20:47:19.836Z Checking zone v0.3.1
30282026-06-09T20:47:20.341Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30292026-06-09T20:47:21.300Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30302026-06-09T20:47:22.202Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30312026-06-09T20:47:25.416Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30322026-06-09T20:47:27.459Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30332026-06-09T20:47:28.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.79s
30342026-06-09T20:47:28.749Z
30352026-06-09T20:47:28.749Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/295)
30362026-06-09T20:47:29.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30372026-06-09T20:47:29.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30382026-06-09T20:47:29.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30392026-06-09T20:47:29.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30402026-06-09T20:47:29.350Z
30412026-06-09T20:47:29.350Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/295)
30422026-06-09T20:47:29.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30432026-06-09T20:47:29.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30442026-06-09T20:47:29.864Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30452026-06-09T20:47:29.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30462026-06-09T20:47:29.958Z
30472026-06-09T20:47:29.958Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/295)
30482026-06-09T20:47:30.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30492026-06-09T20:47:30.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30502026-06-09T20:47:30.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30512026-06-09T20:47:30.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30522026-06-09T20:47:30.568Z
30532026-06-09T20:47:30.568Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/295)
30542026-06-09T20:47:31.081Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30552026-06-09T20:47:31.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30562026-06-09T20:47:31.084Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30572026-06-09T20:47:31.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30582026-06-09T20:47:31.178Z
30592026-06-09T20:47:31.178Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/295)
30602026-06-09T20:47:31.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30612026-06-09T20:47:31.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30622026-06-09T20:47:31.692Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30632026-06-09T20:47:31.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30642026-06-09T20:47:31.786Z
30652026-06-09T20:47:31.786Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/295)
30662026-06-09T20:47:32.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30672026-06-09T20:47:32.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30682026-06-09T20:47:32.297Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30692026-06-09T20:47:32.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30702026-06-09T20:47:32.391Z
30712026-06-09T20:47:32.391Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/295)
30722026-06-09T20:47:32.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30732026-06-09T20:47:32.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30742026-06-09T20:47:32.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30752026-06-09T20:47:32.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30762026-06-09T20:47:32.998Z
30772026-06-09T20:47:32.998Zinfo: running `cargo check --bins` on cockroach-admin-client (112/295)
30782026-06-09T20:47:33.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30792026-06-09T20:47:33.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30802026-06-09T20:47:33.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30812026-06-09T20:47:33.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30822026-06-09T20:47:33.590Z
30832026-06-09T20:47:33.590Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/295)
30842026-06-09T20:47:34.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30852026-06-09T20:47:34.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30862026-06-09T20:47:34.102Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30872026-06-09T20:47:34.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30882026-06-09T20:47:34.195Z
30892026-06-09T20:47:34.195Zinfo: running `cargo check --bins` on dns-service-client (114/295)
30902026-06-09T20:47:34.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30912026-06-09T20:47:34.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30922026-06-09T20:47:34.706Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30932026-06-09T20:47:34.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30942026-06-09T20:47:34.799Z
30952026-06-09T20:47:34.799Zinfo: running `cargo check --bins` on installinator-client (115/295)
30962026-06-09T20:47:35.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30972026-06-09T20:47:35.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30982026-06-09T20:47:35.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30992026-06-09T20:47:35.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31002026-06-09T20:47:35.398Z
31012026-06-09T20:47:35.399Zinfo: running `cargo check --bins` on nexus-client (116/295)
31022026-06-09T20:47:35.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31032026-06-09T20:47:35.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31042026-06-09T20:47:35.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31052026-06-09T20:47:35.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31062026-06-09T20:47:36.037Z
31072026-06-09T20:47:36.037Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/295)
31082026-06-09T20:47:36.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31092026-06-09T20:47:36.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31102026-06-09T20:47:36.573Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31112026-06-09T20:47:36.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31122026-06-09T20:47:36.674Z
31132026-06-09T20:47:36.674Zinfo: running `cargo check --bins` on ntp-admin-client (118/295)
31142026-06-09T20:47:37.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31152026-06-09T20:47:37.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31162026-06-09T20:47:37.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31172026-06-09T20:47:37.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31182026-06-09T20:47:37.262Z
31192026-06-09T20:47:37.262Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/295)
31202026-06-09T20:47:37.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31212026-06-09T20:47:37.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31222026-06-09T20:47:37.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31232026-06-09T20:47:37.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31242026-06-09T20:47:37.845Z
31252026-06-09T20:47:37.845Zinfo: running `cargo check --bins` on oxide-client (120/295)
31262026-06-09T20:47:38.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31272026-06-09T20:47:38.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31282026-06-09T20:47:38.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31292026-06-09T20:47:38.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31302026-06-09T20:47:38.429Z
31312026-06-09T20:47:38.429Zinfo: running `cargo check --bins` on oximeter-client (121/295)
31322026-06-09T20:47:38.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31332026-06-09T20:47:38.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31342026-06-09T20:47:38.939Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31352026-06-09T20:47:38.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31362026-06-09T20:47:39.032Z
31372026-06-09T20:47:39.032Zinfo: running `cargo check --bins` on repo-depot-client (122/295)
31382026-06-09T20:47:39.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31392026-06-09T20:47:39.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31402026-06-09T20:47:39.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31412026-06-09T20:47:39.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31422026-06-09T20:47:39.623Z
31432026-06-09T20:47:39.623Zinfo: running `cargo check --bins` on sled-agent-client (123/295)
31442026-06-09T20:47:40.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31452026-06-09T20:47:40.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31462026-06-09T20:47:40.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31472026-06-09T20:47:40.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31482026-06-09T20:47:40.233Z
31492026-06-09T20:47:40.233Zinfo: running `cargo check --bins` on wicketd-client (124/295)
31502026-06-09T20:47:40.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31512026-06-09T20:47:40.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31522026-06-09T20:47:40.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31532026-06-09T20:47:40.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31542026-06-09T20:47:40.852Z
31552026-06-09T20:47:40.852Zinfo: running `cargo check --bins` on installinator-common (125/295)
31562026-06-09T20:47:41.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31572026-06-09T20:47:41.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31582026-06-09T20:47:41.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31592026-06-09T20:47:41.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31602026-06-09T20:47:41.469Z
31612026-06-09T20:47:41.469Zinfo: running `cargo check --bins` on installinator-common-versions (126/295)
31622026-06-09T20:47:41.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31632026-06-09T20:47:41.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31642026-06-09T20:47:41.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31652026-06-09T20:47:41.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31662026-06-09T20:47:42.055Z
31672026-06-09T20:47:42.055Zinfo: running `cargo check --bins` on wicket-common (127/295)
31682026-06-09T20:47:42.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31692026-06-09T20:47:42.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31702026-06-09T20:47:42.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31712026-06-09T20:47:42.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31722026-06-09T20:47:42.672Z
31732026-06-09T20:47:42.672Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/295)
31742026-06-09T20:47:43.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31752026-06-09T20:47:43.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31762026-06-09T20:47:43.368Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31772026-06-09T20:47:43.483Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31782026-06-09T20:47:43.490Z Checking csv-core v0.1.13
31792026-06-09T20:47:43.497Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31802026-06-09T20:47:43.504Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31812026-06-09T20:47:43.507Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31822026-06-09T20:47:43.525Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31832026-06-09T20:47:43.536Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31842026-06-09T20:47:43.645Z Checking csv v1.4.0
31852026-06-09T20:47:43.678Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31862026-06-09T20:47:43.692Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31872026-06-09T20:47:43.717Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31882026-06-09T20:47:44.748Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31892026-06-09T20:47:44.751Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31902026-06-09T20:47:44.751Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31912026-06-09T20:47:44.751Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31922026-06-09T20:47:44.752Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31932026-06-09T20:47:50.569Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31942026-06-09T20:47:51.102Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31952026-06-09T20:47:53.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.77s
31962026-06-09T20:47:53.643Z
31972026-06-09T20:47:53.643Zinfo: running `cargo check --bins` on cockroach-admin-api (129/295)
31982026-06-09T20:47:54.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31992026-06-09T20:47:54.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32002026-06-09T20:47:54.151Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32012026-06-09T20:47:54.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32022026-06-09T20:47:54.243Z
32032026-06-09T20:47:54.243Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/295)
32042026-06-09T20:47:54.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32052026-06-09T20:47:54.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32062026-06-09T20:47:54.819Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32072026-06-09T20:47:54.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32082026-06-09T20:47:54.930Z
32092026-06-09T20:47:54.930Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/295)
32102026-06-09T20:47:55.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32112026-06-09T20:47:55.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32122026-06-09T20:47:55.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32132026-06-09T20:47:55.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32142026-06-09T20:47:55.612Z
32152026-06-09T20:47:55.612Zinfo: running `cargo check --bins` on gateway-test-utils (132/295)
32162026-06-09T20:47:56.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32172026-06-09T20:47:56.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32182026-06-09T20:47:56.156Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32192026-06-09T20:47:56.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32202026-06-09T20:47:56.258Z
32212026-06-09T20:47:56.258Zinfo: running `cargo check --bins` on omicron-gateway (133/295)
32222026-06-09T20:47:56.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32232026-06-09T20:47:56.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32242026-06-09T20:47:57.015Z Compiling regress v0.11.1
32252026-06-09T20:47:57.158Z Compiling unsafe-libyaml v0.2.11
32262026-06-09T20:47:57.168Z Compiling radium v0.7.0
32272026-06-09T20:47:57.168Z Compiling semver v0.1.20
32282026-06-09T20:47:57.190Z Checking nom v8.0.0
32292026-06-09T20:47:57.194Z Checking tap v1.0.1
32302026-06-09T20:47:57.201Z Compiling maybe-uninit v2.0.0
32312026-06-09T20:47:57.302Z Checking wyz v0.5.1
32322026-06-09T20:47:57.429Z Compiling rustc_version v0.1.7
32332026-06-09T20:47:57.491Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32342026-06-09T20:47:57.525Z Compiling zerocopy-derive v0.6.6
32352026-06-09T20:47:57.616Z Compiling packed_struct v0.10.1
32362026-06-09T20:47:57.645Z Compiling newtype_derive v0.1.6
32372026-06-09T20:47:57.831Z Compiling serde_yaml v0.9.34+deprecated
32382026-06-09T20:47:57.866Z Checking crc-catalog v2.4.0
32392026-06-09T20:47:57.904Z Compiling owo-colors v4.3.0
32402026-06-09T20:47:57.959Z Compiling cancel-safe-futures v0.1.5
32412026-06-09T20:47:58.172Z Checking funty v2.0.0
32422026-06-09T20:47:58.306Z Checking crc v3.4.0
32432026-06-09T20:47:58.363Z Checking zerocopy v0.6.6
32442026-06-09T20:47:58.493Z Checking bitvec v1.0.1
32452026-06-09T20:47:58.581Z Checking typify-impl v0.6.2
32462026-06-09T20:47:58.659Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32472026-06-09T20:47:58.979Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32482026-06-09T20:47:59.083Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
32492026-06-09T20:47:59.194Z Compiling packed_struct_codegen v0.10.1
32502026-06-09T20:47:59.259Z Checking libsw-core v0.3.2
32512026-06-09T20:47:59.313Z Compiling bitfield-macros v0.19.4
32522026-06-09T20:47:59.404Z Compiling indexmap v1.9.3
32532026-06-09T20:47:59.604Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
32542026-06-09T20:47:59.679Z Checking nodrop v0.1.14
32552026-06-09T20:47:59.736Z Checking libsw v3.5.0
32562026-06-09T20:47:59.771Z Checking array-init v0.0.4
32572026-06-09T20:47:59.785Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32582026-06-09T20:47:59.887Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32592026-06-09T20:48:00.019Z Checking bitfield v0.19.4
32602026-06-09T20:48:00.065Z Checking smallvec v0.6.14
32612026-06-09T20:48:00.079Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32622026-06-09T20:48:00.300Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32632026-06-09T20:48:00.313Z Checking hashbrown v0.12.3
32642026-06-09T20:48:00.423Z Checking base64 v0.21.7
32652026-06-09T20:48:00.485Z Checking unicode-linebreak v0.1.5
32662026-06-09T20:48:00.500Z Checking linear-map v1.2.0
32672026-06-09T20:48:00.659Z Checking smawk v0.3.2
32682026-06-09T20:48:00.673Z Checking tagptr v0.2.0
32692026-06-09T20:48:00.697Z Checking ron v0.8.1
32702026-06-09T20:48:00.789Z Checking textwrap v0.16.2
32712026-06-09T20:48:00.810Z Checking moka v0.12.13
32722026-06-09T20:48:00.827Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32732026-06-09T20:48:00.998Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32742026-06-09T20:48:01.042Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32752026-06-09T20:48:01.174Z Checking steno v0.4.1
32762026-06-09T20:48:01.206Z Checking serde-hex v0.1.0
32772026-06-09T20:48:01.329Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32782026-06-09T20:48:01.464Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32792026-06-09T20:48:01.629Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32802026-06-09T20:48:01.885Z Checking hashbrown v0.13.2
32812026-06-09T20:48:02.127Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32822026-06-09T20:48:02.176Z Checking crc-any v2.5.0
32832026-06-09T20:48:02.234Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32842026-06-09T20:48:02.314Z Checking object v0.30.4
32852026-06-09T20:48:02.344Z Checking hickory-resolver v0.25.2
32862026-06-09T20:48:02.358Z Checking void v1.0.2
32872026-06-09T20:48:02.398Z Checking path-slash v0.1.5
32882026-06-09T20:48:02.433Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
32892026-06-09T20:48:02.460Z Checking utf-8 v0.7.6
32902026-06-09T20:48:02.500Z Checking half v1.8.3
32912026-06-09T20:48:02.541Z Checking lzss v0.8.2
32922026-06-09T20:48:02.594Z Checking tungstenite v0.23.0
32932026-06-09T20:48:02.695Z Checking serde_cbor v0.11.2
32942026-06-09T20:48:02.738Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32952026-06-09T20:48:02.857Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32962026-06-09T20:48:02.894Z Checking nix v0.27.1
32972026-06-09T20:48:03.003Z Checking kstat-rs v0.2.4
32982026-06-09T20:48:03.044Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32992026-06-09T20:48:03.070Z Checking fxhash v0.2.1
33002026-06-09T20:48:03.096Z Checking serde_bytes v0.11.19
33012026-06-09T20:48:03.140Z Compiling typify-macro v0.6.2
33022026-06-09T20:48:03.184Z Checking tokio-tungstenite v0.23.1
33032026-06-09T20:48:03.187Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33042026-06-09T20:48:03.266Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33052026-06-09T20:48:03.398Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33062026-06-09T20:48:03.443Z Checking signal-hook-tokio v0.3.1
33072026-06-09T20:48:04.315Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33082026-06-09T20:48:04.367Z Compiling typify v0.6.2
33092026-06-09T20:48:04.447Z Compiling progenitor-impl v0.14.0
33102026-06-09T20:48:05.210Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33112026-06-09T20:48:05.506Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33122026-06-09T20:48:05.863Z Compiling progenitor-macro v0.14.0
33132026-06-09T20:48:08.175Z Checking progenitor v0.14.0
33142026-06-09T20:48:08.289Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
33152026-06-09T20:48:08.292Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33162026-06-09T20:48:10.916Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33172026-06-09T20:48:18.770Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33182026-06-09T20:48:25.026Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33192026-06-09T20:48:26.368Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33202026-06-09T20:48:26.864Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33212026-06-09T20:48:28.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.66s
33222026-06-09T20:48:29.132Z
33232026-06-09T20:48:29.132Zinfo: running `cargo check --bins` on gateway-api (134/295)
33242026-06-09T20:48:29.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33252026-06-09T20:48:29.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33262026-06-09T20:48:29.641Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33272026-06-09T20:48:29.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33282026-06-09T20:48:29.733Z
33292026-06-09T20:48:29.734Zinfo: running `cargo check --bins` on ipcc (135/295)
33302026-06-09T20:48:30.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33312026-06-09T20:48:30.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33322026-06-09T20:48:30.247Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33332026-06-09T20:48:30.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33342026-06-09T20:48:30.340Z
33352026-06-09T20:48:30.340Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/295)
33362026-06-09T20:48:30.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33372026-06-09T20:48:30.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33382026-06-09T20:48:30.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33392026-06-09T20:48:30.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33402026-06-09T20:48:30.931Z
33412026-06-09T20:48:30.931Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/295)
33422026-06-09T20:48:31.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33432026-06-09T20:48:31.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33442026-06-09T20:48:31.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33452026-06-09T20:48:31.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33462026-06-09T20:48:31.558Z
33472026-06-09T20:48:31.558Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/295)
33482026-06-09T20:48:32.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33492026-06-09T20:48:32.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33502026-06-09T20:48:32.069Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33512026-06-09T20:48:32.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33522026-06-09T20:48:32.164Z
33532026-06-09T20:48:32.164Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/295)
33542026-06-09T20:48:32.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33552026-06-09T20:48:32.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33562026-06-09T20:48:32.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33572026-06-09T20:48:32.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33582026-06-09T20:48:32.772Z
33592026-06-09T20:48:32.772Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/295)
33602026-06-09T20:48:33.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33612026-06-09T20:48:33.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33622026-06-09T20:48:33.284Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33632026-06-09T20:48:33.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33642026-06-09T20:48:33.377Z
33652026-06-09T20:48:33.377Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/295)
33662026-06-09T20:48:33.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33672026-06-09T20:48:33.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33682026-06-09T20:48:33.900Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33692026-06-09T20:48:33.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33702026-06-09T20:48:33.996Z
33712026-06-09T20:48:33.997Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/295)
33722026-06-09T20:48:34.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33732026-06-09T20:48:34.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33742026-06-09T20:48:34.508Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33752026-06-09T20:48:34.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33762026-06-09T20:48:34.601Z
33772026-06-09T20:48:34.601Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/295)
33782026-06-09T20:48:35.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33792026-06-09T20:48:35.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33802026-06-09T20:48:35.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33812026-06-09T20:48:35.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33822026-06-09T20:48:35.205Z
33832026-06-09T20:48:35.205Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/295)
33842026-06-09T20:48:35.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33852026-06-09T20:48:35.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33862026-06-09T20:48:35.713Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33872026-06-09T20:48:35.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33882026-06-09T20:48:35.806Z
33892026-06-09T20:48:35.806Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/295)
33902026-06-09T20:48:36.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33912026-06-09T20:48:36.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33922026-06-09T20:48:36.311Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33932026-06-09T20:48:36.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33942026-06-09T20:48:36.402Z
33952026-06-09T20:48:36.402Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/295)
33962026-06-09T20:48:36.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33972026-06-09T20:48:36.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33982026-06-09T20:48:36.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33992026-06-09T20:48:36.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34002026-06-09T20:48:36.999Z
34012026-06-09T20:48:36.999Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/295)
34022026-06-09T20:48:37.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34032026-06-09T20:48:37.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34042026-06-09T20:48:37.508Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34052026-06-09T20:48:37.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34062026-06-09T20:48:37.597Z
34072026-06-09T20:48:37.597Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/295)
34082026-06-09T20:48:38.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34092026-06-09T20:48:38.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34102026-06-09T20:48:38.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34112026-06-09T20:48:38.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34122026-06-09T20:48:38.207Z
34132026-06-09T20:48:38.207Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/295)
34142026-06-09T20:48:38.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34152026-06-09T20:48:38.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34162026-06-09T20:48:38.727Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34172026-06-09T20:48:38.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34182026-06-09T20:48:38.819Z
34192026-06-09T20:48:38.819Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/295)
34202026-06-09T20:48:39.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34212026-06-09T20:48:39.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34222026-06-09T20:48:39.338Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34232026-06-09T20:48:39.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34242026-06-09T20:48:39.429Z
34252026-06-09T20:48:39.429Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/295)
34262026-06-09T20:48:39.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34272026-06-09T20:48:39.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34282026-06-09T20:48:39.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34292026-06-09T20:48:39.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34302026-06-09T20:48:40.040Z
34312026-06-09T20:48:40.040Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/295)
34322026-06-09T20:48:40.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34332026-06-09T20:48:40.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34342026-06-09T20:48:40.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34352026-06-09T20:48:40.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34362026-06-09T20:48:40.653Z
34372026-06-09T20:48:40.653Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/295)
34382026-06-09T20:48:41.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34392026-06-09T20:48:41.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34402026-06-09T20:48:41.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34412026-06-09T20:48:41.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34422026-06-09T20:48:41.268Z
34432026-06-09T20:48:41.268Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/295)
34442026-06-09T20:48:41.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34452026-06-09T20:48:41.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34462026-06-09T20:48:41.796Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34472026-06-09T20:48:41.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34482026-06-09T20:48:41.895Z
34492026-06-09T20:48:41.895Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/295)
34502026-06-09T20:48:42.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34512026-06-09T20:48:42.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34522026-06-09T20:48:42.413Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34532026-06-09T20:48:42.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34542026-06-09T20:48:42.533Z
34552026-06-09T20:48:42.533Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/295)
34562026-06-09T20:48:43.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34572026-06-09T20:48:43.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34582026-06-09T20:48:43.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34592026-06-09T20:48:43.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34602026-06-09T20:48:43.116Z
34612026-06-09T20:48:43.116Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/295)
34622026-06-09T20:48:43.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34632026-06-09T20:48:43.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34642026-06-09T20:48:43.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34652026-06-09T20:48:43.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34662026-06-09T20:48:43.735Z
34672026-06-09T20:48:43.735Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/295)
34682026-06-09T20:48:44.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34692026-06-09T20:48:44.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34702026-06-09T20:48:44.241Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34712026-06-09T20:48:44.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34722026-06-09T20:48:44.331Z
34732026-06-09T20:48:44.331Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/295)
34742026-06-09T20:48:44.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34752026-06-09T20:48:44.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34762026-06-09T20:48:44.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34772026-06-09T20:48:44.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34782026-06-09T20:48:44.932Z
34792026-06-09T20:48:44.932Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/295)
34802026-06-09T20:48:45.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34812026-06-09T20:48:45.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34822026-06-09T20:48:45.440Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34832026-06-09T20:48:45.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34842026-06-09T20:48:45.529Z
34852026-06-09T20:48:45.529Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/295)
34862026-06-09T20:48:46.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34872026-06-09T20:48:46.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34882026-06-09T20:48:46.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34892026-06-09T20:48:46.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34902026-06-09T20:48:46.124Z
34912026-06-09T20:48:46.124Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/295)
34922026-06-09T20:48:46.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34932026-06-09T20:48:46.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34942026-06-09T20:48:46.630Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34952026-06-09T20:48:46.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34962026-06-09T20:48:46.719Z
34972026-06-09T20:48:46.719Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/295)
34982026-06-09T20:48:47.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34992026-06-09T20:48:47.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35002026-06-09T20:48:47.224Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35012026-06-09T20:48:47.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35022026-06-09T20:48:47.312Z
35032026-06-09T20:48:47.312Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/295)
35042026-06-09T20:48:47.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35052026-06-09T20:48:47.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35062026-06-09T20:48:47.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35072026-06-09T20:48:47.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35082026-06-09T20:48:47.914Z
35092026-06-09T20:48:47.915Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/295)
35102026-06-09T20:48:48.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35112026-06-09T20:48:48.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35122026-06-09T20:48:48.423Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35132026-06-09T20:48:48.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35142026-06-09T20:48:48.514Z
35152026-06-09T20:48:48.514Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/295)
35162026-06-09T20:48:49.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35172026-06-09T20:48:49.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35182026-06-09T20:48:49.032Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35192026-06-09T20:48:49.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35202026-06-09T20:48:49.131Z
35212026-06-09T20:48:49.132Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/295)
35222026-06-09T20:48:49.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35232026-06-09T20:48:49.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35242026-06-09T20:48:49.652Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35252026-06-09T20:48:49.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35262026-06-09T20:48:49.745Z
35272026-06-09T20:48:49.745Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/295)
35282026-06-09T20:48:50.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35292026-06-09T20:48:50.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35302026-06-09T20:48:50.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35312026-06-09T20:48:50.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35322026-06-09T20:48:50.357Z
35332026-06-09T20:48:50.357Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/295)
35342026-06-09T20:48:50.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35352026-06-09T20:48:50.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35362026-06-09T20:48:50.875Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35372026-06-09T20:48:50.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35382026-06-09T20:48:50.968Z
35392026-06-09T20:48:50.968Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/295)
35402026-06-09T20:48:51.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35412026-06-09T20:48:51.491Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35422026-06-09T20:48:51.491Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35432026-06-09T20:48:51.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35442026-06-09T20:48:51.585Z
35452026-06-09T20:48:51.586Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/295)
35462026-06-09T20:48:52.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35472026-06-09T20:48:52.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35482026-06-09T20:48:52.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35492026-06-09T20:48:52.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35502026-06-09T20:48:52.193Z
35512026-06-09T20:48:52.193Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/295)
35522026-06-09T20:48:52.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35532026-06-09T20:48:52.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35542026-06-09T20:48:52.715Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35552026-06-09T20:48:52.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35562026-06-09T20:48:52.810Z
35572026-06-09T20:48:52.810Zinfo: running `cargo check --bins` on oximeter-producer (173/295)
35582026-06-09T20:48:53.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35592026-06-09T20:48:53.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35602026-06-09T20:48:53.345Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35612026-06-09T20:48:53.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35622026-06-09T20:48:53.442Z
35632026-06-09T20:48:53.443Zinfo: running `cargo check --bins` on internal-dns-resolver (174/295)
35642026-06-09T20:48:53.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35652026-06-09T20:48:53.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35662026-06-09T20:48:53.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35672026-06-09T20:48:53.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35682026-06-09T20:48:54.038Z
35692026-06-09T20:48:54.038Zinfo: running `cargo check --bins` on dns-server (175/295)
35702026-06-09T20:48:54.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35712026-06-09T20:48:54.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35722026-06-09T20:48:54.687Z Compiling parking_lot_core v0.8.6
35732026-06-09T20:48:54.687Z Compiling atomicwrites v0.4.4
35742026-06-09T20:48:54.687Z Compiling git-stub v1.0.0
35752026-06-09T20:48:54.691Z Checking prefix-trie v0.7.0
35762026-06-09T20:48:54.691Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35772026-06-09T20:48:54.923Z Compiling git-stub-vcs v0.1.0
35782026-06-09T20:48:56.050Z Checking hickory-server v0.25.2
35792026-06-09T20:48:56.074Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35802026-06-09T20:48:56.075Z Checking parking_lot v0.11.2
35812026-06-09T20:48:56.075Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35822026-06-09T20:48:56.075Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35832026-06-09T20:48:56.075Z Checking sled v0.34.7
35842026-06-09T20:48:57.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
35852026-06-09T20:48:57.441Z
35862026-06-09T20:48:57.441Zinfo: running `cargo check --bins` on dns-server-api (176/295)
35872026-06-09T20:48:57.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35882026-06-09T20:48:57.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35892026-06-09T20:48:57.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35902026-06-09T20:48:57.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35912026-06-09T20:48:58.036Z
35922026-06-09T20:48:58.036Zinfo: running `cargo check --bins` on oximeter-producer-api (177/295)
35932026-06-09T20:48:58.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35942026-06-09T20:48:58.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35952026-06-09T20:48:58.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35962026-06-09T20:48:58.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35972026-06-09T20:48:58.637Z
35982026-06-09T20:48:58.637Zinfo: running `cargo check --bins` on sp-sim (178/295)
35992026-06-09T20:48:59.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36002026-06-09T20:48:59.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36012026-06-09T20:48:59.362Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36022026-06-09T20:49:01.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.45s
36032026-06-09T20:49:01.313Z
36042026-06-09T20:49:01.313Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/295)
36052026-06-09T20:49:01.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36062026-06-09T20:49:01.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36072026-06-09T20:49:01.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36082026-06-09T20:49:01.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36092026-06-09T20:49:01.962Z
36102026-06-09T20:49:01.962Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/295)
36112026-06-09T20:49:02.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36122026-06-09T20:49:02.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36132026-06-09T20:49:02.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36142026-06-09T20:49:02.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36152026-06-09T20:49:02.611Z
36162026-06-09T20:49:02.611Zinfo: running `cargo check --bins` on db-macros (181/295)
36172026-06-09T20:49:03.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36182026-06-09T20:49:03.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36192026-06-09T20:49:03.106Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36202026-06-09T20:49:03.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36212026-06-09T20:49:03.196Z
36222026-06-09T20:49:03.196Zinfo: running `cargo check --bins` on nexus-macros-common (182/295)
36232026-06-09T20:49:03.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36242026-06-09T20:49:03.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36252026-06-09T20:49:03.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36262026-06-09T20:49:03.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36272026-06-09T20:49:03.788Z
36282026-06-09T20:49:03.788Zinfo: running `cargo check --bins` on nexus-auth (183/295)
36292026-06-09T20:49:04.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36302026-06-09T20:49:04.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36312026-06-09T20:49:04.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36322026-06-09T20:49:04.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36332026-06-09T20:49:04.441Z
36342026-06-09T20:49:04.441Zinfo: running `cargo check --bins` on authz-macros (184/295)
36352026-06-09T20:49:04.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36362026-06-09T20:49:04.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36372026-06-09T20:49:04.939Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36382026-06-09T20:49:04.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36392026-06-09T20:49:05.029Z
36402026-06-09T20:49:05.029Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/295)
36412026-06-09T20:49:05.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36422026-06-09T20:49:05.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36432026-06-09T20:49:05.571Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36442026-06-09T20:49:05.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36452026-06-09T20:49:05.668Z
36462026-06-09T20:49:05.669Zinfo: running `cargo check --bins` on nexus-db-model (186/295)
36472026-06-09T20:49:06.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36482026-06-09T20:49:06.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36492026-06-09T20:49:06.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36502026-06-09T20:49:06.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36512026-06-09T20:49:06.310Z
36522026-06-09T20:49:06.310Zinfo: running `cargo check --bins` on nexus-db-schema (187/295)
36532026-06-09T20:49:06.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36542026-06-09T20:49:06.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36552026-06-09T20:49:06.811Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36562026-06-09T20:49:06.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36572026-06-09T20:49:06.900Z
36582026-06-09T20:49:06.901Zinfo: running `cargo check --bins` on omicron-rpaths (188/295)
36592026-06-09T20:49:07.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36602026-06-09T20:49:07.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36612026-06-09T20:49:07.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36622026-06-09T20:49:07.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36632026-06-09T20:49:07.484Z
36642026-06-09T20:49:07.484Zinfo: running `cargo check --bins` on nexus-defaults (189/295)
36652026-06-09T20:49:07.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36662026-06-09T20:49:07.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36672026-06-09T20:49:07.992Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36682026-06-09T20:49:07.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36692026-06-09T20:49:08.085Z
36702026-06-09T20:49:08.085Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/295)
36712026-06-09T20:49:08.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36722026-06-09T20:49:08.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36732026-06-09T20:49:08.590Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36742026-06-09T20:49:08.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36752026-06-09T20:49:08.678Z
36762026-06-09T20:49:08.678Zinfo: running `cargo check --bins` on parallel-task-set (191/295)
36772026-06-09T20:49:09.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36782026-06-09T20:49:09.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36792026-06-09T20:49:09.179Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36802026-06-09T20:49:09.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36812026-06-09T20:49:09.268Z
36822026-06-09T20:49:09.269Zinfo: running `cargo check --bins` on nexus-db-errors (192/295)
36832026-06-09T20:49:09.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36842026-06-09T20:49:09.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36852026-06-09T20:49:09.821Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36862026-06-09T20:49:09.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36872026-06-09T20:49:09.925Z
36882026-06-09T20:49:09.925Zinfo: running `cargo check --bins` on nexus-db-lookup (193/295)
36892026-06-09T20:49:10.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36902026-06-09T20:49:10.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36912026-06-09T20:49:10.475Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36922026-06-09T20:49:10.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36932026-06-09T20:49:10.574Z
36942026-06-09T20:49:10.574Zinfo: running `cargo check --bins` on nexus-inventory (194/295)
36952026-06-09T20:49:11.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36962026-06-09T20:49:11.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36972026-06-09T20:49:11.114Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36982026-06-09T20:49:11.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36992026-06-09T20:49:11.214Z
37002026-06-09T20:49:11.214Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (195/295)
37012026-06-09T20:49:11.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37022026-06-09T20:49:11.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37032026-06-09T20:49:11.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37042026-06-09T20:49:11.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37052026-06-09T20:49:11.833Z
37062026-06-09T20:49:11.833Zinfo: running `cargo check --bins --no-default-features` on sled-storage (196/295)
37072026-06-09T20:49:12.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37082026-06-09T20:49:12.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37092026-06-09T20:49:12.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37102026-06-09T20:49:12.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37112026-06-09T20:49:12.453Z
37122026-06-09T20:49:12.453Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (197/295)
37132026-06-09T20:49:12.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37142026-06-09T20:49:12.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37152026-06-09T20:49:12.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37162026-06-09T20:49:12.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37172026-06-09T20:49:13.072Z
37182026-06-09T20:49:13.072Zinfo: running `cargo check --bins` on key-manager (198/295)
37192026-06-09T20:49:13.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37202026-06-09T20:49:13.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37212026-06-09T20:49:13.583Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37222026-06-09T20:49:13.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37232026-06-09T20:49:13.676Z
37242026-06-09T20:49:13.676Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (199/295)
37252026-06-09T20:49:14.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37262026-06-09T20:49:14.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37272026-06-09T20:49:14.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37282026-06-09T20:49:14.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37292026-06-09T20:49:14.300Z
37302026-06-09T20:49:14.300Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (200/295)
37312026-06-09T20:49:14.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37322026-06-09T20:49:14.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37332026-06-09T20:49:14.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37342026-06-09T20:49:14.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37352026-06-09T20:49:14.922Z
37362026-06-09T20:49:14.922Zinfo: running `cargo check --bins` on typed-rng (201/295)
37372026-06-09T20:49:15.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37382026-06-09T20:49:15.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37392026-06-09T20:49:15.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37402026-06-09T20:49:15.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37412026-06-09T20:49:15.508Z
37422026-06-09T20:49:15.508Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (202/295)
37432026-06-09T20:49:16.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37442026-06-09T20:49:16.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37452026-06-09T20:49:16.364Z Compiling libefi-sys v0.1.0
37462026-06-09T20:49:16.368Z Compiling bitfield-struct v0.6.2
37472026-06-09T20:49:16.511Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37482026-06-09T20:49:16.520Z Compiling xshell-macros v0.2.7
37492026-06-09T20:49:16.530Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37502026-06-09T20:49:16.561Z Compiling typify-impl v0.4.3
37512026-06-09T20:49:16.565Z Compiling salty v0.3.0
37522026-06-09T20:49:16.569Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37532026-06-09T20:49:16.574Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
37542026-06-09T20:49:16.739Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37552026-06-09T20:49:16.851Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37562026-06-09T20:49:16.864Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37572026-06-09T20:49:16.878Z Checking xshell v0.2.7
37582026-06-09T20:49:17.053Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37592026-06-09T20:49:17.070Z Checking primeorder v0.13.6
37602026-06-09T20:49:17.094Z Compiling proc-macro-error-attr2 v2.0.0
37612026-06-09T20:49:17.115Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37622026-06-09T20:49:17.219Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37632026-06-09T20:49:17.261Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37642026-06-09T20:49:17.300Z Checking tungstenite v0.21.0
37652026-06-09T20:49:17.351Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37662026-06-09T20:49:17.472Z Checking p384 v0.13.1
37672026-06-09T20:49:17.476Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37682026-06-09T20:49:17.488Z Compiling proc-macro-error2 v2.0.1
37692026-06-09T20:49:17.580Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37702026-06-09T20:49:17.894Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
37712026-06-09T20:49:18.042Z Compiling num-derive v0.3.3
37722026-06-09T20:49:18.137Z Compiling tabled_derive v0.11.0
37732026-06-09T20:49:18.269Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
37742026-06-09T20:49:18.435Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37752026-06-09T20:49:18.569Z Checking tokio-tungstenite v0.21.0
37762026-06-09T20:49:18.734Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37772026-06-09T20:49:18.928Z Checking libscf-sys v1.1.0
37782026-06-09T20:49:18.952Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37792026-06-09T20:49:19.129Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
37802026-06-09T20:49:19.201Z Checking papergrid v0.17.0
37812026-06-09T20:49:19.244Z Checking testing_table v0.3.0
37822026-06-09T20:49:19.321Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37832026-06-09T20:49:19.336Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37842026-06-09T20:49:19.349Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
37852026-06-09T20:49:19.560Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37862026-06-09T20:49:19.587Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
37872026-06-09T20:49:19.753Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37882026-06-09T20:49:19.779Z Checking corncobs v0.1.4
37892026-06-09T20:49:19.840Z Compiling illumos-nvpair-sys v0.2.0
37902026-06-09T20:49:19.910Z Compiling unicase v2.9.0
37912026-06-09T20:49:19.977Z Checking tabled v0.20.0
37922026-06-09T20:49:20.001Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37932026-06-09T20:49:20.070Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37942026-06-09T20:49:20.094Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37952026-06-09T20:49:20.110Z Compiling mime_guess v2.0.5
37962026-06-09T20:49:20.256Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37972026-06-09T20:49:20.275Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37982026-06-09T20:49:20.293Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
37992026-06-09T20:49:20.401Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
38002026-06-09T20:49:20.470Z Checking progenitor-client v0.11.2
38012026-06-09T20:49:20.641Z Checking secrecy v0.8.0
38022026-06-09T20:49:20.703Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
38032026-06-09T20:49:20.963Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
38042026-06-09T20:49:20.977Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38052026-06-09T20:49:21.010Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38062026-06-09T20:49:21.031Z Compiling typify-macro v0.4.3
38072026-06-09T20:49:21.070Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
38082026-06-09T20:49:21.244Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
38092026-06-09T20:49:21.339Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38102026-06-09T20:49:21.369Z Checking filetime v0.2.27
38112026-06-09T20:49:21.526Z Checking crc8 v0.1.1
38122026-06-09T20:49:21.627Z Checking http-range v0.1.5
38132026-06-09T20:49:21.676Z Checking xattr v1.6.1
38142026-06-09T20:49:21.762Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38152026-06-09T20:49:21.829Z Checking tar v0.4.45
38162026-06-09T20:49:21.966Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38172026-06-09T20:49:22.072Z Checking illumos-nvpair v0.3.0
38182026-06-09T20:49:22.218Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38192026-06-09T20:49:22.233Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38202026-06-09T20:49:22.248Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
38212026-06-09T20:49:22.596Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38222026-06-09T20:49:22.612Z Checking atty v0.2.14
38232026-06-09T20:49:22.643Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38242026-06-09T20:49:22.714Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
38252026-06-09T20:49:22.751Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38262026-06-09T20:49:22.796Z Compiling typify v0.4.3
38272026-06-09T20:49:22.915Z Compiling progenitor-impl v0.11.2
38282026-06-09T20:49:23.184Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38292026-06-09T20:49:23.215Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38302026-06-09T20:49:23.286Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
38312026-06-09T20:49:23.520Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38322026-06-09T20:49:23.536Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
38332026-06-09T20:49:23.692Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
38342026-06-09T20:49:23.730Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38352026-06-09T20:49:23.909Z Checking hyper-staticfile v0.10.1
38362026-06-09T20:49:24.004Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38372026-06-09T20:49:24.172Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38382026-06-09T20:49:24.208Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38392026-06-09T20:49:24.263Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38402026-06-09T20:49:24.409Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38412026-06-09T20:49:24.568Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38422026-06-09T20:49:24.684Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38432026-06-09T20:49:24.710Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38442026-06-09T20:49:24.859Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
38452026-06-09T20:49:24.958Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38462026-06-09T20:49:25.419Z Compiling progenitor-macro v0.11.2
38472026-06-09T20:49:27.859Z Checking progenitor v0.11.2
38482026-06-09T20:49:27.990Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
38492026-06-09T20:49:28.161Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38502026-06-09T20:49:32.656Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38512026-06-09T20:49:43.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.93s
38522026-06-09T20:49:43.650Z
38532026-06-09T20:49:43.650Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (203/295)
38542026-06-09T20:49:44.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38552026-06-09T20:49:44.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38562026-06-09T20:49:44.439Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38572026-06-09T20:49:55.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.36s
38582026-06-09T20:49:55.232Z
38592026-06-09T20:49:55.232Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (204/295)
38602026-06-09T20:49:55.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38612026-06-09T20:49:55.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38622026-06-09T20:49:56.018Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38632026-06-09T20:50:06.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.33s
38642026-06-09T20:50:06.778Z
38652026-06-09T20:50:06.778Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (205/295)
38662026-06-09T20:50:07.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38672026-06-09T20:50:07.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38682026-06-09T20:50:07.564Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38692026-06-09T20:50:18.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.33s
38702026-06-09T20:50:18.324Z
38712026-06-09T20:50:18.324Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (206/295)
38722026-06-09T20:50:18.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38732026-06-09T20:50:18.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38742026-06-09T20:50:19.110Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38752026-06-09T20:50:29.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.34s
38762026-06-09T20:50:29.890Z
38772026-06-09T20:50:29.890Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (207/295)
38782026-06-09T20:50:30.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38792026-06-09T20:50:30.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38802026-06-09T20:50:30.670Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38812026-06-09T20:50:41.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.39s
38822026-06-09T20:50:41.508Z
38832026-06-09T20:50:41.508Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (208/295)
38842026-06-09T20:50:42.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38852026-06-09T20:50:42.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38862026-06-09T20:50:42.289Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38872026-06-09T20:50:52.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.37s
38882026-06-09T20:50:53.102Z
38892026-06-09T20:50:53.102Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (209/295)
38902026-06-09T20:50:53.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38912026-06-09T20:50:53.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38922026-06-09T20:50:53.893Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38932026-06-09T20:51:04.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.38s
38942026-06-09T20:51:04.701Z
38952026-06-09T20:51:04.701Zinfo: running `cargo check --bins` on bootstrap-agent-api (210/295)
38962026-06-09T20:51:05.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38972026-06-09T20:51:05.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38982026-06-09T20:51:05.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38992026-06-09T20:51:05.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39002026-06-09T20:51:05.308Z
39012026-06-09T20:51:05.308Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (211/295)
39022026-06-09T20:51:05.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39032026-06-09T20:51:05.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39042026-06-09T20:51:05.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39052026-06-09T20:51:05.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39062026-06-09T20:51:05.919Z
39072026-06-09T20:51:05.919Zinfo: running `cargo check --bins` on range-requests (212/295)
39082026-06-09T20:51:06.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39092026-06-09T20:51:06.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39102026-06-09T20:51:06.426Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39112026-06-09T20:51:06.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39122026-06-09T20:51:06.513Z
39132026-06-09T20:51:06.513Zinfo: running `cargo check --bins` on repo-depot-api (213/295)
39142026-06-09T20:51:07.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39152026-06-09T20:51:07.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39162026-06-09T20:51:07.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39172026-06-09T20:51:07.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39182026-06-09T20:51:07.114Z
39192026-06-09T20:51:07.114Zinfo: running `cargo check --bins` on sled-agent-api (214/295)
39202026-06-09T20:51:07.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39212026-06-09T20:51:07.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39222026-06-09T20:51:07.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39232026-06-09T20:51:07.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39242026-06-09T20:51:07.735Z
39252026-06-09T20:51:07.735Zinfo: running `cargo check --bins` on sled-diagnostics (215/295)
39262026-06-09T20:51:08.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39272026-06-09T20:51:08.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39282026-06-09T20:51:08.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39292026-06-09T20:51:08.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39302026-06-09T20:51:08.360Z
39312026-06-09T20:51:08.361Zinfo: running `cargo check --bins` on zfs-test-harness (216/295)
39322026-06-09T20:51:08.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39332026-06-09T20:51:08.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39342026-06-09T20:51:08.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39352026-06-09T20:51:08.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39362026-06-09T20:51:08.991Z
39372026-06-09T20:51:08.991Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (217/295)
39382026-06-09T20:51:09.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39392026-06-09T20:51:09.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39402026-06-09T20:51:09.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39412026-06-09T20:51:09.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39422026-06-09T20:51:09.631Z
39432026-06-09T20:51:09.631Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (218/295)
39442026-06-09T20:51:10.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39452026-06-09T20:51:10.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39462026-06-09T20:51:10.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39472026-06-09T20:51:10.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39482026-06-09T20:51:10.266Z
39492026-06-09T20:51:10.266Zinfo: running `cargo check --bins` on sled-agent-early-networking (219/295)
39502026-06-09T20:51:10.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39512026-06-09T20:51:10.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39522026-06-09T20:51:10.796Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39532026-06-09T20:51:10.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39542026-06-09T20:51:10.895Z
39552026-06-09T20:51:10.895Zinfo: running `cargo check --bins` on sled-agent-health-monitor (220/295)
39562026-06-09T20:51:11.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39572026-06-09T20:51:11.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39582026-06-09T20:51:11.421Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39592026-06-09T20:51:11.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39602026-06-09T20:51:11.523Z
39612026-06-09T20:51:11.523Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (221/295)
39622026-06-09T20:51:12.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39632026-06-09T20:51:12.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39642026-06-09T20:51:12.052Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39652026-06-09T20:51:12.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39662026-06-09T20:51:12.147Z
39672026-06-09T20:51:12.147Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (222/295)
39682026-06-09T20:51:12.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39692026-06-09T20:51:12.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39702026-06-09T20:51:12.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39712026-06-09T20:51:12.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39722026-06-09T20:51:12.777Z
39732026-06-09T20:51:12.777Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (223/295)
39742026-06-09T20:51:13.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39752026-06-09T20:51:13.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39762026-06-09T20:51:13.309Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39772026-06-09T20:51:13.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39782026-06-09T20:51:13.407Z
39792026-06-09T20:51:13.407Zinfo: running `cargo check --bins` on sled-agent-rack-setup (224/295)
39802026-06-09T20:51:13.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39812026-06-09T20:51:13.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39822026-06-09T20:51:13.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39832026-06-09T20:51:13.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39842026-06-09T20:51:14.060Z
39852026-06-09T20:51:14.060Zinfo: running `cargo check --bins` on trust-quorum (225/295)
39862026-06-09T20:51:14.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39872026-06-09T20:51:14.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39882026-06-09T20:51:14.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39892026-06-09T20:51:14.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39902026-06-09T20:51:14.700Z
39912026-06-09T20:51:14.700Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (226/295)
39922026-06-09T20:51:15.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39932026-06-09T20:51:15.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39942026-06-09T20:51:15.245Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39952026-06-09T20:51:15.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39962026-06-09T20:51:15.347Z
39972026-06-09T20:51:15.347Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (227/295)
39982026-06-09T20:51:15.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39992026-06-09T20:51:15.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40002026-06-09T20:51:15.904Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40012026-06-09T20:51:15.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40022026-06-09T20:51:16.012Z
40032026-06-09T20:51:16.012Zinfo: running `cargo check --bins` on update-common (228/295)
40042026-06-09T20:51:16.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40052026-06-09T20:51:16.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40062026-06-09T20:51:16.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40072026-06-09T20:51:16.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40082026-06-09T20:51:16.617Z
40092026-06-09T20:51:16.617Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (229/295)
40102026-06-09T20:51:17.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40112026-06-09T20:51:17.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40122026-06-09T20:51:17.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40132026-06-09T20:51:17.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40142026-06-09T20:51:17.274Z
40152026-06-09T20:51:17.274Zinfo: running `cargo check --bins` on omicron-deployment-graph (230/295)
40162026-06-09T20:51:17.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40172026-06-09T20:51:17.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40182026-06-09T20:51:17.775Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40192026-06-09T20:51:17.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40202026-06-09T20:51:17.867Z
40212026-06-09T20:51:17.867Zinfo: running `cargo check --bins` on reconfigurator-cli (231/295)
40222026-06-09T20:51:18.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40232026-06-09T20:51:18.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40242026-06-09T20:51:18.646Z Compiling fs-err v2.11.0
40252026-06-09T20:51:18.650Z Checking ignore v0.4.25
40262026-06-09T20:51:18.650Z Checking arc-swap v1.8.2
40272026-06-09T20:51:18.769Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40282026-06-09T20:51:18.778Z Checking predicates-tree v1.0.13
40292026-06-09T20:51:18.785Z Checking parse-size v1.1.0
40302026-06-09T20:51:18.815Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40312026-06-09T20:51:18.819Z Checking rand_seeder v0.4.0
40322026-06-09T20:51:18.879Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40332026-06-09T20:51:18.914Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40342026-06-09T20:51:18.965Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40352026-06-09T20:51:18.979Z Checking slog-scope v4.4.1
40362026-06-09T20:51:19.015Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40372026-06-09T20:51:19.106Z Checking slog-stdlog v4.1.1
40382026-06-09T20:51:19.121Z Compiling petname v2.0.2
40392026-06-09T20:51:19.137Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40402026-06-09T20:51:19.149Z Checking globwalk v0.9.1
40412026-06-09T20:51:19.202Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40422026-06-09T20:51:19.226Z Checking slog-envlogger v2.2.0
40432026-06-09T20:51:19.325Z Checking camino-tempfile-ext v0.3.3
40442026-06-09T20:51:19.377Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40452026-06-09T20:51:19.398Z Checking sapling-renderdag v0.1.0
40462026-06-09T20:51:19.521Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40472026-06-09T20:51:19.566Z Checking subprocess v0.2.15
40482026-06-09T20:51:19.635Z Checking sync-ptr v0.1.4
40492026-06-09T20:51:19.741Z Checking colored v2.2.0
40502026-06-09T20:51:19.755Z Checking assert_matches v1.5.0
40512026-06-09T20:51:19.847Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40522026-06-09T20:51:20.014Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40532026-06-09T20:51:20.014Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40542026-06-09T20:51:20.723Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40552026-06-09T20:51:22.050Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40562026-06-09T20:51:24.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.33s
40572026-06-09T20:51:24.420Z
40582026-06-09T20:51:24.420Zinfo: running `cargo check --bins` on omicron-repl-utils (232/295)
40592026-06-09T20:51:24.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40602026-06-09T20:51:24.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40612026-06-09T20:51:24.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40622026-06-09T20:51:24.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40632026-06-09T20:51:25.006Z
40642026-06-09T20:51:25.006Zinfo: running `cargo check --bins` on transient-dns-server (233/295)
40652026-06-09T20:51:25.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40662026-06-09T20:51:25.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40672026-06-09T20:51:25.532Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40682026-06-09T20:51:25.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40692026-06-09T20:51:25.626Z
40702026-06-09T20:51:25.626Zinfo: running `cargo check --bins` on nexus-test-interface (234/295)
40712026-06-09T20:51:26.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40722026-06-09T20:51:26.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40732026-06-09T20:51:26.182Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40742026-06-09T20:51:26.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40752026-06-09T20:51:26.288Z
40762026-06-09T20:51:26.288Zinfo: running `cargo check --bins` on oximeter-collector (235/295)
40772026-06-09T20:51:26.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40782026-06-09T20:51:26.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40792026-06-09T20:51:27.013Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40802026-06-09T20:51:27.013Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40812026-06-09T20:51:27.684Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40822026-06-09T20:51:29.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.92s
40832026-06-09T20:51:29.415Z
40842026-06-09T20:51:29.415Zinfo: running `cargo check --bins` on oximeter-api (236/295)
40852026-06-09T20:51:29.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40862026-06-09T20:51:29.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40872026-06-09T20:51:29.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40882026-06-09T20:51:29.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40892026-06-09T20:51:30.032Z
40902026-06-09T20:51:30.033Zinfo: running `cargo check --bins` on cert-dev (237/295)
40912026-06-09T20:51:30.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40922026-06-09T20:51:30.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40932026-06-09T20:51:30.630Z Checking yasna v0.5.2
40942026-06-09T20:51:31.038Z Checking rcgen v0.12.1
40952026-06-09T20:51:31.285Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
40962026-06-09T20:51:31.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
40972026-06-09T20:51:31.648Z
40982026-06-09T20:51:31.649Zinfo: running `cargo check --bins` on clickana (238/295)
40992026-06-09T20:51:32.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41002026-06-09T20:51:32.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41012026-06-09T20:51:32.298Z Compiling darling_core v0.23.0
41022026-06-09T20:51:32.302Z Compiling instability v0.3.11
41032026-06-09T20:51:32.410Z Checking castaway v0.2.4
41042026-06-09T20:51:32.418Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
41052026-06-09T20:51:32.428Z Compiling indoc v2.0.7
41062026-06-09T20:51:32.432Z Checking unicode-truncate v1.1.0
41072026-06-09T20:51:32.455Z Checking lru v0.12.5
41082026-06-09T20:51:32.459Z Checking cassowary v0.3.0
41092026-06-09T20:51:32.509Z Checking compact_str v0.8.1
41102026-06-09T20:51:33.736Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
41112026-06-09T20:51:33.852Z Compiling darling_macro v0.23.0
41122026-06-09T20:51:33.915Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41132026-06-09T20:51:34.259Z Compiling darling v0.23.0
41142026-06-09T20:51:34.873Z Checking ratatui v0.29.0
41152026-06-09T20:51:35.921Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41162026-06-09T20:51:36.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.94s
41172026-06-09T20:51:36.784Z
41182026-06-09T20:51:36.784Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (239/295)
41192026-06-09T20:51:37.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41202026-06-09T20:51:37.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41212026-06-09T20:51:37.513Z Checking headers-core v0.3.0
41222026-06-09T20:51:37.516Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41232026-06-09T20:51:37.711Z Checking headers v0.4.1
41242026-06-09T20:51:38.073Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41252026-06-09T20:51:38.900Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41262026-06-09T20:51:39.383Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41272026-06-09T20:51:39.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.00s
41282026-06-09T20:51:39.999Z
41292026-06-09T20:51:39.999Zinfo: running `cargo check --bins` on ch-dev (240/295)
41302026-06-09T20:51:40.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41312026-06-09T20:51:40.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41322026-06-09T20:51:40.724Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41332026-06-09T20:51:41.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
41342026-06-09T20:51:41.666Z
41352026-06-09T20:51:41.666Zinfo: running `cargo check --bins` on dev-tools-common (241/295)
41362026-06-09T20:51:42.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41372026-06-09T20:51:42.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41382026-06-09T20:51:42.076Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41392026-06-09T20:51:42.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
41402026-06-09T20:51:42.136Z
41412026-06-09T20:51:42.136Zinfo: running `cargo check --bins` on crdb-seed (242/295)
41422026-06-09T20:51:42.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41432026-06-09T20:51:42.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41442026-06-09T20:51:42.859Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41452026-06-09T20:51:43.825Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41462026-06-09T20:51:44.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.01s
41472026-06-09T20:51:44.367Z
41482026-06-09T20:51:44.367Zinfo: running `cargo check --bins` on db-dev (243/295)
41492026-06-09T20:51:44.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41502026-06-09T20:51:44.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41512026-06-09T20:51:45.094Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41522026-06-09T20:51:45.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
41532026-06-09T20:51:46.045Z
41542026-06-09T20:51:46.045Zinfo: running `cargo check --bins` on omicron-dev-lib (244/295)
41552026-06-09T20:51:46.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41562026-06-09T20:51:46.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41572026-06-09T20:51:46.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41582026-06-09T20:51:46.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41592026-06-09T20:51:46.691Z
41602026-06-09T20:51:46.691Zinfo: running `cargo check --bins` on xtask-downloader (245/295)
41612026-06-09T20:51:47.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41622026-06-09T20:51:47.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41632026-06-09T20:51:47.296Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41642026-06-09T20:51:47.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
41652026-06-09T20:51:48.153Z
41662026-06-09T20:51:48.153Zinfo: running `cargo check --bins` on omicron-dropshot-apis (246/295)
41672026-06-09T20:51:48.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41682026-06-09T20:51:48.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41692026-06-09T20:51:48.895Z Compiling progenitor-impl v0.13.0
41702026-06-09T20:51:49.016Z Checking progenitor-client v0.13.0
41712026-06-09T20:51:49.016Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41722026-06-09T20:51:49.019Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41732026-06-09T20:51:49.019Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
41742026-06-09T20:51:49.061Z Checking git-stub v1.0.0
41752026-06-09T20:51:49.062Z Compiling trait-variant v0.1.2
41762026-06-09T20:51:49.219Z Checking maplit v1.0.2
41772026-06-09T20:51:49.235Z Checking is_ci v1.2.0
41782026-06-09T20:51:49.255Z Checking git-stub-vcs v0.1.0
41792026-06-09T20:51:49.299Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41802026-06-09T20:51:49.348Z Checking supports-color v3.0.2
41812026-06-09T20:51:49.448Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41822026-06-09T20:51:49.478Z Checking drift v0.2.0
41832026-06-09T20:51:49.594Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
41842026-06-09T20:51:49.653Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41852026-06-09T20:51:49.787Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41862026-06-09T20:51:49.829Z Checking dropshot-api-manager v0.7.2
41872026-06-09T20:51:49.866Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41882026-06-09T20:51:49.870Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41892026-06-09T20:51:49.979Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41902026-06-09T20:51:50.156Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41912026-06-09T20:51:50.364Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41922026-06-09T20:51:50.382Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
41932026-06-09T20:51:50.863Z Compiling progenitor-macro v0.13.0
41942026-06-09T20:51:53.229Z Checking progenitor v0.13.0
41952026-06-09T20:51:53.345Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
41962026-06-09T20:51:58.414Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
41972026-06-09T20:51:59.501Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
41982026-06-09T20:52:00.066Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
41992026-06-09T20:52:00.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.34s
42002026-06-09T20:52:00.697Z
42012026-06-09T20:52:00.697Zinfo: running `cargo check --bins` on installinator-api (247/295)
42022026-06-09T20:52:01.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42032026-06-09T20:52:01.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42042026-06-09T20:52:01.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42052026-06-09T20:52:01.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42062026-06-09T20:52:01.296Z
42072026-06-09T20:52:01.296Zinfo: running `cargo check --bins` on nexus-external-api (248/295)
42082026-06-09T20:52:01.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42092026-06-09T20:52:01.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42102026-06-09T20:52:01.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42112026-06-09T20:52:01.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42122026-06-09T20:52:01.941Z
42132026-06-09T20:52:01.942Zinfo: running `cargo check --bins` on nexus-internal-api (249/295)
42142026-06-09T20:52:02.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42152026-06-09T20:52:02.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42162026-06-09T20:52:02.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42172026-06-09T20:52:02.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
42182026-06-09T20:52:02.581Z
42192026-06-09T20:52:02.581Zinfo: running `cargo check --bins` on nexus-lockstep-api (250/295)
42202026-06-09T20:52:03.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42212026-06-09T20:52:03.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42222026-06-09T20:52:03.122Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42232026-06-09T20:52:03.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
42242026-06-09T20:52:03.222Z
42252026-06-09T20:52:03.222Zinfo: running `cargo check --bins` on ntp-admin-api (251/295)
42262026-06-09T20:52:03.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42272026-06-09T20:52:03.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42282026-06-09T20:52:03.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42292026-06-09T20:52:03.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42302026-06-09T20:52:03.829Z
42312026-06-09T20:52:03.829Zinfo: running `cargo check --bins` on ntp-admin-types-versions (252/295)
42322026-06-09T20:52:04.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42332026-06-09T20:52:04.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42342026-06-09T20:52:04.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42352026-06-09T20:52:04.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42362026-06-09T20:52:04.425Z
42372026-06-09T20:52:04.425Zinfo: running `cargo check --bins` on wicketd-api (253/295)
42382026-06-09T20:52:04.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42392026-06-09T20:52:04.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42402026-06-09T20:52:04.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42412026-06-09T20:52:04.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42422026-06-09T20:52:05.047Z
42432026-06-09T20:52:05.047Zinfo: running `cargo check --bins` on omicron-ls-apis (254/295)
42442026-06-09T20:52:05.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42452026-06-09T20:52:05.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42462026-06-09T20:52:05.664Z Checking typeid v1.0.3
42472026-06-09T20:52:05.777Z Checking ordered-float v2.10.1
42482026-06-09T20:52:05.796Z Checking unicode-xid v0.2.6
42492026-06-09T20:52:05.809Z Checking cargo-platform v0.2.0
42502026-06-09T20:52:05.817Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42512026-06-09T20:52:05.843Z Checking erased-serde v0.4.9
42522026-06-09T20:52:05.980Z Checking serde-value v0.7.0
42532026-06-09T20:52:06.154Z Checking serde-untagged v0.1.9
42542026-06-09T20:52:06.308Z Checking cargo-util-schemas v0.8.2
42552026-06-09T20:52:06.991Z Checking cargo_metadata v0.21.0
42562026-06-09T20:52:07.598Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42572026-06-09T20:52:08.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.27s
42582026-06-09T20:52:08.500Z
42592026-06-09T20:52:08.500Zinfo: running `cargo check --bins` on mgs-dev (255/295)
42602026-06-09T20:52:09.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42612026-06-09T20:52:09.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42622026-06-09T20:52:09.233Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42632026-06-09T20:52:09.851Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42642026-06-09T20:52:10.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.83s
42652026-06-09T20:52:10.550Z
42662026-06-09T20:52:10.550Zinfo: running `cargo check --bins` on omicron-omdb (256/295)
42672026-06-09T20:52:11.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42682026-06-09T20:52:11.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42692026-06-09T20:52:11.497Z Compiling vergen-lib v0.1.6
42702026-06-09T20:52:11.497Z Compiling vergen-gitcl v1.0.8
42712026-06-09T20:52:11.497Z Compiling dirs-sys-next v0.1.2
42722026-06-09T20:52:11.497Z Compiling crunchy v0.2.4
42732026-06-09T20:52:11.497Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42742026-06-09T20:52:11.501Z Compiling diesel_derives v2.3.7
42752026-06-09T20:52:11.501Z Compiling glob v0.3.3
42762026-06-09T20:52:11.719Z Compiling dsl_auto_type v0.2.0
42772026-06-09T20:52:11.890Z Compiling dirs-next v2.0.0
42782026-06-09T20:52:11.934Z Checking scheduled-thread-pool v0.2.7
42792026-06-09T20:52:11.937Z Compiling diesel_table_macro_syntax v0.3.0
42802026-06-09T20:52:11.964Z Compiling tiny-keccak v2.0.2
42812026-06-09T20:52:12.026Z Compiling clang-sys v1.8.1
42822026-06-09T20:52:12.040Z Compiling term v0.7.0
42832026-06-09T20:52:12.073Z Checking r2d2 v0.8.10
42842026-06-09T20:52:12.270Z Compiling bit-vec v0.6.3
42852026-06-09T20:52:12.301Z Checking downcast-rs v2.0.2
42862026-06-09T20:52:12.392Z Compiling ascii-canvas v3.0.0
42872026-06-09T20:52:12.408Z Compiling itertools v0.10.5
42882026-06-09T20:52:12.487Z Compiling bit-set v0.5.3
42892026-06-09T20:52:12.585Z Compiling ena v0.14.4
42902026-06-09T20:52:12.635Z Compiling libloading v0.8.9
42912026-06-09T20:52:12.651Z Compiling bindgen v0.71.1
42922026-06-09T20:52:12.751Z Compiling diff v0.1.13
42932026-06-09T20:52:12.787Z Compiling regex-syntax v0.6.29
42942026-06-09T20:52:12.841Z Compiling cexpr v0.6.0
42952026-06-09T20:52:13.017Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42962026-06-09T20:52:13.089Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
42972026-06-09T20:52:13.206Z Compiling rustc-hash v2.1.1
42982026-06-09T20:52:13.268Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42992026-06-09T20:52:13.338Z Compiling libxml v0.3.3
43002026-06-09T20:52:13.435Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
43012026-06-09T20:52:13.504Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
43022026-06-09T20:52:13.592Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43032026-06-09T20:52:13.783Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
43042026-06-09T20:52:13.826Z Compiling strum_macros v0.24.3
43052026-06-09T20:52:13.861Z Compiling indoc v1.0.9
43062026-06-09T20:52:14.100Z Compiling lalrpop v0.19.12
43072026-06-09T20:52:14.867Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43082026-06-09T20:52:15.058Z Checking derive_builder v0.20.2
43092026-06-09T20:52:15.160Z Compiling oso-derive v0.27.3
43102026-06-09T20:52:15.181Z Checking quick-xml v0.37.5
43112026-06-09T20:52:15.282Z Compiling impl-trait-for-tuples v0.2.3
43122026-06-09T20:52:15.654Z Checking openssl-probe v0.1.6
43132026-06-09T20:52:15.799Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43142026-06-09T20:52:16.065Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43152026-06-09T20:52:16.262Z Checking bb8 v0.8.6
43162026-06-09T20:52:16.467Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43172026-06-09T20:52:16.563Z Compiling libz-sys v1.1.24
43182026-06-09T20:52:16.590Z Checking nonempty v0.12.0
43192026-06-09T20:52:16.688Z Compiling strsim v0.10.0
43202026-06-09T20:52:16.758Z Compiling libgit2-sys v0.18.3+1.9.2
43212026-06-09T20:52:16.848Z Compiling vergen-git2 v9.1.0
43222026-06-09T20:52:17.011Z Compiling darling_core v0.13.4
43232026-06-09T20:52:17.071Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43242026-06-09T20:52:17.150Z Compiling base64 v0.21.7
43252026-06-09T20:52:17.264Z Compiling rustls v0.21.12
43262026-06-09T20:52:17.478Z Compiling ron v0.8.1
43272026-06-09T20:52:17.517Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43282026-06-09T20:52:17.564Z Checking diesel v2.3.7
43292026-06-09T20:52:18.450Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43302026-06-09T20:52:18.481Z Checking sct v0.7.1
43312026-06-09T20:52:18.620Z Checking rustls-webpki v0.101.7
43322026-06-09T20:52:18.662Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43332026-06-09T20:52:18.907Z Compiling darling_macro v0.13.4
43342026-06-09T20:52:19.378Z Compiling darling v0.13.4
43352026-06-09T20:52:19.472Z Compiling serde_with_macros v1.5.2
43362026-06-09T20:52:19.517Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43372026-06-09T20:52:20.240Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43382026-06-09T20:52:20.322Z Compiling serde_with v1.14.0
43392026-06-09T20:52:21.182Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43402026-06-09T20:52:21.490Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43412026-06-09T20:52:21.998Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43422026-06-09T20:52:22.659Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43432026-06-09T20:52:22.761Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43442026-06-09T20:52:22.855Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43452026-06-09T20:52:22.953Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43462026-06-09T20:52:23.042Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43472026-06-09T20:52:23.045Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43482026-06-09T20:52:23.302Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43492026-06-09T20:52:23.318Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43502026-06-09T20:52:23.334Z Checking tokio-rustls v0.24.1
43512026-06-09T20:52:23.534Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43522026-06-09T20:52:24.102Z Checking rustls-pemfile v1.0.4
43532026-06-09T20:52:24.137Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43542026-06-09T20:52:24.246Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43552026-06-09T20:52:24.350Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43562026-06-09T20:52:24.435Z Checking twox-hash v2.1.2
43572026-06-09T20:52:24.718Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43582026-06-09T20:52:24.737Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43592026-06-09T20:52:24.773Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43602026-06-09T20:52:24.990Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43612026-06-09T20:52:25.142Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43622026-06-09T20:52:26.398Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43632026-06-09T20:52:26.431Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43642026-06-09T20:52:26.734Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43652026-06-09T20:52:27.077Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43662026-06-09T20:52:27.097Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43672026-06-09T20:52:27.275Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43682026-06-09T20:52:27.603Z Checking console v0.16.2
43692026-06-09T20:52:27.914Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43702026-06-09T20:52:28.061Z Checking fatfs v0.3.6
43712026-06-09T20:52:28.261Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43722026-06-09T20:52:28.521Z Compiling seq-macro v0.3.6
43732026-06-09T20:52:29.062Z Checking unit-prefix v0.5.2
43742026-06-09T20:52:29.199Z Checking indicatif v0.18.4
43752026-06-09T20:52:29.584Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43762026-06-09T20:52:29.632Z Checking support-bundle-viewer v0.1.2
43772026-06-09T20:52:29.889Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43782026-06-09T20:52:30.091Z Checking multimap v0.10.1
43792026-06-09T20:52:35.902Z Checking diesel-dtrace v0.5.0
43802026-06-09T20:52:36.150Z Checking async-bb8-diesel v0.2.1
43812026-06-09T20:52:38.667Z Compiling samael v0.0.19
43822026-06-09T20:52:43.609Z Compiling git2 v0.20.4
43832026-06-09T20:52:45.338Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43842026-06-09T20:52:46.106Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43852026-06-09T20:52:46.136Z Compiling polar-core v0.27.3
43862026-06-09T20:52:50.617Z Checking oso v0.27.3
43872026-06-09T20:53:17.738Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43882026-06-09T20:54:28.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 17s
43892026-06-09T20:54:28.506Z
43902026-06-09T20:54:28.507Zinfo: running `cargo check --bins` on nexus-networking (257/295)
43912026-06-09T20:54:29.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43922026-06-09T20:54:29.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43932026-06-09T20:54:29.107Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43942026-06-09T20:54:29.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
43952026-06-09T20:54:29.209Z
43962026-06-09T20:54:29.210Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (258/295)
43972026-06-09T20:54:29.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43982026-06-09T20:54:29.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43992026-06-09T20:54:29.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44002026-06-09T20:54:29.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
44012026-06-09T20:54:29.874Z
44022026-06-09T20:54:29.875Zinfo: running `cargo check --bins` on nexus-saga-recovery (259/295)
44032026-06-09T20:54:30.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44042026-06-09T20:54:30.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44052026-06-09T20:54:30.432Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44062026-06-09T20:54:30.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44072026-06-09T20:54:30.538Z
44082026-06-09T20:54:30.538Zinfo: running `cargo check --bins` on nexus-test-utils-macros (260/295)
44092026-06-09T20:54:31.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44102026-06-09T20:54:31.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44112026-06-09T20:54:31.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44122026-06-09T20:54:31.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44132026-06-09T20:54:31.132Z
44142026-06-09T20:54:31.132Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (261/295)
44152026-06-09T20:54:31.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44162026-06-09T20:54:31.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44172026-06-09T20:54:31.968Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44182026-06-09T20:54:32.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.57s
44192026-06-09T20:54:32.940Z
44202026-06-09T20:54:32.940Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (262/295)
44212026-06-09T20:54:33.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44222026-06-09T20:54:33.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44232026-06-09T20:54:33.764Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44242026-06-09T20:55:09.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.05s
44252026-06-09T20:55:10.218Z
44262026-06-09T20:55:10.218Zinfo: running `cargo check --bins` on nexus-background-task-interface (263/295)
44272026-06-09T20:55:10.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44282026-06-09T20:55:10.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44292026-06-09T20:55:10.730Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44302026-06-09T20:55:10.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44312026-06-09T20:55:10.818Z
44322026-06-09T20:55:10.819Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (264/295)
44332026-06-09T20:55:11.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44342026-06-09T20:55:11.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44352026-06-09T20:55:11.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44362026-06-09T20:55:11.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
44372026-06-09T20:55:11.455Z
44382026-06-09T20:55:11.456Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (265/295)
44392026-06-09T20:55:12.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44402026-06-09T20:55:12.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44412026-06-09T20:55:12.020Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44422026-06-09T20:55:12.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
44432026-06-09T20:55:12.123Z
44442026-06-09T20:55:12.123Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (266/295)
44452026-06-09T20:55:12.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44462026-06-09T20:55:12.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44472026-06-09T20:55:12.695Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44482026-06-09T20:55:12.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
44492026-06-09T20:55:12.778Z
44502026-06-09T20:55:12.778Zinfo: running `cargo check --bins` on nexus-mgs-updates (267/295)
44512026-06-09T20:55:13.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44522026-06-09T20:55:13.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44532026-06-09T20:55:13.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44542026-06-09T20:55:13.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
44552026-06-09T20:55:13.424Z
44562026-06-09T20:55:13.424Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (268/295)
44572026-06-09T20:55:13.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44582026-06-09T20:55:13.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44592026-06-09T20:55:13.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44602026-06-09T20:55:13.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44612026-06-09T20:55:14.079Z
44622026-06-09T20:55:14.079Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (269/295)
44632026-06-09T20:55:14.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44642026-06-09T20:55:14.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44652026-06-09T20:55:14.635Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44662026-06-09T20:55:14.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44672026-06-09T20:55:14.742Z
44682026-06-09T20:55:14.742Zinfo: running `cargo check --bins` on support-bundle-collection (270/295)
44692026-06-09T20:55:15.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44702026-06-09T20:55:15.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44712026-06-09T20:55:15.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44722026-06-09T20:55:15.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44732026-06-09T20:55:15.398Z
44742026-06-09T20:55:15.398Zinfo: running `cargo check --bins` on omicron-dev (271/295)
44752026-06-09T20:55:15.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44762026-06-09T20:55:15.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44772026-06-09T20:55:16.301Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44782026-06-09T20:55:16.304Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44792026-06-09T20:55:16.496Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
44802026-06-09T20:55:16.525Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
44812026-06-09T20:55:16.543Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
44822026-06-09T20:55:16.560Z Checking yansi v1.0.1
44832026-06-09T20:55:16.560Z Checking diff v0.1.13
44842026-06-09T20:55:16.563Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44852026-06-09T20:55:16.628Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
44862026-06-09T20:55:16.822Z Checking pretty_assertions v1.4.1
44872026-06-09T20:55:17.429Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44882026-06-09T20:55:17.584Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
44892026-06-09T20:55:41.004Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44902026-06-09T20:55:41.007Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
44912026-06-09T20:55:41.007Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
44922026-06-09T20:55:41.007Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
44932026-06-09T20:55:41.007Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
44942026-06-09T20:55:41.007Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
44952026-06-09T20:55:41.798Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44962026-06-09T20:55:41.801Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
44972026-06-09T20:55:43.008Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44982026-06-09T20:56:19.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 03s
44992026-06-09T20:56:19.270Z
45002026-06-09T20:56:19.271Zinfo: running `cargo check --bins` on omicron-pins (272/295)
45012026-06-09T20:56:19.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45022026-06-09T20:56:19.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45032026-06-09T20:56:19.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45042026-06-09T20:56:19.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45052026-06-09T20:56:19.860Z
45062026-06-09T20:56:19.860Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (273/295)
45072026-06-09T20:56:20.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45082026-06-09T20:56:20.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45092026-06-09T20:56:20.654Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45102026-06-09T20:56:20.764Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
45112026-06-09T20:56:20.768Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45122026-06-09T20:56:46.584Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45132026-06-09T20:56:46.957Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45142026-06-09T20:56:48.642Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45152026-06-09T20:56:49.085Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45162026-06-09T20:56:51.997Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45172026-06-09T20:57:14.602Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45182026-06-09T20:57:15.343Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45192026-06-09T20:57:16.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.03s
45202026-06-09T20:57:17.107Z
45212026-06-09T20:57:17.108Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (274/295)
45222026-06-09T20:57:17.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45232026-06-09T20:57:17.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45242026-06-09T20:57:17.834Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45252026-06-09T20:57:18.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
45262026-06-09T20:57:18.722Z
45272026-06-09T20:57:18.722Zinfo: running `cargo check --bins` on omicron-releng (275/295)
45282026-06-09T20:57:19.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45292026-06-09T20:57:19.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45302026-06-09T20:57:19.384Z Compiling blake3 v1.8.3
45312026-06-09T20:57:19.496Z Checking constant_time_eq v0.4.2
45322026-06-09T20:57:19.499Z Checking arrayvec v0.7.6
45332026-06-09T20:57:19.499Z Checking arrayref v0.3.9
45342026-06-09T20:57:19.517Z Checking topological-sort v0.2.2
45352026-06-09T20:57:19.521Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45362026-06-09T20:57:19.521Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45372026-06-09T20:57:19.521Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
45382026-06-09T20:57:19.559Z Checking shell-words v1.1.1
45392026-06-09T20:57:20.377Z Checking omicron-zone-package v0.12.2
45402026-06-09T20:57:21.080Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45412026-06-09T20:57:21.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s
45422026-06-09T20:57:22.122Z
45432026-06-09T20:57:22.122Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (276/295)
45442026-06-09T20:57:22.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45452026-06-09T20:57:22.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45462026-06-09T20:57:22.771Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
45472026-06-09T20:57:23.092Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45482026-06-09T20:57:23.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
45492026-06-09T20:57:23.687Z
45502026-06-09T20:57:23.687Zinfo: running `cargo check --bins` on schema (277/295)
45512026-06-09T20:57:24.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45522026-06-09T20:57:24.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45532026-06-09T20:57:24.427Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
45542026-06-09T20:57:25.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
45552026-06-09T20:57:25.338Z
45562026-06-09T20:57:25.338Zinfo: running `cargo check --bins` on xtask (278/295)
45572026-06-09T20:57:25.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45582026-06-09T20:57:25.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45592026-06-09T20:57:25.790Z Checking libc v0.2.185
45602026-06-09T20:57:25.793Z Checking serde v1.0.228
45612026-06-09T20:57:25.876Z Checking zerofrom v0.1.6
45622026-06-09T20:57:25.880Z Checking bitflags v2.11.0
45632026-06-09T20:57:25.887Z Checking smallvec v1.15.1
45642026-06-09T20:57:25.887Z Checking indexmap v2.14.0
45652026-06-09T20:57:25.903Z Checking serde_json v1.0.149
45662026-06-09T20:57:25.913Z Checking num-traits v0.2.19
45672026-06-09T20:57:25.974Z Checking yoke v0.8.1
45682026-06-09T20:57:26.028Z Checking scroll v0.12.0
45692026-06-09T20:57:26.057Z Checking thiserror v1.0.69
45702026-06-09T20:57:26.139Z Checking zerovec v0.11.5
45712026-06-09T20:57:26.156Z Checking zerotrie v0.2.3
45722026-06-09T20:57:26.156Z Checking errno v0.3.14
45732026-06-09T20:57:26.250Z Checking toml_datetime v0.6.11
45742026-06-09T20:57:26.250Z Checking serde_spanned v0.6.9
45752026-06-09T20:57:26.280Z Checking rustix v1.1.3
45762026-06-09T20:57:26.383Z Checking log v0.4.29
45772026-06-09T20:57:26.396Z Checking percent-encoding v2.3.2
45782026-06-09T20:57:26.415Z Checking zerocopy v0.7.35
45792026-06-09T20:57:26.432Z Checking ordered-float v2.10.1
45802026-06-09T20:57:26.443Z Checking toml_edit v0.22.27
45812026-06-09T20:57:26.503Z Checking getrandom v0.4.1
45822026-06-09T20:57:26.534Z Checking form_urlencoded v1.2.2
45832026-06-09T20:57:26.537Z Checking goblin v0.8.2
45842026-06-09T20:57:26.572Z Checking tinystr v0.8.2
45852026-06-09T20:57:26.629Z Checking potential_utf v0.1.4
45862026-06-09T20:57:26.658Z Checking thiserror v2.0.18
45872026-06-09T20:57:26.662Z Checking serde-value v0.7.0
45882026-06-09T20:57:26.746Z Checking icu_locale_core v2.1.1
45892026-06-09T20:57:26.757Z Checking icu_collections v2.1.1
45902026-06-09T20:57:26.768Z Checking syn v2.0.117
45912026-06-09T20:57:26.865Z Checking dtrace-parser v0.2.0
45922026-06-09T20:57:26.897Z Checking thread-id v4.2.2
45932026-06-09T20:57:26.977Z Checking once_cell v1.21.3
45942026-06-09T20:57:27.059Z Checking cargo-platform v0.2.0
45952026-06-09T20:57:27.098Z Checking memmap v0.7.0
45962026-06-09T20:57:27.101Z Checking terminal_size v0.4.3
45972026-06-09T20:57:27.149Z Checking tempfile v3.25.0
45982026-06-09T20:57:27.232Z Checking clap_builder v4.6.0
45992026-06-09T20:57:27.236Z Checking textwrap v0.16.2
46002026-06-09T20:57:27.253Z Checking fs-err v3.3.0
46012026-06-09T20:57:27.291Z Checking icu_provider v2.1.1
46022026-06-09T20:57:27.339Z Checking camino-tempfile v1.4.1
46032026-06-09T20:57:27.424Z Checking tabled v0.15.0
46042026-06-09T20:57:27.446Z Checking anyhow v1.0.102
46052026-06-09T20:57:27.493Z Checking macaddr v1.0.1
46062026-06-09T20:57:27.523Z Checking toml v0.8.23
46072026-06-09T20:57:27.613Z Checking icu_normalizer v2.1.1
46082026-06-09T20:57:27.637Z Checking icu_properties v2.1.2
46092026-06-09T20:57:27.668Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
46102026-06-09T20:57:27.840Z Checking cargo_toml v0.21.0
46112026-06-09T20:57:28.396Z Checking dof v0.3.0
46122026-06-09T20:57:28.407Z Checking clap v4.6.1
46132026-06-09T20:57:28.444Z Checking idna_adapter v1.2.1
46142026-06-09T20:57:28.555Z Checking idna v1.1.0
46152026-06-09T20:57:28.658Z Checking usdt-impl v0.5.0
46162026-06-09T20:57:28.767Z Checking url v2.5.8
46172026-06-09T20:57:28.897Z Checking usdt v0.5.0
46182026-06-09T20:57:29.105Z Checking cargo-util-schemas v0.8.2
46192026-06-09T20:57:29.793Z Checking cargo_metadata v0.21.0
46202026-06-09T20:57:30.391Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46212026-06-09T20:57:30.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.47s
46222026-06-09T20:57:30.926Z
46232026-06-09T20:57:30.926Zinfo: running `cargo check --bins` on dnsadm (279/295)
46242026-06-09T20:57:31.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46252026-06-09T20:57:31.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46262026-06-09T20:57:31.574Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46272026-06-09T20:57:32.058Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46282026-06-09T20:57:32.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s
46292026-06-09T20:57:32.645Z
46302026-06-09T20:57:32.645Zinfo: running `cargo check --bins` on end-to-end-tests (280/295)
46312026-06-09T20:57:33.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46322026-06-09T20:57:33.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46332026-06-09T20:57:33.446Z Checking polyval v0.6.2
46342026-06-09T20:57:33.573Z Checking ctr v0.9.2
46352026-06-09T20:57:33.584Z Checking ssh-encoding v0.2.0
46362026-06-09T20:57:33.585Z Checking blowfish v0.9.1
46372026-06-09T20:57:33.606Z Checking password-hash v0.4.2
46382026-06-09T20:57:33.621Z Checking p256 v0.13.2
46392026-06-09T20:57:33.624Z Checking p521 v0.13.3
46402026-06-09T20:57:33.648Z Checking russh-cryptovec v0.7.3
46412026-06-09T20:57:33.717Z Checking ghash v0.5.1
46422026-06-09T20:57:33.721Z Checking bcrypt-pbkdf v0.10.0
46432026-06-09T20:57:33.728Z Checking md5 v0.7.0
46442026-06-09T20:57:33.794Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46452026-06-09T20:57:33.798Z Checking num-bigint v0.4.6
46462026-06-09T20:57:33.828Z Checking pbkdf2 v0.11.0
46472026-06-09T20:57:33.859Z Checking aes-gcm v0.10.3
46482026-06-09T20:57:33.873Z Checking des v0.8.1
46492026-06-09T20:57:33.926Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46502026-06-09T20:57:33.929Z Checking hex-literal v0.4.1
46512026-06-09T20:57:33.992Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
46522026-06-09T20:57:34.006Z Checking ssh-cipher v0.2.0
46532026-06-09T20:57:34.018Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
46542026-06-09T20:57:34.032Z Checking socket2 v0.5.10
46552026-06-09T20:57:34.032Z Checking internet-checksum v0.2.1
46562026-06-09T20:57:34.169Z Checking ssh-key v0.6.7
46572026-06-09T20:57:34.306Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46582026-06-09T20:57:34.789Z Checking russh-keys v0.45.0
46592026-06-09T20:57:35.334Z Checking russh v0.45.0
46602026-06-09T20:57:51.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.77s
46612026-06-09T20:57:51.630Z
46622026-06-09T20:57:51.630Zinfo: running `cargo check --bins` on gateway-cli (281/295)
46632026-06-09T20:57:52.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46642026-06-09T20:57:52.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46652026-06-09T20:57:52.272Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
46662026-06-09T20:57:52.382Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
46672026-06-09T20:57:52.390Z Checking termios v0.3.3
46682026-06-09T20:57:53.582Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
46692026-06-09T20:57:53.729Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
46702026-06-09T20:57:55.483Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
46712026-06-09T20:57:56.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.41s
46722026-06-09T20:57:56.230Z
46732026-06-09T20:57:56.230Zinfo: running `cargo check --bins --no-default-features` on installinator (282/295)
46742026-06-09T20:57:56.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46752026-06-09T20:57:56.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46762026-06-09T20:57:56.947Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
46772026-06-09T20:57:56.990Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46782026-06-09T20:57:56.991Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
46792026-06-09T20:57:56.991Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
46802026-06-09T20:57:57.077Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46812026-06-09T20:57:57.094Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
46822026-06-09T20:57:57.800Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46832026-06-09T20:57:58.142Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
46842026-06-09T20:57:58.142Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
46852026-06-09T20:57:58.765Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
46862026-06-09T20:58:00.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.14s
46872026-06-09T20:58:00.577Z
46882026-06-09T20:58:00.577Zinfo: running `cargo check --bins` on internal-dns-cli (283/295)
46892026-06-09T20:58:01.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46902026-06-09T20:58:01.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46912026-06-09T20:58:01.222Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
46922026-06-09T20:58:01.671Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
46932026-06-09T20:58:01.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
46942026-06-09T20:58:02.173Z
46952026-06-09T20:58:02.173Zinfo: running `cargo check --bins` on omicron-live-tests (284/295)
46962026-06-09T20:58:02.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46972026-06-09T20:58:02.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46982026-06-09T20:58:02.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46992026-06-09T20:58:02.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
47002026-06-09T20:58:02.765Z
47012026-06-09T20:58:02.765Zinfo: running `cargo check --bins` on live-tests-macros (285/295)
47022026-06-09T20:58:03.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47032026-06-09T20:58:03.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47042026-06-09T20:58:03.448Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47052026-06-09T20:58:03.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
47062026-06-09T20:58:03.449Z
47072026-06-09T20:58:03.449Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (286/295)
47082026-06-09T20:58:03.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47092026-06-09T20:58:03.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47102026-06-09T20:58:04.113Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
47112026-06-09T20:58:04.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
47122026-06-09T20:58:04.900Z
47132026-06-09T20:58:04.900Zinfo: running `cargo check --bins` on omicron-ntp-admin (287/295)
47142026-06-09T20:58:05.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47152026-06-09T20:58:05.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47162026-06-09T20:58:05.550Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47172026-06-09T20:58:05.554Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47182026-06-09T20:58:05.831Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47192026-06-09T20:58:05.836Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47202026-06-09T20:58:06.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s
47212026-06-09T20:58:06.825Z
47222026-06-09T20:58:06.825Zinfo: running `cargo check --bins` on ntp-admin-types (288/295)
47232026-06-09T20:58:07.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47242026-06-09T20:58:07.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47252026-06-09T20:58:07.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47262026-06-09T20:58:07.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
47272026-06-09T20:58:07.407Z
47282026-06-09T20:58:07.407Zinfo: running `cargo check --bins` on omicron-package (289/295)
47292026-06-09T20:58:07.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47302026-06-09T20:58:07.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47312026-06-09T20:58:08.087Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47322026-06-09T20:58:09.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
47332026-06-09T20:58:09.363Z
47342026-06-09T20:58:09.363Zinfo: running `cargo check --bins` on tqdb (290/295)
47352026-06-09T20:58:09.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47362026-06-09T20:58:09.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47372026-06-09T20:58:10.153Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47382026-06-09T20:58:10.507Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47392026-06-09T20:58:11.015Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47402026-06-09T20:58:11.018Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47412026-06-09T20:58:16.929Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
47422026-06-09T20:58:16.929Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
47432026-06-09T20:58:17.500Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
47442026-06-09T20:58:17.501Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
47452026-06-09T20:58:17.503Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47462026-06-09T20:58:17.504Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
47472026-06-09T20:58:18.260Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
47482026-06-09T20:58:19.224Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47492026-06-09T20:58:19.990Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47502026-06-09T20:58:20.598Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47512026-06-09T20:58:25.263Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47522026-06-09T20:58:31.621Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47532026-06-09T20:58:31.624Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47542026-06-09T20:58:31.624Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
47552026-06-09T20:58:31.624Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
47562026-06-09T20:58:33.080Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
47572026-06-09T20:58:34.390Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
47582026-06-09T20:58:35.044Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47592026-06-09T20:58:36.255Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
47602026-06-09T20:58:36.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.41s
47612026-06-09T20:58:36.998Z
47622026-06-09T20:58:36.998Zinfo: running `cargo check --bins` on wicket-dbg (291/295)
47632026-06-09T20:58:37.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47642026-06-09T20:58:37.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47652026-06-09T20:58:37.722Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47662026-06-09T20:58:37.722Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47672026-06-09T20:58:37.725Z Checking rtoolbox v0.0.3
47682026-06-09T20:58:37.853Z Checking tui-tree-widget v0.23.1
47692026-06-09T20:58:37.953Z Checking rpassword v7.4.0
47702026-06-09T20:58:38.951Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
47712026-06-09T20:58:41.907Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47722026-06-09T20:58:43.729Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
47732026-06-09T20:58:44.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.62s
47742026-06-09T20:58:44.828Z
47752026-06-09T20:58:44.829Zinfo: running `cargo check --bins` on wicket (292/295)
47762026-06-09T20:58:45.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47772026-06-09T20:58:45.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47782026-06-09T20:58:45.536Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47792026-06-09T20:58:45.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
47802026-06-09T20:58:46.108Z
47812026-06-09T20:58:46.108Zinfo: running `cargo check --bins` on wicketd (293/295)
47822026-06-09T20:58:46.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47832026-06-09T20:58:46.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47842026-06-09T20:58:46.839Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
47852026-06-09T20:58:46.842Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
47862026-06-09T20:58:46.842Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
47872026-06-09T20:58:46.843Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
47882026-06-09T20:58:47.834Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
47892026-06-09T20:58:48.409Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
47902026-06-09T20:58:51.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.22s
47912026-06-09T20:58:51.543Z
47922026-06-09T20:58:51.543Zinfo: running `cargo check --bins` on omicron-workspace-hack (294/295)
47932026-06-09T20:58:52.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47942026-06-09T20:58:52.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47952026-06-09T20:58:52.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47962026-06-09T20:58:52.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
47972026-06-09T20:58:52.143Z
47982026-06-09T20:58:52.143Zinfo: running `cargo check --bins` on zone-setup (295/295)
47992026-06-09T20:58:52.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48002026-06-09T20:58:52.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48012026-06-09T20:58:52.826Z Checking uzers v0.12.2
48022026-06-09T20:58:53.097Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
48032026-06-09T20:58:53.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
48042026-06-09T20:58:54.047Z
48052026-06-09T20:58:54.047Zreal 14:03.059140970
48062026-06-09T20:58:54.047Zuser 21:02.362933204
48072026-06-09T20:58:54.047Zsys 4:20.818743963
48082026-06-09T20:58:54.047Ztrap 0.326293563
48092026-06-09T20:58:54.047Ztflt 0.710251600
48102026-06-09T20:58:54.047Zdflt 1.381379683
48112026-06-09T20:58:54.047Zkflt 0.005351294
48122026-06-09T20:58:54.047Zlock 1:17:46.499363433
48132026-06-09T20:58:54.047Zslp 1:40:52.546628206
48142026-06-09T20:58:54.047Zlat 59.204762712
48152026-06-09T20:58:54.047Zstop 3:40.755286493
48162026-06-09T20:58:54.050Zprocess exited: duration 981495 ms, exit code 0
 
48172026-06-09T20:58:54.057Zfound 0 output files