01KVED1YPM3WWRPMTA6GEYKCFA: 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: 01KVED2BTEJWHMAYGTH4W7FSGY

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-18T22:20:08.584Zjob assigned to worker 01KVED2M6Q9K6BJWZ08GTNY495 [factory aws, i-095b20a473e6d7ee8] (queued for 51 s)
 
22026-06-18T22:20:15.377Zstarting task 0: "setup"
32026-06-18T22:20:15.386Z++ uname -s
42026-06-18T22:20:15.390Z+ kern=SunOS
52026-06-18T22:20:15.390Z+ build_user=build
62026-06-18T22:20:15.390Z+ build_uid=12345
72026-06-18T22:20:15.390Z+ work_dir=/work
82026-06-18T22:20:15.390Z+ input_dir=/input
92026-06-18T22:20:15.390Z+ [[ 0 == 12345 ]]
102026-06-18T22:20:15.390Z+ case "$kern" in
112026-06-18T22:20:15.390Z+ groupadd -g 12345 build
122026-06-18T22:20:15.390Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-18T22:20:17.394Z+ zfs create -o mountpoint=/work rpool/work
142026-06-18T22:20:17.486Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-18T22:20:17.489Z+ home_fs=zfs
162026-06-18T22:20:17.490Z+ [[ zfs == autofs ]]
172026-06-18T22:20:17.490Z+ mkdir -p /home/build
182026-06-18T22:20:17.490Z+ chown build:build /home/build /work
192026-06-18T22:20:19.491Z+ chmod 0700 /home/build /work
202026-06-18T22:20:19.494Zprocess exited: duration 4115 ms, exit code 0
 
212026-06-18T22:20:19.501Zstarting task 1: "rust-toolchain"
222026-06-18T22:20:19.506Z * rust toolchain channel = "1.94.0"
232026-06-18T22:20:19.506Z * rust toolchain profile = "default"
242026-06-18T22:20:19.506Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
252026-06-18T22:20:19.506Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-18T22:20:19.506Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-18T22:20:19.506Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-18T22:20:19.509Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-18T22:20:19.509Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-18T22:20:19.601Zinfo: downloading installer
312026-06-18T22:20:21.254Zwarn: It looks like you have an existing rustup settings file at:
322026-06-18T22:20:21.254Zwarn: /home/build/.rustup/settings.toml
332026-06-18T22:20:21.254Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-18T22:20:21.254Zwarn: instead of the one inferred from the default host triple.
352026-06-18T22:20:21.267Zinfo: profile set to default
362026-06-18T22:20:21.267Zinfo: default host triple is x86_64-unknown-illumos
372026-06-18T22:20:21.270Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-18T22:20:21.429Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-18T22:20:21.432Zinfo: downloading 6 components
402026-06-18T22:20:36.224Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-06-18T22:20:36.224Z
422026-06-18T22:20:36.250Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-18T22:20:36.250Z
442026-06-18T22:20:36.253Z
452026-06-18T22:20:36.253ZRust is installed now. Great!
462026-06-18T22:20:36.253Z
472026-06-18T22:20:36.253ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-18T22:20:36.253Zenvironment variable. This has not been done automatically.
492026-06-18T22:20:36.253Z
502026-06-18T22:20:36.253ZTo configure your current shell, you need to source
512026-06-18T22:20:36.253Zthe corresponding env file under $HOME/.cargo.
522026-06-18T22:20:36.254Z
532026-06-18T22:20:36.254ZThis is usually done by running one of the following (note the leading DOT):
542026-06-18T22:20:36.254Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-18T22:20:36.254Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-18T22:20:36.254Zsource "~/.cargo/env.nu" # For nushell
572026-06-18T22:20:36.254Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-18T22:20:36.254Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-18T22:20:36.254Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-18T22:20:36.254Zwarn: no default linker (`cc`) was found in your PATH
612026-06-18T22:20:36.254Zwarn: many Rust crates require a system C toolchain to build
622026-06-18T22:20:36.337Z+ rustup --version
632026-06-18T22:20:36.346Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-18T22:20:36.349Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-18T22:20:36.368Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-18T22:20:36.371Z+ cargo --version
672026-06-18T22:20:36.383Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-18T22:20:36.386Z+ rustc --version
692026-06-18T22:20:36.405Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-18T22:20:36.408Zprocess exited: duration 16906 ms, exit code 0
 
712026-06-18T22:20:36.414Zstarting task 2: "authentication"
722026-06-18T22:20:36.430Zprocess exited: duration 16 ms, exit code 0
 
732026-06-18T22:20:36.436Zstarting task 3: "clone repository"
742026-06-18T22:20:36.441Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-18T22:20:36.444Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-18T22:20:36.472ZCloning into '/work/oxidecomputer/omicron'...
772026-06-18T22:20:47.755Z+ cd /work/oxidecomputer/omicron
782026-06-18T22:20:47.755Z+ git fetch origin 0b4a9d275ffc3e880a1e7ae3ed1bed6c51b8da53
792026-06-18T22:20:48.023ZFrom https://github.com/oxidecomputer/omicron
802026-06-18T22:20:48.023Z * branch 0b4a9d275ffc3e880a1e7ae3ed1bed6c51b8da53 -> FETCH_HEAD
812026-06-18T22:20:48.033Z+ [[ -n eliza/restart-order-ereport-refactor ]]
822026-06-18T22:20:48.036Z++ git branch --show-current
832026-06-18T22:20:48.036Z+ current=main
842026-06-18T22:20:48.036Z+ [[ main != eliza/restart-order-ereport-refactor ]]
852026-06-18T22:20:48.036Z+ git branch -f eliza/restart-order-ereport-refactor 0b4a9d275ffc3e880a1e7ae3ed1bed6c51b8da53
862026-06-18T22:20:48.039Z+ git checkout -f eliza/restart-order-ereport-refactor
872026-06-18T22:20:48.178ZSwitched to branch 'eliza/restart-order-ereport-refactor'
882026-06-18T22:20:48.181Z+ git reset --hard 0b4a9d275ffc3e880a1e7ae3ed1bed6c51b8da53
892026-06-18T22:20:48.318ZHEAD is now at 0b4a9d275 wip refactoring ereport types
902026-06-18T22:20:48.322Zprocess exited: duration 11881 ms, exit code 0
 
912026-06-18T22:20:48.330Zstarting task 4: "build"
922026-06-18T22:20:48.334Z+ source .github/buildomat/ci-env.sh
932026-06-18T22:20:48.334Z++ export CARGO_TERM_COLOR=always
942026-06-18T22:20:48.334Z++ CARGO_TERM_COLOR=always
952026-06-18T22:20:48.337Z+ cargo --version
962026-06-18T22:20:48.344Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-06-18T22:20:48.348Z+ rustc --version
982026-06-18T22:20:48.368Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-06-18T22:20:48.371Z+ source ./env.sh
1002026-06-18T22:20:48.371Z++ OLD_SHELL_OPTS=ehxB
1012026-06-18T22:20:48.371Z++ set -o xtrace
1022026-06-18T22:20:48.374Z++++ dirname ./env.sh
1032026-06-18T22:20:48.374Z+++ readlink -f .
1042026-06-18T22:20:48.377Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-06-18T22:20:48.377Z++ 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-18T22:20:48.377Z++ 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-18T22:20:48.377Z++ 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-18T22:20:48.377Z++ 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-18T22:20:48.377Z++ 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-18T22:20:48.377Z++ 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-18T22:20:48.377Z++ 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-18T22:20:48.377Z++ 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-18T22:20:48.377Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1142026-06-18T22:20:48.377Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152026-06-18T22:20:48.377Z++ case $OLD_SHELL_OPTS in
1162026-06-18T22:20:48.377Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-06-18T22:20:48.377Z+ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1182026-06-18T22:20:48.377Z+ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1192026-06-18T22:20:48.377Z+ banner prerequisites
1202026-06-18T22:20:48.380Z
1212026-06-18T22:20:48.380Z ##### ##### ###### ##### ###### #### # # # #### #
1222026-06-18T22:20:48.380Z # # # # # # # # # # # # # # #
1232026-06-18T22:20:48.380Z # # # # ##### # # ##### # # # # # #### #
1242026-06-18T22:20:48.380Z ##### ##### # ##### # # # # # # # # #
1252026-06-18T22:20:48.380Z # # # # # # # # # # # # # # #
1262026-06-18T22:20:48.380Z # # # ###### # # ###### ### # #### # #### #
1272026-06-18T22:20:48.380Z
1282026-06-18T22:20:48.380Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1292026-06-18T22:20:50.036Z Startup: Refreshing catalog 'helios' ... Done
1302026-06-18T22:20:50.124Z Startup: Caching catalogs ... Done
1312026-06-18T22:20:50.493ZPlanning: Solver setup ... Done (0.327s)
1322026-06-18T22:20:50.515ZPlanning: Running solver ... Done (0.022s)
1332026-06-18T22:20:50.527ZPlanning: Finding local manifests ... Done (0.006s)
1342026-06-18T22:20:50.538ZPlanning: Fetching manifests: 0/2 0% complete
1352026-06-18T22:20:50.555ZPlanning: Fetching manifests: 2/2 100% complete
1362026-06-18T22:20:50.569ZPlanning: Package planning ... Done (0.014s)
1372026-06-18T22:20:50.573ZPlanning: Merging actions ... Done (0.001s)
1382026-06-18T22:20:50.760ZPlanning: Checking for conflicting actions ... Done (0.189s)
1392026-06-18T22:20:50.763ZPlanning: Consolidating action changes ... Done (0.001s)
1402026-06-18T22:20:51.508ZPlanning: Evaluating mediators ... Done (0.746s)
1412026-06-18T22:20:51.511ZPlanning: Planning completed in 1.36 seconds
1422026-06-18T22:20:51.516Z Packages to install: 2
1432026-06-18T22:20:51.556Z Estimated space available: 156.07 GB
1442026-06-18T22:20:51.556ZEstimated space to be consumed: 26.78 MB
1452026-06-18T22:20:51.556Z Create boot environment: No
1462026-06-18T22:20:51.556ZCreate backup boot environment: No
1472026-06-18T22:20:51.556Z Rebuild boot archive: No
1482026-06-18T22:20:51.556Z
1492026-06-18T22:20:51.556ZChanged packages:
1502026-06-18T22:20:51.556Zhelios
1512026-06-18T22:20:51.556Z developer/build-essential
1522026-06-18T22:20:51.556Z None -> 11-3.0
1532026-06-18T22:20:51.556Z library/libxmlsec1
1542026-06-18T22:20:51.556Z None -> 1.2.35-3.0
1552026-06-18T22:20:51.556Z
1562026-06-18T22:20:51.556ZDownload: 0/214 items 0.0/1.3MB 0% complete
1572026-06-18T22:20:52.029ZDownload: Completed 1.28 MB in 0.48 seconds (2.6M/s)
1582026-06-18T22:20:52.110Z Actions: 1/268 actions (Installing new actions)
1592026-06-18T22:20:52.147Z Actions: Completed 268 actions in 0.04 seconds.
1602026-06-18T22:20:52.156ZFinalize: Updating package state database ... Done (0.008s)
1612026-06-18T22:20:52.156ZFinalize: Updating package cache ... Done (0.000s)
1622026-06-18T22:20:52.180ZFinalize: Updating image state ... Done (0.024s)
1632026-06-18T22:20:54.620ZFinalize: Creating fast lookup database ... Done (2.418s)
1642026-06-18T22:20:54.692ZFinalize: Reading search index ... Done (0.012s)
1652026-06-18T22:20:54.696ZFinalize: Updating search index ... Done (0.000s)
1662026-06-18T22:20:54.779ZFinalize: Updating package cache ... Done (0.000s)
1672026-06-18T22:20:55.084ZPlanning: Evaluating mediator changes ... Done
1682026-06-18T22:20:55.190ZPlanning: Checking for conflicting actions ... Done
1692026-06-18T22:20:55.193ZPlanning: Consolidating action changes ... Done
1702026-06-18T22:20:55.347ZPlanning: Evaluating mediators ... Done
1712026-06-18T22:20:55.350ZPlanning: Planning completed in 0.26 seconds
1722026-06-18T22:20:55.371Z Mediators to change: 2
1732026-06-18T22:20:55.371Z Create boot environment: No
1742026-06-18T22:20:55.371ZCreate backup boot environment: No
1752026-06-18T22:20:55.417ZFinalize: Updating package state database ... Done
1762026-06-18T22:20:55.417ZFinalize: Updating package cache ... Done
1772026-06-18T22:20:55.430ZFinalize: Updating image state ... Done
1782026-06-18T22:20:57.365ZFinalize: Creating fast lookup database ... Done
1792026-06-18T22:20:57.426ZFinalize: Reading search index ... Done
1802026-06-18T22:20:57.430ZFinalize: Updating search index ... Done
1812026-06-18T22:20:57.490ZFinalize: Updating package cache ... Done
1822026-06-18T22:20:57.777ZPlanning: Evaluating mediator changes ... Done
1832026-06-18T22:20:57.883ZPlanning: Checking for conflicting actions ... Done
1842026-06-18T22:20:57.886ZPlanning: Consolidating action changes ... Done
1852026-06-18T22:20:58.040ZPlanning: Evaluating mediators ... Done
1862026-06-18T22:20:58.043ZPlanning: Planning completed in 0.26 seconds
1872026-06-18T22:20:58.063Z Mediators to change: 1
1882026-06-18T22:20:58.063Z Create boot environment: No
1892026-06-18T22:20:58.063ZCreate backup boot environment: No
1902026-06-18T22:20:58.103ZFinalize: Updating package state database ... Done
1912026-06-18T22:20:58.103ZFinalize: Updating package cache ... Done
1922026-06-18T22:20:58.116ZFinalize: Updating image state ... Done
1932026-06-18T22:21:00.068ZFinalize: Creating fast lookup database ... Done
1942026-06-18T22:21:00.130ZFinalize: Reading search index ... Done
1952026-06-18T22:21:00.133ZFinalize: Updating search index ... Done
1962026-06-18T22:21:00.196ZFinalize: Updating package cache ... Done
1972026-06-18T22:21:00.509ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1982026-06-18T22:21:00.509Zapache system 2.4 system
1992026-06-18T22:21:00.509Zclang system 15 system
2002026-06-18T22:21:00.509Zcsh system system illumos
2012026-06-18T22:21:00.509Zctags system system illumos
2022026-06-18T22:21:00.509Zfile vendor vendor darwinsys
2032026-06-18T22:21:00.509Zfile system system illumos
2042026-06-18T22:21:00.509Zgcc vendor 14 vendor
2052026-06-18T22:21:00.509Zgcc system 13 system
2062026-06-18T22:21:00.509Zgcc system 10 system
2072026-06-18T22:21:00.509Zgo system 1.25 system
2082026-06-18T22:21:00.509Zllvm system 15 system
2092026-06-18T22:21:00.509Zmariadb system 11.4 system
2102026-06-18T22:21:00.509Zmta vendor vendor dma
2112026-06-18T22:21:00.509Zopenjdk system 17 system
2122026-06-18T22:21:00.509Zopenjdk system 11 system
2132026-06-18T22:21:00.509Zopenssl vendor 3 vendor
2142026-06-18T22:21:00.509Zperl system 5.40 system
2152026-06-18T22:21:00.509Zpostgresql system 18 system
2162026-06-18T22:21:00.509Zpostgresql system 17 system
2172026-06-18T22:21:00.509Zpython vendor 3 vendor
2182026-06-18T22:21:00.509Zpython system 2 system
2192026-06-18T22:21:00.509Zpython3 vendor 3.13 vendor
2202026-06-18T22:21:00.509Zruby system 3.4 system
2212026-06-18T22:21:00.509Zruby system 3.0 system
2222026-06-18T22:21:00.509Zwords vendor vendor american-english
2232026-06-18T22:21:00.509Zwords system system australian-english
2242026-06-18T22:21:00.509Zwords system system british-english
2252026-06-18T22:21:00.509Zwords system system canadian-english
2262026-06-18T22:21:00.509Zwords system system french
2272026-06-18T22:21:00.509Zwords system system italian
2282026-06-18T22:21:00.510Zwords system system ngerman
2292026-06-18T22:21:00.510Zwords system system ogerman
2302026-06-18T22:21:00.510Zwords system system spanish
2312026-06-18T22:21:00.765ZPUBLISHER TYPE STATUS P LOCATION
2322026-06-18T22:21:00.765Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2332026-06-18T22:21:01.056ZFMRI IFO
2342026-06-18T22:21:01.057Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2352026-06-18T22:21:01.057Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2362026-06-18T22:21:01.057Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2372026-06-18T22:21:01.057Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2382026-06-18T22:21:01.057Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2392026-06-18T22:21:01.057Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2402026-06-18T22:21:01.057Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2412026-06-18T22:21:01.057Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2422026-06-18T22:21:01.057Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2432026-06-18T22:21:01.310Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2442026-06-18T22:21:01.603Z Updating crates.io index
2452026-06-18T22:21:01.606Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2462026-06-18T22:21:01.907Z Updating git repository `https://github.com/oxidecomputer/lldp`
2472026-06-18T22:21:02.874Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2482026-06-18T22:21:03.500Z Updating git repository `https://github.com/oxidecomputer/propolis`
2492026-06-18T22:21:04.348Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2502026-06-18T22:21:04.931Z Updating git repository `https://github.com/oxidecomputer/crucible`
2512026-06-18T22:21:06.495Z Updating git repository `https://github.com/oxidecomputer/opte`
2522026-06-18T22:21:07.418Z Updating git repository `https://github.com/oxidecomputer/tofino`
2532026-06-18T22:21:07.745Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2542026-06-18T22:21:08.787Z Updating git repository `https://github.com/oxidecomputer/clickward`
2552026-06-18T22:21:09.344Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2562026-06-18T22:21:09.655Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2572026-06-18T22:21:09.982Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2582026-06-18T22:21:10.524Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2592026-06-18T22:21:10.994Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2602026-06-18T22:21:11.314Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2612026-06-18T22:21:11.624Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2622026-06-18T22:21:11.884Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2632026-06-18T22:21:12.389Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2642026-06-18T22:21:12.625Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2652026-06-18T22:21:12.861Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2662026-06-18T22:21:13.121Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2672026-06-18T22:21:13.527Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2682026-06-18T22:21:14.018Z Updating git repository `https://github.com/oxidecomputer/erebor`
2692026-06-18T22:21:14.246Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2702026-06-18T22:21:14.708Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2712026-06-18T22:21:15.119Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2722026-06-18T22:21:15.392Z Updating git repository `https://github.com/oxidecomputer/ispf`
2732026-06-18T22:21:16.414Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2742026-06-18T22:21:17.091Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2752026-06-18T22:21:17.538Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2762026-06-18T22:21:17.917Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2772026-06-18T22:21:18.284Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2782026-06-18T22:21:18.709Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2792026-06-18T22:21:19.023Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2802026-06-18T22:21:19.373Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2812026-06-18T22:21:19.752Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2822026-06-18T22:21:20.266Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2832026-06-18T22:21:20.537Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2842026-06-18T22:21:20.800Z Updating git repository `https://github.com/illumos/smf-rs`
2852026-06-18T22:21:22.630Z Downloading crates ...
2862026-06-18T22:21:22.688Z Downloaded itoa v1.0.17
2872026-06-18T22:21:22.697Z Downloaded cargo-util-schemas v0.8.2
2882026-06-18T22:21:22.701Z Downloaded cargo-platform v0.2.0
2892026-06-18T22:21:22.704Z Downloaded anstyle v1.0.14
2902026-06-18T22:21:22.704Z Downloaded anstream v1.0.0
2912026-06-18T22:21:22.708Z Downloaded camino v1.2.2
2922026-06-18T22:21:22.717Z Downloaded thiserror v2.0.18
2932026-06-18T22:21:22.720Z Downloaded plain v0.2.3
2942026-06-18T22:21:22.723Z Downloaded serde_core v1.0.228
2952026-06-18T22:21:22.726Z Downloaded zerocopy-derive v0.7.35
2962026-06-18T22:21:22.726Z Downloaded ucd-trie v0.1.7
2972026-06-18T22:21:22.729Z Downloaded cpufeatures v0.2.17
2982026-06-18T22:21:22.729Z Downloaded utf8_iter v1.0.4
2992026-06-18T22:21:22.729Z Downloaded usdt-attr-macro v0.5.0
3002026-06-18T22:21:22.729Z Downloaded typenum v1.19.0
3012026-06-18T22:21:22.732Z Downloaded icu_normalizer_data v2.1.1
3022026-06-18T22:21:22.732Z Downloaded camino-tempfile v1.4.1
3032026-06-18T22:21:22.735Z Downloaded synstructure v0.13.2
3042026-06-18T22:21:22.735Z Downloaded bytecount v0.6.9
3052026-06-18T22:21:22.735Z Downloaded textwrap v0.16.2
3062026-06-18T22:21:22.738Z Downloaded toml v0.8.23
3072026-06-18T22:21:22.738Z Downloaded zerofrom v0.1.6
3082026-06-18T22:21:22.738Z Downloaded usdt-impl v0.5.0
3092026-06-18T22:21:22.740Z Downloaded icu_provider v2.1.1
3102026-06-18T22:21:22.743Z Downloaded strsim v0.11.1
3112026-06-18T22:21:22.743Z Downloaded thiserror v1.0.69
3122026-06-18T22:21:22.748Z Downloaded zerofrom-derive v0.1.6
3132026-06-18T22:21:22.748Z Downloaded yoke v0.8.1
3142026-06-18T22:21:22.748Z Downloaded stable_deref_trait v1.2.1
3152026-06-18T22:21:22.751Z Downloaded macaddr v1.0.1
3162026-06-18T22:21:22.751Z Downloaded autocfg v1.5.0
3172026-06-18T22:21:22.751Z Downloaded litemap v0.8.1
3182026-06-18T22:21:22.751Z Downloaded utf8parse v0.2.2
3192026-06-18T22:21:22.751Z Downloaded terminal_size v0.4.3
3202026-06-18T22:21:22.753Z Downloaded clap_derive v4.6.1
3212026-06-18T22:21:22.753Z Downloaded heck v0.5.0
3222026-06-18T22:21:22.753Z Downloaded block-buffer v0.10.4
3232026-06-18T22:21:22.756Z Downloaded yoke-derive v0.8.1
3242026-06-18T22:21:22.759Z Downloaded pest_derive v2.8.6
3252026-06-18T22:21:22.759Z Downloaded toml_write v0.1.2
3262026-06-18T22:21:22.763Z Downloaded scroll v0.12.0
3272026-06-18T22:21:22.766Z Downloaded quote v1.0.45
3282026-06-18T22:21:22.766Z Downloaded cargo_toml v0.21.0
3292026-06-18T22:21:22.769Z Downloaded usdt v0.5.0
3302026-06-18T22:21:22.769Z Downloaded ordered-float v2.10.1
3312026-06-18T22:21:22.772Z Downloaded zerovec-derive v0.11.2
3322026-06-18T22:21:22.772Z Downloaded pretty-hex v0.4.1
3332026-06-18T22:21:22.772Z Downloaded tinystr v0.8.2
3342026-06-18T22:21:22.775Z Downloaded form_urlencoded v1.2.2
3352026-06-18T22:21:22.775Z Downloaded clap_lex v1.0.0
3362026-06-18T22:21:22.775Z Downloaded thiserror-impl v2.0.18
3372026-06-18T22:21:22.778Z Downloaded displaydoc v0.2.5
3382026-06-18T22:21:22.778Z Downloaded zmij v1.0.21
3392026-06-18T22:21:22.783Z Downloaded smawk v0.3.2
3402026-06-18T22:21:22.786Z Downloaded dtrace-parser v0.2.0
3412026-06-18T22:21:22.789Z Downloaded scroll_derive v0.12.1
3422026-06-18T22:21:22.789Z Downloaded version_check v0.9.5
3432026-06-18T22:21:22.793Z Downloaded thread-id v4.2.2
3442026-06-18T22:21:22.793Z Downloaded toml_datetime v0.6.11
3452026-06-18T22:21:22.793Z Downloaded proc-macro-error-attr v1.0.4
3462026-06-18T22:21:22.796Z Downloaded usdt-macro v0.5.0
3472026-06-18T22:21:22.796Z Downloaded thiserror-impl v1.0.69
3482026-06-18T22:21:22.796Z Downloaded unicode-xid v0.2.6
3492026-06-18T22:21:22.796Z Downloaded unicode-linebreak v0.1.5
3502026-06-18T22:21:22.799Z Downloaded colorchoice v1.0.4
3512026-06-18T22:21:22.803Z Downloaded writeable v0.6.2
3522026-06-18T22:21:22.806Z Downloaded serde_spanned v0.6.9
3532026-06-18T22:21:22.806Z Downloaded heck v0.4.1
3542026-06-18T22:21:22.806Z Downloaded serde-value v0.7.0
3552026-06-18T22:21:22.806Z Downloaded equivalent v1.0.2
3562026-06-18T22:21:22.809Z Downloaded memmap v0.7.0
3572026-06-18T22:21:22.813Z Downloaded typeid v1.0.3
3582026-06-18T22:21:22.815Z Downloaded generic-array v0.14.7
3592026-06-18T22:21:22.815Z Downloaded unicode-ident v1.0.24
3602026-06-18T22:21:22.815Z Downloaded sha2 v0.10.9
3612026-06-18T22:21:22.819Z Downloaded toml_edit v0.22.27
3622026-06-18T22:21:22.825Z Downloaded zerotrie v0.2.3
3632026-06-18T22:21:22.830Z Downloaded tabled_derive v0.7.0
3642026-06-18T22:21:22.830Z Downloaded url v2.5.8
3652026-06-18T22:21:22.830Z Downloaded dof v0.3.0
3662026-06-18T22:21:22.834Z Downloaded crypto-common v0.1.7
3672026-06-18T22:21:22.834Z Downloaded fnv v1.0.7
3682026-06-18T22:21:22.834Z Downloaded errno v0.3.14
3692026-06-18T22:21:22.834Z Downloaded cfg-if v1.0.4
3702026-06-18T22:21:22.837Z Downloaded percent-encoding v2.3.2
3712026-06-18T22:21:22.837Z Downloaded fastrand v2.3.0
3722026-06-18T22:21:22.841Z Downloaded winnow v0.7.14
3732026-06-18T22:21:22.846Z Downloaded anstyle-query v1.1.5
3742026-06-18T22:21:22.849Z Downloaded swrite v0.1.0
3752026-06-18T22:21:22.849Z Downloaded is_terminal_polyfill v1.70.2
3762026-06-18T22:21:22.852Z Downloaded idna_adapter v1.2.1
3772026-06-18T22:21:22.857Z Downloaded proc-macro-error v1.0.4
3782026-06-18T22:21:22.860Z Downloaded digest v0.10.7
3792026-06-18T22:21:22.860Z Downloaded erased-serde v0.4.9
3802026-06-18T22:21:22.863Z Downloaded fs-err v3.3.0
3812026-06-18T22:21:22.863Z Downloaded serde-untagged v0.1.9
3822026-06-18T22:21:22.863Z Downloaded anstyle-parse v1.0.0
3832026-06-18T22:21:22.867Z Downloaded pest_generator v2.8.6
3842026-06-18T22:21:22.870Z Downloaded zerovec v0.11.5
3852026-06-18T22:21:22.873Z Downloaded zerocopy v0.7.35
3862026-06-18T22:21:22.898Z Downloaded potential_utf v0.1.4
3872026-06-18T22:21:22.903Z Downloaded log v0.4.29
3882026-06-18T22:21:22.903Z Downloaded unicode-width v0.1.14
3892026-06-18T22:21:22.903Z Downloaded byteorder v1.5.0
3902026-06-18T22:21:22.903Z Downloaded unicode-width v0.2.0
3912026-06-18T22:21:22.903Z Downloaded serde_tokenstream v0.2.3
3922026-06-18T22:21:22.903Z Downloaded once_cell v1.21.3
3932026-06-18T22:21:22.903Z Downloaded smallvec v1.15.1
3942026-06-18T22:21:22.903Z Downloaded anyhow v1.0.102
3952026-06-18T22:21:22.907Z Downloaded papergrid v0.11.0
3962026-06-18T22:21:22.910Z Downloaded pest_meta v2.8.6
3972026-06-18T22:21:22.914Z Downloaded semver v1.0.28
3982026-06-18T22:21:22.916Z Downloaded cargo_metadata v0.21.0
3992026-06-18T22:21:22.932Z Downloaded clap v4.6.1
4002026-06-18T22:21:22.938Z Downloaded serde_derive v1.0.228
4012026-06-18T22:21:22.942Z Downloaded num-traits v0.2.19
4022026-06-18T22:21:22.945Z Downloaded getrandom v0.4.1
4032026-06-18T22:21:22.948Z Downloaded tempfile v3.25.0
4042026-06-18T22:21:22.948Z Downloaded bitflags v2.11.0
4052026-06-18T22:21:22.954Z Downloaded proc-macro2 v1.0.106
4062026-06-18T22:21:22.957Z Downloaded icu_properties v2.1.2
4072026-06-18T22:21:22.971Z Downloaded icu_normalizer v2.1.1
4082026-06-18T22:21:22.973Z Downloaded serde v1.0.228
4092026-06-18T22:21:22.976Z Downloaded icu_locale_core v2.1.1
4102026-06-18T22:21:22.979Z Downloaded memchr v2.8.0
4112026-06-18T22:21:22.982Z Downloaded idna v1.1.0
4122026-06-18T22:21:22.991Z Downloaded icu_properties_data v2.1.2
4132026-06-18T22:21:22.996Z Downloaded icu_collections v2.1.1
4142026-06-18T22:21:23.004Z Downloaded serde_json v1.0.149
4152026-06-18T22:21:23.009Z Downloaded indexmap v2.14.0
4162026-06-18T22:21:23.012Z Downloaded hashbrown v0.17.0
4172026-06-18T22:21:23.022Z Downloaded pest v2.8.6
4182026-06-18T22:21:23.048Z Downloaded clap_builder v4.6.0
4192026-06-18T22:21:23.056Z Downloaded goblin v0.8.2
4202026-06-18T22:21:23.059Z Downloaded tabled v0.15.0
4212026-06-18T22:21:23.082Z Downloaded syn v1.0.109
4222026-06-18T22:21:23.087Z Downloaded syn v2.0.117
4232026-06-18T22:21:23.103Z Downloaded rustix v1.1.3
4242026-06-18T22:21:23.134Z Downloaded libc v0.2.185
4252026-06-18T22:21:23.202Z Compiling proc-macro2 v1.0.106
4262026-06-18T22:21:23.205Z Compiling quote v1.0.45
4272026-06-18T22:21:23.205Z Compiling unicode-ident v1.0.24
4282026-06-18T22:21:23.205Z Compiling serde_core v1.0.228
4292026-06-18T22:21:23.205Z Compiling libc v0.2.185
4302026-06-18T22:21:23.205Z Compiling version_check v0.9.5
4312026-06-18T22:21:23.205Z Compiling serde v1.0.228
4322026-06-18T22:21:23.205Z Compiling stable_deref_trait v1.2.1
4332026-06-18T22:21:23.458Z Compiling memchr v2.8.0
4342026-06-18T22:21:23.541Z Compiling zmij v1.0.21
4352026-06-18T22:21:23.750Z Compiling thiserror v1.0.69
4362026-06-18T22:21:23.753Z Compiling ucd-trie v0.1.7
4372026-06-18T22:21:23.796Z Compiling itoa v1.0.17
4382026-06-18T22:21:23.987Z Compiling autocfg v1.5.0
4392026-06-18T22:21:24.086Z Compiling pest v2.8.6
4402026-06-18T22:21:24.135Z Compiling litemap v0.8.1
4412026-06-18T22:21:24.173Z Compiling writeable v0.6.2
4422026-06-18T22:21:24.220Z Compiling byteorder v1.5.0
4432026-06-18T22:21:24.341Z Compiling icu_properties_data v2.1.2
4442026-06-18T22:21:24.408Z Compiling rustix v1.1.3
4452026-06-18T22:21:24.450Z Compiling icu_normalizer_data v2.1.1
4462026-06-18T22:21:24.628Z Compiling syn v2.0.117
4472026-06-18T22:21:24.676Z Compiling errno v0.3.14
4482026-06-18T22:21:24.692Z Compiling bitflags v2.11.0
4492026-06-18T22:21:24.847Z Compiling serde_json v1.0.149
4502026-06-18T22:21:24.996Z Compiling num-traits v0.2.19
4512026-06-18T22:21:25.013Z Compiling hashbrown v0.17.0
4522026-06-18T22:21:25.222Z Compiling pest_meta v2.8.6
4532026-06-18T22:21:25.281Z Compiling smallvec v1.15.1
4542026-06-18T22:21:25.383Z Compiling typeid v1.0.3
4552026-06-18T22:21:25.497Z Compiling equivalent v1.0.2
4562026-06-18T22:21:25.591Z Compiling indexmap v2.14.0
4572026-06-18T22:21:25.659Z Compiling thread-id v4.2.2
4582026-06-18T22:21:25.717Z Compiling proc-macro-error-attr v1.0.4
4592026-06-18T22:21:25.746Z Compiling usdt-impl v0.5.0
4602026-06-18T22:21:25.804Z Compiling toml_write v0.1.2
4612026-06-18T22:21:25.902Z Compiling winnow v0.7.14
4622026-06-18T22:21:25.956Z Compiling syn v1.0.109
4632026-06-18T22:21:26.010Z Compiling erased-serde v0.4.9
4642026-06-18T22:21:26.350Z Compiling proc-macro-error v1.0.4
4652026-06-18T22:21:26.434Z Compiling utf8_iter v1.0.4
4662026-06-18T22:21:26.537Z Compiling camino v1.2.2
4672026-06-18T22:21:26.588Z Compiling thiserror v2.0.18
4682026-06-18T22:21:26.851Z Compiling log v0.4.29
4692026-06-18T22:21:26.901Z Compiling plain v0.2.3
4702026-06-18T22:21:26.918Z Compiling percent-encoding v2.3.2
4712026-06-18T22:21:26.922Z Compiling getrandom v0.4.1
4722026-06-18T22:21:27.011Z Compiling utf8parse v0.2.2
4732026-06-18T22:21:27.116Z Compiling anstyle-parse v1.0.0
4742026-06-18T22:21:27.132Z Compiling form_urlencoded v1.2.2
4752026-06-18T22:21:27.235Z Compiling ordered-float v2.10.1
4762026-06-18T22:21:27.270Z Compiling synstructure v0.13.2
4772026-06-18T22:21:27.299Z Compiling pest_generator v2.8.6
4782026-06-18T22:21:27.386Z Compiling terminal_size v0.4.3
4792026-06-18T22:21:27.527Z Compiling anstyle v1.0.14
4802026-06-18T22:21:27.690Z Compiling cfg-if v1.0.4
4812026-06-18T22:21:27.745Z Compiling anstyle-query v1.1.5
4822026-06-18T22:21:27.760Z Compiling is_terminal_polyfill v1.70.2
4832026-06-18T22:21:27.775Z Compiling colorchoice v1.0.4
4842026-06-18T22:21:27.798Z Compiling pretty-hex v0.4.1
4852026-06-18T22:21:27.873Z Compiling anstream v1.0.0
4862026-06-18T22:21:27.877Z Compiling serde-untagged v0.1.9
4872026-06-18T22:21:28.012Z Compiling semver v1.0.28
4882026-06-18T22:21:28.050Z Compiling fs-err v3.3.0
4892026-06-18T22:21:28.152Z Compiling once_cell v1.21.3
4902026-06-18T22:21:28.206Z Compiling bytecount v0.6.9
4912026-06-18T22:21:28.252Z Compiling strsim v0.11.1
4922026-06-18T22:21:28.341Z Compiling clap_lex v1.0.0
4932026-06-18T22:21:28.344Z Compiling heck v0.4.1
4942026-06-18T22:21:28.373Z Compiling unicode-xid v0.2.6
4952026-06-18T22:21:28.390Z Compiling fastrand v2.3.0
4962026-06-18T22:21:28.582Z Compiling anyhow v1.0.102
4972026-06-18T22:21:28.586Z Compiling heck v0.5.0
4982026-06-18T22:21:28.612Z Compiling fnv v1.0.7
4992026-06-18T22:21:28.657Z Compiling unicode-width v0.1.14
5002026-06-18T22:21:28.710Z Compiling tempfile v3.25.0
5012026-06-18T22:21:28.806Z Compiling clap_builder v4.6.0
5022026-06-18T22:21:28.926Z Compiling papergrid v0.11.0
5032026-06-18T22:21:28.945Z Compiling memmap v0.7.0
5042026-06-18T22:21:28.956Z Compiling serde_derive v1.0.228
5052026-06-18T22:21:29.078Z Compiling zerofrom-derive v0.1.6
5062026-06-18T22:21:29.098Z Compiling yoke-derive v0.8.1
5072026-06-18T22:21:29.121Z Compiling zerovec-derive v0.11.2
5082026-06-18T22:21:29.380Z Compiling displaydoc v0.2.5
5092026-06-18T22:21:30.112Z Compiling thiserror-impl v1.0.69
5102026-06-18T22:21:30.250Z Compiling zerocopy-derive v0.7.35
5112026-06-18T22:21:30.255Z Compiling pest_derive v2.8.6
5122026-06-18T22:21:30.364Z Compiling scroll_derive v0.12.1
5132026-06-18T22:21:30.513Z Compiling zerofrom v0.1.6
5142026-06-18T22:21:30.649Z Compiling yoke v0.8.1
5152026-06-18T22:21:30.699Z Compiling thiserror-impl v2.0.18
5162026-06-18T22:21:30.842Z Compiling zerovec v0.11.5
5172026-06-18T22:21:31.047Z Compiling zerotrie v0.2.3
5182026-06-18T22:21:31.126Z Compiling zerocopy v0.7.35
5192026-06-18T22:21:31.352Z Compiling tinystr v0.8.2
5202026-06-18T22:21:31.371Z Compiling potential_utf v0.1.4
5212026-06-18T22:21:31.514Z Compiling icu_locale_core v2.1.1
5222026-06-18T22:21:31.544Z Compiling icu_collections v2.1.1
5232026-06-18T22:21:31.564Z Compiling dtrace-parser v0.2.0
5242026-06-18T22:21:31.693Z Compiling scroll v0.12.0
5252026-06-18T22:21:31.839Z Compiling tabled_derive v0.7.0
5262026-06-18T22:21:31.998Z Compiling goblin v0.8.2
5272026-06-18T22:21:32.031Z Compiling clap_derive v4.6.1
5282026-06-18T22:21:32.178Z Compiling icu_provider v2.1.1
5292026-06-18T22:21:32.301Z Compiling unicode-linebreak v0.1.5
5302026-06-18T22:21:32.396Z Compiling toml_datetime v0.6.11
5312026-06-18T22:21:32.437Z Compiling icu_properties v2.1.2
5322026-06-18T22:21:32.471Z Compiling icu_normalizer v2.1.1
5332026-06-18T22:21:32.488Z Compiling serde_spanned v0.6.9
5342026-06-18T22:21:32.545Z Compiling dof v0.3.0
5352026-06-18T22:21:32.637Z Compiling toml_edit v0.22.27
5362026-06-18T22:21:32.663Z Compiling serde_tokenstream v0.2.3
5372026-06-18T22:21:32.743Z Compiling serde-value v0.7.0
5382026-06-18T22:21:32.972Z Compiling cargo-platform v0.2.0
5392026-06-18T22:21:33.002Z Compiling smawk v0.3.2
5402026-06-18T22:21:33.099Z Compiling unicode-width v0.2.0
5412026-06-18T22:21:33.143Z Compiling tabled v0.15.0
5422026-06-18T22:21:33.238Z Compiling macaddr v1.0.1
5432026-06-18T22:21:33.379Z Compiling idna_adapter v1.2.1
5442026-06-18T22:21:33.466Z Compiling textwrap v0.16.2
5452026-06-18T22:21:33.514Z Compiling idna v1.1.0
5462026-06-18T22:21:33.544Z Compiling usdt-macro v0.5.0
5472026-06-18T22:21:33.785Z Compiling usdt-attr-macro v0.5.0
5482026-06-18T22:21:33.875Z Compiling url v2.5.8
5492026-06-18T22:21:33.942Z Compiling clap v4.6.1
5502026-06-18T22:21:34.030Z Compiling toml v0.8.23
5512026-06-18T22:21:34.465Z Compiling cargo-util-schemas v0.8.2
5522026-06-18T22:21:34.482Z Compiling cargo_toml v0.21.0
5532026-06-18T22:21:34.655Z Compiling camino-tempfile v1.4.1
5542026-06-18T22:21:34.887Z Compiling swrite v0.1.0
5552026-06-18T22:21:34.904Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5562026-06-18T22:21:34.986Z Compiling usdt v0.5.0
5572026-06-18T22:21:35.456Z Compiling cargo_metadata v0.21.0
5582026-06-18T22:21:36.396Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5592026-06-18T22:21:38.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.31s
5602026-06-18T22:21:38.674Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5612026-06-18T22:21:39.167Z Downloading crates ...
5622026-06-18T22:21:39.274Z Downloaded backoff v0.4.0
5632026-06-18T22:21:39.278Z Downloaded cargo-platform v0.3.2
5642026-06-18T22:21:39.278Z Downloaded argon2 v0.5.3
5652026-06-18T22:21:39.281Z Downloaded bit-set v0.8.0
5662026-06-18T22:21:39.284Z Downloaded base16ct v0.2.0
5672026-06-18T22:21:39.284Z Downloaded buf-list v1.1.2
5682026-06-18T22:21:39.287Z Downloaded async-stream-impl v0.3.6
5692026-06-18T22:21:39.290Z Downloaded atty v0.2.14
5702026-06-18T22:21:39.290Z Downloaded atomicwrites v0.4.4
5712026-06-18T22:21:39.293Z Downloaded adler2 v2.0.1
5722026-06-18T22:21:39.302Z Downloaded crc-any v2.5.0
5732026-06-18T22:21:39.305Z Downloaded display-error-chain v0.2.2
5742026-06-18T22:21:39.305Z Downloaded dunce v1.0.5
5752026-06-18T22:21:39.305Z Downloaded des v0.8.1
5762026-06-18T22:21:39.308Z Downloaded backon v1.6.0
5772026-06-18T22:21:39.308Z Downloaded cstr-argument v0.1.2
5782026-06-18T22:21:39.311Z Downloaded difflib v0.4.0
5792026-06-18T22:21:39.311Z Downloaded dropshot-api-manager-types v0.7.2
5802026-06-18T22:21:39.311Z Downloaded der v0.7.10
5812026-06-18T22:21:39.316Z Downloaded embedded-io v0.6.1
5822026-06-18T22:21:39.316Z Downloaded diesel_table_macro_syntax v0.3.0
5832026-06-18T22:21:39.316Z Downloaded crossbeam-utils v0.8.21
5842026-06-18T22:21:39.319Z Downloaded cc v1.2.56
5852026-06-18T22:21:39.319Z Downloaded darling_macro v0.13.4
5862026-06-18T22:21:39.319Z Downloaded aead v0.5.2
5872026-06-18T22:21:39.322Z Downloaded drift v0.2.0
5882026-06-18T22:21:39.325Z Downloaded ena v0.14.4
5892026-06-18T22:21:39.328Z Downloaded blowfish v0.9.1
5902026-06-18T22:21:39.328Z Downloaded defmt v1.0.1
5912026-06-18T22:21:39.331Z Downloaded crossbeam-epoch v0.9.18
5922026-06-18T22:21:39.331Z Downloaded derive_more v0.99.20
5932026-06-18T22:21:39.334Z Downloaded elliptic-curve v0.13.8
5942026-06-18T22:21:39.337Z Downloaded async-trait v0.1.89
5952026-06-18T22:21:39.340Z Downloaded compact_str v0.8.1
5962026-06-18T22:21:39.343Z Downloaded atomic-waker v1.1.2
5972026-06-18T22:21:39.343Z Downloaded cfg_aliases v0.1.1
5982026-06-18T22:21:39.343Z Downloaded castaway v0.2.4
5992026-06-18T22:21:39.343Z Downloaded defmt-parser v1.0.0
6002026-06-18T22:21:39.346Z Downloaded darling_core v0.13.4
6012026-06-18T22:21:39.349Z Downloaded darling_macro v0.21.3
6022026-06-18T22:21:39.359Z Downloaded dropshot v0.17.0
6032026-06-18T22:21:39.371Z Downloaded foreign-types-macros v0.2.3
6042026-06-18T22:21:39.374Z Downloaded float-ord v0.3.2
6052026-06-18T22:21:39.374Z Downloaded env_filter v1.0.0
6062026-06-18T22:21:39.374Z Downloaded enum-as-inner v0.6.1
6072026-06-18T22:21:39.377Z Downloaded ghash v0.5.1
6082026-06-18T22:21:39.377Z Downloaded arrayref v0.3.9
6092026-06-18T22:21:39.377Z Downloaded derive_builder_macro v0.20.2
6102026-06-18T22:21:39.377Z Downloaded endian-type v0.1.2
6112026-06-18T22:21:39.380Z Downloaded ctr v0.9.2
6122026-06-18T22:21:39.380Z Downloaded find-msvc-tools v0.1.9
6132026-06-18T22:21:39.380Z Downloaded darling v0.13.4
6142026-06-18T22:21:39.384Z Downloaded csv-core v0.1.13
6152026-06-18T22:21:39.384Z Downloaded cobs v0.3.0
6162026-06-18T22:21:39.387Z Downloaded futures-core v0.3.32
6172026-06-18T22:21:39.388Z Downloaded der_derive v0.7.3
6182026-06-18T22:21:39.388Z Downloaded crc32fast v1.5.0
6192026-06-18T22:21:39.391Z Downloaded bit-set v0.5.3
6202026-06-18T22:21:39.391Z Downloaded cfg_aliases v0.2.1
6212026-06-18T22:21:39.391Z Downloaded ascii-canvas v3.0.0
6222026-06-18T22:21:39.391Z Downloaded ciborium-ll v0.2.2
6232026-06-18T22:21:39.391Z Downloaded ed25519 v2.2.3
6242026-06-18T22:21:39.394Z Downloaded ciborium-io v0.2.2
6252026-06-18T22:21:39.394Z Downloaded block-padding v0.3.3
6262026-06-18T22:21:39.394Z Downloaded futures-io v0.3.32
6272026-06-18T22:21:39.394Z Downloaded embedded-io v0.4.0
6282026-06-18T22:21:39.398Z Downloaded dyn-clone v1.0.20
6292026-06-18T22:21:39.398Z Downloaded compression-core v0.4.31
6302026-06-18T22:21:39.398Z Downloaded bb8 v0.8.6
6312026-06-18T22:21:39.401Z Downloaded dof v0.4.0
6322026-06-18T22:21:39.401Z Downloaded assert_matches v1.5.0
6332026-06-18T22:21:39.401Z Downloaded bitfield-struct v0.6.2
6342026-06-18T22:21:39.401Z Downloaded dirs-next v2.0.0
6352026-06-18T22:21:39.401Z Downloaded crunchy v0.2.4
6362026-06-18T22:21:39.404Z Downloaded crc v3.4.0
6372026-06-18T22:21:39.404Z Downloaded gethostname v0.5.0
6382026-06-18T22:21:39.404Z Downloaded bitfield-macros v0.19.4
6392026-06-18T22:21:39.407Z Downloaded async-stream v0.3.6
6402026-06-18T22:21:39.407Z Downloaded async-recursion v1.1.1
6412026-06-18T22:21:39.410Z Downloaded cmake v0.1.57
6422026-06-18T22:21:39.410Z Downloaded cipher v0.4.4
6432026-06-18T22:21:39.410Z Downloaded darling_macro v0.23.0
6442026-06-18T22:21:39.413Z Downloaded chacha20 v0.9.1
6452026-06-18T22:21:39.413Z Downloaded crucible-workspace-hack v0.1.0
6462026-06-18T22:21:39.413Z Downloaded cargo_metadata v0.23.1
6472026-06-18T22:21:39.416Z Downloaded cbc v0.1.2
6482026-06-18T22:21:39.416Z Downloaded document-features v0.2.12
6492026-06-18T22:21:39.416Z Downloaded derive-where v1.6.0
6502026-06-18T22:21:39.419Z Downloaded critical-section v1.2.0
6512026-06-18T22:21:39.419Z Downloaded camino-tempfile-ext v0.3.3
6522026-06-18T22:21:39.422Z Downloaded byte-wrapper v0.1.0
6532026-06-18T22:21:39.422Z Downloaded array-init v0.0.4
6542026-06-18T22:21:39.426Z Downloaded downcast-rs v2.0.2
6552026-06-18T22:21:39.426Z Downloaded crc-catalog v2.4.0
6562026-06-18T22:21:39.429Z Downloaded futures-macro v0.3.32
6572026-06-18T22:21:39.429Z Downloaded foreign-types-shared v0.3.1
6582026-06-18T22:21:39.429Z Downloaded foreign-types v0.5.0
6592026-06-18T22:21:39.429Z Downloaded foreign-types v0.3.2
6602026-06-18T22:21:39.429Z Downloaded convert_case v0.4.0
6612026-06-18T22:21:39.429Z Downloaded dirs-sys-next v0.1.2
6622026-06-18T22:21:39.429Z Downloaded foreign-types-shared v0.1.1
6632026-06-18T22:21:39.432Z Downloaded dtrace-parser v0.3.0
6642026-06-18T22:21:39.432Z Downloaded cpufeatures v0.3.0
6652026-06-18T22:21:39.432Z Downloaded globwalk v0.9.1
6662026-06-18T22:21:39.435Z Downloaded git-stub v1.0.0
6672026-06-18T22:21:39.438Z Downloaded hash32 v0.2.1
6682026-06-18T22:21:39.438Z Downloaded float-cmp v0.10.0
6692026-06-18T22:21:39.438Z Downloaded darling_macro v0.20.11
6702026-06-18T22:21:39.441Z Downloaded crc8 v0.1.1
6712026-06-18T22:21:39.441Z Downloaded curve25519-dalek-derive v0.1.1
6722026-06-18T22:21:39.441Z Downloaded dsl_auto_type v0.2.0
6732026-06-18T22:21:39.446Z Downloaded const_format_proc_macros v0.2.34
6742026-06-18T22:21:39.446Z Downloaded fixedbitset v0.4.2
6752026-06-18T22:21:39.446Z Downloaded constant_time_eq v0.4.2
6762026-06-18T22:21:39.449Z Downloaded futures-task v0.3.32
6772026-06-18T22:21:39.452Z Downloaded debug-ignore v1.0.5
6782026-06-18T22:21:39.454Z Downloaded cassowary v0.3.0
6792026-06-18T22:21:39.454Z Downloaded defmt v0.3.100
6802026-06-18T22:21:39.454Z Downloaded bitflags v1.3.2
6812026-06-18T22:21:39.457Z Downloaded bit-vec v0.6.3
6822026-06-18T22:21:39.460Z Downloaded bcs v0.1.6
6832026-06-18T22:21:39.460Z Downloaded bit-vec v0.8.0
6842026-06-18T22:21:39.463Z Downloaded fxhash v0.2.1
6852026-06-18T22:21:39.463Z Downloaded diesel-dtrace v0.5.0
6862026-06-18T22:21:39.463Z Downloaded anstyle-parse v0.2.7
6872026-06-18T22:21:39.466Z Downloaded bcrypt-pbkdf v0.10.0
6882026-06-18T22:21:39.466Z Downloaded bitfield v0.19.4
6892026-06-18T22:21:39.469Z Downloaded convert_case v0.10.0
6902026-06-18T22:21:39.469Z Downloaded fd-lock v4.0.4
6912026-06-18T22:21:39.472Z Downloaded filetime v0.2.27
6922026-06-18T22:21:39.472Z Downloaded ff v0.13.1
6932026-06-18T22:21:39.472Z Downloaded dropshot_endpoint v0.17.0
6942026-06-18T22:21:39.475Z Downloaded base64ct v1.8.3
6952026-06-18T22:21:39.477Z Downloaded cexpr v0.6.0
6962026-06-18T22:21:39.478Z Downloaded hex-literal v0.4.1
6972026-06-18T22:21:39.478Z Downloaded base64 v0.21.7
6982026-06-18T22:21:39.480Z Downloaded http-body v1.0.1
6992026-06-18T22:21:39.480Z Downloaded home v0.5.12
7002026-06-18T22:21:39.483Z Downloaded hex v0.4.3
7012026-06-18T22:21:39.483Z Downloaded hash32 v0.3.1
7022026-06-18T22:21:39.483Z Downloaded futures-executor v0.3.32
7032026-06-18T22:21:39.487Z Downloaded crossbeam-deque v0.8.6
7042026-06-18T22:21:39.487Z Downloaded funty v2.0.0
7052026-06-18T22:21:39.487Z Downloaded headers-core v0.3.0
7062026-06-18T22:21:39.487Z Downloaded async-bb8-diesel v0.2.1
7072026-06-18T22:21:39.490Z Downloaded git-stub-vcs v0.1.0
7082026-06-18T22:21:39.490Z Downloaded foldhash v0.2.0
7092026-06-18T22:21:39.493Z Downloaded derive_builder_core v0.20.2
7102026-06-18T22:21:39.493Z Downloaded foldhash v0.1.5
7112026-06-18T22:21:39.493Z Downloaded fixedbitset v0.5.7
7122026-06-18T22:21:39.496Z Downloaded erased-serde v0.3.31
7132026-06-18T22:21:39.496Z Downloaded hostname v0.4.2
7142026-06-18T22:21:39.499Z Downloaded group v0.13.0
7152026-06-18T22:21:39.499Z Downloaded httpdate v1.0.3
7162026-06-18T22:21:39.499Z Downloaded deranged v0.5.8
7172026-06-18T22:21:39.501Z Downloaded flagset v0.4.7
7182026-06-18T22:21:39.502Z Downloaded fallible-iterator v0.2.0
7192026-06-18T22:21:39.502Z Downloaded ecdsa v0.16.9
7202026-06-18T22:21:39.504Z Downloaded ident_case v1.0.1
7212026-06-18T22:21:39.504Z Downloaded hubpack_derive v0.1.1
7222026-06-18T22:21:39.504Z Downloaded daft-derive v0.1.7
7232026-06-18T22:21:39.507Z Downloaded indent_write v2.2.0
7242026-06-18T22:21:39.510Z Downloaded chacha20 v0.10.0
7252026-06-18T22:21:39.510Z Downloaded console v0.15.11
7262026-06-18T22:21:39.513Z Downloaded http-range v0.1.5
7272026-06-18T22:21:39.513Z Downloaded env_logger v0.11.9
7282026-06-18T22:21:39.513Z Downloaded bzip2 v0.4.4
7292026-06-18T22:21:39.516Z Downloaded either v1.15.0
7302026-06-18T22:21:39.516Z Downloaded defmt-macros v1.0.1
7312026-06-18T22:21:39.519Z Downloaded const-oid v0.9.6
7322026-06-18T22:21:39.519Z Downloaded hubpack v0.1.2
7332026-06-18T22:21:39.524Z Downloaded illumos-nvpair v0.3.0
7342026-06-18T22:21:39.524Z Downloaded getrandom v0.2.17
7352026-06-18T22:21:39.524Z Downloaded ciborium v0.2.2
7362026-06-18T22:21:39.527Z Downloaded arrayvec v0.7.6
7372026-06-18T22:21:39.527Z Downloaded compression-codecs v0.4.37
7382026-06-18T22:21:39.529Z Downloaded instability v0.3.11
7392026-06-18T22:21:39.529Z Downloaded cookie_store v0.22.1
7402026-06-18T22:21:39.530Z Downloaded inout v0.1.4
7412026-06-18T22:21:39.533Z Downloaded highway v1.3.0
7422026-06-18T22:21:39.533Z Downloaded futures-sink v0.3.32
7432026-06-18T22:21:39.533Z Downloaded flate2 v1.1.9
7442026-06-18T22:21:39.535Z Downloaded hyper-tls v0.6.0
7452026-06-18T22:21:39.538Z Downloaded clang-sys v1.8.1
7462026-06-18T22:21:39.538Z Downloaded is-terminal v0.4.17
7472026-06-18T22:21:39.541Z Downloaded is_ci v1.2.0
7482026-06-18T22:21:39.541Z Downloaded glob v0.3.3
7492026-06-18T22:21:39.541Z Downloaded instant v0.1.13
7502026-06-18T22:21:39.544Z Downloaded console v0.16.2
7512026-06-18T22:21:39.544Z Downloaded bzip2 v0.6.1
7522026-06-18T22:21:39.544Z Downloaded indoc v1.0.9
7532026-06-18T22:21:39.547Z Downloaded kstat-rs v0.2.4
7542026-06-18T22:21:39.548Z Downloaded colored v2.2.0
7552026-06-18T22:21:39.550Z Downloaded lazy_static v1.5.0
7562026-06-18T22:21:39.551Z Downloaded internet-checksum v0.2.1
7572026-06-18T22:21:39.551Z Downloaded diff v0.1.13
7582026-06-18T22:21:39.553Z Downloaded ahash v0.8.12
7592026-06-18T22:21:39.554Z Downloaded blake2 v0.10.6
7602026-06-18T22:21:39.556Z Downloaded globset v0.4.18
7612026-06-18T22:21:39.556Z Downloaded futures-channel v0.3.32
7622026-06-18T22:21:39.559Z Downloaded fs_extra v1.3.0
7632026-06-18T22:21:39.559Z Downloaded fs-err v2.11.0
7642026-06-18T22:21:39.562Z Downloaded derive_builder v0.20.2
7652026-06-18T22:21:39.565Z Downloaded hostname v0.3.1
7662026-06-18T22:21:39.565Z Downloaded darling v0.20.11
7672026-06-18T22:21:39.568Z Downloaded cancel-safe-futures v0.1.5
7682026-06-18T22:21:39.568Z Downloaded derive-ex v0.1.8
7692026-06-18T22:21:39.571Z Downloaded corncobs v0.1.4
7702026-06-18T22:21:39.571Z Downloaded data-encoding v2.10.0
7712026-06-18T22:21:39.574Z Downloaded linked-hash-map v0.5.6
7722026-06-18T22:21:39.574Z Downloaded lzss v0.8.2
7732026-06-18T22:21:39.577Z Downloaded managed v0.8.0
7742026-06-18T22:21:39.577Z Downloaded darling v0.21.3
7752026-06-18T22:21:39.580Z Downloaded lru v0.12.5
7762026-06-18T22:21:39.583Z Downloaded hyper-staticfile v0.10.1
7772026-06-18T22:21:39.586Z Downloaded lru-slab v0.1.2
7782026-06-18T22:21:39.586Z Downloaded lru-cache v0.1.2
7792026-06-18T22:21:39.586Z Downloaded libscf-sys v1.1.0
7802026-06-18T22:21:39.590Z Downloaded newline-converter v0.3.0
7812026-06-18T22:21:39.593Z Downloaded md5 v0.7.0
7822026-06-18T22:21:39.593Z Downloaded newtype-uuid-macros v0.1.0
7832026-06-18T22:21:39.593Z Downloaded memoffset v0.9.1
7842026-06-18T22:21:39.596Z Downloaded nodrop v0.1.14
7852026-06-18T22:21:39.596Z Downloaded ingot v0.1.1
7862026-06-18T22:21:39.596Z Downloaded maybe-uninit v2.0.0
7872026-06-18T22:21:39.596Z Downloaded allocator-api2 v0.2.21
7882026-06-18T22:21:39.599Z Downloaded colored v3.1.1
7892026-06-18T22:21:39.602Z Downloaded indoc v2.0.7
7902026-06-18T22:21:39.602Z Downloaded multimap v0.10.1
7912026-06-18T22:21:39.604Z Downloaded illumos-nvpair-sys v0.2.0
7922026-06-18T22:21:39.604Z Downloaded humantime v2.3.0
7932026-06-18T22:21:39.604Z Downloaded libefi-sys v0.1.0
7942026-06-18T22:21:39.604Z Downloaded ipnetwork v0.21.1
7952026-06-18T22:21:39.607Z Downloaded ingot-types v0.1.2
7962026-06-18T22:21:39.607Z Downloaded nonempty v0.12.0
7972026-06-18T22:21:39.610Z Downloaded new_debug_unreachable v1.0.6
7982026-06-18T22:21:39.610Z Downloaded newtype_derive v0.1.6
7992026-06-18T22:21:39.610Z Downloaded bytes v1.11.1
8002026-06-18T22:21:39.613Z Downloaded num-conv v0.2.0
8012026-06-18T22:21:39.613Z Downloaded keccak v0.1.6
8022026-06-18T22:21:39.613Z Downloaded jobserver v0.1.34
8032026-06-18T22:21:39.616Z Downloaded http-body-util v0.1.3
8042026-06-18T22:21:39.616Z Downloaded half v1.8.3
8052026-06-18T22:21:39.619Z Downloaded nibble_vec v0.1.0
8062026-06-18T22:21:39.619Z Downloaded num v0.4.3
8072026-06-18T22:21:39.619Z Downloaded normalize-line-endings v0.3.0
8082026-06-18T22:21:39.622Z Downloaded expectorate v1.2.0
8092026-06-18T22:21:39.622Z Downloaded num-iter v0.1.45
8102026-06-18T22:21:39.622Z Downloaded num-derive v0.4.2
8112026-06-18T22:21:39.625Z Downloaded darling v0.23.0
8122026-06-18T22:21:39.628Z Downloaded num_enum_derive v0.5.11
8132026-06-18T22:21:39.628Z Downloaded daft v0.1.7
8142026-06-18T22:21:39.628Z Downloaded libloading v0.8.9
8152026-06-18T22:21:39.631Z Downloaded lalrpop-util v0.19.12
8162026-06-18T22:21:39.631Z Downloaded httparse v1.10.1
8172026-06-18T22:21:39.633Z Downloaded ipnet v2.11.0
8182026-06-18T22:21:39.633Z Downloaded match_cfg v0.1.0
8192026-06-18T22:21:39.633Z Downloaded getrandom v0.3.4
8202026-06-18T22:21:39.636Z Downloaded half v2.7.1
8212026-06-18T22:21:39.639Z Downloaded darling_core v0.23.0
8222026-06-18T22:21:39.642Z Downloaded linear-map v1.2.0
8232026-06-18T22:21:39.642Z Downloaded lock_api v0.4.14
8242026-06-18T22:21:39.645Z Downloaded libsw-core v0.3.2
8252026-06-18T22:21:39.645Z Downloaded libsw v3.5.0
8262026-06-18T22:21:39.645Z Downloaded opaque-debug v0.3.1
8272026-06-18T22:21:39.648Z Downloaded olpc-cjson v0.1.4
8282026-06-18T22:21:39.648Z Downloaded num_threads v0.1.7
8292026-06-18T22:21:39.648Z Downloaded futures v0.3.32
8302026-06-18T22:21:39.651Z Downloaded openssl-probe v0.2.1
8312026-06-18T22:21:39.651Z Downloaded anstream v0.6.21
8322026-06-18T22:21:39.654Z Downloaded md-5 v0.10.6
8332026-06-18T22:21:39.654Z Downloaded maplit v1.0.2
8342026-06-18T22:21:39.654Z Downloaded oso-derive v0.27.3
8352026-06-18T22:21:39.657Z Downloaded openssl-macros v0.1.1
8362026-06-18T22:21:39.657Z Downloaded cookie v0.18.1
8372026-06-18T22:21:39.661Z Downloaded arc-swap v1.8.2
8382026-06-18T22:21:39.664Z Downloaded flume v0.11.1
8392026-06-18T22:21:39.664Z Downloaded const_format v0.2.35
8402026-06-18T22:21:39.667Z Downloaded path-slash v0.1.5
8412026-06-18T22:21:39.667Z Downloaded nanorand v0.7.0
8422026-06-18T22:21:39.670Z Downloaded packed_struct_codegen v0.10.1
8432026-06-18T22:21:39.670Z Downloaded mime v0.3.17
8442026-06-18T22:21:39.670Z Downloaded iana-time-zone v0.1.65
8452026-06-18T22:21:39.673Z Downloaded fatfs v0.3.6
8462026-06-18T22:21:39.673Z Downloaded base64 v0.22.1
8472026-06-18T22:21:39.676Z Downloaded newtype-uuid v1.3.2
8482026-06-18T22:21:39.679Z Downloaded mime_guess v2.0.5
8492026-06-18T22:21:39.679Z Downloaded num-derive v0.3.3
8502026-06-18T22:21:39.681Z Downloaded parse-size v1.1.0
8512026-06-18T22:21:39.682Z Downloaded parse-display v0.10.0
8522026-06-18T22:21:39.685Z Downloaded num-complex v0.4.6
8532026-06-18T22:21:39.685Z Downloaded nu-ansi-term v0.50.3
8542026-06-18T22:21:39.685Z Downloaded ingot-macros v0.1.1
8552026-06-18T22:21:39.687Z Downloaded darling_core v0.20.11
8562026-06-18T22:21:39.690Z Downloaded peg-runtime v0.8.5
8572026-06-18T22:21:39.690Z Downloaded pbkdf2 v0.12.2
8582026-06-18T22:21:39.693Z Downloaded darling_core v0.21.3
8592026-06-18T22:21:39.696Z Downloaded num-integer v0.1.46
8602026-06-18T22:21:39.696Z Downloaded native-tls v0.2.18
8612026-06-18T22:21:39.696Z Downloaded num_enum_derive v0.7.6
8622026-06-18T22:21:39.699Z Downloaded num-rational v0.4.2
8632026-06-18T22:21:39.699Z Downloaded crossbeam-channel v0.5.15
8642026-06-18T22:21:39.710Z Downloaded litrs v1.0.0
8652026-06-18T22:21:39.713Z Downloaded phf_shared v0.13.1
8662026-06-18T22:21:39.714Z Downloaded openssl-probe v0.1.6
8672026-06-18T22:21:39.716Z Downloaded phf_shared v0.12.1
8682026-06-18T22:21:39.719Z Downloaded phf_shared v0.11.3
8692026-06-18T22:21:39.719Z Downloaded pin-utils v0.1.0
8702026-06-18T22:21:39.722Z Downloaded predicates-tree v1.0.13
8712026-06-18T22:21:39.722Z Downloaded diesel_derives v2.3.7
8722026-06-18T22:21:39.725Z Downloaded predicates-core v1.0.10
8732026-06-18T22:21:39.728Z Downloaded packed_struct v0.10.1
8742026-06-18T22:21:39.728Z Downloaded indexmap v1.9.3
8752026-06-18T22:21:39.731Z Downloaded chacha20poly1305 v0.10.1
8762026-06-18T22:21:39.731Z Downloaded parking_lot_core v0.8.6
8772026-06-18T22:21:39.734Z Downloaded oxnet v0.1.6
8782026-06-18T22:21:39.734Z Downloaded owo-colors v4.3.0
8792026-06-18T22:21:39.734Z Downloaded powerfmt v0.2.0
8802026-06-18T22:21:39.748Z Downloaded proc-macro-error-attr2 v2.0.0
8812026-06-18T22:21:39.751Z Downloaded proc-macro-crate v3.4.0
8822026-06-18T22:21:39.751Z Downloaded proc-macro-crate v1.3.1
8832026-06-18T22:21:39.751Z Downloaded precomputed-hash v0.1.1
8842026-06-18T22:21:39.751Z Downloaded oxide-tokio-rt v0.1.4
8852026-06-18T22:21:39.754Z Downloaded paste v1.0.15
8862026-06-18T22:21:39.754Z Downloaded password-hash v0.5.0
8872026-06-18T22:21:39.757Z Downloaded parse-display-derive v0.10.0
8882026-06-18T22:21:39.757Z Downloaded multer v3.1.0
8892026-06-18T22:21:39.760Z Downloaded hyper-rustls v0.27.7
8902026-06-18T22:21:39.760Z Downloaded progenitor-macro v0.14.0
8912026-06-18T22:21:39.763Z Downloaded peg v0.8.5
8922026-06-18T22:21:39.763Z Downloaded progenitor-macro v0.13.0
8932026-06-18T22:21:39.765Z Downloaded crypto-bigint v0.5.5
8942026-06-18T22:21:39.768Z Downloaded pem v3.0.6
8952026-06-18T22:21:39.768Z Downloaded num_enum v0.7.6
8962026-06-18T22:21:39.771Z Downloaded rand_chacha v0.3.1
8972026-06-18T22:21:39.774Z Downloaded quick-error v1.2.3
8982026-06-18T22:21:39.774Z Downloaded psl-types v2.0.11
8992026-06-18T22:21:39.774Z Downloaded progenitor-client v0.14.0
9002026-06-18T22:21:39.778Z Downloaded heapless v0.8.0
9012026-06-18T22:21:39.778Z Downloaded pem-rfc7468 v0.7.0
9022026-06-18T22:21:39.781Z Downloaded omicron-zone-package v0.12.2
9032026-06-18T22:21:39.781Z Downloaded libbz2-rs-sys v0.2.2
9042026-06-18T22:21:39.783Z Downloaded ed25519-dalek v2.2.0
9052026-06-18T22:21:39.786Z Downloaded pin-project-lite v0.2.17
9062026-06-18T22:21:39.789Z Downloaded rand_xorshift v0.4.0
9072026-06-18T22:21:39.789Z Downloaded radium v0.7.0
9082026-06-18T22:21:39.789Z Downloaded phf v0.12.1
9092026-06-18T22:21:39.792Z Downloaded pbkdf2 v0.11.0
9102026-06-18T22:21:39.792Z Downloaded postgres-protocol v0.6.10
9112026-06-18T22:21:39.795Z Downloaded phf v0.13.1
9122026-06-18T22:21:39.795Z Downloaded password-hash v0.4.2
9132026-06-18T22:21:39.795Z Downloaded parking_lot v0.12.5
9142026-06-18T22:21:39.798Z Downloaded derive_more-impl v2.1.1
9152026-06-18T22:21:39.801Z Downloaded ref-cast v1.0.25
9162026-06-18T22:21:39.804Z Downloaded ppv-lite86 v0.2.21
9172026-06-18T22:21:39.804Z Downloaded recursive-proc-macro-impl v0.1.1
9182026-06-18T22:21:39.804Z Downloaded recursive v0.1.1
9192026-06-18T22:21:39.804Z Downloaded poly1305 v0.8.0
9202026-06-18T22:21:39.806Z Downloaded pkcs8 v0.10.2
9212026-06-18T22:21:39.809Z Downloaded async-compression v0.4.41
9222026-06-18T22:21:39.812Z Downloaded ref-cast-impl v1.0.25
9232026-06-18T22:21:39.812Z Downloaded pkg-config v0.3.32
9242026-06-18T22:21:39.812Z Downloaded ar_archive_writer v0.5.1
9252026-06-18T22:21:39.815Z Downloaded bumpalo v3.20.2
9262026-06-18T22:21:39.818Z Downloaded primeorder v0.13.6
9272026-06-18T22:21:39.818Z Downloaded indicatif v0.18.4
9282026-06-18T22:21:39.821Z Downloaded derive_more v2.1.1
9292026-06-18T22:21:39.826Z Downloaded rfc6979 v0.4.0
9302026-06-18T22:21:39.829Z Downloaded progenitor v0.14.0
9312026-06-18T22:21:39.829Z Downloaded proc-macro-error2 v2.0.1
9322026-06-18T22:21:39.835Z Downloaded progenitor v0.13.0
9332026-06-18T22:21:39.835Z Downloaded russh-cryptovec v0.7.3
9342026-06-18T22:21:39.835Z Downloaded rtoolbox v0.0.3
9352026-06-18T22:21:39.840Z Downloaded headers v0.4.1
9362026-06-18T22:21:39.840Z Downloaded progenitor-client v0.13.0
9372026-06-18T22:21:39.840Z Downloaded hmac v0.12.1
9382026-06-18T22:21:39.843Z Downloaded ignore v0.4.25
9392026-06-18T22:21:39.843Z Downloaded memmap2 v0.9.10
9402026-06-18T22:21:39.843Z Downloaded progenitor-extras v0.2.0
9412026-06-18T22:21:39.843Z Downloaded num_enum v0.5.11
9422026-06-18T22:21:39.846Z Downloaded rustc_version v0.4.1
9432026-06-18T22:21:39.846Z Downloaded rustc_version v0.1.7
9442026-06-18T22:21:39.849Z Downloaded rustc-hash v2.1.1
9452026-06-18T22:21:39.849Z Downloaded impl-trait-for-tuples v0.2.3
9462026-06-18T22:21:39.857Z Downloaded r2d2 v0.8.10
9472026-06-18T22:21:39.860Z Downloaded rand_seeder v0.4.0
9482026-06-18T22:21:39.863Z Downloaded pin-project-internal v1.1.11
9492026-06-18T22:21:39.863Z Downloaded heapless v0.7.17
9502026-06-18T22:21:39.866Z Downloaded papergrid v0.17.0
9512026-06-18T22:21:39.870Z Downloaded rand_core v0.9.5
9522026-06-18T22:21:39.870Z Downloaded rand_core v0.6.4
9532026-06-18T22:21:39.872Z Downloaded polyval v0.6.2
9542026-06-18T22:21:39.872Z Downloaded pkcs5 v0.7.1
9552026-06-18T22:21:39.873Z Downloaded parking_lot_core v0.9.12
9562026-06-18T22:21:39.875Z Downloaded parking_lot v0.11.2
9572026-06-18T22:21:39.875Z Downloaded salsa20 v0.10.2
9582026-06-18T22:21:39.878Z Downloaded resolv-conf v0.7.6
9592026-06-18T22:21:39.878Z Downloaded same-file v1.0.6
9602026-06-18T22:21:39.878Z Downloaded predicates v3.1.4
9612026-06-18T22:21:39.881Z Downloaded sapling-renderdag v0.1.0
9622026-06-18T22:21:39.881Z Downloaded postcard v1.1.3
9632026-06-18T22:21:39.884Z Downloaded pkcs1 v0.7.5
9642026-06-18T22:21:39.884Z Downloaded peg-macros v0.8.5
9652026-06-18T22:21:39.887Z Downloaded oso v0.27.3
9662026-06-18T22:21:39.890Z Downloaded scheduled-thread-pool v0.2.7
9672026-06-18T22:21:39.890Z Downloaded postgres-types v0.2.12
9682026-06-18T22:21:39.890Z Downloaded hickory-resolver v0.25.2
9692026-06-18T22:21:39.893Z Downloaded jiff-static v0.2.21
9702026-06-18T22:21:39.896Z Downloaded rand_core v0.10.0
9712026-06-18T22:21:39.896Z Downloaded rand_chacha v0.9.0
9722026-06-18T22:21:39.899Z Downloaded p256 v0.13.2
9732026-06-18T22:21:39.899Z Downloaded scroll_derive v0.13.1
9742026-06-18T22:21:39.902Z Downloaded scopeguard v1.2.0
9752026-06-18T22:21:39.902Z Downloaded scrypt v0.11.0
9762026-06-18T22:21:39.902Z Downloaded hickory-resolver v0.24.4
9772026-06-18T22:21:39.905Z Downloaded seq-macro v0.3.6
9782026-06-18T22:21:39.905Z Downloaded secrecy v0.10.3
9792026-06-18T22:21:39.908Z Downloaded secrecy v0.8.0
9802026-06-18T22:21:39.908Z Downloaded serde-big-array v0.5.1
9812026-06-18T22:21:39.912Z Downloaded quinn-udp v0.5.14
9822026-06-18T22:21:39.915Z Downloaded psm v0.1.30
9832026-06-18T22:21:39.921Z Downloaded serde_plain v1.0.2
9842026-06-18T22:21:39.924Z Downloaded serde_bytes v0.11.19
9852026-06-18T22:21:39.927Z Downloaded sha1 v0.10.6
9862026-06-18T22:21:39.927Z Downloaded crossterm v0.28.1
9872026-06-18T22:21:39.930Z Downloaded shell-words v1.1.1
9882026-06-18T22:21:39.932Z Downloaded rustls-pemfile v2.2.0
9892026-06-18T22:21:39.933Z Downloaded rustls-pemfile v1.0.4
9902026-06-18T22:21:39.935Z Downloaded serde_spanned v1.0.4
9912026-06-18T22:21:39.935Z Downloaded serde_repr v0.1.20
9922026-06-18T22:21:39.935Z Downloaded pin-project v1.1.11
9932026-06-18T22:21:39.942Z Downloaded rustls-native-certs v0.8.3
9942026-06-18T22:21:39.947Z Downloaded rusty-fork v0.3.1
9952026-06-18T22:21:39.950Z Downloaded rustversion v1.0.22
9962026-06-18T22:21:39.954Z Downloaded siphasher v1.0.2
9972026-06-18T22:21:39.959Z Downloaded sigpipe v0.1.3
9982026-06-18T22:21:39.959Z Downloaded signal-hook-mio v0.2.5
9992026-06-18T22:21:39.963Z Downloaded signal-hook-tokio v0.3.1
10002026-06-18T22:21:39.966Z Downloaded signature v2.2.0
10012026-06-18T22:21:39.969Z Downloaded sec1 v0.7.3
10022026-06-18T22:21:39.972Z Downloaded slog-bunyan v2.5.0
10032026-06-18T22:21:39.972Z Downloaded semver v0.1.20
10042026-06-18T22:21:39.972Z Downloaded sct v0.7.1
10052026-06-18T22:21:39.975Z Downloaded slog-envlogger v2.2.0
10062026-06-18T22:21:39.975Z Downloaded scroll v0.13.0
10072026-06-18T22:21:39.978Z Downloaded prefix-trie v0.7.0
10082026-06-18T22:21:39.978Z Downloaded progenitor-impl v0.13.0
10092026-06-18T22:21:39.981Z Downloaded openssl-sys v0.9.115
10102026-06-18T22:21:39.984Z Downloaded hickory-server v0.25.2
10112026-06-18T22:21:39.986Z Downloaded serde-hex v0.1.0
10122026-06-18T22:21:39.986Z Downloaded miniz_oxide v0.8.9
10132026-06-18T22:21:39.989Z Downloaded schemars_derive v0.8.22
10142026-06-18T22:21:39.997Z Downloaded russh-keys v0.45.0
10152026-06-18T22:21:40.002Z Downloaded serde_urlencoded v0.7.1
10162026-06-18T22:21:40.005Z Downloaded serde_path_to_error v0.1.20
10172026-06-18T22:21:40.005Z Downloaded serde_derive_internals v0.29.1
10182026-06-18T22:21:40.008Z Downloaded ssh-cipher v0.2.0
10192026-06-18T22:21:40.011Z Downloaded sqlparser_derive v0.5.0
10202026-06-18T22:21:40.014Z Downloaded strum v0.26.3
10212026-06-18T22:21:40.014Z Downloaded hashbrown v0.12.3
10222026-06-18T22:21:40.017Z Downloaded strip-ansi-escapes v0.2.1
10232026-06-18T22:21:40.017Z Downloaded strsim v0.10.0
10242026-06-18T22:21:40.017Z Downloaded ssh-encoding v0.2.0
10252026-06-18T22:21:40.020Z Downloaded serde_with_macros v1.5.2
10262026-06-18T22:21:40.020Z Downloaded hashbrown v0.13.2
10272026-06-18T22:21:40.023Z Downloaded aes v0.8.4
10282026-06-18T22:21:40.030Z Downloaded slab v0.4.12
10292026-06-18T22:21:40.033Z Downloaded simd-adler32 v0.3.8
10302026-06-18T22:21:40.036Z Downloaded http v1.4.0
10312026-06-18T22:21:40.039Z Downloaded rustls-pki-types v1.14.0
10322026-06-18T22:21:40.044Z Downloaded signal-hook-registry v1.4.8
10332026-06-18T22:21:40.047Z Downloaded supports-color v3.0.2
10342026-06-18T22:21:40.047Z Downloaded subtle v2.6.1
10352026-06-18T22:21:40.049Z Downloaded strum v0.27.2
10362026-06-18T22:21:40.049Z Downloaded structmeta v0.3.0
10372026-06-18T22:21:40.050Z Downloaded slog-async v2.8.0
10382026-06-18T22:21:40.050Z Downloaded prettyplease v0.2.37
10392026-06-18T22:21:40.053Z Downloaded tap v1.0.1
10402026-06-18T22:21:40.053Z Downloaded take_mut v0.2.2
10412026-06-18T22:21:40.055Z Downloaded crossterm v0.29.0
10422026-06-18T22:21:40.058Z Downloaded pretty_assertions v1.4.1
10432026-06-18T22:21:40.058Z Downloaded aes-gcm v0.10.3
10442026-06-18T22:21:40.061Z Downloaded smallvec v0.6.14
10452026-06-18T22:21:40.064Z Downloaded slog-term v2.9.2
10462026-06-18T22:21:40.064Z Downloaded dropshot-api-manager v0.7.2
10472026-06-18T22:21:40.067Z Downloaded tabwriter v1.4.1
10482026-06-18T22:21:40.070Z Downloaded sync-ptr v0.1.4
10492026-06-18T22:21:40.070Z Downloaded snafu-derive v0.8.9
10502026-06-18T22:21:40.070Z Downloaded slog-json v2.6.1
10512026-06-18T22:21:40.073Z Downloaded slog-stdlog v4.1.1
10522026-06-18T22:21:40.073Z Downloaded slog-scope v4.4.1
10532026-06-18T22:21:40.073Z Downloaded minimal-lexical v0.2.1
10542026-06-18T22:21:40.077Z Downloaded structmeta-derive v0.3.0
10552026-06-18T22:21:40.080Z Downloaded string_cache v0.8.9
10562026-06-18T22:21:40.080Z Downloaded static_assertions v1.1.0
10572026-06-18T22:21:40.080Z Downloaded termtree v0.5.1
10582026-06-18T22:21:40.080Z Downloaded stacker v0.1.23
10592026-06-18T22:21:40.083Z Downloaded tinyvec_macros v0.1.1
10602026-06-18T22:21:40.083Z Downloaded time-core v0.1.8
10612026-06-18T22:21:40.083Z Downloaded serde_with_macros v3.17.0
10622026-06-18T22:21:40.086Z Downloaded progenitor-impl v0.14.0
10632026-06-18T22:21:40.086Z Downloaded tabled_derive v0.11.0
10642026-06-18T22:21:40.088Z Downloaded smf v0.2.3
10652026-06-18T22:21:40.088Z Downloaded rayon-core v1.13.0
10662026-06-18T22:21:40.091Z Downloaded sqlformat v0.3.5
10672026-06-18T22:21:40.091Z Downloaded spki v0.7.3
10682026-06-18T22:21:40.094Z Downloaded ryu v1.0.23
10692026-06-18T22:21:40.094Z Downloaded thread-id v5.1.0
10702026-06-18T22:21:40.097Z Downloaded schemars v0.8.22
10712026-06-18T22:21:40.101Z Downloaded strum_macros v0.26.4
10722026-06-18T22:21:40.104Z Downloaded nom v7.1.3
10732026-06-18T22:21:40.107Z Downloaded num-bigint v0.4.6
10742026-06-18T22:21:40.110Z Downloaded hashbrown v0.15.5
10752026-06-18T22:21:40.113Z Downloaded strum_macros v0.24.3
10762026-06-18T22:21:40.116Z Downloaded slog-dtrace v0.3.0
10772026-06-18T22:21:40.116Z Downloaded thiserror-impl-no-std v2.0.2
10782026-06-18T22:21:40.116Z Downloaded testing_table v0.3.0
10792026-06-18T22:21:40.119Z Downloaded rcgen v0.12.1
10802026-06-18T22:21:40.119Z Downloaded sync_wrapper v1.0.2
10812026-06-18T22:21:40.119Z Downloaded shlex v1.3.0
10822026-06-18T22:21:40.123Z Downloaded tokio-macros v2.7.0
10832026-06-18T22:21:40.126Z Downloaded rustls-platform-verifier v0.6.2
10842026-06-18T22:21:40.133Z Downloaded support-bundle-viewer v0.1.2
10852026-06-18T22:21:40.136Z Downloaded serde_cbor v0.11.2
10862026-06-18T22:21:40.140Z Downloaded termios v0.3.3
10872026-06-18T22:21:40.143Z Downloaded mio v1.2.0
10882026-06-18T22:21:40.143Z Downloaded tiny-keccak v2.0.2
10892026-06-18T22:21:40.146Z Downloaded thread_local v1.1.9
10902026-06-18T22:21:40.146Z Downloaded tagptr v0.2.0
10912026-06-18T22:21:40.149Z Downloaded spin v0.9.8
10922026-06-18T22:21:40.149Z Downloaded serde_yaml v0.9.34+deprecated
10932026-06-18T22:21:40.158Z Downloaded tls_codec v0.4.2
10942026-06-18T22:21:40.166Z Downloaded strum_macros v0.27.2
10952026-06-18T22:21:40.169Z Downloaded try-lock v0.2.5
10962026-06-18T22:21:40.172Z Downloaded tls_codec_derive v0.4.2
10972026-06-18T22:21:40.172Z Downloaded topological-sort v0.2.2
10982026-06-18T22:21:40.173Z Downloaded stringprep v0.1.5
10992026-06-18T22:21:40.203Z Downloaded tower-layer v0.3.3
11002026-06-18T22:21:40.203Z Downloaded slog v2.8.2
11012026-06-18T22:21:40.203Z Downloaded trait-variant v0.1.2
11022026-06-18T22:21:40.203Z Downloaded quinn v0.11.9
11032026-06-18T22:21:40.203Z Downloaded publicsuffix v2.3.0
11042026-06-18T22:21:40.203Z Downloaded thiserror-no-std v2.0.2
11052026-06-18T22:21:40.203Z Downloaded typify-macro v0.6.2
11062026-06-18T22:21:40.203Z Downloaded hashbrown v0.16.1
11072026-06-18T22:21:40.203Z Downloaded unarray v0.1.4
11082026-06-18T22:21:40.203Z Downloaded rand v0.8.6
11092026-06-18T22:21:40.203Z Downloaded hyper-util v0.1.20
11102026-06-18T22:21:40.203Z Downloaded similar v2.7.0
11112026-06-18T22:21:40.203Z Downloaded tokio-rustls v0.25.0
11122026-06-18T22:21:40.203Z Downloaded tokio-dtrace v0.1.1
11132026-06-18T22:21:40.203Z Downloaded socket2 v0.5.10
11142026-06-18T22:21:40.207Z Downloaded unit-prefix v0.5.2
11152026-06-18T22:21:40.207Z Downloaded untrusted v0.7.1
11162026-06-18T22:21:40.207Z Downloaded term v1.2.1
11172026-06-18T22:21:40.207Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11182026-06-18T22:21:40.210Z Downloaded tokio-tungstenite v0.21.0
11192026-06-18T22:21:40.210Z Downloaded unicode-truncate v1.1.0
11202026-06-18T22:21:40.213Z Downloaded aho-corasick v1.1.4
11212026-06-18T22:21:40.216Z Downloaded tokio-native-tls v0.3.1
11222026-06-18T22:21:40.216Z Downloaded time-macros v0.2.27
11232026-06-18T22:21:40.219Z Downloaded untrusted v0.9.0
11242026-06-18T22:21:40.219Z Downloaded universal-hash v0.5.1
11252026-06-18T22:21:40.222Z Downloaded term v0.7.0
11262026-06-18T22:21:40.222Z Downloaded utf-8 v0.7.6
11272026-06-18T22:21:40.225Z Downloaded usdt-attr-macro v0.6.0
11282026-06-18T22:21:40.225Z Downloaded usdt v0.6.0
11292026-06-18T22:21:40.225Z Downloaded usdt-macro v0.6.0
11302026-06-18T22:21:40.225Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11312026-06-18T22:21:40.228Z Downloaded signal-hook v0.3.18
11322026-06-18T22:21:40.231Z Downloaded num-bigint-dig v0.8.6
11332026-06-18T22:21:40.233Z Downloaded itertools v0.13.0
11342026-06-18T22:21:40.236Z Downloaded tower-service v0.3.3
11352026-06-18T22:21:40.236Z Downloaded schemars v0.9.0
11362026-06-18T22:21:40.244Z Downloaded waitgroup v0.1.2
11372026-06-18T22:21:40.246Z Downloaded wait-timeout v0.2.1
11382026-06-18T22:21:40.247Z Downloaded nom v8.0.0
11392026-06-18T22:21:40.249Z Downloaded toml_writer v1.0.6+spec-1.1.0
11402026-06-18T22:21:40.252Z Downloaded aws-lc-rs v1.16.3
11412026-06-18T22:21:40.255Z Downloaded tui-tree-widget v0.23.1
11422026-06-18T22:21:40.258Z Downloaded rsa v0.9.10
11432026-06-18T22:21:40.261Z Downloaded rand v0.9.2
11442026-06-18T22:21:40.261Z Downloaded hyper v1.8.1
11452026-06-18T22:21:40.264Z Downloaded futures-util v0.3.32
11462026-06-18T22:21:40.271Z Downloaded unicase v2.9.0
11472026-06-18T22:21:40.273Z Downloaded rustls-webpki v0.103.9
11482026-06-18T22:21:40.276Z Downloaded libxml v0.3.3
11492026-06-18T22:21:40.279Z Downloaded xshell-macros v0.2.7
11502026-06-18T22:21:40.279Z Downloaded xattr v1.6.1
11512026-06-18T22:21:40.279Z Downloaded tokio-rustls v0.24.1
11522026-06-18T22:21:40.282Z Downloaded subprocess v0.2.15
11532026-06-18T22:21:40.282Z Downloaded itertools v0.14.0
11542026-06-18T22:21:40.285Z Downloaded socket2 v0.6.3
11552026-06-18T22:21:40.288Z Downloaded tokio-tungstenite v0.23.1
11562026-06-18T22:21:40.288Z Downloaded usdt-impl v0.6.0
11572026-06-18T22:21:40.291Z Downloaded tokio-rustls v0.26.4
11582026-06-18T22:21:40.291Z Downloaded vergen-git2 v9.1.0
11592026-06-18T22:21:40.294Z Downloaded uzers v0.12.2
11602026-06-18T22:21:40.294Z Downloaded schemars v1.2.1
11612026-06-18T22:21:40.301Z Downloaded zone_cfg_derive v0.3.1
11622026-06-18T22:21:40.303Z Downloaded zone v0.3.1
11632026-06-18T22:21:40.304Z Downloaded zeroize_derive v1.4.3
11642026-06-18T22:21:40.304Z Downloaded snafu v0.8.9
11652026-06-18T22:21:40.307Z Downloaded itertools v0.12.1
11662026-06-18T22:21:40.311Z Downloaded vergen-lib v9.1.0
11672026-06-18T22:21:40.313Z Downloaded toml_parser v1.0.9+spec-1.1.0
11682026-06-18T22:21:40.313Z Downloaded vsss-rs v3.3.4
11692026-06-18T22:21:40.313Z Downloaded russh v0.45.0
11702026-06-18T22:21:40.316Z Downloaded test-strategy v0.4.5
11712026-06-18T22:21:40.319Z Downloaded twox-hash v2.1.2
11722026-06-18T22:21:40.322Z Downloaded walkdir v2.5.0
11732026-06-18T22:21:40.322Z Downloaded want v0.3.1
11742026-06-18T22:21:40.322Z Downloaded vergen-gitcl v1.0.8
11752026-06-18T22:21:40.325Z Downloaded samael v0.0.19
11762026-06-18T22:21:40.328Z Downloaded whoami v1.6.1
11772026-06-18T22:21:40.328Z Downloaded tracing-attributes v0.1.31
11782026-06-18T22:21:40.331Z Downloaded tar v0.4.45
11792026-06-18T22:21:40.335Z Downloaded void v1.0.2
11802026-06-18T22:21:40.335Z Downloaded iri-string v0.7.10
11812026-06-18T22:21:40.338Z Downloaded hkdf v0.12.4
11822026-06-18T22:21:40.338Z Downloaded unicode-properties v0.1.4
11832026-06-18T22:21:40.341Z Downloaded rand v0.10.0
11842026-06-18T22:21:40.344Z Downloaded wyz v0.5.1
11852026-06-18T22:21:40.344Z Downloaded tokio-stream v0.1.18
11862026-06-18T22:21:40.347Z Downloaded whoami v2.1.0
11872026-06-18T22:21:40.347Z Downloaded toml v1.0.6+spec-1.1.0
11882026-06-18T22:21:40.350Z Downloaded xshell v0.2.7
11892026-06-18T22:21:40.352Z Downloaded toml v0.7.8
11902026-06-18T22:21:40.353Z Downloaded tinyvec v1.10.0
11912026-06-18T22:21:40.355Z Downloaded steno v0.4.1
11922026-06-18T22:21:40.358Z Downloaded vergen-lib v0.1.6
11932026-06-18T22:21:40.358Z Downloaded ron v0.8.1
11942026-06-18T22:21:40.361Z Downloaded zstd-safe v7.2.4
11952026-06-18T22:21:40.364Z Downloaded vergen v9.1.0
11962026-06-18T22:21:40.364Z Downloaded zeroize v1.8.2
11972026-06-18T22:21:40.364Z Downloaded qorb v0.4.1
11982026-06-18T22:21:40.367Z Downloaded itertools v0.10.5
11992026-06-18T22:21:40.375Z Downloaded zstd v0.13.3
12002026-06-18T22:21:40.378Z Downloaded tungstenite v0.23.0
12012026-06-18T22:21:40.386Z Downloaded libm v0.2.16
12022026-06-18T22:21:40.389Z Downloaded h2 v0.4.13
12032026-06-18T22:21:40.392Z Downloaded unicode-bidi v0.3.18
12042026-06-18T22:21:40.395Z Downloaded typify v0.6.2
12052026-06-18T22:21:40.398Z Downloaded unsafe-libyaml v0.2.11
12062026-06-18T22:21:40.398Z Downloaded iddqd v0.4.2
12072026-06-18T22:21:40.403Z Downloaded toml_edit v0.23.10+spec-1.0.0
12082026-06-18T22:21:40.405Z Downloaded uuid v1.23.0
12092026-06-18T22:21:40.409Z Downloaded yasna v0.5.2
12102026-06-18T22:21:40.418Z Downloaded p521 v0.13.3
12112026-06-18T22:21:40.423Z Downloaded rustyline v14.0.0
12122026-06-18T22:21:40.426Z Downloaded vte v0.14.1
12132026-06-18T22:21:40.429Z Downloaded serde_with v1.14.0
12142026-06-18T22:21:40.431Z Downloaded tracing-core v0.1.36
12152026-06-18T22:21:40.434Z Downloaded tungstenite v0.21.0
12162026-06-18T22:21:40.444Z Downloaded tokio-postgres v0.7.16
12172026-06-18T22:21:40.455Z Downloaded zerocopy v0.6.6
12182026-06-18T22:21:40.458Z Downloaded zopfli v0.8.3
12192026-06-18T22:21:40.461Z Downloaded reedline v0.40.0
12202026-06-18T22:21:40.468Z Downloaded reqwest v0.12.28
12212026-06-18T22:21:40.476Z Downloaded bitvec v1.0.1
12222026-06-18T22:21:40.489Z Downloaded blake3 v1.8.3
12232026-06-18T22:21:40.495Z Downloaded rpassword v7.4.0
12242026-06-18T22:21:40.500Z Downloaded unicode_categories v0.1.1
12252026-06-18T22:21:40.504Z Downloaded toml_edit v0.19.15
12262026-06-18T22:21:40.510Z Downloaded yansi v1.0.1
12272026-06-18T22:21:40.513Z Downloaded regex v1.12.3
12282026-06-18T22:21:40.516Z Downloaded zip v0.6.6
12292026-06-18T22:21:40.518Z Downloaded ssh-key v0.6.7
12302026-06-18T22:21:40.522Z Downloaded chrono v0.4.44
12312026-06-18T22:21:40.526Z Downloaded git2 v0.20.4
12322026-06-18T22:21:40.537Z Downloaded reqwest v0.13.2
12332026-06-18T22:21:40.541Z Downloaded zerocopy-derive v0.8.40
12342026-06-18T22:21:40.546Z Downloaded p384 v0.13.1
12352026-06-18T22:21:40.551Z Downloaded tower v0.5.3
12362026-06-18T22:21:40.557Z Downloaded goblin v0.10.5
12372026-06-18T22:21:40.561Z Downloaded rustls-webpki v0.101.7
12382026-06-18T22:21:40.569Z Downloaded rayon v1.11.0
12392026-06-18T22:21:40.574Z Downloaded x509-cert v0.2.5
12402026-06-18T22:21:40.578Z Downloaded salty v0.3.0
12412026-06-18T22:21:40.582Z Downloaded moka v0.12.13
12422026-06-18T22:21:40.586Z Downloaded portable-atomic v1.13.1
12432026-06-18T22:21:40.590Z Downloaded quick-xml v0.37.5
12442026-06-18T22:21:40.593Z Downloaded unicode-segmentation v1.12.0
12452026-06-18T22:21:40.596Z Downloaded petname v2.0.2
12462026-06-18T22:21:40.600Z Downloaded lalrpop v0.19.12
12472026-06-18T22:21:40.604Z Downloaded unicode-normalization v0.1.25
12482026-06-18T22:21:40.607Z Downloaded typed-path v0.9.3
12492026-06-18T22:21:40.610Z Downloaded tower-http v0.6.8
12502026-06-18T22:21:40.613Z Downloaded curve25519-dalek v4.1.3
12512026-06-18T22:21:40.618Z Downloaded zip v4.6.1
12522026-06-18T22:21:40.621Z Downloaded tough v0.22.0
12532026-06-18T22:21:40.625Z Downloaded proptest v1.10.0
12542026-06-18T22:21:40.631Z Downloaded bindgen v0.71.1
12552026-06-18T22:21:40.635Z Downloaded tokio-util v0.7.18
12562026-06-18T22:21:40.642Z Downloaded serde_with v3.17.0
12572026-06-18T22:21:40.648Z Downloaded radix_trie v0.2.1
12582026-06-18T22:21:40.651Z Downloaded rustls-webpki v0.102.8
12592026-06-18T22:21:40.663Z Downloaded object v0.30.4
12602026-06-18T22:21:40.668Z Downloaded winnow v0.6.26
12612026-06-18T22:21:40.674Z Downloaded polar-core v0.27.3
12622026-06-18T22:21:40.678Z Downloaded quinn-proto v0.11.13
12632026-06-18T22:21:40.681Z Downloaded nix v0.28.0
12642026-06-18T22:21:40.687Z Downloaded nix v0.27.1
12652026-06-18T22:21:40.696Z Downloaded winnow v0.5.40
12662026-06-18T22:21:40.718Z Downloaded rustls v0.21.12
12672026-06-18T22:21:40.725Z Downloaded time v0.3.47
12682026-06-18T22:21:40.731Z Downloaded tabled v0.20.0
12692026-06-18T22:21:40.740Z Downloaded bstr v1.12.1
12702026-06-18T22:21:40.745Z Downloaded openssl v0.10.79
12712026-06-18T22:21:40.757Z Downloaded smoltcp v0.9.1
12722026-06-18T22:21:40.763Z Downloaded zlib-rs v0.6.2
12732026-06-18T22:21:40.766Z Downloaded vcpkg v0.2.15
12742026-06-18T22:21:40.786Z Downloaded regex-syntax v0.6.29
12752026-06-18T22:21:40.790Z Downloaded nix v0.31.2
12762026-06-18T22:21:40.800Z Downloaded zerocopy v0.8.40
12772026-06-18T22:21:40.806Z Downloaded webpki-roots v1.0.6
12782026-06-18T22:21:40.809Z Downloaded object v0.37.3
12792026-06-18T22:21:40.815Z Downloaded hickory-proto v0.24.4
12802026-06-18T22:21:40.823Z Downloaded regress v0.11.1
12812026-06-18T22:21:40.831Z Downloaded openapiv3 v2.2.0
12822026-06-18T22:21:40.834Z Downloaded rustls v0.22.4
12832026-06-18T22:21:40.842Z Downloaded rustls v0.23.37
12842026-06-18T22:21:40.848Z Downloaded smoltcp v0.11.0
12852026-06-18T22:21:40.856Z Downloaded rustix v0.38.44
12862026-06-18T22:21:40.868Z Downloaded regress v0.10.5
12872026-06-18T22:21:40.873Z Downloaded regex-syntax v0.8.10
12882026-06-18T22:21:40.878Z Downloaded bzip2-sys v0.1.13+1.0.8
12892026-06-18T22:21:40.884Z Downloaded hickory-proto v0.25.2
12902026-06-18T22:21:40.894Z Downloaded diesel v2.3.7
12912026-06-18T22:21:40.907Z Downloaded sqlparser v0.61.0
12922026-06-18T22:21:40.928Z Downloaded typify-impl v0.6.2
12932026-06-18T22:21:40.937Z Downloaded sled v0.34.7
12942026-06-18T22:21:40.963Z Downloaded tracing v0.1.44
12952026-06-18T22:21:40.975Z Downloaded ratatui v0.29.0
12962026-06-18T22:21:40.988Z Downloaded zerocopy-derive v0.6.6
12972026-06-18T22:21:41.009Z Downloaded regex-automata v0.4.14
12982026-06-18T22:21:41.018Z Downloaded petgraph v0.6.5
12992026-06-18T22:21:41.041Z Downloaded petgraph v0.8.3
13002026-06-18T22:21:41.054Z Downloaded chrono-tz v0.10.4
13012026-06-18T22:21:41.067Z Downloaded jiff v0.2.21
13022026-06-18T22:21:41.076Z Downloaded csv v1.4.0
13032026-06-18T22:21:41.091Z Downloaded libz-sys v1.1.24
13042026-06-18T22:21:41.103Z Downloaded tokio v1.52.1
13052026-06-18T22:21:41.125Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13062026-06-18T22:21:41.145Z Downloaded sha3 v0.10.8
13072026-06-18T22:21:41.155Z Downloaded encoding_rs v0.8.35
13082026-06-18T22:21:41.284Z Downloaded ring v0.17.14
13092026-06-18T22:21:41.319Z Downloaded libgit2-sys v0.18.3+1.9.2
13102026-06-18T22:21:41.888Z Downloaded aws-lc-sys v0.40.0
13112026-06-18T22:21:42.138Z Compiling libc v0.2.185
13122026-06-18T22:21:42.138Z Compiling serde v1.0.228
13132026-06-18T22:21:42.141Z Compiling log v0.4.29
13142026-06-18T22:21:42.141Z Compiling shlex v1.3.0
13152026-06-18T22:21:42.287Z Compiling find-msvc-tools v0.1.9
13162026-06-18T22:21:42.305Z Compiling syn v2.0.117
13172026-06-18T22:21:42.308Z Compiling smallvec v1.15.1
13182026-06-18T22:21:42.308Z Compiling typenum v1.19.0
13192026-06-18T22:21:42.460Z Compiling generic-array v0.14.7
13202026-06-18T22:21:42.473Z Compiling subtle v2.6.1
13212026-06-18T22:21:42.528Z Compiling scopeguard v1.2.0
13222026-06-18T22:21:42.556Z Compiling const-oid v0.9.6
13232026-06-18T22:21:42.588Z Compiling serde_json v1.0.149
13242026-06-18T22:21:42.636Z Compiling lock_api v0.4.14
13252026-06-18T22:21:42.639Z Compiling zerocopy v0.8.40
13262026-06-18T22:21:42.715Z Compiling pin-project-lite v0.2.17
13272026-06-18T22:21:42.813Z Compiling parking_lot_core v0.9.12
13282026-06-18T22:21:42.859Z Compiling portable-atomic v1.13.1
13292026-06-18T22:21:43.069Z Compiling pkg-config v0.3.32
13302026-06-18T22:21:43.083Z Compiling bitflags v2.11.0
13312026-06-18T22:21:43.162Z Compiling getrandom v0.2.17
13322026-06-18T22:21:43.232Z Compiling jobserver v0.1.34
13332026-06-18T22:21:43.276Z Compiling errno v0.3.14
13342026-06-18T22:21:43.301Z Compiling rand_core v0.6.4
13352026-06-18T22:21:43.423Z Compiling cc v1.2.56
13362026-06-18T22:21:43.566Z Compiling signal-hook-registry v1.4.8
13372026-06-18T22:21:43.595Z Compiling futures-core v0.3.32
13382026-06-18T22:21:43.612Z Compiling critical-section v1.2.0
13392026-06-18T22:21:43.673Z Compiling libm v0.2.16
13402026-06-18T22:21:43.719Z Compiling parking_lot v0.12.5
13412026-06-18T22:21:43.741Z Compiling mio v1.2.0
13422026-06-18T22:21:43.832Z Compiling once_cell v1.21.3
13432026-06-18T22:21:43.859Z Compiling num-traits v0.2.19
13442026-06-18T22:21:43.901Z Compiling percent-encoding v2.3.2
13452026-06-18T22:21:44.055Z Compiling socket2 v0.6.3
13462026-06-18T22:21:44.084Z Compiling futures-sink v0.3.32
13472026-06-18T22:21:44.089Z Compiling futures-io v0.3.32
13482026-06-18T22:21:44.191Z Compiling futures-channel v0.3.32
13492026-06-18T22:21:44.225Z Compiling futures-task v0.3.32
13502026-06-18T22:21:44.325Z Compiling cpufeatures v0.2.17
13512026-06-18T22:21:44.325Z Compiling getrandom v0.4.1
13522026-06-18T22:21:44.359Z Compiling slab v0.4.12
13532026-06-18T22:21:44.386Z Compiling rand_core v0.10.0
13542026-06-18T22:21:44.419Z Compiling indexmap v2.14.0
13552026-06-18T22:21:44.468Z Compiling rustversion v1.0.22
13562026-06-18T22:21:44.517Z Compiling getrandom v0.3.4
13572026-06-18T22:21:44.549Z Compiling cmake v0.1.57
13582026-06-18T22:21:44.884Z Compiling form_urlencoded v1.2.2
13592026-06-18T22:21:44.935Z Compiling dunce v1.0.5
13602026-06-18T22:21:44.970Z Compiling fs_extra v1.3.0
13612026-06-18T22:21:45.026Z Compiling synstructure v0.13.2
13622026-06-18T22:21:45.069Z Compiling base64ct v1.8.3
13632026-06-18T22:21:45.094Z Compiling ident_case v1.0.1
13642026-06-18T22:21:45.292Z Compiling iana-time-zone v0.1.65
13652026-06-18T22:21:45.298Z Compiling aws-lc-sys v0.40.0
13662026-06-18T22:21:45.436Z Compiling pem-rfc7468 v0.7.0
13672026-06-18T22:21:45.493Z Compiling regex-syntax v0.8.10
13682026-06-18T22:21:45.496Z Compiling flagset v0.4.7
13692026-06-18T22:21:45.496Z Compiling rustix v1.1.3
13702026-06-18T22:21:45.641Z Compiling rand_core v0.9.5
13712026-06-18T22:21:45.688Z Compiling ring v0.17.14
13722026-06-18T22:21:45.707Z Compiling vcpkg v0.2.15
13732026-06-18T22:21:45.756Z Compiling aws-lc-rs v1.16.3
13742026-06-18T22:21:45.931Z Compiling uuid v1.23.0
13752026-06-18T22:21:46.069Z Compiling rustc_version v0.4.1
13762026-06-18T22:21:46.402Z Compiling tracing-core v0.1.36
13772026-06-18T22:21:46.477Z Compiling openssl-sys v0.9.115
13782026-06-18T22:21:46.664Z Compiling base64 v0.22.1
13792026-06-18T22:21:46.843Z Compiling serde_derive v1.0.228
13802026-06-18T22:21:46.956Z Compiling zeroize_derive v1.4.3
13812026-06-18T22:21:46.986Z Compiling zerofrom-derive v0.1.6
13822026-06-18T22:21:47.010Z Compiling yoke-derive v0.8.1
13832026-06-18T22:21:47.288Z Compiling zerocopy-derive v0.8.40
13842026-06-18T22:21:47.621Z Compiling zeroize v1.8.2
13852026-06-18T22:21:47.933Z Compiling zerovec-derive v0.11.2
13862026-06-18T22:21:48.185Z Compiling displaydoc v0.2.5
13872026-06-18T22:21:48.400Z Compiling crypto-common v0.1.7
13882026-06-18T22:21:48.414Z Compiling zerofrom v0.1.6
13892026-06-18T22:21:48.537Z Compiling yoke v0.8.1
13902026-06-18T22:21:48.556Z Compiling block-buffer v0.10.4
13912026-06-18T22:21:48.710Z Compiling digest v0.10.7
13922026-06-18T22:21:48.722Z Compiling tokio-macros v2.7.0
13932026-06-18T22:21:48.930Z Compiling zerotrie v0.2.3
13942026-06-18T22:21:48.958Z Compiling futures-macro v0.3.32
13952026-06-18T22:21:49.067Z Compiling zerovec v0.11.5
13962026-06-18T22:21:49.221Z Compiling hmac v0.12.1
13972026-06-18T22:21:49.371Z Compiling block-padding v0.3.3
13982026-06-18T22:21:49.426Z Compiling sha2 v0.10.9
13992026-06-18T22:21:49.525Z Compiling tinystr v0.8.2
14002026-06-18T22:21:49.555Z Compiling potential_utf v0.1.4
14012026-06-18T22:21:49.722Z Compiling icu_locale_core v2.1.1
14022026-06-18T22:21:49.726Z Compiling icu_collections v2.1.1
14032026-06-18T22:21:49.746Z Compiling futures-util v0.3.32
14042026-06-18T22:21:50.203Z Compiling inout v0.1.4
14052026-06-18T22:21:50.356Z Compiling bytes v1.11.1
14062026-06-18T22:21:50.385Z Compiling icu_provider v2.1.1
14072026-06-18T22:21:50.425Z Compiling cipher v0.4.4
14082026-06-18T22:21:50.662Z Compiling icu_normalizer v2.1.1
14092026-06-18T22:21:50.684Z Compiling icu_properties v2.1.2
14102026-06-18T22:21:50.688Z Compiling der_derive v0.7.3
14112026-06-18T22:21:50.857Z Compiling tokio v1.52.1
14122026-06-18T22:21:50.968Z Compiling http v1.4.0
14132026-06-18T22:21:51.197Z Compiling chrono v0.4.44
14142026-06-18T22:21:51.680Z Compiling idna_adapter v1.2.1
14152026-06-18T22:21:51.797Z Compiling idna v1.1.0
14162026-06-18T22:21:51.810Z Compiling ppv-lite86 v0.2.21
14172026-06-18T22:21:51.823Z Compiling der v0.7.10
14182026-06-18T22:21:51.885Z Compiling salsa20 v0.10.2
14192026-06-18T22:21:52.023Z Compiling pbkdf2 v0.12.2
14202026-06-18T22:21:52.063Z Compiling rustls-pki-types v1.14.0
14212026-06-18T22:21:52.117Z Compiling url v2.5.8
14222026-06-18T22:21:52.135Z Compiling tracing-attributes v0.1.31
14232026-06-18T22:21:52.431Z Compiling thiserror-impl v2.0.18
14242026-06-18T22:21:52.503Z Compiling scrypt v0.11.0
14252026-06-18T22:21:52.564Z Compiling rand_chacha v0.9.0
14262026-06-18T22:21:52.753Z Compiling spki v0.7.3
14272026-06-18T22:21:52.894Z Compiling http-body v1.0.1
14282026-06-18T22:21:52.957Z Compiling aes v0.8.4
14292026-06-18T22:21:52.984Z Compiling cbc v0.1.2
14302026-06-18T22:21:53.113Z Compiling openssl-probe v0.2.1
14312026-06-18T22:21:53.129Z Compiling tinyvec_macros v0.1.1
14322026-06-18T22:21:53.198Z Compiling untrusted v0.7.1
14332026-06-18T22:21:53.246Z Compiling untrusted v0.9.0
14342026-06-18T22:21:53.286Z Compiling httparse v1.10.1
14352026-06-18T22:21:53.320Z Compiling tinyvec v1.10.0
14362026-06-18T22:21:53.414Z Compiling tracing v0.1.44
14372026-06-18T22:21:53.654Z Compiling pkcs5 v0.7.1
14382026-06-18T22:21:53.669Z Compiling pest_generator v2.8.6
14392026-06-18T22:21:53.681Z Compiling rand v0.9.2
14402026-06-18T22:21:53.736Z Compiling thiserror v2.0.18
14412026-06-18T22:21:53.842Z Compiling serde_derive_internals v0.29.1
14422026-06-18T22:21:53.997Z Compiling aho-corasick v1.1.4
14432026-06-18T22:21:54.128Z Compiling schemars v0.8.22
14442026-06-18T22:21:54.329Z Compiling rustls v0.23.37
14452026-06-18T22:21:54.348Z Compiling dyn-clone v1.0.20
14462026-06-18T22:21:54.453Z Compiling tower-layer v0.3.3
14472026-06-18T22:21:54.484Z Compiling atomic-waker v1.1.2
14482026-06-18T22:21:54.498Z Compiling tokio-util v0.7.18
14492026-06-18T22:21:54.608Z Compiling tower-service v0.3.3
14502026-06-18T22:21:54.611Z Compiling try-lock v0.2.5
14512026-06-18T22:21:54.703Z Compiling want v0.3.1
14522026-06-18T22:21:54.721Z Compiling schemars_derive v0.8.22
14532026-06-18T22:21:54.734Z Compiling pest_derive v2.8.6
14542026-06-18T22:21:54.865Z Compiling regex-automata v0.4.14
14552026-06-18T22:21:55.136Z Compiling pkcs8 v0.10.2
14562026-06-18T22:21:55.149Z Compiling h2 v0.4.13
14572026-06-18T22:21:55.563Z Compiling ipnet v2.11.0
14582026-06-18T22:21:55.698Z Compiling scroll_derive v0.13.1
14592026-06-18T22:21:55.759Z Compiling darling_core v0.20.11
14602026-06-18T22:21:55.973Z Compiling httpdate v1.0.3
14612026-06-18T22:21:56.068Z Compiling openssl v0.10.79
14622026-06-18T22:21:56.194Z Compiling foreign-types-shared v0.1.1
14632026-06-18T22:21:56.283Z Compiling pin-utils v0.1.0
14642026-06-18T22:21:56.297Z Compiling tempfile v3.25.0
14652026-06-18T22:21:56.376Z Compiling foreign-types v0.3.2
14662026-06-18T22:21:56.509Z Compiling scroll v0.13.0
14672026-06-18T22:21:56.513Z Compiling unicode-normalization v0.1.25
14682026-06-18T22:21:56.755Z Compiling openssl-macros v0.1.1
14692026-06-18T22:21:56.958Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14702026-06-18T22:21:57.074Z Compiling socket2 v0.5.10
14712026-06-18T22:21:57.139Z Compiling spin v0.9.8
14722026-06-18T22:21:57.340Z Compiling time-core v0.1.8
14732026-06-18T22:21:57.344Z Compiling crc32fast v1.5.0
14742026-06-18T22:21:57.469Z Compiling powerfmt v0.2.0
14752026-06-18T22:21:57.487Z Compiling num-conv v0.2.0
14762026-06-18T22:21:57.614Z Compiling native-tls v0.2.18
14772026-06-18T22:21:57.628Z Compiling time-macros v0.2.27
14782026-06-18T22:21:57.714Z Compiling deranged v0.5.8
14792026-06-18T22:21:58.012Z Compiling darling_macro v0.20.11
14802026-06-18T22:21:58.468Z Compiling hyper v1.8.1
14812026-06-18T22:21:58.662Z Compiling darling v0.20.11
14822026-06-18T22:21:58.676Z Compiling goblin v0.10.5
14832026-06-18T22:21:58.743Z Compiling rustls-native-certs v0.8.3
14842026-06-18T22:21:58.969Z Compiling sync_wrapper v1.0.2
14852026-06-18T22:21:59.030Z Compiling wait-timeout v0.2.1
14862026-06-18T22:21:59.045Z Compiling crossbeam-utils v0.8.21
14872026-06-18T22:21:59.070Z Compiling unicode-segmentation v1.12.0
14882026-06-18T22:21:59.292Z Compiling usdt-impl v0.6.0
14892026-06-18T22:21:59.323Z Compiling bit-vec v0.8.0
14902026-06-18T22:21:59.448Z Compiling siphasher v1.0.2
14912026-06-18T22:21:59.493Z Compiling hyper-util v0.1.20
14922026-06-18T22:21:59.548Z Compiling quick-error v1.2.3
14932026-06-18T22:21:59.630Z Compiling syn v1.0.109
14942026-06-18T22:21:59.651Z Compiling num_threads v0.1.7
14952026-06-18T22:21:59.748Z Compiling simd-adler32 v0.3.8
14962026-06-18T22:21:59.976Z Compiling time v0.3.47
14972026-06-18T22:22:00.006Z Compiling rusty-fork v0.3.1
14982026-06-18T22:22:00.301Z Compiling bit-set v0.8.0
14992026-06-18T22:22:00.396Z Compiling tower v0.5.3
15002026-06-18T22:22:00.467Z Compiling derive_builder_core v0.20.2
15012026-06-18T22:22:00.866Z Compiling dtrace-parser v0.3.0
15022026-06-18T22:22:00.999Z Compiling http-body-util v0.1.3
15032026-06-18T22:22:01.247Z Compiling webpki-roots v1.0.6
15042026-06-18T22:22:01.250Z Compiling signature v2.2.0
15052026-06-18T22:22:01.355Z Compiling thiserror-impl v1.0.69
15062026-06-18T22:22:01.369Z Compiling scroll_derive v0.12.1
15072026-06-18T22:22:01.444Z Compiling dof v0.4.0
15082026-06-18T22:22:01.605Z Compiling heapless v0.7.17
15092026-06-18T22:22:01.631Z Compiling rand_xorshift v0.4.0
15102026-06-18T22:22:01.794Z Compiling slog v2.8.2
15112026-06-18T22:22:01.837Z Compiling darling_core v0.21.3
15122026-06-18T22:22:01.979Z Compiling bzip2-sys v0.1.13+1.0.8
15132026-06-18T22:22:02.021Z Compiling thread-id v5.1.0
15142026-06-18T22:22:02.104Z Compiling cookie v0.18.1
15152026-06-18T22:22:02.245Z Compiling ryu v1.0.23
15162026-06-18T22:22:02.282Z Compiling iri-string v0.7.10
15172026-06-18T22:22:02.424Z Compiling adler2 v2.0.1
15182026-06-18T22:22:02.557Z Compiling paste v1.0.15
15192026-06-18T22:22:02.593Z Compiling unicode-properties v0.1.4
15202026-06-18T22:22:02.608Z Compiling zstd-safe v7.2.4
15212026-06-18T22:22:02.796Z Compiling allocator-api2 v0.2.21
15222026-06-18T22:22:02.800Z Compiling signal-hook v0.3.18
15232026-06-18T22:22:02.823Z Compiling unarray v0.1.4
15242026-06-18T22:22:02.928Z Compiling anyhow v1.0.102
15252026-06-18T22:22:02.958Z Compiling unicode-bidi v0.3.18
15262026-06-18T22:22:02.991Z Compiling proptest v1.10.0
15272026-06-18T22:22:03.155Z Compiling thiserror v1.0.69
15282026-06-18T22:22:03.257Z Compiling miniz_oxide v0.8.9
15292026-06-18T22:22:03.433Z Compiling tower-http v0.6.8
15302026-06-18T22:22:03.483Z Compiling stringprep v0.1.5
15312026-06-18T22:22:03.774Z Compiling serde_urlencoded v0.7.1
15322026-06-18T22:22:03.908Z Compiling scroll v0.12.0
15332026-06-18T22:22:04.080Z Compiling derive_builder_macro v0.20.2
15342026-06-18T22:22:04.307Z Compiling darling_macro v0.21.3
15352026-06-18T22:22:04.347Z Compiling tokio-native-tls v0.3.1
15362026-06-18T22:22:04.515Z Compiling heck v0.4.1
15372026-06-18T22:22:04.529Z Compiling ipnetwork v0.21.1
15382026-06-18T22:22:04.597Z Compiling bstr v1.12.1
15392026-06-18T22:22:04.636Z Compiling rand_chacha v0.3.1
15402026-06-18T22:22:04.737Z Compiling toml_datetime v0.6.11
15412026-06-18T22:22:04.779Z Compiling erased-serde v0.3.31
15422026-06-18T22:22:04.916Z Compiling serde_tokenstream v0.2.3
15432026-06-18T22:22:04.994Z Compiling serde_spanned v0.6.9
15442026-06-18T22:22:05.142Z Compiling md-5 v0.10.6
15452026-06-18T22:22:05.275Z Compiling pin-project-internal v1.1.11
15462026-06-18T22:22:05.289Z Compiling zerocopy-derive v0.7.35
15472026-06-18T22:22:05.301Z Compiling async-trait v0.1.89
15482026-06-18T22:22:05.347Z Compiling curve25519-dalek v4.1.3
15492026-06-18T22:22:05.473Z Compiling vergen-lib v9.1.0
15502026-06-18T22:22:05.656Z Compiling num-integer v0.1.46
15512026-06-18T22:22:05.683Z Compiling hash32 v0.2.1
15522026-06-18T22:22:05.877Z Compiling ff v0.13.1
15532026-06-18T22:22:05.983Z Compiling memoffset v0.9.1
15542026-06-18T22:22:06.015Z Compiling encoding_rs v0.8.35
15552026-06-18T22:22:06.141Z Compiling litrs v1.0.0
15562026-06-18T22:22:06.174Z Compiling base16ct v0.2.0
15572026-06-18T22:22:06.316Z Compiling num-bigint-dig v0.8.6
15582026-06-18T22:22:06.359Z Compiling cfg_aliases v0.2.1
15592026-06-18T22:22:06.394Z Compiling fallible-iterator v0.2.0
15602026-06-18T22:22:06.436Z Compiling zlib-rs v0.6.2
15612026-06-18T22:22:06.509Z Compiling rustix v0.38.44
15622026-06-18T22:22:06.658Z Compiling mime v0.3.17
15632026-06-18T22:22:06.708Z Compiling psl-types v2.0.11
15642026-06-18T22:22:06.832Z Compiling ref-cast v1.0.25
15652026-06-18T22:22:06.849Z Compiling smoltcp v0.9.1
15662026-06-18T22:22:07.002Z Compiling publicsuffix v2.3.0
15672026-06-18T22:22:07.174Z Compiling postgres-protocol v0.6.10
15682026-06-18T22:22:07.177Z Compiling document-features v0.2.12
15692026-06-18T22:22:07.231Z Compiling nix v0.31.2
15702026-06-18T22:22:07.511Z Compiling pin-project v1.1.11
15712026-06-18T22:22:07.597Z Compiling sec1 v0.7.3
15722026-06-18T22:22:07.708Z Compiling zerocopy v0.7.35
15732026-06-18T22:22:07.735Z Compiling group v0.13.0
15742026-06-18T22:22:07.774Z Compiling num-iter v0.1.45
15752026-06-18T22:22:07.924Z Compiling newtype-uuid v1.3.2
15762026-06-18T22:22:08.242Z Compiling rand v0.8.6
15772026-06-18T22:22:08.242Z Compiling darling v0.21.3
15782026-06-18T22:22:08.287Z Compiling hubpack_derive v0.1.1
15792026-06-18T22:22:08.318Z Compiling oxnet v0.1.6
15802026-06-18T22:22:08.332Z Compiling snafu-derive v0.8.9
15812026-06-18T22:22:08.440Z Compiling derive_builder v0.20.2
15822026-06-18T22:22:08.566Z Compiling hyper-tls v0.6.0
15832026-06-18T22:22:08.741Z Compiling goblin v0.8.2
15842026-06-18T22:22:09.272Z Compiling flate2 v1.1.9
15852026-06-18T22:22:09.582Z Compiling phf_shared v0.13.1
15862026-06-18T22:22:09.600Z Compiling lazy_static v1.5.0
15872026-06-18T22:22:09.631Z Compiling regex v1.12.3
15882026-06-18T22:22:09.671Z Compiling anstyle-parse v0.2.7
15892026-06-18T22:22:09.696Z Compiling strum_macros v0.27.2
15902026-06-18T22:22:09.818Z Compiling futures-executor v0.3.32
15912026-06-18T22:22:09.853Z Compiling hex v0.4.3
15922026-06-18T22:22:10.057Z Compiling hkdf v0.12.4
15932026-06-18T22:22:10.081Z Compiling crypto-bigint v0.5.5
15942026-06-18T22:22:10.120Z Compiling terminal_size v0.4.3
15952026-06-18T22:22:10.256Z Compiling ref-cast-impl v1.0.25
15962026-06-18T22:22:10.270Z Compiling daft-derive v0.1.7
15972026-06-18T22:22:10.289Z Compiling curve25519-dalek-derive v0.1.1
15982026-06-18T22:22:10.798Z Compiling vergen v9.1.0
15992026-06-18T22:22:10.931Z Compiling fs-err v3.3.0
16002026-06-18T22:22:10.982Z Compiling cargo-platform v0.3.2
16012026-06-18T22:22:10.995Z Compiling ahash v0.8.12
16022026-06-18T22:22:11.123Z Compiling same-file v1.0.6
16032026-06-18T22:22:11.199Z Compiling managed v0.8.0
16042026-06-18T22:22:11.260Z Compiling libbz2-rs-sys v0.2.2
16052026-06-18T22:22:11.289Z Compiling bumpalo v3.20.2
16062026-06-18T22:22:11.420Z Compiling winnow v0.5.40
16072026-06-18T22:22:11.541Z Compiling object v0.37.3
16082026-06-18T22:22:11.709Z Compiling bitflags v1.3.2
16092026-06-18T22:22:11.788Z Compiling foldhash v0.1.5
16102026-06-18T22:22:11.814Z Compiling foldhash v0.2.0
16112026-06-18T22:22:11.949Z Compiling hashbrown v0.15.5
16122026-06-18T22:22:11.961Z Compiling hashbrown v0.16.1
16132026-06-18T22:22:12.258Z Compiling strum v0.27.2
16142026-06-18T22:22:12.295Z Compiling bzip2 v0.6.1
16152026-06-18T22:22:12.387Z Compiling zopfli v0.8.3
16162026-06-18T22:22:12.486Z Compiling walkdir v2.5.0
16172026-06-18T22:22:12.502Z Compiling clap_builder v4.6.0
16182026-06-18T22:22:12.579Z Compiling cargo_metadata v0.23.1
16192026-06-18T22:22:12.795Z Compiling toml_edit v0.19.15
16202026-06-18T22:22:12.872Z Compiling elliptic-curve v0.13.8
16212026-06-18T22:22:12.931Z Compiling dof v0.3.0
16222026-06-18T22:22:13.055Z Compiling daft v0.1.7
16232026-06-18T22:22:13.443Z Compiling snafu v0.8.9
16242026-06-18T22:22:13.643Z Compiling futures v0.3.32
16252026-06-18T22:22:13.728Z Compiling anstream v0.6.21
16262026-06-18T22:22:13.799Z Compiling phf v0.13.1
16272026-06-18T22:22:13.957Z Compiling signal-hook-mio v0.2.5
16282026-06-18T22:22:14.043Z Compiling cookie_store v0.22.1
16292026-06-18T22:22:14.070Z Compiling zstd v0.13.3
16302026-06-18T22:22:14.334Z Compiling hubpack v0.1.2
16312026-06-18T22:22:14.388Z Compiling bzip2 v0.4.4
16322026-06-18T22:22:14.549Z Compiling serde_with_macros v3.17.0
16332026-06-18T22:22:14.694Z Compiling postgres-types v0.2.12
16342026-06-18T22:22:15.292Z Compiling usdt-macro v0.6.0
16352026-06-18T22:22:15.452Z Compiling usdt-attr-macro v0.6.0
16362026-06-18T22:22:15.509Z Compiling globset v0.4.18
16372026-06-18T22:22:15.698Z Compiling dtrace-parser v0.2.0
16382026-06-18T22:22:15.829Z Compiling ed25519 v2.2.3
16392026-06-18T22:22:16.036Z Compiling phf_shared v0.11.3
16402026-06-18T22:22:16.207Z Compiling olpc-cjson v0.1.4
16412026-06-18T22:22:16.226Z Compiling pkcs1 v0.7.5
16422026-06-18T22:22:16.246Z Compiling clap_derive v4.6.1
16432026-06-18T22:22:16.285Z Compiling enum-as-inner v0.6.1
16442026-06-18T22:22:16.365Z Compiling strum_macros v0.26.4
16452026-06-18T22:22:16.457Z Compiling serde_plain v1.0.2
16462026-06-18T22:22:16.623Z Compiling serde-big-array v0.5.1
16472026-06-18T22:22:16.659Z Compiling rfc6979 v0.4.0
16482026-06-18T22:22:16.745Z Compiling pem v3.0.6
16492026-06-18T22:22:16.767Z Compiling async-recursion v1.1.1
16502026-06-18T22:22:16.780Z Compiling serde_repr v0.1.20
16512026-06-18T22:22:16.793Z Compiling float-cmp v0.10.0
16522026-06-18T22:22:16.940Z Compiling thread-id v4.2.2
16532026-06-18T22:22:17.027Z Compiling memmap2 v0.9.10
16542026-06-18T22:22:17.069Z Compiling env_filter v1.0.0
16552026-06-18T22:22:17.238Z Compiling data-encoding v2.10.0
16562026-06-18T22:22:17.297Z Compiling whoami v2.1.0
16572026-06-18T22:22:17.374Z Compiling jiff v0.2.21
16582026-06-18T22:22:17.408Z Compiling fixedbitset v0.5.7
16592026-06-18T22:22:17.673Z Compiling normalize-line-endings v0.3.0
16602026-06-18T22:22:17.711Z Compiling predicates-core v1.0.10
16612026-06-18T22:22:17.769Z Compiling keccak v0.1.6
16622026-06-18T22:22:17.887Z Compiling new_debug_unreachable v1.0.6
16632026-06-18T22:22:17.928Z Compiling typed-path v0.9.3
16642026-06-18T22:22:17.960Z Compiling difflib v0.4.0
16652026-06-18T22:22:18.008Z Compiling fixedbitset v0.4.2
16662026-06-18T22:22:18.093Z Compiling static_assertions v1.1.0
16672026-06-18T22:22:18.173Z Compiling precomputed-hash v0.1.1
16682026-06-18T22:22:18.223Z Compiling either v1.15.0
16692026-06-18T22:22:18.259Z Compiling string_cache v0.8.9
16702026-06-18T22:22:18.425Z Compiling itertools v0.13.0
16712026-06-18T22:22:18.482Z Compiling predicates v3.1.4
16722026-06-18T22:22:18.512Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16732026-06-18T22:22:18.577Z Compiling petgraph v0.6.5
16742026-06-18T22:22:19.123Z Compiling toml_edit v0.22.27
16752026-06-18T22:22:19.137Z Compiling strum v0.26.3
16762026-06-18T22:22:19.270Z Compiling clap v4.6.1
16772026-06-18T22:22:19.353Z Compiling sha3 v0.10.8
16782026-06-18T22:22:19.550Z Compiling petgraph v0.8.3
16792026-06-18T22:22:19.659Z Compiling hickory-proto v0.25.2
16802026-06-18T22:22:19.812Z Compiling tokio-postgres v0.7.16
16812026-06-18T22:22:20.056Z Compiling zip v4.6.1
16822026-06-18T22:22:21.082Z Compiling env_logger v0.11.9
16832026-06-18T22:22:21.343Z Compiling usdt v0.6.0
16842026-06-18T22:22:21.441Z Compiling usdt-impl v0.5.0
16852026-06-18T22:22:21.557Z Compiling ecdsa v0.16.9
16862026-06-18T22:22:21.607Z Compiling rsa v0.9.10
16872026-06-18T22:22:21.639Z Compiling ed25519-dalek v2.2.0
16882026-06-18T22:22:21.884Z Compiling serde_with v3.17.0
16892026-06-18T22:22:21.947Z Compiling crossterm v0.28.1
16902026-06-18T22:22:22.028Z Compiling zip v0.6.6
16912026-06-18T22:22:22.617Z Compiling toml v0.7.8
16922026-06-18T22:22:22.692Z Compiling iddqd v0.4.2
16932026-06-18T22:22:23.536Z Compiling toml_parser v1.0.9+spec-1.1.0
16942026-06-18T22:22:23.596Z Compiling similar v2.7.0
16952026-06-18T22:22:23.615Z Compiling crossbeam-epoch v0.9.18
16962026-06-18T22:22:23.955Z Compiling tokio-stream v0.1.18
16972026-06-18T22:22:23.964Z Compiling buf-list v1.1.2
16982026-06-18T22:22:24.162Z Compiling x509-cert v0.2.5
16992026-06-18T22:22:24.239Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17002026-06-18T22:22:24.391Z Compiling openapiv3 v2.2.0
17012026-06-18T22:22:24.432Z Compiling sha1 v0.10.6
17022026-06-18T22:22:24.456Z Compiling lalrpop-util v0.19.12
17032026-06-18T22:22:24.534Z Compiling peg-runtime v0.8.5
17042026-06-18T22:22:24.650Z Compiling thread_local v1.1.9
17052026-06-18T22:22:24.662Z Compiling slog-async v2.8.0
17062026-06-18T22:22:24.830Z Compiling crossbeam-channel v0.5.15
17072026-06-18T22:22:24.895Z Compiling is-terminal v0.4.17
17082026-06-18T22:22:24.942Z Compiling filetime v0.2.27
17092026-06-18T22:22:24.967Z Compiling take_mut v0.2.2
17102026-06-18T22:22:24.993Z Compiling term v1.2.1
17112026-06-18T22:22:25.081Z Compiling xattr v1.6.1
17122026-06-18T22:22:25.285Z Compiling slog-term v2.9.2
17132026-06-18T22:22:25.298Z Compiling tar v0.4.45
17142026-06-18T22:22:35.399Z Compiling rustls-webpki v0.103.9
17152026-06-18T22:22:38.233Z Compiling tokio-rustls v0.26.4
17162026-06-18T22:22:38.233Z Compiling rustls-platform-verifier v0.6.2
17172026-06-18T22:22:38.430Z Compiling hyper-rustls v0.27.7
17182026-06-18T22:22:38.631Z Compiling reqwest v0.12.28
17192026-06-18T22:22:38.645Z Compiling reqwest v0.13.2
17202026-06-18T22:22:39.892Z Compiling tough v0.22.0
17212026-06-18T22:22:42.433Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17222026-06-18T22:22:42.646Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17232026-06-18T22:22:45.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17242026-06-18T22:22:45.643Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17252026-06-18T22:22:45.693ZJun 18 22:22:44.097 INFO Starting download, target: Clickhouse
17262026-06-18T22:22:45.693ZJun 18 22:22:44.097 INFO Starting download, target: Cockroach
17272026-06-18T22:22:45.693ZJun 18 22:22:44.097 INFO Starting download, target: Console
17282026-06-18T22:22:45.696ZJun 18 22:22:44.097 INFO Starting download, target: DendriteStub
17292026-06-18T22:22:45.696ZJun 18 22:22:44.097 INFO Starting download, target: MaghemiteMgd
17302026-06-18T22:22:45.697ZJun 18 22:22:44.097 INFO Starting download, target: MaghemiteDdmd
17312026-06-18T22:22:45.697ZJun 18 22:22:44.097 INFO Starting download, target: TransceiverControl
17322026-06-18T22:22:45.697ZJun 18 22:22:44.097 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17332026-06-18T22:22:45.697ZJun 18 22:22:44.097 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17342026-06-18T22:22:45.697ZJun 18 22:22:44.097 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17352026-06-18T22:22:45.697ZJun 18 22:22:44.097 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17362026-06-18T22:22:45.697ZJun 18 22:22:44.097 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17372026-06-18T22:22:45.697ZJun 18 22:22:44.097 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17382026-06-18T22:22:45.697ZJun 18 22:22:44.098 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17392026-06-18T22:22:46.256ZJun 18 22:22:44.637 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17402026-06-18T22:22:46.442ZJun 18 22:22:44.845 INFO Download complete, target: TransceiverControl
17412026-06-18T22:22:46.586ZJun 18 22:22:44.989 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17422026-06-18T22:22:46.827ZJun 18 22:22:45.223 INFO Download complete, target: Console
17432026-06-18T22:22:47.440ZJun 18 22:22:45.838 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17442026-06-18T22:22:47.862ZJun 18 22:22:46.263 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17452026-06-18T22:22:47.955ZJun 18 22:22:46.354 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17462026-06-18T22:22:48.275ZJun 18 22:22:46.670 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17472026-06-18T22:22:48.800ZJun 18 22:22:47.204 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17482026-06-18T22:22:48.800ZJun 18 22:22:47.204 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17492026-06-18T22:22:49.921ZJun 18 22:22:48.324 INFO Download complete, target: MaghemiteDdmd
17502026-06-18T22:22:50.329ZJun 18 22:22:48.732 INFO Download complete, target: DendriteStub
17512026-06-18T22:22:50.784ZJun 18 22:22:49.188 INFO Download complete, target: MaghemiteMgd
17522026-06-18T22:22:53.540ZJun 18 22:22:51.944 INFO Checking that binary works, target: Cockroach
17532026-06-18T22:22:53.654ZJun 18 22:22:52.058 INFO Download complete, target: Cockroach
17542026-06-18T22:22:54.224ZJun 18 22:22:52.611 INFO Checking that binary works, target: Clickhouse
17552026-06-18T22:22:54.328ZJun 18 22:22:52.720 INFO Download complete, target: Clickhouse
17562026-06-18T22:22:54.340ZAll builder prerequisites installed successfully, and PATH looks valid
17572026-06-18T22:22:54.340Z
17582026-06-18T22:22:54.340Zreal 2:05.951384736
17592026-06-18T22:22:54.340Zuser 6:52.566813153
17602026-06-18T22:22:54.340Zsys 1:22.821470562
17612026-06-18T22:22:54.340Ztrap 0.229186849
17622026-06-18T22:22:54.340Ztflt 0.633464743
17632026-06-18T22:22:54.340Zdflt 0.593873134
17642026-06-18T22:22:54.340Zkflt 0.023919072
17652026-06-18T22:22:54.340Zlock 21:53.559921419
17662026-06-18T22:22:54.340Zslp 21:10.552467253
17672026-06-18T22:22:54.340Zlat 41.827085872
17682026-06-18T22:22:54.341Zstop 1:53.267251094
17692026-06-18T22:22:54.351Z+ banner hack-check
17702026-06-18T22:22:54.351Z
17712026-06-18T22:22:54.351Z # # ## #### # # #### # # ###### #### # #
17722026-06-18T22:22:54.351Z # # # # # # # # # # # # # # # # #
17732026-06-18T22:22:54.352Z ###### # # # #### ##### # ###### ##### # ####
17742026-06-18T22:22:54.352Z # # ###### # # # # # # # # # #
17752026-06-18T22:22:54.352Z # # # # # # # # # # # # # # # # #
17762026-06-18T22:22:54.352Z # # # # #### # # #### # # ###### #### # #
17772026-06-18T22:22:54.352Z
17782026-06-18T22:22:54.352Z+ export CARGO_INCREMENTAL=0
17792026-06-18T22:22:54.352Z+ CARGO_INCREMENTAL=0
17802026-06-18T22:22:54.352Z+ ptime -m timeout 2h cargo xtask check-features --ci
17812026-06-18T22:22:54.842Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17822026-06-18T22:22:55.015Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17832026-06-18T22:22:56.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.50s
17842026-06-18T22:22:56.913Z Running `target/debug/xtask check-features --ci`
17852026-06-18T22:22:56.939Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17862026-06-18T22:22:56.944Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17872026-06-18T22:22:57.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
17882026-06-18T22:22:57.376Z Running `target/debug/xtask download cargo-hack`
17892026-06-18T22:22:58.095Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17902026-06-18T22:22:58.404Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17912026-06-18T22:23:01.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.61s
17922026-06-18T22:23:01.167Z Running `target/debug/xtask-downloader cargo-hack`
17932026-06-18T22:23:01.205ZJun 18 22:22:59.609 INFO Starting download, target: CargoHack
17942026-06-18T22:23:01.210ZJun 18 22:22:59.610 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17952026-06-18T22:23:01.546ZJun 18 22:22:59.950 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17962026-06-18T22:23:01.596ZJun 18 22:23:00.000 INFO Download complete, target: CargoHack
17972026-06-18T22:23:01.599Zrunning: "/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"
17982026-06-18T22:23:01.617Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17992026-06-18T22:23:01.769Zinfo: running `cargo check --bins` on api_identity (1/296)
18002026-06-18T22:23:02.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18012026-06-18T22:23:02.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18022026-06-18T22:23:02.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18032026-06-18T22:23:02.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18042026-06-18T22:23:02.276Z
18052026-06-18T22:23:02.276Zinfo: running `cargo check --bins` on bootstore (2/296)
18062026-06-18T22:23:02.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18072026-06-18T22:23:02.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18082026-06-18T22:23:02.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18092026-06-18T22:23:02.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18102026-06-18T22:23:02.785Z
18112026-06-18T22:23:02.785Zinfo: running `cargo check --bins` on omicron-ledger (3/296)
18122026-06-18T22:23:03.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18132026-06-18T22:23:03.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18142026-06-18T22:23:03.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18152026-06-18T22:23:03.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18162026-06-18T22:23:03.291Z
18172026-06-18T22:23:03.291Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/296)
18182026-06-18T22:23:03.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18192026-06-18T22:23:03.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18202026-06-18T22:23:03.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18212026-06-18T22:23:03.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18222026-06-18T22:23:03.797Z
18232026-06-18T22:23:03.797Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/296)
18242026-06-18T22:23:04.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18252026-06-18T22:23:04.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18262026-06-18T22:23:04.231Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18272026-06-18T22:23:04.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18282026-06-18T22:23:04.309Z
18292026-06-18T22:23:04.309Zinfo: running `cargo check --bins` on omicron-certificates (6/296)
18302026-06-18T22:23:04.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18312026-06-18T22:23:04.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18322026-06-18T22:23:04.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18332026-06-18T22:23:04.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18342026-06-18T22:23:04.834Z
18352026-06-18T22:23:04.834Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/296)
18362026-06-18T22:23:05.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18372026-06-18T22:23:05.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18382026-06-18T22:23:05.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18392026-06-18T22:23:05.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18402026-06-18T22:23:05.357Z
18412026-06-18T22:23:05.357Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/296)
18422026-06-18T22:23:05.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18432026-06-18T22:23:05.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18442026-06-18T22:23:05.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18452026-06-18T22:23:05.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18462026-06-18T22:23:05.888Z
18472026-06-18T22:23:05.888Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/296)
18482026-06-18T22:23:06.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18492026-06-18T22:23:06.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18502026-06-18T22:23:06.237Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18512026-06-18T22:23:06.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18522026-06-18T22:23:06.282Z
18532026-06-18T22:23:06.282Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/296)
18542026-06-18T22:23:06.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18552026-06-18T22:23:06.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18562026-06-18T22:23:06.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18572026-06-18T22:23:06.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18582026-06-18T22:23:06.678Z
18592026-06-18T22:23:06.678Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/296)
18602026-06-18T22:23:07.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18612026-06-18T22:23:07.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18622026-06-18T22:23:07.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18632026-06-18T22:23:07.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18642026-06-18T22:23:07.067Z
18652026-06-18T22:23:07.067Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/296)
18662026-06-18T22:23:07.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18672026-06-18T22:23:07.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18682026-06-18T22:23:07.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18692026-06-18T22:23:07.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18702026-06-18T22:23:07.457Z
18712026-06-18T22:23:07.458Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/296)
18722026-06-18T22:23:07.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18732026-06-18T22:23:07.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18742026-06-18T22:23:07.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18752026-06-18T22:23:07.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18762026-06-18T22:23:07.846Z
18772026-06-18T22:23:07.847Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/296)
18782026-06-18T22:23:08.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18792026-06-18T22:23:08.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18802026-06-18T22:23:08.190Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18812026-06-18T22:23:08.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18822026-06-18T22:23:08.236Z
18832026-06-18T22:23:08.236Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/296)
18842026-06-18T22:23:08.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18852026-06-18T22:23:08.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18862026-06-18T22:23:08.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18872026-06-18T22:23:08.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18882026-06-18T22:23:08.629Z
18892026-06-18T22:23:08.629Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/296)
18902026-06-18T22:23:08.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18912026-06-18T22:23:08.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18922026-06-18T22:23:08.971Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18932026-06-18T22:23:08.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18942026-06-18T22:23:09.018Z
18952026-06-18T22:23:09.018Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/296)
18962026-06-18T22:23:09.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18972026-06-18T22:23:09.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18982026-06-18T22:23:09.362Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18992026-06-18T22:23:09.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19002026-06-18T22:23:09.410Z
19012026-06-18T22:23:09.410Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/296)
19022026-06-18T22:23:09.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19032026-06-18T22:23:09.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19042026-06-18T22:23:09.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19052026-06-18T22:23:09.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19062026-06-18T22:23:09.801Z
19072026-06-18T22:23:09.801Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/296)
19082026-06-18T22:23:10.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19092026-06-18T22:23:10.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19102026-06-18T22:23:10.152Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19112026-06-18T22:23:10.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19122026-06-18T22:23:10.193Z
19132026-06-18T22:23:10.193Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/296)
19142026-06-18T22:23:10.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19152026-06-18T22:23:10.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19162026-06-18T22:23:10.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19172026-06-18T22:23:10.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19182026-06-18T22:23:10.586Z
19192026-06-18T22:23:10.587Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/296)
19202026-06-18T22:23:10.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19212026-06-18T22:23:10.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19222026-06-18T22:23:10.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19232026-06-18T22:23:10.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19242026-06-18T22:23:10.981Z
19252026-06-18T22:23:10.981Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/296)
19262026-06-18T22:23:11.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19272026-06-18T22:23:11.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19282026-06-18T22:23:11.325Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19292026-06-18T22:23:11.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19302026-06-18T22:23:11.372Z
19312026-06-18T22:23:11.372Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/296)
19322026-06-18T22:23:11.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19332026-06-18T22:23:11.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19342026-06-18T22:23:11.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19352026-06-18T22:23:11.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19362026-06-18T22:23:11.766Z
19372026-06-18T22:23:11.766Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/296)
19382026-06-18T22:23:12.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19392026-06-18T22:23:12.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19402026-06-18T22:23:12.114Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19412026-06-18T22:23:12.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19422026-06-18T22:23:12.162Z
19432026-06-18T22:23:12.162Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/296)
19442026-06-18T22:23:12.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19452026-06-18T22:23:12.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19462026-06-18T22:23:12.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19472026-06-18T22:23:12.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19482026-06-18T22:23:12.557Z
19492026-06-18T22:23:12.557Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/296)
19502026-06-18T22:23:12.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19512026-06-18T22:23:12.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19522026-06-18T22:23:12.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19532026-06-18T22:23:12.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19542026-06-18T22:23:12.949Z
19552026-06-18T22:23:12.949Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/296)
19562026-06-18T22:23:13.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19572026-06-18T22:23:13.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19582026-06-18T22:23:13.297Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19592026-06-18T22:23:13.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19602026-06-18T22:23:13.343Z
19612026-06-18T22:23:13.343Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/296)
19622026-06-18T22:23:13.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19632026-06-18T22:23:13.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19642026-06-18T22:23:13.693Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19652026-06-18T22:23:13.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19662026-06-18T22:23:13.739Z
19672026-06-18T22:23:13.739Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/296)
19682026-06-18T22:23:14.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19692026-06-18T22:23:14.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19702026-06-18T22:23:14.084Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19712026-06-18T22:23:14.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19722026-06-18T22:23:14.128Z
19732026-06-18T22:23:14.128Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/296)
19742026-06-18T22:23:14.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19752026-06-18T22:23:14.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19762026-06-18T22:23:14.472Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19772026-06-18T22:23:14.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19782026-06-18T22:23:14.518Z
19792026-06-18T22:23:14.518Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/296)
19802026-06-18T22:23:14.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19812026-06-18T22:23:14.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19822026-06-18T22:23:14.865Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19832026-06-18T22:23:14.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19842026-06-18T22:23:14.911Z
19852026-06-18T22:23:14.911Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/296)
19862026-06-18T22:23:15.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19872026-06-18T22:23:15.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19882026-06-18T22:23:15.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19892026-06-18T22:23:15.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19902026-06-18T22:23:15.303Z
19912026-06-18T22:23:15.303Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/296)
19922026-06-18T22:23:15.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19932026-06-18T22:23:15.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19942026-06-18T22:23:15.649Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19952026-06-18T22:23:15.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19962026-06-18T22:23:15.696Z
19972026-06-18T22:23:15.696Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/296)
19982026-06-18T22:23:16.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19992026-06-18T22:23:16.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20002026-06-18T22:23:16.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20012026-06-18T22:23:16.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20022026-06-18T22:23:16.087Z
20032026-06-18T22:23:16.088Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/296)
20042026-06-18T22:23:16.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20052026-06-18T22:23:16.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20062026-06-18T22:23:16.431Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20072026-06-18T22:23:16.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20082026-06-18T22:23:16.478Z
20092026-06-18T22:23:16.478Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/296)
20102026-06-18T22:23:16.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20112026-06-18T22:23:16.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20122026-06-18T22:23:16.824Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20132026-06-18T22:23:16.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20142026-06-18T22:23:16.870Z
20152026-06-18T22:23:16.870Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/296)
20162026-06-18T22:23:17.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20172026-06-18T22:23:17.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20182026-06-18T22:23:17.214Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20192026-06-18T22:23:17.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20202026-06-18T22:23:17.259Z
20212026-06-18T22:23:17.259Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/296)
20222026-06-18T22:23:17.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20232026-06-18T22:23:17.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20242026-06-18T22:23:17.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20252026-06-18T22:23:17.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20262026-06-18T22:23:17.653Z
20272026-06-18T22:23:17.653Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/296)
20282026-06-18T22:23:17.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20292026-06-18T22:23:17.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20302026-06-18T22:23:17.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20312026-06-18T22:23:18.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20322026-06-18T22:23:18.043Z
20332026-06-18T22:23:18.044Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/296)
20342026-06-18T22:23:18.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20352026-06-18T22:23:18.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20362026-06-18T22:23:18.390Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20372026-06-18T22:23:18.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20382026-06-18T22:23:18.436Z
20392026-06-18T22:23:18.436Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/296)
20402026-06-18T22:23:18.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20412026-06-18T22:23:18.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20422026-06-18T22:23:18.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20432026-06-18T22:23:18.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20442026-06-18T22:23:18.827Z
20452026-06-18T22:23:18.827Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/296)
20462026-06-18T22:23:19.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20472026-06-18T22:23:19.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20482026-06-18T22:23:19.172Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20492026-06-18T22:23:19.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20502026-06-18T22:23:19.218Z
20512026-06-18T22:23:19.218Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/296)
20522026-06-18T22:23:19.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20532026-06-18T22:23:19.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20542026-06-18T22:23:19.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20552026-06-18T22:23:19.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20562026-06-18T22:23:19.612Z
20572026-06-18T22:23:19.612Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/296)
20582026-06-18T22:23:19.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20592026-06-18T22:23:19.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20602026-06-18T22:23:19.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20612026-06-18T22:23:19.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20622026-06-18T22:23:20.006Z
20632026-06-18T22:23:20.006Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/296)
20642026-06-18T22:23:20.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20652026-06-18T22:23:20.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20662026-06-18T22:23:20.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20672026-06-18T22:23:20.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20682026-06-18T22:23:20.400Z
20692026-06-18T22:23:20.400Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/296)
20702026-06-18T22:23:20.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20712026-06-18T22:23:20.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20722026-06-18T22:23:20.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20732026-06-18T22:23:20.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20742026-06-18T22:23:20.818Z
20752026-06-18T22:23:20.818Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/296)
20762026-06-18T22:23:21.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20772026-06-18T22:23:21.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20782026-06-18T22:23:21.147Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20792026-06-18T22:23:21.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20802026-06-18T22:23:21.189Z
20812026-06-18T22:23:21.190Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/296)
20822026-06-18T22:23:21.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20832026-06-18T22:23:21.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20842026-06-18T22:23:21.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20852026-06-18T22:23:21.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20862026-06-18T22:23:21.590Z
20872026-06-18T22:23:21.590Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/296)
20882026-06-18T22:23:22.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20892026-06-18T22:23:22.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20902026-06-18T22:23:22.057Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20912026-06-18T22:23:22.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
20922026-06-18T22:23:22.141Z
20932026-06-18T22:23:22.141Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/296)
20942026-06-18T22:23:22.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20952026-06-18T22:23:22.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20962026-06-18T22:23:22.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20972026-06-18T22:23:22.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
20982026-06-18T22:23:22.700Z
20992026-06-18T22:23:22.700Zinfo: running `cargo check --bins` on nexus-config (51/296)
21002026-06-18T22:23:23.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21012026-06-18T22:23:23.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21022026-06-18T22:23:23.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21032026-06-18T22:23:23.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21042026-06-18T22:23:23.253Z
21052026-06-18T22:23:23.253Zinfo: running `cargo check --bins` on nexus-types (52/296)
21062026-06-18T22:23:23.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21072026-06-18T22:23:23.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21082026-06-18T22:23:23.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21092026-06-18T22:23:23.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21102026-06-18T22:23:23.808Z
21112026-06-18T22:23:23.808Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/296)
21122026-06-18T22:23:24.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21132026-06-18T22:23:24.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21142026-06-18T22:23:24.341Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21152026-06-18T22:23:24.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21162026-06-18T22:23:24.348Z
21172026-06-18T22:23:24.348Zinfo: running `cargo check --bins` on omicron-passwords (54/296)
21182026-06-18T22:23:24.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21192026-06-18T22:23:24.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21202026-06-18T22:23:24.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21212026-06-18T22:23:24.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
21222026-06-18T22:23:24.837Z
21232026-06-18T22:23:24.837Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/296)
21242026-06-18T22:23:25.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21252026-06-18T22:23:25.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21262026-06-18T22:23:25.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21272026-06-18T22:23:25.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21282026-06-18T22:23:25.363Z
21292026-06-18T22:23:25.363Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/296)
21302026-06-18T22:23:25.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21312026-06-18T22:23:25.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21322026-06-18T22:23:25.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21332026-06-18T22:23:25.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21342026-06-18T22:23:25.890Z
21352026-06-18T22:23:25.890Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/296)
21362026-06-18T22:23:26.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21372026-06-18T22:23:26.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21382026-06-18T22:23:26.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21392026-06-18T22:23:26.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21402026-06-18T22:23:26.419Z
21412026-06-18T22:23:26.419Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/296)
21422026-06-18T22:23:26.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21432026-06-18T22:23:26.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21442026-06-18T22:23:26.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21452026-06-18T22:23:26.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21462026-06-18T22:23:26.945Z
21472026-06-18T22:23:26.945Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/296)
21482026-06-18T22:23:27.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21492026-06-18T22:23:27.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21502026-06-18T22:23:27.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21512026-06-18T22:23:27.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21522026-06-18T22:23:27.456Z
21532026-06-18T22:23:27.456Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/296)
21542026-06-18T22:23:27.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21552026-06-18T22:23:27.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21562026-06-18T22:23:27.890Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21572026-06-18T22:23:27.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21582026-06-18T22:23:27.963Z
21592026-06-18T22:23:27.963Zinfo: running `cargo check --bins --no-default-features` on gfss (61/296)
21602026-06-18T22:23:28.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21612026-06-18T22:23:28.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21622026-06-18T22:23:28.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21632026-06-18T22:23:28.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
21642026-06-18T22:23:28.467Z
21652026-06-18T22:23:28.467Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/296)
21662026-06-18T22:23:28.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21672026-06-18T22:23:28.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21682026-06-18T22:23:28.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21692026-06-18T22:23:28.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
21702026-06-18T22:23:28.970Z
21712026-06-18T22:23:28.970Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/296)
21722026-06-18T22:23:29.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21732026-06-18T22:23:29.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21742026-06-18T22:23:29.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21752026-06-18T22:23:29.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21762026-06-18T22:23:29.490Z
21772026-06-18T22:23:29.490Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/296)
21782026-06-18T22:23:29.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21792026-06-18T22:23:29.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21802026-06-18T22:23:29.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21812026-06-18T22:23:29.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21822026-06-18T22:23:30.011Z
21832026-06-18T22:23:30.012Zinfo: running `cargo check --bins` on cockroach-admin-types (65/296)
21842026-06-18T22:23:30.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21852026-06-18T22:23:30.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21862026-06-18T22:23:30.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21872026-06-18T22:23:30.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21882026-06-18T22:23:30.518Z
21892026-06-18T22:23:30.518Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/296)
21902026-06-18T22:23:30.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21912026-06-18T22:23:30.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21922026-06-18T22:23:30.954Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21932026-06-18T22:23:30.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21942026-06-18T22:23:31.027Z
21952026-06-18T22:23:31.027Zinfo: running `cargo check --bins` on ereport-types (67/296)
21962026-06-18T22:23:31.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21972026-06-18T22:23:31.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21982026-06-18T22:23:31.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21992026-06-18T22:23:31.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22002026-06-18T22:23:31.547Z
22012026-06-18T22:23:31.547Zinfo: running `cargo check --bins` on gateway-client (68/296)
22022026-06-18T22:23:31.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22032026-06-18T22:23:31.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22042026-06-18T22:23:31.981Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22052026-06-18T22:23:31.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22062026-06-18T22:23:32.057Z
22072026-06-18T22:23:32.057Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/296)
22082026-06-18T22:23:32.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22092026-06-18T22:23:32.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22102026-06-18T22:23:32.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22112026-06-18T22:23:32.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22122026-06-18T22:23:32.573Z
22132026-06-18T22:23:32.573Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/296)
22142026-06-18T22:23:33.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22152026-06-18T22:23:33.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22162026-06-18T22:23:33.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22172026-06-18T22:23:33.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22182026-06-18T22:23:33.085Z
22192026-06-18T22:23:33.085Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/296)
22202026-06-18T22:23:33.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22212026-06-18T22:23:33.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22222026-06-18T22:23:33.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22232026-06-18T22:23:33.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22242026-06-18T22:23:33.606Z
22252026-06-18T22:23:33.606Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/296)
22262026-06-18T22:23:34.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22272026-06-18T22:23:34.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22282026-06-18T22:23:34.045Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22292026-06-18T22:23:34.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22302026-06-18T22:23:34.122Z
22312026-06-18T22:23:34.123Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/296)
22322026-06-18T22:23:34.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22332026-06-18T22:23:34.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22342026-06-18T22:23:34.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22352026-06-18T22:23:34.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22362026-06-18T22:23:34.657Z
22372026-06-18T22:23:34.657Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/296)
22382026-06-18T22:23:35.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22392026-06-18T22:23:35.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22402026-06-18T22:23:35.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22412026-06-18T22:23:35.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22422026-06-18T22:23:35.189Z
22432026-06-18T22:23:35.189Zinfo: running `cargo check --bins` on key-manager-types (75/296)
22442026-06-18T22:23:35.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22452026-06-18T22:23:35.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22462026-06-18T22:23:35.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22472026-06-18T22:23:35.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22482026-06-18T22:23:35.696Z
22492026-06-18T22:23:35.696Zinfo: running `cargo check --bins` on oxlog (76/296)
22502026-06-18T22:23:36.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22512026-06-18T22:23:36.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22522026-06-18T22:23:36.250Z Checking cfg-if v1.0.4
22532026-06-18T22:23:36.256Z Checking libc v0.2.185
22542026-06-18T22:23:36.256Z Checking serde_core v1.0.228
22552026-06-18T22:23:36.357Z Checking zeroize v1.8.2
22562026-06-18T22:23:36.366Z Checking memchr v2.8.0
22572026-06-18T22:23:36.369Z Checking log v0.4.29
22582026-06-18T22:23:36.377Z Checking smallvec v1.15.1
22592026-06-18T22:23:36.387Z Checking typenum v1.19.0
22602026-06-18T22:23:36.397Z Checking subtle v2.6.1
22612026-06-18T22:23:36.491Z Checking itoa v1.0.17
22622026-06-18T22:23:36.524Z Checking scopeguard v1.2.0
22632026-06-18T22:23:36.542Z Checking stable_deref_trait v1.2.1
22642026-06-18T22:23:36.553Z Checking const-oid v0.9.6
22652026-06-18T22:23:36.615Z Checking zerofrom v0.1.6
22662026-06-18T22:23:36.626Z Checking lock_api v0.4.14
22672026-06-18T22:23:36.639Z Checking pin-project-lite v0.2.17
22682026-06-18T22:23:36.728Z Checking yoke v0.8.1
22692026-06-18T22:23:36.741Z Checking portable-atomic v1.13.1
22702026-06-18T22:23:36.750Z Checking getrandom v0.2.17
22712026-06-18T22:23:36.750Z Checking errno v0.3.14
22722026-06-18T22:23:36.823Z Checking parking_lot_core v0.9.12
22732026-06-18T22:23:36.861Z Checking signal-hook-registry v1.4.8
22742026-06-18T22:23:36.890Z Checking zerovec v0.11.5
22752026-06-18T22:23:36.901Z Checking rand_core v0.6.4
22762026-06-18T22:23:36.912Z Checking generic-array v0.14.7
22772026-06-18T22:23:37.006Z Checking futures-core v0.3.32
22782026-06-18T22:23:37.017Z Checking critical-section v1.2.0
22792026-06-18T22:23:37.074Z Checking parking_lot v0.12.5
22802026-06-18T22:23:37.110Z Checking mio v1.2.0
22812026-06-18T22:23:37.124Z Checking zerocopy v0.8.40
22822026-06-18T22:23:37.136Z Checking once_cell v1.21.3
22832026-06-18T22:23:37.221Z Checking zmij v1.0.21
22842026-06-18T22:23:37.268Z Checking socket2 v0.6.3
22852026-06-18T22:23:37.308Z Checking libm v0.2.16
22862026-06-18T22:23:37.321Z Checking tinystr v0.8.2
22872026-06-18T22:23:37.342Z Checking crypto-common v0.1.7
22882026-06-18T22:23:37.383Z Checking block-buffer v0.10.4
22892026-06-18T22:23:37.430Z Checking writeable v0.6.2
22902026-06-18T22:23:37.462Z Checking litemap v0.8.1
22912026-06-18T22:23:37.493Z Checking percent-encoding v2.3.2
22922026-06-18T22:23:37.507Z Checking equivalent v1.0.2
22932026-06-18T22:23:37.518Z Checking digest v0.10.7
22942026-06-18T22:23:37.585Z Checking potential_utf v0.1.4
22952026-06-18T22:23:37.597Z Checking zerotrie v0.2.3
22962026-06-18T22:23:37.631Z Checking icu_locale_core v2.1.1
22972026-06-18T22:23:37.643Z Checking futures-sink v0.3.32
22982026-06-18T22:23:37.718Z Checking slab v0.4.12
22992026-06-18T22:23:37.722Z Checking icu_collections v2.1.1
23002026-06-18T22:23:37.744Z Checking futures-channel v0.3.32
23012026-06-18T22:23:37.830Z Checking serde v1.0.228
23022026-06-18T22:23:37.842Z Checking bitflags v2.11.0
23032026-06-18T22:23:37.873Z Checking serde_json v1.0.149
23042026-06-18T22:23:37.931Z Checking futures-task v0.3.32
23052026-06-18T22:23:38.003Z Checking futures-io v0.3.32
23062026-06-18T22:23:38.016Z Checking num-traits v0.2.19
23072026-06-18T22:23:38.033Z Checking cpufeatures v0.2.17
23082026-06-18T22:23:38.071Z Checking hmac v0.12.1
23092026-06-18T22:23:38.099Z Checking icu_properties_data v2.1.2
23102026-06-18T22:23:38.113Z Checking futures-util v0.3.32
23112026-06-18T22:23:38.197Z Checking icu_normalizer_data v2.1.1
23122026-06-18T22:23:38.200Z Checking icu_provider v2.1.1
23132026-06-18T22:23:38.236Z Checking bytes v1.11.1
23142026-06-18T22:23:38.240Z Checking hashbrown v0.17.0
23152026-06-18T22:23:38.285Z Checking rand_core v0.10.0
23162026-06-18T22:23:38.426Z Checking getrandom v0.4.1
23172026-06-18T22:23:38.448Z Checking icu_normalizer v2.1.1
23182026-06-18T22:23:38.531Z Checking icu_properties v2.1.2
23192026-06-18T22:23:38.544Z Checking block-padding v0.3.3
23202026-06-18T22:23:38.573Z Checking utf8_iter v1.0.4
23212026-06-18T22:23:38.671Z Checking inout v0.1.4
23222026-06-18T22:23:38.683Z Checking tokio v1.52.1
23232026-06-18T22:23:38.695Z Checking indexmap v2.14.0
23242026-06-18T22:23:38.707Z Checking sha2 v0.10.9
23252026-06-18T22:23:38.754Z Checking form_urlencoded v1.2.2
23262026-06-18T22:23:38.808Z Checking cipher v0.4.4
23272026-06-18T22:23:38.880Z Checking getrandom v0.3.4
23282026-06-18T22:23:38.974Z Checking base64ct v1.8.3
23292026-06-18T22:23:39.011Z Checking byteorder v1.5.0
23302026-06-18T22:23:39.023Z Checking fnv v1.0.7
23312026-06-18T22:23:39.117Z Checking flagset v0.4.7
23322026-06-18T22:23:39.203Z Checking pem-rfc7468 v0.7.0
23332026-06-18T22:23:39.216Z Checking rand_core v0.9.5
23342026-06-18T22:23:39.239Z Checking http v1.4.0
23352026-06-18T22:23:39.251Z Checking regex-syntax v0.8.10
23362026-06-18T22:23:39.355Z Checking idna_adapter v1.2.1
23372026-06-18T22:23:39.372Z Checking der v0.7.10
23382026-06-18T22:23:39.396Z Checking salsa20 v0.10.2
23392026-06-18T22:23:39.474Z Checking idna v1.1.0
23402026-06-18T22:23:39.533Z Checking uuid v1.23.0
23412026-06-18T22:23:39.728Z Checking url v2.5.8
23422026-06-18T22:23:39.820Z Checking pbkdf2 v0.12.2
23432026-06-18T22:23:39.845Z Checking rustix v1.1.3
23442026-06-18T22:23:39.915Z Checking ppv-lite86 v0.2.21
23452026-06-18T22:23:39.929Z Checking tracing-core v0.1.36
23462026-06-18T22:23:40.061Z Checking rustls-pki-types v1.14.0
23472026-06-18T22:23:40.102Z Checking spki v0.7.3
23482026-06-18T22:23:40.168Z Checking base64 v0.22.1
23492026-06-18T22:23:40.204Z Checking iana-time-zone v0.1.65
23502026-06-18T22:23:40.229Z Checking tracing v0.1.44
23512026-06-18T22:23:40.267Z Checking rand_chacha v0.9.0
23522026-06-18T22:23:40.308Z Checking chrono v0.4.44
23532026-06-18T22:23:40.347Z Checking scrypt v0.11.0
23542026-06-18T22:23:40.402Z Checking http-body v1.0.1
23552026-06-18T22:23:40.436Z Checking cbc v0.1.2
23562026-06-18T22:23:40.461Z Checking aes v0.8.4
23572026-06-18T22:23:40.486Z Checking aws-lc-sys v0.40.0
23582026-06-18T22:23:40.533Z Checking untrusted v0.9.0
23592026-06-18T22:23:40.561Z Checking untrusted v0.7.1
23602026-06-18T22:23:40.578Z Checking tinyvec_macros v0.1.1
23612026-06-18T22:23:40.641Z Checking openssl-probe v0.2.1
23622026-06-18T22:23:40.653Z Checking tinyvec v1.10.0
23632026-06-18T22:23:40.669Z Checking ring v0.17.14
23642026-06-18T22:23:40.685Z Checking rand v0.9.2
23652026-06-18T22:23:40.747Z Checking tower-layer v0.3.3
23662026-06-18T22:23:40.855Z Checking pkcs5 v0.7.1
23672026-06-18T22:23:40.894Z Checking try-lock v0.2.5
23682026-06-18T22:23:40.952Z Checking tower-service v0.3.3
23692026-06-18T22:23:40.987Z Checking aws-lc-rs v1.16.3
23702026-06-18T22:23:41.000Z Checking atomic-waker v1.1.2
23712026-06-18T22:23:41.041Z Checking want v0.3.1
23722026-06-18T22:23:41.096Z Checking ipnet v2.11.0
23732026-06-18T22:23:41.110Z Checking pkcs8 v0.10.2
23742026-06-18T22:23:41.152Z Checking httparse v1.10.1
23752026-06-18T22:23:41.165Z Checking aho-corasick v1.1.4
23762026-06-18T22:23:41.176Z Checking dyn-clone v1.0.20
23772026-06-18T22:23:41.276Z Checking httpdate v1.0.3
23782026-06-18T22:23:41.289Z Checking pin-utils v0.1.0
23792026-06-18T22:23:41.348Z Checking fastrand v2.3.0
23802026-06-18T22:23:41.361Z Checking plain v0.2.3
23812026-06-18T22:23:41.364Z Checking utf8parse v0.2.2
23822026-06-18T22:23:41.420Z Checking foreign-types-shared v0.1.1
23832026-06-18T22:23:41.460Z Checking unicode-normalization v0.1.25
23842026-06-18T22:23:41.474Z Checking semver v1.0.28
23852026-06-18T22:23:41.501Z Checking foreign-types v0.3.2
23862026-06-18T22:23:41.524Z Checking tempfile v3.25.0
23872026-06-18T22:23:41.570Z Checking openssl-sys v0.9.115
23882026-06-18T22:23:41.660Z Checking spin v0.9.8
23892026-06-18T22:23:41.680Z Checking socket2 v0.5.10
23902026-06-18T22:23:41.718Z Checking ucd-trie v0.1.7
23912026-06-18T22:23:41.830Z Checking rustls-webpki v0.103.9
23922026-06-18T22:23:41.842Z Checking regex-automata v0.4.14
23932026-06-18T22:23:41.855Z Checking anstyle v1.0.14
23942026-06-18T22:23:41.855Z Checking unicode-ident v1.0.24
23952026-06-18T22:23:41.877Z Checking pest v2.8.6
23962026-06-18T22:23:41.931Z Checking schemars v0.8.22
23972026-06-18T22:23:41.990Z Checking tokio-util v0.7.18
23982026-06-18T22:23:41.997Z Checking openssl v0.10.79
23992026-06-18T22:23:41.997Z Checking proc-macro2 v1.0.106
24002026-06-18T22:23:42.034Z Checking rustls-native-certs v0.8.3
24012026-06-18T22:23:42.168Z Checking thiserror v2.0.18
24022026-06-18T22:23:42.253Z Checking rustls v0.23.37
24032026-06-18T22:23:42.267Z Checking sync_wrapper v1.0.2
24042026-06-18T22:23:42.279Z Checking wait-timeout v0.2.1
24052026-06-18T22:23:42.369Z Checking anstyle-query v1.1.5
24062026-06-18T22:23:42.397Z Checking simd-adler32 v0.3.8
24072026-06-18T22:23:42.463Z Checking powerfmt v0.2.0
24082026-06-18T22:23:43.564Z Checking h2 v0.4.13
24092026-06-18T22:23:43.568Z Checking quick-error v1.2.3
24102026-06-18T22:23:43.568Z Checking pretty-hex v0.4.1
24112026-06-18T22:23:43.568Z Checking siphasher v1.0.2
24122026-06-18T22:23:43.568Z Checking is_terminal_polyfill v1.70.2
24132026-06-18T22:23:43.568Z Checking bit-vec v0.8.0
24142026-06-18T22:23:43.568Z Checking colorchoice v1.0.4
24152026-06-18T22:23:43.568Z Checking rusty-fork v0.3.1
24162026-06-18T22:23:43.568Z Checking deranged v0.5.8
24172026-06-18T22:23:43.568Z Checking bit-set v0.8.0
24182026-06-18T22:23:43.568Z Checking tower v0.5.3
24192026-06-18T22:23:43.568Z Checking quote v1.0.45
24202026-06-18T22:23:43.568Z Compiling newtype-uuid v1.3.2
24212026-06-18T22:23:43.568Z Checking http-body-util v0.1.3
24222026-06-18T22:23:43.568Z Checking webpki-roots v1.0.6
24232026-06-18T22:23:43.569Z Checking crossbeam-utils v0.8.21
24242026-06-18T22:23:43.569Z Checking rand_xorshift v0.4.0
24252026-06-18T22:23:43.569Z Checking crc32fast v1.5.0
24262026-06-18T22:23:43.569Z Checking scroll v0.13.0
24272026-06-18T22:23:43.569Z Checking signature v2.2.0
24282026-06-18T22:23:43.608Z Checking ryu v1.0.23
24292026-06-18T22:23:43.643Z Checking allocator-api2 v0.2.21
24302026-06-18T22:23:43.671Z Checking num_threads v0.1.7
24312026-06-18T22:23:43.683Z Checking iri-string v0.7.10
24322026-06-18T22:23:43.743Z Checking unicode-properties v0.1.4
24332026-06-18T22:23:43.757Z Checking adler2 v2.0.1
24342026-06-18T22:23:43.773Z Checking num-conv v0.2.0
24352026-06-18T22:23:43.863Z Checking unicode-bidi v0.3.18
24362026-06-18T22:23:43.890Z Checking unarray v0.1.4
24372026-06-18T22:23:43.928Z Checking time-core v0.1.8
24382026-06-18T22:23:43.939Z Checking miniz_oxide v0.8.9
24392026-06-18T22:23:43.982Z Checking native-tls v0.2.18
24402026-06-18T22:23:43.994Z Checking proptest v1.10.0
24412026-06-18T22:23:44.066Z Checking time v0.3.47
24422026-06-18T22:23:44.155Z Checking stringprep v0.1.5
24432026-06-18T22:23:44.159Z Checking tokio-native-tls v0.3.1
24442026-06-18T22:23:44.288Z Checking serde_urlencoded v0.7.1
24452026-06-18T22:23:44.312Z Checking bstr v1.12.1
24462026-06-18T22:23:44.337Z Checking goblin v0.10.5
24472026-06-18T22:23:44.506Z Checking crossbeam-epoch v0.9.18
24482026-06-18T22:23:44.649Z Checking tokio-rustls v0.26.4
24492026-06-18T22:23:44.706Z Checking tower-http v0.6.8
24502026-06-18T22:23:44.718Z Compiling daft v0.1.7
24512026-06-18T22:23:44.733Z Checking syn v2.0.117
24522026-06-18T22:23:44.885Z Checking ipnetwork v0.21.1
24532026-06-18T22:23:44.986Z Checking anstyle-parse v1.0.0
24542026-06-18T22:23:45.002Z Checking rand_chacha v0.3.1
24552026-06-18T22:23:45.099Z Checking scroll v0.12.0
24562026-06-18T22:23:45.139Z Checking thiserror v1.0.69
24572026-06-18T22:23:45.211Z Checking zstd-sys v2.0.16+zstd.1.5.7
24582026-06-18T22:23:45.237Z Checking hash32 v0.2.1
24592026-06-18T22:23:45.249Z Checking num-integer v0.1.46
24602026-06-18T22:23:45.311Z Checking hyper v1.8.1
24612026-06-18T22:23:45.323Z Checking toml_datetime v0.6.11
24622026-06-18T22:23:45.335Z Checking serde_spanned v0.6.9
24632026-06-18T22:23:45.394Z Checking md-5 v0.10.6
24642026-06-18T22:23:45.459Z Checking ff v0.13.1
24652026-06-18T22:23:45.472Z Checking encoding_rs v0.8.35
24662026-06-18T22:23:45.503Z Checking base16ct v0.2.0
24672026-06-18T22:23:45.532Z Checking fallible-iterator v0.2.0
24682026-06-18T22:23:45.584Z Checking zlib-rs v0.6.2
24692026-06-18T22:23:45.630Z Checking mime v0.3.17
24702026-06-18T22:23:45.800Z Checking psl-types v2.0.11
24712026-06-18T22:23:45.814Z Checking postgres-protocol v0.6.10
24722026-06-18T22:23:45.916Z Checking publicsuffix v2.3.0
24732026-06-18T22:23:45.977Z Checking sec1 v0.7.3
24742026-06-18T22:23:46.073Z Checking group v0.13.0
24752026-06-18T22:23:46.122Z Checking num-iter v0.1.45
24762026-06-18T22:23:46.184Z Checking heapless v0.7.17
24772026-06-18T22:23:46.204Z Checking hyper-util v0.1.20
24782026-06-18T22:23:46.218Z Checking goblin v0.8.2
24792026-06-18T22:23:46.234Z Checking zstd-safe v7.2.4
24802026-06-18T22:23:46.401Z Checking cookie v0.18.1
24812026-06-18T22:23:46.416Z Checking rand v0.8.6
24822026-06-18T22:23:46.460Z Checking flate2 v1.1.9
24832026-06-18T22:23:46.600Z Checking anstream v1.0.0
24842026-06-18T22:23:46.630Z Checking oxnet v0.1.6
24852026-06-18T22:23:46.679Z Checking dof v0.4.0
24862026-06-18T22:23:46.757Z Compiling iddqd v0.4.2
24872026-06-18T22:23:46.799Z Checking dtrace-parser v0.3.0
24882026-06-18T22:23:46.885Z Checking phf_shared v0.13.1
24892026-06-18T22:23:46.928Z Checking lazy_static v1.5.0
24902026-06-18T22:23:47.007Z Checking anstyle-parse v0.2.7
24912026-06-18T22:23:47.019Z Checking zerocopy v0.7.35
24922026-06-18T22:23:47.031Z Checking pin-project v1.1.11
24932026-06-18T22:23:47.081Z Checking bzip2-sys v0.1.13+1.0.8
24942026-06-18T22:23:47.121Z Checking terminal_size v0.4.3
24952026-06-18T22:23:47.154Z Checking signal-hook v0.3.18
24962026-06-18T22:23:47.166Z Checking futures-executor v0.3.32
24972026-06-18T22:23:47.235Z Checking hex v0.4.3
24982026-06-18T22:23:47.307Z Checking hkdf v0.12.4
24992026-06-18T22:23:47.319Z Checking crypto-bigint v0.5.5
25002026-06-18T22:23:47.341Z Checking thread-id v5.1.0
25012026-06-18T22:23:47.419Z Checking managed v0.8.0
25022026-06-18T22:23:47.437Z Compiling rayon-core v1.13.0
25032026-06-18T22:23:47.458Z Checking strsim v0.11.1
25042026-06-18T22:23:47.461Z Checking hyper-rustls v0.27.7
25052026-06-18T22:23:47.498Z Checking hyper-tls v0.6.0
25062026-06-18T22:23:47.651Z Checking same-file v1.0.6
25072026-06-18T22:23:47.657Z Checking bumpalo v3.20.2
25082026-06-18T22:23:47.657Z Checking either v1.15.0
25092026-06-18T22:23:47.670Z Checking bitflags v1.3.2
25102026-06-18T22:23:47.673Z Checking libbz2-rs-sys v0.2.2
25112026-06-18T22:23:47.715Z Checking foldhash v0.1.5
25122026-06-18T22:23:47.743Z Checking winnow v0.7.14
25132026-06-18T22:23:47.807Z Checking foldhash v0.2.0
25142026-06-18T22:23:47.807Z Checking winnow v0.5.40
25152026-06-18T22:23:47.849Z Checking clap_lex v1.0.0
25162026-06-18T22:23:47.964Z Checking hashbrown v0.16.1
25172026-06-18T22:23:48.003Z Checking clap_builder v4.6.0
25182026-06-18T22:23:48.023Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25192026-06-18T22:23:48.073Z Checking bzip2 v0.6.1
25202026-06-18T22:23:48.123Z Checking dof v0.3.0
25212026-06-18T22:23:48.204Z Checking hashbrown v0.15.5
25222026-06-18T22:23:48.217Z Checking elliptic-curve v0.13.8
25232026-06-18T22:23:48.235Z Checking zopfli v0.8.3
25242026-06-18T22:23:48.410Z Checking smoltcp v0.9.1
25252026-06-18T22:23:48.457Z Checking walkdir v2.5.0
25262026-06-18T22:23:48.516Z Checking reqwest v0.12.28
25272026-06-18T22:23:48.577Z Checking usdt-impl v0.6.0
25282026-06-18T22:23:48.619Z Checking signal-hook-mio v0.2.5
25292026-06-18T22:23:48.670Z Checking futures v0.3.32
25302026-06-18T22:23:48.720Z Checking bzip2 v0.4.4
25312026-06-18T22:23:48.748Z Checking anstream v0.6.21
25322026-06-18T22:23:48.858Z Checking snafu v0.8.9
25332026-06-18T22:23:48.882Z Checking phf v0.13.1
25342026-06-18T22:23:48.935Z Checking num-bigint-dig v0.8.6
25352026-06-18T22:23:48.961Z Checking toml_edit v0.19.15
25362026-06-18T22:23:49.006Z Checking cookie_store v0.22.1
25372026-06-18T22:23:49.027Z Checking zstd v0.13.3
25382026-06-18T22:23:49.096Z Checking postgres-types v0.2.12
25392026-06-18T22:23:49.186Z Checking dtrace-parser v0.2.0
25402026-06-18T22:23:49.214Z Checking crossbeam-deque v0.8.6
25412026-06-18T22:23:49.236Z Checking globset v0.4.18
25422026-06-18T22:23:49.363Z Checking rustls-platform-verifier v0.6.2
25432026-06-18T22:23:49.396Z Checking regex v1.12.3
25442026-06-18T22:23:49.408Z Checking ed25519 v2.2.3
25452026-06-18T22:23:49.421Z Checking phf_shared v0.11.3
25462026-06-18T22:23:49.437Z Checking olpc-cjson v0.1.4
25472026-06-18T22:23:49.502Z Checking ref-cast v1.0.25
25482026-06-18T22:23:49.514Z Checking curve25519-dalek v4.1.3
25492026-06-18T22:23:49.562Z Checking strum v0.27.2
25502026-06-18T22:23:49.574Z Checking hubpack v0.1.2
25512026-06-18T22:23:49.592Z Checking memoffset v0.9.1
25522026-06-18T22:23:49.604Z Checking rustix v0.38.44
25532026-06-18T22:23:49.670Z Checking pkcs1 v0.7.5
25542026-06-18T22:23:49.683Z Checking pem v3.0.6
25552026-06-18T22:23:49.686Z Checking float-cmp v0.10.0
25562026-06-18T22:23:49.740Z Checking serde-big-array v0.5.1
25572026-06-18T22:23:49.770Z Checking serde_plain v1.0.2
25582026-06-18T22:23:49.812Z Checking erased-serde v0.3.31
25592026-06-18T22:23:49.846Z Checking rfc6979 v0.4.0
25602026-06-18T22:23:49.875Z Checking thread-id v4.2.2
25612026-06-18T22:23:49.887Z Checking memmap2 v0.9.10
25622026-06-18T22:23:49.913Z Checking env_filter v1.0.0
25632026-06-18T22:23:49.953Z Checking jiff v0.2.21
25642026-06-18T22:23:49.966Z Checking unicode-segmentation v1.12.0
25652026-06-18T22:23:50.042Z Checking typed-path v0.9.3
25662026-06-18T22:23:50.046Z Checking fixedbitset v0.5.7
25672026-06-18T22:23:50.065Z Checking difflib v0.4.0
25682026-06-18T22:23:50.198Z Checking normalize-line-endings v0.3.0
25692026-06-18T22:23:50.243Z Checking data-encoding v2.10.0
25702026-06-18T22:23:50.247Z Checking whoami v2.1.0
25712026-06-18T22:23:50.270Z Checking predicates-core v1.0.10
25722026-06-18T22:23:50.285Z Checking new_debug_unreachable v1.0.6
25732026-06-18T22:23:50.305Z Checking toml_write v0.1.2
25742026-06-18T22:23:50.353Z Checking precomputed-hash v0.1.1
25752026-06-18T22:23:50.392Z Checking keccak v0.1.6
25762026-06-18T22:23:50.417Z Checking fixedbitset v0.4.2
25772026-06-18T22:23:50.433Z Checking static_assertions v1.1.0
25782026-06-18T22:23:50.445Z Checking tokio-postgres v0.7.16
25792026-06-18T22:23:50.467Z Checking toml_edit v0.22.27
25802026-06-18T22:23:50.502Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
25812026-06-18T22:23:50.523Z Checking hickory-proto v0.25.2
25822026-06-18T22:23:50.556Z Checking sha3 v0.10.8
25832026-06-18T22:23:50.568Z Checking petgraph v0.6.5
25842026-06-18T22:23:50.761Z Checking string_cache v0.8.9
25852026-06-18T22:23:50.829Z Checking tough v0.22.0
25862026-06-18T22:23:50.932Z Checking crossterm v0.28.1
25872026-06-18T22:23:51.590Z Checking predicates v3.1.4
25882026-06-18T22:23:51.631Z Checking ed25519-dalek v2.2.0
25892026-06-18T22:23:51.678Z Checking similar v2.7.0
25902026-06-18T22:23:51.791Z Checking petgraph v0.8.3
25912026-06-18T22:23:51.841Z Checking slog v2.8.2
25922026-06-18T22:23:51.864Z Checking env_logger v0.11.9
25932026-06-18T22:23:52.053Z Checking toml v0.7.8
25942026-06-18T22:23:52.068Z Checking usdt v0.6.0
25952026-06-18T22:23:52.104Z Checking ecdsa v0.16.9
25962026-06-18T22:23:52.186Z Checking zip v4.6.1
25972026-06-18T22:23:52.236Z Checking usdt-impl v0.5.0
25982026-06-18T22:23:52.359Z Checking rsa v0.9.10
25992026-06-18T22:23:52.442Z Checking nix v0.31.2
26002026-06-18T22:23:52.752Z Checking reqwest v0.13.2
26012026-06-18T22:23:52.833Z Checking clap v4.6.1
26022026-06-18T22:23:52.845Z Checking toml_parser v1.0.9+spec-1.1.0
26032026-06-18T22:23:52.912Z Checking zip v0.6.6
26042026-06-18T22:23:53.100Z Checking itertools v0.13.0
26052026-06-18T22:23:53.166Z Checking serde_with v3.17.0
26062026-06-18T22:23:53.237Z Checking strum v0.26.3
26072026-06-18T22:23:53.299Z Checking fs-err v3.3.0
26082026-06-18T22:23:53.350Z Checking ahash v0.8.12
26092026-06-18T22:23:53.379Z Checking object v0.37.3
26102026-06-18T22:23:53.442Z Checking tokio-stream v0.1.18
26112026-06-18T22:23:53.504Z Checking buf-list v1.1.2
26122026-06-18T22:23:53.543Z Checking anyhow v1.0.102
26132026-06-18T22:23:53.602Z Checking camino v1.2.2
26142026-06-18T22:23:53.618Z Checking x509-cert v0.2.5
26152026-06-18T22:23:53.686Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26162026-06-18T22:23:53.744Z Checking openapiv3 v2.2.0
26172026-06-18T22:23:53.826Z Checking sha1 v0.10.6
26182026-06-18T22:23:53.856Z Checking peg-runtime v0.8.5
26192026-06-18T22:23:53.952Z Checking lalrpop-util v0.19.12
26202026-06-18T22:23:53.984Z Checking rayon v1.11.0
26212026-06-18T22:23:54.000Z Checking sigpipe v0.1.3
26222026-06-18T22:23:54.079Z Checking glob v0.3.3
26232026-06-18T22:23:55.604Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26242026-06-18T22:23:55.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.18s
26252026-06-18T22:23:56.030Z
26262026-06-18T22:23:56.030Zinfo: running `cargo check --bins` on internal-dns-types (77/296)
26272026-06-18T22:23:56.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26282026-06-18T22:23:56.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26292026-06-18T22:23:56.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26302026-06-18T22:23:56.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26312026-06-18T22:23:56.552Z
26322026-06-18T22:23:56.552Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/296)
26332026-06-18T22:23:56.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26342026-06-18T22:23:56.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26352026-06-18T22:23:56.996Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26362026-06-18T22:23:57.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26372026-06-18T22:23:57.074Z
26382026-06-18T22:23:57.074Zinfo: running `cargo check --bins` on nexus-types-versions (79/296)
26392026-06-18T22:23:57.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26402026-06-18T22:23:57.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26412026-06-18T22:23:57.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26422026-06-18T22:23:57.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26432026-06-18T22:23:57.610Z
26442026-06-18T22:23:57.610Zinfo: running `cargo check --bins` on oxql-types (80/296)
26452026-06-18T22:23:58.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26462026-06-18T22:23:58.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26472026-06-18T22:23:58.052Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26482026-06-18T22:23:58.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26492026-06-18T22:23:58.132Z
26502026-06-18T22:23:58.132Zinfo: running `cargo check --bins` on oximeter-types (81/296)
26512026-06-18T22:23:58.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26522026-06-18T22:23:58.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26532026-06-18T22:23:58.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26542026-06-18T22:23:58.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26552026-06-18T22:23:58.655Z
26562026-06-18T22:23:58.655Zinfo: running `cargo check --bins` on oximeter-types-versions (82/296)
26572026-06-18T22:23:59.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26582026-06-18T22:23:59.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26592026-06-18T22:23:59.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26602026-06-18T22:23:59.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26612026-06-18T22:23:59.177Z
26622026-06-18T22:23:59.177Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/296)
26632026-06-18T22:23:59.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26642026-06-18T22:23:59.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26652026-06-18T22:23:59.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26662026-06-18T22:23:59.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
26672026-06-18T22:23:59.693Z
26682026-06-18T22:23:59.693Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/296)
26692026-06-18T22:24:00.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26702026-06-18T22:24:00.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26712026-06-18T22:24:00.314Z Compiling structmeta-derive v0.3.0
26722026-06-18T22:24:00.423Z Compiling rustls v0.22.4
26732026-06-18T22:24:00.433Z Compiling multer v3.1.0
26742026-06-18T22:24:00.441Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26752026-06-18T22:24:00.441Z Compiling async-stream-impl v0.3.6
26762026-06-18T22:24:00.460Z Compiling dropshot v0.17.0
26772026-06-18T22:24:00.476Z Compiling dropshot_endpoint v0.17.0
26782026-06-18T22:24:00.476Z Compiling newtype-uuid-macros v0.1.0
26792026-06-18T22:24:00.602Z Checking newtype-uuid v1.3.2
26802026-06-18T22:24:00.663Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26812026-06-18T22:24:00.721Z Checking rustls-webpki v0.102.8
26822026-06-18T22:24:00.802Z Checking daft v0.1.7
26832026-06-18T22:24:00.817Z Checking thread_local v1.1.9
26842026-06-18T22:24:00.984Z Checking compression-core v0.4.31
26852026-06-18T22:24:01.026Z Checking match_cfg v0.1.0
26862026-06-18T22:24:01.046Z Checking iddqd v0.4.2
26872026-06-18T22:24:01.064Z Checking crossbeam-channel v0.5.15
26882026-06-18T22:24:01.094Z Checking hostname v0.3.1
26892026-06-18T22:24:01.107Z Checking compression-codecs v0.4.37
26902026-06-18T22:24:01.190Z Checking atomicwrites v0.4.4
26912026-06-18T22:24:01.248Z Checking slog-json v2.6.1
26922026-06-18T22:24:01.271Z Checking serde_spanned v1.0.4
26932026-06-18T22:24:01.315Z Checking is-terminal v0.4.17
26942026-06-18T22:24:01.401Z Checking toml_datetime v1.0.0+spec-1.1.0
26952026-06-18T22:24:01.404Z Checking toml_writer v1.0.6+spec-1.1.0
26962026-06-18T22:24:01.426Z Checking debug-ignore v1.0.5
26972026-06-18T22:24:01.426Z Checking take_mut v0.2.2
26982026-06-18T22:24:01.487Z Compiling structmeta v0.3.0
26992026-06-18T22:24:01.526Z Checking term v1.2.1
27002026-06-18T22:24:01.538Z Checking slog-async v2.8.0
27012026-06-18T22:24:01.589Z Checking slog-bunyan v2.5.0
27022026-06-18T22:24:01.603Z Checking toml v1.0.6+spec-1.1.0
27032026-06-18T22:24:01.704Z Compiling derive-ex v0.1.8
27042026-06-18T22:24:01.708Z Compiling parse-display-derive v0.10.0
27052026-06-18T22:24:01.727Z Checking async-compression v0.4.41
27062026-06-18T22:24:01.748Z Checking slog-term v2.9.2
27072026-06-18T22:24:01.966Z Checking async-stream v0.3.6
27082026-06-18T22:24:01.980Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27092026-06-18T22:24:02.008Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27102026-06-18T22:24:02.051Z Checking progenitor-client v0.14.0
27112026-06-18T22:24:02.097Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27122026-06-18T22:24:02.186Z Checking waitgroup v0.1.2
27132026-06-18T22:24:02.241Z Checking backon v1.6.0
27142026-06-18T22:24:02.261Z Checking rustls-pemfile v2.2.0
27152026-06-18T22:24:02.296Z Checking serde_path_to_error v0.1.20
27162026-06-18T22:24:02.341Z Checking hostname v0.4.2
27172026-06-18T22:24:02.390Z Checking instant v0.1.13
27182026-06-18T22:24:02.473Z Checking backoff v0.4.0
27192026-06-18T22:24:02.566Z Checking tokio-rustls v0.25.0
27202026-06-18T22:24:02.601Z Checking progenitor-extras v0.2.0
27212026-06-18T22:24:02.613Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27222026-06-18T22:24:02.663Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27232026-06-18T22:24:02.827Z Checking itertools v0.14.0
27242026-06-18T22:24:02.840Z Checking regress v0.10.5
27252026-06-18T22:24:03.036Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
27262026-06-18T22:24:03.260Z Checking macaddr v1.0.1
27272026-06-18T22:24:03.389Z Checking parse-display v0.10.0
27282026-06-18T22:24:03.402Z Compiling test-strategy v0.4.5
27292026-06-18T22:24:03.534Z Checking humantime v2.3.0
27302026-06-18T22:24:04.630Z Compiling prettyplease v0.2.37
27312026-06-18T22:24:04.925Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27322026-06-18T22:24:05.118Z Checking num-rational v0.4.2
27332026-06-18T22:24:05.305Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27342026-06-18T22:24:05.580Z Checking num-complex v0.4.6
27352026-06-18T22:24:06.231Z Checking num v0.4.3
27362026-06-18T22:24:06.317Z Compiling usdt-macro v0.5.0
27372026-06-18T22:24:06.385Z Compiling usdt-attr-macro v0.5.0
27382026-06-18T22:24:06.435Z Checking memmap v0.7.0
27392026-06-18T22:24:06.435Z Checking float-ord v0.3.2
27402026-06-18T22:24:06.542Z Compiling convert_case v0.4.0
27412026-06-18T22:24:06.584Z Checking unicode-width v0.2.0
27422026-06-18T22:24:06.838Z Checking console v0.15.11
27432026-06-18T22:24:06.919Z Compiling derive_more v0.99.20
27442026-06-18T22:24:07.046Z Checking newline-converter v0.3.0
27452026-06-18T22:24:07.114Z Compiling toml v0.8.23
27462026-06-18T22:24:07.152Z Checking usdt v0.5.0
27472026-06-18T22:24:07.164Z Checking linked-hash-map v0.5.6
27482026-06-18T22:24:07.321Z Compiling minimal-lexical v0.2.1
27492026-06-18T22:24:07.335Z Checking lru-cache v0.1.2
27502026-06-18T22:24:07.455Z Checking expectorate v1.2.0
27512026-06-18T22:24:07.576Z Compiling nom v7.1.3
27522026-06-18T22:24:08.084Z Checking camino-tempfile v1.4.1
27532026-06-18T22:24:08.246Z Checking hickory-proto v0.24.4
27542026-06-18T22:24:08.249Z Checking phf_shared v0.12.1
27552026-06-18T22:24:08.290Z Compiling slog-dtrace v0.3.0
27562026-06-18T22:24:08.427Z Checking heck v0.5.0
27572026-06-18T22:24:08.482Z Compiling chrono-tz v0.10.4
27582026-06-18T22:24:08.533Z Checking resolv-conf v0.7.6
27592026-06-18T22:24:08.663Z Compiling const_format_proc_macros v0.2.34
27602026-06-18T22:24:08.677Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27612026-06-18T22:24:08.784Z Checking phf v0.12.1
27622026-06-18T22:24:08.918Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27632026-06-18T22:24:08.931Z Checking tokio-dtrace v0.1.1
27642026-06-18T22:24:09.119Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27652026-06-18T22:24:09.396Z Compiling derive-where v1.6.0
27662026-06-18T22:24:09.523Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27672026-06-18T22:24:09.696Z Checking highway v1.3.0
27682026-06-18T22:24:09.935Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27692026-06-18T22:24:10.075Z Checking hickory-resolver v0.24.4
27702026-06-18T22:24:10.264Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27712026-06-18T22:24:10.286Z Checking const_format v0.2.35
27722026-06-18T22:24:10.462Z Checking oxide-tokio-rt v0.1.4
27732026-06-18T22:24:10.536Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27742026-06-18T22:24:10.636Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27752026-06-18T22:24:10.783Z Checking gethostname v0.5.0
27762026-06-18T22:24:10.819Z Checking qorb v0.4.1
27772026-06-18T22:24:10.876Z Checking bcs v0.1.6
27782026-06-18T22:24:10.965Z Checking termtree v0.5.1
27792026-06-18T22:24:11.040Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27802026-06-18T22:24:13.891Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27812026-06-18T22:24:16.474Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27822026-06-18T22:24:18.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.90s
27832026-06-18T22:24:18.754Z
27842026-06-18T22:24:18.754Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/296)
27852026-06-18T22:24:19.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27862026-06-18T22:24:19.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27872026-06-18T22:24:19.376Z Compiling ar_archive_writer v0.5.1
27882026-06-18T22:24:19.481Z Compiling stacker v0.1.23
27892026-06-18T22:24:19.490Z Compiling cfg_aliases v0.1.1
27902026-06-18T22:24:19.496Z Compiling convert_case v0.10.0
27912026-06-18T22:24:19.502Z Checking unicode-width v0.1.14
27922026-06-18T22:24:19.511Z Compiling proc-macro-error v1.0.4
27932026-06-18T22:24:19.521Z Checking fd-lock v4.0.4
27942026-06-18T22:24:19.524Z Checking nibble_vec v0.1.0
27952026-06-18T22:24:19.548Z Compiling nix v0.28.0
27962026-06-18T22:24:19.636Z Checking vte v0.14.1
27972026-06-18T22:24:19.650Z Compiling recursive-proc-macro-impl v0.1.1
27982026-06-18T22:24:19.738Z Checking endian-type v0.1.2
27992026-06-18T22:24:19.750Z Checking bytecount v0.6.9
28002026-06-18T22:24:19.789Z Checking strip-ansi-escapes v0.2.1
28012026-06-18T22:24:19.801Z Compiling derive_more-impl v2.1.1
28022026-06-18T22:24:19.812Z Compiling tabled_derive v0.7.0
28032026-06-18T22:24:19.846Z Checking papergrid v0.11.0
28042026-06-18T22:24:19.861Z Checking radix_trie v0.2.1
28052026-06-18T22:24:19.888Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28062026-06-18T22:24:20.049Z Compiling peg-macros v0.8.5
28072026-06-18T22:24:20.070Z Checking winnow v0.6.26
28082026-06-18T22:24:20.332Z Compiling psm v0.1.30
28092026-06-18T22:24:20.377Z Compiling sqlparser_derive v0.5.0
28102026-06-18T22:24:20.456Z Checking nu-ansi-term v0.50.3
28112026-06-18T22:24:20.623Z Checking derive_more v2.1.1
28122026-06-18T22:24:20.669Z Checking home v0.5.12
28132026-06-18T22:24:20.701Z Checking unicode_categories v0.1.1
28142026-06-18T22:24:20.772Z Checking tabled v0.15.0
28152026-06-18T22:24:20.784Z Checking crossterm v0.29.0
28162026-06-18T22:24:20.850Z Checking rustyline v14.0.0
28172026-06-18T22:24:20.863Z Checking reedline v0.40.0
28182026-06-18T22:24:21.098Z Checking recursive v0.1.1
28192026-06-18T22:24:21.163Z Checking display-error-chain v0.2.2
28202026-06-18T22:24:21.191Z Checking sqlparser v0.61.0
28212026-06-18T22:24:21.215Z Checking sqlformat v0.3.5
28222026-06-18T22:24:21.428Z Checking peg v0.8.5
28232026-06-18T22:24:32.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.62s
28242026-06-18T22:24:32.541Z
28252026-06-18T22:24:32.541Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/296)
28262026-06-18T22:24:32.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28272026-06-18T22:24:33.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28282026-06-18T22:24:33.159Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28292026-06-18T22:24:36.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.02s
28302026-06-18T22:24:36.742Z
28312026-06-18T22:24:36.742Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/296)
28322026-06-18T22:24:37.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28332026-06-18T22:24:37.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28342026-06-18T22:24:37.357Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28352026-06-18T22:24:39.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.03s
28362026-06-18T22:24:39.948Z
28372026-06-18T22:24:39.948Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/296)
28382026-06-18T22:24:40.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28392026-06-18T22:24:40.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28402026-06-18T22:24:40.563Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28412026-06-18T22:24:43.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.81s
28422026-06-18T22:24:43.930Z
28432026-06-18T22:24:43.930Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/296)
28442026-06-18T22:24:44.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28452026-06-18T22:24:44.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28462026-06-18T22:24:44.548Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28472026-06-18T22:24:47.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.87s
28482026-06-18T22:24:47.964Z
28492026-06-18T22:24:47.964Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/296)
28502026-06-18T22:24:48.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28512026-06-18T22:24:48.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28522026-06-18T22:24:48.578Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28532026-06-18T22:24:51.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s
28542026-06-18T22:24:51.341Z
28552026-06-18T22:24:51.341Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/296)
28562026-06-18T22:24:51.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28572026-06-18T22:24:51.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28582026-06-18T22:24:51.963Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28592026-06-18T22:24:54.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
28602026-06-18T22:24:54.726Z
28612026-06-18T22:24:54.726Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/296)
28622026-06-18T22:24:55.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28632026-06-18T22:24:55.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28642026-06-18T22:24:55.340Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28652026-06-18T22:24:58.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.00s
28662026-06-18T22:24:58.903Z
28672026-06-18T22:24:58.903Zinfo: running `cargo check --bins` on oximeter (93/296)
28682026-06-18T22:24:59.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28692026-06-18T22:24:59.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28702026-06-18T22:24:59.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28712026-06-18T22:24:59.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
28722026-06-18T22:24:59.437Z
28732026-06-18T22:24:59.437Zinfo: running `cargo check --bins` on oximeter-schema (94/296)
28742026-06-18T22:24:59.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28752026-06-18T22:24:59.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28762026-06-18T22:25:00.013Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28772026-06-18T22:25:00.171Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28782026-06-18T22:25:00.174Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28792026-06-18T22:25:00.511Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28802026-06-18T22:25:03.180Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28812026-06-18T22:25:04.396Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28822026-06-18T22:25:04.605Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28832026-06-18T22:25:05.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.84s
28842026-06-18T22:25:05.437Z
28852026-06-18T22:25:05.437Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/296)
28862026-06-18T22:25:05.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28872026-06-18T22:25:05.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28882026-06-18T22:25:05.887Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28892026-06-18T22:25:05.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
28902026-06-18T22:25:05.965Z
28912026-06-18T22:25:05.965Zinfo: running `cargo check --bins` on oximeter-test-utils (96/296)
28922026-06-18T22:25:06.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28932026-06-18T22:25:06.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28942026-06-18T22:25:06.442Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28952026-06-18T22:25:06.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
28962026-06-18T22:25:06.533Z
28972026-06-18T22:25:06.533Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/296)
28982026-06-18T22:25:06.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28992026-06-18T22:25:06.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29002026-06-18T22:25:06.988Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29012026-06-18T22:25:06.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29022026-06-18T22:25:07.070Z
29032026-06-18T22:25:07.070Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/296)
29042026-06-18T22:25:07.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29052026-06-18T22:25:07.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29062026-06-18T22:25:07.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29072026-06-18T22:25:07.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29082026-06-18T22:25:07.607Z
29092026-06-18T22:25:07.607Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/296)
29102026-06-18T22:25:08.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29112026-06-18T22:25:08.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29122026-06-18T22:25:08.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29132026-06-18T22:25:08.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29142026-06-18T22:25:08.143Z
29152026-06-18T22:25:08.143Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/296)
29162026-06-18T22:25:08.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29172026-06-18T22:25:08.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29182026-06-18T22:25:08.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29192026-06-18T22:25:08.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29202026-06-18T22:25:08.679Z
29212026-06-18T22:25:08.679Zinfo: running `cargo check --bins` on trust-quorum-types (101/296)
29222026-06-18T22:25:09.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29232026-06-18T22:25:09.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29242026-06-18T22:25:09.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29252026-06-18T22:25:09.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
29262026-06-18T22:25:09.197Z
29272026-06-18T22:25:09.197Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/296)
29282026-06-18T22:25:09.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29292026-06-18T22:25:09.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29302026-06-18T22:25:09.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29312026-06-18T22:25:09.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29322026-06-18T22:25:09.730Z
29332026-06-18T22:25:09.730Zinfo: running `cargo check --bins` on update-engine (103/296)
29342026-06-18T22:25:10.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29352026-06-18T22:25:10.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29362026-06-18T22:25:10.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29372026-06-18T22:25:10.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
29382026-06-18T22:25:10.245Z
29392026-06-18T22:25:10.245Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/296)
29402026-06-18T22:25:10.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29412026-06-18T22:25:10.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29422026-06-18T22:25:10.909Z Compiling crucible-workspace-hack v0.1.0
29432026-06-18T22:25:10.912Z Checking secrecy v0.10.3
29442026-06-18T22:25:11.026Z Compiling toml_datetime v0.7.5+spec-1.1.0
29452026-06-18T22:25:11.032Z Compiling heapless v0.8.0
29462026-06-18T22:25:11.038Z Compiling ingot-macros v0.1.1
29472026-06-18T22:25:11.046Z Checking hash32 v0.3.1
29482026-06-18T22:25:11.056Z Compiling smoltcp v0.11.0
29492026-06-18T22:25:11.059Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29502026-06-18T22:25:11.120Z Checking cobs v0.3.0
29512026-06-18T22:25:11.161Z Compiling toml_edit v0.23.10+spec-1.0.0
29522026-06-18T22:25:11.248Z Compiling thiserror-impl-no-std v2.0.2
29532026-06-18T22:25:11.260Z Checking universal-hash v0.5.1
29542026-06-18T22:25:11.263Z Checking half v2.7.1
29552026-06-18T22:25:11.311Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29562026-06-18T22:25:11.380Z Checking opaque-debug v0.3.1
29572026-06-18T22:25:11.411Z Checking ciborium-io v0.2.2
29582026-06-18T22:25:11.450Z Checking poly1305 v0.8.0
29592026-06-18T22:25:11.501Z Checking postcard v1.1.3
29602026-06-18T22:25:11.517Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29612026-06-18T22:25:11.529Z Checking ciborium-ll v0.2.2
29622026-06-18T22:25:11.704Z Compiling proc-macro-crate v3.4.0
29632026-06-18T22:25:11.717Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29642026-06-18T22:25:11.791Z Checking password-hash v0.5.0
29652026-06-18T22:25:11.926Z Checking chacha20 v0.9.1
29662026-06-18T22:25:11.987Z Compiling proc-macro-crate v1.3.1
29672026-06-18T22:25:12.028Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29682026-06-18T22:25:12.117Z Checking blake2 v0.10.6
29692026-06-18T22:25:12.224Z Checking aead v0.5.2
29702026-06-18T22:25:12.260Z Compiling num_enum_derive v0.7.6
29712026-06-18T22:25:12.263Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29722026-06-18T22:25:12.356Z Compiling foreign-types-macros v0.2.3
29732026-06-18T22:25:12.370Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29742026-06-18T22:25:12.407Z Checking cpufeatures v0.3.0
29752026-06-18T22:25:12.435Z Checking thiserror-no-std v2.0.2
29762026-06-18T22:25:12.473Z Checking foreign-types-shared v0.3.1
29772026-06-18T22:25:12.487Z Checking chacha20 v0.10.0
29782026-06-18T22:25:12.524Z Checking vsss-rs v3.3.4
29792026-06-18T22:25:12.573Z Compiling num_enum_derive v0.5.11
29802026-06-18T22:25:12.606Z Checking chacha20poly1305 v0.10.1
29812026-06-18T22:25:12.699Z Checking argon2 v0.5.3
29822026-06-18T22:25:12.733Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29832026-06-18T22:25:12.950Z Checking foreign-types v0.5.0
29842026-06-18T22:25:13.028Z Checking ciborium v0.2.2
29852026-06-18T22:25:13.148Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29862026-06-18T22:25:13.166Z Checking tabwriter v1.4.1
29872026-06-18T22:25:13.305Z Checking num_enum v0.7.6
29882026-06-18T22:25:13.318Z Checking byte-wrapper v0.1.0
29892026-06-18T22:25:13.420Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29902026-06-18T22:25:13.435Z Checking cstr-argument v0.1.2
29912026-06-18T22:25:13.447Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29922026-06-18T22:25:13.524Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29932026-06-18T22:25:13.557Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29942026-06-18T22:25:13.604Z Checking num_enum v0.5.11
29952026-06-18T22:25:13.633Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29962026-06-18T22:25:13.721Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29972026-06-18T22:25:13.734Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29982026-06-18T22:25:13.749Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29992026-06-18T22:25:13.848Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30002026-06-18T22:25:13.864Z Checking ingot-types v0.1.2
30012026-06-18T22:25:13.890Z Checking rand v0.10.0
30022026-06-18T22:25:13.903Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30032026-06-18T22:25:13.945Z Checking colored v3.1.1
30042026-06-18T22:25:13.959Z Checking indent_write v2.2.0
30052026-06-18T22:25:14.089Z Compiling zone_cfg_derive v0.3.1
30062026-06-18T22:25:14.141Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30072026-06-18T22:25:14.195Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30082026-06-18T22:25:14.222Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30092026-06-18T22:25:14.235Z Checking ingot v0.1.1
30102026-06-18T22:25:14.293Z Checking itertools v0.12.1
30112026-06-18T22:25:14.312Z Compiling num-derive v0.4.2
30122026-06-18T22:25:14.353Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30132026-06-18T22:25:14.450Z Checking swrite v0.1.0
30142026-06-18T22:25:14.545Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30152026-06-18T22:25:14.577Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30162026-06-18T22:25:14.739Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30172026-06-18T22:25:14.789Z Checking dropshot-api-manager-types v0.7.2
30182026-06-18T22:25:14.803Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30192026-06-18T22:25:14.851Z Checking smf v0.2.3
30202026-06-18T22:25:14.866Z Checking nanorand v0.7.0
30212026-06-18T22:25:14.959Z Checking whoami v1.6.1
30222026-06-18T22:25:15.061Z Checking flume v0.11.1
30232026-06-18T22:25:15.085Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30242026-06-18T22:25:15.248Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30252026-06-18T22:25:15.334Z Checking zone v0.3.1
30262026-06-18T22:25:15.888Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30272026-06-18T22:25:16.814Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30282026-06-18T22:25:17.696Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30292026-06-18T22:25:21.014Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30302026-06-18T22:25:23.078Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30312026-06-18T22:25:24.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.93s
30322026-06-18T22:25:24.351Z
30332026-06-18T22:25:24.351Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/296)
30342026-06-18T22:25:24.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30352026-06-18T22:25:24.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30362026-06-18T22:25:24.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30372026-06-18T22:25:24.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30382026-06-18T22:25:24.879Z
30392026-06-18T22:25:24.879Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/296)
30402026-06-18T22:25:25.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30412026-06-18T22:25:25.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30422026-06-18T22:25:25.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30432026-06-18T22:25:25.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30442026-06-18T22:25:25.406Z
30452026-06-18T22:25:25.407Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/296)
30462026-06-18T22:25:25.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30472026-06-18T22:25:25.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30482026-06-18T22:25:25.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30492026-06-18T22:25:25.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30502026-06-18T22:25:25.944Z
30512026-06-18T22:25:25.944Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/296)
30522026-06-18T22:25:26.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30532026-06-18T22:25:26.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30542026-06-18T22:25:26.398Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30552026-06-18T22:25:26.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30562026-06-18T22:25:26.481Z
30572026-06-18T22:25:26.482Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/296)
30582026-06-18T22:25:26.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592026-06-18T22:25:26.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602026-06-18T22:25:26.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30612026-06-18T22:25:26.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30622026-06-18T22:25:27.014Z
30632026-06-18T22:25:27.014Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/296)
30642026-06-18T22:25:27.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652026-06-18T22:25:27.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662026-06-18T22:25:27.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30672026-06-18T22:25:27.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30682026-06-18T22:25:27.546Z
30692026-06-18T22:25:27.547Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/296)
30702026-06-18T22:25:27.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712026-06-18T22:25:27.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722026-06-18T22:25:27.996Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30732026-06-18T22:25:27.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30742026-06-18T22:25:28.079Z
30752026-06-18T22:25:28.079Zinfo: running `cargo check --bins` on cockroach-admin-client (112/296)
30762026-06-18T22:25:28.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30772026-06-18T22:25:28.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30782026-06-18T22:25:28.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30792026-06-18T22:25:28.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
30802026-06-18T22:25:28.597Z
30812026-06-18T22:25:28.597Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/296)
30822026-06-18T22:25:29.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30832026-06-18T22:25:29.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30842026-06-18T22:25:29.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30852026-06-18T22:25:29.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30862026-06-18T22:25:29.130Z
30872026-06-18T22:25:29.130Zinfo: running `cargo check --bins` on dns-service-client (114/296)
30882026-06-18T22:25:29.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30892026-06-18T22:25:29.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30902026-06-18T22:25:29.580Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30912026-06-18T22:25:29.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30922026-06-18T22:25:29.664Z
30932026-06-18T22:25:29.664Zinfo: running `cargo check --bins` on installinator-client (115/296)
30942026-06-18T22:25:30.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30952026-06-18T22:25:30.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30962026-06-18T22:25:30.115Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30972026-06-18T22:25:30.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30982026-06-18T22:25:30.204Z
30992026-06-18T22:25:30.204Zinfo: running `cargo check --bins` on nexus-client (116/296)
31002026-06-18T22:25:30.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31012026-06-18T22:25:30.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31022026-06-18T22:25:30.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31032026-06-18T22:25:30.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31042026-06-18T22:25:30.766Z
31052026-06-18T22:25:30.766Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/296)
31062026-06-18T22:25:31.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31072026-06-18T22:25:31.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31082026-06-18T22:25:31.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31092026-06-18T22:25:31.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31102026-06-18T22:25:31.333Z
31112026-06-18T22:25:31.333Zinfo: running `cargo check --bins` on ntp-admin-client (118/296)
31122026-06-18T22:25:31.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31132026-06-18T22:25:31.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31142026-06-18T22:25:31.772Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31152026-06-18T22:25:31.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31162026-06-18T22:25:31.852Z
31172026-06-18T22:25:31.852Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/296)
31182026-06-18T22:25:32.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31192026-06-18T22:25:32.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31202026-06-18T22:25:32.290Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31212026-06-18T22:25:32.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31222026-06-18T22:25:32.365Z
31232026-06-18T22:25:32.365Zinfo: running `cargo check --bins` on oxide-client (120/296)
31242026-06-18T22:25:32.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31252026-06-18T22:25:32.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31262026-06-18T22:25:32.813Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31272026-06-18T22:25:32.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31282026-06-18T22:25:32.883Z
31292026-06-18T22:25:32.883Zinfo: running `cargo check --bins` on oximeter-client (121/296)
31302026-06-18T22:25:33.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31312026-06-18T22:25:33.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31322026-06-18T22:25:33.332Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31332026-06-18T22:25:33.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31342026-06-18T22:25:33.414Z
31352026-06-18T22:25:33.414Zinfo: running `cargo check --bins` on repo-depot-client (122/296)
31362026-06-18T22:25:33.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31372026-06-18T22:25:33.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31382026-06-18T22:25:33.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31392026-06-18T22:25:33.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31402026-06-18T22:25:33.930Z
31412026-06-18T22:25:33.930Zinfo: running `cargo check --bins` on sled-agent-client (123/296)
31422026-06-18T22:25:34.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31432026-06-18T22:25:34.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31442026-06-18T22:25:34.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31452026-06-18T22:25:34.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31462026-06-18T22:25:34.469Z
31472026-06-18T22:25:34.470Zinfo: running `cargo check --bins` on wicketd-client (124/296)
31482026-06-18T22:25:34.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31492026-06-18T22:25:34.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31502026-06-18T22:25:34.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31512026-06-18T22:25:34.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31522026-06-18T22:25:35.025Z
31532026-06-18T22:25:35.025Zinfo: running `cargo check --bins` on installinator-common (125/296)
31542026-06-18T22:25:35.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31552026-06-18T22:25:35.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31562026-06-18T22:25:35.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31572026-06-18T22:25:35.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31582026-06-18T22:25:35.571Z
31592026-06-18T22:25:35.572Zinfo: running `cargo check --bins` on installinator-common-versions (126/296)
31602026-06-18T22:25:36.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31612026-06-18T22:25:36.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31622026-06-18T22:25:36.008Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31632026-06-18T22:25:36.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31642026-06-18T22:25:36.085Z
31652026-06-18T22:25:36.085Zinfo: running `cargo check --bins` on wicket-common (127/296)
31662026-06-18T22:25:36.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31672026-06-18T22:25:36.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31682026-06-18T22:25:36.544Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31692026-06-18T22:25:36.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31702026-06-18T22:25:36.627Z
31712026-06-18T22:25:36.627Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/296)
31722026-06-18T22:25:37.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31732026-06-18T22:25:37.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31742026-06-18T22:25:37.263Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31752026-06-18T22:25:37.370Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31762026-06-18T22:25:37.378Z Checking csv-core v0.1.13
31772026-06-18T22:25:37.383Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31782026-06-18T22:25:37.389Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31792026-06-18T22:25:37.392Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31802026-06-18T22:25:37.407Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31812026-06-18T22:25:37.418Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31822026-06-18T22:25:37.533Z Checking csv v1.4.0
31832026-06-18T22:25:37.571Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31842026-06-18T22:25:37.586Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31852026-06-18T22:25:37.612Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31862026-06-18T22:25:37.630Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31872026-06-18T22:25:37.872Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31882026-06-18T22:25:38.239Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31892026-06-18T22:25:38.239Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31902026-06-18T22:25:38.585Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31912026-06-18T22:25:44.560Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31922026-06-18T22:25:45.089Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31932026-06-18T22:25:47.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.79s
31942026-06-18T22:25:47.593Z
31952026-06-18T22:25:47.593Zinfo: running `cargo check --bins` on cockroach-admin-api (129/296)
31962026-06-18T22:25:48.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31972026-06-18T22:25:48.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31982026-06-18T22:25:48.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31992026-06-18T22:25:48.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
32002026-06-18T22:25:48.121Z
32012026-06-18T22:25:48.121Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/296)
32022026-06-18T22:25:48.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32032026-06-18T22:25:48.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32042026-06-18T22:25:48.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32052026-06-18T22:25:48.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32062026-06-18T22:25:48.731Z
32072026-06-18T22:25:48.731Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/296)
32082026-06-18T22:25:49.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32092026-06-18T22:25:49.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32102026-06-18T22:25:49.244Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32112026-06-18T22:25:49.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32122026-06-18T22:25:49.343Z
32132026-06-18T22:25:49.343Zinfo: running `cargo check --bins` on gateway-test-utils (132/296)
32142026-06-18T22:25:49.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32152026-06-18T22:25:49.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32162026-06-18T22:25:49.831Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32172026-06-18T22:25:49.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32182026-06-18T22:25:49.924Z
32192026-06-18T22:25:49.924Zinfo: running `cargo check --bins` on omicron-gateway (133/296)
32202026-06-18T22:25:50.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32212026-06-18T22:25:50.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32222026-06-18T22:25:50.631Z Compiling regress v0.11.1
32232026-06-18T22:25:50.766Z Compiling unsafe-libyaml v0.2.11
32242026-06-18T22:25:50.776Z Compiling radium v0.7.0
32252026-06-18T22:25:50.776Z Compiling semver v0.1.20
32262026-06-18T22:25:50.796Z Checking nom v8.0.0
32272026-06-18T22:25:50.796Z Checking tap v1.0.1
32282026-06-18T22:25:50.818Z Compiling maybe-uninit v2.0.0
32292026-06-18T22:25:50.907Z Checking wyz v0.5.1
32302026-06-18T22:25:51.037Z Compiling rustc_version v0.1.7
32312026-06-18T22:25:51.101Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32322026-06-18T22:25:51.135Z Compiling zerocopy-derive v0.6.6
32332026-06-18T22:25:51.232Z Compiling packed_struct v0.10.1
32342026-06-18T22:25:51.257Z Compiling newtype_derive v0.1.6
32352026-06-18T22:25:51.445Z Compiling serde_yaml v0.9.34+deprecated
32362026-06-18T22:25:51.480Z Compiling owo-colors v4.3.0
32372026-06-18T22:25:51.508Z Checking crc-catalog v2.4.0
32382026-06-18T22:25:51.602Z Compiling cancel-safe-futures v0.1.5
32392026-06-18T22:25:51.805Z Checking funty v2.0.0
32402026-06-18T22:25:51.926Z Checking crc v3.4.0
32412026-06-18T22:25:51.973Z Checking zerocopy v0.6.6
32422026-06-18T22:25:52.122Z Checking bitvec v1.0.1
32432026-06-18T22:25:52.207Z Checking typify-impl v0.6.2
32442026-06-18T22:25:52.274Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32452026-06-18T22:25:52.571Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32462026-06-18T22:25:52.719Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32472026-06-18T22:25:52.815Z Compiling packed_struct_codegen v0.10.1
32482026-06-18T22:25:52.894Z Checking libsw-core v0.3.2
32492026-06-18T22:25:52.913Z Compiling bitfield-macros v0.19.4
32502026-06-18T22:25:53.042Z Compiling indexmap v1.9.3
32512026-06-18T22:25:53.243Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32522026-06-18T22:25:53.319Z Checking nodrop v0.1.14
32532026-06-18T22:25:53.380Z Checking libsw v3.5.0
32542026-06-18T22:25:53.413Z Checking array-init v0.0.4
32552026-06-18T22:25:53.429Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32562026-06-18T22:25:53.532Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32572026-06-18T22:25:53.637Z Checking bitfield v0.19.4
32582026-06-18T22:25:53.708Z Checking smallvec v0.6.14
32592026-06-18T22:25:53.723Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32602026-06-18T22:25:53.928Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32612026-06-18T22:25:53.969Z Checking linear-map v1.2.0
32622026-06-18T22:25:54.051Z Checking smawk v0.3.2
32632026-06-18T22:25:54.142Z Checking base64 v0.21.7
32642026-06-18T22:25:54.156Z Checking unicode-linebreak v0.1.5
32652026-06-18T22:25:54.168Z Checking hashbrown v0.12.3
32662026-06-18T22:25:54.181Z Checking tagptr v0.2.0
32672026-06-18T22:25:54.342Z Checking moka v0.12.13
32682026-06-18T22:25:54.390Z Checking textwrap v0.16.2
32692026-06-18T22:25:54.404Z Checking ron v0.8.1
32702026-06-18T22:25:54.474Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32712026-06-18T22:25:54.611Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32722026-06-18T22:25:54.785Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32732026-06-18T22:25:54.928Z Checking steno v0.4.1
32742026-06-18T22:25:54.955Z Checking serde-hex v0.1.0
32752026-06-18T22:25:54.970Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32762026-06-18T22:25:54.987Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32772026-06-18T22:25:55.152Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32782026-06-18T22:25:55.625Z Checking hashbrown v0.13.2
32792026-06-18T22:25:55.736Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32802026-06-18T22:25:55.773Z Checking crc-any v2.5.0
32812026-06-18T22:25:55.942Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32822026-06-18T22:25:55.953Z Checking hickory-resolver v0.25.2
32832026-06-18T22:25:55.968Z Checking half v1.8.3
32842026-06-18T22:25:56.056Z Checking object v0.30.4
32852026-06-18T22:25:56.086Z Checking path-slash v0.1.5
32862026-06-18T22:25:56.175Z Checking utf-8 v0.7.6
32872026-06-18T22:25:56.193Z Checking void v1.0.2
32882026-06-18T22:25:56.302Z Checking tungstenite v0.23.0
32892026-06-18T22:25:56.306Z Checking lzss v0.8.2
32902026-06-18T22:25:56.453Z Checking serde_cbor v0.11.2
32912026-06-18T22:25:56.626Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32922026-06-18T22:25:56.667Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32932026-06-18T22:25:56.739Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32942026-06-18T22:25:56.776Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32952026-06-18T22:25:56.784Z Checking nix v0.27.1
32962026-06-18T22:25:56.802Z Compiling typify-macro v0.6.2
32972026-06-18T22:25:56.835Z Checking kstat-rs v0.2.4
32982026-06-18T22:25:56.850Z Checking fxhash v0.2.1
32992026-06-18T22:25:56.968Z Checking serde_bytes v0.11.19
33002026-06-18T22:25:56.983Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33012026-06-18T22:25:57.022Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33022026-06-18T22:25:57.079Z Checking tokio-tungstenite v0.23.1
33032026-06-18T22:25:57.144Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33042026-06-18T22:25:57.290Z Checking signal-hook-tokio v0.3.1
33052026-06-18T22:25:57.970Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33062026-06-18T22:25:58.133Z Compiling typify v0.6.2
33072026-06-18T22:25:58.212Z Compiling progenitor-impl v0.14.0
33082026-06-18T22:25:58.865Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33092026-06-18T22:25:59.166Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33102026-06-18T22:25:59.662Z Compiling progenitor-macro v0.14.0
33112026-06-18T22:26:02.073Z Checking progenitor v0.14.0
33122026-06-18T22:26:02.194Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33132026-06-18T22:26:02.196Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33142026-06-18T22:26:04.849Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33152026-06-18T22:26:12.963Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33162026-06-18T22:26:19.462Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33172026-06-18T22:26:20.826Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33182026-06-18T22:26:21.326Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33192026-06-18T22:26:23.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.50s
33202026-06-18T22:26:23.610Z
33212026-06-18T22:26:23.610Zinfo: running `cargo check --bins` on gateway-api (134/296)
33222026-06-18T22:26:24.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33232026-06-18T22:26:24.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33242026-06-18T22:26:24.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33252026-06-18T22:26:24.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33262026-06-18T22:26:24.140Z
33272026-06-18T22:26:24.140Zinfo: running `cargo check --bins` on ipcc (135/296)
33282026-06-18T22:26:24.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33292026-06-18T22:26:24.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33302026-06-18T22:26:24.587Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33312026-06-18T22:26:24.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33322026-06-18T22:26:24.667Z
33332026-06-18T22:26:24.667Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/296)
33342026-06-18T22:26:25.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33352026-06-18T22:26:25.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33362026-06-18T22:26:25.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33372026-06-18T22:26:25.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
33382026-06-18T22:26:25.178Z
33392026-06-18T22:26:25.178Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/296)
33402026-06-18T22:26:25.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33412026-06-18T22:26:25.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33422026-06-18T22:26:25.645Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33432026-06-18T22:26:25.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33442026-06-18T22:26:25.731Z
33452026-06-18T22:26:25.731Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/296)
33462026-06-18T22:26:26.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33472026-06-18T22:26:26.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33482026-06-18T22:26:26.179Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33492026-06-18T22:26:26.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33502026-06-18T22:26:26.260Z
33512026-06-18T22:26:26.260Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/296)
33522026-06-18T22:26:26.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33532026-06-18T22:26:26.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33542026-06-18T22:26:26.712Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33552026-06-18T22:26:26.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33562026-06-18T22:26:26.794Z
33572026-06-18T22:26:26.794Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/296)
33582026-06-18T22:26:27.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33592026-06-18T22:26:27.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33602026-06-18T22:26:27.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33612026-06-18T22:26:27.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33622026-06-18T22:26:27.392Z
33632026-06-18T22:26:27.392Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/296)
33642026-06-18T22:26:27.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33652026-06-18T22:26:27.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33662026-06-18T22:26:27.844Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33672026-06-18T22:26:27.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33682026-06-18T22:26:27.898Z
33692026-06-18T22:26:27.898Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/296)
33702026-06-18T22:26:28.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33712026-06-18T22:26:28.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33722026-06-18T22:26:28.340Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33732026-06-18T22:26:28.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33742026-06-18T22:26:28.412Z
33752026-06-18T22:26:28.412Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/296)
33762026-06-18T22:26:28.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33772026-06-18T22:26:28.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33782026-06-18T22:26:28.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33792026-06-18T22:26:28.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33802026-06-18T22:26:28.943Z
33812026-06-18T22:26:28.943Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/296)
33822026-06-18T22:26:29.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33832026-06-18T22:26:29.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33842026-06-18T22:26:29.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33852026-06-18T22:26:29.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33862026-06-18T22:26:29.478Z
33872026-06-18T22:26:29.478Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/296)
33882026-06-18T22:26:29.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33892026-06-18T22:26:29.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33902026-06-18T22:26:29.929Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33912026-06-18T22:26:29.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33922026-06-18T22:26:30.010Z
33932026-06-18T22:26:30.010Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/296)
33942026-06-18T22:26:30.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33952026-06-18T22:26:30.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33962026-06-18T22:26:30.460Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33972026-06-18T22:26:30.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33982026-06-18T22:26:30.544Z
33992026-06-18T22:26:30.544Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/296)
34002026-06-18T22:26:30.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34012026-06-18T22:26:30.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34022026-06-18T22:26:30.994Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34032026-06-18T22:26:30.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34042026-06-18T22:26:31.095Z
34052026-06-18T22:26:31.095Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/296)
34062026-06-18T22:26:31.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34072026-06-18T22:26:31.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34082026-06-18T22:26:31.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34092026-06-18T22:26:31.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34102026-06-18T22:26:31.626Z
34112026-06-18T22:26:31.626Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/296)
34122026-06-18T22:26:32.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34132026-06-18T22:26:32.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34142026-06-18T22:26:32.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34152026-06-18T22:26:32.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34162026-06-18T22:26:32.178Z
34172026-06-18T22:26:32.178Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/296)
34182026-06-18T22:26:32.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34192026-06-18T22:26:32.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34202026-06-18T22:26:32.643Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34212026-06-18T22:26:32.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34222026-06-18T22:26:32.729Z
34232026-06-18T22:26:32.729Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/296)
34242026-06-18T22:26:33.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34252026-06-18T22:26:33.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34262026-06-18T22:26:33.193Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34272026-06-18T22:26:33.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34282026-06-18T22:26:33.280Z
34292026-06-18T22:26:33.280Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/296)
34302026-06-18T22:26:33.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34312026-06-18T22:26:33.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34322026-06-18T22:26:33.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34332026-06-18T22:26:33.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34342026-06-18T22:26:33.832Z
34352026-06-18T22:26:33.833Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/296)
34362026-06-18T22:26:34.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34372026-06-18T22:26:34.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34382026-06-18T22:26:34.297Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34392026-06-18T22:26:34.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34402026-06-18T22:26:34.388Z
34412026-06-18T22:26:34.388Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/296)
34422026-06-18T22:26:34.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34432026-06-18T22:26:34.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34442026-06-18T22:26:34.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34452026-06-18T22:26:34.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34462026-06-18T22:26:34.939Z
34472026-06-18T22:26:34.939Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/296)
34482026-06-18T22:26:35.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34492026-06-18T22:26:35.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34502026-06-18T22:26:35.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34512026-06-18T22:26:35.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34522026-06-18T22:26:35.486Z
34532026-06-18T22:26:35.486Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/296)
34542026-06-18T22:26:35.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34552026-06-18T22:26:35.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34562026-06-18T22:26:35.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34572026-06-18T22:26:35.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34582026-06-18T22:26:36.036Z
34592026-06-18T22:26:36.036Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/296)
34602026-06-18T22:26:36.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34612026-06-18T22:26:36.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34622026-06-18T22:26:36.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34632026-06-18T22:26:36.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34642026-06-18T22:26:36.587Z
34652026-06-18T22:26:36.587Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/296)
34662026-06-18T22:26:37.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34672026-06-18T22:26:37.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34682026-06-18T22:26:37.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34692026-06-18T22:26:37.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34702026-06-18T22:26:37.119Z
34712026-06-18T22:26:37.119Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/296)
34722026-06-18T22:26:37.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34732026-06-18T22:26:37.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34742026-06-18T22:26:37.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34752026-06-18T22:26:37.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34762026-06-18T22:26:37.651Z
34772026-06-18T22:26:37.652Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/296)
34782026-06-18T22:26:38.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34792026-06-18T22:26:38.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34802026-06-18T22:26:38.102Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34812026-06-18T22:26:38.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34822026-06-18T22:26:38.181Z
34832026-06-18T22:26:38.181Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/296)
34842026-06-18T22:26:38.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34852026-06-18T22:26:38.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34862026-06-18T22:26:38.630Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34872026-06-18T22:26:38.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34882026-06-18T22:26:38.714Z
34892026-06-18T22:26:38.714Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/296)
34902026-06-18T22:26:39.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34912026-06-18T22:26:39.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34922026-06-18T22:26:39.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34932026-06-18T22:26:39.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34942026-06-18T22:26:39.244Z
34952026-06-18T22:26:39.244Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/296)
34962026-06-18T22:26:39.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34972026-06-18T22:26:39.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34982026-06-18T22:26:39.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34992026-06-18T22:26:39.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35002026-06-18T22:26:39.778Z
35012026-06-18T22:26:39.778Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/296)
35022026-06-18T22:26:40.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35032026-06-18T22:26:40.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35042026-06-18T22:26:40.225Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35052026-06-18T22:26:40.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35062026-06-18T22:26:40.306Z
35072026-06-18T22:26:40.306Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/296)
35082026-06-18T22:26:40.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35092026-06-18T22:26:40.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35102026-06-18T22:26:40.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35112026-06-18T22:26:40.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35122026-06-18T22:26:40.840Z
35132026-06-18T22:26:40.840Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/296)
35142026-06-18T22:26:41.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35152026-06-18T22:26:41.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35162026-06-18T22:26:41.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35172026-06-18T22:26:41.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35182026-06-18T22:26:41.391Z
35192026-06-18T22:26:41.391Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/296)
35202026-06-18T22:26:41.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35212026-06-18T22:26:41.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35222026-06-18T22:26:41.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35232026-06-18T22:26:41.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35242026-06-18T22:26:41.944Z
35252026-06-18T22:26:41.944Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/296)
35262026-06-18T22:26:42.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35272026-06-18T22:26:42.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35282026-06-18T22:26:42.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35292026-06-18T22:26:42.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35302026-06-18T22:26:42.493Z
35312026-06-18T22:26:42.493Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/296)
35322026-06-18T22:26:42.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35332026-06-18T22:26:42.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35342026-06-18T22:26:42.958Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35352026-06-18T22:26:42.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35362026-06-18T22:26:43.045Z
35372026-06-18T22:26:43.045Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/296)
35382026-06-18T22:26:43.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35392026-06-18T22:26:43.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35402026-06-18T22:26:43.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35412026-06-18T22:26:43.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35422026-06-18T22:26:43.584Z
35432026-06-18T22:26:43.584Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/296)
35442026-06-18T22:26:44.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35452026-06-18T22:26:44.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35462026-06-18T22:26:44.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35472026-06-18T22:26:44.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35482026-06-18T22:26:44.133Z
35492026-06-18T22:26:44.133Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/296)
35502026-06-18T22:26:44.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35512026-06-18T22:26:44.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35522026-06-18T22:26:44.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35532026-06-18T22:26:44.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35542026-06-18T22:26:44.687Z
35552026-06-18T22:26:44.687Zinfo: running `cargo check --bins` on oximeter-producer (173/296)
35562026-06-18T22:26:45.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35572026-06-18T22:26:45.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35582026-06-18T22:26:45.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35592026-06-18T22:26:45.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35602026-06-18T22:26:45.260Z
35612026-06-18T22:26:45.260Zinfo: running `cargo check --bins` on internal-dns-resolver (174/296)
35622026-06-18T22:26:45.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35632026-06-18T22:26:45.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35642026-06-18T22:26:45.715Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35652026-06-18T22:26:45.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35662026-06-18T22:26:45.797Z
35672026-06-18T22:26:45.797Zinfo: running `cargo check --bins` on dns-server (175/296)
35682026-06-18T22:26:46.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35692026-06-18T22:26:46.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35702026-06-18T22:26:46.396Z Compiling parking_lot_core v0.8.6
35712026-06-18T22:26:46.399Z Compiling git-stub v1.0.0
35722026-06-18T22:26:46.399Z Checking prefix-trie v0.7.0
35732026-06-18T22:26:46.399Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35742026-06-18T22:26:46.626Z Compiling git-stub-vcs v0.1.0
35752026-06-18T22:26:46.783Z Checking hickory-server v0.25.2
35762026-06-18T22:26:46.899Z Checking parking_lot v0.11.2
35772026-06-18T22:26:46.902Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35782026-06-18T22:26:46.971Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35792026-06-18T22:26:46.975Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35802026-06-18T22:26:47.071Z Checking sled v0.34.7
35812026-06-18T22:26:48.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.15s
35822026-06-18T22:26:49.114Z
35832026-06-18T22:26:49.114Zinfo: running `cargo check --bins` on dns-server-api (176/296)
35842026-06-18T22:26:49.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35852026-06-18T22:26:49.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35862026-06-18T22:26:49.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35872026-06-18T22:26:49.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35882026-06-18T22:26:49.649Z
35892026-06-18T22:26:49.649Zinfo: running `cargo check --bins` on oximeter-producer-api (177/296)
35902026-06-18T22:26:50.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35912026-06-18T22:26:50.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35922026-06-18T22:26:50.096Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35932026-06-18T22:26:50.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35942026-06-18T22:26:50.178Z
35952026-06-18T22:26:50.178Zinfo: running `cargo check --bins` on sp-sim (178/296)
35962026-06-18T22:26:50.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35972026-06-18T22:26:50.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35982026-06-18T22:26:50.849Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35992026-06-18T22:26:52.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.41s
36002026-06-18T22:26:52.783Z
36012026-06-18T22:26:52.783Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/296)
36022026-06-18T22:26:53.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36032026-06-18T22:26:53.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36042026-06-18T22:26:53.275Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36052026-06-18T22:26:53.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36062026-06-18T22:26:53.370Z
36072026-06-18T22:26:53.370Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/296)
36082026-06-18T22:26:53.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36092026-06-18T22:26:53.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36102026-06-18T22:26:53.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36112026-06-18T22:26:53.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36122026-06-18T22:26:53.963Z
36132026-06-18T22:26:53.963Zinfo: running `cargo check --bins` on db-macros (181/296)
36142026-06-18T22:26:54.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36152026-06-18T22:26:54.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36162026-06-18T22:26:54.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36172026-06-18T22:26:54.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36182026-06-18T22:26:54.483Z
36192026-06-18T22:26:54.484Zinfo: running `cargo check --bins` on nexus-macros-common (182/296)
36202026-06-18T22:26:54.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36212026-06-18T22:26:54.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36222026-06-18T22:26:54.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36232026-06-18T22:26:54.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36242026-06-18T22:26:55.004Z
36252026-06-18T22:26:55.004Zinfo: running `cargo check --bins` on nexus-auth (183/296)
36262026-06-18T22:26:55.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36272026-06-18T22:26:55.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36282026-06-18T22:26:55.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36292026-06-18T22:26:55.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36302026-06-18T22:26:55.589Z
36312026-06-18T22:26:55.589Zinfo: running `cargo check --bins` on authz-macros (184/296)
36322026-06-18T22:26:56.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36332026-06-18T22:26:56.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36342026-06-18T22:26:56.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36352026-06-18T22:26:56.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36362026-06-18T22:26:56.109Z
36372026-06-18T22:26:56.109Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/296)
36382026-06-18T22:26:56.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36392026-06-18T22:26:56.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36402026-06-18T22:26:56.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36412026-06-18T22:26:56.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36422026-06-18T22:26:56.679Z
36432026-06-18T22:26:56.679Zinfo: running `cargo check --bins` on nexus-db-model (186/296)
36442026-06-18T22:26:57.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36452026-06-18T22:26:57.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36462026-06-18T22:26:57.156Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36472026-06-18T22:26:57.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36482026-06-18T22:26:57.246Z
36492026-06-18T22:26:57.246Zinfo: running `cargo check --bins` on nexus-db-schema (187/296)
36502026-06-18T22:26:57.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36512026-06-18T22:26:57.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36522026-06-18T22:26:57.687Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36532026-06-18T22:26:57.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36542026-06-18T22:26:57.765Z
36552026-06-18T22:26:57.765Zinfo: running `cargo check --bins` on omicron-rpaths (188/296)
36562026-06-18T22:26:58.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36572026-06-18T22:26:58.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36582026-06-18T22:26:58.200Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36592026-06-18T22:26:58.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36602026-06-18T22:26:58.280Z
36612026-06-18T22:26:58.280Zinfo: running `cargo check --bins` on nexus-defaults (189/296)
36622026-06-18T22:26:58.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36632026-06-18T22:26:58.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36642026-06-18T22:26:58.730Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36652026-06-18T22:26:58.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36662026-06-18T22:26:58.810Z
36672026-06-18T22:26:58.810Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/296)
36682026-06-18T22:26:59.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36692026-06-18T22:26:59.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36702026-06-18T22:26:59.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36712026-06-18T22:26:59.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36722026-06-18T22:26:59.327Z
36732026-06-18T22:26:59.327Zinfo: running `cargo check --bins` on parallel-task-set (191/296)
36742026-06-18T22:26:59.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36752026-06-18T22:26:59.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36762026-06-18T22:26:59.767Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36772026-06-18T22:26:59.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36782026-06-18T22:26:59.843Z
36792026-06-18T22:26:59.843Zinfo: running `cargo check --bins` on omicron-git-version (192/296)
36802026-06-18T22:27:00.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36812026-06-18T22:27:00.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36822026-06-18T22:27:00.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36832026-06-18T22:27:00.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36842026-06-18T22:27:00.355Z
36852026-06-18T22:27:00.355Zinfo: running `cargo check --bins` on nexus-db-errors (193/296)
36862026-06-18T22:27:00.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36872026-06-18T22:27:00.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36882026-06-18T22:27:00.844Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36892026-06-18T22:27:00.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36902026-06-18T22:27:00.935Z
36912026-06-18T22:27:00.935Zinfo: running `cargo check --bins` on nexus-db-lookup (194/296)
36922026-06-18T22:27:01.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36932026-06-18T22:27:01.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36942026-06-18T22:27:01.423Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36952026-06-18T22:27:01.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36962026-06-18T22:27:01.516Z
36972026-06-18T22:27:01.516Zinfo: running `cargo check --bins` on nexus-inventory (195/296)
36982026-06-18T22:27:01.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36992026-06-18T22:27:01.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37002026-06-18T22:27:01.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37012026-06-18T22:27:02.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37022026-06-18T22:27:02.088Z
37032026-06-18T22:27:02.089Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (196/296)
37042026-06-18T22:27:02.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37052026-06-18T22:27:02.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37062026-06-18T22:27:02.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37072026-06-18T22:27:02.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37082026-06-18T22:27:02.641Z
37092026-06-18T22:27:02.641Zinfo: running `cargo check --bins --no-default-features` on sled-storage (197/296)
37102026-06-18T22:27:03.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37112026-06-18T22:27:03.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37122026-06-18T22:27:03.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37132026-06-18T22:27:03.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37142026-06-18T22:27:03.190Z
37152026-06-18T22:27:03.190Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (198/296)
37162026-06-18T22:27:03.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37172026-06-18T22:27:03.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37182026-06-18T22:27:03.652Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37192026-06-18T22:27:03.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37202026-06-18T22:27:03.739Z
37212026-06-18T22:27:03.739Zinfo: running `cargo check --bins` on key-manager (199/296)
37222026-06-18T22:27:04.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37232026-06-18T22:27:04.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37242026-06-18T22:27:04.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37252026-06-18T22:27:04.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
37262026-06-18T22:27:04.268Z
37272026-06-18T22:27:04.268Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (200/296)
37282026-06-18T22:27:04.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37292026-06-18T22:27:04.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37302026-06-18T22:27:04.732Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37312026-06-18T22:27:04.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37322026-06-18T22:27:04.817Z
37332026-06-18T22:27:04.817Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (201/296)
37342026-06-18T22:27:05.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37352026-06-18T22:27:05.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37362026-06-18T22:27:05.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37372026-06-18T22:27:05.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37382026-06-18T22:27:05.363Z
37392026-06-18T22:27:05.363Zinfo: running `cargo check --bins` on typed-rng (202/296)
37402026-06-18T22:27:05.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37412026-06-18T22:27:05.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37422026-06-18T22:27:05.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37432026-06-18T22:27:05.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
37442026-06-18T22:27:05.881Z
37452026-06-18T22:27:05.881Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (203/296)
37462026-06-18T22:27:06.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37472026-06-18T22:27:06.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37482026-06-18T22:27:06.666Z Compiling libefi-sys v0.1.0
37492026-06-18T22:27:06.669Z Compiling bitfield-struct v0.6.2
37502026-06-18T22:27:06.802Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37512026-06-18T22:27:06.811Z Compiling xshell-macros v0.2.7
37522026-06-18T22:27:06.821Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37532026-06-18T22:27:06.833Z Compiling salty v0.3.0
37542026-06-18T22:27:06.847Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37552026-06-18T22:27:06.863Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
37562026-06-18T22:27:06.875Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37572026-06-18T22:27:06.989Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37582026-06-18T22:27:07.143Z Checking primeorder v0.13.6
37592026-06-18T22:27:07.158Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37602026-06-18T22:27:07.171Z Checking xshell v0.2.7
37612026-06-18T22:27:07.187Z Compiling proc-macro-error-attr2 v2.0.0
37622026-06-18T22:27:07.304Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37632026-06-18T22:27:07.343Z Checking tungstenite v0.21.0
37642026-06-18T22:27:07.357Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37652026-06-18T22:27:07.374Z Checking p384 v0.13.1
37662026-06-18T22:27:07.407Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37672026-06-18T22:27:07.511Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37682026-06-18T22:27:07.530Z Compiling num-derive v0.3.3
37692026-06-18T22:27:07.574Z Compiling proc-macro-error2 v2.0.1
37702026-06-18T22:27:07.651Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37712026-06-18T22:27:07.759Z Checking tokio-tungstenite v0.21.0
37722026-06-18T22:27:07.773Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37732026-06-18T22:27:07.791Z Checking papergrid v0.17.0
37742026-06-18T22:27:07.878Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37752026-06-18T22:27:07.893Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37762026-06-18T22:27:07.893Z Compiling tabled_derive v0.11.0
37772026-06-18T22:27:07.996Z Compiling progenitor-impl v0.13.0
37782026-06-18T22:27:08.035Z Checking testing_table v0.3.0
37792026-06-18T22:27:08.131Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37802026-06-18T22:27:08.148Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
37812026-06-18T22:27:08.163Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37822026-06-18T22:27:08.357Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37832026-06-18T22:27:08.357Z Compiling unicase v2.9.0
37842026-06-18T22:27:08.420Z Checking libscf-sys v1.1.0
37852026-06-18T22:27:08.552Z Compiling illumos-nvpair-sys v0.2.0
37862026-06-18T22:27:08.566Z Checking corncobs v0.1.4
37872026-06-18T22:27:08.582Z Compiling mime_guess v2.0.5
37882026-06-18T22:27:08.585Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37892026-06-18T22:27:08.696Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37902026-06-18T22:27:08.784Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37912026-06-18T22:27:08.817Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37922026-06-18T22:27:08.835Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37932026-06-18T22:27:08.912Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37942026-06-18T22:27:09.053Z Checking tabled v0.20.0
37952026-06-18T22:27:09.119Z Checking progenitor-client v0.13.0
37962026-06-18T22:27:09.165Z Checking secrecy v0.8.0
37972026-06-18T22:27:09.293Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37982026-06-18T22:27:09.411Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37992026-06-18T22:27:09.454Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
38002026-06-18T22:27:09.567Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38012026-06-18T22:27:09.825Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
38022026-06-18T22:27:09.880Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
38032026-06-18T22:27:09.899Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
38042026-06-18T22:27:09.921Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38052026-06-18T22:27:09.951Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38062026-06-18T22:27:10.123Z Checking filetime v0.2.27
38072026-06-18T22:27:10.267Z Checking http-range v0.1.5
38082026-06-18T22:27:10.322Z Checking xattr v1.6.1
38092026-06-18T22:27:10.367Z Checking crc8 v0.1.1
38102026-06-18T22:27:10.454Z Checking tar v0.4.45
38112026-06-18T22:27:10.469Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38122026-06-18T22:27:10.561Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38132026-06-18T22:27:10.621Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38142026-06-18T22:27:10.637Z Compiling progenitor-macro v0.13.0
38152026-06-18T22:27:10.727Z Checking illumos-nvpair v0.3.0
38162026-06-18T22:27:10.835Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38172026-06-18T22:27:10.882Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38182026-06-18T22:27:10.884Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38192026-06-18T22:27:11.127Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
38202026-06-18T22:27:11.144Z Checking atty v0.2.14
38212026-06-18T22:27:11.224Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38222026-06-18T22:27:11.245Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
38232026-06-18T22:27:11.362Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38242026-06-18T22:27:11.465Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38252026-06-18T22:27:11.480Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38262026-06-18T22:27:11.548Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38272026-06-18T22:27:11.563Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38282026-06-18T22:27:11.737Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
38292026-06-18T22:27:11.819Z Checking hyper-staticfile v0.10.1
38302026-06-18T22:27:11.837Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38312026-06-18T22:27:11.961Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38322026-06-18T22:27:12.093Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38332026-06-18T22:27:12.110Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38342026-06-18T22:27:12.367Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38352026-06-18T22:27:12.389Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38362026-06-18T22:27:12.657Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38372026-06-18T22:27:12.921Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
38382026-06-18T22:27:13.485Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38392026-06-18T22:27:13.967Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38402026-06-18T22:27:14.382Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38412026-06-18T22:27:14.718Z Checking progenitor v0.13.0
38422026-06-18T22:27:14.855Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38432026-06-18T22:27:16.903Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38442026-06-18T22:27:20.100Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38452026-06-18T22:27:31.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.25s
38462026-06-18T22:27:31.387Z
38472026-06-18T22:27:31.387Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (204/296)
38482026-06-18T22:27:31.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38492026-06-18T22:27:31.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38502026-06-18T22:27:32.072Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38512026-06-18T22:27:42.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.36s
38522026-06-18T22:27:42.925Z
38532026-06-18T22:27:42.925Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (205/296)
38542026-06-18T22:27:43.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38552026-06-18T22:27:43.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38562026-06-18T22:27:43.608Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38572026-06-18T22:27:54.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.40s
38582026-06-18T22:27:54.500Z
38592026-06-18T22:27:54.500Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (206/296)
38602026-06-18T22:27:54.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38612026-06-18T22:27:54.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38622026-06-18T22:27:55.252Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38632026-06-18T22:28:05.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.43s
38642026-06-18T22:28:07.059Z
38652026-06-18T22:28:07.070Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (207/296)
38662026-06-18T22:28:07.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38672026-06-18T22:28:07.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38682026-06-18T22:28:07.133Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38692026-06-18T22:28:20.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.34s
38702026-06-18T22:28:20.135Z
38712026-06-18T22:28:20.135Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (208/296)
38722026-06-18T22:28:20.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38732026-06-18T22:28:20.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38742026-06-18T22:28:20.135Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38752026-06-18T22:28:29.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.33s
38762026-06-18T22:28:29.203Z
38772026-06-18T22:28:29.203Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (209/296)
38782026-06-18T22:28:29.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38792026-06-18T22:28:29.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38802026-06-18T22:28:29.924Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38812026-06-18T22:28:40.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.33s
38822026-06-18T22:28:40.730Z
38832026-06-18T22:28:40.730Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (210/296)
38842026-06-18T22:28:41.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38852026-06-18T22:28:41.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38862026-06-18T22:28:41.456Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38872026-06-18T22:28:52.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.34s
38882026-06-18T22:28:52.275Z
38892026-06-18T22:28:52.275Zinfo: running `cargo check --bins` on bootstrap-agent-api (211/296)
38902026-06-18T22:28:52.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38912026-06-18T22:28:52.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38922026-06-18T22:28:52.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38932026-06-18T22:28:52.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
38942026-06-18T22:28:52.817Z
38952026-06-18T22:28:52.817Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (212/296)
38962026-06-18T22:28:53.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38972026-06-18T22:28:53.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38982026-06-18T22:28:53.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38992026-06-18T22:28:53.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39002026-06-18T22:28:53.361Z
39012026-06-18T22:28:53.361Zinfo: running `cargo check --bins` on range-requests (213/296)
39022026-06-18T22:28:53.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39032026-06-18T22:28:53.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39042026-06-18T22:28:53.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39052026-06-18T22:28:53.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
39062026-06-18T22:28:53.894Z
39072026-06-18T22:28:53.894Zinfo: running `cargo check --bins` on repo-depot-api (214/296)
39082026-06-18T22:28:54.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39092026-06-18T22:28:54.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39102026-06-18T22:28:54.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39112026-06-18T22:28:54.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39122026-06-18T22:28:54.429Z
39132026-06-18T22:28:54.429Zinfo: running `cargo check --bins` on sled-agent-api (215/296)
39142026-06-18T22:28:54.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39152026-06-18T22:28:54.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39162026-06-18T22:28:54.919Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39172026-06-18T22:28:54.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39182026-06-18T22:28:54.988Z
39192026-06-18T22:28:54.988Zinfo: running `cargo check --bins` on sled-diagnostics (216/296)
39202026-06-18T22:28:55.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39212026-06-18T22:28:55.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39222026-06-18T22:28:55.457Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39232026-06-18T22:28:55.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39242026-06-18T22:28:55.546Z
39252026-06-18T22:28:55.546Zinfo: running `cargo check --bins` on zfs-test-harness (217/296)
39262026-06-18T22:28:56.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39272026-06-18T22:28:56.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39282026-06-18T22:28:56.015Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39292026-06-18T22:28:56.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39302026-06-18T22:28:56.102Z
39312026-06-18T22:28:56.102Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (218/296)
39322026-06-18T22:28:56.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39332026-06-18T22:28:56.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39342026-06-18T22:28:56.578Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39352026-06-18T22:28:56.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39362026-06-18T22:28:56.664Z
39372026-06-18T22:28:56.664Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (219/296)
39382026-06-18T22:28:57.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39392026-06-18T22:28:57.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39402026-06-18T22:28:57.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39412026-06-18T22:28:57.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39422026-06-18T22:28:57.227Z
39432026-06-18T22:28:57.227Zinfo: running `cargo check --bins` on sled-agent-early-networking (220/296)
39442026-06-18T22:28:57.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39452026-06-18T22:28:57.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39462026-06-18T22:28:57.699Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39472026-06-18T22:28:57.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39482026-06-18T22:28:57.785Z
39492026-06-18T22:28:57.785Zinfo: running `cargo check --bins` on sled-agent-health-monitor (221/296)
39502026-06-18T22:28:58.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39512026-06-18T22:28:58.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39522026-06-18T22:28:58.262Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39532026-06-18T22:28:58.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39542026-06-18T22:28:58.351Z
39552026-06-18T22:28:58.351Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (222/296)
39562026-06-18T22:28:58.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39572026-06-18T22:28:58.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39582026-06-18T22:28:58.824Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39592026-06-18T22:28:58.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39602026-06-18T22:28:58.915Z
39612026-06-18T22:28:58.915Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (223/296)
39622026-06-18T22:28:59.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39632026-06-18T22:28:59.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39642026-06-18T22:28:59.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39652026-06-18T22:28:59.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39662026-06-18T22:28:59.481Z
39672026-06-18T22:28:59.481Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (224/296)
39682026-06-18T22:28:59.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39692026-06-18T22:28:59.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39702026-06-18T22:28:59.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39712026-06-18T22:28:59.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39722026-06-18T22:29:00.041Z
39732026-06-18T22:29:00.041Zinfo: running `cargo check --bins` on sled-agent-rack-setup (225/296)
39742026-06-18T22:29:00.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39752026-06-18T22:29:00.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39762026-06-18T22:29:00.532Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39772026-06-18T22:29:00.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39782026-06-18T22:29:00.628Z
39792026-06-18T22:29:00.628Zinfo: running `cargo check --bins` on trust-quorum (226/296)
39802026-06-18T22:29:01.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39812026-06-18T22:29:01.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39822026-06-18T22:29:01.100Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39832026-06-18T22:29:01.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39842026-06-18T22:29:01.189Z
39852026-06-18T22:29:01.189Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (227/296)
39862026-06-18T22:29:01.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39872026-06-18T22:29:01.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39882026-06-18T22:29:01.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39892026-06-18T22:29:01.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39902026-06-18T22:29:01.767Z
39912026-06-18T22:29:01.767Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (228/296)
39922026-06-18T22:29:02.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39932026-06-18T22:29:02.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39942026-06-18T22:29:02.263Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39952026-06-18T22:29:02.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39962026-06-18T22:29:02.359Z
39972026-06-18T22:29:02.359Zinfo: running `cargo check --bins` on update-common (229/296)
39982026-06-18T22:29:02.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39992026-06-18T22:29:02.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40002026-06-18T22:29:02.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40012026-06-18T22:29:02.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
40022026-06-18T22:29:02.905Z
40032026-06-18T22:29:02.905Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (230/296)
40042026-06-18T22:29:03.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40052026-06-18T22:29:03.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40062026-06-18T22:29:03.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40072026-06-18T22:29:03.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40082026-06-18T22:29:03.498Z
40092026-06-18T22:29:03.498Zinfo: running `cargo check --bins` on omicron-deployment-graph (231/296)
40102026-06-18T22:29:03.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40112026-06-18T22:29:03.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40122026-06-18T22:29:03.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40132026-06-18T22:29:03.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
40142026-06-18T22:29:04.022Z
40152026-06-18T22:29:04.022Zinfo: running `cargo check --bins` on reconfigurator-cli (232/296)
40162026-06-18T22:29:04.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40172026-06-18T22:29:04.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40182026-06-18T22:29:04.755Z Compiling fs-err v2.11.0
40192026-06-18T22:29:04.758Z Checking ignore v0.4.25
40202026-06-18T22:29:04.758Z Checking arc-swap v1.8.2
40212026-06-18T22:29:04.758Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40222026-06-18T22:29:04.759Z Checking predicates-tree v1.0.13
40232026-06-18T22:29:04.870Z Checking parse-size v1.1.0
40242026-06-18T22:29:04.946Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40252026-06-18T22:29:04.949Z Checking rand_seeder v0.4.0
40262026-06-18T22:29:04.974Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40272026-06-18T22:29:04.994Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40282026-06-18T22:29:05.058Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40292026-06-18T22:29:05.104Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40302026-06-18T22:29:05.117Z Checking slog-scope v4.4.1
40312026-06-18T22:29:05.187Z Compiling petname v2.0.2
40322026-06-18T22:29:05.204Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40332026-06-18T22:29:05.248Z Checking slog-stdlog v4.1.1
40342026-06-18T22:29:05.261Z Checking globwalk v0.9.1
40352026-06-18T22:29:05.305Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40362026-06-18T22:29:05.368Z Checking slog-envlogger v2.2.0
40372026-06-18T22:29:05.438Z Checking camino-tempfile-ext v0.3.3
40382026-06-18T22:29:05.502Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40392026-06-18T22:29:05.521Z Checking sapling-renderdag v0.1.0
40402026-06-18T22:29:05.633Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40412026-06-18T22:29:05.691Z Checking subprocess v0.2.15
40422026-06-18T22:29:05.761Z Checking sync-ptr v0.1.4
40432026-06-18T22:29:05.816Z Checking colored v2.2.0
40442026-06-18T22:29:05.879Z Checking assert_matches v1.5.0
40452026-06-18T22:29:05.967Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40462026-06-18T22:29:06.126Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40472026-06-18T22:29:06.129Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40482026-06-18T22:29:06.803Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40492026-06-18T22:29:08.138Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40502026-06-18T22:29:10.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.30s
40512026-06-18T22:29:10.520Z
40522026-06-18T22:29:10.520Zinfo: running `cargo check --bins` on omicron-repl-utils (233/296)
40532026-06-18T22:29:10.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40542026-06-18T22:29:10.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40552026-06-18T22:29:10.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40562026-06-18T22:29:10.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
40572026-06-18T22:29:11.037Z
40582026-06-18T22:29:11.037Zinfo: running `cargo check --bins` on transient-dns-server (234/296)
40592026-06-18T22:29:11.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40602026-06-18T22:29:11.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40612026-06-18T22:29:11.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40622026-06-18T22:29:11.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
40632026-06-18T22:29:11.579Z
40642026-06-18T22:29:11.579Zinfo: running `cargo check --bins` on nexus-test-interface (235/296)
40652026-06-18T22:29:12.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40662026-06-18T22:29:12.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40672026-06-18T22:29:12.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40682026-06-18T22:29:12.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40692026-06-18T22:29:12.166Z
40702026-06-18T22:29:12.166Zinfo: running `cargo check --bins` on oximeter-collector (236/296)
40712026-06-18T22:29:12.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40722026-06-18T22:29:12.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40732026-06-18T22:29:12.839Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40742026-06-18T22:29:12.839Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40752026-06-18T22:29:13.466Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40762026-06-18T22:29:15.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.84s
40772026-06-18T22:29:15.200Z
40782026-06-18T22:29:15.200Zinfo: running `cargo check --bins` on oximeter-api (237/296)
40792026-06-18T22:29:15.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40802026-06-18T22:29:15.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40812026-06-18T22:29:15.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40822026-06-18T22:29:15.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
40832026-06-18T22:29:15.739Z
40842026-06-18T22:29:15.739Zinfo: running `cargo check --bins` on cert-dev (238/296)
40852026-06-18T22:29:16.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40862026-06-18T22:29:16.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40872026-06-18T22:29:16.293Z Checking yasna v0.5.2
40882026-06-18T22:29:16.728Z Checking rcgen v0.12.1
40892026-06-18T22:29:16.936Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
40902026-06-18T22:29:17.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
40912026-06-18T22:29:17.265Z
40922026-06-18T22:29:17.265Zinfo: running `cargo check --bins` on clickana (239/296)
40932026-06-18T22:29:17.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40942026-06-18T22:29:17.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40952026-06-18T22:29:17.861Z Compiling darling_core v0.23.0
40962026-06-18T22:29:17.865Z Compiling instability v0.3.11
40972026-06-18T22:29:17.968Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
40982026-06-18T22:29:17.972Z Checking castaway v0.2.4
40992026-06-18T22:29:17.975Z Compiling indoc v2.0.7
41002026-06-18T22:29:17.985Z Checking unicode-truncate v1.1.0
41012026-06-18T22:29:17.988Z Checking lru v0.12.5
41022026-06-18T22:29:17.989Z Checking cassowary v0.3.0
41032026-06-18T22:29:18.065Z Checking compact_str v0.8.1
41042026-06-18T22:29:19.274Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
41052026-06-18T22:29:19.383Z Compiling darling_macro v0.23.0
41062026-06-18T22:29:19.453Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41072026-06-18T22:29:19.792Z Compiling darling v0.23.0
41082026-06-18T22:29:20.412Z Checking ratatui v0.29.0
41092026-06-18T22:29:21.472Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41102026-06-18T22:29:22.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.85s
41112026-06-18T22:29:22.281Z
41122026-06-18T22:29:22.281Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (240/296)
41132026-06-18T22:29:22.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41142026-06-18T22:29:22.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41152026-06-18T22:29:22.950Z Checking headers-core v0.3.0
41162026-06-18T22:29:22.954Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41172026-06-18T22:29:23.138Z Checking headers v0.4.1
41182026-06-18T22:29:23.506Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41192026-06-18T22:29:24.357Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41202026-06-18T22:29:24.835Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41212026-06-18T22:29:25.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.95s
41222026-06-18T22:29:25.415Z
41232026-06-18T22:29:25.415Zinfo: running `cargo check --bins` on ch-dev (241/296)
41242026-06-18T22:29:25.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41252026-06-18T22:29:25.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41262026-06-18T22:29:26.084Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41272026-06-18T22:29:26.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
41282026-06-18T22:29:26.987Z
41292026-06-18T22:29:26.987Zinfo: running `cargo check --bins` on dev-tools-common (242/296)
41302026-06-18T22:29:27.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41312026-06-18T22:29:27.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41322026-06-18T22:29:27.338Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41332026-06-18T22:29:27.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
41342026-06-18T22:29:27.385Z
41352026-06-18T22:29:27.385Zinfo: running `cargo check --bins` on crdb-seed (243/296)
41362026-06-18T22:29:27.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41372026-06-18T22:29:27.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41382026-06-18T22:29:28.052Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41392026-06-18T22:29:29.031Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41402026-06-18T22:29:29.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.96s
41412026-06-18T22:29:29.538Z
41422026-06-18T22:29:29.538Zinfo: running `cargo check --bins` on db-dev (244/296)
41432026-06-18T22:29:30.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41442026-06-18T22:29:30.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41452026-06-18T22:29:30.208Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41462026-06-18T22:29:30.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
41472026-06-18T22:29:31.120Z
41482026-06-18T22:29:31.121Zinfo: running `cargo check --bins` on omicron-dev-lib (245/296)
41492026-06-18T22:29:31.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41502026-06-18T22:29:31.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41512026-06-18T22:29:31.650Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41522026-06-18T22:29:31.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41532026-06-18T22:29:31.690Z
41542026-06-18T22:29:31.690Zinfo: running `cargo check --bins` on xtask-downloader (246/296)
41552026-06-18T22:29:32.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41562026-06-18T22:29:32.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41572026-06-18T22:29:32.244Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41582026-06-18T22:29:32.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s
41592026-06-18T22:29:33.078Z
41602026-06-18T22:29:33.078Zinfo: running `cargo check --bins` on omicron-dropshot-apis (247/296)
41612026-06-18T22:29:33.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41622026-06-18T22:29:33.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41632026-06-18T22:29:33.778Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41642026-06-18T22:29:33.779Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41652026-06-18T22:29:33.782Z Checking git-stub v1.0.0
41662026-06-18T22:29:33.782Z Compiling trait-variant v0.1.2
41672026-06-18T22:29:33.782Z Checking is_ci v1.2.0
41682026-06-18T22:29:33.890Z Checking maplit v1.0.2
41692026-06-18T22:29:33.900Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41702026-06-18T22:29:33.940Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41712026-06-18T22:29:33.979Z Checking supports-color v3.0.2
41722026-06-18T22:29:33.992Z Checking drift v0.2.0
41732026-06-18T22:29:34.028Z Checking git-stub-vcs v0.1.0
41742026-06-18T22:29:34.101Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41752026-06-18T22:29:34.130Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41762026-06-18T22:29:34.145Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41772026-06-18T22:29:34.221Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41782026-06-18T22:29:34.353Z Checking dropshot-api-manager v0.7.2
41792026-06-18T22:29:34.367Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41802026-06-18T22:29:34.390Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
41812026-06-18T22:29:34.403Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
41822026-06-18T22:29:34.688Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41832026-06-18T22:29:35.123Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41842026-06-18T22:29:36.106Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
41852026-06-18T22:29:37.254Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
41862026-06-18T22:29:37.845Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
41872026-06-18T22:29:38.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.20s
41882026-06-18T22:29:38.464Z
41892026-06-18T22:29:38.464Zinfo: running `cargo check --bins` on installinator-api (248/296)
41902026-06-18T22:29:38.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41912026-06-18T22:29:38.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41922026-06-18T22:29:38.921Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41932026-06-18T22:29:38.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
41942026-06-18T22:29:39.002Z
41952026-06-18T22:29:39.003Zinfo: running `cargo check --bins` on nexus-external-api (249/296)
41962026-06-18T22:29:39.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41972026-06-18T22:29:39.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41982026-06-18T22:29:39.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41992026-06-18T22:29:39.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42002026-06-18T22:29:39.582Z
42012026-06-18T22:29:39.582Zinfo: running `cargo check --bins` on nexus-internal-api (250/296)
42022026-06-18T22:29:40.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42032026-06-18T22:29:40.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42042026-06-18T22:29:40.095Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42052026-06-18T22:29:40.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42062026-06-18T22:29:40.154Z
42072026-06-18T22:29:40.154Zinfo: running `cargo check --bins` on nexus-lockstep-api (251/296)
42082026-06-18T22:29:40.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42092026-06-18T22:29:40.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42102026-06-18T22:29:40.634Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42112026-06-18T22:29:40.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42122026-06-18T22:29:40.725Z
42132026-06-18T22:29:40.725Zinfo: running `cargo check --bins` on ntp-admin-api (252/296)
42142026-06-18T22:29:41.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42152026-06-18T22:29:41.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42162026-06-18T22:29:41.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42172026-06-18T22:29:41.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
42182026-06-18T22:29:41.258Z
42192026-06-18T22:29:41.258Zinfo: running `cargo check --bins` on ntp-admin-types-versions (253/296)
42202026-06-18T22:29:41.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42212026-06-18T22:29:41.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42222026-06-18T22:29:41.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42232026-06-18T22:29:41.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
42242026-06-18T22:29:41.782Z
42252026-06-18T22:29:41.782Zinfo: running `cargo check --bins` on wicketd-api (254/296)
42262026-06-18T22:29:42.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42272026-06-18T22:29:42.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42282026-06-18T22:29:42.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42292026-06-18T22:29:42.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
42302026-06-18T22:29:42.335Z
42312026-06-18T22:29:42.335Zinfo: running `cargo check --bins` on omicron-ls-apis (255/296)
42322026-06-18T22:29:42.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42332026-06-18T22:29:42.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42342026-06-18T22:29:42.896Z Checking typeid v1.0.3
42352026-06-18T22:29:43.246Z Checking ordered-float v2.10.1
42362026-06-18T22:29:43.254Z Checking unicode-xid v0.2.6
42372026-06-18T22:29:43.254Z Checking cargo-platform v0.2.0
42382026-06-18T22:29:43.254Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42392026-06-18T22:29:43.254Z Checking erased-serde v0.4.9
42402026-06-18T22:29:43.255Z Checking serde-value v0.7.0
42412026-06-18T22:29:43.378Z Checking serde-untagged v0.1.9
42422026-06-18T22:29:43.570Z Checking cargo-util-schemas v0.8.2
42432026-06-18T22:29:44.215Z Checking cargo_metadata v0.21.0
42442026-06-18T22:29:44.816Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42452026-06-18T22:29:45.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
42462026-06-18T22:29:45.703Z
42472026-06-18T22:29:45.703Zinfo: running `cargo check --bins` on mgs-dev (256/296)
42482026-06-18T22:29:46.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42492026-06-18T22:29:46.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42502026-06-18T22:29:46.393Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42512026-06-18T22:29:46.991Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42522026-06-18T22:29:47.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.77s
42532026-06-18T22:29:47.673Z
42542026-06-18T22:29:47.673Zinfo: running `cargo check --bins` on omicron-omdb (257/296)
42552026-06-18T22:29:48.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42562026-06-18T22:29:48.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42572026-06-18T22:29:48.581Z Compiling vergen-lib v0.1.6
42582026-06-18T22:29:48.581Z Compiling diesel_derives v2.3.7
42592026-06-18T22:29:48.581Z Compiling dsl_auto_type v0.2.0
42602026-06-18T22:29:48.581Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42612026-06-18T22:29:48.584Z Checking scheduled-thread-pool v0.2.7
42622026-06-18T22:29:48.585Z Compiling vergen-gitcl v1.0.8
42632026-06-18T22:29:48.585Z Compiling diesel_table_macro_syntax v0.3.0
42642026-06-18T22:29:48.585Z Compiling dirs-sys-next v0.1.2
42652026-06-18T22:29:48.919Z Compiling crunchy v0.2.4
42662026-06-18T22:29:48.934Z Compiling glob v0.3.3
42672026-06-18T22:29:48.948Z Checking r2d2 v0.8.10
42682026-06-18T22:29:49.005Z Compiling dirs-next v2.0.0
42692026-06-18T22:29:49.021Z Checking downcast-rs v2.0.2
42702026-06-18T22:29:49.117Z Compiling tiny-keccak v2.0.2
42712026-06-18T22:29:49.132Z Compiling term v0.7.0
42722026-06-18T22:29:49.136Z Compiling bit-vec v0.6.3
42732026-06-18T22:29:49.316Z Compiling clang-sys v1.8.1
42742026-06-18T22:29:49.352Z Compiling bit-set v0.5.3
42752026-06-18T22:29:49.373Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42762026-06-18T22:29:49.508Z Compiling ascii-canvas v3.0.0
42772026-06-18T22:29:49.615Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
42782026-06-18T22:29:49.704Z Compiling itertools v0.10.5
42792026-06-18T22:29:49.723Z Compiling ena v0.14.4
42802026-06-18T22:29:49.757Z Compiling libloading v0.8.9
42812026-06-18T22:29:49.773Z Compiling regex-syntax v0.6.29
42822026-06-18T22:29:49.833Z Compiling diff v0.1.13
42832026-06-18T22:29:49.862Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
42842026-06-18T22:29:49.933Z Compiling bindgen v0.71.1
42852026-06-18T22:29:50.122Z Compiling cexpr v0.6.0
42862026-06-18T22:29:50.406Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42872026-06-18T22:29:50.536Z Compiling rustc-hash v2.1.1
42882026-06-18T22:29:50.676Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
42892026-06-18T22:29:50.787Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
42902026-06-18T22:29:50.807Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
42912026-06-18T22:29:50.821Z Compiling libxml v0.3.3
42922026-06-18T22:29:51.069Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42932026-06-18T22:29:51.087Z Compiling lalrpop v0.19.12
42942026-06-18T22:29:51.104Z Compiling strum_macros v0.24.3
42952026-06-18T22:29:51.261Z Compiling indoc v1.0.9
42962026-06-18T22:29:51.964Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42972026-06-18T22:29:52.160Z Checking derive_builder v0.20.2
42982026-06-18T22:29:52.281Z Compiling oso-derive v0.27.3
42992026-06-18T22:29:52.467Z Checking quick-xml v0.37.5
43002026-06-18T22:29:52.467Z Compiling impl-trait-for-tuples v0.2.3
43012026-06-18T22:29:52.782Z Checking openssl-probe v0.1.6
43022026-06-18T22:29:52.927Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43032026-06-18T22:29:53.371Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43042026-06-18T22:29:53.580Z Checking bb8 v0.8.6
43052026-06-18T22:29:53.653Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43062026-06-18T22:29:53.672Z Compiling libz-sys v1.1.24
43072026-06-18T22:29:53.863Z Checking nonempty v0.12.0
43082026-06-18T22:29:53.884Z Compiling strsim v0.10.0
43092026-06-18T22:29:54.004Z Compiling libgit2-sys v0.18.3+1.9.2
43102026-06-18T22:29:54.034Z Compiling vergen-git2 v9.1.0
43112026-06-18T22:29:54.128Z Compiling darling_core v0.13.4
43122026-06-18T22:29:54.260Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43132026-06-18T22:29:54.401Z Compiling base64 v0.21.7
43142026-06-18T22:29:54.477Z Compiling rustls v0.21.12
43152026-06-18T22:29:54.691Z Compiling ron v0.8.1
43162026-06-18T22:29:54.752Z Checking diesel v2.3.7
43172026-06-18T22:29:54.772Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43182026-06-18T22:29:55.657Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43192026-06-18T22:29:55.762Z Checking rustls-webpki v0.101.7
43202026-06-18T22:29:55.852Z Checking sct v0.7.1
43212026-06-18T22:29:56.019Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43222026-06-18T22:29:56.070Z Compiling darling_macro v0.13.4
43232026-06-18T22:29:56.550Z Compiling darling v0.13.4
43242026-06-18T22:29:56.643Z Compiling serde_with_macros v1.5.2
43252026-06-18T22:29:56.674Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43262026-06-18T22:29:57.420Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43272026-06-18T22:29:57.495Z Compiling serde_with v1.14.0
43282026-06-18T22:29:58.339Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43292026-06-18T22:29:58.613Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43302026-06-18T22:29:59.163Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43312026-06-18T22:29:59.844Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43322026-06-18T22:29:59.968Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43332026-06-18T22:30:00.038Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43342026-06-18T22:30:00.164Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43352026-06-18T22:30:00.204Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43362026-06-18T22:30:00.232Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43372026-06-18T22:30:00.357Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43382026-06-18T22:30:00.537Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43392026-06-18T22:30:00.554Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43402026-06-18T22:30:00.592Z Checking tokio-rustls v0.24.1
43412026-06-18T22:30:00.799Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43422026-06-18T22:30:01.336Z Checking rustls-pemfile v1.0.4
43432026-06-18T22:30:01.411Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43442026-06-18T22:30:01.474Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43452026-06-18T22:30:01.637Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43462026-06-18T22:30:01.668Z Checking twox-hash v2.1.2
43472026-06-18T22:30:01.977Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43482026-06-18T22:30:01.998Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43492026-06-18T22:30:02.034Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43502026-06-18T22:30:02.414Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43512026-06-18T22:30:02.573Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43522026-06-18T22:30:03.750Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43532026-06-18T22:30:03.846Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43542026-06-18T22:30:04.010Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43552026-06-18T22:30:04.389Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43562026-06-18T22:30:04.526Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43572026-06-18T22:30:04.731Z Checking console v0.16.2
43582026-06-18T22:30:05.050Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43592026-06-18T22:30:05.198Z Checking fatfs v0.3.6
43602026-06-18T22:30:05.383Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43612026-06-18T22:30:05.658Z Compiling seq-macro v0.3.6
43622026-06-18T22:30:06.166Z Checking unit-prefix v0.5.2
43632026-06-18T22:30:06.304Z Checking indicatif v0.18.4
43642026-06-18T22:30:06.699Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43652026-06-18T22:30:06.736Z Checking support-bundle-viewer v0.1.2
43662026-06-18T22:30:06.985Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43672026-06-18T22:30:07.086Z Checking multimap v0.10.1
43682026-06-18T22:30:12.791Z Checking async-bb8-diesel v0.2.1
43692026-06-18T22:30:13.158Z Checking diesel-dtrace v0.5.0
43702026-06-18T22:30:15.873Z Compiling samael v0.0.19
43712026-06-18T22:30:21.903Z Compiling git2 v0.20.4
43722026-06-18T22:30:22.819Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43732026-06-18T22:30:23.353Z Compiling polar-core v0.27.3
43742026-06-18T22:30:24.305Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43752026-06-18T22:30:27.964Z Checking oso v0.27.3
43762026-06-18T22:30:57.037Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43772026-06-18T22:32:08.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 20s
43782026-06-18T22:32:08.497Z
43792026-06-18T22:32:08.497Zinfo: running `cargo check --bins` on nexus-networking (258/296)
43802026-06-18T22:32:09.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43812026-06-18T22:32:09.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43822026-06-18T22:32:09.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43832026-06-18T22:32:09.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
43842026-06-18T22:32:09.130Z
43852026-06-18T22:32:09.130Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (259/296)
43862026-06-18T22:32:09.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43872026-06-18T22:32:09.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43882026-06-18T22:32:09.633Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43892026-06-18T22:32:09.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43902026-06-18T22:32:09.726Z
43912026-06-18T22:32:09.726Zinfo: running `cargo check --bins` on nexus-saga-recovery (260/296)
43922026-06-18T22:32:10.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43932026-06-18T22:32:10.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43942026-06-18T22:32:10.225Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43952026-06-18T22:32:10.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43962026-06-18T22:32:10.321Z
43972026-06-18T22:32:10.321Zinfo: running `cargo check --bins` on nexus-test-utils-macros (261/296)
43982026-06-18T22:32:10.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43992026-06-18T22:32:10.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44002026-06-18T22:32:10.759Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44012026-06-18T22:32:10.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
44022026-06-18T22:32:10.839Z
44032026-06-18T22:32:10.839Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (262/296)
44042026-06-18T22:32:11.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44052026-06-18T22:32:11.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44062026-06-18T22:32:11.608Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44072026-06-18T22:32:12.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
44082026-06-18T22:32:12.522Z
44092026-06-18T22:32:12.522Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (263/296)
44102026-06-18T22:32:13.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44112026-06-18T22:32:13.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44122026-06-18T22:32:13.298Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44132026-06-18T22:32:49.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.38s
44142026-06-18T22:32:50.108Z
44152026-06-18T22:32:50.108Zinfo: running `cargo check --bins` on nexus-background-task-interface (264/296)
44162026-06-18T22:32:50.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44172026-06-18T22:32:50.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44182026-06-18T22:32:50.543Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44192026-06-18T22:32:50.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
44202026-06-18T22:32:50.617Z
44212026-06-18T22:32:50.618Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (265/296)
44222026-06-18T22:32:51.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44232026-06-18T22:32:51.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44242026-06-18T22:32:51.099Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44252026-06-18T22:32:51.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44262026-06-18T22:32:51.187Z
44272026-06-18T22:32:51.188Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (266/296)
44282026-06-18T22:32:51.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44292026-06-18T22:32:51.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44302026-06-18T22:32:51.684Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44312026-06-18T22:32:51.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44322026-06-18T22:32:51.776Z
44332026-06-18T22:32:51.776Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (267/296)
44342026-06-18T22:32:52.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44352026-06-18T22:32:52.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44362026-06-18T22:32:52.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44372026-06-18T22:32:52.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44382026-06-18T22:32:52.361Z
44392026-06-18T22:32:52.362Zinfo: running `cargo check --bins` on nexus-mgs-updates (268/296)
44402026-06-18T22:32:52.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44412026-06-18T22:32:52.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44422026-06-18T22:32:52.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44432026-06-18T22:32:52.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44442026-06-18T22:32:52.943Z
44452026-06-18T22:32:52.943Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (269/296)
44462026-06-18T22:32:53.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44472026-06-18T22:32:53.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44482026-06-18T22:32:53.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44492026-06-18T22:32:53.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44502026-06-18T22:32:53.526Z
44512026-06-18T22:32:53.526Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (270/296)
44522026-06-18T22:32:54.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44532026-06-18T22:32:54.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44542026-06-18T22:32:54.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44552026-06-18T22:32:54.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44562026-06-18T22:32:54.116Z
44572026-06-18T22:32:54.116Zinfo: running `cargo check --bins` on support-bundle-collection (271/296)
44582026-06-18T22:32:54.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44592026-06-18T22:32:54.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44602026-06-18T22:32:54.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44612026-06-18T22:32:54.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44622026-06-18T22:32:54.701Z
44632026-06-18T22:32:54.701Zinfo: running `cargo check --bins` on omicron-dev (272/296)
44642026-06-18T22:32:55.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44652026-06-18T22:32:55.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44662026-06-18T22:32:55.546Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44672026-06-18T22:32:55.549Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44682026-06-18T22:32:55.695Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
44692026-06-18T22:32:55.710Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
44702026-06-18T22:32:55.738Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
44712026-06-18T22:32:55.741Z Checking diff v0.1.13
44722026-06-18T22:32:55.741Z Checking yansi v1.0.1
44732026-06-18T22:32:55.741Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44742026-06-18T22:32:55.867Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
44752026-06-18T22:32:56.026Z Checking pretty_assertions v1.4.1
44762026-06-18T22:32:56.707Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44772026-06-18T22:32:56.812Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
44782026-06-18T22:33:20.791Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44792026-06-18T22:33:20.798Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
44802026-06-18T22:33:20.798Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
44812026-06-18T22:33:20.798Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
44822026-06-18T22:33:20.798Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
44832026-06-18T22:33:20.798Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
44842026-06-18T22:33:21.617Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44852026-06-18T22:33:21.617Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
44862026-06-18T22:33:22.835Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44872026-06-18T22:33:59.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s
44882026-06-18T22:33:59.717Z
44892026-06-18T22:33:59.717Zinfo: running `cargo check --bins` on omicron-pins (273/296)
44902026-06-18T22:34:00.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44912026-06-18T22:34:00.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44922026-06-18T22:34:00.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44932026-06-18T22:34:00.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
44942026-06-18T22:34:00.231Z
44952026-06-18T22:34:00.232Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (274/296)
44962026-06-18T22:34:00.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44972026-06-18T22:34:00.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44982026-06-18T22:34:00.949Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
44992026-06-18T22:34:01.063Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45002026-06-18T22:34:01.066Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
45012026-06-18T22:34:27.484Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45022026-06-18T22:34:27.862Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45032026-06-18T22:34:29.556Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45042026-06-18T22:34:30.000Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45052026-06-18T22:34:32.915Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45062026-06-18T22:34:56.204Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45072026-06-18T22:34:56.900Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45082026-06-18T22:34:58.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 58.29s
45092026-06-18T22:34:58.709Z
45102026-06-18T22:34:58.709Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (275/296)
45112026-06-18T22:34:59.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45122026-06-18T22:34:59.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45132026-06-18T22:34:59.371Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45142026-06-18T22:35:00.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
45152026-06-18T22:35:00.216Z
45162026-06-18T22:35:00.216Zinfo: running `cargo check --bins` on omicron-releng (276/296)
45172026-06-18T22:35:00.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45182026-06-18T22:35:00.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45192026-06-18T22:35:00.810Z Compiling blake3 v1.8.3
45202026-06-18T22:35:00.913Z Checking constant_time_eq v0.4.2
45212026-06-18T22:35:00.913Z Checking arrayvec v0.7.6
45222026-06-18T22:35:00.924Z Checking arrayref v0.3.9
45232026-06-18T22:35:00.930Z Checking topological-sort v0.2.2
45242026-06-18T22:35:00.933Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45252026-06-18T22:35:00.933Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
45262026-06-18T22:35:00.938Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45272026-06-18T22:35:00.981Z Checking shell-words v1.1.1
45282026-06-18T22:35:01.709Z Checking omicron-zone-package v0.12.2
45292026-06-18T22:35:02.424Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45302026-06-18T22:35:03.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.07s
45312026-06-18T22:35:03.454Z
45322026-06-18T22:35:03.454Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (277/296)
45332026-06-18T22:35:03.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45342026-06-18T22:35:03.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45352026-06-18T22:35:04.039Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
45362026-06-18T22:35:04.356Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45372026-06-18T22:35:04.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s
45382026-06-18T22:35:04.924Z
45392026-06-18T22:35:04.924Zinfo: running `cargo check --bins` on schema (278/296)
45402026-06-18T22:35:05.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45412026-06-18T22:35:05.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45422026-06-18T22:35:05.595Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
45432026-06-18T22:35:06.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
45442026-06-18T22:35:06.446Z
45452026-06-18T22:35:06.446Zinfo: running `cargo check --bins` on xtask (279/296)
45462026-06-18T22:35:06.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45472026-06-18T22:35:06.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45482026-06-18T22:35:06.834Z Checking libc v0.2.185
45492026-06-18T22:35:06.837Z Checking serde v1.0.228
45502026-06-18T22:35:06.913Z Checking zerofrom v0.1.6
45512026-06-18T22:35:06.917Z Checking bitflags v2.11.0
45522026-06-18T22:35:06.923Z Checking smallvec v1.15.1
45532026-06-18T22:35:06.929Z Checking indexmap v2.14.0
45542026-06-18T22:35:06.937Z Checking serde_json v1.0.149
45552026-06-18T22:35:06.940Z Checking scroll v0.12.0
45562026-06-18T22:35:07.011Z Checking yoke v0.8.1
45572026-06-18T22:35:07.060Z Checking num-traits v0.2.19
45582026-06-18T22:35:07.095Z Checking thiserror v1.0.69
45592026-06-18T22:35:07.166Z Checking log v0.4.29
45602026-06-18T22:35:07.176Z Checking zerovec v0.11.5
45612026-06-18T22:35:07.189Z Checking zerotrie v0.2.3
45622026-06-18T22:35:07.200Z Checking errno v0.3.14
45632026-06-18T22:35:07.295Z Checking toml_datetime v0.6.11
45642026-06-18T22:35:07.315Z Checking serde_spanned v0.6.9
45652026-06-18T22:35:07.325Z Checking rustix v1.1.3
45662026-06-18T22:35:07.427Z Checking percent-encoding v2.3.2
45672026-06-18T22:35:07.439Z Checking goblin v0.8.2
45682026-06-18T22:35:07.459Z Checking zerocopy v0.7.35
45692026-06-18T22:35:07.474Z Checking toml_edit v0.22.27
45702026-06-18T22:35:07.537Z Checking getrandom v0.4.1
45712026-06-18T22:35:07.566Z Checking form_urlencoded v1.2.2
45722026-06-18T22:35:07.581Z Checking ordered-float v2.10.1
45732026-06-18T22:35:07.606Z Checking tinystr v0.8.2
45742026-06-18T22:35:07.670Z Checking potential_utf v0.1.4
45752026-06-18T22:35:07.700Z Checking thiserror v2.0.18
45762026-06-18T22:35:07.787Z Checking icu_locale_core v2.1.1
45772026-06-18T22:35:07.801Z Checking icu_collections v2.1.1
45782026-06-18T22:35:07.804Z Checking serde-value v0.7.0
45792026-06-18T22:35:07.804Z Checking syn v2.0.117
45802026-06-18T22:35:07.965Z Checking dtrace-parser v0.2.0
45812026-06-18T22:35:08.003Z Checking thread-id v4.2.2
45822026-06-18T22:35:08.085Z Checking once_cell v1.21.3
45832026-06-18T22:35:08.117Z Checking cargo-platform v0.2.0
45842026-06-18T22:35:08.148Z Checking terminal_size v0.4.3
45852026-06-18T22:35:08.194Z Checking memmap v0.7.0
45862026-06-18T22:35:08.257Z Checking clap_builder v4.6.0
45872026-06-18T22:35:08.260Z Checking tempfile v3.25.0
45882026-06-18T22:35:08.292Z Checking textwrap v0.16.2
45892026-06-18T22:35:08.323Z Checking fs-err v3.3.0
45902026-06-18T22:35:08.338Z Checking icu_provider v2.1.1
45912026-06-18T22:35:08.455Z Checking camino-tempfile v1.4.1
45922026-06-18T22:35:08.497Z Checking tabled v0.15.0
45932026-06-18T22:35:08.497Z Checking anyhow v1.0.102
45942026-06-18T22:35:08.576Z Checking icu_normalizer v2.1.1
45952026-06-18T22:35:08.590Z Checking icu_properties v2.1.2
45962026-06-18T22:35:08.609Z Checking toml v0.8.23
45972026-06-18T22:35:08.696Z Checking macaddr v1.0.1
45982026-06-18T22:35:08.875Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
45992026-06-18T22:35:08.924Z Checking cargo_toml v0.21.0
46002026-06-18T22:35:09.340Z Checking dof v0.3.0
46012026-06-18T22:35:09.401Z Checking idna_adapter v1.2.1
46022026-06-18T22:35:09.460Z Checking clap v4.6.1
46032026-06-18T22:35:09.520Z Checking idna v1.1.0
46042026-06-18T22:35:09.643Z Checking usdt-impl v0.5.0
46052026-06-18T22:35:09.747Z Checking url v2.5.8
46062026-06-18T22:35:09.886Z Checking usdt v0.5.0
46072026-06-18T22:35:10.091Z Checking cargo-util-schemas v0.8.2
46082026-06-18T22:35:10.778Z Checking cargo_metadata v0.21.0
46092026-06-18T22:35:11.383Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46102026-06-18T22:35:11.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.36s
46112026-06-18T22:35:11.910Z
46122026-06-18T22:35:11.910Zinfo: running `cargo check --bins` on dnsadm (280/296)
46132026-06-18T22:35:12.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46142026-06-18T22:35:12.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46152026-06-18T22:35:12.492Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46162026-06-18T22:35:12.961Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46172026-06-18T22:35:13.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
46182026-06-18T22:35:13.509Z
46192026-06-18T22:35:13.509Zinfo: running `cargo check --bins` on end-to-end-tests (281/296)
46202026-06-18T22:35:14.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46212026-06-18T22:35:14.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46222026-06-18T22:35:14.240Z Checking polyval v0.6.2
46232026-06-18T22:35:14.356Z Checking ctr v0.9.2
46242026-06-18T22:35:14.365Z Checking ssh-encoding v0.2.0
46252026-06-18T22:35:14.365Z Checking blowfish v0.9.1
46262026-06-18T22:35:14.383Z Checking password-hash v0.4.2
46272026-06-18T22:35:14.398Z Checking p256 v0.13.2
46282026-06-18T22:35:14.398Z Checking p521 v0.13.3
46292026-06-18T22:35:14.423Z Checking russh-cryptovec v0.7.3
46302026-06-18T22:35:14.497Z Checking ghash v0.5.1
46312026-06-18T22:35:14.511Z Checking md5 v0.7.0
46322026-06-18T22:35:14.514Z Checking bcrypt-pbkdf v0.10.0
46332026-06-18T22:35:14.539Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46342026-06-18T22:35:14.554Z Checking num-bigint v0.4.6
46352026-06-18T22:35:14.590Z Checking pbkdf2 v0.11.0
46362026-06-18T22:35:14.613Z Checking aes-gcm v0.10.3
46372026-06-18T22:35:14.640Z Checking des v0.8.1
46382026-06-18T22:35:14.676Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46392026-06-18T22:35:14.679Z Checking hex-literal v0.4.1
46402026-06-18T22:35:14.744Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
46412026-06-18T22:35:14.758Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
46422026-06-18T22:35:14.771Z Checking ssh-cipher v0.2.0
46432026-06-18T22:35:14.784Z Checking internet-checksum v0.2.1
46442026-06-18T22:35:14.931Z Checking ssh-key v0.6.7
46452026-06-18T22:35:15.023Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46462026-06-18T22:35:15.564Z Checking russh-keys v0.45.0
46472026-06-18T22:35:16.110Z Checking russh v0.45.0
46482026-06-18T22:35:32.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.83s
46492026-06-18T22:35:32.536Z
46502026-06-18T22:35:32.536Zinfo: running `cargo check --bins` on gateway-cli (282/296)
46512026-06-18T22:35:32.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46522026-06-18T22:35:32.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46532026-06-18T22:35:33.123Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
46542026-06-18T22:35:33.225Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
46552026-06-18T22:35:33.232Z Checking termios v0.3.3
46562026-06-18T22:35:34.427Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
46572026-06-18T22:35:34.578Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
46582026-06-18T22:35:36.358Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
46592026-06-18T22:35:36.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.39s
46602026-06-18T22:35:37.097Z
46612026-06-18T22:35:37.097Zinfo: running `cargo check --bins --no-default-features` on installinator (283/296)
46622026-06-18T22:35:37.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46632026-06-18T22:35:37.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46642026-06-18T22:35:37.751Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
46652026-06-18T22:35:37.754Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46662026-06-18T22:35:37.754Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
46672026-06-18T22:35:37.858Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
46682026-06-18T22:35:37.875Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46692026-06-18T22:35:37.883Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
46702026-06-18T22:35:38.610Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46712026-06-18T22:35:38.955Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
46722026-06-18T22:35:38.959Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
46732026-06-18T22:35:39.584Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
46742026-06-18T22:35:41.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.08s
46752026-06-18T22:35:41.365Z
46762026-06-18T22:35:41.365Zinfo: running `cargo check --bins` on internal-dns-cli (284/296)
46772026-06-18T22:35:41.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46782026-06-18T22:35:41.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46792026-06-18T22:35:41.941Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
46802026-06-18T22:35:42.387Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
46812026-06-18T22:35:42.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
46822026-06-18T22:35:42.865Z
46832026-06-18T22:35:42.865Zinfo: running `cargo check --bins` on omicron-live-tests (285/296)
46842026-06-18T22:35:43.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46852026-06-18T22:35:43.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46862026-06-18T22:35:43.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46872026-06-18T22:35:43.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
46882026-06-18T22:35:43.377Z
46892026-06-18T22:35:43.377Zinfo: running `cargo check --bins` on live-tests-macros (286/296)
46902026-06-18T22:35:43.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46912026-06-18T22:35:43.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46922026-06-18T22:35:43.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46932026-06-18T22:35:43.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
46942026-06-18T22:35:43.898Z
46952026-06-18T22:35:43.898Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (287/296)
46962026-06-18T22:35:44.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46972026-06-18T22:35:44.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46982026-06-18T22:35:44.592Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
46992026-06-18T22:35:45.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s
47002026-06-18T22:35:45.348Z
47012026-06-18T22:35:45.348Zinfo: running `cargo check --bins` on omicron-ntp-admin (288/296)
47022026-06-18T22:35:45.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47032026-06-18T22:35:45.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47042026-06-18T22:35:45.942Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47052026-06-18T22:35:45.945Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47062026-06-18T22:35:46.214Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47072026-06-18T22:35:46.214Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47082026-06-18T22:35:47.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s
47092026-06-18T22:35:47.178Z
47102026-06-18T22:35:47.178Zinfo: running `cargo check --bins` on ntp-admin-types (289/296)
47112026-06-18T22:35:47.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47122026-06-18T22:35:47.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47132026-06-18T22:35:47.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47142026-06-18T22:35:47.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
47152026-06-18T22:35:47.700Z
47162026-06-18T22:35:47.700Zinfo: running `cargo check --bins` on omicron-package (290/296)
47172026-06-18T22:35:48.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47182026-06-18T22:35:48.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47192026-06-18T22:35:48.323Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47202026-06-18T22:35:49.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
47212026-06-18T22:35:49.570Z
47222026-06-18T22:35:49.570Zinfo: running `cargo check --bins` on tqdb (291/296)
47232026-06-18T22:35:50.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47242026-06-18T22:35:50.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47252026-06-18T22:35:50.288Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47262026-06-18T22:35:50.636Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47272026-06-18T22:35:51.149Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47282026-06-18T22:35:51.152Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47292026-06-18T22:35:57.101Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
47302026-06-18T22:35:57.101Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
47312026-06-18T22:35:57.671Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
47322026-06-18T22:35:57.675Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
47332026-06-18T22:35:57.675Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47342026-06-18T22:35:57.675Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
47352026-06-18T22:35:58.435Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
47362026-06-18T22:35:59.441Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47372026-06-18T22:36:00.219Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47382026-06-18T22:36:00.827Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47392026-06-18T22:36:05.531Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47402026-06-18T22:36:12.035Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47412026-06-18T22:36:12.039Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47422026-06-18T22:36:12.039Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
47432026-06-18T22:36:12.039Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
47442026-06-18T22:36:13.501Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
47452026-06-18T22:36:14.830Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
47462026-06-18T22:36:15.501Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47472026-06-18T22:36:16.738Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
47482026-06-18T22:36:17.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.70s
47492026-06-18T22:36:17.465Z
47502026-06-18T22:36:17.465Zinfo: running `cargo check --bins` on wicket-dbg (292/296)
47512026-06-18T22:36:17.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47522026-06-18T22:36:17.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47532026-06-18T22:36:18.121Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47542026-06-18T22:36:18.121Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47552026-06-18T22:36:18.125Z Checking rtoolbox v0.0.3
47562026-06-18T22:36:18.242Z Checking tui-tree-widget v0.23.1
47572026-06-18T22:36:18.341Z Checking rpassword v7.4.0
47582026-06-18T22:36:19.342Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
47592026-06-18T22:36:22.283Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47602026-06-18T22:36:24.125Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
47612026-06-18T22:36:25.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.54s
47622026-06-18T22:36:25.187Z
47632026-06-18T22:36:25.187Zinfo: running `cargo check --bins` on wicket (293/296)
47642026-06-18T22:36:25.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47652026-06-18T22:36:25.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47662026-06-18T22:36:25.827Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47672026-06-18T22:36:26.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
47682026-06-18T22:36:26.348Z
47692026-06-18T22:36:26.348Zinfo: running `cargo check --bins` on wicketd (294/296)
47702026-06-18T22:36:26.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47712026-06-18T22:36:26.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47722026-06-18T22:36:27.013Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
47732026-06-18T22:36:27.017Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
47742026-06-18T22:36:27.017Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
47752026-06-18T22:36:27.017Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
47762026-06-18T22:36:28.005Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
47772026-06-18T22:36:28.573Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
47782026-06-18T22:36:31.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.19s
47792026-06-18T22:36:31.726Z
47802026-06-18T22:36:31.726Zinfo: running `cargo check --bins` on omicron-workspace-hack (295/296)
47812026-06-18T22:36:32.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47822026-06-18T22:36:32.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47832026-06-18T22:36:32.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47842026-06-18T22:36:32.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
47852026-06-18T22:36:32.250Z
47862026-06-18T22:36:32.250Zinfo: running `cargo check --bins` on zone-setup (296/296)
47872026-06-18T22:36:32.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47882026-06-18T22:36:32.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47892026-06-18T22:36:32.869Z Checking uzers v0.12.2
47902026-06-18T22:36:33.134Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
47912026-06-18T22:36:33.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s
47922026-06-18T22:36:34.067Z
47932026-06-18T22:36:34.067Zreal 13:39.722216740
47942026-06-18T22:36:34.067Zuser 20:42.928651206
47952026-06-18T22:36:34.067Zsys 4:08.221752017
47962026-06-18T22:36:34.067Ztrap 0.324952670
47972026-06-18T22:36:34.067Ztflt 0.731875108
47982026-06-18T22:36:34.067Zdflt 1.066639474
47992026-06-18T22:36:34.067Zkflt 0.005434200
48002026-06-18T22:36:34.067Zlock 1:17:00.893341525
48012026-06-18T22:36:34.067Zslp 1:39:11.985878411
48022026-06-18T22:36:34.067Zlat 57.368683562
48032026-06-18T22:36:34.067Zstop 3:25.268665904
48042026-06-18T22:36:34.071Zprocess exited: duration 945730 ms, exit code 0
 
48052026-06-18T22:36:34.077Zfound 0 output files